/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Topbar Layout 1
#. Topbar Layout 3
#. Topbar Layout 5
#. Header Layout 1
    #. Header Logo
    #. Main Navigation
    #. Submenu
    #. 3rd Level Menu
    #. Multi Column Menu
    #. Mobile Multi Column Menu
    #. Header Icons
    #. Header Right Menu
    #. Sticky Header
    #. Transparent Header
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Responsive
#. Footer - Preloader, Scroll to top, Copyright
#. Widgets - Sidebar and Footer Widgets
#. Custom Widgets
#. Buttons
#. Banner
#. Pagination
#. Contents
#. Comments
#. No Content
#. Error 404
#. Single Event 
#. Subscribe Area
#. Responsive Style
#. Woocommerce: Widgets
#. Woocommerce: Owl Nav
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Shop List View
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Yith Wishlist
#. Woocommerce: Yith QuickView
#. Plugin: Contact Form 7
---------------------------------------*/
/*----------------------------------------
#. Defaults
----------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*Typography*/
body,
button,
input,
select,
textarea {
  color: #707070;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #4c1864 !important;
  padding-left: 30px;
  background: #f5f5f5;
  padding: 24px 20px 1px 30px;
  border-radius: 5px;
  border-left: 4px solid;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*lements*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid transition;
  padding: 10px;
}
/*orms*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #4c1864;
  border: medium none;
  color: #fff;
  padding: 5px 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
/*avigation*/
/*Links*/
a:link,
a:visited {
  color: #4c1864;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #fad03b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*ccessibility*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*lignments*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*learings*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*idgets*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*ontent*/
/*Posts and pages*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  padding: 20px 0;
}
/*Comments*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*nfinite scroll*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*edia*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*Captions*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*Galleries*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*Bootstrap Sameheight*/
@media (min-width: 1200px) {
  .auto-clear > .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear > .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear > .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear > .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1240px;
}
@font-face {
  font-family: 'cubanoregular';
  src: url('../fonts/cubano-regular-webfont.woff2') format('woff2'), url('../fonts/cubano-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  background: #ffffff;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 35%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 30%;
  }
}
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  color: #444444;
  font-weight: 400;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
p {
  margin: 0 0 24px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  color: #282828;
}
h1 {
  font-size: 52px;
  line-height: 50px;
}
h2 {
  font-size: 36px;
  line-height: 38px;
}
h3 {
  font-size: 28px;
  line-height: 36px;
}
h4 {
  font-size: 22px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
.site-wrp h2.size-xs {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-xs {
    font-size: calc(25px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-xs {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-xs {
    font-size: calc(23px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-xs {
    font-size: calc(22px);
  }
}
.site-wrp h2.size-sm {
  font-size: 28px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-sm {
    font-size: calc(27px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-sm {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-sm {
    font-size: calc(25px);
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-sm {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-sm {
    font-size: calc(23px);
  }
}
.site-wrp h2.size-md {
  font-size: 50px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-md {
    font-size: calc(44px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-md {
    font-size: calc(42px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-md {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-md {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-md {
    font-size: calc(36px);
  }
}
.site-wrp h2.size-lg {
  font-size: 52px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-lg {
    font-size: calc(45px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-lg {
    font-size: calc(43px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-lg {
    font-size: calc(41px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-lg {
    font-size: calc(39px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-lg {
    font-size: calc(37px);
  }
}
.site-wrp h2.size-blog {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-blog {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-blog {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-blog {
    font-size: 24px;
  }
}
.site-wrp h2.size-xl {
  font-size: 54px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h2.size-xl {
    font-size: calc(46px);
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp h2.size-xl {
    font-size: calc(44px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h2.size-xl {
    font-size: calc(42px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h2.size-xl {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h2.size-xl {
    font-size: calc(38px);
  }
}
.site-wrp h3.size-xs {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h3.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-xs {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-xs {
    font-size: calc(26px);
  }
}
.site-wrp h3.size-sm {
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-sm {
    font-size: calc(20px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-sm {
    font-size: calc(20px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-sm {
    font-size: calc(20px);
  }
}
.site-wrp h3.size-md {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp h3.size-md {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-md {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-md {
    font-size: calc(26px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-md {
    font-size: calc(26px);
  }
}
.site-wrp h3.size-lg {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-lg {
    font-size: calc(28px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-lg {
    font-size: calc(27px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-lg {
    font-size: calc(26px);
  }
}
.site-wrp h3.size-xl {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .site-wrp h3.size-xl {
    font-size: calc(31px);
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp h3.size-xl {
    font-size: calc(30px);
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp h3.size-xl {
    font-size: calc(29px);
  }
}
.site-wrp .rounded-circle {
  border-radius: 50% !important;
}
.site-wrp .size-xs {
  font-size: 14px;
}
.site-wrp .size-sm {
  font-size: 15px;
}
.site-wrp .size-md {
  font-size: 18px;
}
.site-wrp .size-lg {
  font-size: 20px;
}
.site-wrp .size-xl {
  font-size: 22px;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
.wp-block-button__link {
  background-color: #4c1864 !important;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
button:focus,
button:hover {
  outline: none;
}
.section-space-equal {
  padding: 10rem 0;
}
.section-space-less30 {
  padding: 10rem 0 7rem;
}
.section-space-default {
  padding: 8.3rem 0 10rem;
}
.section-space-default2 {
  padding: 8.8rem 0 10rem;
}
.section-space-default-less30 {
  padding: 8.3rem 0 7rem;
}
.section-space-default2-less30 {
  padding: 9rem 0 7rem;
}
.section-space-default-less54 {
  padding: 8.3rem 0 2.4rem;
}
.section-space-top-default {
  padding: 8.3rem 0 0;
}
.section-space-big {
  padding: 17rem 0 7rem;
}
@media only screen and (max-width: 991px) {
  .section-space-big {
    padding: 10.2rem 0 7rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-md {
    padding: 5rem 0 3rem;
  }
}
.section-space-custom-less30 {
  padding: 10rem 0 7rem;
}
.about-section-padding {
  padding: 7rem;
}
@media only screen and (max-width: 991px) {
  .about-section-padding {
    padding: 8.2rem 7rem 10rem;
  }
}
.media-body {
  margin-left: 3rem;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body-box {
  padding: 5px 5px 5px 30px;
}
.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
.btn-ghost {
  font-weight: 700;
  font-size: 15px;
  border: 2px solid;
  border-color: #4c1864;
  color: #4c1864;
  background-color: transparent;
  display: inline-block;
  padding: 16px 35px;
  min-height: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .btn-ghost {
    padding: 14px 32px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-ghost {
    padding: 12px 30px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-ghost {
    padding: 10px 28px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-ghost {
    padding: 12px 25px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-ghost {
    padding: 10px 22px;
    min-height: 45px;
    font-size: 14px;
  }
}
.btn-ghost:hover {
  background-color: #4c1864;
  color: #FFFFFF;
}
.btn-ghost-sm {
  font-weight: 600;
  font-size: 14px;
  border: 2px solid;
  border-color: #4c1864;
  color: #4c1864;
  background-color: transparent;
  display: inline-block;
  padding: 14px 19px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease-out;
}
.btn-ghost-sm:hover {
  background-color: #4c1864;
  color: #FFFFFF;
}
.btn-ghost.color-light {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-ghost.color-light:hover {
  background-color: #FFFFFF;
  color: #282828;
}
.btn-ghost.color-light.hover-yellow {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-ghost.color-light.hover-yellow:hover {
  border-color: #fad03b;
  background-color: transparent;
  color: #fad03b;
}
.btn-ghost.color-dark {
  border-color: #282828;
  color: #282828;
}
.btn-ghost.color-dark:hover {
  background-color: #282828;
  color: #FFFFFF;
}
.btn-ghost.color-green {
  border-color: #fad03b;
  color: #fad03b;
}
.btn-ghost.color-green:hover {
  background-color: #fad03b;
  color: #FFFFFF;
}
.btn-ghost.color-yellow {
  border-color: #fad03b;
  color: #fad03b;
}
.btn-ghost.color-yellow:hover {
  background-color: #fad03b;
  color: #282828;
}
.btn-ghost.color-red {
  border-color: #f50057;
  color: #f50057;
}
.btn-ghost.color-red:hover {
  background-color: #f50057;
  color: #FFFFFF;
}
.btn-ghost.color-blue {
  border-color: #00b0ff;
  color: #00b0ff;
}
.btn-ghost.color-blue:hover {
  background-color: #00b0ff;
  color: #FFFFFF;
}
.site-wrp .btn-fill {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 35px;
  min-height: 60px;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #282828;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill {
    padding: 5px 32px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill {
    padding: 5px 30px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill {
    padding: 5px 28px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill {
    padding: 5px 25px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill {
    padding: 5px 22px;
    min-height: 45px;
    font-size: 14px;
  }
}
.site-wrp .btn-fill:hover {
  background-color: transparent;
  color: #FFFFFF;
}
.site-wrp .btn-fill.color-green {
  border-color: #fad03b;
  background-color: #fad03b;
  color: #FFFFFF;
}
.site-wrp .btn-fill.color-green:hover {
  background-color: transparent;
  color: #fad03b;
}
.site-wrp .btn-fill.color-yellow {
  border-color: #fad03b;
  background-color: #fad03b;
  color: #282828;
}
.site-wrp .btn-fill.color-yellow:hover {
  border-color: #4c1864;
  background-color: #4c1864;
}
.site-wrp .btn-fill.color-primary {
  border-color: #4c1864;
  background-color: #4c1864;
  color: #ffffff;
}
.site-wrp .btn-fill.color-primary:hover {
  background-color: transparent;
  color: #4c1864;
}
.site-wrp .btn-fill.color-red {
  border-color: #f50057;
  background-color: #f50057;
  color: #FFFFFF;
}
.site-wrp .btn-fill.color-red:hover {
  background-color: transparent;
  color: #f50057;
}
.site-wrp .btn-fill.color-blue {
  border-color: #00b0ff;
  background-color: #00b0ff;
  color: #FFFFFF;
}
.site-wrp .btn-fill.color-blue:hover {
  background-color: transparent;
  color: #00b0ff;
}
.site-wrp .btn-fill.size-xl,
.site-wrp .btn-ghost.size-xl {
  font-size: 16px;
  padding: 5px 45px;
  min-height: 65px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 42px;
    min-height: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 40px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 35px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-xl,
  .site-wrp .btn-ghost.size-xl {
    padding: 5px 25px;
    min-height: 45px;
    font-size: 15px;
  }
}
.site-wrp .btn-fill.size-lg,
.site-wrp .btn-ghost.size-lg {
  font-size: 15px;
  padding: 5px 40px;
  min-height: 60px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 38px;
    min-height: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 35px;
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 28px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-lg,
  .site-wrp .btn-ghost.size-lg {
    padding: 5px 25px;
    min-height: 45px;
    font-size: 14px;
  }
}
.site-wrp .btn-fill.size-md,
.site-wrp .btn-ghost.size-md {
  padding: 5px 32px;
  min-height: 55px;
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 30px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 28px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 25px;
    min-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 22px;
    min-height: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-md,
  .site-wrp .btn-ghost.size-md {
    padding: 5px 20px;
    min-height: 40px;
    font-size: 14px;
  }
}
.site-wrp .btn-fill.size-sm,
.site-wrp .btn-ghost.size-sm {
  font-size: 14px;
  padding: 5px 30px;
  min-height: 50px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 28px;
    min-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 25px;
    min-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 22px;
    min-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 20px;
    min-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-sm,
  .site-wrp .btn-ghost.size-sm {
    padding: 5px 18px;
    min-height: 38px;
    font-size: 13px;
  }
}
.site-wrp .btn-fill.size-xs,
.site-wrp .btn-ghost.size-xs {
  font-size: 13px;
  padding: 5px 26px;
  min-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 25px;
    min-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 22px;
    min-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 20px;
    min-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 18px;
    min-height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .site-wrp .btn-fill.size-xs,
  .site-wrp .btn-ghost.size-xs {
    padding: 5px 16px;
    min-height: 30px;
    font-size: 12px;
  }
}
.site-wrp {
  overflow: hidden !important;
  width: 100%;
}
.site-wrp .btn-text {
  color: #646464;
  text-transform: uppercase;
  padding: 7px 20px 5px 0;
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-text {
    font-size: 15px;
  }
}
.site-wrp .btn-text:before {
  content: "\f105";
  position: absolute;
  right: 5px;
  font-family: fontawesome;
  font-size: 20px;
  color: #282828;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .site-wrp .btn-text:before {
    font-size: 18px;
  }
}
.site-wrp .btn-text:hover:before {
  color: #4c1864;
}
.site-wrp .btn-text.color-primary {
  color: #4c1864;
}
.site-wrp .btn-text.color-primary:before {
  color: #4c1864;
}
.site-wrp .btn-text.color-green {
  color: #fad03b;
}
.site-wrp .btn-text.color-green:before {
  color: #fad03b;
}
.site-wrp .btn-text.color-yellow {
  color: #fad03b;
}
.site-wrp .btn-text.color-yellow:before {
  color: #fad03b;
}
.site-wrp .btn-text.hover-red {
  color: #f50057;
}
.site-wrp .btn-text.hover-red:before {
  color: #f50057;
}
.site-wrp .btn-text.color-blue {
  color: #00b0ff;
}
.site-wrp .btn-text.color-blue:before {
  color: #00b0ff;
}
.site-wrp .btn-text.hover-primary:hover {
  color: #4c1864;
}
.site-wrp .btn-text.hover-primary:hover:before {
  color: #4c1864;
}
.site-wrp .btn-text.hover-green:hover {
  color: #fad03b;
}
.site-wrp .btn-text.hover-green:hover:before {
  color: #fad03b;
}
.site-wrp .btn-text.hover-yellow:hover {
  color: #fad03b;
}
.site-wrp .btn-text.hover-yellow:hover:before {
  color: #fad03b;
}
.site-wrp .btn-text.color-red:hover {
  color: #f50057;
}
.site-wrp .btn-text.color-red:hover:before {
  color: #f50057;
}
.site-wrp .btn-text.hover-blue:hover {
  color: #00b0ff;
}
.site-wrp .btn-text.hover-blue:hover:before {
  color: #00b0ff;
}
.site-wrp .play-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 9;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
.site-wrp .play-btn img {
  margin: 0 auto;
  opacity: 0.7;
  transition: all 0.5s ease-out;
}
.site-wrp .play-btn:hover img {
  opacity: 1;
}
.section-heading {
  margin-bottom: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 6.2rem;
  }
}
.section-heading p {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .section-heading p {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .section-heading h2 {
    font-size: calc(40px);
  }
}
@media only screen and (max-width: 991px) {
  .section-heading h2 {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 575px) {
  .section-heading h2 {
    font-size: calc(31px);
  }
}
@media only screen and (max-width: 479px) {
  .section-heading h2 {
    font-size: calc(28px);
  }
}
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.text-left p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.title-bar {
  position: relative;
  margin-bottom: 55px;
}
.title-bar:before {
  content: "";
  background-color: #4c1864;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 5;
}
.sidebar-title-bar {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-title-bar:before {
  content: "";
  background-color: #4c1864;
  height: 4px;
  width: 50px;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 5;
}
.title-light {
  text-transform: capitalize;
  font-weight: 300;
}
.title-light h1,
.title-light h2,
.title-light h3,
.title-light h4 {
  text-transform: capitalize;
  font-weight: 300;
}
.title-light p {
  text-transform: inherit;
  font-weight: 400;
}
.title-regular {
  text-transform: capitalize;
  font-weight: 400;
}
.title-regular h1,
.title-regular h2,
.title-regular h3,
.title-regular h4 {
  text-transform: capitalize;
  font-weight: 400;
}
.title-regular p {
  text-transform: inherit;
  font-weight: 400;
}
.title-medium {
  text-transform: capitalize;
  font-weight: 600;
}
.title-medium h1,
.title-medium h2,
.title-medium h3,
.title-medium h4 {
  text-transform: capitalize;
  font-weight: 600;
}
.title-medium p {
  text-transform: inherit;
  font-weight: 400;
}
.title-semibold {
  text-transform: capitalize;
  font-weight: 600;
}
.title-semibold h1,
.title-semibold h2,
.title-semibold h3,
.title-semibold h4 {
  text-transform: capitalize;
  font-weight: 600;
}
.title-semibold p {
  text-transform: inherit;
  font-weight: 400;
}
.title-bold {
  text-transform: capitalize;
  font-weight: 700;
}
.title-bold h1,
.title-bold h2,
.title-bold h3,
.title-bold h4 {
  text-transform: capitalize;
  font-weight: 700;
}
.title-bold p {
  text-transform: inherit;
  font-weight: 400;
}
.title-black {
  text-transform: capitalize;
  font-weight: 700;
}
.title-black h1,
.title-black h2,
.title-black h3,
.title-black h4 {
  text-transform: capitalize;
  font-weight: 700;
}
.title-black p {
  text-transform: inherit;
  font-weight: 400;
}
.title-light.color-primary h1,
.title-regular.color-primary h1,
.title-medium.color-primary h1,
.title-semibold.color-primary h1,
.title-bold.color-primary h1,
.title-black.color-primary h1,
.title-light.color-primary h2,
.title-regular.color-primary h2,
.title-medium.color-primary h2,
.title-semibold.color-primary h2,
.title-bold.color-primary h2,
.title-black.color-primary h2,
.title-light.color-primary h3,
.title-regular.color-primary h3,
.title-medium.color-primary h3,
.title-semibold.color-primary h3,
.title-bold.color-primary h3,
.title-black.color-primary h3,
.title-light.color-primary h4,
.title-regular.color-primary h4,
.title-medium.color-primary h4,
.title-semibold.color-primary h4,
.title-bold.color-primary h4,
.title-black.color-primary h4 {
  color: #4c1864;
}
.title-light.color-primary a,
.title-regular.color-primary a,
.title-medium.color-primary a,
.title-semibold.color-primary a,
.title-bold.color-primary a,
.title-black.color-primary a {
  color: #4c1864;
}
.title-light.color-accent h1,
.title-regular.color-accent h1,
.title-medium.color-accent h1,
.title-semibold.color-accent h1,
.title-bold.color-accent h1,
.title-black.color-accent h1,
.title-light.color-accent h2,
.title-regular.color-accent h2,
.title-medium.color-accent h2,
.title-semibold.color-accent h2,
.title-bold.color-accent h2,
.title-black.color-accent h2,
.title-light.color-accent h3,
.title-regular.color-accent h3,
.title-medium.color-accent h3,
.title-semibold.color-accent h3,
.title-bold.color-accent h3,
.title-black.color-accent h3,
.title-light.color-accent h4,
.title-regular.color-accent h4,
.title-medium.color-accent h4,
.title-semibold.color-accent h4,
.title-bold.color-accent h4,
.title-black.color-accent h4 {
  color: #f8f8f8;
}
.title-light.color-accent a,
.title-regular.color-accent a,
.title-medium.color-accent a,
.title-semibold.color-accent a,
.title-bold.color-accent a,
.title-black.color-accent a {
  color: #f8f8f8;
}
.title-light.color-light,
.title-regular.color-light,
.title-medium.color-light,
.title-semibold.color-light,
.title-bold.color-light,
.title-black.color-light {
  color: #FFFFFF;
}
.title-light.color-light h1,
.title-regular.color-light h1,
.title-medium.color-light h1,
.title-semibold.color-light h1,
.title-bold.color-light h1,
.title-black.color-light h1,
.title-light.color-light h2,
.title-regular.color-light h2,
.title-medium.color-light h2,
.title-semibold.color-light h2,
.title-bold.color-light h2,
.title-black.color-light h2,
.title-light.color-light h3,
.title-regular.color-light h3,
.title-medium.color-light h3,
.title-semibold.color-light h3,
.title-bold.color-light h3,
.title-black.color-light h3,
.title-light.color-light h4,
.title-regular.color-light h4,
.title-medium.color-light h4,
.title-semibold.color-light h4,
.title-bold.color-light h4,
.title-black.color-light h4 {
  color: #FFFFFF;
}
.title-light.color-light a,
.title-regular.color-light a,
.title-medium.color-light a,
.title-semibold.color-light a,
.title-bold.color-light a,
.title-black.color-light a {
  color: #FFFFFF;
}
.title-light.color-dark h1,
.title-regular.color-dark h1,
.title-medium.color-dark h1,
.title-semibold.color-dark h1,
.title-bold.color-dark h1,
.title-black.color-dark h1,
.title-light.color-dark h2,
.title-regular.color-dark h2,
.title-medium.color-dark h2,
.title-semibold.color-dark h2,
.title-bold.color-dark h2,
.title-black.color-dark h2,
.title-light.color-dark h3,
.title-regular.color-dark h3,
.title-medium.color-dark h3,
.title-semibold.color-dark h3,
.title-bold.color-dark h3,
.title-black.color-dark h3,
.title-light.color-dark h4,
.title-regular.color-dark h4,
.title-medium.color-dark h4,
.title-semibold.color-dark h4,
.title-bold.color-dark h4,
.title-black.color-dark h4 {
  color: #282828;
}
.title-light.color-dark a,
.title-regular.color-dark a,
.title-medium.color-dark a,
.title-semibold.color-dark a,
.title-bold.color-dark a,
.title-black.color-dark a {
  color: #282828;
}
.title-light.color-blue h1,
.title-regular.color-blue h1,
.title-medium.color-blue h1,
.title-semibold.color-blue h1,
.title-bold.color-blue h1,
.title-black.color-blue h1,
.title-light.color-blue h2,
.title-regular.color-blue h2,
.title-medium.color-blue h2,
.title-semibold.color-blue h2,
.title-bold.color-blue h2,
.title-black.color-blue h2,
.title-light.color-blue h3,
.title-regular.color-blue h3,
.title-medium.color-blue h3,
.title-semibold.color-blue h3,
.title-bold.color-blue h3,
.title-black.color-blue h3,
.title-light.color-blue h4,
.title-regular.color-blue h4,
.title-medium.color-blue h4,
.title-semibold.color-blue h4,
.title-bold.color-blue h4,
.title-black.color-blue h4 {
  color: #00b0ff;
}
.title-light.color-blue a,
.title-regular.color-blue a,
.title-medium.color-blue a,
.title-semibold.color-blue a,
.title-bold.color-blue a,
.title-black.color-blue a {
  color: #00b0ff;
}
.title-light.color-green h1,
.title-regular.color-green h1,
.title-medium.color-green h1,
.title-semibold.color-green h1,
.title-bold.color-green h1,
.title-black.color-green h1,
.title-light.color-green h2,
.title-regular.color-green h2,
.title-medium.color-green h2,
.title-semibold.color-green h2,
.title-bold.color-green h2,
.title-black.color-green h2,
.title-light.color-green h3,
.title-regular.color-green h3,
.title-medium.color-green h3,
.title-semibold.color-green h3,
.title-bold.color-green h3,
.title-black.color-green h3,
.title-light.color-green h4,
.title-regular.color-green h4,
.title-medium.color-green h4,
.title-semibold.color-green h4,
.title-bold.color-green h4,
.title-black.color-green h4 {
  color: #fad03b;
}
.title-light.color-green a,
.title-regular.color-green a,
.title-medium.color-green a,
.title-semibold.color-green a,
.title-bold.color-green a,
.title-black.color-green a {
  color: #fad03b;
}
.title-light.color-red h1,
.title-regular.color-red h1,
.title-medium.color-red h1,
.title-semibold.color-red h1,
.title-bold.color-red h1,
.title-black.color-red h1,
.title-light.color-red h2,
.title-regular.color-red h2,
.title-medium.color-red h2,
.title-semibold.color-red h2,
.title-bold.color-red h2,
.title-black.color-red h2,
.title-light.color-red h3,
.title-regular.color-red h3,
.title-medium.color-red h3,
.title-semibold.color-red h3,
.title-bold.color-red h3,
.title-black.color-red h3,
.title-light.color-red h4,
.title-regular.color-red h4,
.title-medium.color-red h4,
.title-semibold.color-red h4,
.title-bold.color-red h4,
.title-black.color-red h4 {
  color: #f50057;
}
.title-light.color-red a,
.title-regular.color-red a,
.title-medium.color-red a,
.title-semibold.color-red a,
.title-bold.color-red a,
.title-black.color-red a {
  color: #f50057;
}
.title-light.color-yellow h1,
.title-regular.color-yellow h1,
.title-medium.color-yellow h1,
.title-semibold.color-yellow h1,
.title-bold.color-yellow h1,
.title-black.color-yellow h1,
.title-light.color-yellow h2,
.title-regular.color-yellow h2,
.title-medium.color-yellow h2,
.title-semibold.color-yellow h2,
.title-bold.color-yellow h2,
.title-black.color-yellow h2,
.title-light.color-yellow h3,
.title-regular.color-yellow h3,
.title-medium.color-yellow h3,
.title-semibold.color-yellow h3,
.title-bold.color-yellow h3,
.title-black.color-yellow h3,
.title-light.color-yellow h4,
.title-regular.color-yellow h4,
.title-medium.color-yellow h4,
.title-semibold.color-yellow h4,
.title-bold.color-yellow h4,
.title-black.color-yellow h4 {
  color: #fad03b;
}
.title-light.color-yellow a,
.title-regular.color-yellow a,
.title-medium.color-yellow a,
.title-semibold.color-yellow a,
.title-bold.color-yellow a,
.title-black.color-yellow a {
  color: #fad03b;
}
.title-light.hover-primary a:hover,
.title-regular.hover-primary a:hover,
.title-medium.hover-primary a:hover,
.title-semibold.hover-primary a:hover,
.title-bold.hover-primary a:hover,
.title-black.hover-primary a:hover {
  color: #4c1864;
}
.title-light.hover-accent a:hover,
.title-regular.hover-accent a:hover,
.title-medium.hover-accent a:hover,
.title-semibold.hover-accent a:hover,
.title-bold.hover-accent a:hover,
.title-black.hover-accent a:hover {
  color: #f8f8f8;
}
.title-light.hover-light a:hover,
.title-regular.hover-light a:hover,
.title-medium.hover-light a:hover,
.title-semibold.hover-light a:hover,
.title-bold.hover-light a:hover,
.title-black.hover-light a:hover {
  color: #FFFFFF;
}
.title-light.hover-dark a:hover,
.title-regular.hover-dark a:hover,
.title-medium.hover-dark a:hover,
.title-semibold.hover-dark a:hover,
.title-bold.hover-dark a:hover,
.title-black.hover-dark a:hover {
  color: #282828;
}
.title-light.hover-blue a:hover,
.title-regular.hover-blue a:hover,
.title-medium.hover-blue a:hover,
.title-semibold.hover-blue a:hover,
.title-bold.hover-blue a:hover,
.title-black.hover-blue a:hover {
  color: #00b0ff;
}
.title-light.hover-green a:hover,
.title-regular.hover-green a:hover,
.title-medium.hover-green a:hover,
.title-semibold.hover-green a:hover,
.title-bold.hover-green a:hover,
.title-black.hover-green a:hover {
  color: #fad03b;
}
.title-light.hover-red a:hover,
.title-regular.hover-red a:hover,
.title-medium.hover-red a:hover,
.title-semibold.hover-red a:hover,
.title-bold.hover-red a:hover,
.title-black.hover-red a:hover {
  color: #f50057;
}
.title-light.hover-yellow a:hover,
.title-regular.hover-yellow a:hover,
.title-medium.hover-yellow a:hover,
.title-semibold.hover-yellow a:hover,
.title-bold.hover-yellow a:hover,
.title-black.hover-yellow a:hover {
  color: #fad03b;
}
.color-primary {
  color: #4c1864;
}
.color-accent {
  color: #f8f8f8;
}
.color-light {
  color: #FFFFFF;
}
.color-dark {
  color: #282828;
}
.color-blue {
  color: #00b0ff;
}
.color-green {
  color: #fad03b;
}
.color-red {
  color: #f50057;
}
.color-yellow {
  color: #fad03b;
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary {
  background-color: #4c1864 !important;
}
.bg-secondary {
  background-color: #fad03b !important;
}
.bg-accent {
  background-color: #f8f8f8;
}
.bg-light {
  background-color: #ffffff !important;
}
.bg-dark {
  background-color: #000000 !important;
}
.bg-green {
  background-color: #fad03b;
}
.bg-yellow {
  background-color: #fad03b;
}
.bg-red {
  background-color: #f50057;
}
.bg-blue {
  background-color: #00b0ff;
}
.overlay-primary90 {
  position: relative;
}
.overlay-primary90:before {
  background-color: rgba(76, 24, 100, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-primary80 {
  position: relative;
}
.overlay-primary80:before {
  background-color: rgba(76, 24, 100, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-dark {
  position: relative;
}
.overlay-dark:before {
  background-color: rgba(40, 40, 40, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-green {
  position: relative;
}
.overlay-green:before {
  background-color: rgba(250, 208, 59, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-yellow {
  position: relative;
}
.overlay-yellow:before {
  background-color: rgba(250, 208, 59, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-gradient {
  position: relative;
}
.overlay-gradient:before {
  opacity: 0.95;
  background-image: linear-gradient(transparent, #282828), linear-gradient(transparent, #282828);
  content: "";
  height: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.overlay-icon-layout1 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout1:after {
  content: url('../img/figure-icon1.png');
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout2 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout2:after {
  content: url('../img/figure-icon2.png');
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout3 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout3:after {
  content: url('../img/figure-icon3.png');
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout3 .rt-speakers-archive {
  position: relative;
  z-index: 9;
}
.overlay-icon-layout4 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout4:after {
  content: url('../img/figure-icon4.png');
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout5 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout5:after {
  content: url('../img/figure-icon5.png');
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.overlay-icon-layout6 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay-icon-layout6:after {
  content: url('../img/slider-icon-overlay2.png');
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.slider-gradient-overlay {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.slider-gradient-overlay:after {
  content: url('../img/slider-gradient-overlay.png');
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 6;
}
body > .eventalk-tooltip {
  font-size: 80%;
  position: absolute;
  z-index: 9999;
  -o-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  color: #fff;
  border-radius: 3px;
  background: #666;
  padding: 2px 10px;
  border-width: 2px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body > .eventalk-tooltip,
body > .eventalk-tooltip .eventalk-tooltip-bottom:after {
  background: #fad03b;
  border-radius: 2px;
}
body > .eventalk-tooltip .eventalk-tooltip-bottom {
  width: 70px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -16px;
}
body > .eventalk-tooltip .eventalk-tooltip-bottom:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 479px) {
  .col-mb-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
.box-layout {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 575px) {
  .box-layout {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-underline-light {
  position: relative;
  display: inline-block;
}
.text-underline-light:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.text-underline-light2 {
  position: relative;
  display: inline-block;
}
.text-underline-light2:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .text-underline-light2:before {
    display: none;
  }
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #4c1864;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background-color: rgba(76, 24, 100, 0.3);
}
.border-radius-5 {
  border-radius: 5px;
}
.zindex-up {
  position: relative;
  z-index: 7;
}
.possition-static {
  position: static;
}
.margin-t-none {
  margin-top: 0!important;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-r-none {
  margin-right: 0!important;
}
.margin-b-none {
  margin-bottom: 0!important;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-30rem {
  margin-bottom: 3rem;
}
.margin-l-none {
  margin-left: 0!important;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.full-width-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.gutters-15 > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15.full-width {
  padding-left: 0;
  padding-right: 0;
  margin-right: -22.5px;
  margin-left: -22.5px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-15.full-width {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row.gutters.full-width {
  margin-right: -30px;
  margin-left: -30px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters.full-width {
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters.full-width > [class^="col-"],
.row.no-gutters.full-width > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#scrollUp {
  background-color: rgba(76, 24, 100, 0.8);
  bottom: 5px;
  color: #ffffff;
  display: block;
  height: 55px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  border: 2px solid #4c1864;
  border-radius: 4px;
  transition: all 1s ease-out;
}
#scrollUp i {
  color: #FFFFFF;
  margin-bottom: 5px;
}
#scrollUp p {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: #4c1864;
}
#scrollUp {
  animation: blinker 10s linear infinite;
}
.preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #4c1864;
  overflow: visible;
}
.preloader .items {
  width: 80px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.preloader .items .item {
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0 10px 10px 0;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #FFF;
}
.preloader .items .item:nth-child(4n+1) {
  animation: wave 2s ease .0s infinite;
}
.preloader .items .item:nth-child(4n+2) {
  animation: wave 2s ease .2s infinite;
}
.preloader .items .item:nth-child(4n+3) {
  animation: wave 2s ease .4s infinite;
}
.preloader .items .item:nth-child(4n+4) {
  animation: wave 2s ease .6s infinite;
  margin-right: 0;
}
@keyframes wave {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 30px;
    opacity: .2;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.pagination-area {
  display: inline-block;
}
.pagination-area ul li {
  margin-right: 5px;
  display: inline-block;
}
.pagination-area ul li a {
  font-weight: 500;
  font-size: 16px;
  background-color: #ebebeb;
  color: #282828;
  display: inline-block;
  height: 40px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-out;
}
.pagination-area ul li a:hover {
  background-color: #fad03b;
}
.pagination-area ul .active a {
  background-color: #fad03b;
}
.dot-control .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.dot-control .owl-controls .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #fad03b;
}
.dot-control .owl-controls .owl-dots .active span {
  background: #fad03b;
}
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 15px;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  background-color: #fad03b !important;
}
table.wp-block-table td {
  border: 1px solid #ddd;
}
.wp-block-separator {
  border: none;
  border-bottom: 1px solid #8f98a1;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
.wp-block-pullquote p {
  font-size: 20px;
  line-height: 1.5;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-pullquote {
  margin: 0;
  background: #f7f7f7;
  border: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 30px;
  border-color: #4c1864 !important;
  border-left: 4px solid;
}
/*-------------------------------------
#. Topbar Layout 1
---------------------------------------*/
.stick {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  transition: all 0.5 ease-out 0s !important;
  border-bottom: 2px solid #4c1864;
}
.non-stick.header-style-1.trheader .opt-slideInUp {
  margin-top: 0;
}
.non-stick.header-style-1 .opt-slideInUp {
  margin-top: 88px;
}
@media all and (max-width: 1100px) {
  .non-stick.header-style-1 .opt-slideInUp {
    margin-top: inherit;
  }
}
.non-stick.header-style-2.trheader .opt-slideInUp {
  margin-top: 0;
}
.non-stick.header-style-2 .opt-slideInUp {
  margin-top: 74px;
}
.non-stick.trheader .stick {
  background-color: #111;
}
.non-stick .stick {
  background-color: #fff;
}
#tophead {
  background-color: #222222;
  padding: 8px 0 4px;
  color: #a6b1b7;
  border-bottom: 1px solid #d7d7d7;
}
#tophead a {
  color: #a6b1b7;
}
#tophead .tophead-contact {
  float: left;
}
@media all and (max-width: 767px) {
  #tophead .tophead-contact {
    text-align: center;
    float: none;
  }
}
#tophead .tophead-contact ul li {
  display: inline-block;
  margin-right: 30px;
}
#tophead .tophead-contact a:hover {
  text-decoration: underline;
}
#tophead .tophead-contact .fa,
#tophead .tophead-address .fa {
  color: #4c1864;
  padding-right: 10px;
}
#tophead .tophead-right {
  float: right;
}
@media all and (max-width: 767px) {
  #tophead .tophead-right {
    text-align: center;
    float: none;
  }
}
#tophead .tophead-social li {
  display: inline-block;
  margin-left: 5px;
}
#tophead .tophead-social li a {
  color: #a6b1b7;
  padding-left: 10px;
}
#tophead .tophead-social li a:hover {
  color: #4c1864;
}
.trheader #tophead {
  background-color: transparent !important;
}
/* Transparent Topbar */
.trheader #tophead,
.trheader #tophead a {
  color: #efefef;
}
.trheader.has-topbar .entry-banner .container {
  padding-top: 38px;
}
/*-------------------------------------
#. Topbar Layout 3
---------------------------------------*/
.topbar-style-3 #tophead .tophead-contact,
.topbar-style-3 #tophead .tophead-right {
  float: none;
  display: table;
  height: 40px;
}
.topbar-style-3 #tophead .tophead-contact ul,
.topbar-style-3 #tophead .tophead-right ul {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .topbar-style-3 #tophead .tophead-contact,
  .topbar-style-3 #tophead .tophead-right {
    display: block;
    height: inherit;
  }
  .topbar-style-3 #tophead .tophead-contact ul,
  .topbar-style-3 #tophead .tophead-right ul {
    display: block;
  }
}
.topbar-style-3 #tophead .tophead-right {
  width: 100%;
  text-align: right;
}
@media all and (max-width: 767px) {
  .topbar-style-3 #tophead .tophead-right {
    text-align: center;
  }
}
.topbar-style-3 #tophead .topbar-logo {
  display: block;
  text-align: center;
}
@media all and (max-width: 767px) {
  .topbar-style-3 #tophead .topbar-logo {
    display: none;
  }
}
/*-------------------------------------
#. Topbar Layout 5
---------------------------------------*/
.topbar-style-5 #tophead .tophead-social li a {
  padding-left: 20px;
  font-size: 16px;
}
.topbar-style-5 #tophead .tophead-social li a:hover {
  color: #4c1864;
}
.topbar-style-5 #tophead .tophead-contact ul li {
  margin-right: 30px;
}
.trheader.topbar-style-5 #tophead .tophead-social li a {
  font-size: 16px;
}
.trheader.topbar-style-5 #tophead .tophead-social li a:hover {
  color: #4c1864;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
/* Header Logo */
.site-header .site-branding {
  display: table;
  height: 92px;
  transition: all 0.5 ease-out 0s;
  max-width: 180px;
}
.site-header .site-branding a {
  display: table-cell;
  vertical-align: middle;
}
.site-header .site-branding a img {
  width: auto;
  padding: 5px 0;
  transition: all 0.5s ease-out 0s;
}
.site-header .site-branding a.light-logo {
  display: none;
}
.site-header .site-branding a.custom-logo-text {
  color: #111;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
}
/* Main Navigation */
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation ul {
  text-align: right;
}
.site-header .main-navigation ul li {
  display: inline-block;
  position: relative;
}
.site-header .main-navigation ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5 ease-out 0s;
  color: #000000;
  padding: 33px 14px;
  letter-spacing: 0.25px;
}
@media all and (max-width: 1199px) {
  .site-header .main-navigation ul li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.site-header .main-navigation ul.menu > li > a:hover {
  color: #4c1864;
}
.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
  color: #4c1864;
}
.site-header .main-navigation > nav > ul {
  text-align: right;
}
.site-header .main-navigation > nav > ul > li > a {
  position: relative;
}
.site-header .main-navigation > nav > ul > li > a:after {
  background-color: #4c1864;
  content: "";
  position: absolute;
  left: -20px;
  right: 0px;
  bottom: 0;
  width: 70%;
  height: 3px;
  opacity: 0;
  visibility: hidden;
}
.site-header .main-navigation > nav > ul > li:hover > a:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(35px);
  transition: all 0.5s ease-in-out;
}
/* Submenu */
.site-header .main-navigation ul li ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: absolute;
  top: 100%;
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  z-index: 99 !important;
  width: 260px;
  text-align: left;
  border-top: 1px solid #4c1864;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #fff;
  left: -20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
  color: #111;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 24px;
  top: 10px;
}
.site-header .main-navigation ul li ul li {
  display: block;
  border-left: none;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
  transition: all 0.5 ease-out 0s;
}
.site-header .main-navigation ul li ul li:hover > a {
  background-color: #f0f3f8;
}
.site-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
  display: block;
  color: #282828;
  text-transform: inherit;
  padding: 10px 15px !important;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.5 ease-out 0s;
}
.site-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* 3rd Level Menu */
.site-header .main-navigation ul > li > ul > li > ul {
  left: 247px;
  top: 0;
  width: 200px;
}
.site-header .main-navigation ul > li > ul > li > ul > li > ul {
  left: 200px;
}
.site-header .main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* Multi Column Menu */
.site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
  padding: 0 14px 0 14px;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  color: #ffffff;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a::hover {
  background-color: #fff;
  color: #071041;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
  background-color: #fff !important;
  padding: 10px 0;
  width: 460px !important;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 5px;
  width: 210px;
  border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  border: none;
  box-shadow: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  font-weight: 600;
  margin-bottom: 1px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: '';
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}
/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
  border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
  display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
/* Header Icons */
.cart-icon-area,
.header-icon-seperator,
.search-box-area,
.header-icon-area .additional-menu-area {
  padding-top: 32px;
  padding-bottom: 31px;
  color: #222222;
}
.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area,
.header-icon-area .additional-menu-area {
  float: right;
}
.admin-bar .additional-menu-area .sidenav {
  top: 25px;
}
.admin-bar .stick {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .stick {
    top: 46px;
  }
}
.header-icon-area {
  float: right;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
}
.header-icon-area .search-box .search-text {
  background: #f5f5f5;
  border: 1px solid #4c1864;
  color: #666666;
  height: 34px;
  left: 0;
  margin-right: 3px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 99;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.header-icon-area .search-box .search-text.active {
  left: -112px;
  opacity: 1;
  visibility: visible;
  padding: 0 20px 0 10px;
  width: 180px;
}
.header-icon-area .search-box .search-close {
  font-size: 14px;
  line-height: 1;
  left: 52px;
  position: absolute;
  top: 111%;
  top: calc(109%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.header-icon-area .search-box .search-close.active {
  opacity: 1;
  visibility: visible;
}
.header-icon-area .search-box .search-button {
  font-size: 16px;
}
.header-icon-area .search-box .search-button i {
  color: #4c1864;
}
.header-icon-area .search-box .search-button i:hover {
  color: #444444;
}
.header-icon-area .header-icon-seperator {
  font-size: 20px;
  line-height: 24px;
  padding-left: 7px;
  padding-right: 8px;
}
@media all and (max-width: 991px) {
  .header-icon-area .header-icon-seperator {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.header-icon-area .cart-icon-area {
  position: relative;
}
.header-icon-area .cart-icon-area > a {
  display: block;
  color: #222222;
  transition: none;
}
.header-icon-area .cart-icon-area .cart-icon-num {
  background-color: #4c1864;
  border-radius: 50%;
  color: #111;
  font-size: 12px;
  line-height: 18px;
  min-height: 19px;
  min-width: 19px;
  position: absolute;
  text-align: center;
  top: 27px;
  right: -17px;
}
.header-icon-area .cart-icon-area .cart-icon-products {
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 99999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  text-align: left;
}
.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart {
  padding: 15px 15px 0;
  margin-bottom: 20px;
}
.header-icon-area .cart-icon-area:hover .cart-icon-products {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.header-icon-area .cart-icon-area .widget_shopping_cart_content .total {
  border-top: none;
  padding: 15px 0 0;
  margin-bottom: 20px;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
  border-bottom: none;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #666;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
  color: #4c1864;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
  line-height: 1;
  top: 12px;
}
.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
  width: 40px;
}
.additional-menu-area {
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .additional-menu-area {
    margin-left: 28px;
  }
}
.additional-menu-area a.side-menu-trigger {
  color: #222;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
}
.header-action-items .btn-fill.color-yellow {
  padding: 14px 26px;
}
.header-style-2 .header-action-items .btn-fill.color-yellow {
  padding: 28px 50px;
}
/* Header Right Menu */
.additional-menu-area .sidenav {
  position: relative;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  background-color: #222C32;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  padding-top: 45px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8);
}
.additional-menu-area .sidenav .closebtn {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 24px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 25px;
  width: 25px;
}
.additional-menu-area .sidenav .closebtn:hover {
  opacity: 0.8;
}
.additional-menu-area .sidenav .sidenav-search {
  border: 1px solid #5f5f5f;
  margin: 0 20px 10px 20px;
}
.additional-menu-area .sidenav ul li {
  border-bottom: 1px solid #354248;
  margin-bottom: 0;
  line-height: 24px;
}
.additional-menu-area .sidenav ul li:last-child {
  border-bottom: none;
}
.additional-menu-area .sidenav ul li a {
  text-align: left;
  font-size: 14px;
  color: #d3d3d3;
  border: none;
  padding-left: 20px;
}
.additional-menu-area .sidenav ul li a:hover {
  color: #ffffff;
}
.additional-menu-area .sidenav ul li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-right: 8px;
}
.additional-menu-area .sidenav ul li > ul > li {
  padding-left: 20px;
}
.additional-menu-area .sidenav a {
  padding: 7px 8px 7px 10px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: all 0.5s ease-in-out;
}
.additional-menu-area .mega-menu.hide-header > ul > li {
  padding-left: 0;
}
.additional-menu-area .mega-menu.hide-header > ul > li > a {
  display: none;
}
.additional-menu-area .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
.stick #meanmenu,
.header-sticky-wrapper #meanmenu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999 !important;
  background-color: #ffffff;
}
.stick .masthead-container,
.header-sticky-wrapper .masthead-container {
  background-color: #ffffff;
  border-bottom: 2px solid #4c1864;
}
.stick .masthead-container .main-navigation ul li a,
.header-sticky-wrapper .masthead-container .main-navigation ul li a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.stick .masthead-container .site-branding,
.header-sticky-wrapper .masthead-container .site-branding {
  height: 68px;
}
.stick .masthead-container .site-branding a img,
.header-sticky-wrapper .masthead-container .site-branding a img {
  max-height: 68px;
}
/* Transparent Header */
.trheader.non-stick .site-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99999;
}
.trheader.non-stick .site-header .site-branding a.dark-logo {
  display: none;
}
.trheader.non-stick .site-header .site-branding a.light-logo {
  display: table-cell;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  color: #fff;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a:hover {
  color: #4c1864;
}
.trheader.non-stick .site-header .search-box .search-button i,
.trheader.non-stick .header-icon-seperator,
.trheader.non-stick .header-icon-area .cart-icon-area > a,
.trheader.non-stick .additional-menu-area a.side-menu-trigger {
  color: #fff;
}
.trheader .entry-banner {
  padding-top: 60px;
}
@media all and (max-width: 991px) {
  .trheader .entry-banner {
    padding-top: 0;
  }
}
/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.site-header .site-branding.site-logo {
  display: table;
  height: 76px;
  transition: all 0.5 ease-out 0s;
}
.header-style-2 {
  z-index: 999;
}
.header-style-2 .site-header .main-navigation {
  float: right;
}
.header-style-2 .header-icon-area {
  float: right;
}
.header-style-2 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
.header-style-2 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-2 .site-header .main-navigation ul li a {
  padding: 25px 26px;
}
@media only screen and (max-width: 1440px) {
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 25px 18px;
  }
}
.header-style-2 .cart-icon-area,
.header-style-2 .header-icon-seperator,
.header-style-2 .search-box-area,
.header-style-2 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
}
.header-action-items {
  text-align: right;
  transition: all 1s ease-out;
}
.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items > li i:before {
  margin-left: 0;
}
.header-action-items2 {
  text-align: right;
  transition: all 1s ease-out;
}
.header-action-items2 > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.header-action-items2 > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items2 > li i:before {
  margin-left: 0;
}
.header-action-items2 .btn-header {
  padding: 27px 52px;
  transition: all 1s ease-out;
}
@media only screen and (max-width: 1199px) {
  .header-action-items2 .btn-header {
    padding: 27px 30px;
  }
}
.stick .header-action-items2 .btn-header {
  padding-top: 22px;
  padding-bottom: 22px;
}
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-3 .site-header .site-branding,
.header-style-3 .header-firstrow-right {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-3 .header-firstrow-right-contents {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.header-style-3 .header-firstrow-right-contents ul {
  display: inline;
}
.header-style-3 .header-contact li {
  display: inline-block;
  margin-left: 25px;
}
.header-style-3 .header-contact li a {
  color: #222222;
  font-size: 14px;
}
.header-style-3 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-3 .header-contact .fa {
  color: #fff;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-3 .header-social {
  padding-left: 40px;
}
.header-style-3 .header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-style-3 .header-social li a {
  color: #222222;
  padding-left: 10px;
}
.header-style-3 .header-social li a:hover {
  color: #4c1864;
}
.header-style-3 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-3 .site-header .main-navigation ul li a {
  padding: 0 30px 20px 0;
}
.header-style-3 .cart-icon-area,
.header-style-3 .header-icon-seperator,
.header-style-3 .search-box-area,
.header-style-3 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
}
.header-style-3 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
/* Transparent Header */
.header-style-3.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-3.trheader .header-contact li a,
.header-style-3.trheader .header-social li a {
  color: #fff;
}
.header-style-3.trheader .header-social li a:hover {
  color: #4c1864;
}
.header-style-3.trheader .entry-banner {
  padding-top: 110px;
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-4 .site-header .site-branding,
.header-style-4 .header-firstrow {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-4 .site-header .site-branding a {
  text-align: center;
}
.header-style-4 .header-firstrow-contents {
  display: table-cell;
  vertical-align: middle;
}
.header-style-4 .header-contact li {
  display: inline-block;
  margin-right: 25px;
}
.header-style-4 .header-contact li a {
  color: #222222;
  font-size: 14px;
}
.header-style-4 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-4 .header-contact .fa {
  color: #fff;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-4 .header-firstrow-contents-right {
  text-align: right;
}
.header-style-4 .header-firstrow-contents-right .header-social,
.header-style-4 .header-firstrow-contents-right .header-icon-area {
  display: inline-block;
  vertical-align: middle;
}
.header-style-4 .header-social li {
  display: inline-block;
  list-style-type: none;
}
.header-style-4 .header-social li a {
  color: #222222;
  padding-left: 10px;
}
.header-style-4 .header-social li a:hover {
  color: #4c1864;
}
.header-style-4 .cart-icon-area,
.header-style-4 .header-icon-seperator,
.header-style-4 .search-box-area,
.header-style-4 .header-icon-area .additional-menu-area {
  padding-bottom: 0;
  padding-top: 0;
}
.header-style-4 .header-icon-seperator {
  font-size: 14px;
  line-height: 27px;
}
.header-style-4 .site-header .search-box .search-text.active {
  top: 47px;
}
.header-style-4 .site-header .search-box .search-close {
  top: 56px;
}
.header-style-4 .header-icon-area {
  padding-left: 40px;
}
.header-style-4 .header-icon-area i {
  font-size: 14px;
}
.header-style-4 .header-icon-area .cart-icon-area .cart-icon-num {
  line-height: 14px;
  min-height: 18px;
  min-width: 17px;
  padding: 2px;
  right: -16px;
  top: -7px;
}
.header-style-4 .additional-menu-area {
  margin-left: 20px;
}
.header-style-4 .site-header .main-navigation ul {
  text-align: center;
}
.header-style-4 .site-header .main-navigation ul.sub-menu {
  text-align: left;
}
.header-style-4 .site-header .main-navigation ul li a {
  padding-top: 0;
  padding-bottom: 20px;
}
/* Transparent Header */
.header-style-4.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
  color: #fff;
}
.header-style-4.trheader .entry-banner {
  padding-top: 110px;
}
/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .site-header .site-branding {
  height: 70px !important;
  float: left;
}
.header-style-5 .site-header .site-branding a img {
  padding: 0 30px;
}
.header-style-5 .site-header .main-navigation {
  float: right;
}
.header-style-5 .site-header .main-navigation ul.menu {
  font-size: 0;
}
.header-style-5 .site-header .main-navigation ul.menu > li > a {
  border-left: 1px solid #d7d7d7;
  padding: 23px 17px;
}
@media all and (max-width: 991px) {
  .header-style-5 .site-header .main-navigation ul.menu > li > a {
    border-left: none;
  }
}
/* Transparent Header */
.header-style-5.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  border-left: none;
}
/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 767px) {
  /* Header 1 */
  .site-header .site-branding,
  .stick .site-header .site-branding {
    display: block;
    height: inherit;
    text-align: center;
  }
  .site-header .site-branding a {
    display: block;
    vertical-align: inherit;
  }
  .site-header .site-branding a img {
    padding: 10px 0 5px;
  }
  .site-header .main-navigation ul {
    text-align: center;
  }
  .site-header .main-navigation ul li a,
  .stick .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-icon-area {
    display: none;
  }
  .trheader.non-stick .site-header .site-branding a.dark-logo {
    display: none;
  }
  .trheader.non-stick .site-header .site-branding a.light-logo {
    display: block;
  }
  /* Header 2 */
  .header-style-2 .masthead-container {
    padding-top: 10px;
  }
  .header-style-2 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 3 */
  .header-style-3 .header-firstrow {
    padding: 15px 0 10px;
  }
  .header-style-3 .site-header .site-branding,
  .header-style-3 .header-firstrow-right {
    display: block;
    height: inherit;
  }
  .header-style-3 .site-header .site-branding {
    padding: 0 0 10px 0px;
  }
  .header-style-3 .site-header .site-branding a img {
    max-height: 35px;
  }
  .header-style-3 .header-firstrow-right-contents {
    display: block;
  }
  .header-style-3 .header-firstrow-right-contents ul {
    display: block;
    padding: 0;
    text-align: center;
  }
  .header-style-3 .header-contact li {
    display: block;
    margin-left: 0;
  }
  .header-style-3 .menu-sep {
    margin-bottom: 10px;
  }
  .header-style-3 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-3 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 4 */
  .header-style-4 .header-firstrow-wrap {
    padding-top: 10px;
  }
  .header-style-4 .site-header .site-branding,
  .header-style-4 .header-firstrow {
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .header-style-4 .header-firstrow-contents {
    display: block;
  }
  .header-style-4 .header-contact li {
    display: block;
    margin-right: 0;
  }
  .header-style-4 .header-firstrow-contents-right {
    text-align: center;
  }
  .header-style-4 .header-firstrow-contents-right .header-icon-area {
    display: none;
  }
  /* Header 5 */
  .header-style-5 .site-header .site-branding {
    float: none;
    height: inherit;
  }
  .header-style-5 .site-header .main-navigation {
    float: none;
  }
  .header-style-5 .site-header .main-navigation ul.menu > li > a {
    padding: 10px 15px;
    border-left: none;
  }
}
/* Header style when Admin Bar is active */
@media screen and (max-width: 782px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 0 !important;
  }
}
.header-action-items {
  text-align: right;
  transition: all 1s ease-out;
}
.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items > li i:before {
  margin-left: 0;
}
.trheader.header-style-5 .site-header .stick .site-branding {
  height: 67px;
}
.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  width: 15px !important;
  height: 15px !important;
  color: #fad03b !important;
  top: 34px !important;
}
.site-wrp .ls-v6 .ls-nav-prev,
.site-wrp .ls-v6 .ls-nav-next {
  width: 50px;
  height: 50px;
  border: 2px solid #fad03b !important;
  border-radius: 50% !important;
}
.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  width: 50px;
  height: 50px;
  border: 2px solid #fad03b !important;
  border-radius: 50% !important;
  background-color: #fad03b !important;
}
.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  transform: inherit !important;
}
.site-wrp .ls-v6 .ls-nav-next::after {
  right: 20px;
  transform: rotate(45deg);
  border-right: 3px solid #fad03b !important;
}
.site-wrp .ls-v6 .ls-nav-prev:hover::after {
  border-top-color: #282828 !important;
  border-left-color: #282828 !important;
}
.site-wrp .ls-v6 .ls-nav-next:hover::after {
  border-top-color: #282828 !important;
  border-right-color: #282828 !important;
}
.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  border: 3px solid transparent;
  border-top: 3px solid #fad03b !important;
}
.site-wrp .ls-v6 .ls-nav-prev::after {
  left: 20px;
  transform: rotate(-45deg);
  border-left: 3px solid #fad03b !important;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #484848;
  line-height: 1.2;
  font-weight: 600;
  font-size: 16px;
}
.single-post .entry-banner .inner-page-banner .breadcrumbs-area h1 {
  font-size: 5rem;
}
.header-style-6 .rt-header-top-bar {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.header-style-6 .rt-header-top-bar .rt-tophead-contact ul li {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}
.header-style-6 .rt-header-top-bar .rt-tophead-contact ul li a {
  color: #fff;
}
.header-style-6 .rt-header-top-bar .rt-tophead-contact ul li i {
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  color: #111;
  line-height: 1.7;
}
.header-style-6 .rt-header-top-bar .tophead-social {
  text-align: right;
}
.header-style-6 .rt-header-top-bar .tophead-social li {
  display: inline-block;
}
.header-style-6 .rt-header-top-bar .tophead-social li a {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #111;
}
.header-style-6 .rt-header-top-bar .tophead-social li a:hover {
  background-color: #4c1864;
  color: #fff;
}
.header-new-icon7-wrp {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.header-icon-area.header-new-icon7 {
  float: right;
  padding-left: 0;
  position: relative;
  font-size: 18px;
  margin-right: 24px;
}
.header-new-icon7-wrp .btn-no-fill.size-xs.border-radius-5.gust {
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  padding: 14px 26px;
  text-transform: uppercase;
}
.header-new-icon7-wrp .btn-no-fill.size-xs.border-radius-5.gust:hover {
  background-color: #fff;
  color: #4c1864;
}
.header-sticky-wrapper {
  transition: all 0.3s ease-out;
}
.d-content {
  padding-top: 60px;
}
/*---------------------------------------------------------
#. Footer - Preloader, Scroll to top, Copyright
-----------------------------------------------------------*/
#preloader {
  background-color: #4c1864;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
a.scrollToTop {
  background-color: rgba(76, 24, 100, 0.3);
  bottom: 5px;
  color: #4c1864;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.1s ease-out;
  width: 44px;
  z-index: 5;
  border: 2px solid #4c1864;
  border-radius: 50%;
}
a.scrollToTop:hover,
a.scrollToTop:focus {
  background-color: #4c1864;
  color: #fff;
}
.footer-box-layout {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  .footer-box-layout {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-layout1 {
  padding-top: 120px;
  padding-bottom: 94px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .footer-layout1 {
    padding-top: 100px;
    padding-bottom: 74px;
  }
}
.footer-layout1 .footer-logo {
  margin-bottom: 40px;
  display: block;
}
.footer-layout1 .footer-logo img {
  margin: 0 auto;
}
.footer-layout1 p {
  margin-bottom: 35px;
}
.footer-layout1 p a {
  color: #4c1864;
}
.footer-layout1 p a:hover {
  color: #fad03b;
}
.footer-layout1 .footer-social ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.footer-layout1 .footer-social ul li:last-child {
  margin-right: 0;
}
.footer-layout1 .footer-social ul li a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #646464;
  display: block;
  position: relative;
  transition: all 0.5s ease-out;
}
.footer-layout1 .footer-social ul li a:hover {
  color: #fad03b;
}
.footer-layout1 .footer-social ul li a:hover:after {
  width: 40px;
  left: 0;
}
.footer-layout1 .footer-social ul li a:hover:before {
  width: 40px;
  left: 0;
}
.footer-layout1 .footer-social ul li a:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fad03b;
  transition: all 0.5s ease-out;
}
.footer-layout1 .footer-social ul li a:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fad03b;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area {
  padding-top: 11rem;
  padding-bottom: 5.5rem;
  background-color: #191919;
}
.footer-layout2 .footer-top-area .widget h3::after {
  display: none;
}
.footer-layout2 .footer-top-area .widget.widget_eventalk_about img {
  margin-top: 0;
}
.footer-layout2 .footer-top-area .widget.widget_eventalk_info ul li {
  padding-left: 20px !important;
}
.footer-layout2 .footer-top-area .widget {
  color: #bfbfbf;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget {
    margin-bottom: 40px;
  }
}
.footer-layout2 .footer-top-area .widget .subscribe-layout1 h2 {
  display: none;
}
.footer-layout2 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control {
  border-radius: 24px !important;
  padding-right: 90px !important;
  min-height: 55px;
  background-color: #404344;
  box-shadow: none;
  color: #a9a9a9;
}
.footer-layout2 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.footer-layout2 .footer-top-area .widget .btn-fill.size-md,
.footer-layout2 .footer-top-area .widget .btn-ghost.size-md {
  padding: 2px 35px;
  font-size: 14px;
  text-indent: -99999999px !important;
  position: relative;
  background-color: #fad03b;
  border: none;
  min-height: 46px !important;
  display: inline-block;
  border-radius: 23px;
}
.footer-layout2 .footer-top-area .widget .btn-fill.size-md:hover,
.footer-layout2 .footer-top-area .widget .btn-ghost.size-md:hover {
  background: rgba(250, 208, 59, 0.7);
  color: #fff !important;
}
.footer-layout2 .footer-top-area .widget .subscribe-layout1 input::-moz-placeholder,
.footer-layout2 .footer-top-area .widget .subscribe-layout1 textarea::-moz-placeholder {
  color: #fff;
}
.footer-layout2 .footer-top-area .widget ul li::before {
  display: none;
}
.footer-layout2 .footer-top-area .widget ul li {
  padding-left: 0;
  margin-bottom: 12px;
}
.footer-layout2 .footer-top-area .widget .input-group-addon {
  position: absolute;
  z-index: 999;
  padding: 4px;
  right: 0;
}
.footer-layout2 .footer-top-area .widget .input-group-addon:after {
  content: "\f105";
  color: #282828;
  position: absolute;
  font-size: 26px;
  left: 38px;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout2 .footer-top-area .widget .widgettitle {
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget .widgettitle {
    margin-bottom: 30px;
  }
}
.footer-layout2 .footer-top-area .widget .footer-widget-logo {
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget .footer-widget-logo {
    margin-bottom: 20px;
  }
}
.footer-layout2 .footer-top-area .widget .footer-widget-about {
  margin-bottom: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget .footer-widget-about {
    margin-bottom: 20px;
    padding-right: 0px;
  }
}
.footer-layout2 .footer-top-area .widget .footer-widget-contact {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .footer-layout2 .footer-top-area .widget .footer-widget-contact {
    font-size: 20px;
  }
}
.footer-layout2 .footer-top-area .widget .footer-widget-contact a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area .widget .footer-widget-contact a:hover {
  color: #fad03b;
}
.footer-layout2 .footer-top-area .widget .footer-widget-contact:before {
  content: "\f095";
  color: #fad03b;
  position: absolute;
  top: 5px;
  font-size: 20px;
  left: 0;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li {
  margin-right: 5px;
  display: inline-block;
  padding-left: 0px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li:last-child {
  margin-right: 0;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li:before {
  display: none;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li a {
  padding: 1px 8px;
  display: inline-block;
  color: #676c6f;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area .widget .footer-widget-social ul li a:hover {
  color: #FFFFFF;
}
.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li {
  margin-bottom: 12px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li a {
  color: #bfbfbf;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li a:hover {
  color: #FFFFFF;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group {
  margin-top: 30px;
  background-color: #404344;
  height: 52px;
  padding: 5px 5px 5px 15px;
  border-radius: 45px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .form-control {
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #404344;
  border-radius: 45px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon {
  border: none;
  padding: 0;
  background-color: #4c1864;
  transition: all 0.5s ease-out;
  border-radius: 45px;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"] {
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  padding: 6px 15px 8px;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:focus,
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:hover {
  outline-width: 0;
  outline: none;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover {
  background-color: #fad03b;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #282828;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon .form-control:focus {
  border-color: none;
  outline: none;
  box-shadow: none;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-moz-placeholder {
  color: #bfbfbf;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-moz-placeholder {
  color: #bfbfbf;
}
.footer-layout2 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #bfbfbf;
}
.footer-layout2 .footer-bottom-area {
  background-color: #0b1013;
  text-align: center;
  color: #b1b1b1;
  padding: 25px 0 1px;
}
.footer-layout2 .footer-bottom-area a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout2 .footer-bottom-area a:hover {
  color: #fad03b;
}
.footer-layout4 .footer-top-area {
  padding-top: 11rem;
  padding-bottom: 5.5rem;
  background-color: #191919;
}
.footer-layout4 .footer-top-area .widget h3::after {
  display: none;
}
.footer-layout4 .footer-top-area .widget.widget_eventalk_about img {
  margin-top: 0;
}
.footer-layout4 .footer-top-area .widget.widget_eventalk_info ul li {
  padding-left: 20px !important;
}
.footer-layout4 .footer-top-area .widget {
  color: #bfbfbf;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget {
    margin-bottom: 40px;
  }
}
.footer-layout4 .footer-top-area .widget .subscribe-layout1 h2 {
  display: none;
}
.footer-layout4 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control {
  border-radius: 50px !important;
  padding-right: 80px !important;
  min-height: 48px;
  background-color: #404344;
  box-shadow: none;
  color: #a9a9a9;
}
.footer-layout4 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.footer-layout4 .footer-top-area .widget .btn-fill.size-md,
.footer-layout4 .footer-top-area .widget .btn-ghost.size-md {
  padding: 2px 35px;
  font-size: 14px;
  text-indent: -99999999px !important;
  position: relative;
  background-image: linear-gradient(to right, #401a85 9%, #ec407a 96%, #ec407a 87%);
  border: none;
  min-height: 40px !important;
  display: inline-block;
  border-radius: 40px;
}
.footer-layout4 .footer-top-area .widget .btn-fill.size-md:hover,
.footer-layout4 .footer-top-area .widget .btn-ghost.size-md:hover {
  background-image: linear-gradient(to left, #401a85 9%, #ec407a 96%, #ec407a 87%);
  color: #fff !important;
}
.footer-layout4 .footer-top-area .widget .subscribe-layout1 input::-moz-placeholder,
.footer-layout4 .footer-top-area .widget .subscribe-layout1 textarea::-moz-placeholder {
  color: #fff;
}
.footer-layout4 .footer-top-area .widget ul li::before {
  display: none;
}
.footer-layout4 .footer-top-area .widget ul li {
  padding-left: 0;
  margin-bottom: 12px;
}
.footer-layout4 .footer-top-area .widget .input-group-addon {
  position: absolute;
  z-index: 999;
  padding: 4px;
  right: 0;
}
.footer-layout4 .footer-top-area .widget .input-group-addon:after {
  content: "\f105";
  color: #fff;
  position: absolute;
  font-size: 26px;
  left: 38px;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout4 .footer-top-area .widget .widgettitle {
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget .widgettitle {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-layout4 .footer-top-area .widget .widgettitle {
    margin-bottom: 10px;
  }
}
.footer-layout4 .footer-top-area .widget .footer-widget-logo {
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget .footer-widget-logo {
    margin-bottom: 20px;
  }
}
.footer-layout4 .footer-top-area .widget .footer-widget-about {
  margin-bottom: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget .footer-widget-about {
    margin-bottom: 20px;
    padding-right: 0px;
  }
}
.footer-layout4 .footer-top-area .widget .footer-widget-contact {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .footer-layout4 .footer-top-area .widget .footer-widget-contact {
    font-size: 20px;
  }
}
.footer-layout4 .footer-top-area .widget .footer-widget-contact a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-top-area .widget .footer-widget-contact a:hover {
  color: #fad03b;
}
.footer-layout4 .footer-top-area .widget .footer-widget-contact:before {
  content: "\f095";
  color: #fad03b;
  position: absolute;
  top: 5px;
  font-size: 20px;
  left: 0;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li {
  margin-right: 5px;
  display: inline-block;
  padding-left: 0px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li:last-child {
  margin-right: 0;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li:before {
  display: none;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li a {
  padding: 1px 8px;
  display: inline-block;
  color: #676c6f;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-top-area .widget .footer-widget-social ul li a:hover {
  color: #FFFFFF;
}
.footer-layout4 .footer-top-area .widget .footer-widget-menu ul li {
  margin-bottom: 12px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-layout4 .footer-top-area .widget .footer-widget-menu ul li a {
  color: #bfbfbf;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-top-area .widget .footer-widget-menu ul li a:hover {
  color: #FFFFFF;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group {
  margin-top: 30px;
  background-color: #404344;
  height: 52px;
  padding: 5px 5px 5px 15px;
  border-radius: 45px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .form-control {
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #404344;
  border-radius: 45px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon {
  border: none;
  padding: 0;
  background-color: #4c1864;
  transition: all 0.5s ease-out;
  border-radius: 45px;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"] {
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  padding: 6px 15px 8px;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:focus,
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:hover {
  outline-width: 0;
  outline: none;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover {
  background-color: #fad03b;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #282828;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon .form-control:focus {
  border-color: none;
  outline: none;
  box-shadow: none;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-moz-placeholder {
  color: #bfbfbf;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-moz-placeholder {
  color: #bfbfbf;
}
.footer-layout4 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #bfbfbf;
}
.footer-layout4 .footer-bottom-area {
  background-color: #0b1013;
  text-align: center;
  color: #b1b1b1;
  padding: 25px 0 1px;
}
.footer-layout4 .footer-bottom-area a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout4 .footer-bottom-area a:hover {
  color: #fad03b;
}
/*---------------------------------------------
#. Widgets - Sidebar and Footer Widgets
-----------------------------------------------*/
.search-form .custom-search-input input.search-query {
  color: #282828;
  background-color: transparent;
  border-color: #dcdcdc;
  border-radius: 3px 0 0 3px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  box-shadow: none;
  height: 43px;
  font-size: 15px;
}
.search-form .custom-search-input input.search-query:-ms-input-placeholder {
  color: #707070;
}
.search-form .custom-search-input input.search-query::placeholder {
  color: #707070;
}
.search-form .custom-search-input button.btn {
  padding: 1.4rem 1.8rem;
  cursor: pointer;
  background: #fad03b;
  border: 0;
  display: block;
  transition: all 0.5s ease-out;
}
.search-form .custom-search-input button.btn span {
  color: #282828;
  font-size: 14px;
  transition: all 0.5s ease-out;
}
.search-form .custom-search-input button.btn:hover {
  opacity: 0.8;
}
.widget {
  margin-bottom: 40px;
  color: #282828;
}
.widget h3 {
  color: #282828;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.3;
}
.widget h3:after {
  background-color: #4c1864;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.widget select {
  padding: 8px 10px;
  width: 100%;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .widget ul li {
    font-size: 16px;
  }
}
.widget ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #4c1864;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  line-height: 1;
}
.widget ul li ul.children,
.widget ul li ul.sub-menu {
  list-style-type: none;
  border-top: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 10px;
}
.widget ul li ul.children li :last-child,
.widget ul li ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget ul li a {
  color: #282828;
  display: inline;
  transition: all 0.3s ease 0s;
}
.widget ul li a:hover {
  color: #fad03b;
}
.widget_tag_cloud a {
  padding: 9px 10px;
  display: inline-block;
  font-size: 15px !important;
  margin-bottom: 3px;
  transition: all 0.3s ease 0s;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  line-height: 1.5;
  color: #282828 !important;
  text-transform: capitalize;
}
.widget_tag_cloud a:hover {
  border-color: #4c1864;
  background-color: #4c1864;
  color: #ffffff !important;
}
.widget_calendar table {
  margin-top: 0;
}
.widget_calendar table caption {
  padding-top: 0;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 7px;
}
@media all and (max-width: 767px) {
  .sidebar-widget-area {
    margin-top: 40px;
  }
}
.sidebar-widget-area .widget ul li {
  padding-bottom: 10px;
}
.sidebar-widget-area .widget h3 {
  font-size: 22px;
  font-weight: 700;
}
.sidebar-widget-area .widget ul.menu li ul.children,
.sidebar-widget-area .widget ul.menu li ul.sub-menu {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .sidebar-widget-area .widget ul.menu li ul.children,
  .sidebar-widget-area .widget ul.menu li ul.sub-menu {
    padding-left: 3px;
  }
}
.sidebar-widget-area .widget ul.menu li {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .sidebar-widget-area .widget ul.menu li {
    padding-left: 3px;
  }
}
.sidebar-widget-area .widget ul.menu li:before {
  left: -5px;
}
.footer-top-area .search-form .custom-search-input input.search-query,
.footer-top-area .search-form .custom-search-input button.btn {
  background-color: #fff;
  border: none;
}
@media all and (max-width: 767px) {
  .footer-top-area .widget {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 480px) {
  .footer-top-area .widget {
    margin-bottom: 40px;
  }
}
.footer-top-area .widget ul li {
  border-color: transparent;
}
.footer-top-area .widget ul li:before {
  color: #4c1864;
}
.footer-top-area .widget ul li ul.children,
.footer-top-area .widget ul li ul.sub-menu {
  border-color: #373737;
}
.footer-top-area .widget.widget_tag_cloud a {
  border-color: #b3b3b3;
  text-transform: capitalize;
  color: #b3b3b3 !important;
}
.footer-top-area .widget.widget_tag_cloud a:hover {
  color: #111 !important;
  border-color: #4c1864;
}
.footer-top-area .widget ul.menu li ul.children,
.footer-top-area .widget ul.menu li ul.sub-menu {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .footer-top-area .widget ul.menu li ul.children,
  .footer-top-area .widget ul.menu li ul.sub-menu {
    padding-left: 3px;
  }
}
.footer-top-area .widget ul.menu li {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .footer-top-area .widget ul.menu li {
    padding-left: 3px;
  }
}
.footer-top-area .widget ul.menu li:before {
  left: -5px;
}
/*---------------------------------------------
#. Custom Widgets
-----------------------------------------------*/
.widget.widget_eventalk_about img {
  margin-top: 5px;
}
.widget.widget_eventalk_about .rtin-des {
  margin-bottom: 20px;
}
.widget.widget_eventalk_about .rtin-des a {
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
  display: block;
  font-weight: 700;
}
.widget.widget_eventalk_about .rtin-des a i {
  color: #fad03b;
}
.widget.widget_eventalk_about ul li {
  display: inline-block;
  margin: 0 1px 1px 0;
  padding: 0;
  border: none;
}
.widget.widget_eventalk_about ul li a {
  display: block;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: none;
}
.widget.widget_eventalk_about ul li a:hover {
  color: #4c1864;
}
.widget.widget_eventalk_about ul li::before {
  content: none;
}
.widget.widget_eventalk_info {
  border-radius: 4px;
}
.widget.widget_eventalk_info ul li {
  padding-left: 30px;
  font-size: 16px;
}
.widget.widget_eventalk_info ul li:before {
  content: none;
}
.widget.widget_eventalk_info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_eventalk_info ul li i {
  color: #fff;
  left: 0;
  position: absolute;
  top: 6px;
}
.widget .category-type ul li {
  background-color: #f1f7fa;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 4px;
  border-bottom: none;
  margin-bottom: 2px;
}
.widget .category-type ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #4c1864;
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 18px;
  line-height: 1;
  left: inherit;
}
.widget .category-type ul li:hover:before {
  color: #fff;
}
.widget .category-type ul li a {
  display: block;
  padding: 15px 15px 15px 30px;
  color: #222222;
  border-radius: 4px;
}
.widget .category-type ul li a:hover {
  background-color: #4c1864;
  color: #fff;
}
.sidebar-widget-area .widget.widget_eventalk_info {
  background-image: url("../img/icon-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.sidebar-widget-area .contact-us-form {
  background-color: #4c1864;
  color: #fff;
  padding: 30px 30px 5px 30px;
  border-radius: 4px;
}
.sidebar-widget-area .contact-us-form h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-weight: 700;
  position: relative;
}
.sidebar-widget-area .contact-us-form h3:after {
  content: "";
  height: 5px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
}
.sidebar-widget-area .contact-us-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.sidebar-widget-area .contact-us-form .form-group .form-control {
  border-radius: 4px;
  background: #489aed;
  box-shadow: none;
  color: #ffffff;
  border: none;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-webkit-input-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-moz-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-moz-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .widget_eventalk_info {
  background-color: #4c1864;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px 10px 35px 30px;
}
.sidebar-widget-area .widget_eventalk_info ul li {
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}
.sidebar-widget-area .widget_eventalk_info ul li a {
  color: #fff;
}
.sidebar-widget-area .widget_eventalk_info ul li .fa {
  display: none;
}
.sidebar-widget-area .widget_eventalk_info h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .sidebar-widget-area .widget_eventalk_info h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 480px) {
  .sidebar-widget-area .widget_eventalk_info h3 {
    margin-bottom: 20px;
  }
}
.sidebar-widget-area .widget_eventalk_info h3::after {
  background-color: #fff;
}
.kebo-tweets .ktweet .kmeta a {
  color: #4c1864;
}
.kebo-tweets .ktweet .kmeta a:hover {
  color: #fff;
}
.widget_eventalk_info.widget ul li i {
  color: #fad03b;
  margin-right: 10px;
}
.widget_eventalk_info.widget ul li::before {
  display: none;
}
.widget_recent_comments ul li span {
  font-weight: 700;
}
.single-post .entry-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
.header-sticky-wrapper {
  transition: all 0.3s ease-out;
}
.d-content {
  padding-top: 60px;
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
.inline-block {
  display: inline-block;
}
a.rtin-button-1 {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 767px) {
  a.rtin-button-1 {
    padding: 10px 20px;
  }
}
a.rtin-button-1,
a.rtin-button-1:link,
a.rtin-button-1:visited {
  color: #282828;
}
a.rtin-button-1:hover {
  color: #fff;
  background-color: transparent;
}
.rdtheme-button-1 {
  background-color: #4c1864;
  padding: 17px 26px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.rdtheme-button-1,
.rdtheme-button-1:link,
.rdtheme-button-1:visited {
  color: #fff;
}
.rdtheme-button-1:hover {
  color: #fff;
  background-color: #fad03b;
}
.rdtheme-button-ghost-1 {
  background-color: #4c1864;
  border: 2px solid #4c1864;
  padding: 15px 26px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.rdtheme-button-ghost-1,
.rdtheme-button-ghost-1:link,
.rdtheme-button-ghost-1:visited {
  color: #fff;
}
.rdtheme-button-ghost-1:hover {
  color: #4c1864;
  background-color: transparent;
}
.rdtheme-button-ghost-1 i {
  font-size: 18px;
  line-height: 1.90;
}
.rdtheme-button-2 {
  border: 2px solid #4c1864;
  padding: 12px 26px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.rdtheme-button-2,
.rdtheme-button-2:link,
.rdtheme-button-2:visited {
  color: #4c1864;
}
.rdtheme-button-2:hover {
  color: #fff;
  border-color: #4c1864;
  background-color: #4c1864;
}
.rdtheme-button-4 {
  border: 2px solid #4c1864;
  padding: 10px 22px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.rdtheme-button-4,
.rdtheme-button-4:link,
.rdtheme-button-4:visited {
  color: #444;
}
.rdtheme-button-4:hover {
  color: #fff;
  border-color: #4c1864;
  background-color: #4c1864;
}
.rdtheme-button-3 {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
.rdtheme-button-3,
.rdtheme-button-3:link,
.rdtheme-button-3:visited {
  color: #4c1864;
}
.rdtheme-button-3:hover {
  background-color: transparent;
  color: #fff;
}
.rdtheme-button-3:hover i {
  color: #fff;
}
.rdtheme-button-blog {
  font-size: 18px;
}
.rdtheme-button-blog:hover {
  color: #282828;
}
.contact-us-form input.rdtheme-button-submit[type="submit"] {
  border: 2px solid #4c1864;
  padding: 15px 26px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #4c1864;
}
.contact-us-form input.rdtheme-button-submit[type="submit"]:hover {
  color: #fff;
  border-color: #fad03b;
  background-color: #fad03b;
}
/*-------------------------------------
#. Banner
---------------------------------------*/
.entry-banner {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  text-align: center;
}
.entry-banner:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding: 13rem 0 14.5rem;
}
@media only screen and (max-width: 767px) {
  .entry-banner .inner-page-banner {
    padding: 12.3rem 0 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .entry-banner .inner-page-banner {
    padding: 11.3rem 0 12rem;
  }
}
.entry-banner .inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.entry-banner .inner-page-banner .breadcrumbs-area h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1.4;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 10px;
    font-size: 7rem;
  }
}
@media only screen and (max-width: 575px) {
  .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
    font-size: 8rem;
  }
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 5;
  color: #c6c6c6;
  font-family: fontawesome;
  font-size: 20px;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li a {
  color: #fad03b;
  transition: all 0.5s ease-out;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #FFFFFF;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.entry-banner .inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
.trheader .entry-banner {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  text-align: center;
}
.trheader .entry-banner:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.trheader .entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding: 13rem 0 20rem;
}
@media only screen and (max-width: 991px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 15.3rem 0 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 13.3rem 0 14rem;
  }
}
@media only screen and (max-width: 575px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 11.3rem 0 12rem;
  }
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1.4;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 10px;
    font-size: 7rem;
  }
}
@media only screen and (max-width: 575px) {
  .trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
    font-size: 8rem;
  }
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 5;
  color: #c6c6c6;
  font-family: fontawesome;
  font-size: 20px;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li a {
  color: #fad03b;
  transition: all 0.5s ease-out;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #FFFFFF;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
.breadcrumb-area .entry-breadcrumb {
  color: #ffffff;
}
.breadcrumb-area .entry-breadcrumb span {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 3px;
  padding-right: 1px;
  padding-left: 5px;
}
.breadcrumb-area .entry-breadcrumb span a {
  transition: all 0.3s ease-in-out 0s;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
  color: #ffffff;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area {
  padding-top: 40px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .pagination-area {
    padding-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .pagination-area {
    padding-top: 20px;
  }
}
.rt-team-archive .pagination-area {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .rt-team-archive .pagination-area {
    padding-top: 0;
  }
}
@media all and (max-width: 480px) {
  .rt-team-archive .pagination-area {
    padding-top: 30px;
  }
}
.pagination-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.pagination-area ul li {
  display: inline-block;
}
.pagination-area ul li a,
.pagination-area ul li span {
  background-color: #dde7ec;
  color: #282828;
  transition: all 0.5s ease-out;
  margin: 0 3px;
  display: block;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  border-radius: 4px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 15px;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li span.current {
  background-color: #4c1864;
  color: #282828;
}
/*-------------------------------------
#. Contents
---------------------------------------*/
ul.entry-meta-2 {
  padding: 0;
}
ul.entry-meta-2 li {
  list-style: none;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.post-each {
  margin-bottom: 30px;
  transition: all 0.5s ease-out;
}
.post-each .entry-thumbnail-area {
  position: relative;
  overflow: hidden;
}
.post-each .entry-thumbnail-area:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.post-each .entry-thumbnail-area:hover:before {
  animation: shine .75s;
}
.post-each .entry-thumbnail-area img {
  transition: all 0.5s ease-out;
  width: 100%;
}
.post-each .entry-thumbnail-area.nothumb .entry-meta-1 {
  position: relative;
}
.post-each .entry-meta-2 {
  color: #6c6c6c;
}
.post-each .entry-meta-2 li {
  display: inline-block;
}
.post-each .entry-meta-2 li:last-child {
  float: right;
}
.post-each .entry-meta-2 li.vcard-author {
  text-align: center;
}
.post-each .entry-meta-2 li.vcard-author i {
  border-radius: 50%;
  color: #fad03b;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 2px;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-author a {
  color: #6c6c6c;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-author a:hover {
  color: #fad03b;
}
.post-each .entry-meta-2 li.vcard-comments {
  text-align: center;
}
.post-each .entry-meta-2 li.vcard-comments i {
  color: #fad03b;
}
.post-each .entry-meta-2 li.vcard-comments a {
  color: #6c6c6c;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-comments a:hover {
  color: #fad03b;
}
.post-each .entry-meta-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-each .entry-meta-1 span.updated {
  color: #6c6c6c;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.post-each .entry-meta-1 span.updated i {
  font-size: 14px;
}
.post-each .entry-meta-1 li {
  display: inline;
  padding-right: 30px;
  color: #6c6c6c;
}
.post-each .entry-meta-1 li:last-child {
  padding-right: 0;
}
.post-each .entry-meta-1 li a {
  transition: all 0.3s ease-out;
}
.post-each .entry-meta-1 li a:hover {
  color: #fad03b;
}
.post-each .entry-meta-1 li a:hover span {
  color: #fad03b;
}
.post-each .entry-meta-1 li i {
  margin-right: 2px;
  color: #fad03b;
  width: 16px;
}
.post-each .entry-content-area {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
  transition: all 0.5s ease-out;
}
.post-each .entry-content-area .entry-header {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-each .entry-content-area .entry-header h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.post-each .entry-content-area .entry-header h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .post-each .entry-content-area .entry-header h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.post-each .entry-content-area .entry-header a.entry-title {
  color: #282828;
  transition: all 0.4s ease-out;
}
.post-each .entry-content-area .entry-header a.entry-title:hover {
  color: #4c1864;
}
.post-each .entry-content-area .entry-header .entry-meta-2 {
  color: #6c6c6c;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li {
  margin-right: 20px;
  display: inline-block;
  color: #6c6c6c;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li:last-child {
  margin-right: 0;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li a {
  padding-left: 5px;
}
.post-each .entry-content-area .rdtheme-button-2 {
  display: inline-block;
  padding: 12px 24px;
}
.post-each .entry-content-area .read-more-btn {
  color: #282828;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.post-each .entry-content-area .read-more-btn i {
  color: #4c1864;
  margin-left: 15px;
}
.post-each .entry-content-area .read-more-btn:hover {
  color: #4c1864;
}
.post-each .entry-content-area:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.9);
}
.post-each .entry-content-area:hover .entry-meta-2 {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author i {
  color: #fad03b;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a:hover {
  color: #fad03b;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments i {
  color: #fad03b;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments a {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments a:hover {
  color: #fad03b;
}
.post-each.post-each-alt .entry-meta-1 li {
  display: block;
  padding-right: 0;
}
.post-each.post-each-single {
  box-shadow: none;
  margin-bottom: 0;
}
.post-each.post-each-single .entry-thumbnail-area:before {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  transition: all 0.5s ease-out;
  transform: none;
  left: 0;
}
.post-each.post-each-single .entry-thumbnail-area:hover:before {
  opacity: 1;
  visibility: visible;
  animation: none;
}
.post-each.post-each-single .entry-content-area {
  background-color: inherit;
  padding: 30px 0;
  box-shadow: none;
}
.post-each.post-each-single .entry-content-area .entry-header {
  margin-bottom: 15px;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 {
  color: #6c6c6c;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 li {
  margin-right: 0;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 li.rtin-spacer {
  color: #dcdcdc;
  margin: 0 10px;
}
.post-each.post-each-single .entry-content-area .entry-tags {
  color: #8c8c8c;
  margin-top: 20px;
}
.post-each.post-each-single .entry-content-area .entry-tags span {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  line-height: 1.3;
  padding-right: 5px;
}
.post-each.post-each-single .entry-content-area .entry-tags a {
  color: #8c8c8c;
  transition: all 0.3s ease-out;
  padding-left: 5px;
}
.post-each.post-each-single .entry-content-area .entry-tags a:hover {
  color: #4c1864;
}
.post-each.post-each-single .entry-content-area h2.title.single-title {
  font-size: 32px;
  line-height: 1.4;
}
.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.site-index .pagination-area {
  margin-top: 30px;
}
.site-search .pagination-area {
  margin-top: 60px;
}
.site-index .sticky .entry-content-area {
  background-color: #f5e8fb;
}
.primary-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.primary-list li {
  margin-bottom: 5px;
}
.primary-list li:before {
  background-color: #4c1864;
  border-radius: 17px;
  color: #fff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 12px;
  padding: 4px;
  line-height: 1.5;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area ul.comment-list {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 43px !important;
  margin-bottom: 43px !important;
}
.comments-area ul.comment-list,
.comments-area ul.children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comments-area ul.children {
  margin-left: 50px;
}
@media all and (max-width: 991px) {
  .comments-area ul.children {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .comments-area ul.children {
    margin-left: 10px;
  }
}
.comments-area .avatar-disabled .main-comments ul.children {
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 10px;
  }
}
.comments-area h3.comment-title {
  color: #282828;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 20px;
}
.comments-area h3.comment-title:after {
  background-color: #fad03b;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.comments-area .main-comments {
  padding-top: 12px;
}
.comments-area .main-comments:first-child {
  padding-top: 0px;
}
.comments-area .main-comments .children li {
  padding-top: 12px;
}
.comments-area .main-comments .each-comment {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .each-comment {
    padding: 5px 0;
  }
}
.comments-area .main-comments .imgholder {
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .imgholder {
    max-width: 120px;
  }
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .imgholder {
    max-width: 70px;
    margin-right: 10px;
  }
}
.comments-area .main-comments .imgholder img {
  border-radius: 50%;
  background-color: #f8f8f8;
  width: 100%;
}
.comments-area .main-comments .comment-meta {
  color: #282828;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .comment-meta {
    font-size: 14px;
  }
}
.comments-area .main-comments .comment-meta .comment-meta-left {
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .comment-meta-left {
    float: none;
  }
}
.comments-area .main-comments .comment-meta .comment-meta-left a {
  color: #282828;
}
.comments-area .main-comments .comment-meta .comment-meta-left a:hover {
  text-decoration: underline;
}
.comments-area .main-comments .comment-meta .reply-area {
  float: right;
  margin-top: -9px;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .reply-area {
    float: none;
  }
}
.comments-area .main-comments .comment-meta .reply-area a {
  color: #282828;
  padding: 12px 20px;
  background: #fad03b;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  transition: all 0.5s ease-out;
  border-radius: 4px;
}
.comments-area .main-comments .comment-meta .reply-area a:hover {
  background: #4c1864;
  color: #fff;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .reply-area a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
  }
}
.comments-area .main-comments .comments-body {
  margin-left: 20px;
}
.comments-area .main-comments .comments-body .comment-text {
  font-size: 14px;
  line-height: 1.75;
}
.comments-area .main-comments .comments-body .comment-text p {
  margin-bottom: 10px;
}
.comments-area .main-comments .comments-body .comment-text .comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: #282828;
}
.comments-area .main-comments #respond {
  padding-top: 20px;
}
.comments-area #respond form .btn-send {
  color: #fff;
}
.comments-area .comments-closed {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  padding-top: 20px;
  line-height: 1.3;
  color: #282828;
}
.comments-area .comment-pagination {
  margin-top: 30px;
}
.comments-area .comment-pagination ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comments-area .comment-pagination ul li a {
  font-size: 12px;
  padding: 10px;
}
#respond .comment-reply-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #282828;
  position: relative;
  padding-bottom: 18px;
  display: block;
}
#respond .comment-reply-title:after {
  position: absolute;
  background-color: #fad03b !important;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  bottom: 0;
  width: 50px;
}
#respond .comment-notes,
#respond .logged-in-as,
#respond .form-group {
  margin-bottom: 20px;
}
#respond .logged-in-as a {
  color: #111;
}
#respond .logged-in-as a:hover {
  color: #fad03b;
}
#respond form input,
#respond form textarea {
  border: none;
  background-color: #f9f9f9;
  border-radius: 0;
  box-shadow: none;
  color: #282828;
  font-weight: 500;
  font-size: 16px;
}
#respond form input:focus,
#respond form textarea:focus {
  box-shadow: none;
}
#respond form input:-ms-input-placeholder,
#respond form textarea:-ms-input-placeholder {
  color: #868e96;
}
#respond form input::placeholder,
#respond form textarea::placeholder {
  color: #868e96;
}
#respond form input {
  height: 45px;
}
#respond form .btn-send {
  height: inherit;
  background-color: #4c1864;
  border: none;
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1.5;
}
#respond form .btn-send:hover {
  background-color: #fad03b;
  color: #fff;
}
#respond #cancel-comment-reply-link {
  font-size: 12px;
}
/*-------------------------------------
#. No Content
---------------------------------------*/
.no-results h2.page-title {
  color: #000;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
  background-color: #4c1864;
}
.error-page-area .error-page {
  color: #ffffff;
  text-align: center;
}
.error-page-area .error-page h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.5;
}
.error-page-area .error-page p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
.error-page-area .btn-fill {
  background-color: #fff;
  color: #4c1864;
}
.services-2bg {
  background-color: #f1f7fa;
}
.contact-us-form.contact-us-page {
  padding: 60px;
  background-color: #fff;
}
.contact-us-form.contact-us-page .rt-el-title {
  margin-bottom: 40px;
}
.contact-us-form.contact-us-page .form-group .form-control {
  border: 1px solid #dbe3e7;
  border-radius: 0;
  box-shadow: none;
  color: #656565;
  background-color: transparent;
}
.contact-us-form.contact-us-page textarea {
  overflow: auto;
  height: 157px;
}
.contact-us-form.contact-us-page .wpcf7-submit {
  padding: 14px 34px;
}
.contact-us-form.contact-us-page .form-control {
  font-size: 17px;
}
.widget_recent_entries.single-sidebar ul li span {
  display: block;
  color: #4c1864;
}
.widget_eventalk_posts .media {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.widget_eventalk_posts .media:last-child {
  border-bottom: 0;
}
.widget_eventalk_posts .media a.pull-left img.wp-post-image {
  width: 80px;
}
.widget_eventalk_posts .media .media-body {
  margin-left: 20px;
}
.widget_eventalk_posts p.date {
  margin-bottom: 10px;
  color: #fad03b;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.widget_eventalk_posts h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 600;
}
.widget_eventalk_posts h4 a {
  color: #282828;
}
.widget_eventalk_posts h4 a:hover {
  color: #fad03b;
}
.kebo-tweets.list .ktweet {
  padding: 0 !important;
}
.input-group.col-md-12 {
  padding: 0;
}
/*-------------------------------------
#. Single Event 
---------------------------------------*/
.single-event-img {
  margin-bottom: 35px;
}
.event-description {
  margin-bottom: 40px;
}
.event-description .title {
  font-size: 36px;
  line-height: 1;
}
.event-description ul li {
  line-height: 2;
  font-size: 18px;
}
.event-description ul li span {
  font-weight: 700;
}
.event-owl-wrap .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.event-owl-wrap .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #fad03b;
}
.event-owl-wrap .owl-dots .active span {
  background: #fad03b;
}
.event-owl-wrap .dot-control .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.event-owl-wrap .dot-control .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.event-owl-wrap .dot-control .owl-controls .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #fad03b;
}
.event-owl-wrap .dot-control .owl-controls .owl-dots .active span {
  background: #fad03b;
}
/*-------------------------------------
#. Subscribe Area
---------------------------------------*/
.subscribe-layout1 {
  text-align: center;
}
.subscribe-layout1 h2 {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .subscribe-layout1 h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-layout1 h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 .subscribe-input-area {
    width: 100%;
  }
}
.subscribe-layout1 .subscribe-input-area .form-control {
  font-size: 16px;
  padding: 6px 20px;
  border: none;
  border-radius: 4px !important;
  color: #282828;
  min-height: 55px;
  background-color: #f2f2f2;
  box-shadow: 0px 1px 0px 0px #e4e4e4;
}
@media only screen and (max-width: 1199px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 40px;
  }
}
.subscribe-layout1 .subscribe-input-area .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: all 0.3s ease-out;
}
.subscribe-layout1 .subscribe-input-area .input-group-addon button {
  margin-left: 10px;
}
.subscribe-layout1 input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.subscribe-layout1 input::-webkit-input-placeholder,
.subscribe-layout1 textarea::-webkit-input-placeholder {
  color: #444444;
}
.subscribe-layout1 input::-moz-placeholder,
.subscribe-layout1 textarea::-moz-placeholder {
  color: #444444;
}
.subscribe-layout1 input:-moz-placeholder,
.subscribe-layout1 textarea:-moz-placeholder {
  color: #444444;
}
.subscribe-layout1 input:-ms-input-placeholder,
.subscribe-layout1 textarea:-ms-input-placeholder {
  color: #444444;
}
.subscribe-layout1 .input-group-addon {
  margin-left: 10px;
}
.call-to-action-layout1 {
  text-align: center;
}
.call-to-action-layout1 h2 {
  font-weight: 700;
  color: #FFFFFF;
}
.call-to-action-layout1 p {
  width: 60%;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 767px) {
  .call-to-action-layout1 p {
    width: 100%;
  }
}
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
/*-------------------------------------
#. Responsive Style
---------------------------------------*/
.site-header .full-width-left-compress.new-header-2 .main-navigation > nav > ul {
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .nav-control-top {
    position: relative;
  }
  .nav-control-top .owl-controls {
    position: absolute;
    top: -80px;
    right: -2px;
    z-index: 5;
  }
  .nav-control-top .owl-controls i {
    display: block;
    line-height: 30px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0;
  }
  .nav-control-top .owl-controls .owl-nav > div {
    padding: 0;
    border-radius: 2px;
    background-color: #fad03b;
    opacity: 1;
    font-size: 18px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    color: #282828;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav > div:hover {
    background-color: #fad03b;
    color: #FFFFFF;
  }
}
@media only screen and (min-width: 992px) {
  .full-width-left-compress .container-fluid {
    padding-right: 0;
  }
  .header-icon-light a i {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease-out;
  }
  .header-icon-light a i:before {
    margin-left: 0;
    color: #FFFFFF;
    transition: all 0.5s ease-out;
  }
  .header-icon-light a:hover i {
    color: #4c1864;
  }
  .header-icon-light a:hover i:before {
    color: #4c1864;
  }
}
@media only screen and (min-width: 1200px) {
  .full-width-compress > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-style-2 .new-header-2.full-width-compress {
    padding-left: 60px;
    padding-right: 0;
  }
  .header-style-2 .new-header-2.full-width-compress .container-fluid {
    padding-left: 30px;
    padding-right: 0;
  }
  .header-style-2 .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 0;
  }
  .header-style-2 .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 4rem;
  }
  .header-icon-mobile a i {
    font-weight: 500;
    font-size: 20px;
    color: #9f9f9f;
    transition: all 0.5s ease-out;
  }
  .header-icon-mobile a i:before {
    margin-left: 0;
    color: #9f9f9f;
    transition: all 0.5s ease-out;
  }
  .header-icon-mobile a:hover i {
    color: #4c1864;
  }
  .header-icon-mobile a:hover i:before {
    color: #4c1864;
  }
}
@media only screen and (max-width: 575px) {
  .text-center--mb {
    text-align: center!important;
  }
  .nav-control-top {
    position: relative;
  }
  .nav-control-top .owl-controls i {
    color: #4c1864;
    display: block;
    line-height: 20px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0;
  }
  .nav-control-top .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #4c1864;
    opacity: 1;
    font-size: 16px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-prev {
    left: -15px;
  }
  .nav-control-top .owl-controls .owl-prev:hover {
    background: #4c1864;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-prev:hover i {
    color: #FFFFFF;
  }
  .nav-control-top .owl-controls .owl-next {
    right: -15px;
  }
  .nav-control-top .owl-controls .owl-next:hover {
    background: #4c1864;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-next:hover i {
    color: #FFFFFF;
  }
}
.skew.rtl {
  transform: skew(-205deg);
}
.skew_2.rtl {
  transform: skew(-210deg);
}
.skew_3.rtl {
  transform: skew(-210deg);
}
.skew {
  width: 1300px;
  height: 932px;
  background: rgba(76, 24, 100, 0.7);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-205deg);
}
@media only screen and (max-width: 1640px) {
  .skew {
    width: 1150px;
  }
}
@media only screen and (max-width: 1440px) {
  .skew {
    width: 1050px;
  }
}
@media only screen and (max-width: 1199px) {
  .skew {
    width: 850px;
  }
}
@media only screen and (max-width: 991px) {
  .skew {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .skew {
    width: 630px;
  }
}
@media only screen and (max-width: 575px) {
  .skew {
    width: 610px;
  }
}
@media only screen and (max-width: 479px) {
  .skew {
    width: 590px;
  }
}
.skew_2 {
  width: 1400px;
  height: 932px;
  background: rgba(76, 24, 100, 0.6);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-210deg);
}
@media only screen and (max-width: 1640px) {
  .skew_2 {
    width: 1250px;
  }
}
@media only screen and (max-width: 1440px) {
  .skew_2 {
    width: 1100px;
  }
}
@media only screen and (max-width: 1199px) {
  .skew_2 {
    width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  .skew_2 {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .skew_2 {
    width: 630px;
  }
}
@media only screen and (max-width: 575px) {
  .skew_2 {
    width: 610px;
  }
}
@media only screen and (max-width: 479px) {
  .skew_2 {
    width: 590px;
  }
}
.skew_3 {
  width: 1450px;
  height: 932px;
  background: rgba(76, 24, 100, 0.5);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-210deg);
}
@media only screen and (max-width: 1640px) {
  .skew_3 {
    width: 1300px;
  }
}
@media only screen and (max-width: 1440px) {
  .skew_3 {
    width: 1150px;
  }
}
@media only screen and (max-width: 1199px) {
  .skew_3 {
    width: 950px;
  }
}
@media only screen and (max-width: 991px) {
  .skew_3 {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
@media only screen and (max-width: 575px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
@media only screen and (max-width: 479px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
.trheader .site-header .site-branding {
  height: 120px;
}
.trheader .site-header .stick .site-branding {
  height: inherit ;
}
.trheader .header-icon-area .cart-icon-area .cart-icon-products {
  top: 75%;
}
.single-blog-content-holder input[type="password"] {
  height: 32px;
}
.entry-content {
  word-wrap: break-word;
  overflow-wrap: normal;
  overflow-wrap: break-word;
}
.eventalk-page-links span.page-links-title {
  font-weight: 600;
  color: #282828;
  margin-right: 5px;
  padding: 0;
}
.eventalk-page-links span {
  font-size: 18px;
  color: #fad03b;
  padding: 5px;
}
.eventalk-page-links a span {
  color: #282828 !important;
  font-size: 18px;
}
.event-page-area .comments-area {
  border-top: 1px solid #ebebeb;
  padding-top: 43px !important;
  margin-top: 45px !important;
}
.mc4wp-response {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
.news-meta-info.mar20-ul {
  padding-left: 0;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
  padding-left: 3;
}
.sidebar-widget-area .widget ul li {
  padding-left: 11px;
}
.comments-area .main-comments.pingback .comments-body {
  margin-left: 0;
}
.comments-area .main-comments.pingback .imgholder {
  margin-right: 0;
}
nav.pagination-area.comment-pagination {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
nav.pagination-area.comment-pagination > ul li a {
  font-size: 12px;
  padding: 10px 15px;
  display: block;
  width: inherit;
  background-color: #fad03b;
  line-height: 1.7;
}
nav.pagination-area.comment-pagination > ul li a:hover {
  background-color: #4c1864;
  color: #fff;
}
.single-speaker-holder .single-speaker-designation {
  background-color: #4c1864;
  color: #fff;
  padding: 20px;
}
.single-speaker-holder .single-speaker-designation h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
}
.single-speaker-holder .single-speaker-designation p {
  margin-bottom: 0;
}
.team-single-2 .content-title {
  text-transform: uppercase;
}
.team-single-2 .speaker-info {
  background-color: #f5f5f5;
}
.team-single-2 .speaker-info h4 {
  background-color: #4c1864;
  color: #fff;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 0;
  font-size: 20px;
}
.team-single-2 .speaker-info ul {
  padding: 20px 15px 15px 15px;
  margin: 0;
}
.team-single-2 .speaker-info ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
}
.team-single-2 .speaker-info ul li i {
  margin-right: 10px;
  font-size: 24px;
}
/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  top: 14px;
}
.woocommerce .widget_shopping_cart li.mini_cart_item,
.woocommerce .widget_shopping_cart li.mini_cart_item {
  padding-bottom: 12px;
  padding-top: 12px;
}
.woocommerce.widget_product_search .search-field {
  background-color: #f5f5f5;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  width: 65%;
}
.woocommerce.widget_product_search input[type="submit"] {
  display: block;
  line-height: 1;
  margin-top: 11px;
  padding: 10px 25px;
}
.woocommerce.widget_product_search button,
.woocommerce.widget_product_search input[type="button"],
.woocommerce.widget_product_search input[type="reset"],
.woocommerce.widget_product_search input[type="submit"] {
  padding: 8px 18px;
}
.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #4c1864;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eaeaea;
}
.woocommerce ul.product_list_widget li {
  padding: 10px 0;
}
.woocommerce ul.product_list_widget li img {
  width: 60px;
}
.woocommerce .widget_shopping_cart_content .buttons a {
  text-align: center;
  width: 49%;
  max-width: 170px;
}
.woocommerce .widget_shopping_cart_content .buttons a.checkout {
  margin-right: 0;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 10px 0;
}
/*-------------------------------------
#. Woocommerce: Owl Nav
---------------------------------------*/
.rt-woo-nav.no-nav .owl-custom-nav {
  display: none;
}
.rt-woo-nav .section-title {
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .rt-woo-nav .section-title {
    margin-bottom: 25px;
  }
}
.rt-woo-nav .owl-custom-nav-title {
  color: #222222;
  float: left;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 0;
}
.rt-woo-nav .owl-custom-nav {
  float: right;
  margin-top: 10px;
  padding-left: 30px;
}
@media all and (max-width: 480px) {
  .rt-woo-nav .owl-custom-nav {
    float: left;
    padding-left: 0;
  }
}
.rt-woo-nav .owl-custom-nav .owl-prev,
.rt-woo-nav .owl-custom-nav .owl-next {
  background-color: #eeeeee;
  border-radius: 3px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 32px;
  opacity: 1;
  text-align: center;
  width: 30px;
  transition: all 0.5s ease-in-out 0s;
}
.rt-woo-nav .owl-custom-nav .owl-next {
  margin-left: 8px;
}
.rt-woo-nav .owl-custom-nav .owl-prev:hover,
.rt-woo-nav .owl-custom-nav .owl-next:hover {
  background-color: #4c1864;
  color: #ffffff;
}
.rt-woo-nav .owl-custom-nav i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.rt-woo-nav .owl-custom-nav-bar {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px 0;
  float: right;
  margin-top: 16px;
}
/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top,
.woocommerce .woo-shop-top {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .woo-shop-top,
  .woocommerce .woo-shop-top {
    padding: 10px 0 15px;
  }
}
.woo-shop-top .view-mode,
.woocommerce .woo-shop-top .view-mode {
  margin-right: 5px;
  padding: 5px 0;
}
.woo-shop-top .view-mode ul li,
.woocommerce .woo-shop-top .view-mode ul li {
  display: inline-block;
  margin-right: 5px;
}
.woo-shop-top .view-mode ul li a,
.woocommerce .woo-shop-top .view-mode ul li a {
  color: #444;
}
.woo-shop-top ul,
.woocommerce .woo-shop-top ul {
  margin: 0;
  padding: 0;
}
.woo-shop-top .limit-show,
.woocommerce .woo-shop-top .limit-show {
  text-align: right;
}
.woo-shop-top .limit-show > div,
.woocommerce .woo-shop-top .limit-show > div {
  font-weight: 400;
  display: inline-block;
}
.woo-shop-top .sort-list,
.woocommerce .woo-shop-top .sort-list {
  text-align: right;
}
.woo-shop-top .sort-list select,
.woocommerce .woo-shop-top .sort-list select {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 6px 18px;
}
@media all and (max-width: 991px) {
  .woo-shop-top .sort-list select,
  .woocommerce .woo-shop-top .sort-list select {
    margin-top: 5px;
    width: 100%;
  }
}
.woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-ordering,
.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-result-count {
  margin-bottom: 0;
}
.woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-ordering {
  float: none;
}
.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-result-count {
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .woo-shop-top .woocommerce-result-count,
  .woocommerce .woo-shop-top .woocommerce-result-count {
    line-height: 1.1;
    padding-top: 7px;
  }
}
.product-grid-view .view-mode ul li.grid-view-nav a,
.product-list-view .view-mode ul li.list-view-nav a {
  color: #4c1864;
}
/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
.product-info-area {
  text-align: center;
}
.woocommerce ul.products li.product {
  margin: 0 1% 40px 0;
  overflow: hidden;
}
.woocommerce ul.products li.product h3 {
  margin: 20px 0 5px;
  padding: 0;
}
.woocommerce ul.products li.product > a.yith-wcqv-button {
	display: none;
}
@media all and (max-width: 767px) {
  .woocommerce ul.products li.product h3 {
    margin: 15px 0 9px;
  }
}
.woocommerce ul.products li.product h3 a {
  font-size: 24px;
  color: #282828;
  font-weight: 600;
}
.woocommerce ul.products li.product h3 a:hover {
  color: #4c1864;
}
.woocommerce ul.products li.product .product-thumb-area img {
  width: 100%;
}
.woocommerce ul.products li.product .star-rating {
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  margin-top: 12px;
}
@media all and (max-width: 480px) {
  .woocommerce ul.products li.product .star-rating {
    display: inline-block;
  }
}
.woocommerce ul.products li.product .price {
  color: #fad03b;
  font-size: inherit;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
.woocommerce ul.products li.product .price del {
  display: inline;
}
.woocommerce ul.products li.product .button {
  margin-top: 10px;
  padding: 10px 15px;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce.has-sidebar ul.products li.product {
  width: 32%;
}
.woocommerce.no-sidebar ul.products li.product {
  width: 24%;
}
.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .woocommerce.product-grid-view ul.products {
    margin-left: auto;
    margin-right: auto;
    max-width: 565px;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.product-grid-view ul.products li.product.first {
    clear: none;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product {
    width: 49%;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product {
    float: none;
    margin: 0 auto 40px;
    max-width: 280px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    width: 32.3%;
  }
}
@media all and (max-width: 767px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    width: 49%;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    float: none;
    margin: 0 auto 40px;
    max-width: 280px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar ul.products li.product,
  .woocommerce.no-sidebar ul.products li.product,
  .woocommerce ul.products li.product {
    width: 100%;
    text-align: center;
  }
}
.woocommerce .star-rating {
  color: #f7c51d;
}
.woocommerce .products .star-rating {
  margin: 0 0 8px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background-color: #4c1864;
  padding: 0;
}
.woocommerce a.added_to_cart {
  background-color: #4c1864;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  margin-top: 5px;
}
.woocommerce a.added_to_cart:hover {
  background-color: #000000;
}
.woocommerce .product-thumb-area {
  position: relative;
}
.woocommerce .product-thumb-area .overlay {
  background-color: rgba(76, 24, 100, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  transform: scaleY(0);
  width: 100%;
}
.woocommerce .product-thumb-area:hover .overlay {
  opacity: 1;
  transform: scaleY(1);
}
.woocommerce .product-thumb-area .product-info {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 40%;
  transition: all 0.3s ease 0s;
  transform: translateX(-100%);
  z-index: 9;
}
.woocommerce .product-thumb-area .product-info ul {
  margin: 0;
  text-align: center;
  font-size: 0;
}
.woocommerce .product-thumb-area .product-info ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 2px;
  vertical-align: top;
}
.woocommerce .product-thumb-area .product-info ul li a {
  background-color: #fff;
  display: inline-block;
  height: 40px;
  padding: 8px !important;
  min-width: 40px;
  line-height: 1.5;
  color: #282828;
  font-size: 14px;
  margin: 0 !important;
  border-radius: 4px;
}
.woocommerce .product-thumb-area .product-info ul li a:hover {
  color: #4c1864;
}
.woocommerce .product-thumb-area:hover .product-info {
  opacity: 1;
  transform: translateX(0%);
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
  position: relative;
  margin-top: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon {
  border-radius: 4px;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon i {
  margin: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist img {
  background-color: #fff;
  left: 11px;
  margin: 0;
  position: absolute;
  top: 11px;
}
.woocommerce #yith-wcwl-popup-message {
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
}
/*-------------------------------------
#. Woocommerce: Shop List View
---------------------------------------*/
.woocommerce ul.products .grid-hide {
  display: none;
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view ul.products {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce.product-list-view ul.products .grid-hide {
  display: block;
}
.woocommerce.product-list-view ul.products li.product h3 {
  margin: 0 0 12px;
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view ul.products li.product h3 {
    margin: 15px 0 9px;
  }
}
.woocommerce.product-list-view ul.products li.product .button {
  margin-top: 0;
}
.woocommerce.product-list-view .product-thumb-area {
  float: left;
  margin-right: 20px;
  border: 1px solid #e7e7e7;
}
@media all and (max-width: 767px) {
  .woocommerce.product-list-view .product-thumb-area {
    max-width: 200px;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view .product-thumb-area {
    float: none;
    margin-right: 0;
    max-width: inherit;
  }
}
.woocommerce.product-list-view .product-info-area {
  overflow: hidden;
  text-align: left;
}
.woocommerce.product-list-view .product-info-area .shop-excerpt {
  margin-top: 10px;
}
.woocommerce.product-list-view.woocommerce ul.products li.product .star-rating {
  margin-left: inherit;
}
.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
  width: 100%;
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-list-view .product-thumb-area {
    max-width: 200px;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar.product-list-view .product-thumb-area {
    max-width: inherit;
  }
}
/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.summary {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.images {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.images img {
    width: inherit;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  margin-bottom: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-right: 7px;
  width: 31%;
  width: calc(28.66666667%);
  max-width: 195px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
  margin-right: 0;
}
.woocommerce div.product .product_title {
  color: #222222;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.woocommerce div.product .product-meta span,
.woocommerce div.product .product_meta span {
  color: #222222;
  font-weight: 600;
}
.woocommerce div.product .product-meta a,
.woocommerce div.product .product_meta a {
  color: #666666;
}
.woocommerce div.product .product-meta a:hover,
.woocommerce div.product .product_meta a:hover {
  color: #4c1864;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 12px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #4c1864;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.woocommerce div.product .product_meta {
  color: #222222;
  font-weight: 600;
  margin-bottom: 15px;
}
.woocommerce div.product .short-description {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 15px 0;
}
.woocommerce div.product form.cart .variations {
  margin-top: 0;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: table-cell;
  padding-bottom: 10px;
  padding-top: 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
  padding: 8px 10px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 8px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 17px;
}
.woocommerce div.product form.cart .button {
  background-color: #4c1864;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 25px;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #282828;
}
.woocommerce div.product .woocommerce-tabs {
  border: 1px solid #e7e7e7;
  margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f5f5f5;
  border-color: #e7e7e7;
  border-radius: 0;
  border-width: 0 1px 1px;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
  border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #4c1864;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  content: none;
  height: inherit;
  left: inherit;
  position: inherit;
  width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #222222;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 20px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #222222;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: medium none;
  box-shadow: none;
  margin: 0;
  padding: 30px 30px 20px;
}
.woocommerce div.product .woocommerce-tabs h2 {
  color: #282828;
  font-size: 24px;
}
.woocommerce div.product .up-sells {
  margin-bottom: 50px;
}
.woocommerce a.woocommerce-review-link {
  color: #666666;
}
.woocommerce a.woocommerce-review-link:hover {
  color: #4c1864;
}
.woocommerce .quantity .qty {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  box-shadow: none;
  height: 46px;
  text-align: center;
  padding: 1px;
  background-color: #fff;
}
.woocommerce .quantity .input-group-btn-vertical {
  float: left;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce .quantity .input-group-btn-vertical > .btn {
  border-radius: 0;
  display: block;
  float: none;
  height: 23px;
  line-height: 14px;
  margin-left: -1px;
  max-width: 100%;
  outline: medium none;
  padding: 0 7px;
  position: relative;
  width: 100%;
}
.woocommerce .quantity .input-group-btn-vertical > .btn:hover,
.woocommerce .quantity .input-group-btn-vertical > .btn:active,
.woocommerce .quantity .input-group-btn-vertical > .btn:focus {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.woocommerce table.shop_attributes td {
  padding: 0 8px;
}
.woocommerce #reviews #comments {
  margin-bottom: 20px;
}
.woocommerce #reviews #comments h2 {
  margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #e7e7e7;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
}
#review_form_wrapper {
  padding-top: 20px;
}
.woocommerce #reviews h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #282828;
}
.woocommerce p.stars a {
  color: #f7c51d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #4c1864;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 23px;
  height: inherit;
}
@media all and (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    padding: 10px 20px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #282828;
  color: #ffffff;
}
#review_form .form-group {
  margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating {
  margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
  color: #282828;
}
.woocommerce #review_form #respond .form-submit {
  margin: 5px 0 10px;
}
.woocommerce .related.products ul.products li.product {
  margin: 0;
  padding: 0;
  width: inherit !important;
}
.woocommerce .related.products ul.products li.product .onsale {
  margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  border: 1px solid #e7e7e7;
  margin-right: 1.8%;
  width: 32%;
}
@media all and (max-width: 767px) {
  .woocommerce #content div.product div.thumbnails a,
  .woocommerce div.product div.thumbnails a,
  .woocommerce-page #content div.product div.thumbnails a,
  .woocommerce-page div.product div.thumbnails a {
    width: inherit;
    max-width: 32%;
  }
}
/*-------------------------------------
#. Woocommerce: Cart
---------------------------------------*/
p.demo_store {
  background-color: #4c1864;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #4c1864;
}
.woocommerce-message,
.woocommerce-info {
  border-color: #4c1864;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
  margin: 0 0 100px;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
  padding: 12px 12px;
  color: #282828;
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity,
.woocommerce-cart .woocommerce table.shop_table td.product-remove > a {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
  color: #282828;
  font-weight: 500;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
  color: #282828;
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive.cart {
    margin-bottom: 50px;
    border: 1px solid #ccc;
    padding: 10px 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive tr {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive a.remove {
    display: inline-block;
  }
}
.woocommerce-cart .woocommerce .quantity .qty {
  height: 30px;
}
.woocommerce-cart .woocommerce .actions {
  padding: 10px 12px;
}
.woocommerce-cart .woocommerce .actions input.button {
  padding: 10px 15px;
}
.woocommerce-cart .woocommerce .actions #coupon_code {
  border-color: #ddd;
  margin-right: 10px;
  padding: 9px;
  width: 110px !important;
}
@media all and (max-width: 480px) {
  .woocommerce-cart .woocommerce .actions #coupon_code {
    margin-right: 0;
  }
}
.woocommerce-cart table.cart img {
  width: 50px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 15px;
}
@media all and (max-width: 767px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cross-sells ul.products li {
    margin-bottom: 0;
  }
}
.woocommerce .cart-collaterals .cross-sells ul.products li .product-thumb-area li {
  width: inherit;
}
.woocommerce .cart-collaterals .cross-sells h2:after {
  content: none;
}
.woocommerce .cart-collaterals .cross-sells h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #282828;
  font-size: 24px;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
  }
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
  background-color: #4c1864;
  color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #4c1864;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table {
  border-width: 1px;
}
/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce-checkout .checkout_coupon .button {
  padding: 12px 25px;
}
.woocommerce-checkout .woocommerce h3 {
  color: #282828;
  font-size: 20px;
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce label {
  color: #282828;
}
.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-NoticeGroup ul {
  padding: 25px;
}
.woocommerce form.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row .select2-choice {
  padding: 4px 8px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.2;
  padding: 10px;
}
.woocommerce form .form-row .input-checkbox {
  margin: 0;
  position: relative;
}
@media all and (max-width: 991px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
}
.woocommerce-checkout .select2-container .select2-choice {
  border-radius: 0;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #ccc;
  background-color: #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-color: 1px solid #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  border-width: 1px 1px 0 0;
  color: #282828;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #ededed;
  border-radius: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px;
}
@media all and (max-width: 480px) {
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 20px;
  }
}
#add_payment_method #payment ul.payment_methods .payment_method_paypal img,
.woocommerce-cart #payment ul.payment_methods .payment_method_paypal img,
.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal img {
  padding-right: 20px;
}
/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
  color: #282828;
}
.woocommerce-order-received .woocommerce h2 {
  font-size: 20px;
}
.woocommerce-order-received .woocommerce .order_details li {
  font-size: 1em;
}
.woocommerce-order-received .woocommerce .shop_table {
  margin-bottom: 40px;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
}
.woocommerce-order-received .woocommerce .shop_table th,
.woocommerce-order-received .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  font-size: 20px;
  margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce .title h3 {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  padding: 20px;
  border-color: #ccc;
}
.woocommerce .woocommerce-customer-details address br {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address p {
  margin-top: 10px;
}
/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce-account .woocommerce {
  color: #282828;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  padding: 10px 20px;
  background-color: #4c1864;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 5px 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000;
}
.woocommerce-account .woocommerce .shop_table {
  margin-bottom: 0;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
  font-size: 1em;
}
.woocommerce-account .woocommerce .shop_table th,
.woocommerce-account .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive {
    border: 1px solid #ccc;
    padding: 10px 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive tr {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive tr td.order-actions {
    text-align: right !important;
  }
}
.woocommerce-account .woocommerce table .button {
  padding: 8px 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
  text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
  margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 30px;
}
/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
  margin-bottom: 20px;
}
/*-------------------------------------
#. Woocommerce: Yith Wishlist
---------------------------------------*/
.woocommerce .wishlist-title h2 {
  color: #282828;
  margin-bottom: 25px;
  padding: 0;
}
.woocommerce .shop_table.wishlist_table {
  border-color: #ccc;
  border-width: 1px 1px 0 0;
  color: #282828;
  font-size: 14px;
  margin-bottom: 40px;
}
.woocommerce .shop_table.wishlist_table th,
.woocommerce .shop_table.wishlist_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.woocommerce .shop_table.wishlist_table tfoot td {
  text-align: left;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  border-radius: 0;
}
/*-------------------------------------
#. Woocommerce: Yith QuickView
---------------------------------------*/
.woocommerce div.product .product_meta span.posted_in,
.woocommerce div.product .product_meta span.tagged_as {
  display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  -ms-flex: inherit;
      flex: inherit;
  max-width: 48%;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 48%;
  -ms-flex: inherit;
      flex: inherit;
  max-width: 48%;
}
.col-sm-12.p0 {
  padding: 0;
}
.woocommerce .site-wrp a.remove {
  color: #fad03b !important;
}
.woocommerce .site-wrp a.remove:hover {
  color: #fff !important;
  background: #fad03b;
}
.cart-collaterals .rt-woo-nav .section-title {
  margin-bottom: 0;
}
/*-------------------------------------
#. Plugin: Contact Form 7
---------------------------------------*/
span.wpcf7-not-valid-tip {
  color: #2d87e2;
}
div.wpcf7-response-output {
  margin: 25px 0;
  padding: 5px 10px;
  border-radius: 3px;
}
div.wpcf7-validation-errors {
  border-color: #2d87e2;
}
.contact-us-form .form-group {
  margin-bottom: 20px;
}
.contact-us-form .form-group .form-control {
  border: 1px solid #323a3d;
  border-radius: 4px;
  box-shadow: none;
  color: #9a9a9a;
  background-color: transparent;
}
.contact-us-form .form-group input {
  height: 50px;
}
.contact-us-form .form-group select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #323a3d;
  padding-left: 10px;
}
.sidebar-widget-area .contact-us-form .form-group {
  margin-bottom: 8px;
}
.sidebar-widget-area .contact-us-form .form-group .form-control {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}
.sidebar-widget-area .contact-us-form .form-group select {
  width: 100%;
  height: 40px;
  background: #63a3e2;
  border: none;
  padding-left: 10px;
  color: #fff;
  border-radius: 4px;
}
.sidebar-widget-area .contact-us-form input.rdtheme-button-submit[type="submit"] {
  text-transform: capitalize;
  font-weight: inherit;
  color: #111111;
  background: #fff;
  padding: 9px 23px;
}
.sidebar-widget-area .contact-us-form .form-group input[type="text"],
.sidebar-widget-area .contact-us-form .form-group input[type="date"],
.sidebar-widget-area .contact-us-form .form-group input[type="email"] {
  height: 40px;
}
.contact-us-form.contact-us .form-group .form-control {
  border: 1px solid #dadbdb;
  border-radius: 0;
  box-shadow: none;
  color: #111111;
  background-color: transparent;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  background: #f1f7fa;
}
.elementor-accordion .elementor-accordion-item {
  border: none;
  border-radius: 4px;
  margin-bottom: 4px;
}
.elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  border-radius: 4px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border: none;
  background-color: #fbfbfb;
  padding: 30px;
}
.contact-us-form.contact-us-page .form-group select {
  border: 1px solid #dbe3e7;
}
.contact-us-form.contact-us-page .wpcf7-submit:hover {
  background: #fad03b;
}

/*Mobile header*/
#meanmenu{
  position: relative;
}
.mean-bar .header-action-items{
    position: absolute;
    top: 14px;
    right: 67px;
}
.mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 10px 0;
    z-index: 999999;
    border-bottom: 2px solid #26c6da;
}
.offscreen-navigation .sub-menu {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: none;
}
.offscreen-navigation li>a {
    display: block;
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.offscreen-navigation .sub-menu li>a {
    font-size: 14px;
    font-weight: 500;
}
.offscreen-navigation .menu>li{
   padding-bottom: 8px;
}
.offscreen-navigation li.menu-item-has-children> a:after {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    transition: .1s;
    right: 0;
    position: absolute;
    font-size: 13px;
}

.offscreen-navigation li.menu-item-has-children> a.opened:after {
    content: '\f068';
}

@media only screen and (min-width: 1025px){
  #meanmenu {
     display: none;
  }
}
@media only screen and (max-width: 1025px){

  #masthead {
     display: none;
  }
  
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn{
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.header-style-2 .rt-header-menu{
  background:transparent;
}

.rt-slide-nav{
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    z-index: 99;
    display: none;
    padding: 30px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px #0000001c;
}
.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
}
#meanmenu .mean-bar .logo-small{
    width: 140px;
    padding: 0px 15px;
}
body.slidemenuon{
  overflow:hidden;
}