@charset "UTF-8";
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 6.	 Blockquotes
 7.	 Background
 8.	 Breadcrumbs
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 17. Pagination
 18. Alerts
 19. Backtop
 20. Range
 21. Icon Box
 22. Misc
 23. Modals
 25. Tables
 26. utilities
 27. Loading
 28. Header
 29. Menu
 30. Page Title
 31. Blog
 32. Sidebar
 33. Heading
 34. Skills
 35. Hero
 36. Carousel
 37. Portfolio
 38. Icon With Text
 39. Pricing
 40. Team
 41. Contact
 42. Clients
 43. Testimonial
 44. Video
 45. Counters
 46. Services
 47. Action
 48. 404
 49. Countdown
 50. Plugins
 51. Banners
 52. Shop
 53. Layout
 54. Banner
 55. Footer
 56. Custom

 /*------------------------------------*\
    #RESET
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none !important;
}

textarea {
  resize: none;
}

::selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::-webkit-selection {
  text-shadow: none;
}

.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
}

textarea {
  resize: none;
}

li {
  line-height: 24px;
}

pre {
  background: #f9f9f9;
  font-size: 14px;
  margin: 22px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

dl dt {
  font-weight: 700;
  text-transform: uppercase;
  color: #282828;
}

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
body,
html {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  margin: 0;
}

.wrapper {
  background-color: #ffffff;
}

::selection {
  background-color: #5156ea;
  color: #ffffff;
  text-shadow: none;
}

a {
  color: #5156ea;
  -webkit-transition: none 86ms ease-out;
  -moz-transition: none 86ms ease-out;
  -ms-transition: none 86ms ease-out;
  -o-transition: none 86ms ease-out;
  transition: none 86ms ease-out;
}
a:hover {
  color: #232ae5;
  text-decoration: none;
}

textarea {
  resize: none;
}

.fullscreen {
  height: 100vh !important;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page .page-container.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

hr {
  border-color: #eaeaea;
  margin: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin: 0 0 28px;
  line-height: 1;
}

.h1,
h1 {
  font-size: 52px;
}

.h2,
h2 {
  font-size: 42px;
}

.h3,
h3 {
  font-size: 38px;
}

.h4,
h4 {
  font-size: 28px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 18px;
}

p {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
}

/* Aligning Text */
.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

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

.text--just {
  text-align: justify !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

.align--middle {
  vertical-align: middle;
}

.align--baseline {
  vertical-align: baseline;
}

/* Weight Text */
.bold {
  font-weight: bold !important;
}

.regular {
  font-weight: normal !important;
}

.medium {
  font-weight: 500 !important;
}

.italic {
  font-style: normal;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: #ffffff !important;
}

.text-gray {
  color: #f9f9f9 !important;
}

.text-black {
  color: #282828;
}

.text-theme {
  color: #5156ea !important;
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.font-heading {
  font-family: "Nunito Sans", sans-serif;
}

.font-body {
  font-family: "Poppins", sans-serif;
}

.font-18 {
  font-size: 24px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  text-center-xs {
    text-align: center !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  text-center-sm {
    text-align: center !important;
  }
}
.higlighted-theme {
  background-color: #5156ea;
  color: #fff;
  padding: 5px 0;
}

.higlighted-dark {
  background-color: #282828;
  color: #fff;
  padding: 5px 0;
}

.higlighted-gray {
  background-color: #f9f9f9;
  color: #5156ea;
  padding: 5px 0;
}

.dropcap-1 {
  display: inline-block;
  margin: 5px 25px 0 0;
  text-align: center;
  color: #282828;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  float: left;
}

.dropcap-2 {
  display: inline-block;
  margin: 5px 25px 0 0;
  text-align: center;
  color: #282828;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  float: left;
  background: #f9f9f9;
}

.dropcap-3 {
  display: inline-block;
  margin: 5px 25px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  float: left;
  background: #5156ea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
  color: #282828 !important;
}

.color-theme {
  color: #5156ea !important;
}

.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* All margin */
.m-0 {
  margin: 0 !important;
}

.m-xs {
  margin: 10px;
}

.m-sm {
  margin: 20px;
}

.m-md {
  margin: 40px;
}

.m-lg {
  margin: 80px;
}

/* top margin */
.mt-0 {
  margin-top: 0;
}

.mt-xs {
  margin-top: 10px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px;
}

/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
  margin-right: 0;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-150 {
  margin-right: 150px;
}

/* left margin */
.ml-0 {
  margin-left: 0;
}

.ml-xs {
  margin-left: 10px;
}

.ml-sm {
  margin-left: 20px;
}

.ml-md {
  margin-left: 40px;
}

.ml-lg {
  margin-left: 80px;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-150 {
  margin-left: 150px;
}

/* All padding */
.p-0 {
  padding: 0 !important;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 20px;
}

.p-md {
  padding: 40px;
}

.p-lg {
  padding: 80px;
}

/* top padding */
.pt-0 {
  padding-top: 0 !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

/* bottom padding */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* right padding */
.pr-0 {
  padding-right: 0;
}

.pr-xs {
  padding-right: 10px;
}

.pr-sm {
  padding-right: 20px;
}

.pr-md {
  padding-right: 40px;
}

.pr-lg {
  padding-right: 80px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-150 {
  padding-right: 150px;
}

/* left padding */
.pl-0 {
  padding-left: 0;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

/* Postions */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Zindex*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

/* Borders */
.border-all {
  border: 1px solid #5156ea;
}

.border-top {
  border-top: 1px solid #5156ea;
}

.border-bottom {
  border-bottom: 1px solid #5156ea;
}

.border-right {
  border-right: 1px solid #5156ea;
}

.border-left {
  border-left: 1px solid #5156ea;
}

/* Display */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

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

  .text-center-xs {
    text-align: center !important;
  }

  .pull-none-xs {
    float: none !important;
    text-align: center !important;
  }

  .mb-15-xs {
    margin-bottom: 15px;
  }

  .mb-30-xs {
    margin-bottom: 30px !important;
  }

  .mb-40-xs {
    margin-bottom: 40px !important;
  }

  .mb-50-xs {
    margin-bottom: 50px;
  }

  .mb-60-xs {
    margin-bottom: 60px !important;
  }

  .p-none-xs {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-15-sm {
    margin-bottom: 15px;
  }

  .mb-30-sm {
    margin-bottom: 30px !important;
  }

  .mb-40-sm {
    margin-bottom: 40px;
  }

  .mb-50-sm {
    margin-bottom: 50px;
  }

  .mb-60-sm {
    margin-bottom: 60px;
  }

  .pb-15-sm {
    padding-bottom: 15px;
  }

  .pb-30-sm {
    padding-bottom: 30px;
  }

  .pb-50-sm {
    padding-bottom: 50px;
  }

  .pb-60-sm {
    padding-bottom: 60px;
  }

  .p-none-sm {
    padding-right: 0;
    padding-left: 0;
  }

  .pull-none-sm {
    float: none !important;
    text-align: center !important;
  }
}
.border-b {
  border-bottom: 1px solid #f9f9f9;
}

.mt--80 {
  margin-top: -80px;
}

/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote,
blockquote {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #9b9b9b;
  font-style: normal;
  line-height: 28px;
  font-weight: 500;
  padding: 30px 0 30px 30px;
  position: relative;
}
.blockquote p,
blockquote p {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #9b9b9b;
  font-style: italic;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 6px;
}

.quote-author {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #222222;
  margin-top: 18px;
}

.blockquote-1,
blockquote {
  border-left: 6px solid #282828;
}

.blockquote-3,
.blockquote-4 {
  padding-right: 30px;
}

.blockquote-2,
.blockquote-3,
.blockquote-4 {
  border-left: none;
}

.blockquote-2:after,
.blockquote-2:before {
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  color: #282828;
  line-height: 1.8;
}

.blockquote-2:before {
  content: "";
  top: 0;
  left: 0;
}

.blockquote-2:after {
  content: "";
  right: 0;
  bottom: 0;
}

.blockquote-3 {
  color: #5156ea;
  background-color: #f4f4f4;
}

.blockquote-4 {
  color: #ffffff;
  background-color: #222222;
}

.blockquote-4 .quote-author {
  color: #ffffff;
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
  background-color: #5156ea !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-secondary {
  background-color: #282828;
}

/* Background Image */
.bg-parallax {
  background-attachment: fixed !important;
}

.bg-overlay {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-light:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-overlay-dark:before {
  background-color: rgba(27, 26, 26, 0.2);
  background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.25) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
}

.bg-overlay-dark2:before {
  background-color: rgba(27, 26, 26, 0.6);
}

.bg-overlay-theme:before {
  background-color: rgba(81, 86, 234, 0.9);
}

.bg-overlay-theme2:before {
  background-color: rgba(81, 86, 234, 0.96);
}

/* Background Video */
.bg-video {
  position: relative;
}
.bg-video .bg-player {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: url(polina.jpg) no-repeat;
  min-height: 500px;
}
.bg-video .vidbg {
  min-width: 100%;
  min-height: 100%;
}

.bg-vyoutube {
  z-index: 550;
  text-align: center;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.no-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  color: #e5e4e4;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: block;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  color: #e5e4e4;
}
.breadcrumb > li + li:before {
  color: #e5e4e4;
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > li + li:empty:before {
  content: "";
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 0;
  line-height: 48px;
  width: 170px;
  height: 50px;
  letter-spacing: 0.26px;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn:focus,
.btn.active,
.btn:active,
body .btn-primary:not(:disabled):not(.disabled).active:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* Button Primary */
.btn-primary {
  background-color: #5156ea;
  color: #ffffff;
  border: 2px solid #5156ea;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #222222;
  color: #ffffff;
  border: 2px solid #222222;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse:focus,
.btn-primary.btn-inverse:hover {
  background-color: #ffffff;
  color: #5156ea;
  border-color: #ffffff;
}

/* Button Secondary*/
.btn-secondary {
  background-color: #222222;
  color: #ffffff;
  border: 2px solid #222222;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5156ea;
  color: #ffffff;
  border-color: #5156ea;
}

.btn-secondary.btn-inverse:active,
.btn-secondary.btn-inverse:focus,
.btn-secondary.btn-inverse:hover {
  background-color: #ffffff;
  color: #222222;
  border-color: #ffffff;
}

/* Button White */
.btn-white {
  background-color: #ffffff;
  color: #282828;
  border: 2px solid #ffffff;
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
  background-color: #5156ea;
  color: #ffffff;
  border-color: #5156ea;
}

/* Button Hover */
.btn-hover-dark:active, .btn-hover-dark:focus, .btn-hover-dark:hover {
  background-color: #282828;
  color: #ffffff;
  border-color: #282828;
}

/* Button Block */
.btn-block {
  width: 100%;
}

.btn-fullwidth {
  width: 100%;
}

.btn-auto {
  width: auto;
  padding: 0 20px;
}

/* Button Size */
.btn-large {
  height: 61px;
  line-height: 59px;
}

.btn-small {
  height: 41px;
  line-height: 39px;
}

/* Button Rounded */
.btn-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn-rounded:active, .btn-rounded:focus, .btn-rounded:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn-circle {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.btn-circle:active, .btn-circle:focus, .btn-circle:hover {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

/* Button Alignment */
.btn-center {
  text-align: center;
}

.btn-left {
  text-align: left;
}

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

/* Button Shadow */
.btn-shadow,
.btn-hover-shadow:hover,
.btn-hover-shadow:focus,
.btn-hover-shadow:active {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

/* Button Link */
.btn-link {
  background-color: transparent;
  border-color: transparent;
}

.btn-link.btn-primary {
  color: #5156ea;
}

.btn-link.btn-primary:active,
.btn-link.btn-primary:focus,
.btn-link.btn-primary:hover {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.btn-secondary {
  color: #222222;
}

.btn-link.btn-secondary:active,
.btn-link.btn-secondary:focus,
.btn-link.btn-secondary:hover {
  color: #5156ea;
  background-color: transparent;
  border-color: transparent;
}

/* Button Bordered */
.btn-outline {
  background-color: transparent;
}

.btn-outline.btn-primary {
  color: #5156ea;
  border-color: #5156ea;
}

.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn-outline.btn-secondary {
  color: #222222;
  border-color: #222222;
}

.btn-outline.btn-secondary:active,
.btn-outline.btn-secondary:focus,
.btn-outline.btn-secondary:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn-outline.btn-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline.btn-white:active,
.btn-outline.btn-white:focus,
.btn-outline.btn-white:hover {
  color: #5156ea;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white.btn-secondary {
  color: #222222;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn-white.btn-secondary:active,
.btn-white.btn-secondary:focus,
.btn-white.btn-secondary:hover {
  color: #ffffff;
  background-color: #5156ea;
  border-color: #5156ea;
}

.btn i {
  margin-right: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-underlined {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
}
.btn-underlined:hover {
  color: #5156ea;
}
.btn-underlined:hover:after {
  width: 100%;
}

.btn-underlined:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #222222;
}

.btn-underlined:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #5156ea;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-custom {
  color: #ffffff;
}

.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
  background-color: #282828 !important;
  color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .btn-left,
.btn-right {
    text-align: center;
  }
}
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
form {
  position: relative;
}

.form-control,
input,
select,
textarea {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  height: 51px;
  line-height: 49px;
  border: 1px solid #eaeaea;
  background: transparent;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  background: transparent;
  border-color: #5156ea;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control + .error,
input + .error,
select + .error,
textarea + .error {
  position: absolute;
  top: -23px;
  left: 20px;
  color: red;
}
.form-control.error,
input.error,
select.error,
textarea.error {
  border-color: red;
}

textarea {
  height: auto;
}

.form-select {
  position: relative;
}
.form-select i {
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  line-height: 49px;
  right: 20px;
  top: 0;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #9b9b9b;
}
.form-select select {
  line-height: 1;
  color: #9b9b9b;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Input Checkbox */
.input-checkbox {
  margin-bottom: 30px;
}

.label-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  z-index: 2;
}
.label-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.check-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 1px solid #e1e3e3;
  border-radius: 2px;
}

.label-checkbox input:checked ~ .check-indicator {
  background: #ffffff;
}

.check-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.label-checkbox .check-indicator:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #5156ea;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.label-checkbox input:checked ~ .check-indicator:after {
  display: block;
}

.input-checkbox p {
  display: block;
  position: relative;
  font-size: 13px;
  padding-left: 30px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
}

/*------------------------------------*\
    #ICONS
\*------------------------------------*/
#icons section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#icons h3 {
  margin-bottom: 0;
}

#icons .fa-hover {
  margin-bottom: 15px;
  font-size: 15px;
}

#icons i {
  margin-right: 10px;
}

/*------------------------------------*\
    #Lists
\*------------------------------------*/
.list-inline li {
  display: inline-block;
}

ul.list {
  padding: 0;
  font-size: 14px;
  list-style-type: none;
}
ul.list li {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  position: relative;
}

ul.dot-list li {
  padding-left: 26px;
}
ul.dot-list li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  font-family: fontawesome;
  font-size: 7px;
  color: #5156ea;
}

ul.list-icons {
  padding: 0;
  font-size: 13px;
  list-style-type: none;
  color: #9b9b9b;
}
ul.list-icons li {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
ul.list-icons li i {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 10px;
  color: #282828;
}

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
.screen-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.screen-img img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.screen-img .screen-hover {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 30px;
  opacity: 0;
}

.screen-img .screen-hover a {
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -90px;
  -webkit-transition: all 0.4s 0.4s ease-in-out;
  -moz-transition: all 0.4s 0.4s ease-in-out;
  -ms-transition: all 0.4s 0.4s ease-in-out;
  -o-transition: all 0.4s 0.4s ease-in-out;
  transition: all 0.4s 0.4s ease-in-out;
  opacity: 0;
}

/* screen Hover Effect */
.screen-img:hover .screen-hover {
  opacity: 1;
}

.screen-img:hover .screen-hover a {
  opacity: 1;
}

/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.tabs .nav-tabs {
  border: none;
  text-align: center;
}
.tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
.tabs .nav-tabs > li > a {
  color: #333333;
  font-size: 13px;
  font-weight: 800;
  text-transform: capitalize;
  border-radius: 0;
  border: none;
  padding-right: 14px;
  padding-left: 14px;
  display: block;
}
.tabs .nav-tabs > li > a a:focus, .tabs .nav-tabs > li > a:hover, .tabs .nav-tabs > li > a.active, .tabs .nav-tabs > li > a.active:focus, .tabs .nav-tabs > li > a.active:hover {
  color: #5156ea;
  background-color: transparent;
  border: none;
}
.tabs .tab-content > .tab-pane {
  padding-top: 27px;
}
.tabs .tab-content > .tab-pane p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container {
  margin-bottom: 30px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 2px solid transparent;
  background-color: transparent;
  color: #282828;
  font-size: 13px;
  font-weight: 800;
  text-transform: capitalize;
  padding-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  color: #5156ea;
  border-bottom-color: #5156ea;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #5156ea;
  border-bottom-color: #5156ea;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background-color: transparent;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container {
  margin-bottom: 20px !important;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background-color: transparent;
  text-align: center;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
  border-bottom-color: #5156ea;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container {
  margin-bottom: 30px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 2px solid transparent;
  background-color: transparent;
  background-image: none;
  color: #282828;
  font-size: 13px;
  font-weight: 800;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i {
  height: 60px;
  line-height: 60px;
  width: 60px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 28px;
  color: #282828;
  display: block;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span {
  margin-left: 0;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:not(:empty) {
  margin-top: 17px;
  display: block;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:empty {
  display: inline;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  color: #5156ea;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover i {
  color: #ffffff;
  border-color: #5156ea;
  background-color: #5156ea;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #5156ea;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a i {
  color: #ffffff;
  border-color: #5156ea;
  background-color: #5156ea;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background-color: transparent;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container {
  margin-bottom: 20px !important;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background-color: transparent;
  text-align: center;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list {
  border-right: 1px solid #e6e6e6;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 8px 16px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  border-bottom-color: transparent;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-right-color: #5156ea;
  border-bottom-color: transparent;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panels-container {
  padding-left: 50px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background-color: transparent;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding: 0;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:first-of-type), .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:first-of-type) {
  margin-top: -1px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 15px 40px;
  border: 1px solid #e6e6e6;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span {
  margin-left: 0;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:not(:empty), .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:not(:empty) {
  margin-top: 0;
  display: block;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:empty, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:empty {
  display: inline;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  border-color: #5156ea;
  background-color: #5156ea;
  color: #ffffff;
  background-image: none;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-color: #5156ea;
  background-color: #5156ea;
  color: #ffffff;
  background-image: none;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-panels-container {
  padding-left: 50px;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels {
  border: none;
  background-color: transparent;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding: 0;
}
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p, .vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

/* Tabs #2*/
.tabs-2.tabs .nav-tabs {
  border-bottom: none;
}

.tabs-2.tabs .nav-tabs > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-2.tabs .nav-tabs > li > a i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 2px;
  background-color: #282828;
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.tabs-2.tabs .nav-tabs > li > a:focus,
.tabs-2.tabs .nav-tabs > li > a:hover,
.tabs-2.tabs .nav-tabs > li > a.active,
.tabs-2.tabs .nav-tabs > li > a.active:focus,
.tabs-2.tabs .nav-tabs > li > a.active:hover {
  color: #5156ea;
  background-color: #ffffff;
  border: none;
}

.tabs-2.tabs .nav-tabs > li > a:focus i,
.tabs-2.tabs .nav-tabs > li > a:hover i,
.tabs-2.tabs .nav-tabs > li > a.active i,
.tabs-2.tabs .nav-tabs > li > a.active:focus i,
.tabs-2.tabs .nav-tabs > li > a.active:hover i {
  background-color: #5156ea;
}

/* Tab Vertical */
.tabs-vertical.tabs .nav-tabs {
  border-bottom: none;
  border-right: 1px solid #ededed;
  width: 15%;
  float: left;
}

.tabs-vertical.tabs .nav-tabs > li {
  float: none;
  display: block;
}

.tabs-vertical.tabs .nav-tabs > li > a {
  border-radius: 0;
  border: none;
  padding-right: 20px;
  padding-left: 0;
  margin-right: 0;
}

.tabs-vertical.tabs .nav-tabs > li > a:focus,
.tabs-vertical.tabs .nav-tabs > li > a:hover,
.tabs-vertical.tabs .nav-tabs > li > a.active,
.tabs-vertical.tabs .nav-tabs > li > a.active:focus,
.tabs-vertical.tabs .nav-tabs > li > a.active:hover {
  color: #5156ea;
  background-color: #ffffff;
  border: none;
  border-right: 2px solid #5156ea;
  padding-left: 11px;
}

.tabs-vertical.tabs .tab-content {
  padding-left: 15%;
  text-align: left;
}

.tabs-vertical.tabs .tab-content > .tab-pane {
  padding-left: 60px;
  padding-top: 0;
}

.tabs-vertical.tabs .tab-content > .tab-pane p {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:hover,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active:hover {
  color: #fff;
  background-color: #5156ea;
  border: none;
  border-right: 2px solid #5156ea;
  padding-left: 11px;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
  padding: 32px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
  border-radius: 6px;
}
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading {
  padding: 0;
}
.accordion .card .card-heading a,
.accordion .card:first-of-type .card-heading a,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading a {
  font-size: 15px;
  color: #282828;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
  display: block;
}
.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  /* symbol for "opening" cards */
  font-family: fontawesome;
  font-size: 10px;
  color: #5156ea;
}
.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:after {
  content: "";
  /* symbol for "collapsed" cards */
  background-color: transparent;
  content: "";
  color: #5156ea;
  border: none;
  font-size: 10px;
}
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
  padding: 22px 0 6px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.accordion .card .card-body p,
.accordion .card:first-of-type .card-body p,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.accordion .card .card-body p:last-child,
.accordion .card:first-of-type .card-body p:last-child,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body p:last-child {
  margin-bottom: 0;
}
.accordion .card:last-of-type {
  margin-bottom: 0;
}

/* Accordion Style #1 */
.accordion.accordion-1 .card-heading a {
  padding-left: 0;
}

/* Accordion Style #2 */
.accordion.accordion-2 .card {
  background-color: transparent;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
  display: block;
  margin: 0;
  border-radius: 0;
}
.pagination li {
  margin-right: 10px;
  display: inline-block;
}
.pagination li a,
.pagination li span {
  background-color: #f9f9f9;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}
.pagination li a:hover,
.pagination li span:hover {
  background-color: #5156ea;
  color: #ffffff;
  border-color: #5156ea;
}
.pagination li .current {
  background-color: #5156ea;
  color: #ffffff;
  border-color: #5156ea;
}

.pagination-nav .pagination {
  display: block;
  margin: 0;
  border-radius: 0;
}
.pagination-nav .pagination > a {
  display: none;
}
.pagination-nav .pagination .nav-links a,
.pagination-nav .pagination .nav-links span {
  margin: 0 5px;
  background-color: #f9f9f9;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}
.pagination-nav .pagination .nav-links a:hover,
.pagination-nav .pagination .nav-links span:hover {
  background-color: #5156ea;
  color: #ffffff;
  border-color: #5156ea;
}
.pagination-nav .pagination .nav-links .current {
  background-color: #5156ea;
  color: #ffffff;
  border-color: #5156ea;
}

.pagination-buttons .next-page a,
.pagination-buttons .prev-page a {
  background-color: #5156ea;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pagination-buttons .next-page a:hover,
.pagination-buttons .prev-page a:hover {
  background-color: #232ae5;
  color: #ffffff;
}
.pagination-buttons .next-page {
  text-align: right;
}

.page-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 16px;
  color: #9b9b9b;
  background-color: transparent;
  border: none;
  padding: 0;
}
.page-link:hover {
  background-color: transparent;
  border: none;
  color: #282828;
  cursor: auto;
}
.page-link a {
  color: #282828;
}
.page-link a:hover {
  color: #5156ea;
}

/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
  background-color: #f9f9f9;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
}

.alerts .alert-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #5156ea;
  -moz-border-radius: 2px 1px 1px 2px;
  -webkit-border-radius: 2px 1px 1px 2px;
  border-radius: 2px 1px 1px 2px;
  text-align: center;
  position: absolute;
}
.alerts .alert-icon i {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.alerts .alert-content {
  padding-left: 68px;
}
.alerts .alert-content h4 {
  color: #5156ea;
  font-size: 15px;
  font-weight: 800;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: -6px;
}
.alerts .alert-content p {
  font-family: "Montserrat";
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.alerts.alert-warning h4 {
  color: #8a6d3b;
}

.alerts.alert-warning .alert-icon {
  background-color: #fcf8e3;
}

.alerts.alert-warning .alert-icon i {
  color: #8a6d3b;
}

.alerts.alert-danger h4 {
  color: #a94442;
}

.alerts.alert-danger .alert-icon {
  background-color: #f2dede;
}

.alerts.alert-danger .alert-icon i {
  color: #a94442;
}

.alert-custom {
  min-height: 85px;
}

/* Subscribe Alert */
.subscribe-alert .alert {
  margin: 10px auto;
  font-size: 12px;
}

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
.backtop {
  z-index: 9999;
  position: fixed;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: #5156ea;
  font-size: 20px;
}
.backtop.show {
  opacity: 1;
}
.backtop:hover {
  background-color: #282828;
}
.backtop.backtop-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.backtop.backtop-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.backtop.backtop-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.backtop.backtop-left {
  left: 40px;
  right: auto;
}

@media only screen and (max-width: 992px) {
  #backTop.show {
    opacity: 0;
  }
}
/*------------------------------------*\
    #Range
\*------------------------------------*/
.range-slider .ui-slider {
  height: 8px;
  background-color: #d7d7d7;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.range-slider .ui-slider-handle {
  /* Style for "Line" */
  width: 15px;
  height: 15px;
  margin-left: 0;
  background-color: #272930;
  border-radius: 1px;
}

.range-slider .ui-slider-range {
  height: 8px;
  background-color: #5156ea;
  margin-bottom: 20px;
}

.range-slider p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.range-slider label {
  color: #f9f9f9;
}

.range-slider input {
  color: #5156ea;
  border: none;
  background-color: transparent;
}

/*------------------------------------*\
    #MODALS
\*------------------------------------*/
body.modal-open {
  padding-right: 0 !important;
}

body.modal-open .affix {
  display: none;
}

.modal {
  z-index: 1080;
  background: rgba(34, 34, 34, 0.95);
}

.modal::-webkit-scrollbar {
  display: none;
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

.modal-backdrop {
  z-index: 1020;
  background-color: #282828;
  display: none;
}

.modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-dialog {
  margin-top: 20px;
}

.modal button.close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  z-index: 1040;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}

.modal.reservation-popup button.close {
  color: #282828;
}

.modal button.close:focus,
.modal button.close:hover {
  color: #5156ea;
}

/*------------------------------------*\
    #Tables
\*------------------------------------*/
table {
  border-bottom: 1px solid #eaeaea;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 22px;
  width: 100%;
}

table thead tr th {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
  line-height: 30px !important;
  border-bottom-width: 0 !important;
  border-color: #eaeaea;
  padding: 0;
}

table tbody tr td {
  padding: 20px;
  border-color: #eaeaea;
}

table tbody tr td,
table tbody tr td {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  color: #9b9b9b;
}

td {
  border-top: 1px solid #eaeaea;
  padding: 6px 10px 6px 0;
}

/*------------------------------------*\
    #Utilities
\*------------------------------------*/
.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Spacer */
@media (min-width: 320px) and (max-width: 767px) {
  .h-xs-1 {
    height: 10px !important;
  }

  .h-xs-2 {
    height: 20px !important;
  }

  .h-xs-3 {
    height: 30px !important;
  }

  .h-xs-4 {
    height: 40px !important;
  }

  .h-xs-5 {
    height: 50px !important;
  }

  .h-xs-6 {
    height: 60px !important;
  }

  .h-xs-7 {
    height: 70px !important;
  }

  .h-xs-8 {
    height: 80px !important;
  }

  .h-xs-9 {
    height: 90px !important;
  }

  .h-xs-10 {
    height: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h-sm-1 {
    height: 10px !important;
  }

  .h-sm-2 {
    height: 20px !important;
  }

  .h-sm-3 {
    height: 30px !important;
  }

  .h-sm-4 {
    height: 40px !important;
  }

  .h-sm-5 {
    height: 50px !important;
  }

  .h-sm-6 {
    height: 60px !important;
  }

  .h-sm-7 {
    height: 70px !important;
  }

  .h-sm-8 {
    height: 80px !important;
  }

  .h-sm-9 {
    height: 90px !important;
  }

  .h-sm-10 {
    height: 100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .h-md-1 {
    height: 10px !important;
  }

  .h-md-2 {
    height: 20px !important;
  }

  .h-md-3 {
    height: 30px !important;
  }

  .h-md-4 {
    height: 40px !important;
  }

  .h-md-5 {
    height: 50px !important;
  }

  .h-md-6 {
    height: 60px !important;
  }

  .h-md-7 {
    height: 70px !important;
  }

  .h-md-8 {
    height: 80px !important;
  }

  .h-md-9 {
    height: 90px !important;
  }

  .h-md-10 {
    height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .h-lg-1 {
    height: 10px !important;
  }

  .h-lg-2 {
    height: 20px !important;
  }

  .h-lg-3 {
    height: 30px !important;
  }

  .h-lg-4 {
    height: 40px !important;
  }

  .h-lg-5 {
    height: 50px !important;
  }

  .h-lg-6 {
    height: 60px !important;
  }

  .h-lg-7 {
    height: 70px !important;
  }

  .h-lg-8 {
    height: 80px !important;
  }

  .h-lg-9 {
    height: 90px !important;
  }

  .h-lg-10 {
    height: 100px !important;
  }
}
/* Padding Content */
@media (min-width: 320px) and (max-width: 767px) {
  body .p-xs-0 {
    padding: 0 !important;
  }

  body .p-xs-1 {
    padding: 10px !important;
  }

  body .p-xs-2 {
    padding: 20px !important;
  }

  body .p-xs-3 {
    padding: 30px !important;
  }
  body .p-xs-3 .vc_column-inner {
    padding: 30px !important;
  }

  body .p-xs-4 {
    padding: 40px !important;
  }

  body .p-xs-5 {
    padding: 50px !important;
  }

  body .p-xs-6 {
    padding: 60px !important;
  }

  body .p-xs-7 {
    padding: 70px !important;
  }

  body .p-xs-8 {
    padding: 80px !important;
  }

  body .p-xs-9 {
    padding: 90px !important;
  }

  body .p-xs-10 {
    padding: 100px !important;
  }

  body .p-xs-15 {
    padding: 15px !important;
  }

  body .p-xs-15-inner .vc_column-inner {
    padding: 15px !important;
  }

  body .pt-xs-0 {
    padding-top: 0 !important;
  }

  body .pt-xs-30 {
    padding-top: 30px !important;
  }

  body .pt-xs-40 {
    padding-top: 40px !important;
  }

  body .pt-xs-50 {
    padding-top: 50px !important;
  }

  body .pt-xs-60 {
    padding-top: 60px !important;
  }

  body .pt-xs-70 {
    padding-top: 70px !important;
  }

  body .pt-xs-80 {
    padding-top: 80px !important;
  }

  body .pt-xs-90 {
    padding-top: 90px !important;
  }

  body .pt-xs-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .p-sm-0 {
    padding: 0 !important;
  }

  body .p-sm-1 {
    padding: 10px !important;
  }

  body .p-sm-2 {
    padding: 20px !important;
  }

  body .p-sm-3 {
    padding: 30px !important;
  }
  body .p-sm-3 .vc_column-inner {
    padding: 30px !important;
  }

  body .p-sm-4 {
    padding: 40px !important;
  }

  body .p-sm-5 {
    padding: 50px !important;
  }

  body .p-sm-6 {
    padding: 60px !important;
  }

  body .p-sm-7 {
    padding: 70px !important;
  }

  body .p-sm-8 {
    padding: 80px !important;
  }

  body .p-sm-9 {
    padding: 90px !important;
  }

  body .p-sm-10 {
    padding: 100px !important;
  }

  body .p-sm-15 {
    padding: 15px !important;
  }

  body .p-sm-15-inner .vc_column-inner {
    padding: 15px !important;
  }

  body .pt-sm-0 {
    padding-top: 0 !important;
  }

  body .pt-sm-30 {
    padding-top: 30px !important;
  }

  body .pt-sm-40 {
    padding-top: 40px !important;
  }

  body .pt-sm-50 {
    padding-top: 50px !important;
  }

  body .pt-sm-60 {
    padding-top: 60px !important;
  }

  body .pt-sm-70 {
    padding-top: 70px !important;
  }

  body .pt-sm-80 {
    padding-top: 80px !important;
  }

  body .pt-sm-90 {
    padding-top: 90px !important;
  }

  body .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body .p-md-0,
.p-sm-3 {
    padding: 0 !important;
  }

  body .p-md-1 {
    padding: 10px !important;
  }

  body .p-md-2 {
    padding: 20px !important;
  }

  body .p-md-3 {
    padding: 30px !important;
  }

  body .p-md-4 {
    padding: 40px !important;
  }

  body .p-md-5 {
    padding: 50px !important;
  }

  body .p-md-6 {
    padding: 60px !important;
  }

  body .p-md-7 {
    padding: 70px !important;
  }

  body .p-md-8 {
    padding: 80px !important;
  }

  body .p-md-9 {
    padding: 90px !important;
  }

  body .p-md-10 {
    padding: 100px !important;
  }
}
@media (min-width: 1200px) {
  body .p-lg-0,
.p-sm-3 {
    padding: 0 !important;
  }

  body .p-lg-1 {
    padding: 10px !important;
  }

  body .p-lg-2 {
    padding: 20px !important;
  }

  body .p-lg-3 {
    padding: 30px !important;
  }

  body .p-lg-4 {
    padding: 40px !important;
  }

  body .p-lg-5 {
    padding: 50px !important;
  }

  body .p-lg-6 {
    padding: 60px !important;
  }

  body .p-lg-7 {
    padding: 70px !important;
  }

  body .p-lg-8 {
    padding: 80px !important;
  }

  body .p-lg-9 {
    padding: 90px !important;
  }

  body .p-lg-10 {
    padding: 100px !important;
  }
}
/* Margin Content */
@media (min-width: 320px) and (max-width: 767px) {
  body .m-xs-0 {
    margin: 0 !important;
  }
  body .m-xs-0 .vc_column-inner {
    margin: 0 !important;
  }

  body .m-xs-1 {
    margin: 10px !important;
  }

  body .m-xs-2 {
    margin: 20px !important;
  }

  body .m-xs-3 {
    margin: 30px !important;
  }

  body .m-xs-4 {
    margin: 40px !important;
  }

  body .m-xs-5 {
    margin: 50px !important;
  }

  body .m-xs-6 {
    margin: 60px !important;
  }

  body .m-xs-7 {
    margin: 70px !important;
  }

  body .m-xs-8 {
    margin: 80px !important;
  }

  body .m-xs-9 {
    margin: 90px !important;
  }

  body .m-xs-10 {
    margin: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .m-sm-0 {
    margin: 0 !important;
  }

  body .m-sm-1 {
    margin: 10px !important;
  }

  body .m-sm-2 {
    margin: 20px !important;
  }

  body .m-sm-3 {
    margin: 30px !important;
  }

  body .m-sm-4 {
    margin: 40px !important;
  }

  body .m-sm-5 {
    margin: 50px !important;
  }

  body .m-sm-6 {
    margin: 60px !important;
  }

  body .m-sm-7 {
    margin: 70px !important;
  }

  body .m-sm-8 {
    margin: 80px !important;
  }

  body .m-sm-9 {
    margin: 90px !important;
  }

  body .m-sm-10 {
    margin: 100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body .m-md-0 {
    margin: 0 !important;
  }

  body .m-md-1 {
    margin: 10px !important;
  }

  body .m-md-2 {
    margin: 20px !important;
  }

  body .m-md-3 {
    margin: 30px !important;
  }

  body .m-md-4 {
    margin: 40px !important;
  }

  body .m-md-5 {
    margin: 50px !important;
  }

  body .m-md-6 {
    margin: 60px !important;
  }

  body .m-md-7 {
    margin: 70px !important;
  }

  body .m-md-8 {
    margin: 80px !important;
  }

  body .m-md-9 {
    margin: 90px !important;
  }

  body .m-md-10 {
    margin: 100px !important;
  }
}
@media (min-width: 1200px) {
  body .m-lg-0 {
    margin: 0 !important;
  }

  body .m-lg-1 {
    margin: 10px !important;
  }

  body .m-lg-2 {
    margin: 20px !important;
  }

  body .m-lg-3 {
    margin: 30px !important;
  }

  body .m-lg-4 {
    margin: 40px !important;
  }

  body .m-lg-5 {
    margin: 50px !important;
  }

  body .m-lg-6 {
    margin: 60px !important;
  }

  body .m-lg-7 {
    margin: 70px !important;
  }

  body .m-lg-8 {
    margin: 80px !important;
  }

  body .m-lg-9 {
    margin: 90px !important;
  }

  body .m-lg-10 {
    margin: 100px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text-left,
.text-right {
    text-align: center !important;
  }
}
/* ----------------------------------------------------------------
	Loading Screen
-----------------------------------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 240px;
  padding-bottom: 240px;
}

/* Squre Spinner */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #5156ea;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    -moz-transform: scale3D(1, 1, 1);
    -ms-transform: scale3D(1, 1, 1);
    -o-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    -moz-transform: scale3D(0, 0, 1);
    -ms-transform: scale3D(0, 0, 1);
    -o-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    -moz-transform: scale3D(1, 1, 1);
    -ms-transform: scale3D(1, 1, 1);
    -o-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    -moz-transform: scale3D(0, 0, 1);
    -ms-transform: scale3D(0, 0, 1);
    -o-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*Material Snake Loader*/
.mloader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}

.mloader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mloader .circular {
  animation: loaderRotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mloader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loaderDash 1.5s ease-in-out infinite, loaderColor 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes loaderColor {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
/* Folding Cube */
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5156ea;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* Fading Circle */
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #5156ea;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/* Spinner Dots */
.spinner-dots {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.spinner-dots .dot1,
.spinner-dots .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #5156ea;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner-dots .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Spinner Bounce */
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #5156ea;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Spinner Rotate */
.spinner-rotate {
  width: 40px;
  height: 40px;
  background-color: #5156ea;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* Spinner Bounce */
.spinner-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height: 100px;
  position: relative;
}

.header-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.admin-bar .header-transparent {
  top: 32px;
}

/* Header Bordered */
.header-bordered .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-bordered .navbar.navbar--dark {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

/* Header Light */
.header-light {
  background-color: #ffffff;
}

/* Header With Top Bar */
.header-topbar {
  height: 150px;
}

/* Header full */
.header-full {
  height: 162px;
  background: #ffffff;
}

.header-full .contact-bar {
  height: 105px;
}

.header-full .contact-bar .navbar-header {
  height: 105px;
  line-height: 105px;
}

.header-full .contact-bar .module-container {
  padding: 35px 0;
  display: flex;
}

.header-full .contact-bar .contact-box {
  position: relative;
  margin-right: 48px;
}

.header-full .contact-bar .contact-box-icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 42px;
  color: #5156ea;
  font-size: 16px;
  font-weight: 400;
}

.header-full .contact-bar .contact-box-info {
  padding-left: 25px;
}

.header-full .contact-bar .contact-box-info p {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}

.header-full .contact-bar .module-social a {
  color: #5156ea;
  font-size: 19px;
  font-weight: 400;
  line-height: 42px;
}

.header-full .contact-bar .module-social a:hover {
  color: #282828;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 100px;
  border: none;
  z-index: 1030;
  padding: 0;
}
.header .navbar.navbar-bordered {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .navbar.navbar-centered .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.header .navbar.navbar-centered .create-menu {
  margin-right: 30px;
}

.navbar-nav > li {
  margin-right: 30px;
  position: relative;
}
.navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar-nav > li > a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 100px;
  color: #ffffff;
  padding: 0;
  position: relative;
  display: block;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border: none;
}

.navbar-nav > li.active > ul {
  margin-top: 0;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}

/* Menu Level #1 */
.dropdown-toggle::after {
  display: none;
}

.navbar-nav > li.menu-item > a::before {
  position: absolute;
  top: 62px;
  left: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar-nav > li.menu-item:hover > a::before,
.navbar-nav > li.current-menu-ancestor > a::before {
  width: 20px;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
ul.dropdown-menu > li.has-dropdown > a:before {
  font-family: fontawesome;
  content: "";
  font-size: 13px;
  position: absolute;
  right: 25px;
}

/* Menu Levels */
.dropdown-menu {
  background-color: transparent;
  position: relative;
  width: 100%;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Header Light */
.header-light .navbar.navbar-bordered {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.header-light .navbar .module .module-icon i,
.header-light .navbar .navbar-nav > li > a {
  color: #222222;
}

.header-light .navbar-nav > li.menu-item:hover > a::before,
.header-light .navbar-nav > li.menu-item.current-menu-ancestor > a::before {
  background-color: #222222;
}

/* Navbar For Header Full */
.header-full .navbar {
  min-height: 60px;
  padding-left: 25px;
}

.header-full .navbar-nav > li > a {
  line-height: 60px;
}

/* Header With Top Bar */
.header-topbar {
  height: 150px;
}

/* Header Fixed Top */
.admin-bar .fixed-top {
  top: 32px;
}

.navbar.affix {
  background: #ffffff;
  -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}

.navbar.affix .navbar-brand .logo-dark {
  display: inline-block;
}
.navbar.affix .navbar-brand .logo-light {
  display: none;
}

.navbar.affix .navbar-nav > li > a {
  color: #282828;
}

.navbar.affix .navbar-nav > li.menu-item > a::before {
  background-color: #282828;
}

/* Header Logo */
.navbar-brand .logo {
  line-height: 100px;
}

.logo-title {
  font-size: 40px;
  font-weight: 300;
}

.logo-2x {
  display: none;
}

.header-light .logo-light {
  display: none;
}
.header-light .logo-dark:not(.logo-2x) {
  display: inline-block;
}

.header-dark .logo-dark {
  display: none;
}

.header-transparent .logo-dark {
  display: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .fixed-top,
.navbar.affix {
    position: relative;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
  }

  .admin-bar .fixed-top {
    top: 0;
  }

  .navbar .navbar-brand {
    margin-left: 15px;
    height: 100px;
    line-height: 100px;
  }
  .navbar .navbar-collapse {
    background-color: #ffffff;
    padding: 0 15px;
  }
  .navbar .navbar-collapse.show {
    -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  }
  .navbar.navbar-bordered {
    border-bottom: none;
  }

  /* Navabr */
  .navbar .navbar-nav > li {
    margin-right: 0;
  }
  .navbar .navbar-nav > li > a, .navbar .navbar-nav > li.active > a {
    line-height: 36px;
    color: #282828;
    display: block;
  }
  .navbar .menu-item a::before {
    display: none;
  }
  .navbar .dropdown-toggle {
    width: calc(100% - 36px);
  }
  .navbar .menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    height: 36px;
    width: 20px;
    text-align: center;
  }
  .navbar .menu-toggle:before {
    font-family: fontawesome;
    content: "";
    font-size: 14px;
    color: #282828;
    line-height: 36px;
  }
  .navbar .menu-toggle .show:after {
    transform: rotate(90deg);
  }
  .navbar .menu-toggle .show > .dropdown-menu {
    display: block;
  }
  .navbar .dropdown-menu.show {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    border-radius: 0;
  }
  .navbar .dropdown-menu li {
    line-height: 26px;
  }
  .navbar .dropdown-menu li a {
    padding-left: 20px;
    color: #282828;
    font-size: 15px;
    line-height: 30px;
    display: block;
  }
  .navbar .show > .dropdown-menu {
    display: block;
  }
  .navbar .dropdown-submenu.show .dropdown-menu {
    display: block;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
  }
  .navbar .mega-dropdown-menu li a {
    padding-left: 0;
  }
  .navbar .mega-dropdown-menu li a i {
    padding-right: 8px;
  }

  /* Header Modifers */
  .navbar.navbar-light .navbar-nav > li > a {
    color: #282828;
  }

  .navbar-light:not(.affix) .navbar-toggler {
    color: #fff;
    border-color: #fff;
  }

  .navbar-light.affix .navbar-toggler {
    color: #222;
    border-color: #222;
  }

  .navbar-toggler {
    width: 25px;
    height: 16px;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px;
  }
  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .toogle-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #282828;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 300ms 0s;
    -moz-transition: background 300ms 0s;
    -ms-transition: background 300ms 0s;
    -o-transition: background 300ms 0s;
    transition: background 300ms 0s;
  }
  .toogle-inner:before, .toogle-inner:after {
    display: block;
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-transition-duration: 300ms, 300ms;
    -moz-transition-duration: 300ms, 300ms;
    -o-transition-duration: 300ms, 300ms;
    -ms-transition-duration: 300ms, 300ms;
    transition-duration: 300ms, 300ms;
    -webkit-transition-delay: 300ms, 0s;
    -moz-transition-delay: 300ms, 0s;
    -o-transition-delay: 300ms, 0s;
    -ms-transition-delay: 300ms, 0s;
    transition-delay: 300ms, 0s;
    background-color: #282828;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .toogle-inner:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    -ms-transition-property: top, transform;
    transition-property: top, transform;
  }
  .toogle-inner:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    transition-property: bottom, transform;
  }

  .toggler-active .toogle-inner {
    background-color: transparent;
  }
  .toggler-active .toogle-inner:before, .toggler-active .toogle-inner:after {
    -webkit-transition-delay: 0s, 300ms;
    -moz-transition-delay: 0s, 300ms;
    -o-transition-delay: 0s, 300ms;
    -ms-transition-delay: 0s, 300ms;
    transition-delay: 0s, 300ms;
  }
  .toggler-active .toogle-inner:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggler-active .toogle-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-light .toogle-inner {
    background-color: #ffffff;
  }
  .navbar-light .toogle-inner:before, .navbar-light .toogle-inner:after {
    background-color: #ffffff;
  }
  .navbar-light .toggler-active .toogle-inner {
    background-color: transparent;
  }

  .header-transparent .toogle-inner {
    background-color: #ffffff;
  }
  .header-transparent .toogle-inner:before, .header-transparent .toogle-inner:after {
    background-color: #ffffff;
  }
  .header-transparent .toggler-active .toogle-inner {
    background-color: transparent;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    margin-right: 16px;
  }

  .module .module-icon,
.module-consultation .btn {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    justify-content: flex-end;
  }

  /* Menu with Dropdown */
  .navbar-nav > li.has-dropdown > ul.dropdown-menu,
.navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
    background-color: rgba(27, 26, 26, 0.97);
    position: absolute;
    left: 0;
    right: auto;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: transform 300ms linear;
    -moz-transition: transform 300ms linear;
    -ms-transition: transform 300ms linear;
    -o-transition: transform 300ms linear;
    transition: transform 300ms linear;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -o-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }

  .navbar-nav > li.has-dropdown:not(.mega-dropdown) > ul.dropdown-menu {
    width: max-content;
    min-width: 210px;
    padding: 13px 0;
    background-color: rgba(27, 26, 26, 0.97);
    margin-top: -1px;
  }

  .navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
    width: 385px !important;
  }

  li.dropdown-submenu:hover > ul.mega-menu,
li.has-dropdown:hover > ul.dropdown-menu,
li.has-dropdown:hover > ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
  }

  ul.dropdown-menu > li,
ul.mega-menu > li {
    padding-right: 0;
    height: 40px;
    line-height: 40px;
    position: relative;
    vertical-align: top;
  }

  ul.mega-menu > li {
    border-right: 1px solid #eaeaea;
  }

  ul.mega-menu > li:last-child {
    border-right: none;
  }

  ul.mega-menu > li {
    width: 190px !important;
    height: auto;
    overflow: hidden;
    display: inline-block;
  }

  ul.mega-menu > li > ul {
    width: 190px;
    list-style: none;
    background-color: #222222;
    padding-left: 0;
    position: relative !important;
    left: auto !important;
  }

  ul.mega-menu li ul li {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }

  ul.dropdown-menu li a,
ul.mega-menu li ul li a {
    font-family: "Poppins", sans-serif;
    line-height: 37px;
    color: #9b9b9b;
    padding: 0;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 25px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }

  ul.dropdown-menu li.current-menu-item a,
ul.mega-menu li ul li.current-menu-item a {
    color: #ffffff;
  }

  ul.mega-menu li ul li span {
    color: #5156ea;
    padding: 0;
    display: block;
    font-size: 13px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 700;
  }

  ul.dropdown-menu li:last-child > a {
    border-bottom: none;
  }

  ul.dropdown-menu li > a:active,
ul.dropdown-menu li > a:focus,
ul.dropdown-menu li > a:hover,
ul.mega-menu li a:active,
ul.mega-menu li a:focus,
ul.mega-menu li a:hover {
    background-color: transparent;
    color: #ffffff;
  }

  ul.dropdown-menu.left {
    left: -185px !important;
    margin-left: 0 !important;
  }

  ul.mega-menu.left {
    left: -410px !important;
  }

  /* Menu Level #2 */
  li.dropdown-submenu > ul.mega-menu,
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
    background-color: rgba(27, 26, 26, 0.97);
    padding: 25px 0;
    margin: -1px 0 0;
    z-index: 1001;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: transform 300ms linear;
    -moz-transition: transform 300ms linear;
    -ms-transition: transform 300ms linear;
    -o-transition: transform 300ms linear;
    transition: transform 300ms linear;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }

  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 1001;
    margin-top: -1px;
    margin-left: 0;
    padding: 13px 0;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  }

  li.dropdown-submenu.pull-left > ul.dropdown-menu {
    left: auto;
    right: 0;
    margin-right: 0;
  }

  /* Menu Level #3 */
  li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
    background-color: #222222;
    float: none;
    position: absolute;
    border-radius: 0;
    left: 100%;
    right: auto;
    top: 0;
    margin: -1px 0 0;
    z-index: 1;
    border: 1px solid #eaeaea;
    padding: 13px 0;
  }

  li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
    left: -185px !important;
  }

  /* Mega Menu Content */
  .mega-dropdown {
    position: static !important;
  }

  .mega-dropdown .dropdown-menu {
    padding: 0 !important;
    width: 100% !important;
    background-color: transparent !important;
    border: none !important;
    margin-top: 1px;
  }

  .mega-dropdown .dropdown-menu .container {
    background-color: transparent;
  }

  .mega-dropdown .dropdown-menu .container .row {
    padding-right: 15px;
    padding-left: 15px;
    background: rgba(27, 26, 26, 0.97);
    border-radius: 6px;
    margin-right: 0;
    margin-left: 0;
  }

  .mega-dropdown .dropdown-menu .container div[class*=col-] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .mega-dropdown .dropdown-menu li ul {
    padding: 0;
    margin: 0;
  }

  .mega-dropdown .dropdown-menu li ul li {
    list-style: none;
  }

  .mega-dropdown .dropdown-menu li ul li a {
    padding: 0;
  }

  .mega-dropdown .dropdown-menu li ul li a:hover {
    padding: 0 0 0 12px;
  }

  .mega-dropdown .dropdown-menu li ul li a i {
    margin-right: 8px;
  }

  .mega-dropdown .dropdown-menu .container div[class*=col-] > a {
    border-bottom: none;
    padding-left: 0;
    font-size: 14px;
  }

  .mega-dropdown .dropdown-menu .container a[href="#"],
.mega-dropdown .dropdown-menu .container .col-heading {
    color: #ffffff;
    cursor: default;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
  }

  .navbar-nav > li.has-dropdown > ul.dropdown-menu.mega-dropdown .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav > li.has-dropdown > ul.dropdown-menu.mega-dropdown .dropdown-menu > li {
    height: auto;
  }

  /* Navbar For Header Full */
  .header-full .navbar-nav > li.has-dropdown > ul.dropdown-menu:not(.mega-dropdow) {
    margin-top: -1px;
  }

  .header-full .dropdown-menu.mega-dropdown .dropdown-menu {
    margin-top: -20px;
  }

  .header-inverse .navbar-nav > li > .menu-item:hover,
.header-inverse .navbar-nav > li.active > .menu-item {
    color: #ffffff;
  }

  .header-inverse .navbar-nav > li > .menu-item:hover::before,
.header-inverse .navbar-nav > li.active > .menu-item:before {
    background-color: #ffffff;
  }
}
/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module-container {
  padding-left: 30px;
}

.navbar.navbar-centered .module-container {
  padding-left: 0;
}

.module {
  display: inline-block;
  position: relative;
}
.module span.title {
  display: none;
}
.module .module-icon {
  margin-right: 20px;
  cursor: pointer;
  line-height: 100px;
}
.module .module-icon i {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.module .module-icon:hover i {
  color: #5156ea;
}
.module:last-of-type .module-icon {
  margin-right: 0;
}
.module .menu-icon-double i {
  margin-left: 30px;
}
.module .module-label {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #5156ea;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 8px;
}
.module .module-label:empty {
  opacity: 0;
}
.module .module-content {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.module .module-box {
  position: absolute;
  display: block;
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  background-color: #1b1a1a;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  right: 0;
  width: 290px;
  border-radius: 6px;
  padding: 30px;
  z-index: 99;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  transform: translateY(10%);
  height: 0;
  margin-top: 1px;
}

/* Module SideArea*/
.module-sidearea-wrap {
  background-color: #ffffff;
  padding: 90px 40px 40px 40px;
  height: 100%;
  width: 370px;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  overflow-x: hidden;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -moz-transform: translateX(400px);
  -webkit-transform: translateX(400px);
  -o-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -moz-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
}
.module-sidearea-wrap::-webkit-scrollbar {
  display: none;
}
.module-sidearea-wrap.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.module-sidearea-wrap .module-cancel {
  position: absolute;
  right: 40px;
  top: 40px;
  height: 9px;
  line-height: 9px;
  font-size: 12px;
  color: #333333;
  z-index: 3;
}

.module-sidearea-inner .sidearea-header {
  margin-bottom: 50px;
}
.module-sidearea-inner .sidearea-header .logo {
  margin-bottom: 30px;
  display: block;
}
.module-sidearea-inner .sidearea-header p {
  font-family: "Poppins", sans-serif;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.module-sidearea-inner .sidearea-body {
  margin-bottom: 60px;
}
.module-sidearea-inner .sidearea-body .widget {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 40px;
}
.module-sidearea-inner .sidearea-footer .social-share a {
  line-height: 32px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  margin-right: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.module-sidearea-inner .sidearea-footer .social-share a:hover {
  color: #5156ea;
}
.module-sidearea-inner .sidearea-footer .social-share a:last-of-type {
  margin-right: 0;
}
.module-sidearea-inner .sidearea-footer .copywright {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
}

/* Module Search */
.module-search-warp {
  left: 0;
  top: 0;
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: rgba(34, 34, 34, 0.98);
  position: fixed;
}
.module-search-warp .container {
  display: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.module-search-warp .module-cancel {
  top: 40px;
  position: absolute;
  right: 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.8;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  line-height: 28px;
  text-align: center;
}
.module-search-warp .module-cancel:hover {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  color: #ffffff;
}
.module-search-warp .form-search {
  margin-bottom: 0;
  border-bottom: 2px solid #383838;
  padding-bottom: 0;
  padding-left: 45px;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
.module-search-warp .form-search::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  color: #ffffff;
  font-family: "icomoon";
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
}
.module-search-warp .form-control {
  position: relative;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
  height: 70px;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
.module-search-warp .form-control::-webkit-input-placeholder {
  color: #f9f9f9;
}
.module-search-warp .form-control::-moz-placeholder {
  color: #f9f9f9;
}
.module-search-warp .form-control::-moz-placeholder {
  color: #9e9e9e;
}
.module-search-warp .form-control:-ms-input-placeholder {
  color: #f9f9f9;
}
.module-search-warp .btn {
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 35px;
  line-height: 57px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  text-align: right;
  margin-left: 0;
  padding: 0;
}

.module-search-warp.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
}
.module-search-warp.active .form-search {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.module-search-warp.active .container {
  display: block;
}
.module-search-warp .module-box {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  height: inherit;
}

/* Module Cart */
.cart-box .cart-overview li {
  border-bottom: 1px solid rgba(127, 127, 127, 0.15);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.cart-box .cart-overview li:last-child {
  margin-bottom: 0;
}
.cart-box .cart-overview li .cart-cancel {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 7px;
  width: 19px;
  height: 19px;
  background-color: #333333;
  text-align: center;
  line-height: 19px;
}
.cart-box .cart-overview li .cart-cancel:hover {
  background-color: #5156ea;
}
.cart-box .cart-overview img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: absolute;
}
.cart-box .cart-overview .product-meta {
  padding-left: 60px;
}
.cart-box .cart-overview h5 {
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.cart-box .cart-overview p {
  font-family: "Poppins", sans-serif;
  color: #5156ea;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.cart-box .cart--control .btn {
  height: 33px;
  width: 100px;
  line-height: 31px;
  margin-right: 10px;
}
.cart-box .cart--control:last-of-type {
  margin-right: 0;
}
.cart-box .cart--control span {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 700;
  line-height: 33px;
  float: right;
}
.cart-box .cart--control .total-price {
  color: #5156ea;
}

.module-cart.module-active .module-box {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  height: inherit;
}

/* Module Reservation */
.module-consultation .btn {
  width: 129px;
  height: 39px;
  border-radius: 3px;
  line-height: 39px;
  text-transform: capitalize;
  display: block;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 31px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333333;
  background-color: #ffffff;
  z-index: inherit;
}
.module-consultation .btn-dark {
  border-color: #282828;
  color: #282828;
  background: transparent;
}
.module-consultation .btn:hover {
  background-color: #5156ea;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .module-consultation {
    padding: 10px 0;
  }
  .module-consultation .btn {
    background: #5156ea;
    color: #ffffff;
    margin: 0;
  }
  .module-consultation .btn:hover {
    background: #282828;
  }
}
/* Module Social */
.module-social a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100px;
  margin-left: 19px;
}

.module-social a:first-of-type {
  margin-left: 0;
}

.module-social-dark a {
  color: #282828;
}

.module-social a:hover {
  color: #5156ea;
}

/* Transparent Header */
.transparent-header .module .module-icon > i {
  color: #ffffff;
}

.transparent-header .search-box {
  top: 100px !important;
}

/* Navbar For header Top Bar */
.header-topbar .topbar .contact-info {
  line-height: 46px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 46px;
  margin-right: 30px;
  display: inline-block;
}

.header-topbar .topbar .contact-info i {
  color: #5156ea;
  margin-right: 9px;
  font-size: 16px;
}

.header-topbar .topbar .contact-social {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}

.header-topbar .topbar .contact-social a {
  color: #5156ea;
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  margin-left: 20px;
  line-height: 46px;
}

.header-topbar .topbar .contact-social a:hover {
  color: #ffffff;
}

.navbar.affix .module .module-icon i {
  color: #282828;
}
.navbar.affix .module.module-consultation .btn {
  background: #5156ea;
  color: #ffffff;
}
.navbar.affix .module.module-consultation .btn:hover {
  background: #282828;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .module {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
  }
  .module .module-icon {
    padding-top: 0;
    line-height: 36px !important;
  }
  .module .module-icon i {
    color: #282828;
  }
  .module .module-box {
    position: relative;
    right: 0;
    width: 100%;
    border: none;
  }
  .module .module-label {
    top: -3px;
    position: relative;
  }
  .module span.title {
    display: inline-block;
    color: #282828;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .module .cart-box,
.module .search-box {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .module .module-content {
    margin-bottom: 10px;
  }
  .module .cart-box .cart-overview h5 {
    color: #ffffff;
  }
  .module .module-search .search-icon i {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
  }

  .module-cart.active .cart-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .module.module-active .cart-box,
.module.module-active .search-box {
    display: block !important;
  }

  .module-search.module-active .search-box .search-form {
    margin-bottom: 10px;
  }

  .module-search.module-active .search-box .search-form input {
    background-color: #ffffff;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    max-width: 100%;
  }

  .module-cart.module-active .cart-box {
    background-color: #222222;
    border: none;
    padding: 30px 20px;
    margin-bottom: 10px;
  }

  .module-cart.module-active .cart-box .cart-control {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .module-cart.module-active .cart-box .cart-control .pull-right {
    float: none !important;
  }

  .module-social a {
    color: #282828;
    line-height: 36px;
  }

  .module-container {
    padding-left: 0;
  }

  .module-search-box .form-control {
    font-size: 24px;
  }

  .module-sidearea .module-sidearea-wrap {
    width: 320px;
    padding: 40px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .module-search .search-icon i {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* Top Bar */
.top-bar {
  height: 50px;
  overflow: hidden;
  background-color: #5156ea;
}

.top-bar .top--contact li {
  margin-right: 21px;
}

.top-bar .top--contact li:last-child {
  margin-right: 0;
}

.top-bar .top--contact {
  line-height: 50px;
  color: #f9f9f9;
  font-size: 12px;
  font-weight: 400;
}

.top-bar .top--contact a {
  color: #f9f9f9;
}

.top-bar .top--contact i {
  margin-right: 6px;
}

.top-bar .top--social {
  color: #f9f9f9;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
}

.top-bar .top--social a {
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 19px;
}

.top-bar .top--social a:hover {
  color: #5156ea;
}

.top-bar .contact-info {
  margin-bottom: 0;
  font-size: 12px;
  color: #f9f9f9;
  font-weight: 400;
  line-height: 50px;
  margin-right: 30px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.top-bar .contact-info i {
  color: #5156ea;
  margin-right: 9px;
  font-size: 16px;
}

.top-bar .contact-info a {
  color: #f9f9f9;
}

.top-bar .contact-info a:hover {
  color: #282828;
}

.top-bar .contact-social {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}

.top-bar .contact-social a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  margin-left: 20px;
}

.top-bar .contact-social a:hover {
  color: #282828;
}

/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
  padding: 0;
  max-height: 600px;
  background-image: url(../images/pagetitle.jpg);
}
.page-title .title {
  padding: 260px 0 168px 0;
}
.page-title .title .title-heading {
  margin-bottom: 13px;
}
.page-title .title .title-heading h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-title .title .title-desc {
  max-width: 550px;
}
.page-title .title .title-desc p {
  color: #f9f9f9;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
}
.page-title .breadcrumb {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  background: transparent;
  color: #ffffff;
}
.page-title .breadcrumb a {
  color: #ffffff;
}
.page-title .breadcrumb a:hover {
  color: #5156ea;
}
.page-title .breadcrumb .active {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  padding: 0 9px;
}

/* Title #1 */
.page-title .title-1 {
  padding-bottom: 110px;
}
.page-title .title-1 .breadcrumb {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}

/* Title #2 */
.page-title .title-2 {
  padding-bottom: 130px;
}
.page-title .title-2 .title-heading {
  margin-bottom: 5px;
}

/* Title #3 */
.page-title .title-3 {
  padding-bottom: 120px;
}
.page-title .title-3 .title-heading {
  margin-bottom: 5px;
}
.page-title .title-3 .breadcrumb {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}

/* Title #4 */
.page-title .title-4 {
  padding-bottom: 190px;
}
.page-title .title-4 .title-heading {
  margin-bottom: 35px;
}
.page-title .title-4 .breadcrumb {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .page-title .title {
    padding: 160px 0 130px 0;
  }
  .page-title .title .title-heading h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
  }
  .page-title .title .title-desc p {
    font-size: 14px;
  }
  .page-title .breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title .title .title-heading h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
  }
}
/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
article img {
  max-width: 100%;
}

/* Entry Meta */
.entry-meta {
  margin-bottom: 15px;
}
.entry-meta .entry-author,
.entry-meta .entry-comments,
.entry-meta .entry-cat,
.entry-meta .entry-date,
.entry-meta .entry-read {
  margin-right: 20px;
  font-size: 13px;
  line-height: 26px;
  color: #616161;
}
.entry-meta a {
  color: #616161;
}
.entry-meta a:hover {
  color: #5156ea;
}
.entry-meta .entry-author img {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 0;
}
.entry-meta .entry-cat {
  display: inline-block;
  background-color: #5156ea;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  padding: 0 7px;
  border-radius: 3px;
}
.entry-meta .entry-cat a {
  position: relative;
  color: #ffffff;
  display: inline-block;
}
.entry-meta .entry-cat:hover {
  background: #282828;
}
.entry-meta .entry-date {
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 3px;
}

/* Blog Grid */
.blog-grid .blog-entry {
  margin-bottom: 50px;
}
.blog-grid .blog-entry .entry-img {
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-grid .blog-entry .entry-img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog-grid .blog-entry:hover .entry-img {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-grid .blog-entry .entry-content {
  padding: 22px 25px 0 30px;
  position: relative;
}
.blog-grid .blog-entry .entry-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  background-color: #5156ea;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  padding: 0 7px;
  border-radius: 3px;
}
.blog-grid .blog-entry .entry-cat a {
  position: relative;
  padding-left: 5px;
  color: #ffffff;
  display: inline-block;
}
.blog-grid .blog-entry .entry-cat a:before {
  content: ",";
  position: absolute;
  top: 0;
  left: 1px;
}
.blog-grid .blog-entry .entry-cat a:first-of-type {
  padding-left: 0;
}
.blog-grid .blog-entry .entry-cat a:first-of-type:before {
  display: none;
}
.blog-grid .blog-entry .entry-cat:hover {
  background: #282828;
}
.blog-grid .blog-entry .entry-date {
  color: #616161;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 3px;
}
.blog-grid .blog-entry .entry-date a {
  color: #616161;
}
.blog-grid .blog-entry .entry-date a:hover {
  color: #5156ea;
}
.blog-grid .blog-entry .entry-title {
  margin-bottom: 17px;
}
.blog-grid .blog-entry .entry-title h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.blog-grid .blog-entry .entry-title a {
  color: #282828;
}
.blog-grid .blog-entry .entry-title a:hover {
  color: #5156ea;
}
.blog-grid .blog-entry .entry-bio p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 21px;
}
.blog-grid .blog-entry .entry-more {
  line-height: 1;
}
.blog-grid .blog-entry .entry-more a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
  color: #282828;
}
.blog-grid .blog-entry .entry-more a:hover {
  color: #5156ea;
}
.blog-grid .blog-entry .entry-more span {
  display: inline-block;
  margin-left: 8px;
}

/* Blog Standard */
.blog-standard .blog-entry {
  margin-bottom: 67px;
}
.blog-standard .blog-entry .entry-meta {
  padding-left: 40px;
}
.blog-standard .blog-entry .entry-content {
  padding: 0 25px 0 40px;
  position: relative;
}
.blog-standard .blog-entry .entry-img {
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 22px;
}
.blog-standard .blog-entry .entry-img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog-standard .blog-entry .entry-img:empty {
  margin-top: -22px;
}
.blog-standard .blog-entry:hover .entry-img {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-standard .blog-entry .entry-title {
  padding-left: 40px;
  margin-top: 11px;
  margin-bottom: 18px;
}
.blog-standard .blog-entry .entry-title h4 {
  color: #282828;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}
.blog-standard .blog-entry .entry-title a {
  color: #282828;
}
.blog-standard .blog-entry .entry-title a:hover {
  color: #5156ea;
}
.blog-standard .blog-entry .entry-bio {
  margin-bottom: 18px;
}
.blog-standard .blog-entry .entry-bio p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 16px;
}
.blog-standard .blog-entry .entry-more {
  line-height: 1;
}
.blog-standard .blog-entry .entry-more a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
  color: #5156ea;
}
.blog-standard .blog-entry .entry-more a:hover {
  color: #282828;
}
.blog-standard .blog-entry .entry-more a span {
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* Blog Textual */
.blog-textual .blog-entry {
  margin-bottom: 50px;
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 6px;
}
.blog-textual .blog-entry .entry-content {
  position: relative;
}
.blog-textual .blog-entry .entry-cat {
  display: inline-block;
  background-color: #5156ea;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  padding: 0 7px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.blog-textual .blog-entry .entry-cat a {
  position: relative;
  padding-left: 5px;
  color: #ffffff;
  display: inline-block;
}
.blog-textual .blog-entry .entry-cat a:before {
  content: ",";
  position: absolute;
  top: 0;
  left: 1px;
}
.blog-textual .blog-entry .entry-cat a:first-of-type {
  padding-left: 0;
}
.blog-textual .blog-entry .entry-cat a:first-of-type:before {
  display: none;
}
.blog-textual .blog-entry .entry-cat:hover {
  background: #282828;
}
.blog-textual .blog-entry .entry-date {
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 3px;
}
.blog-textual .blog-entry .entry-date a {
  color: #616161;
}
.blog-textual .blog-entry .entry-date a:hover {
  color: #5156ea;
}
.blog-textual .blog-entry .entry-title {
  margin-bottom: 17px;
}
.blog-textual .blog-entry .entry-title h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.blog-textual .blog-entry .entry-title a {
  color: #282828;
}
.blog-textual .blog-entry .entry-title a:hover {
  color: #5156ea;
}
.blog-textual .blog-entry .entry-bio p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 21px;
}
.blog-textual .blog-entry .entry-more {
  line-height: 1;
}
.blog-textual .blog-entry .entry-more a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
  color: #282828;
}
.blog-textual .blog-entry .entry-more a:hover {
  color: #5156ea;
}
.blog-textual .blog-entry .entry-more span {
  display: inline-block;
  margin-left: 8px;
}

/* Blog Carousel */
.blog-carousel .carousel-dots .owl-dots {
  margin-top: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-grid .blog-entry {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-grid .blog-entry .entry-content {
    padding-right: 0;
    padding-left: 0;
  }
  .blog-grid .blog-entry .entry-content .entry-title h4 {
    font-size: 15px;
  }
  .blog-grid .blog-entry .entry-content .entry-bio p {
    font-size: 13px;
  }
}
/*------------------------------------*\
    #SINGLE
\*------------------------------------*/
.entry-share,
.author-box,
.entry-prev-next,
.entry-related,
div.entry-comments {
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
  margin-bottom: 40px;
}

.blog-single .entry-meta {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.blog-single .entry-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 18px;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: capitalize;
}
.blog-single .entry-title a {
  color: #282828;
}
.blog-single .entry-img {
  margin-bottom: 30px;
  position: relative;
}
.blog-single .entry-img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog-single .entry-video {
  margin-bottom: 30px;
  position: relative;
}
.blog-single .entry-audio {
  margin-bottom: 30px;
  position: relative;
}
.blog-single .entry-gallery {
  margin-bottom: 30px;
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.blog-single .entry-gallery img {
  max-width: 100%;
  height: auto;
}
.blog-single .entry-gallery .carousel-dots .owl-controls {
  position: absolute;
  top: 30px;
  right: 30px;
  margin-top: 0;
}
.blog-single .entry-link {
  margin-bottom: 30px;
  position: relative;
  background-color: #f9f9f9;
  padding: 95px 40px 40px 40px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog-single .entry-link:before {
  position: absolute;
  left: 50%;
  top: 30px;
  content: "";
  font-family: FontAwesome;
  font-size: 40px;
  color: #5156ea;
  margin-left: -20px;
}
.blog-single .entry-link a {
  font-size: 16px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  color: #282828;
  text-transform: capitalize;
}
.blog-single .entry-link a:hover {
  color: #5156ea;
}
.blog-single .entry-quote {
  margin-bottom: 30px;
  position: relative;
  background-color: #f9f9f9;
  padding: 95px 40px 40px 40px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog-single .entry-quote strong {
  color: #282828;
  display: block;
}
.blog-single .entry-quote:before {
  position: absolute;
  left: 50%;
  top: 30px;
  content: "";
  font-family: FontAwesome;
  font-size: 40px;
  color: #5156ea;
  margin-left: -20px;
}
.blog-single .entry-content {
  margin: 0 40px;
  padding-bottom: 40px;
}
.blog-single .entry-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9em;
}
.blog-single .entry-content img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 28px;
}
.blog-single .entry-content blockquote p {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #9b9b9b;
  font-style: italic;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 6px;
}
.blog-single .entry-content blockquote cite {
  font-size: 15px;
}
.blog-single .entry-content a {
  color: #282828;
}
.blog-single .entry-content a:hover {
  color: #5156ea;
}
.blog-single .entry-content .entry-meta .entry-cat a {
  color: #ffffff;
}
.blog-single .entry-content .wp-block-button__link {
  color: #ffffff;
}
.blog-single .entry-content .entry-tags a {
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  background-color: #5156ea;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-right: 9px;
  margin-bottom: 0;
  text-transform: capitalize;
  padding: 9px 12px;
  border-radius: 3px;
}
.blog-single .entry-content .entry-tags a:hover {
  background-color: #282828;
}
.blog-single .entry-content .entry-tags a:last-of-type {
  margin-right: 0;
}
.blog-single .entry-share {
  line-height: 1;
  text-align: center;
}
.blog-single .entry-share a {
  color: #333333;
  font-size: 15px;
  margin-right: 22px;
}
.blog-single .entry-share a:hover {
  color: #5156ea;
}
.blog-single .entry-share a:last-child {
  margin-right: 0;
}
.blog-single .entry-share .share-title {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-right: 26px;
  display: inline-block;
}
.blog-single .author-box .author-content {
  position: relative;
  padding: 40px;
  border-radius: 2px;
  background-color: #f9f9f9;
  min-height: 170px;
}
.blog-single .author-box img {
  position: absolute;
  left: 40px;
  top: 40px;
  border-radius: 6px;
}
.blog-single .author-box .author-desc {
  padding-left: 120px;
}
.blog-single .author-box .author-desc h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 21px;
}
.blog-single .author-box .author-desc p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
}
.blog-single .author-box .author-desc a {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-right: 25px;
}
.blog-single .author-box .author-desc a:hover {
  color: #5156ea;
}
.blog-single .author-box .author-desc a:last-child {
  margin-right: 0;
}
.blog-single .entry-bio p {
  margin-bottom: 21px;
}
.blog-single .entry-prev-next {
  position: relative;
  min-height: 65px;
  display: flex;
}
.blog-single .entry-prev-next .entry-prev {
  padding-right: 15px;
  width: 50%;
  float: left;
}
.blog-single .entry-prev-next .entry-next {
  padding-left: 15px;
  text-align: right;
  width: 50%;
  float: left;
}
.blog-single .entry-prev-next .entry-next-content,
.blog-single .entry-prev-next .entry-prev-content {
  position: relative;
}
.blog-single .entry-prev-next a {
  font-size: 15px;
  font-weight: 600;
  color: #282828;
  margin-top: 13px;
}
.blog-single .entry-prev-next a:hover {
  color: #5156ea;
}
.blog-single .entry-prev-next p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-single .entry-related h3.related-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.blog-single .entry-related .blog-entry .entry-img {
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-single .entry-related .blog-entry .entry-img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog-single .entry-related .blog-entry:hover .entry-img {
  -moz-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
}
.blog-single .entry-related .blog-entry .entry-content {
  padding: 0;
  position: relative;
  margin: 0;
  border-bottom: none;
}
.blog-single .entry-related .blog-entry .entry-cat {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  background-color: #5156ea;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  padding: 0 7px;
  border-radius: 3px;
}
.blog-single .entry-related .blog-entry .entry-cat a {
  position: relative;
  padding-left: 5px;
  color: #ffffff;
  display: inline-block;
}
.blog-single .entry-related .blog-entry .entry-cat a:before {
  content: ",";
  position: absolute;
  top: 0;
  left: 1px;
}
.blog-single .entry-related .blog-entry .entry-cat a:first-of-type {
  padding-left: 0;
}
.blog-single .entry-related .blog-entry .entry-cat a:first-of-type:before {
  display: none;
}
.blog-single .entry-related .blog-entry .entry-date {
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 3px;
}
.blog-single .entry-related .blog-entry .entry-date a {
  color: #616161;
}
.blog-single .entry-related .blog-entry .entry-date a:hover {
  color: #5156ea;
}
.blog-single .entry-related .blog-entry .entry-title {
  margin-bottom: 0;
  padding: 0;
}
.blog-single .entry-related .blog-entry .entry-title h4 {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.blog-single .entry-related .blog-entry .entry-title a {
  color: #282828;
}
.blog-single .entry-related .blog-entry .entry-title a:hover {
  color: #5156ea;
}

/* WordPress Core */
.page-link {
  color: #282828;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
  margin: 20px 10px 20px 0;
}
.page-link .current {
  background-color: #5156ea;
  color: #ffffff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 3px;
}
.page-link a {
  display: inline-block;
  font-size: 13px;
  background-color: #f9f9f9;
  color: #282828;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 0 3px;
}
.page-link a:hover {
  background-color: #5156ea;
  color: #ffffff;
}

.edit-link {
  margin: 20px 0;
}
.edit-link a {
  color: #282828;
  font-size: 11px;
  padding-right: 10px;
}
.edit-link a:hover {
  color: #5156ea;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.blog-single {
  position: relative;
}
.blog-single .sticky {
  background: #fafafa;
}
.blog-single .gallery {
  margin: 0 auto 18px;
}
.blog-single .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.blog-single .gallery img {
  -moz-box-shadow: 0px 0px 4px #999;
  -webkit-box-shadow: 0px 0px 4px #999;
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}
.blog-single .gallery img:hover {
  background: white;
}
.blog-single .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.blog-single .gallery dl,
.blog-single .gallery dt {
  margin: 0;
}
.blog-single .gallery br + br {
  display: none;
}
.blog-single .gallery-columns-2 .gallery-item {
  width: 50%;
}
.blog-single .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.blog-single .gallery-columns-4 .gallery-item {
  width: 25%;
}
.blog-single .gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.blog-single .blocks-gallery-item img {
  margin-bottom: 0;
}

/* Post Style */
.alignnone,
.aligncenter,
div.aligncenter,
.alignright,
.alignleft {
  margin-bottom: 22px;
  margin-top: 5px;
}
.alignnone img,
.aligncenter img,
div.aligncenter img,
.alignright img,
.alignleft img {
  margin-bottom: 0;
}

.alignnone {
  margin-right: 20px;
}

.aligncenter,
div.aligncenter {
  margin: 22px auto;
}

.alignright {
  float: right;
  margin-left: 22px;
}

.alignleft {
  float: left;
  margin-right: 22px;
}

img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

img.alignnone {
  margin: 5px 20px 20px 0;
}

img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  text-align: center;
}
.wp-caption .wp-caption-text {
  padding: 10px 0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.post-password-form input {
  margin-bottom: 15px;
}
.post-password-form input[type=submit] {
  width: 110px;
  background: #5156ea;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background-color: #282828;
}

/*------------------------------------*\
    #Comments
\*------------------------------------*/
div.entry-comments h3.comments-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 35px;
  text-transform: capitalize;
}
div.entry-comments ul.comments-list {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px;
  padding-bottom: 30px;
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
}
div.entry-comments ul.comments-list .comment-body {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
div.entry-comments ul.comments-list .comment-body .comment-author {
  position: relative;
}
div.entry-comments ul.comments-list .comment-body .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}
div.entry-comments ul.comments-list .comment-body .fn {
  padding-left: 70px;
  font-size: 15px;
  font-weight: 800;
  text-transform: capitalize;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
}
div.entry-comments ul.comments-list .comment-body .fn a {
  color: #282828;
}
div.entry-comments ul.comments-list .comment-body .fn a:hover {
  color: #5156ea;
}
div.entry-comments ul.comments-list .comment-body .says {
  font-size: 0;
}
div.entry-comments ul.comments-list .comment-body .comment-metadata {
  clear: both;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 70px;
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
div.entry-comments ul.comments-list .comment-body .comment-metadata a {
  color: #6f6f6f;
}
div.entry-comments ul.comments-list .comment-body .comment-metadata a:hover {
  color: #5156ea;
}
div.entry-comments ul.comments-list .comment-body .reply {
  padding-left: 70px;
}
div.entry-comments ul.comments-list .comment-body .reply a {
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  color: #5156ea;
  line-height: 1;
  margin-top: 10px;
  display: inline-block;
}
div.entry-comments ul.comments-list .comment-body .reply a:hover {
  color: #282828;
}
div.entry-comments ul.comments-list .comment-body .comment-content {
  padding-left: 70px;
  padding-right: 70px;
}
div.entry-comments ul.comments-list .comment-body .comment-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
div.entry-comments ul.comments-list .comment-body .comment-content blockquote p {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  color: #9b9b9b;
  font-style: italic;
  line-height: 28px;
}
div.entry-comments ul.comments-list > li:last-child .comment-body {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
div.entry-comments ul.comments-list ul.children {
  list-style: none;
  margin: 40px 0 0 60px;
  padding-left: 0;
}
div.entry-comments ul.comments-list ul.children .comment-body .comment {
  padding-left: 97px;
}
div.entry-comments ul.comments-list ul.children li {
  border-bottom: none;
}
div.entry-comments ul.comments-list ul.children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.entry-comments ul.comments-list ul.children ul .comment-body .comment {
  padding-left: 90px;
}
div.entry-comments .comment-respond {
  margin-top: 20px;
}
div.entry-comments .bypostauthor {
  border-top: 5px solid #fafafa;
}
div.entry-comments li ul.children li.bypostauthor {
  border-top: 5px solid #fafafa;
}

/* Comment Respond */
.comment-respond .comment-reply-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.comment-respond form {
  margin-bottom: 0;
}
.comment-respond form input[type=text] {
  margin-bottom: 30px;
  width: 32%;
  float: left;
  margin-right: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.comment-respond form input[type=text]:last-of-type {
  margin-right: 0;
}
.comment-respond form textarea {
  line-height: 24px;
  padding: 20px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  height: 120px;
}
.comment-respond p {
  margin-bottom: 0;
}
.comment-respond p.form-submit {
  margin-bottom: 30px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comment-respond .no-comments {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.comment-respond .comment-notes a,
.comment-respond .logged-in-as a,
.comment-respond .no-comments a {
  color: #5156ea;
}
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:hover,
.comment-respond .no-comments a:hover {
  color: #282828;
}
.comment-respond .comment-notes .required {
  color: #5156ea;
}
.comment-respond .submit {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  line-height: 48px;
  width: 170px;
  height: 50px;
  background-color: #5156ea;
  color: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
}
.comment-respond .submit:hover {
  background: #232ae5;
  color: #ffffff;
  border: none !important;
}
.comment-respond #cancel-comment-reply-link {
  padding: 5px 10px;
  background: #5156ea;
  border-radius: 3px;
  color: #ffffff;
  margin: 0 10px;
}
.comment-respond #cancel-comment-reply-link:hover {
  background: #282828;
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.widget {
  margin-bottom: 50px;
}
.widget .widget-title {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
}

#secondary .widget,
.wpb_widgetised_column .widget {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 6px;
  margin-bottom: 50px;
}

.woocommerce #secondary .widget {
  background-color: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }

  .widget {
    margin-bottom: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }

  .widget_recent .entry .entry-desc {
    margin-left: 70px;
  }
}
/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.screen-reader-text {
  display: none;
}

/* Category Widget */
.widget_categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_categories ul li {
  border-bottom: 1px solid #eeeeee;
  margin-left: 15px;
  font-size: 11px;
  font-weight: 400;
}
.widget_categories ul li a {
  display: inline-block;
  line-height: 40px;
  color: #282828;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
.widget_categories ul li a:hover {
  color: #5156ea;
}
.widget_categories ul li a:before {
  position: absolute;
  top: 0;
  left: -15px;
  font-family: fontawesome;
  content: "";
  color: #5156ea;
}
.widget_categories ul li:last-child {
  border-bottom: none;
}

/* Tags Widget */
.widget_tag_cloud a,
.widget_product_tag_cloud a {
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  background-color: #5156ea;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-right: 9px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 9px 12px;
  border-radius: 3px;
}
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
  background-color: #232ae5;
}

/* Recent Widegt */
.widget_recent-posts .entry {
  position: relative;
  margin-bottom: 27px;
}

.widget_recent-posts .entry:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget_recent-posts .entry--img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 2px;
  overflow: hidden;
}

.widget_recent-posts .entry .entry--desc {
  position: relative;
  margin-left: 100px;
}

.widget_recent-posts .entry .entry--title a {
  font-family: "Nunito Sans", sans-serif;
  color: #282828;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
}

.widget_recent-posts .entry .entry--title a:hover {
  color: #5156ea;
}

.widget_recent-posts .entry .entry--desc .entry-meta a {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #616161;
  text-transform: uppercase;
}

.widget_recent-posts .entry--meta {
  margin-right: 13px;
}

.widget_recent-posts .entry--meta,
.widget_recent-posts .entry--date {
  display: inline-block;
  line-height: 26px;
}

/* Search Widget */
.widget_search .search-form {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  margin-bottom: 0;
  background: #ffffff;
  position: relative;
}
.widget_search .search-form label {
  margin-bottom: 0;
  display: none;
}
.widget_search .search-form input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
  line-height: 49px;
  height: 49px;
  width: 80%;
  text-transform: capitalize;
  padding-left: 15px;
  background-color: transparent;
  margin-bottom: 0;
}
.widget_search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #282828;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 35px;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  color: #5156ea;
  cursor: pointer;
}
.widget_search .search-form .search-submit:hover {
  color: #282828;
}

/* Recent Product Widegt */
.widget_recent-products .product {
  position: relative;
  margin-bottom: 30px;
}

.widget_recent-products .product:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget_recent-products .product img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50px;
}

.widget_recent-products .product .product-desc {
  position: relative;
  padding-left: 65px;
  margin-bottom: 0;
  border-bottom: none;
}

.widget_recent-products .product:last-of-type .product-desc {
  padding-bottom: 0;
}

.widget_recent-products .product .product-title {
  margin-bottom: 0;
}

.widget_recent-products .product .product-title a {
  font-family: "Nunito Sans", sans-serif;
  color: #282828;
  font-size: 15px;
  font-weight: 800;
  line-height: 24px;
  text-transform: capitalize;
}

.widget_recent-products .product .product-title a:hover {
  color: #5156ea;
}

.widget_recent-products .product .product-desc .product-meta {
  font-size: 13px;
  font-weight: 800;
  line-height: 23px;
  color: #5156ea;
}

/* ADS widget */
.ads-widget img {
  max-width: 100%;
  height: auto;
}

/* Info Widget */
.widget-info {
  padding: 30px 20px;
  min-height: 70px;
  text-align: center;
}
.widget-info .info--title {
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  position: relative;
  margin-bottom: 10px;
}
.widget-info .info--content {
  margin-bottom: 20px;
}
.widget-info .info--icon {
  line-height: 42px;
}

/* List Meta Widget */
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
  border-bottom: 1px solid #eeeeee;
  margin-left: 15px;
  font-size: 11px;
  font-weight: 400;
}
.widget_meta ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a {
  display: inline-block;
  line-height: 40px;
  color: #282828;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover {
  color: #5156ea;
}
.widget_meta ul li a:before,
.widget_pages ul li a:before,
.widget_archive ul li a:before,
.widget_nav_menu ul li a:before {
  position: absolute;
  top: 0;
  left: -15px;
  font-family: fontawesome;
  content: "";
  color: #5156ea;
}
.widget_meta ul li a:empty,
.widget_pages ul li a:empty,
.widget_archive ul li a:empty,
.widget_nav_menu ul li a:empty {
  display: none;
}
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_nav_menu ul li:last-child {
  border-bottom: none;
}

/* Recent Entries Widget */
.widget_recent_entries ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_recent_entries ul li {
  border-bottom: 1px solid #eeeeee;
  margin-left: 15px;
}
.widget_recent_entries ul li a {
  display: block;
  line-height: 28px;
  color: #282828;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  padding: 6px 0;
}
.widget_recent_entries ul li a:hover {
  color: #5156ea;
}
.widget_recent_entries ul li a:before {
  position: absolute;
  top: 6px;
  left: -15px;
  font-family: fontawesome;
  content: "";
  color: #5156ea;
  line-height: 28px;
}
.widget_recent_entries ul li:last-child {
  border-bottom: none;
}

/* Rss */
.widget_rss ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_recent_comments ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
.widget_recent_comments ul li a {
  display: inline-block;
  line-height: 20px;
  color: #282828;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
.widget_recent_comments ul li a:hover {
  color: #5156ea;
}
.widget_recent_comments ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_recent_comments ul li:first-child {
  padding-top: 0;
}
.widget_recent_comments ul .comment-author-link {
  color: #282828;
  font-weight: 600;
  text-transform: capitalize;
}

/* Archive Widget */
.widget_archive form,
.widget_categories form {
  margin-bottom: 0;
}
.widget_archive select,
.widget_categories select {
  height: 50px;
  line-height: 49px;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

/* Calendar Widget */
#wp-calendar {
  width: 100%;
  border-color: transparent;
  margin-bottom: 0;
}
#wp-calendar caption {
  color: #282828;
  font-size: 12px;
  padding: 3px 0;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  text-align: center;
  color: #222222;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody .pad {
  background: transparent;
}
#wp-calendar tbody a {
  color: #282828;
}
#wp-calendar tbody a:hover {
  color: #5156ea;
}
#wp-calendar tfoot td {
  background: transparent;
  border: none;
}
#wp-calendar tfoot #next {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  border: none;
}
#wp-calendar tfoot #prev {
  font-size: 13px;
  padding-top: 10px;
  font-weight: 600;
  border: none;
  text-align: right;
}

/* Text Widget */
.widget_text img {
  max-width: 100%;
  height: auto;
}
.widget_text input,
.widget_text select,
.widget_text textarea {
  width: 100%;
  background: transparent;
}

/* RSS Widget */
.widget_rss li {
  margin-bottom: 20px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .widget-title .rsswidget {
  color: #282828;
}
.widget_rss .widget-content .rsswidget {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}
.widget_rss .widget-content .rsswidget:hover {
  color: #5156ea;
}

.widget_query-posts .entry {
  margin-bottom: 20px;
  position: relative;
}
.widget_query-posts .entry:last-of-type {
  margin-bottom: 0;
}
.widget_query-posts .entry .entry-desc {
  margin: 0;
}
.widget_query-posts .entry .entry-title {
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 15px;
  line-height: 21px;
  padding: 0;
  margin-bottom: 7px;
}
.widget_query-posts .entry .entry-title a {
  color: #282828;
}
.widget_query-posts .entry .entry-title a:hover {
  color: #5156ea;
}
.widget_query-posts .entry .entry-meta {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget_query-posts .entry .entry-date {
  line-height: 26px;
  font-size: 13px;
}
.widget_query-posts .entry .entry-date a {
  color: #616161;
}
.widget_query-posts .entry .entry-date a:hover {
  color: #5156ea;
}
.widget_query-posts .entry.entry-thumb-big .entry-img {
  position: static;
  max-width: 100%;
  width: auto;
  height: 80px;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}
.widget_query-posts .entry.entry-thumb-big .entry-img img {
  max-width: 100%;
}
.widget_query-posts .entry.entry-thumb-small .entry-img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.widget_query-posts .entry.entry-thumb-small .entry-img img {
  max-width: 100%;
}
.widget_query-posts .entry.entry-thumb-small .entry-desc {
  padding-left: 75px;
}
.widget_query-posts .entry.entry-thumb-small .entry-title {
  font-size: 14px;
}

.widget_recent-work .portfolio-item {
  margin-bottom: 20px;
}
.widget_recent-work .portfolio-item .portfolio-content {
  text-align: left;
  padding: 15px 10px 0 0;
}
.widget_recent-work .portfolio-item .portfolio-title h4 {
  font-size: 14px;
}
.widget_recent-work .portfolio-item:last-of-type {
  margin-bottom: 0;
}
.widget_recent-work .portfolio-img {
  height: 150px;
  overflow: hidden;
  display: flex;
}
.widget_recent-work .portfolio-img img {
  object-fit: cover;
}

.widget_login .login-container p {
  margin-bottom: 0;
}
.widget_login .login-container label {
  font-size: 12px;
}
.widget_login .login-container input[type=text],
.widget_login .login-container input[type=password] {
  width: 100%;
  background: #ffffff;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget_login .login-container input[type=checkbox] {
  margin-bottom: 10px;
  height: initial;
}
.widget_login .login-container .button-primary {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  padding: 0;
  line-height: 48px;
  width: 170px;
  height: 50px;
  letter-spacing: 0.26px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  cursor: pointer;
  background-color: #5156ea;
  color: #ffffff;
  margin-bottom: 0;
}
.widget_login .login-container .button-primary:hover {
  background-color: transparent;
  color: #5156ea;
  border: 2px solid #5156ea;
}

/* Widget Instagram  */
.widget-instagram a {
  float: left;
  display: inline-block;
  margin: 2px;
  position: relative;
  width: 59px;
  height: 59px;
}
.widget-instagram a img {
  max-width: 100%;
  height: auto;
}
.widget-instagram a:hover .insta-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget-instagram .insta-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget-instagram .insta-hover i {
  line-height: 59px;
  display: block;
  background-color: #0cb4ce;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}

/* WooCommerce Widgets */
.woocommerce-product-search {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  margin-bottom: 0;
  background: #ffffff;
}
.woocommerce-product-search input {
  border: none;
  margin-bottom: 0;
  width: 85%;
}
.woocommerce-product-search button {
  font-size: 0;
}
.woocommerce-product-search button:before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  color: #5156ea;
  cursor: pointer;
}

.widget_products ul.product_list_widget {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget_products ul.product_list_widget li {
  min-height: 60px;
  padding: 14px 0 4px 0;
}
.widget_products ul.product_list_widget li:first-child {
  padding-top: 0;
}
.widget_products ul.product_list_widget li a {
  font-family: "Nunito Sans", sans-serif;
  color: #282828;
  line-height: 24px;
  font-size: 15px;
  font-weight: 800;
}
.widget_products ul.product_list_widget li a img {
  width: 49px;
  height: 49px;
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.widget_products ul.product_list_widget li a:hover {
  color: #5156ea;
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li {
  min-height: 60px;
  padding: 14px 0 4px 0;
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li a {
  font-family: "Nunito Sans", sans-serif;
  color: #282828;
  line-height: 24px;
  font-size: 15px;
  font-weight: 800;
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li a:hover {
  color: #5156ea;
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li a img {
  width: 49px;
  height: 49px;
  float: left;
  margin-left: 0;
  margin-right: 15px;
}

.woocommerce .widget_products ul.product_list_widget li a + .woocommerce-Price-amount,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li a + .woocommerce-Price-amount,
.woocommerce .widget_products ul.product_list_widget li a + del,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li a + del {
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  color: #5156ea;
}

.product-categories {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.product-categories li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  margin-left: 15px;
  background: transparent;
  padding: 0;
  color: #282828;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
}
.product-categories li:first-child {
  margin-top: -14px;
}
.product-categories .children {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 0;
}
.product-categories .children li:last-child {
  border-bottom: none;
}
.product-categories a {
  font-size: 13px;
  font-weight: 500;
  color: #282828;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
.product-categories a:before {
  position: absolute;
  top: 0;
  left: -15px;
  font-family: fontawesome;
  content: "";
  color: #5156ea;
}
.product-categories a:hover {
  color: #5156ea;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  margin-left: 15px;
  background: transparent;
  padding: 0;
  color: #282828;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover {
  color: #5156ea;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child {
  margin-top: -14px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  color: #282828;
  position: relative;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before {
  position: absolute;
  top: -10px;
  left: -15px;
  font-family: fontawesome;
  content: "";
  color: #5156ea;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
  color: #5156ea;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  font-size: 12px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(34, 34, 34, 0.06);
  height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #5156ea;
  height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #5156ea;
  width: 8px;
  height: 8px;
  top: -2px;
  margin-left: -4px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  line-height: 42px;
}
.woocommerce .widget_price_filter .price_slider_amount input {
  border: none;
  height: inherit;
  line-height: 1;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
  color: #282828;
  border: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  width: inherit;
  height: 42px;
  line-height: 42px;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #5156ea;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading-subtitle {
  font-family: "Poppins", sans-serif;
  color: #5156ea;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.heading .heading-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 0;
}
.heading .heading-desc {
  margin-top: 25px;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
}
.heading.text-light .heading-title {
  color: #ffffff;
}
.heading.text-light .heading-desc {
  color: #ffffff;
}

.heading-3 .heading-title {
  width: 50%;
  display: inline-block;
}
.heading-3 .heading-desc {
  width: 50%;
  display: inline-block;
  margin-top: 0;
}

.heading-2 .heading-title {
  font-size: 33px;
}

.heading-4 .heading-title {
  font-size: 45px;
  line-height: 55px;
}

@media only screen and (min-width: 991px) {
  .heading-1.text-center .heading-desc {
    width: 570px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading .heading-title {
    font-size: 30px;
    line-height: 36px;
  }
  .heading br {
    display: none;
  }

  .heading-2 .heading-title {
    font-size: 28px;
  }

  .heading-3 .heading-title,
.heading-3 .heading-desc {
    width: 100%;
    display: block;
  }
  .heading-3 .heading-desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading br {
    display: none;
  }

  .heading-2 .heading-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-4 .heading-title {
    font-size: 28px;
    line-height: 36px;
  }
}
/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills .progressbar {
  margin-bottom: 27px;
}
.skills .progress {
  height: 4px;
  background-color: transparent;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.skills .progress-bar {
  height: 4px;
  background-color: #5156ea;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
}
.skills .progress-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  line-height: 1;
}
.skills .progress-title .title {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.skills .progress-title .value {
  font-family: "Nunito Sans", sans-serif;
  color: #cccccc;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  line-height: inherit;
  text-transform: uppercase;
  padding-top: 0;
  position: absolute;
  margin-left: -27px;
  -webkit-transition: opacity 500ms 300ms linear;
  -moz-transition: opacity 500ms 300ms linear;
  -ms-transition: opacity 500ms 300ms linear;
  -o-transition: opacity 500ms 300ms linear;
  transition: opacity 500ms 300ms linear;
}

.zy_wrapper .skills:last-of-type .progressbar {
  margin-bottom: 0;
}

.progress-gradient .progressbar .progress-bar {
  background-image: -ms-linear-gradient(left, #EEEEEE 22%, #5156EA 100%);
  background-image: -moz-linear-gradient(left, #EEEEEE 22%, #5156EA 100%);
  background-image: -o-linear-gradient(left, #EEEEEE 22%, #5156EA 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(22, #EEEEEE), color-stop(100, #5156EA));
  background-image: -webkit-linear-gradient(left, #EEEEEE 22%, #5156EA 100%);
  background-image: linear-gradient(to right, #EEEEEE 22%, #5156EA 100%);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}
.pie-chart .rounded-skill {
  min-height: 160px;
}
.pie-chart .rounded-skill .prcentage {
  width: 144px;
  height: 144px;
  line-height: 144px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #ebebeb;
  margin: 11px;
  display: inline-block;
}
.pie-chart .rounded-skill span {
  color: #5156ea;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
}
.pie-chart .rounded-skill .prcent {
  font-size: 43px;
}
.pie-chart .rounded-skill .symbol {
  font-size: 23px;
}
.pie-chart .rounded-skill .rounded-icon {
  width: 144px;
  height: 144px;
  line-height: 144px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #ebebeb;
  margin: 11px;
  display: inline-block;
  color: #5156ea;
  font-size: 40px;
}
.pie-chart .skill-name h6 {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 0;
}
.pie-chart .skill-name p {
  margin-top: 30px;
  margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .pie-chart .skill {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #slider
\*------------------------------------*/
.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: #1b1a1a;
  background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.25) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
  opacity: 0.2;
  z-index: 99;
}

.slider-subheadline {
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.slider-headline {
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.slider-desc {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 90px;
  margin-bottom: 29px;
}

.slider {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.slider .slide {
  height: 800px;
}
.slider .slider-content {
  padding-top: 300px;
  padding-bottom: 210px;
}
.slider .slider--desc {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 90px;
  margin-bottom: 29px;
}
.slider .video {
  color: white;
  font-size: 13px;
  font-weight: 700;
  line-height: 51px;
  text-transform: capitalize;
  width: auto;
}
.slider .video:hover {
  color: #5156ea;
}
.slider .video:hover i {
  background-color: #5156ea;
  color: white;
}
.slider .video i {
  display: inline-block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  border-radius: 51px;
  background-color: white;
  color: #282828;
  margin-right: 12px;
}
.slider .carousel-navs .owl-nav [class*=owl-] {
  color: rgba(255, 255, 255, 0.5);
}
.slider .carousel-navs .owl-nav [class*=owl-]:hover {
  color: white;
}
.slider .carousel-navs .owl-nav .owl-next:before,
.slider .carousel-navs .owl-nav .owl-prev:before {
  font-family: "icomoon" !important;
  font-size: 55px;
}
.slider .carousel-navs .owl-nav .owl-prev:before {
  content: "";
}
.slider .carousel-navs .owl-nav .owl-next:before {
  content: "";
}
.slider .carousel-navs .owl-nav .owl-next {
  right: 50px;
}
.slider .carousel-navs .owl-nav .owl-prev {
  left: 50px;
}
.slider .carousel-navs .owl-dots {
  bottom: 30px;
  margin: 0;
}
.slider .carousel-navs .owl-dots .owl-dot span {
  background-color: #cdc8c4;
  border: 2px solid #cdc8c4;
}
.slider .carousel-navs .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: white;
}

.section-srolling {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  z-index: 5;
  padding: 30px 0;
}
.section-srolling:before, .section-srolling:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.section-srolling:after {
  top: auto;
  bottom: 0;
}
.section-srolling:hover {
  color: #5156ea;
}
.section-srolling:hover:before, .section-srolling:hover:after {
  background-color: #5156ea;
}

.slider-2 .slider--desc {
  padding: 0 90px 0 0;
}

.slide-video a {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 13px !important;
  font-weight: 600;
  height: 50px;
  line-height: 51px;
  letter-spacing: 0.26px;
  text-transform: capitalize;
  text-align: center !important;
}
.slide-video a i {
  font-size: 13px !important;
  text-align: center !important;
  width: 51px;
  height: 51px;
  line-height: 51px !important;
  border-radius: 50%;
  background-color: white;
  color: #282828;
  margin-right: 12px !important;
}
.slide-video a span {
  display: inline-block;
  font-size: 13px !important;
}
.slide-video a:hover {
  color: #5156ea;
}
.slide-video a:hover i {
  background-color: #5156ea;
  color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .slider .slider--content {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .slider .slider--headline {
    font-size: 35px;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .slider .slider--desc {
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
  }
  .slider .carousel-navs .owl-nav [class*=owl-] {
    display: none;
  }

  .slider-2 .slider--desc {
    padding: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider .slider--desc {
    padding: 0 60px;
  }

  .slider-2 .slider--desc {
    padding: 0 160px 0 0;
  }
}
/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.owl-nav.disabled {
  display: none;
}

.owl-carousel.carousel .owl-item img {
  width: inherit;
}

.owl-carousel.carousel-dots .owl-dots.disabled {
  display: block;
}

.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.carousel-dots .owl-dots {
  text-align: center;
  line-height: 1;
  margin-top: 40px;
}

.carousel-dots .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #b1b1b1;
  border: 3px solid #b1b1b1;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
}

.carousel-dots .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #333333;
}

.carousel-dots.carousel-white .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.5);
}

.carousel-dots.carousel-theme .owl-dots .owl-dot.active span {
  background-color: #5156ea;
  border-color: #5156ea;
}

.carousel-dots.carousel-white .owl-dots .owl-dot.active span {
  background-color: #ffffff;
  border-color: #ffffff;
}

.carousel-navs .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  height: auto;
  width: auto;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0;
  font-weight: 400;
  background-color: transparent;
  text-align: center;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.carousel-navs .owl-nav [class*=owl-]:hover {
  color: #5156ea;
}

.carousel-navs .owl-nav .owl-prev {
  left: 40px;
}

.carousel-navs .owl-nav .owl-next:before,
.carousel-navs .owl-nav .owl-prev:before {
  font-family: fontawesome;
  font-size: 30px;
}

.carousel-navs .owl-nav .owl-prev:before {
  content: "";
}

.carousel-navs .owl-nav .owl-next {
  right: 40px;
}

.carousel-navs .owl-nav .owl-next:before {
  content: "";
}

.carousel-navs .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.carousel-navs .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-dots {
    margin-top: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-navs .owl-nav .owl-next:before,
.slider-navs .owl-nav .owl-prev:before {
    font-size: 30px;
  }
}
/*------------------------------------*\
    #portfolio
\*------------------------------------*/
/* portfolio Filter */
.portfolio-filter {
  text-align: center;
  margin-bottom: 26px;
}
.portfolio-filter li {
  display: inline-block;
}
.portfolio-filter li li:last-child a {
  margin-right: 0;
}
.portfolio-filter li a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
  text-transform: capitalize;
}
.portfolio-filter li a:hover {
  color: #5156ea;
}
.portfolio-filter li a.active-filter {
  color: #5156ea;
}

/* portfolio Item */
.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-item-container {
  overflow: hidden;
}
.portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.portfolio-item .portfolio-img img {
  max-width: 100%;
  height: auto;
}
.portfolio-item .portfolio-title h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.portfolio-item .portfolio-title a {
  color: #282828;
}
.portfolio-item .portfolio-title a:hover:hover {
  color: #5156ea;
}
.portfolio-item .portfolio-cat a {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 1;
  position: relative;
  padding-left: 7px;
}
.portfolio-item .portfolio-cat a:hover:hover {
  color: #5156ea;
}
.portfolio-item .portfolio-cat a:first-of-type {
  padding-left: 0;
}
.portfolio-item .portfolio-zoom a {
  display: inline-block;
  position: absolute;
  top: 49px;
  left: 49px;
  width: 20px;
  height: 20px;
}
.portfolio-item .portfolio-zoom a:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -1px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.portfolio-item .portfolio-zoom a:after {
  position: absolute;
  content: "";
  left: -1px;
  top: -10px;
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.portfolio-item .portfolio-content {
  padding: 23px 10px 0;
  text-align: center;
}

/* portfolio Grid */
.portfolio-grid .portfolio-item .portfolio-content {
  padding: 0;
  position: absolute;
  bottom: 36px;
  left: 40px;
  text-align: left;
}
.portfolio-grid .portfolio-item .portfolio-title h4 a {
  color: #ffffff;
}
.portfolio-grid .portfolio-item .portfolio-title h4 a:hover {
  color: #282828;
}
.portfolio-grid .portfolio-item .portfolio-cat a {
  color: #ffffff;
}
.portfolio-grid .portfolio-item .portfolio-cat a:hover {
  color: #282828;
}

/* portfolio Grid */
.portfolio-gallery:not(.portfolio-single) > .container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  max-width: inherit;
}
.portfolio-gallery:not(.portfolio-single) > .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-gallery:not(.portfolio-single) .portfolio-item {
  margin-bottom: 0;
  padding: 0;
}
.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-content {
  padding: 0;
  position: absolute;
  bottom: 36px;
  left: 40px;
  text-align: left;
}
.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-title h4 a {
  color: #ffffff;
}
.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-title h4 a:hover {
  color: #ffffff;
}
.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-cat a {
  color: #ffffff;
}
.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-cat a:hover {
  color: #ffffff;
}

/* portfolio-standard */
.portfolio-standard .portfolio-item .portfolio-zoom a {
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/* portfolio Parallax */
.portfolio-parallax .portfolio-item {
  margin-bottom: 0;
}
.portfolio-parallax .portfolio-item .portfolio-img {
  min-height: 650px;
  background-attachment: fixed;
  background-size: cover;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.portfolio-parallax .portfolio-item .portfolio-content {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.portfolio-parallax .portfolio-item .portfolio-title h4 {
  font-size: 30px;
}
.portfolio-parallax .portfolio-item .portfolio-title h4 a {
  color: #282828;
}
.portfolio-parallax .portfolio-item .portfolio-title h4 a:hover {
  color: #5156ea;
}
.portfolio-parallax .portfolio-item .portfolio-cat {
  font-size: 13px;
  margin-bottom: 21px;
}
.portfolio-parallax .portfolio-item .portfolio-cat a {
  color: #9b9b9b;
}
.portfolio-parallax .portfolio-item .portfolio-cat a:hover {
  color: #282828;
}

/* Portfolio Hover */
.portfolio-carousel .carousel-dots .owl-dots {
  margin-top: 15px;
}

/* Portfolio Hover */
.portfolio-item .portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-item .portfolio-hover .portfolio-action {
  width: 100%;
  height: 100%;
  background-color: rgba(81, 86, 234, 0.95);
  text-align: center;
}
.portfolio-item .portfolio-hover .portfolio-action .portfolio-title {
  opacity: 0;
  -webkit-transition: all 200ms 700ms linear;
  -moz-transition: all 200ms 700ms linear;
  -ms-transition: all 200ms 700ms linear;
  -o-transition: all 200ms 700ms linear;
  transition: all 200ms 700ms linear;
}
.portfolio-item .portfolio-hover .portfolio-action .portfolio-cat {
  opacity: 0;
  -webkit-transition: all 200ms 900ms linear;
  -moz-transition: all 200ms 900ms linear;
  -ms-transition: all 200ms 900ms linear;
  -o-transition: all 200ms 900ms linear;
  transition: all 200ms 900ms linear;
}
.portfolio-item .portfolio-hover .portfolio-action .portfolio-zoom {
  opacity: 0;
  -webkit-transition: all 200ms 500ms linear;
  -moz-transition: all 200ms 500ms linear;
  -ms-transition: all 200ms 500ms linear;
  -o-transition: all 200ms 500ms linear;
  transition: all 200ms 500ms linear;
}
.portfolio-item .portfolio-hover.portfolio-hover-fade .portfolio-action {
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  opacity: 0;
}
.portfolio-item .portfolio-hover.portfolio-hover-centered .portfolio-action {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
}
.portfolio-item .portfolio-hover.portfolio-hover-slidedown .portfolio-action {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.portfolio-item .portfolio-hover.portfolio-hover-slideleft .portfolio-action {
  -webkit-transition: transform 300ms linear;
  -moz-transition: transform 300ms linear;
  -ms-transition: transform 300ms linear;
  -o-transition: transform 300ms linear;
  transition: transform 300ms linear;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.portfolio-item:hover .portfolio-action .portfolio-title,
.portfolio-item:hover .portfolio-action .portfolio-cat,
.portfolio-item:hover .portfolio-action .portfolio-zoom {
  opacity: 1;
}
.portfolio-item:hover .portfolio-hover-fade .portfolio-action {
  opacity: 1;
}
.portfolio-item:hover .portfolio-hover-centered .portfolio-action {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item:hover .portfolio-hover-slidedown .portfolio-action {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-item:hover .portfolio-hover-slideleft .portfolio-action {
  -webkit-transition: transform 300ms linear;
  -moz-transition: transform 300ms linear;
  -ms-transition: transform 300ms linear;
  -o-transition: transform 300ms linear;
  transition: transform 300ms linear;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

/* Portfolio Single */
.portfolio-single .portfolio-img img {
  margin-bottom: 30px;
  border-radius: 6px;
  max-width: 100%;
}
.portfolio-single .portfolio-title h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.portfolio-single .portfolio-content {
  padding-bottom: 10px;
  text-align: left;
}
.portfolio-single .portfolio-content p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 23px;
}
.portfolio-single .portfolio-list {
  background-color: #f9f9f9;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 30px;
}
.portfolio-single .portfolio-list li {
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  color: #9e9e9e;
  text-transform: capitalize;
  border-bottom: 1px solid #ededed;
}
.portfolio-single .portfolio-list li a {
  color: #9e9e9e;
}
.portfolio-single .portfolio-list li a:hover {
  color: #5156ea;
}
.portfolio-single .portfolio-list li span {
  color: #222222;
  font-weight: 700;
  width: 40%;
  display: inline-block;
}
.portfolio-single .portfolio-list li:last-child {
  border-bottom: none;
}
.portfolio-single .portfolio-share span {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  display: inline-block;
  width: 40%;
}
.portfolio-single .portfolio-share a {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  margin-right: 20px;
}
.portfolio-single .portfolio-share a:hover {
  color: #5156ea;
}
.portfolio-single .portfolio-share a:last-of-type {
  margin-right: 0;
}
.portfolio-single .carousel-navs .owl-nav .owl-next:before,
.portfolio-single .carousel-navs .owl-nav .owl-prev:before {
  font-family: "icomoon" !important;
  font-size: 42px;
}
.portfolio-single .carousel-navs .owl-nav .owl-prev:before {
  content: "";
}
.portfolio-single .carousel-navs .owl-nav .owl-next:before {
  content: "";
}
.portfolio-single .carousel-navs .owl-nav .owl-next {
  right: 30px;
}
.portfolio-single .carousel-navs .owl-nav .owl-prev {
  left: 30px;
}
.portfolio-single .portfolio-masonry .portfolio-item .portfolio-zoom a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-single .portfolio-masonry .portfolio-img img {
  margin-bottom: 0;
}
.portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(3) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(4) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(4) .portfolio-img {
  display: flex;
  height: 255px;
}
.portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(4) .portfolio-img img {
  object-fit: cover;
}
.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(4) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(4) .portfolio-img {
  display: flex;
  height: 430px;
}
.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(4) .portfolio-img img {
  object-fit: cover;
}
.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(2) {
  height: 730px;
}
.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(2) .portfolio-img {
  display: flex;
  height: 730px;
}
.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(2) .portfolio-img img {
  object-fit: cover;
}
.portfolio-single.portfolio-gallery .portfolio-item .portfolio-item-container {
  border-radius: 0;
}
.portfolio-single.portfolio-gallery .portfolio-item .portfolio-item-container .portfolio-img img {
  margin-bottom: 0;
}
.portfolio-single.portfolio-gallery .portfolio-title {
  margin-top: 50px;
}

.portfolio-prev-next {
  position: relative;
  padding-top: 50px;
  margin-top: 40px;
  border-top: 2px solid #eaeaea;
}
.portfolio-prev-next .portfolio-next,
.portfolio-prev-next .portfolio-prev {
  position: relative;
  min-height: 49px;
}
.portfolio-prev-next .portfolio-icon {
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 2px;
  background-color: #333333;
}
.portfolio-prev-next .portfolio-icon a {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-prev-next .portfolio-icon a:hover {
  background-color: #5156ea;
  color: #ffffff;
}
.portfolio-prev-next .portfolio-bio {
  padding-top: 6px;
  text-transform: capitalize;
}
.portfolio-prev-next .portfolio-bio p {
  color: #b8b8b8;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.portfolio-prev-next .portfolio-bio a {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.portfolio-prev-next .portfolio-bio a:hover {
  color: #5156ea;
}
.portfolio-prev-next .portfolio-prev .portfolio-icon {
  left: 0;
}
.portfolio-prev-next .portfolio-prev .portfolio-bio {
  padding-left: 65px;
}
.portfolio-prev-next .portfolio-next .portfolio-icon {
  right: 0;
}
.portfolio-prev-next .portfolio-next .portfolio-bio {
  padding-right: 65px;
  text-align: right;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .portfolio-filter li a {
    margin-right: 10px;
    font-size: 13px;
  }

  .portfolio-item .portfolio-img img,
.portfolio .owl-carousel .owl-item img {
    width: 100%;
  }

  .portfolio-grid .portfolio-item-container,
.portfolio-masonry .portfolio-item-container {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-gallery .portfolio-item-container {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-slider .carousel-navs .owl-nav .owl-next:before,
.portfolio-slider .carousel-navs .owl-nav .owl-prev:before {
    font-size: 30px;
  }

  .portfolio-carousel .portfolio-item .portfolio-img {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-prev-next {
    padding-top: 20px;
  }
  .portfolio-prev-next .portfolio-next,
.portfolio-prev-next .portfolio-prev {
    margin: 15px 0;
  }

  .portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(4) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-masonry .portfolio-img img {
    width: 100%;
  }

  .portfolio-carousel .portfolio-item .portfolio-img {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .portfolio-single .portfolio-list {
    padding: 15px;
  }
  .portfolio-single .portfolio-list li {
    font-size: 12px;
  }
  .portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.features .feature-panel {
  position: relative;
}
.features .feature-panel .feature-img {
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.features .feature-panel .feature-img:hover {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.features .feature-panel .feature-icon {
  font-size: 50px;
  line-height: 1;
  color: #5156ea;
  margin-bottom: 24px;
}
.features .feature-panel .feature-icon i {
  display: inline-block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.features .feature-panel .feature-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.features .feature-panel .feature-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.features .feature-panel .feature-more {
  line-height: 1;
  margin-top: 20px;
}
.features .feature-panel .feature-more a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
}
.features .feature-panel .feature-more a i {
  margin-right: 6px;
  position: absolute;
  left: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.features .feature-panel .feature-more a span {
  display: inline-block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.features .feature-panel:hover .feature-icon i {
  -webkit-animation: IconPulse 900ms infinite;
  -moz-animation: IconPulse 900ms infinite;
  -ms-animation: IconPulse 900ms infinite;
  -o-animation: IconPulse 900ms infinite;
  animation: IconPulse 900ms infinite;
}
.features .feature-panel:hover .feature-more a {
  color: #5156ea;
}

@keyframes IconPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.8;
  }
}
@-webkit-keyframes IconPulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
}
.features-1 .feature-panel {
  padding: 70px 20px 56px 40px;
  border-radius: 6px;
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.features-1 .feature-panel:hover {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.features-2 .feature-panel {
  margin-bottom: 40px;
}
.features-2 .feature-panel .feature-icon {
  font-size: 40px;
  color: #ffffff;
}
.features-2 .feature-panel .feature-content h4 {
  font-size: 18px;
}
.features-2 .feature-panel .feature-content h4,
.features-2 .feature-panel .feature-content p {
  color: #ffffff;
}

.features-4 .feature-panel {
  padding: 70px 20px 56px 20px;
  border-radius: 6px;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.features-4 .feature-panel:hover {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}
.features-4 .feature-panel.active {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}
.features-4 .feature-panel.active .feature-more a {
  color: #5156ea;
}

.features-3 .feature-panel .feature-content h4 {
  font-size: 18px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .features .feature-panel {
    max-width: 370px;
    margin: 0 auto 50px auto;
    text-align: center;
  }
  .features .feature-panel .feature-content p {
    font-size: 13px;
  }

  .features-1 .feature-panel {
    padding: 70px 20px 56px 20px;
  }
}
/*--------------------------------
    #pricing
---------------------------------*/
.pricing .pricing-panel {
  text-align: center;
  background-color: #fff;
  padding: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -moz-box-shadow: 0px 2px 15px 0px rgba(40, 40, 40, 0.06);
  -webkit-box-shadow: 0px 2px 15px 0px rgba(40, 40, 40, 0.06);
  box-shadow: 0px 2px 15px 0px rgba(40, 40, 40, 0.06);
}
.pricing .pricing-panel .pricing-heading h4 {
  font-size: 18px;
  line-height: 1;
  color: #5156ea;
  margin-bottom: 13px;
}
.pricing .pricing-panel .pricing-heading .pricing-desc {
  font-size: 13px;
  color: #a5a5a5;
  line-height: 1;
  margin-bottom: 38px;
}
.pricing .pricing-panel .pricing-heading p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #282828;
  line-height: 1;
}
.pricing .pricing-panel .pricing-heading p .currency {
  font-size: 20px;
}
.pricing .pricing-panel .pricing-heading p .time {
  display: block;
  font-size: 15px;
}
.pricing .pricing-panel .pricing-body {
  padding: 15px 0;
}
.pricing .pricing-panel .pricing-body li {
  font-size: 14px;
  line-height: 35px;
}
.pricing .pricing-active {
  position: relative;
  padding: 80px 50px;
  z-index: 2;
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.pricing-1 {
  padding-top: 30px;
}
.pricing-1 .pricing-panel:not(.pricing-active) {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.pricing-2 .pricing-active {
  padding: 50px;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pricing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pricing .heading {
    margin-top: 0;
  }
  .pricing .pricing-panel {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .pricing .pricing-panel:not(.pricing-active) {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .pricing .pricing-active {
    padding: 40px;
  }
}
/* Tablets */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pricing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pricing .heading {
    margin-top: 0;
  }

  .pricing-panel {
    max-width: 400px;
    margin: 0 auto;
  }
}
/*------------------------------------*\
    #Team
\*------------------------------------*/
.team .member {
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-align: center;
  margin-bottom: 30px;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.team .member .member-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.team .member .member-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(81, 86, 234, 0.95);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.team .member .member-overlay .member-social {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.team .member .member-overlay .member-social a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
}
.team .member .member-overlay .member-social a:hover {
  color: #282828;
}
.team .member .member-overlay .member-social a:last-child {
  margin-right: 0;
}
.team .member:hover .member-overlay {
  height: 100%;
}
.team .member:hover .member-social {
  opacity: 1;
}
.team .member .member-info {
  padding-top: 30px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.team .member .member-info h5 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.team .member .member-info h6 {
  font-family: "Poppins", sans-serif;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}

.team-2 {
  padding-bottom: 0;
}
.team-2 .row {
  padding-right: 0;
  padding-left: 0;
}
.team-2 .row [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.team-2 .member {
  text-align: left;
  margin-bottom: 0;
}
.team-2 .member:hover {
  -moz-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
}
.team-2 .member .member-img {
  border-radius: 0;
}
.team-2 .member .member-img:hover .member-info {
  opacity: 1;
}
.team-2 .member .member-overlay .member-social {
  top: 40px;
  left: 40px;
  bottom: auto;
  text-align: left;
}
.team-2 .member .member-info {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 0;
}
.team-2 .member .member-info h5,
.team-2 .member .member-info h6 {
  color: #ffffff;
}

.team-3 {
  padding-bottom: 0;
}
.team-3 .member {
  overflow: hidden;
  border-radius: 6px;
  text-align: left;
}
.team-3 .member:hover {
  -moz-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
}
.team-3 .member .member-img {
  border-radius: 0;
}
.team-3 .member .member-img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.team-3 .member .member-img:hover .member-info {
  opacity: 1;
}
.team-3 .member .member-overlay .member-social {
  top: 40px;
  left: 40px;
  bottom: auto;
  text-align: left;
}
.team-3 .member .member-info {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 0;
}
.team-3 .member .member-info h5,
.team-3 .member .member-info h6 {
  color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .team-2 .member {
    margin-bottom: 0;
  }

  .team-3 .member {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #Contacts
\*------------------------------------*/
.contact-panel {
  padding: 0 50px;
  border-radius: 0;
  background-color: transparent;
}
.contact-panel:hover .contact-icon i {
  -webkit-animation: IconPulse 900ms infinite;
  -moz-animation: IconPulse 900ms infinite;
  -ms-animation: IconPulse 900ms infinite;
  -o-animation: IconPulse 900ms infinite;
  animation: IconPulse 900ms infinite;
}
.contact-panel .contact-icon {
  font-size: 45px;
  color: #5156ea;
  line-height: 1;
  margin-bottom: 24px;
}
.contact-panel .contact-icon i {
  display: inline-block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.contact-panel h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 19px;
}
.contact-panel p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 18px;
}
.contact-panel .btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-panel {
    padding: 30px;
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients .client {
  position: relative;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.clients .client:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.clients .client img {
  max-width: 100%;
  width: auto !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clients.clients-grid .client-img {
  margin: 15px auto 15px auto;
  text-align: center;
}
.clients.clients-grid .client-img:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.clients .client-img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.clients .client-img:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media only screen and (max-width: 991px) {
  .clients img {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel {
  text-align: center;
}
.testimonial-panel .testimonial-img {
  width: 60px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-bottom: 22px;
  display: inline-block;
  padding: 3px;
  border: 2px solid #5156ea;
}
.testimonial-panel .testimonial-img img {
  max-width: 100%;
}
.testimonial-panel .testimonial-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
}
.testimonial-panel .testimonial-icon:before {
  content: "";
  font-family: "icomoon" !important;
  font-size: 30px;
  color: #5156ea;
}
.testimonial-panel .testimonial-icon2 {
  position: absolute;
  width: 270px;
  height: 194px;
  top: 62px;
  left: 0;
  content: "";
  z-index: -1;
  background: url("../images/testimonial/icon-double.png") no-repeat center;
}
.testimonial-panel .testimonial-body {
  position: relative;
}
.testimonial-panel .testimonial-body p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0;
}
.testimonial-panel .testimonial-meta {
  position: relative;
  text-align: center;
}
.testimonial-panel .testimonial-meta h4 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.testimonial-panel .testimonial-meta p {
  color: #616161;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}

.testimonial-1 .testimonial-panel .testimonial-body {
  padding: 0 109px 88px;
}
.testimonial-1 .carousel-dots .owl-dots {
  margin-top: 0;
  -moz-transform: translateY(-186px);
  -webkit-transform: translateY(-186px);
  transform: translateY(-186px);
}

.testimonial-2 .testimonial-panel {
  padding: 50px 0;
  background-color: white;
  border-radius: 6px;
  -moz-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.02);
  -webkit-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.02);
  box-shadow: 0 9px 30px rgba(40, 40, 40, 0.02);
}
.testimonial-2 .testimonial-panel .testimonial-icon {
  margin-bottom: 26px;
}
.testimonial-2 .testimonial-panel .testimonial-body p {
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  padding: 0 25px 35px 35px;
}
.testimonial-2 .testimonial-panel .testimonial-img {
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 9px;
}
.testimonial-2 .testimonial-meta:before,
.testimonial-2 .testimonial-meta:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: calc(50% - 42px);
  height: 1px;
  background-color: #eaeaea;
}
.testimonial-2 .testimonial-meta:after {
  left: auto;
  right: 0;
}
.testimonial-2 .testimonial-meta h4 {
  margin-bottom: 4px;
}
.testimonial-2 .owl-item {
  padding: 5px;
}
.testimonial-2 .carousel-dots .owl-dots {
  margin-top: 35px;
}

.testimonial-centered .owl-item:not(.center) {
  opacity: 0.7;
}

.testimonial-3 .testimonial-panel .testimonial-body {
  padding: 0 109px 88px;
}
.testimonial-3 .testimonial-thumbs {
  box-sizing: border-box;
  padding: 0 0 0 50px;
  width: 200px;
  margin: 0 auto;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta {
  position: relative;
  text-align: center;
  width: 120px;
  height: 135px;
  opacity: 0;
  cursor: pointer;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta h4 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: capitalize;
  opacity: 0;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta p {
  color: #616161;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  opacity: 0;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta .testimonial-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-bottom: 22px;
  display: inline-block;
  padding: 3px;
  border: 2px solid transparent;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta .testimonial-img img {
  max-width: 100%;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-active h4,
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-active p {
  opacity: 1;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-active .testimonial-img {
  border-color: #5156ea;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-active .testimonial-img:before {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  content: "";
  z-index: -1;
  top: -15px;
  left: 50%;
  margin-left: -45px;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-prev {
  text-align: right;
  margin-right: -30px;
  opacity: 0.7;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-prev .testimonial-img {
  text-align: right;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-next {
  text-align: left;
  margin-left: -30px;
  opacity: 0.7;
}
.testimonial-3 .testimonial-thumbs .testimonial-meta.swiper-slide-next .testimonial-img {
  text-align: left;
}
.testimonial-3 .swiper-pagination {
  left: 50%;
  margin-top: -55px;
  margin-left: -27px;
}
.testimonial-3 .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #b1b1b1;
  border: 3px solid #b1b1b1;
  margin: 0 4px;
  cursor: pointer;
}
.testimonial-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #333333;
}

.testimonial-4 .testimonial-panel {
  padding: 0;
  position: relative;
}
.testimonial-4 .testimonial-panel .testimonial-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 26px;
}
.testimonial-4 .testimonial-panel .testimonial-body {
  padding-left: 85px;
}
.testimonial-4 .testimonial-panel .testimonial-body p {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}
.testimonial-4 .testimonial-panel .testimonial-body .testimonial-meta {
  margin-top: 26px;
  text-align: left;
}
.testimonial-4 .testimonial-panel .testimonial-body .testimonial-meta h4 {
  padding-top: 10px;
  margin-bottom: 4px;
}
.testimonial-4 .testimonial-panel .testimonial-body .testimonial-meta .testimonial-img {
  float: left;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-right: 16px;
  margin-bottom: 0;
}
.testimonial-4 .testimonial-panel .testimonial-body .testimonial-meta p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 23px;
}
.testimonial-4 .carousel-dots .owl-dots {
  margin-top: 35px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-1 .testimonial-panel .testimonial-body {
    padding: 50px 30px;
  }
  .testimonial-1 .testimonial-panel .testimonial-body p {
    font-size: 19px;
  }

  .testimonial-2 .testimonial-panel {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-3 .testimonial-panel .testimonial-body {
    padding: 50px 30px;
  }
  .testimonial-3 .testimonial-panel .testimonial-body p {
    font-size: 19px;
  }
  .testimonial-3 .testimonial-thumbs {
    width: 250px;
    padding: 0 0 0 20px;
  }

  .testimonial-4 .testimonial-panel .testimonial-body {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-2 .testimonial-panel {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .testimonial-3 .testimonial-thumbs {
    width: 250px;
  }
}
/*------------------------------------*\
    #Video
\*------------------------------------*/
.video-button {
  position: relative;
  text-align: center;
}
.video-button .popup-video {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative;
}
.video-button .popup-video span {
  position: relative;
  width: 88px;
  height: 88px;
}
.video-button .popup-video span:before {
  position: absolute;
  left: -4px;
  top: -37px;
  content: "";
  width: 88px;
  height: 88px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  animation: videoPulse 1s infinite linear;
  animation-delay: 0.5s;
}
.video-button .popup-video i {
  font-size: 18px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #282828;
  position: relative;
  display: inline-block;
}
.video-button .popup-video i:hover {
  color: #5156ea;
}
.video-button .popup-video h6 {
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding-top: 27px;
  margin-bottom: 0;
  line-height: 1;
}
.video-button .popup-video:hover {
  animation: none;
}
.video-button.player-dark .popup-video h6 {
  color: #282828;
}
.video-button.player-dark .popup-video span:before {
  border-color: #282828;
}
.video-button.player-dark .popup-video i {
  background-color: #282828;
  color: #ffffff;
}
.video-button.player-dark .popup-video:hover i {
  color: #5156ea;
}
.video-button.player-theme .popup-video h6 {
  color: #5156ea;
}
.video-button.player-theme .popup-video span:before {
  border-color: #5156ea;
}
.video-button.player-theme .popup-video i {
  background-color: #5156ea;
  color: #ffffff;
}
.video-button.player-theme .popup-video:hover i {
  color: #282828;
}

@-webkit-keyframes videoPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes videoPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
/*------------------------------------*\
    #Counters
\*------------------------------------*/
.counter .count-box .counting {
  font-family: "Nunito Sans", sans-serif;
  color: #5156ea;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.counter .count-box .count-title {
  color: #282828;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

.counter-light .count-box .counting {
  color: #ffffff;
}
.counter-light .count-box .count-title {
  color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .counter .count-box {
    margin-bottom: 30px;
  }
  .counter .count-box .counting {
    font-size: 40px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter .count-box {
    margin-bottom: 30px;
  }
}
/*--------------------------------
    #services
---------------------------------*/
.services .service-panel {
  position: relative;
  margin-bottom: 30px;
}
.services .service-panel .service-img {
  margin-bottom: 36px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.services .service-panel .service-img img {
  max-width: 100%;
  height: auto;
}
.services .service-panel .service-img:hover {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.services .service-panel .service-content h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
}
.services .service-panel .service-content h4 span {
  color: #5156ea;
  margin-right: 4px;
}
.services .service-panel .service-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.services .service-panel .service-more {
  line-height: 1;
}
.services .service-panel .service-more a {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.services .service-panel .service-more a i {
  margin-right: 6px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.services .service-panel .service-more a span {
  display: inline-block;
  opacity: 0;
  margin-left: 8px;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.services .service-panel:hover .service-more a {
  color: #5156ea;
}
.services .service-panel:hover .service-more span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .services .service-panel {
    text-align: center;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta .btn {
  -moz-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}
.cta .cta-title {
  font-size: 26px;
  margin-bottom: 14px;
  font-weight: 800;
}
.cta .cta-desc {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-1 .cta-content {
  float: left;
  max-width: 70%;
}
.cta-1 .cta-button {
  float: right;
  text-align: right;
  padding-top: 25px;
}

.cta-2 .cta-subtitle {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}
.cta-2 .cta-title {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
}
.cta-2 .cta-desc {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 0;
}

.cta-3 .cta-title {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 10px;
}
.cta-3 .cta-desc {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 50px;
}

.cta-light .cta-subtitle,
.cta-light .cta-title,
.cta-light .cta-desc {
  color: #ffffff;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta-1 .cta-content {
    float: none;
    max-width: 100%;
  }
  .cta-1 .cta-button {
    float: none;
    text-align: center;
  }

  .cta-2 .cta-title,
.cta-3 .cta-title {
    font-size: 30px;
    line-height: 36px;
  }
}
/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 h3 {
  font-size: 280px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}
.page-404 p {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}
.page-404 .search-404 {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-404 h3 {
    font-size: 150px;
  }
  .page-404 .btn {
    width: 125px;
  }
  .page-404 .search-404 {
    max-width: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-404 h3 {
    font-size: 180px;
  }
}
/*------------------------------------*\
    #SOON
\*------------------------------------*/
.countdown-rtl {
  direction: rtl;
}

.countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.countdown-section {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  height: auto;
  padding: 0 23px;
}
.countdown-section:last-of-type {
  margin-right: 0;
}

.countdown-amount {
  font-family: "Nunito Sans", sans-serif;
  color: #5156ea;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
}

.countdown-period {
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
}

.countdown-boxed .countdown-section {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 23px;
  margin: 0 15px;
}
.countdown-boxed .countdown-amount {
  color: #ffffff;
}
.countdown-boxed .countdown-period {
  color: #f9f9f9;
}

.countdown-dark .countdown-amount {
  color: #282828;
}
.countdown-dark .countdown-period {
  color: #616161;
}

.countdown-light .countdown-amount {
  color: #ffffff;
}
.countdown-light .countdown-period {
  color: #ffffff;
}

.countdown-theme .countdown-amount {
  color: #5156ea;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .countdown-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-soon h3 {
    font-size: 45px;
    margin-top: 100px;
  }

  .countdown-amount {
    font-size: 30px;
  }

  .countdown-boxed .countdown-section {
    margin: 5px;
    padding: 10px 5px;
  }

  .countdown-period {
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .countdown-amount {
    font-size: 40px;
  }

  .page-soon h3 {
    font-size: 45px;
  }

  .countdown-boxed .countdown-section {
    padding: 15px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-amount {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .page-soon {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
  }
}
/*------------------------------------*\
    #Plugins
\*------------------------------------*/
/* Revolution Slider */
.custom.tparrows {
  background: transparent;
  font-family: "icomoon" !important;
  font-size: 55px;
}
.custom.tparrows:before {
  font-family: "icomoon" !important;
  font-size: 55px;
  color: rgba(255, 255, 255, 0.5);
}
.custom.tparrows:hover {
  background: transparent;
}
.custom.tparrows:hover:before {
  color: #ffffff;
}
.custom.tparrows.tp-leftarrow:before {
  content: "";
}
.custom.tparrows.tp-rightarrow:before {
  content: "";
}

.custom .tp-bullet {
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #cdc8c4;
  border: 3px solid #cdc8c4;
}
.custom .tp-bullet:hover, .custom .tp-bullet.selected {
  border: 3px solid #ffffff;
  background-color: transparent;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .custom.tparrows {
    display: none;
  }
}
/* Visual Composer */
.vc_col-has-fill > .vc_column-inner {
  padding-top: 0;
}

.bg-parallax .vc_parallax-inner {
  background-attachment: fixed !important;
}

.bg-overlay-theme .vc_parallax-inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: rgba(81, 86, 234, 0.9);
}

.vc-overlap {
  overflow: visible !important;
  z-index: 1;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.zy-row-overlay {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.zy-row-overlay:after {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
}
.zy-row-overlay .zy-vc-wrapper {
  position: relative;
  z-index: 2;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #282828;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: none;
  background: none;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-family: "Poppins", sans-serif;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 0;
  font-size: 16px;
  color: #282828;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  border: none;
  background-color: #ffffff;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a span {
  color: #282828;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 22px 0 6px 0;
  background-color: #ffffff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-controls-icon {
  height: 10px;
  width: 10px;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-controls-icon:before, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-controls-icon:after {
  border-color: #5156ea;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0;
}
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus:before, .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
  border-color: #5156ea;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
    padding: 20px;
  }
}
/* Contact Form 7 */
.wpcf7 form {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
  margin-bottom: 0;
}
.wpcf7 textarea {
  width: 100%;
  height: 122px;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-submit {
  margin-bottom: 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

/* MailChimp for WordPress */
.mc4wp-alert {
  margin-top: 10px;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.mc4wp-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  text-align: center;
}

.mc4wp-notice {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.mc4wp-alert p,
.mc4wp-response p {
  color: #282828;
  margin-bottom: 0;
}

/* Instagram Feed */
#sb_instagram .sbi_photo {
  position: relative;
}
#sb_instagram .sbi_photo:before {
  background-color: rgba(81, 86, 234, 0.9);
  top: 0px;
  left: 0px;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#sb_instagram .sbi_photo:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}
#sb_instagram .sbi_photo:hover:before, #sb_instagram .sbi_photo:hover:after {
  opacity: 1;
}

/* Twitter Feeds */
#ctf p.ctf-tweet-text {
  position: relative;
  font-size: 12px;
}
#ctf p.ctf-tweet-text:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #5156ea;
  width: 13px;
  height: 12px;
  float: left;
  margin-right: 10px;
}
#ctf .ctf-item {
  padding: 5px 0;
  border-top-color: rgba(155, 155, 155, 0.2);
}
#ctf .ctf-item:first-of-type {
  padding-top: 0;
}

/*------------------------------------*\
    #Banners
\*------------------------------------*/
.banners {
  position: relative;
}
.banners .banner-layer-1 {
  position: relative;
  left: 50%;
  top: 45px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 387px;
  height: 340px;
  background-color: #5156ea;
  border-radius: 6px;
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  z-index: 97;
}
.banners .banner-layer-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 441px;
  height: 365px;
  border-radius: 6px;
  z-index: 98;
}
.banners .banner-layer-3 {
  position: absolute;
  right: 15px;
  top: 85px;
  width: 406px;
  height: 354px;
  border-radius: 6px;
  z-index: 99;
}
.banners.position-right .banner-layer-2 {
  left: auto;
  right: 0;
}
.banners.position-right .banner-layer-3 {
  left: 20px;
  right: auto;
}
.banners.layer-hidden .banner-layer-1 {
  opacity: 0;
}
.banners.layer-hidden .banner-layer-3 {
  top: 160px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banners .banner-layer-2,
.banners .banner-layer-3 {
    width: 320px;
  }
  .banners.layer-hidden .banner-layer-3 {
    top: 60px;
  }
}
/*------------------------------------*\
    #Woocommerce Core
\*------------------------------------*/
.woocommerce-container {
  padding: 90px 0;
}

/* shop Archives*/
@media (min-width: 992px) {
  .shop-container.shop-no-sidebar img {
    width: 100%;
  }
}
/* Products Loop */
.woocommerce .products div.product {
  margin-bottom: 45px;
  text-align: center;
}
.woocommerce .products div.product .attachment-woocommerce_thumbnail {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.woocommerce .products div.product .product-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background: #f3f3f3;
  display: block;
}
.woocommerce .products div.product .product-img > a {
  display: block;
}
.woocommerce .products div.product .product-img > a img {
  width: 100%;
  height: auto;
}
.woocommerce .products div.product .product-img .product-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  padding: 0 30px;
}
.woocommerce .products div.product .product-img .product-hover .button {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  max-width: 190px;
}
.woocommerce .products div.product .product-img .product-hover .button.loading, .woocommerce .products div.product .product-img .product-hover .button.added {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.woocommerce .products div.product:hover .attachment-woocommerce_thumbnail {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce .products div.product:hover .product-hover .button {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.woocommerce .products div.product .product-cat {
  font-family: "Montserrat";
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 12px;
}
.woocommerce .products div.product .product-cat a {
  color: #333333;
}
.woocommerce .products div.product .product-cat a:hover {
  color: #5156ea;
}
.woocommerce .products div.product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 14px 0;
  margin-bottom: 0;
}
.woocommerce .products div.product .woocommerce-loop-product__title:hover {
  color: #5156ea;
}
.woocommerce .products div.product span.price {
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #5156ea;
}
.woocommerce .products div.product span.price ins {
  text-decoration: none;
}
.woocommerce .products div.product p.price {
  color: #9b9b9b;
}
.woocommerce .products div.product p.price ins {
  text-decoration: none;
}
.woocommerce .products div.product .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
}
.woocommerce .products div.product .woocommerce-variation-price span.price {
  text-align: left;
}
.woocommerce .products div.product .button {
  margin: 0 auto;
}

.woocommerce a.added_to_cart.wc-forward {
  position: absolute;
  width: 100%;
  text-align: center;
}

.woocommerce div.product .product_meta span.sku_wrapper,
.woocommerce div.product .product_meta span.posted_in {
  display: block;
  line-height: 24px;
}

.woocommerce div.product form.cart table td,
.woocommerce div.product form.cart .variations td {
  padding: 0;
  vertical-align: middle;
  position: relative;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
  position: relative;
}

.woocommerce div.product form.cart .variations label {
  color: #282828;
  padding: 10px 0;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce div.product form.cart .variations .value:before {
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  line-height: 51px;
  right: 20px;
  top: 0;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #9b9b9b;
  font-family: FontAwesome;
  content: "";
}
.woocommerce div.product form.cart .variations select {
  min-width: 170px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 50px;
  text-align: center;
  background-color: #5156ea;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  padding: 0;
  width: 190px;
  height: 50px;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #5156ea;
  text-decoration: none;
  color: #ffffff;
  border: none !important;
}

.woocommerce span.onsale {
  background-color: #ff0000;
  color: #fff;
  padding: 8px 12px;
  line-height: 1;
  min-height: inherit;
  min-width: inherit;
  font-size: 13px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  left: auto;
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 9;
  margin: 0;
}

.woocommerce a.added_to_cart {
  display: block;
  text-align: center;
}

.woocommerce .woocommerce-result-count {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 51px;
  text-transform: capitalize;
  color: #282828;
  margin-bottom: 40px;
}

.woocommerce .woocommerce-ordering {
  position: relative;
}
.woocommerce .woocommerce-ordering select {
  width: 230px;
  height: 50px;
  padding-left: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  border: 1px solid #eaeaea;
  color: #9b9b9b;
  font-size: 13px;
}
.woocommerce .woocommerce-ordering:before {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 15px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #9b9b9b;
  font-family: FontAwesome;
  content: "";
}

/* Product single */
.woocommerce.single-product span.onsale {
  right: auto;
  left: 20px;
}

.woocommerce div.product div.images {
  float: none;
  width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after,
.woocommerce div.product div.images .pswp__bg {
  background-color: #5156ea;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: #5156ea;
}

.woocommerce div.product div.summary {
  float: none;
  width: 100%;
  padding: 0;
}
.woocommerce div.product div.summary .product_title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.woocommerce div.product div.summary .woocommerce-Price-amount {
  color: #5156ea;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 0;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eaeaea;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #9b9b9b;
  margin-bottom: 17px;
}
.woocommerce div.product .star-rating span {
  color: #e6ae48;
}
.woocommerce div.product .woocommerce-product-rating a {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-product-rating a:hover {
  color: #5156ea;
}
.woocommerce div.product form.cart {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eaeaea;
}
.woocommerce div.product form.cart .button {
  float: right;
  width: 134px;
  height: 42px;
  line-height: 40px;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 3px;
}

.woocommerce.single-product div.product {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list {
  margin-bottom: 20px;
  line-height: 50px;
  border: none;
}

.woocommerce .cart.grouped_form .button {
  margin-left: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
  padding-top: 10px;
  padding-left: 1px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20%;
  padding: 10px;
  border: 1px solid #eaeaea;
  margin-left: -1px;
  margin-top: -1px;
}

.product_meta {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eaeaea;
}
.product_meta h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
}
.product_meta span {
  line-height: 26px;
  color: #5156ea;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.product_meta span {
  line-height: 26px;
  font-size: 13px;
  font-weight: 700;
  color: #5156ea;
  text-transform: capitalize;
}
.product_meta span span,
.product_meta span a,
.product_meta span .posted_in {
  color: #9b9b9b;
}
.product_meta span span:hover,
.product_meta span a:hover,
.product_meta span .posted_in:hover {
  color: #5156ea;
}

.product_share {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.product_share h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
}
.product_share a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-color: #5156ea;
  margin-right: 3px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.product_share a:hover {
  background: #282828;
}

.woocommerce .quantity {
  line-height: 42px;
}
.woocommerce .quantity span {
  font-family: "Nunito Sans", sans-serif;
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 10px;
}
.woocommerce .quantity input[type=button] {
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  border: 1px solid #eee;
  border-radius: 1px;
  color: #5156ea;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.woocommerce .quantity input[type=number] {
  width: 30px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 1px;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.woocommerce div.product .woocommerce-tabs {
  padding: 0;
  margin: 50px 0;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 1px;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #dee2e6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 0 -1px -2px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  color: #5156ea;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #ffffff;
  color: #5156ea;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #ffffff;
  display: block;
  z-index: 99;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0 20px;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  text-transform: capitalize;
  margin-bottom: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  border-right: 1px solid #eeeeee;
}
.woocommerce div.product .woocommerce-tabs .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid #dee2e6;
  background-color: #ffffff;
  padding: 20px;
  border: none;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.woocommerce table.shop_attributes {
  background-color: #ffffff;
  border: 1px solid #eee;
}

.woocommerce .quantity .qty {
  height: 46px;
  line-height: 46px;
  width: 80px;
  border: none;
  color: #282828;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-right: 1px;
  padding-right: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.products-pagination {
  margin-bottom: 50px;
  text-align: center;
}
.products-pagination a {
  background-color: #f9f9f9;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}
.products-pagination a:last-of-type {
  margin-right: 0;
}
.products-pagination a:hover {
  background: #5156ea;
  color: #ffffff;
}

.related.products h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
}

/* WooCommerce Alerts */
.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 30px;
  line-height: 1;
  background-color: #f9f9f9;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  line-height: 24px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}

.woocommerce-message {
  border-top-color: #5156ea;
}

.woocommerce-message::before {
  color: #5156ea;
}

.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  display: inline-grid;
  clear: both;
  width: 49%;
}

.woocommerce #review_form #respond input[type=text] {
  width: 100%;
}

.woocommerce #review_form #respond label {
  display: block;
}

/* WooCommerce Cart */
.woocommerce table.shop_table {
  margin-bottom: 50px;
  border-radius: 6px;
  background-color: #f9f9f9;
  border-color: transparent;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  color: #282828;
  font-size: 13px;
  text-align: center;
  border-right: 1px solid #eee;
  padding: 0;
  line-height: 46px;
}
.woocommerce table.shop_table th:last-child {
  border-right: none;
}
.woocommerce table.shop_table td {
  position: relative;
  padding: 20px 20px 30px 20px;
  border-top-color: #eee;
  border-right: 1px solid #eee;
}
.woocommerce table.shop_table td:last-child {
  border-right: none;
}
.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal {
  text-align: center;
  color: #5156ea;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}
.woocommerce table.shop_table td.actions {
  padding: 30px;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;
  font-size: 18px;
}
.woocommerce table.shop_table img {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
}
.woocommerce table.shop_table a {
  font-family: "Nunito Sans", sans-serif;
  color: #282828;
  font-size: 16px;
  font-weight: 800;
}
.woocommerce table.shop_table a:hover {
  color: #5156ea;
}
.woocommerce table.shop_table a.remove {
  width: 19px;
  height: 19px;
  background-color: #000000;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff !important;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table a.remove:hover {
  background: #5156ea;
}
.woocommerce table.shop_table .quantity {
  text-align: center;
}
.woocommerce table.shop_table .quantity span {
  opacity: 0;
  visibility: hidden;
}
.woocommerce table.shop_table .quantity input[type=button] {
  background: #ffffff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  background: #ffffff;
  width: 250px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #959595;
  border: 1px solid #eeeeee;
}
.woocommerce-cart table.cart td.actions .button {
  margin-left: 10px;
  display: inline-block;
  width: 134px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
}
.woocommerce-cart table.cart td.actions .button:disabled {
  cursor: pointer;
  opacity: 1;
}
.woocommerce-cart table.cart td.actions .button[name=update_cart] {
  width: 134px;
  height: 42px;
  border-radius: 3px;
  background-color: #222222;
  color: #ffffff;
}
.woocommerce-cart table.cart td.actions .button[name=update_cart]:hover {
  background: #5156ea;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
  padding: 30px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #f9f9f9;
}
.woocommerce .cart-collaterals h2 {
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals table.shop_table {
  border: none;
}
.woocommerce .cart-collaterals table.shop_table th {
  padding: 0;
  text-align: left;
  font-size: 13px;
  color: #5156ea;
  font-weight: 700;
  line-height: 36px;
  border: none;
}
.woocommerce .cart-collaterals table.shop_table td {
  padding: 0;
  line-height: 36px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  border: none;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
  margin-bottom: 0;
  text-align: right;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  margin-bottom: 0;
  float: right;
  margin-top: 20px;
}
.woocommerce .cart-collaterals .checkout-button {
  padding: 0 30px;
  margin: 0;
  font-size: 13px;
  width: auto;
  display: inline-block;
}
.woocommerce .cart-collaterals .btn {
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

/* WooCommerce Checkout */
.woocommerce-MyAccount-content legend {
  padding: 30px 0 10px 0;
}

.woocommerce form .form-row {
  float: none;
  width: 100%;
}
.woocommerce form .form-row input.input-text {
  background: #ffffff;
}
.woocommerce form .form-row label {
  font-weight: 400;
  text-transform: capitalize;
  color: #282828;
  width: 100%;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row .woocommerce-input-wrapper input {
  background: #ffffff;
  height: 39px;
  border: 1px solid #eeeeee;
}
.woocommerce form .form-row .woocommerce-input-wrapper textarea {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
.woocommerce form .form-row .select2-container {
  font-size: 12px;
  font-weight: 400;
  line-height: 46px;
  border-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 46px;
  width: 370px;
  padding: 0 7px;
}
.woocommerce form .form-row.form-row-last {
  float: none;
}
.woocommerce form .form-row textarea {
  height: 100px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border-color: #eee;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  background-color: #f9f9f9;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  background-color: #f9f9f9;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 46px;
  border-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 46px;
  padding: 0 7px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:before {
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  right: 10px;
  top: 0;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #9b9b9b;
  font-family: FontAwesome;
  content: "";
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -13px;
  margin-top: 4px;
}

.select2-dropdown {
  background-color: #f8f8f8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-top: 0;
  border: 1px solid #eee;
  overflow: hidden;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  background-color: #f9f9f9;
}

.select2-results__option {
  padding-left: 20px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  height: auto;
}

.woocommerce-form__label-for-checkbox span:not(.required) {
  margin-left: 20px;
  padding-top: 7px;
  display: inline-block;
}

/* WooCommerce Account */
.woocommerce-account .woocommerce h2 {
  text-align: center;
}

.woocommerce form.login {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}
.woocommerce form.login .form-row:last-of-type {
  float: left;
  width: 50%;
}
.woocommerce form.login .woocommerce-LostPassword {
  float: right;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 40px;
  bottom: 60px;
}
.woocommerce form.login label {
  height: 30px;
  margin-bottom: 0;
}
.woocommerce form.login .woocommerce-Button {
  width: 140px;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox span:not(.required) {
  margin-left: 10px;
  padding-top: 7px;
  float: left;
  line-height: 41px;
}

.woocommerce-form-login input[type=checkbox] {
  float: left;
}

.woocommerce form.login .woocommerce-Input--text {
  margin: 0 0 20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 40px;
  background-color: #f9f9f9;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  line-height: 36px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 40px;
  background-color: #f9f9f9;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #282828;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #5156ea;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #5156ea;
}
.woocommerce-account .addresses .title h3 {
  font-size: 18px;
}

/* Module Cart */
.cart-box .woocommerce-mini-cart__empty-message {
  text-align: center;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li {
  border-bottom: 1px solid rgba(127, 127, 127, 0.15);
  margin-bottom: 20px;
  position: relative;
  min-height: 60px;
  padding-left: 60px;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li:last-child {
  margin-bottom: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Nunito Sans", sans-serif;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li a:hover {
  color: #5156ea;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li span.quantity {
  display: block;
  color: #5156ea;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li .remove_from_cart_button {
  font-size: 12px;
  position: absolute;
  text-align: center;
  background-color: #282828;
  color: #ffffff !important;
  right: 0;
  top: 0;
  width: 19px;
  height: 19px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li .remove_from_cart_button:hover {
  background-color: #ffffff;
  color: #5156ea !important;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.cart-box .woocommerce-mini-cart__total {
  font-family: "Poppins", sans-serif;
  min-height: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 20px 0 30px 0;
}
.cart-box .woocommerce-mini-cart__total strong {
  float: left;
  text-align: left;
  color: #9b9b9b;
}
.cart-box .woocommerce-mini-cart__total .woocommerce-Price-amount {
  float: right;
  text-align: right;
  color: #5156ea;
}
.cart-box .woocommerce-Price-amount,
.cart-box .woocommerce-Price-currencySymbol {
  color: #ffffff !important;
  font-size: 12px !important;
}

.header-dark .cart-box .cart_list.product_list_widget.woocommerce-mini-cart li a,
.header-dark .cart-box .woocommerce-mini-cart__total strong {
  color: #ffffff;
}

.header-dark .cart-box .cart_list.product_list_widget.woocommerce-mini-cart li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.cart-box .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button {
  width: 110px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  padding: 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button:last-of-type {
  margin-right: 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button.checkout {
  background-color: #5156ea;
}

.cart-box .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
  background-color: #282828;
}

.cart-box .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover {
  background-color: #5156ea;
  color: #ffffff;
}

.cart-box .woocommerce-mini-cart__buttons a.button.checkout:hover {
  background: #ffffff;
  color: #5156ea;
}

.woocommerce .cart-empty,
.woocommerce .return-to-shop {
  text-align: center;
}

.woocommerce .return-to-shop a {
  margin: 0 auto;
}

/* WooCommerce Review */
.woocommerce #reviews #comments h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.woocommerce.single-product .woocommerce-Tabs-panel > h2,
.woocommerce.single-product #reviews #comments .woocommerce-Reviews-title {
  display: none;
}

.woocommerce #review_form #respond .comment-reply-title {
  margin-bottom: 30px;
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  line-height: 1;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}

.woocommerce #reviews .comment-form-comment label {
  font-weight: 500;
  color: #282828;
}

.woocommerce #reviews #comment {
  max-height: 200px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.comment-form-rating label {
  float: left;
  margin-right: 15px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #282828;
}

.up-sells.upsells.products {
  padding-top: 0;
}

.up-sells.upsells.products > h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.up-sells.upsells.products > h2:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #5156ea;
}

/* WooCommerce Pagaination */
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 10px;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid transparent;
  background: #f9f9f9;
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:focus,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  background-color: #5156ea;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #5156ea;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 0;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before,
.woocommerce nav.woocommerce-pagination ul li .next:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: FontAwesome;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before {
  content: "";
}
.woocommerce nav.woocommerce-pagination ul li .next:before {
  content: "";
}

/* Mini Cart */
.cart-box .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

.woocommerce-password-strength {
  margin-top: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
}

.woocommerce-checkout h3 {
  font-size: 18px;
}
.woocommerce-checkout h3#order_review_heading {
  margin-top: 50px;
}
.woocommerce-checkout table.shop_table {
  padding: 30px;
}
.woocommerce-checkout table.shop_table th {
  text-align: left;
  color: #5156ea;
  border-right: none;
  line-height: 36px;
}
.woocommerce-checkout table.shop_table td {
  padding: 12px;
  border-right: none;
  font-size: 13px;
  font-weight: normal;
  color: #959595;
}
.woocommerce-checkout table.shop_table td.product-name {
  color: #282828;
  font-weight: 700;
}
.woocommerce-checkout table.shop_table tfoot th {
  font-size: 13px;
  font-weight: 700;
}
.woocommerce-checkout table.shop_table tfoot td {
  font-size: 13px;
  font-weight: normal;
  color: #959595;
}
.woocommerce-checkout #payment {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #f9f9f9;
  border: none;
  padding: 15px;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #f8f8f8;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f8f8f8;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: #eee;
}

.woocommerce-order-details {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 468px) {
  .woocommerce-result-count,
.woocommerce-ordering {
    float: none;
    text-align: center;
  }

  .woocommerce-result-count {
    margin-bottom: 30px;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
    max-width: 300px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .woocommerce .woocommerce-ordering:before {
    right: 20px;
  }

  .cart-box .woocommerce-mini-cart__total strong {
    color: #ffffff;
  }

  .woocommerce .products div.product {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .woocommerce-tabs {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 50px;
  }

  .woocommerce.single-product .related.products div.product {
    margin: 0 auto 30px auto;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-box .woocommerce-mini-cart__total strong {
    color: #ffffff;
  }

  .woocommerce.single-product .related.products div.product {
    margin: 0 auto 30px auto;
  }
}
.woocommerce-product-gallery__image a {
  width: 100%;
  display: block;
  background: #f3f3f3;
}
.woocommerce-product-gallery__image a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce div.product div.images img {
  width: 100%;
  height: auto;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 1;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 0;
}

.woocommerce-grouped-product-list-item__quantity .quantity span {
  display: none;
}

.woocommerce.single-product div.product form.cart .group_table {
  border-bottom: 2px solid #eaeaea;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: block;
}
.woocommerce.single-product div.product form.cart .group_table td {
  padding: 0 15px;
}
.woocommerce.single-product div.product form.cart .group_table td:first-child {
  width: 7em;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce.single-product div.product form.cart .group_table td a {
  color: #282828;
}
.woocommerce.single-product div.product form.cart .group_table td label {
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart .group_table td .woocommerce-Price-amount {
  font-weight: 600;
  line-height: 42px;
}

.woocommerce-grouped-product-list-item__quantity .quantity .woocommerce-grouped-product-list-item__label {
  line-height: 42px;
}
.woocommerce-grouped-product-list-item__quantity .quantity .woocommerce-grouped-product-list-item__label a {
  color: #282828;
}

/*------------------------------------*\
    #BOXED LAYOUT
\*------------------------------------*/
.page-boxed {
  background-attachment: fixed;
}

@media only screen and (min-width: 1200px) {
  .page-boxed .wrapper {
    width: 1170px;
    margin: auto;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }

  .page-boxed .wrapper .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-boxed .wrapper {
    width: auto;
    margin: auto;
    overflow-x: hidden;
  }
}
/*------------------------------------*\
    #Divider
\*------------------------------------*/
.divider {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
  background-color: #222222;
  padding-top: 0;
  padding-bottom: 0;
  /* Footer Top */
}
.footer .widget {
  margin-bottom: 30px;
}
.footer .widget .footer-widget-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.footer .widget .footer-widget-title:empty {
  margin-bottom: 0;
}
.footer .widget .footer-widget-title img {
  margin-bottom: 0;
}
.footer .footer-top {
  padding-top: 100px;
  padding-bottom: 54px;
}
.footer p {
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.footer img {
  margin-bottom: 24px;
}
.footer .footer-logo {
  margin-bottom: 24px;
}
.footer .form-newsletter p {
  margin-top: 12px;
  font-size: 13px;
  color: #a5a5a5;
  margin-bottom: 21px;
}
.footer .form-newsletter form {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px;
  max-width: 280px;
}
.footer .form-newsletter input {
  background-color: white;
  border: none;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  height: 51px;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 60px 0 20px;
  text-transform: capitalize;
  border-radius: 3px;
}
.footer .form-newsletter input::-webkit-input-placeholder {
  color: #757575;
}
.footer .form-newsletter input:-moz-placeholder {
  color: #757575;
}
.footer .form-newsletter input::-moz-placeholder {
  color: #757575;
}
.footer .form-newsletter input:-ms-input-placeholder {
  color: #757575;
}
.footer .form-newsletter button {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #5156ea;
  border: none;
  width: 51px;
  height: 51px;
  line-height: 51px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
}
.footer .form-newsletter button:hover {
  background-color: #ffffff;
  color: #282828;
}
.footer ul.menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: -10px;
}
.footer ul.menu li {
  border-bottom: none;
  line-height: 31px;
}
.footer ul.menu li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.footer ul.menu li a:before {
  display: none;
}
.footer .menu-company ul li {
  width: 50%;
  float: left;
  margin-left: 0;
}
.footer .widget_nav_menu ul li {
  margin-left: 0;
}
.footer .widget--contact-info ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.footer .widget--contact-info ul li {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: #a5a5a5;
  margin-bottom: 10px;
}
.footer .widget--contact-info ul li:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}
.footer .widget--contact-info ul li:first-child {
  margin-top: -6px;
}
.footer .widget--contact-info ul li.contact-email a {
  text-transform: lowercase;
}
.footer .widget--contact-info ul li span {
  margin-right: 6px;
}
.footer .widget--contact-info ul li a {
  color: #5156ea;
}
.footer .widget--contact-info ul li a:hover {
  color: #ffffff;
}
.footer:not(.footer-light) .footer-top a {
  color: #ffffff;
}
.footer:not(.footer-light) .footer-top a:hover {
  color: #5156ea;
}
.footer:not(.footer-light) .widget .footer-widget-title {
  color: #ffffff;
}
.footer:not(.footer-light) .widget_tag_cloud a:hover,
.footer:not(.footer-light) .widget_product_tag_cloud a:hover {
  background-color: #ffffff;
}
.footer:not(.footer-light) .widget_meta ul li,
.footer:not(.footer-light) .widget_pages ul li,
.footer:not(.footer-light) .widget_archive ul li,
.footer:not(.footer-light) .widget_nav_menu ul li,
.footer:not(.footer-light) .widget_categories ul li {
  border-bottom-color: rgba(238, 238, 238, 0.3);
}
.footer:not(.footer-light) ul.menu li a {
  color: #9b9b9b;
}
.footer:not(.footer-light) ul.menu li a:hover {
  color: #5156ea;
}
.footer:not(.footer-light) #wp-calendar caption {
  color: #ffffff;
}

.footer-bar hr {
  border-top: 2px solid #2b2b2b;
}

.footer-bottom {
  padding: 33px 0;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.footer-bottom .footer-menu {
  text-align: right;
  margin-bottom: 0;
}
.footer-bottom .footer-menu li {
  display: inline-block;
}
.footer-bottom .footer-menu li a {
  display: block;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 1;
  display: block;
  padding-left: 16px;
  position: relative;
}
.footer-bottom .footer-menu li a:hover {
  color: #ffffff;
}
.footer-bottom .footer-menu li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  height: 10px;
  width: 1px;
  background-color: #9b9b9b;
}
.footer-bottom .footer-menu li:first-child a:before {
  display: none;
}

.social--icons a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-right: 24px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.social--icons a:last-child {
  margin-right: 0;
}
.social--icons a:hover {
  color: #5156ea;
}
.social--icons a.facebook:hover {
  color: #3B5998;
}
.social--icons a.twitter:hover {
  color: #00ACEE;
}
.social--icons a.linkedin:hover {
  color: #0E76A8;
}
.social--icons a.instagram:hover {
  color: #f56040;
}
.social--icons a.pinterest:hover {
  color: #c8232c;
}

.footer .widget_query-posts .entry.entry-thumb-small .entry-title a {
  color: #cecece;
  font-weight: 600;
}
.footer .widget_query-posts .entry.entry-thumb-small .entry-title a:hover {
  color: #5156ea;
}

.footer-light {
  border-top: 1px solid #eaeaea;
  background-color: #ffffff;
}
.footer-light .footer-widget-title {
  color: #282828;
}
.footer-light .social--icons a {
  color: #282828;
}
.footer-light .form-newsletter input {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
}
.footer-light .form-newsletter button:hover {
  background-color: #282828;
  color: #ffffff;
}
.footer-light .footer-bar hr {
  border-top: 2px solid #eaeaea;
}
.footer-light .widget_meta ul li a,
.footer-light .widget_pages ul li a,
.footer-light .widget_archive ul li a,
.footer-light .widget_nav_menu ul li a {
  color: #9b9b9b;
}
.footer-light .widget_meta ul li a:hover,
.footer-light .widget_pages ul li a:hover,
.footer-light .widget_archive ul li a:hover,
.footer-light .widget_nav_menu ul li a:hover {
  color: #5156ea;
}
.footer-light .widget--contact-info ul li a {
  color: #5156ea;
}
.footer-light .widget--contact-info ul li a:hover {
  color: #282828;
}

.footer-1 .show-footer1 {
  display: block !important;
}

.footer-2 .show-footer2 {
  display: block !important;
}

.footer-3 .show-footer3 {
  display: block !important;
}

.footer-4 .show-footer4 {
  display: block !important;
}

.footer-5 .show-footer5 {
  display: block !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer .footer-top {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .footer .widget {
    margin-bottom: 30px;
  }
  .footer .footer-widget-title {
    margin-bottom: 15px;
  }
  .footer .footer-newsletter form {
    max-width: 400px;
  }
  .footer .pull-right {
    float: none !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top {
    padding-bottom: 40px;
  }
  .footer .footer-widget {
    margin-bottom: 20px;
  }
  .footer .footer-widget-title {
    margin-bottom: 15px;
  }
  .footer ul.menu li {
    width: 100%;
    float: none;
  }
}
/*------------------------------------*\
    #Custom
\*------------------------------------*/
@media only screen and (min-width: 1800px) {
  .custom-mockup .vc_figure {
    max-width: 110%;
  }

  .custom-mockup img {
    width: 115%;
    max-width: inherit;
  }
}
.custom-mockup2 .vc_figure {
  position: relative;
}
.custom-mockup2 .vc_single_image-wrapper img {
  position: absolute;
  bottom: -275px;
  right: -50px;
  max-width: inherit;
}

.mockup-img {
  position: absolute;
  right: -50px;
}
.mockup-img img {
  max-width: inherit;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .mockup-img {
    position: relative;
    right: 0;
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
