/* ----------------------------------
  1. Reset default browser styles
  2. Global
  3. General classes
  4. Typography
  5. Header
  6. Content Elements
  7. UI Elements
      7.1. Buttons
      7.2. Forms
          7.2.1. Inputs & Textarea
          7.2.2. Label & Legend
          7.2.3. Checkbox & Radio
          7.2.4. Select
          7.2.5. Fieldset
          7.2.6. Form variations
      7.3. Tables
      7.4. Lists
      7.5. Blockquotes
      7.6. Dividers
  8. Widgets & Shortcodes
      8.1. Twitter Feed
      8.2. Instagram Feed
      8.3. LightBox
      8.5. Accordions & Toggles
      8.6. Alert boxes
      8.7. Callouts
      8.8. Pagination
      8.9. Dropcaps
      8.10. Icon Boxes
      8.11. Testimonials
      8.12. Carousel Sliders
      8.13. Progress Bars
      8.14. Pricing Tables
      8.15. Counters
      8.16. Tabs & Tour Sections
      8.17. Isotope
      8.18. Team Members
      8.19. Google Map
      8.20. Services
      8.21. Countdown
      8.22. Audio Player
  9. Blog
      9.1. Entries
  10. Portfolio
  11. Shop
  12. Sidebar
  13. Footer
-------------------------------------*/
/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

:root{
    --primary-color: #1810D9;
}

.css{
color: var(--primary-color); 
}

@viewport {
  user-zoom: fixed;
}
*, *:after, *:before {
  margin: 0;
   padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
iframe {
  width: 100%;
}
b, strong {
  font-weight: bold !important;
}
ul, ol {
  list-style: none;
}
q {
  quotes: none;
}
table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
embed {
  vertical-align: top;
}
input, button {
  -webkit-appearance: none;
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
html {
  overflow-x: hidden;
  background: linear-gradient(to right, #DDD 0%, #FFF 50%, #DDD 100%);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body {
  height: 100%;
}
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
/* -----------------------------------

  2. Global 

------------------------------------- */
body {
  font: 19px/27px 'Poppins', sans-serif;
  color: #666;
  background-color: #fff;
  background-attachment: fixed;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.wrapper-container {
  position: relative;
  background: #fff;
}
::selection {
  background: #6E6E6E;
  color: #fff;
}
::-moz-selection {
  background: #f05a21;
  color: #fff;
}
::-o-selection {
  background: #f05a21;
  color: #fff;
}
::-ms-selection {
  background: #f05a21;
  color: #fff;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.clearfix:after, .row:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
  -webkit-transition: text-indent .5s ease, color .5s ease;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #858585;
  opacity: 1;
  -webkit-transition: text-indent .5s ease, color .5s ease;
}
[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent;
}
[placeholder]:focus::-webkit-textarea-placeholder {
  text-indent: 10em;
  color: transparent;
}
/* ------------------------------------------------------
  
  3. General classes
  
------------------------------------------------------ */
.full-width-block {
  width: 100%;
}
.wrapper {
  overflow: hidden;
}
.relative {
  position: relative;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
img[class*="align"] {
  margin-bottom: 15px;
  max-width: 50%;
}
img.alignleft {
  float: left;
  margin-right: 30px;
}
img.alignright {
  float: right;
  margin-left: 30px;
}
.page-content-wrap {
  padding: 90px 0;
}
[class*="page-section"] {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
[class*="page-section"].no-space {
  padding: 0;
}
[class*="page-section"].type2 {
  padding: 90px 0;
}
[class*="page-section"].type3 {
  padding: 60px 0 80px;
}
.page-section-bg {
  background: #f6f6f6;
}
.content-element:not(:last-child) {
  margin-bottom: 70px;
}
.content-element2:not(:last-child) {
  margin-bottom: 50px;
}
.content-element3:not(:last-child) {
  margin-bottom: 25px;
}
.content-element4:not(:last-child) {
  margin-bottom: 35px;
}
.content-element5:not(:last-child) {
  margin-bottom: 40px;
}
.content-element6:not(:last-child) {
  margin-bottom: 60px;
}
.content-element-big:not(:last-child) {
  margin-bottom: 150px;
}
.extra {
  width: 100%;
}
[class*="flex-row"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-row[class*="item-col-"]:not(.no-gutters) {
  margin: 0 -15px -45px;
}
.flex-row[class*="item-col-"]:not(.no-gutters) > * {
  padding: 0 15px 45px;
}
[class*="flex-row"].item-col-1 > * {
  width: 100%;
}
[class*="flex-row"].item-col-2 > * {
  width: 50%;
}
[class*="flex-row"].item-col-3 > * {
  width: 33.3333%;
}
[class*="flex-row"].item-col-4 > * {
  width: 25%;
}
[class*="flex-row"].item-col-5 > * {
  width: 20%;
}
[class*="flex-row"].item-col-6 > * {
  width: 16.6666%;
}
.responsive-iframe {
  position: relative;
  z-index: 1;
  height: 0px;
  padding-bottom: 56.2%;
}
.responsive-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.responsive-iframe.fix-size > iframe {
  top: -45%;
  height: 180% !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 00px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
/* Flex box collumns */
.fx-col-2 > * {
  width: 50%;
}
.fx-col-3 > * {
  width: 33.33%;
}
.fx-col-4 > * {
  width: 25%;
}
.fx-col-5 > * {
  width: 20%;
}
.fx-col-6 > * {
  width: 16.6666%;
}
.ml-0{margin-left:0px !important;}
/* -----------------------------------

  4. Typography

------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  color: #666;
  line-height: 1.25em;
  font-weight: normal;
}
h1 {
  font-size: 60px;
  letter-spacing: -1.5px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
.inner-h1 {
    font-size: 36px;
	letter-spacing: inherit;
	    margin-bottom: 20px!important;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 24px;
  letter-spacing: 0;
}
h6 {
  font-size: 18px;
  letter-spacing: 0;
}
h1:not(:last-child) {
  margin-bottom: 40px;
}
h2:not(:last-child) {
  margin-bottom: 40px;
}
h3:not(:last-child) {
  margin-bottom: 20px;
}
h4:not(:last-child) {
  margin-bottom: 15px;
}
h5:not(:last-child) {
  margin-bottom: 5px;
}
h6:not(:last-child) {
  margin-bottom: 10px;
}
p {
  padding: 0;
}
p:not(:last-child) {
  margin-bottom: 10px;
}
.text-wrap > p:not(:last-child) {
  margin-bottom: 10px;
}
.text-wrap > p a {
  color: #73c524;
}
.text-wrap > p a:hover {
  text-decoration: underline;
  color: #73c524;
}
.text-wrap:not(:last-child) {
  margin-bottom: 25px;
}
.fw-medium {
  font-weight: 500;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  background: transparent;
  vertical-align: baseline;
}
a, a > * {
  text-decoration: none;
  outline: none !important;
}
a {
  color: #666;
}
a:hover {
  color: #333;
}
a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover, button:hover {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
a.link-text {
  color: #333;
}
a.link-text:hover {
  text-decoration: underline;
}
[class^="icon-"]:before, [class*="icon-"]:before {
  width: auto;
  margin: 0;
  padding: 0;
}
.selected-type-1 {
  background: #f05a21;
  color: #fff;
}
.selected-type-2 {
  background: #e1e7e9;
}
.title-holder:not(:last-child) {
  margin-bottom: 40px;
}
.title-holder .section-title:not(:last-child) {
  margin-bottom: 25px;
}
.section-title {
  line-height: 1.12em;
}
.section-title:not(:last-child) {
  margin-bottom: 40px;
}
.section-title.style-2 {
  color: #f05a21;
}
.section-pre-title {
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0.25px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.sub-title:not(:last-child) {
  margin-bottom: 40px;
}
.section-pre-title:not(:last-child) {
  margin-bottom: 0;
}
.text-size-large {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.text-size-medium {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.small-title {
  text-transform: uppercase;
}
.small-title:not(:last-child) {
  margin-bottom: 10px;
}
/* Tooltips */
.tooltips a {
  position: relative;
  color: #f05a21 !important;
}
.tooltip {
  position: absolute;
  display: block;
  background: #e8e8e8;
  padding: 6px 10px;
  color: #666;
  font-size: 12px;
  line-height: 13px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 5;
  border-radius: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
a.top-tooltip .tooltip {
  bottom: 100%;
  left: 0;
  margin-bottom: 5px;
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
a.left-tooltip .tooltip {
  top: 100%;
  right: 100%;
  margin-right: 10px;
  border-radius: 10px 0 10px 10px;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
a.right-tooltip .tooltip {
  top: 100%;
  left: 100%;
  margin-left: 9px;
  border-radius: 0 10px 10px 10px;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}
a.bottom-tooltip .tooltip {
  top: 100%;
  left: 0;
  margin-top: 5px;
  border-radius: 0 10px 10px 10px;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
a.top-tooltip:hover .tooltip {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
a.left-tooltip:hover .tooltip {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
a.right-tooltip:hover .tooltip {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
a.bottom-tooltip:hover .tooltip {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tooltip {
  border-radius: 10px 10px 10px 0;
}
.tooltips a .tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
}
a.top-tooltip .tooltip:after {
  border-top: 8px solid #e8e8e8;
  border-right: 8px solid transparent;
  top: 100%;
  left: 0;
}
a:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.tooltips a:hover {
  text-decoration: none;
}
.tooltips a.left-tooltip .tooltip:after {
  border-top: 8px solid #e8e8e8;
  border-right: 8px solid transparent;
  top: 0;
  left: 100%;
}
.tooltips a.right-tooltip .tooltip:after {
  border-top: 8px solid #e8e8e8;
  border-left: 8px solid transparent;
  right: 100%;
  top: 0;
}
.tooltips a.bottom-tooltip .tooltip:after {
  border-bottom: 8px solid #e8e8e8;
  border-right: 8px solid transparent;
  bottom: 100%;
  left: 0;
}
/* -----------------------------------

  5. Header

------------------------------------- */
#header {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #fff;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#header:before {
  content: '';
  height: 4px;
  width: 100%;
  display: block;
  background: url(../images/rainbowstripe.jpg) repeat-x;
}
.bottom-separator {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  display: block;
  z-index: -1;
}
.bottom-separator:after {
  box-shadow: 0 0 0 100px #fff;
  border-radius: 100%;
  position: absolute;
  height: 190px;
  content: '';
  right: -20%;
  left: -20%;
}
#header:not(.style-2) .bottom-separator {
  display: none;
}
/* Lang button */
.lang-button {
  position: relative;
}
.lang-button > a {
  color: #333;
}
.lang-button > a:after {
  content: "\e8e7";
  font-size: 12px;
  font-weight: bold;
  font-family: 'fontello';
  display: inline-block;
  margin-left: 5px;
}
.lang-button .dropdown-list {
  padding-top: 6px;
}
.lang-button .dropdown-list > li > a {
  display: block;
  padding: 5px 20px;
  text-align: left;
}
.lang-button .dropdown-list > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.lang-button .dropdown-list > li:hover > a {
  color: #f05a21;
}
.lang-button:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
}
.dropdown-list, .dropdown-window {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.dropdown-window {
  -webkit-transform: scale3d(.85, .85, .85);
  -ms-transform: scale3d(.85, .85, .85);
  transform: scale3d(.85, .85, .85);
}
.dropdown-window.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#header .top-header {
  padding: 20px 35px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.logo {
  display: inline-block;
}
#header .logo-wrap {
  width: 25%;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.contact-info-menu {
  margin: -5px -15px 0;
  font-size: 0;
  line-height: 20px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#header .contact-info-menu {
  margin-bottom: 25px;
}
.contact-info-menu > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin: 5px 15px 0;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.nav-item .contact-info-menu .contact-info-item > * {
  font-size: 20px;
}
.contact-info-menu .contact-info-item > a:hover {
  text-decoration: underline;
}
.contact-info-menu > * > i {
  width: 15px;
  color: #b9b9b9;
  display: inline-block;
  text-align: left;
}
.contact-info-menu > * > i + a {
  color: #333;
}
.call-us > * {
  display: inline-block;
}
.call-us > *:not(:last-child) {
  margin-right: 40px;
}
#header.sticky .top-header .table-row {
  transition: all .3s ease;
}
/*----------- Header style-2 --------------*/
#header.header-2:before {
  display: none;
}
#header.header-2 .pre-header {
  background: #73c524;
  padding: 9px 0 7px;
  position: relative;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#header.header-2 .pre-header:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: url(../images/header_stripe.png) repeat-x;
  height: 3px;
}
#header.header-2 .pre-header .contact-info-menu {
  margin-bottom: 0;
}
#header.header-2 .top-header, #header.header-3 .top-header {
  padding: 0;
}
#header.header-2 .top-header .table-row, #header.header-3 .top-header .table-row {
  padding: 25px 0;
}
#header.header-2 .pre-header .contact-info-menu .contact-info-item > a, #header.header-2 .pre-header .contact-info-menu .contact-info-item > span, #header.header-3 .pre-header .contact-info-menu .contact-info-item > a, #header.header-3 .pre-header .contact-info-menu .contact-info-item > span {
  color: #fff;
}
#header.header-2 .pre-header .contact-info-menu > * > i {
  color: #e4ead2;
}
#header.header-2 .pre-header .social-icons > li > a {
  color: #e4ead2;
}
#header.header-2 .pre-header .social-icons > li > a:hover {
  color: #fff;
}
#header.header-2 .nav-item {
  border-top: 1px solid #e8e8e8;
  text-align: left;
}
#header.header-2 .menu-wrap .call-us, #header.header-3 .top-header .call-us {
  text-align: right;
}
#header.header-2.type-2 .nav-item {
  text-align: center;
}
#header.header-2.type-2 .top-header #main-navigation {
  padding-right: 0;
}
#header.header-2.type-2 .call-us > *:not(:last-child) {
  margin-right: 0;
}
/*----------- Header style-3 --------------*/
#header.header-3.header-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header.header-abs:before {
  display: none;
}
#header.header-3 {
  background: transparent;
}
#header.header-3 .pre-header {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
#header.header-3 .contact-info-menu {
  margin-bottom: 0;
}
#header.header-3 .pre-header .contact-info-menu > * > i {
  color: #b9b9b9;
}
#header.header-3 .pre-header .social-icons > li > a {
  color: #b9b9b9;
}
#header.header-3 .social-icons > li > a:hover {
  color: #fff;
}
#header.header-3.type-2 .nav-item {
  text-align: center;
}
#header.header-3.type-2 #main-navigation > ul > li > a {
  padding: 14px 30px;
  border-radius: 30px;
}
#header.header-3.type-2 #main-navigation > ul > li.current > a, #header.header-3.type-2 #main-navigation > ul > li:hover > a {
  background: #f05a21;
  color: #fff;
}
#header.header-3 .social-icons > li > a {
  color: #eaeaea;
}
#header.header-3 .our-info-list > li > div > a, #header.header-3 .our-info-list.type-2 > li > a {
  color: #fff;
}
#header.header-3 .our-info-list > li {
  color: #e6e6e6;
}
/* Main Navigation */
#wrapper {
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.nav-item {
  text-align: right;
}
.nav-item .main-navigation:not(:last-child) {
  margin-right: 10px;
}
#main-navigation {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
#main-navigation > ul {
  font-size: 0;
}
#main-navigation > ul > li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 20px;
  font-size: 16px;
}
#main-navigation > ul > li > a {
  color: #333;
  display: block;
  position: relative;
  padding: 10px 0;
}
.searchform-wrap.opened, .main-navigation > li:hover > .sub-menu-wrap {
  width: 355px;
  opacity: 1;
  visibility: visible;
}
#main-navigation > ul > li.current > a, #main-navigation > ul > li:hover > a {
  color: #f1693b;
}
.sub-menu-wrap ul li {
  position: relative;
}
.sub-menu-wrap ul li:hover > a, .sub-menu-wrap ul li.current > a {
  color: #f1693b;
  background: #fff;
}
#main-navigation > ul > li.dropdown > a:after {
  font-family: 'fontello';
  content: '\e8e7';
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.sub-menu-wrap {
  position: absolute;
  left: -25px;
  top: 100%;
  min-width: 220px;
  background: #fff;
  padding: 20px 0;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translate3d(-15px, 15px, 0);
  -moz-transform: translate3d(-15px, 15px, 0);
  -o-transform: translate3d(-15px, 15px, 0);
  -ms-transform: translate3d(-15px, 15px, 0);
  transform: translate3d(-15px, 15px, 0);
}
.sub-menu-wrap:before {
  content: '';
  bottom: 100%;
  width: 100%;
  left: 0;
  height: 4px;
  display: block;
  position: absolute;
  background: transparent;
}
.sub-menu-wrap .sub-menu-wrap.sub-menu-inner {
  left: 100%;
  top: 0;
  margin-left: -10px;
  margin-top: -10px;
}
.sub-menu-wrap .sub-menu-wrap.sub-menu-inner:before {
  right: 100%;
  left: auto;
  width: 4px;
  top: 0;
  bottom: auto;
  height: 100%;
}
#main-navigation > ul > li:hover > .sub-menu-wrap:not(.sub-menu-inner), .sub-menu-wrap ul li:hover .sub-menu-wrap.sub-menu-inner {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.sub-menu-wrap ul li a {
  display: block;
  white-space: pre;
  position: relative;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1px;
  padding: 10px 30px 10px;
  color: #2a2c32;
}
.sub-menu-wrap ul li.sub > a:after {
  font-family: 'fontello';
  content: '\e8e5';
  position: absolute;
  right: 20px;
}
.responsive-nav-button {
  display: none;
  text-align: center;
  color: #8aca56;
  font-size: 23px;
  z-index: 2;
  border-radius: 0;
  background: transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.responsive-nav-button:before {
  font-family: 'fontello';
  content: "\e8bb";
}
#wrapper #advanced-menu-hide {
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.menu-button-wrap {
  text-align: right;
  padding: 10px 0;
}
.mobile-advanced {
  display: none;
}
#header.header-2 #main-navigation {
  margin-top: -1px;
}
#header.header-2 #main-navigation > ul > li {
  margin: 0;
}
#header.header-2 #main-navigation > ul > li > a {
  padding: 23px 28px;
  border-top: 1px solid transparent;
}
#header.header-2 #main-navigation > ul > li.current > a, #header.header-2 #main-navigation > ul > li:hover > a {
  background: #f6f6f6;
  border-top-color: #f05a21;
}
#header.header-2 .nav-item .container {
  position: relative;
}
#header.header-2 .nav-item .main-navigation:not(:last-child) {
  margin-right: 0;
  padding-right: 50px;
}
#header.header-2 .nav-item .search-holder {
  position: absolute;
  right: 0;
  top: calc(50% - 21px);
}
#header.header-2 .nav-item .sub-menu-wrap:not(.sub-menu-inner), #header.header-3 .nav-item .sub-menu-wrap:not(.sub-menu-inner) {
  left: 0;
}
#header.header-3 .nav-item .sub-menu-wrap:not(.sub-menu-inner) {
  margin-top: 4px;
}
#header.header-3 #main-navigation > ul > li {
  margin: 0;
}
#header.header-3 #main-navigation > ul > li > a {
  color: #fff;
  padding: 9px 20px;
  border-radius: 20px;
}
#header.header-3 #main-navigation > ul > li.current > a, #header.header-3 #main-navigation > ul > li:hover > a {
  background: #fff;
  color: #f05a21;
}
#header.header-3 .nav-item .sub-menu-wrap {
  border-radius: 20px;
}
#header.header-3 .nav-item .responsive-nav-button {
  color: #fff;
}
/* Search and Shopping cart buttons */
.search-holder, .shop-cart {
  display: inline-block;
  vertical-align: middle;
}
button.search-button, .shop-cart .sc-cart-btn {
  font-family: 'Linearicons';
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-top: 5px;
  background: none;
  color: #b9b9b8;
}
button.search-button, button.sc-cart-btn {
  border: 1px solid #b9b9b8;
  border-radius: 50px;
  padding: 10px;
}
button.sc-cart-btn {
  padding: 8px;
}
button.search-button:hover, .shop-cart .sc-cart-btn:hover, .shop-cart .sc-cart-btn.opened {}
button.search-button:before {
  content: "\e922";
}
.searchform-wrap h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}
.searchform-wrap input {
  border: none;
  padding-left: 0;
  padding-right: 30px;
  color: #fff;
}
.searchform-wrap input::-webkit-input-placeholder {
  color: #636363;
}
.searchform-wrap input::-moz-placeholder {
  color: #636363;
}
.close-search-form {
  background-color: transparent;
  position: absolute;
  font-family: 'linearicons';
  right: 30px;
  font-size: 25px;
  color: #666;
  opacity: 0.5;
  z-index: 99;
  font-weight: normal;
  display: inline-block;
  top: 50%;
  margin-top: -13px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.close-search-form:hover {
  opacity: 1;
}
.close-search-form:before {
  content: '\e92a';
}
.searchform-wrap {
  border-bottom: none;
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  text-align: center;
  z-index: 201;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
}
.searchform-wrap.opened {
  width: 100%;
  position: relative;
  height: 55px;
  padding: 6px 0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.searchform-wrap .vc-child {
  width: 560px;
  display: inline-block;
}
.searchform-wrap input {
  border: none !important;
  background-color: transparent !important;
  font-size: 16px;
  padding-right: 60px !important;
}
.searchform-wrap input:not(:last-child) {
  margin-bottom: 0;
}
.searchform-wrap form {
  position: relative;
}
.searchform-wrap form button {
  position: absolute;
  right: 15px;
  top: 0;
  font-family: 'Linearicons';
  font-size: 24px;
  line-height: 42px;
  background: none;
  opacity: 0.5;
}
.searchform-wrap form button:hover {
  opacity: 1;
}
.searchform-wrap form button:before {
  content: "\e922";
}
.searchform-wrap form input:not([type="submit"]):focus, .searchform-wrap form textarea:focus {
  border-color: transparent;
  box-shadow: none;
}
#header.header .searchform-wrap {
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
#header button.search-button, .shop-cart .sc-cart-btn, #header .nav-item > .btn {
  margin: 0 10px;
}
#header .nav-item > .btn {
  margin-right: 0;
}
#header.header-2 button.search-button {
  margin: 0 15px;
}
#header .menu-wrap .nav-item > .btn {
  padding: 10px 30px 8px;
}
#header.header-3 button.search-button, #header.header-3 .shop-cart .sc-cart-btn {
  color: #fff;
}
#header.header-3 button.search-button {
  border-color: #eaeaea;
}
/* ------------------ Shopping cart ---------------- */
.shop-cart {
  position: relative;
}
.shop-cart .sc-cart-btn {
  background: transparent;
  font-size: 24px;
  position: relative;
}
.shop-cart .sc-cart-btn:before {
  content: '2';
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f05a21;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  z-index: 2;
}
.sc-invoker:hover, .sc-invoker.opened {
  color: #28abe3 !important;
}
.sc-cart-btn > span:not(.price) {
  position: relative;
}
.sc-cart-btn > span:not(.price)::after {
  content: attr(data-amount);
  position: absolute;
  font-size: 11px;
  color: #7b8285;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Heebo', sans-serif;
}
.shopping-cart {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 15px;
  width: 360px;
  text-align: left;
  font-size: 14px;
  margin-right: -130px;
}
.shopping-cart .product-image:not(:last-child), .shop-cart-form .product .product-image:not(:last-child) {
  margin-bottom: 0;
}
.shopping-cart .product-name:not(:last-child), .shop-cart-form .product .product-name:not(:last-child) {
  margin-bottom: 0;
}
.shop-cart-form .product .product-name a {
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
.shopping-cart .product-color, .shop-cart-form .product .product-color {
  font-size: 13px;
  color: #7b8285;
}
.shopping-cart .products-holder {
  margin: 0;
}
.shopping-cart .products-holder .col {
  padding: 0;
}
.shopping-cart .products-holder .product-title:not(:last-child) {
  margin-bottom: 0;
}
.shopping-cart .products-holder .product {
  overflow: hidden;
  position: relative;
}
.shopping-cart .products-holder .product-image, .shop-cart-form .product .product-image {
  float: left;
  margin-right: 20px;
  max-width: 82px;
  overflow: hidden;
}
.shopping-cart .product .product-image:not(:last-child) {
  margin-bottom: 0;
}
.shopping-cart .products-holder .product-description {
  overflow: hidden;
  padding: 0;
  padding-right: 30px;
}
.shopping-cart .product-name, .shop-cart-form .product .product-name {
  display: block;
}
.shopping-cart .product-name:hover, .shop-cart-form .product .product-name:hover {
  color: #28abe3 !important;
}
.shopping-cart .product-price, .shop-cart-form .product-price {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}
.shopping-cart .product .item-close, .shop-cart-form .item-close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  font-family: 'Linearicons';
  background: none;
  font-size: 18px;
  z-index: 2;
}
.shopping-cart .product .item-close:before, .shop-cart-form .item-close:before {
  content: "\e95a";
}
.shopping-cart .products-holder {
  margin: 0;
}
.shopping-cart .products-holder .product {
  box-shadow: none;
  background: transparent;
  width: 100%;
}
.shopping-cart .products-holder .product:not(:last-child) {
  margin-bottom: 20px;
}
.sc-footer .subtotal {
  padding: 30px 0 0;
}
.sc-footer .subtotal .total-price {
  padding-left: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #f05a21;
}
.vr-btns-set > *:not(:last-child) {
  margin-right: 5px;
}
.shopping-cart .subtotal:not(:last-child) {
  margin-bottom: 30px;
}
.sc-footer .subtotal {
  color: #f05a21;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.shopping-cart-form:not(:last-child) {
  margin-bottom: 40px;
}
.shop-cart-form tr td {
  vertical-align: top;
}
.shop-cart-form tr td.price {
  font-weight: 400;
}
.shop-cart-form[class*="table-type"] table tr:last-child > td {
  padding: 13px 26px;
}
.shop-cart-form tr td .item-close {
  position: relative;
  margin-top: 0;
  display: inline-block;
  margin-right: 30px;
}
.shop-cart-form tr td.order-total:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.shop-cart-form tr th {
  border-bottom: 1px solid #e8e8e8;
}
.shop-cart-form tr th.product-col {
  width: 450px;
}
.shop-cart-form tr th.price-col {
  width: 100px;
}
.shop-cart-form tr th.qty-col {
  width: 250px;
}
.shop-cart-form tr th.total-col {
  width: 250px;
}
.shop-cart-form tr td.total-price {
  color: #333;
}
.shop-cart-form .product {
  display: inline-block;
}
.shop-cart-form .product-image, .shop-cart-form .product-description {
  display: inline-block;
  vertical-align: top;
}
.shop-cart-form.order-type tr th.total-col {
  width: 40%;
}
.shop-cart-form.order-type tr td.order-total {
  font-size: 16px;
  position: relative;
  font-weight: 500;
}
.shop-cart-form .product .product-description {
  overflow: hidden;
}
/* ------------------------------------------------------
    
    6. Content Elements
    
------------------------------------------------------ */
#content {
  position: relative;
  z-index: 2;
  background: #fff;
}
/* Signature */
.signature {
  margin-top: 35px;
}
.signature > span {
  display: block;
  padding-left: 20px;
  color: #858585;
}
/* Weekly events */
#event-filter:not(:last-child), #options:not(:last-child) {
  margin-bottom: 30px;
}
.isotope-nav > button {
  display: inline-block;
  padding: 8px 30px;
  color: #666;
  background: transparent;
  border-radius: 30px;
  border: 1px solid transparent;
  letter-spacing: 0.75px;
}
.isotope-nav > button.active, .isotope-nav > button.is-checked {
  border-color: #b9b9b9;
}
#week-events > table {
  background-color: transparent;
}
#week-events > table thead tr {
  background-color: #ffbd0a;
}
#week-events > table thead tr th {
  width: 16.666%;
  padding: 12px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
#week-events > table tr td {
  border: 2px solid #e8e8e8;
  text-align: left;
  height: 100%;
  background-color: #fff;
}
#week-events > table tr td:first-child {
  border-left: none;
}
#week-events > table tr td:last-child {
  border-right: none;
}
#week-events > table tr td .week-event {
  color: #666;
  background-color: #fff;
  padding: 20px 20px 40px;
  height: 100%;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#week-events > table tr td .week-event h6 {
  font-family: 'Poppins', sans-serif;
  color: #73c524;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
#week-events > table tr td .week-event h6:not(:last-child) {
  margin-bottom: 5px;
}
#week-events > table tr td .week-event time {
  text-transform: uppercase;
}
#week-events > table tr td .week-event time:not(:last-child) {
  margin-bottom: 10px;
  display: block;
}
#week-events > table tr td .week-event .event-info > li {
  font-size: 12px;
  line-height: 20px;
}
#week-events > table tr td .week-event .event-info > li span {
  color: #b9b9b9;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
#week-events > table tr td .week-event:hover {
  background-color: #73c524;
  color: #fff;
}
#week-events > table tr td .week-event:hover h6 {
  color: #fff;
}
#week-events > table tr td .week-event:hover .event-info > li span {
  color: #e9e9e9;
}
.week-event.hide-event {
  opacity: 0;
}
.event-title:not(:last-child) {
  margin-bottom: 25px;
}
.event-options {
  margin: -20px -10px 0;
  font-size: 0;
}
.event-options:not(:last-child) {
  margin-bottom: 40px;
}
.event-options > .event-col {
  display: inline-block;
  padding: 20px 10px 0;
  font-size: 14px;
}
.event-options > .event-col.date {
  width: 25%;
}
.event-options > .event-col.search {
  width: 43%;
}
.event-options > .event-col.last-col {
  width: 17%;
  text-align: right;
}
/* Brend box */
.brand-box a img {
  opacity: 0.5;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}
.brand-box a:hover img {
  opacity: 1;
}
/* image section */
.section-with-carousel > .row > [class*="col-"] {
  padding: 0;
}
.img-holder {
  overflow: hidden;
}
.img-holder > img {
  max-width: inherit;
}
.section-with-carousel > .row > [class*="col-"]:not(:last-child) {
  margin-bottom: 0;
}
[class*="section-with-img"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
  padding: 0;
}
[class*="section-with-img"] .text-section {
  padding: 60px 30px;
}
[class*="section-with-img"] > .img-section > img {
  max-width: inherit;
}
[class*="section-with-img"][class*="fx-col"] > * {
  width: 50%;
}
.section-with-carousel .testimonial-section, .section-with-carousel .countdown-area, .section-with-carousel .comment-section {
  padding: 70px 15px 50px;
}
.section-with-carousel.with-bg {
  background: #ffbd0a;
}
.section-with-carousel.with-bg .section-title, .section-with-carousel.with-bg .section-pre-title, .section-with-carousel.with-bg .countdown-area time {
  color: #fff;
}
.section-with-carousel.with-bg .countdown-area time {
  font-weight: 500;
  font-size: 18px;
}
.section-with-carousel.with-bg .countdown-area .countdown {
  padding: 30px 0;
}
.section-with-carousel .owl-carousel {
  overflow: hidden;
}
.section-with-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}
/* welcome section */
.welcome-section:not(.owl-carousel) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -15px -15px;
}
.welcome-section.overlap {
  margin-top: -100px;
}
.welcome-col {
  padding: 15px 15px;
}
.welcome-item {
  overflow: hidden;
  position: relative;
  margin-top: -75px;
}
.welcome-item .welcome-inner {
  overflow: hidden;
  -moz-transform: translateY(75px);
  -webkit-transform: translateY(75px);
  -o-transform: translateY(75px);
  -ms-transform: translateY(75px);
  transform: translateY(75px);
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.blogmainbox .welcome-item {
    /*margin-top: -30px;*/
    margin-bottom: 50px;
}
/*.blogmainbox .welcome-item .welcome-inner {
  overflow: hidden;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}*/
.blogmainbox .welcome-item .welcome-content{min-height: 255px;}
.welcome-item:hover .welcome-inner {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.welcome-item .welcome-content {
  text-align: center;
  padding: 30px 30px 40px;
  color: #fff;
  background: #ffbd0a;
  position: relative;
  z-index: 9;
}
.bigHalfCircle {
  position: absolute;
  bottom: 99.8%;
  left: 0;
  right: 0;
  height: 12px;
  width: 100%;
}
.bigHalfCircle path {
  fill: #ffbd0a;
  stroke: #ffbd0a;
}
.welcome-item .welcome-content .welcome-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.welcome-item .welcome-content .btn {
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0;
  letter-spacing: 0.75px;
}

.blogmainbox .welcome-item .welcome-content .btn{margin-top:20px;}
.blog_sub_heading_two{color:#fff;}

.welcome-item:hover .welcome-content .btn {
  opacity: 1;
}
.welcome-item .welcome-content > p {
  letter-spacing: 0.25px;
}
.welcome-item .welcome-content > p:not(:last-child) {
  margin-bottom: 35px;
}
.welcome-item .welcome-content > *:not(span):not(.bigHalfCircle) {
  z-index: 1;
  position: relative;
}
.welcome-item .welcome-content span[class*="licon-"] {
  position: absolute;
  bottom: -45px;
  left: -15%;
  font-size: 242px;
  color: #ffb409;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.welcome-item.style-2 .welcome-content {
  background: #73c524;
}
.welcome-item.style-2 .welcome-content .bigHalfCircle path {
  fill: #73c524;
  stroke: #73c524;
}
.welcome-item.style-2 .welcome-content span[class*="licon-"] {
  color: #64bb11;
  bottom: 20px;
  left: -25%;
}
.welcome-item.style-3 .welcome-content {
  background: #f05a21;
}
.welcome-item.style-3 .welcome-content .bigHalfCircle path {
  fill: #f05a21;
  stroke: #f05a21;
}
.welcome-item.style-3 .welcome-content span[class*="licon-"] {
  color: #ee511e;
  bottom: 20px;
  left: -25%;
}
.welcome-item.style-4 .welcome-content {
  background: #38a6d8;
}
.welcome-item.style-4 .welcome-content .bigHalfCircle path {
  fill: #38a6d8;
  stroke: #38a6d8;
}
.welcome-item.style-4 .welcome-content span[class*="licon-"] {
  color: #2994C4;
  bottom: -30px;
  left: -20%;
}
.blog-type.event:not(:last-child) {
  margin-bottom: 55px;
}
.blog-type .welcome-item {
  margin-top: 0;
}
.blog-type .welcome-item .welcome-inner {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.blog-type .welcome-item .welcome-content {
  background: #fff;
  text-align: left;
  color: #858585;
  padding: 25px 30px 25px;
}
.blog-type .welcome-item .welcome-content > p {
  color: #858585;
}
.blog-type .welcome-item .welcome-content .bigHalfCircle path {
  fill: #fff;
  stroke: #fff;
}
.blog-type .welcome-item .welcome-content span[class*="licon-"] {
  display: none;
}
.welcome-section.blog-type + .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
}
.welcome-section.blog-type.style-2 .bigHalfCircle, .welcome-section.blog-type.style-2 .welcome-img time {
  display: none;
}
.blog-type.style-2 .welcome-item .welcome-inner {
  background: #fafafa;
}
.blog-type.style-2 .welcome-item .welcome-content {
  background: #fafafa;
}
.blog-type.style-2 .welcome-item .welcome-content .bigHalfCircle path {
  fill: #fafafa;
  stroke: #fafafa;
}
.blog-type.type-2.welcome-section.style-2 .bigHalfCircle {
  display: block;
}
.blog-type.list-view .welcome-item:not(:last-child) {
  margin-bottom: 40px;
}
.blog-type.list-view .welcome-inner {
  overflow: hidden;
}
.blog-type .welcome-attachment {
  position: relative;
}
.blog-type.list-view .welcome-img .entry-date, .blog-type.list-view .welcome-attachment .entry-date {
  bottom: auto;
  top: 20px;
  left: auto;
  right: -10px;
}
.blog-type.list-view .welcome-content {
  overflow: hidden;
}
.blog-type.list-view.event .welcome-content .entry-body p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-type .entry .contact-info-menu:not(:last-child) {
  margin-bottom: 15px;
}
/* Brend box */
/* Backgrounds */
.parallax-section {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}
.holder-bg {
  padding: 90px 0;
  position: relative;
}
.holder-bg .count-number, .holder-bg .counter > .counter-inner p, .holder-bg .icons-box .icons-wrap .icons-item .icons-box-title a, .holder-bg .icons-box .icons-wrap .icons-item > .item-box > i, .holder-bg .item-box, .holder-bg .info-btn {
  color: #fff;
}
.holder-bg .info-btn:hover {
  color: #fff;
  border-color: #fff;
}
.icons-item .icons-box-title a:hover {
  text-decoration: underline;
}
.holder-bg .section-title, .holder-bg .section-pre-title, .holder-bg, .holder-bg h3 {
  color: #fff;
}
.holder-bg > p, .holder-bg .fw-medium, .holder-bg .icons-box .icons-wrap .icons-item > .item-box > p {
  color: #e9e9e9;
}
.holder-bg .custom-list[class*="type-"] li::before {
  color: #ffbd0a;
}
.owl-custom .owl-custom-buttons {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.owl-custom:hover .owl-custom-buttons {
  opacity: 1;
}
.holder-bg.with-pattern {
  background: url(../images/1920x211_bg.png) #ffbd0a;
}
/* Breadcrumbs */
.breadcrumbs-wrap {
  padding: 4.8% 0;
  background: url(../images/1920x280_bg.jpg) no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background: #ee3338;
}
.breadcrumbs-wrap.type-2 {
  text-align: left;
}
.breadcrumbs-wrap.style-2 {
  background: #f6f6f6;
}
.breadcrumbs-wrap .page-title:not(:last-child) {
  margin-bottom: 10px;
}
.breadcrumbs-wrap .page-title {
  color: #fff;
}
.breadcrumbs-wrap .breadcrumbs {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-transform: initial;
  letter-spacing: 0.75px;
}
.breadcrumbs-wrap .breadcrumbs > li {
  display: inline-block;
}
.breadcrumbs-wrap .breadcrumbs > li > a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.breadcrumbs-wrap .breadcrumbs > li > a:hover {
  border-color: #fff;
}
.breadcrumbs > li:not(:first-child):before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-right: 10px;
  padding-left: 6px;
}
.breadcrumbs-wrap.style-2 .page-title, .breadcrumbs-wrap.style-2 .breadcrumbs > li > a, .breadcrumbs-wrap.style-2 .breadcrumbs, .breadcrumbs-wrap.style-2 .breadcrumbs > li:not(:first-child):before {
  color: #666;
}
.breadcrumbs-wrap.style-2 .breadcrumbs > li > a:hover {
  border-color: #666;
}
/* Cookies */
.cookies {
  background: rgba(42, 44, 50, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 0;
  color: #fff;
}
.cookies span:before {
  content: '\e955';
  font-family: 'Linearicons';
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}
.cookies .btn {
  margin: 0 2px;
}
/* Banners */
.banner-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -10px -10px;
}
.banner-wrap .banner-holder {
  padding: 10px 10px;
}
.banner-item {
  display: block;
  position: relative;
  font-size: 14px;
}
.banner-item > .banner-inner {
  background: #f6f6f6;
  padding: 35px 25px 35px 120px;
  overflow: hidden;
  position: relative;
  color: #858585;
}
.banner-item > .banner-inner > i {
  position: absolute;
  font-size: 180px;
  color: #d5d5d5;
  left: -50px;
  top: calc(50% - 90px);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.banner-item > .banner-inner > i.licon-clipboard-down {
  left: -80px;
}
.banner-item > .banner-inner > .banner-title {
  color: #f05a21;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
.banner-item > .banner-inner > .banner-title:not(:last-child) {
  margin-bottom: 15px;
}
.banner-item > .banner-inner > p:not(:last-child) {
  margin-bottom: 20px;
}
.banner-item.type-2 {
  overflow: hidden;
}
.banner-item.type-2 .banner-inner {
  position: absolute;
  width: 52%;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0;
  background: rgba(240, 90, 33, 0.9);
  color: #fff;
}
.banner-item.type-2 > img {
  width: 100%;
}
.banner-item.type-2 .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-item.type-2 .banner-inner .banner-title {
  color: #fff;
  font-weight: normal;
  line-height: 36px;
  text-transform: none;
}
.banner-item.type-2 > .banner-inner p:not(:last-child) {
  margin-bottom: 35px;
}
.banner-item.type-2 > .banner-inner .btn {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.banner-item.type-2:hover > .banner-inner .btn {
  background: #fff;
  color: #666;
  border-color: transparent;
}
.banner-item.type-2.style-2 .banner-inner {
  background: rgba(166, 196, 55, 0.9);
}
/* Revolution slider */
.rev-slider-wrapper {
  z-index: 1;
}
.tparrows {
  background: none;
  width: auto;
  height: auto;
}
.tparrows:before, [class*="custom-owl-"]:before, .owl-nav > [class*="owl-"]:before {
  font-family: 'Linearicons';
  font-size: 24px;
  color: #fff;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}
.tparrows:hover {
  background: none;
}
.tparrows.tp-leftarrow:before, .custom-owl-prev:before, .owl-nav > .owl-prev:before {
  content: '\e93b';
}
.tparrows.tp-rightarrow:before, .custom-owl-next:before, .owl-nav > .owl-next:before {
  content: '\e93c';
}
.tp-bullet, .tp-bullet.selected, .tp-bullet:hover {
  background: none;
  height: auto;
  width: auto;
}
.circle-bullet, .owl-dots .owl-dot {
  display: block;
  background: #b9b9b9;
  border-radius: 50%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.circle-bullet, .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  -webkit-transform: scale3d(.67, .67, .67);
  -ms-transform: scale3d(.67, .67, .67);
  transform: scale3d(.67, .67, .67);
}
.tp-bullet.selected .circle-bullet, .owl-dots .owl-dot.active {
  background: #ed3237;
  opacity: 1 !important;
}
.tp-bullet.selected .circle-bullet, .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
}
.tp-bullet.selected .circle-bullet, .owl-dots .owl-dot.active {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.section-with-carousel.with-bg .tp-bullet.selected .circle-bullet, .section-with-carousel.with-bg .owl-dots .owl-dot.active, .section-with-carousel.with-bg .circle-bullet, .section-with-carousel.with-bg .owl-dots .owl-dot {
  background: #fff;
}
.section-with-carousel.with-bg .circle-bullet, .section-with-carousel.with-bg .owl-dots .owl-dot {
  opacity: .5;
}
[class*="scaption"] {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.75px !important;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
[class*="scaption"] {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.75px !important;
  text-transform: initial;
  font-family: 'Poppins', sans-serif;
}
[class*="scaption-white"] {
  color: #fff;
}
[class*="scaption"][class*="-large"], [class*="scaption"][class*="-medium"] {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-transform: none;
}
[class*="scaption"][class*="-large"] {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.1px !important;
}
[class*="scaption"][class*="-medium"] {
  font-size: 59px;
  line-height: 60px;
  letter-spacing: 2px;
}
[class*="scaption"][class*="-large2"] {
  font-size: 72px;
  line-height: 82px;
  letter-spacing: -0.1px;
  font-weight: 300;
}
[class*="scaption"][class*="-small"] {
  font-size: 37px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
[class*="scaption"][class*="-small2"] {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: -0.1px;
  text-transform: none;
}
.rev-slider .tp-caption .btn.btn-big {
  padding: 14px 40px !important;
  margin: 0 8px;
  letter-spacing: 0.75px !important;
}
/* scroll down icon */
.icon-scroll {
  z-index: 99;
}
.icon-scroll, .icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
  height: 45px;
  margin-left: -15px;
  bottom: 40px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 2px;
  height: 6px;
  background: #fff;
  margin-left: -1px;
  top: 10px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(26px);
    transform: translateY(26px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(26px);
    transform: translateY(26px);
  }
}
/* Features-section */
/* Page 404 */
.page-404-section {
  position: relative;
  min-height: 300px;
  text-align: center;
  padding: 0 15px;
}
.page-404-section .section-title {
  font-size: 300px;
  font-weight: normal;
  line-height: 210px;
}
.page-404-section h2, .page-404-section .section-title, .page-404-section p, .page-404-section p a {
  color: #fff;
}
.page-404-section h2 {
  line-height: 30px;
}
.page-404-section p {
  font-size: 16px;
  color: #e9e9e9;
}
.page-404-section p a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-404-section p:not(:last-child) {
  margin-bottom: 35px;
}
.page-404-section form input {
  width: 555px;
  margin-bottom: 0 !important;
}
.page-404-section .search-section {
  display: inline-block;
  position: relative;
}
.search-section button {
  position: absolute;
  right: 30px;
  top: 0;
  background: none;
  font-size: 20px;
  line-height: 42px;
  color: #b9b9b9;
}
.search-section button:hover {
  color: #666;
}
/* -----------------------------------

  7. UI Elements

------------------------------------- */
/*----------- Buttons --------------*/
.btn {
  padding: 10px 20px 8px;
  display: inline-block;
  font-size: 14px;
  border-radius: 30px;
  background: #f05a21;
  color: #fff;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.75px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
  -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
  box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
}
.btn:hover {
  color: #fff;
  box-shadow: none !important;
}
.btn-small {
  font-size: 12px;
  padding: 5px 20px 3px;
  letter-spacing: 1px;
}
.btn-big {
  padding: 14px 30px;
  font-size: 18px;
}
[class*="btn"] i {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: -1px;
}
.btn-small i {
  font-size: 14px;
}
.btn-big i {
  font-size: 18px;
}
[class*="btn"].btn-style-2 {
  background: #73c524;
  background: #35a5d8;
  box-shadow: 0px 5px 25px 0px rgb(53 165 216 / 33%);
}
[class*="btn"].btn-style-3 {
  background: #ffbd0a;
  box-shadow: 0px 5px 25px 0px rgba(255, 189, 10, 0.35);
}
[class*="btn"].btn-style-4 {
  background: #e8e8e8;
  color: #666;
  box-shadow: 0px 5px 25px 0px rgba(232, 232, 232, 0.35);
}
[class*="btn"].btn-style-5 {
  background: #666;
  box-shadow: 0px 5px 25px 0px rgba(102, 102, 102, 0.35);
}
[class*="btn"].type-2 {
  background: transparent;
  border: 1px solid;
  padding: 9px 18px 7px;
  box-shadow: none;
}
[class*="btn"].type-2.btn-small {
  padding: 4px 18px 2px;
}
[class*="btn"].type-2.btn-big {
  padding: 12px 26px;
  border-width: 2px;
}
[class*="btn"].type-2:hover {
  border-color: transparent;
}
[class*="btn"].btn-style-6 {
  border-color: #b9b9b9;
  color: #666;
}
[class*="btn"].btn-style-6:hover {
  background: #b9b9b9;
  color: #fff;
}
[class*="btn"].btn-style-7 {
  border-color: #fff;
}
[class*="btn"].btn-style-7:hover {
  background: #fff;
  color: #666;
}
[class*="btn"].btn-style-8 {
  color: #f05a21;
}
[class*="btn"].btn-style-8:hover {
  background: #f05a21;
  color: #fff;
}
[class*="btn"].btn-style-9 {
  color: #73c524;
}
[class*="btn"].btn-style-9:hover {
  background: #73c524;
  color: #fff;
}
[class*="btn"].btn-style-10 {
  color: #ffbd0a;
}
[class*="btn"].btn-style-10:hover {
  background: #ffbd0a;
  color: #fff;
}
[class*="btn"].btn-size {
  padding-left: 30px;
  padding-right: 30px;
}
.go-to-top {
  position: fixed;
  z-index: 103;
  right: 25px;
  bottom: 30%;
  bottom: 100px;
  background: #ffbd0a;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  font-family: 'Linearicons';
  width: 52px;
  height: 52px;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(255, 189, 10, 0.35);
  -moz-box-shadow: 0px 5px 25px 0px rgba(255, 189, 10, 0.35);
  box-shadow: 0px 5px 25px 0px rgba(255, 189, 10, 0.35);
}
.go-to-top.go-top-visible {
/*  right: 40px;
  opacity: 1;
  visibility: visible;
  display: block;*/
    right: 25px;
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 100px;
}
.go-to-top:before {
  content: "\e939";
}
.btns-set a.btn:not(:last-child) {
  margin-bottom: 20px;
}
.parallax-section .btns-set {
  padding: 40px 0;
}
.btn-section .data-grad-bg {
  margin-top: 30px;
}
.info-btn {
  text-transform: uppercase;
  font-weight: 500;
  color: #35a5d8;
  line-height: 1em;
  display: inline-block;
  border-bottom: 1px solid transparent;
  letter-spacing: 1px;
}
.info-btn:hover {
  border-color: #35a5d8;
  color: #35a5d8;
}
.icons-wrap .info-btn:hover {
  border-color: #fff;
}
/*----------- Forms --------------*/
form .row, form .row > [class*="col-"] {
  margin-top: 0px !important;
}
form {
  text-align: left;
}
form.with-icon input {
  padding: 10px 60px 10px 20px;
}
form.with-icon input + button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 40px;
  font-size: 20px;
  color: #f05a21;
  background: transparent;
}
form.with-icon input + button:hover {
  color: #2a2c32;
}
form input:not(:last-child) {
  margin-bottom: 20px;
}
form .btn {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
/* Inputs & Textarea */
input:not([type="submit"]), textarea, .custom-select .select-title {
  width: 100%;
  color: #858585;
  border-radius: 20px;
  height: 42px;
  padding: 10px 30px;
  background-color: #fff;
  text-align: left;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: box-shadow .35s ease, border-color .35s ease;
  transition: box-shadow .35s ease, border-color .35s ease;
}
textarea {
  display: block;
  height: initial;
  resize: none;
}
input:not([type="submit"]):focus, textarea:focus {
  border-color: #73c524 !important;
  -moz-appearance: none;
  outline: 0px none transparent;
}
/* Label & Legend */
label, legend {
  font-size: 14px;
  color: #858585;
  margin-bottom: 10px;
  display: block;
}
legend {
  color: inherit;
  padding: 0 7px;
  margin-bottom: 0px;
}
label[for] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.required:after {
  content: "*";
  color: #eb0b0b;
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}
/* Checkbox & Radio */
.input-wrapper:not(:last-child) {
  margin-bottom: 15px;
}
input[type="radio"], input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: none;
  width: initial;
  font-size: 14px;
  color: #858585;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input[type="checkbox"] + label {
  padding-left: 50px;
}
input[type="radio"] + label:not(:last-child), input[type="checkbox"] + label:not(:last-child) {
  margin-right: 25px;
}
input[type="radio"] + label::before, input[type="checkbox"] + label::before, input[type="radio"] + label::after, input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
  background: transparent;
  border: 1px solid #e8e8e8;
  left: 0;
  top: 1px;
}
input[type="radio"] + label::before {
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
input[type="checkbox"] + label::before {
  top: 2px;
  border-radius: 10px;
  width: 32px;
  height: 32px;
}
input[type="radio"] + label::after, input[type="checkbox"] + label::after {
  opacity: 0;
  visibility: hidden;
}
input[type="radio"] + label::after {
  left: 9px;
  top: 9.5px;
  border-radius: 50%;
  background-color: #666;
  width: 17px;
  height: 17px;
}
input[type="checkbox"] + label::after {
  border: 2px solid #666;
  width: 25px;
  height: 15px;
  left: 3px;
  top: 4px;
  clip: rect(6px, 18px, 15px, 0px);
  -webkit-transform: skew(10deg) rotate(-45deg);
  -ms-transform: skew(10deg) rotate(-45deg);
  transform: skew(10deg) rotate(-45deg);
}
input[type="radio"]:checked + label::after, input[type="checkbox"]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.form-style1 input:not(:last-child) {
  margin-bottom: 6px;
}
/*----------- Custom Select --------------*/
.custom-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  z-index: 99;
}
.custom-select .select-title {
  cursor: pointer;
  position: relative;
  padding: 8px 30px;
  padding-right: 50px;
  overflow: hidden;
  z-index: 2;
}
.custom-select .select-list {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 20px;
  cursor: pointer;
  background: #fff;
  z-index: 1;
  border: 1px solid #e9e9e9;
  display: none;
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding: 26px 0 6px;
}
.custom-select .select-list li {
  padding: 0 30px;
  line-height: 30px;
  color: #666;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-select .select-list li:hover {
  color: #f05a21;
}
.custom-select .select-title:before {
  content: '\e93a';
  font-family: 'linearicons';
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 40px;
  color: #858585;
}
.custom-select .select-title.active:before {
  content: '\e939';
}
.custom-select.type-2 .select-title {
  border: 1px solid #e9e9e9;
}
.custom-select.with-icons .select-list li {
  padding: 0 30px;
  line-height: 30px;
}
.custom-select.with-icons .select-list li:before {
  display: inline-block;
  vertical-align: -3px;
  font-family: 'linearicons';
  color: #666;
  font-size: 20px;
  margin-right: 10px;
}
.custom-select.with-icons .select-list li:nth-child(1):before {
  content: '\e785';
}
.custom-select.with-icons .select-list li:nth-child(2):before {
  content: '\e78b';
}
.custom-select.with-icons .select-list li:nth-child(3):before {
  content: '\e788';
}
.custom-select.with-icons .select-list li:nth-child(4):before {
  content: '\e781';
}
.custom-select.with-icons .select-list li:nth-child(5):before {
  content: '\e70e';
}
/* Fieldset */
fieldset {
  border-radius: 8px;
  padding: 20px;
  border-color: #f1f1f1;
}
fieldset:not(:last-child) {
  margin-bottom: 15px;
}
/* Price Scale */
.price-scale {
  padding: 0;
}
.price-scale:not(.distance) .range-values:not(:last-child) {
  margin-bottom: 10px;
}
.ui-slider {
  height: 13px;
  position: relative;
  margin-top: 5px;
  border-radius: 3px;
  background-color: #f1f1f1;
}
.ui-slider-handle {
  width: 15px;
  height: 22px;
  top: 50%;
  border-radius: 3px;
  display: inline-block;
  margin-top: -12px;
  position: absolute;
  z-index: 1;
  background: #fff;
  margin-left: -3px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f05a21;
  margin: 4px 0;
}
.ui-slider-handle:last-child {
  margin-right: -2px;
}
.range-values input[type="text"] {
  padding: 0;
  height: auto;
  border: none;
  background: transparent;
  font-size: 14px;
  max-width: 55px;
  width: 55px;
}
.price-scale .ui-slider:not(:last-child) {
  margin-bottom: 26px;
}
.price-scale .ui-slider-handle {
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-left: -4px;
  background: #f05a21;
}
.price-scale .ui-slider-handle:last-child {
  margin-left: -20px;
}
.price-scale .ui-slider-handle:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
}
/* switch UI */
.switch-holder span {
  color: #858585;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 61px;
  height: 24px;
  margin-bottom: 0;
}
.switch .switch input {
  display: none;
}
.switch .slider {
  display: block;
  position: absolute;
  cursor: pointer;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid #f2f3f6;
  border-radius: 24px;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0;
  background-color: #838383;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch input:checked + .slider {
  background-color: #fff;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}
.parallax-section .swith-holder span {
  color: #d6dde0;
}
.parallax-section .switch .slider {
  background-color: #fff;
  border-color: transparent;
}
/* Form variations */
.contact-form.flex-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -10px -10px;
}
.contact-form [class*="contact-col"] {
  padding: 10px 10px;
  width: 100%;
}
.contact-form .contact-col-2 {
  width: 50%;
}
.contact-form input, .contact-form textarea {
  border: 1px solid #e8e8e8;
}
form.contact-form .btn {
  margin-top: 20px;
}
form.search-line .search-btn {
  font-family: 'linearicons';
  font-size: 20px;
  width: 42px;
  height: 42px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  margin-top: 0;
  margin-left: 20px;
}
.search-line .search-btn:before {
  content: "\e922";
}
#newsletter input:not(:last-child) {
  margin-bottom: 0;
}
#newsletter .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-form.type-2 .row:not(:last-child) {
  margin-bottom: 15px;
}
/*----------- Tables --------------*/
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
[class*="table-type"] {
  border-radius: 10px !important;
  overflow: hidden;
  border: 1px solid #e8e8e8 !important;
	    overflow-x: auto;
}
[class*="table-type"] table tr > td, [class*="table-type"] table tr > th {
  padding: 10px 20px;
  text-align: left;
}
[class*="table-type"] table tr > th {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
[class*="table-type"] table tr.total-cell > td, [class*="table-type"] table tr.total-cell > th {
  font-weight: 600;
  color: #f05a21;
}
[class*="table-type"] table tr:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}
[class*="table-type"] table tr {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
[class*="table-type"] table tr:hover {
  background: #f6f6f6;
}
.table-type-2 tr > th {
  width: 35%;
  border-right: 1px solid #e8e8e8;
}
/*----------- Lists --------------*/
.custom-list:not(:last-child) {
  margin-bottom: 30px;
}
.custom-list > li {
  position: relative;
}
.custom-list li span {
  color: #858585;
}
.custom-list > li > ul > li, .custom-list > li > ol > li {
  margin-left: 20px;
}
.custom-list.type2:not(:last-child) {
  margin-bottom: 20px;
}
.custom-list.type2 > li:not(:last-child) {
  margin-bottom: 0;
}
.custom-list > li:not(:last-child), .custom-list > li > ul > li:not(:last-child), .custom-list > li > ol > li:not(:last-child) {
  margin-bottom: 12px;
}
.custom-list > li > ul, .custom-list > li > ol {
  margin-top: 10px;
}
.custom-list[class*="type-"] li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-family: 'fontello';
  color: #fb0005;
  font-size: 12px;
}
/*.custom-list-star lili::before {
	 content: "";
    background-image: url(../images/example.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-bottom: 8px;
    padding-left: 18px;
    padding-bottom: 0px;
	        display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-family: 'fontello';
    color: #ed3237;
    font-size: 10px;
	width: 10px;
	height: 10px;
}*/
.custom-list.type-2 li::before {
  content: "\2212" !important;
}
.custom-list.type-1 li::before {
  content: "\e8df";
}
.custom-list.type-2 li::before {
  content: "\e854";
}
.custom-list.type-2.style-3 li::before {
  color: #ffbd0a;
}
.custom-list.type-2.style-2 li::before {
  content: "\e959";
  font-size: 24px;
  float: left;
  margin-right: 20px;
}
.custom-list.type-2.style-2 li::before {
  font-family: 'linearicons';
}
.custom-list.type-3 li::before {
  content: "\e85b";
}
/*.custom-list.type-4 li::before{
    content: "\e840";
  }*/
.custom-list.type-4 li::before {
  content: "\e841";
}
.custom-list.type-5 li::before {
  background-color: #f05a21;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.custom-list.type-6, .custom-list.type-6 > li > ol {
  counter-reset: item;
}
.custom-list.type-6 li:before {
  content: counters(item, ".")".";
  counter-increment: item;
  font-size: 14px;
}
.custom-list > li:not(:last-child) {
  margin-bottom: 12px;
}
/* info list */
.our-info-list > li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #858585;
}
.our-info-list > li > span, .our-info-list > li > div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.our-info-list > li > span {
  font-size: 20px;
  color: #f05a21;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #f05a21;
  border-radius: 50px;
  text-align: center;
  margin-right: 5px;
}
.our-info-list > li > div > a {
  font-size: 14px;
  display: block;
  color: #f05a21;
  font-weight: 600;
}
.our-info-list > li > div {
  line-height: 18px;
  letter-spacing: 0.5px;
}
.our-info-list.type-2 > li > div {
  display: block;
  margin-top: 5px;
}
.our-info-list.type-2 > li > div > a {
  display: inline-block;
}
.our-info-list.type-2 > li > a {
  color: #333;
}
.our-info-list.type-2 > li > a:hover {
  text-decoration: underline;
}
/* info links */
.info-links > li {
  line-height: 30px;
}
.info-links > li > a {
  color: #73c525;
}
.info-links > li a {
  position: relative;
  text-transform: uppercase;
}
.info-links > li a:before {
  content: '';
  position: absolute;
  top: 90%;
  left: 50%;
  height: 1px;
  width: 0px;
  background: #73c525;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.info-links > li a:hover:before {
  width: 100%;
  left: 0;
}
.info-links.type2 > li {
  line-height: 42px;
}
.info-links.type2 > li:not(:last-child) {
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
.info-links.type2 > li a {
  text-transform: none;
  font-size: 19px;
}
/* news list */
.news-list:not(:last-child) {
  margin-bottom: 15px;
}
/* change in home page - removed descripton and added title only. */
/*
.news-list li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../images/separator_stripe.png) repeat-x bottom;
}*/
.news-list li{
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
.jump-top-class a{
	scroll-margin-top: 130px;
}
/* Social icons */
.social-icons {
  font-size: 0;
  margin: -5px -10px 0;
}
.social-icons > li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 8px 0;
}
.social-icons > li > a {
  display: inline-block;
  text-align: center;
}
.social-icons > li.fb-icon > a {
  color: #3b5998;
}
.social-icons > li.google-icon > a {
  color: #dc4a38;
}
.social-icons > li.tweet-icon > a {
  color: #33bdfd;
}
.social-icons > li.insta-icon > a {
  color: #896537;
}
.social-icons.style-2 {
  margin: -5px -4px 0;
}
.social-icons.style-2 > li {
  padding: 5px 4px 0;
}
.social-icons.style-2 > li > a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid;
  border-radius: 20px;
}
/* Horisontal list */
.hr-list {
  margin: -2px -4px 0;
}
.hr-list:not(:last-child) {
  margin-bottom: 20px;
}
.hr-list > li {
  display: inline-block;
  padding: 10px 5px 0;
}
.hr-list > li > a {
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #35a5d8;
  border-bottom: 1px solid transparent;
  line-height: 20px;
}
.hr-list > li > a:hover {
  border-bottom-color: #35a5d8
}
/*----------- Blockquotes --------------*/
.blockquote-holder:not(:last-child) {
  margin-bottom: 20px;
}
blockquote {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 30px;
}
blockquote .author {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  font-style: normal;
}
blockquote .author span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.blockquote-holder {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
}
.blockquote-holder.with-bg {
  background: #f05a21;
}
.blockquote-holder.with-bg-2 {
  background: #ffbd0a;
}
.blockquote-holder.with-bg-img {
  background: url(../images/blockquote_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
/*----------- Dividers --------------*/
hr {
  border-style: solid;
  border-color: #d5d5d5;
  margin: 15px 0;
}
hr.item-divider {
  border-width: 1px 0 0 0;
}
hr.item-divider-2 {
  border-width: 2px 0 0 0;
}
hr.item-divider-3 {
  border-width: 3px 0 0 0;
  width: 70px;
}
hr.item-divider-4 {
  background: url(../images/separator_stripe.png) repeat-x;
  border: none;
  height: 3px;
}
hr.item-divider-4.type-2 {
  width: 70px;
}
hr.style-2 {
  border-color: #333;
}
hr.style-3 {
  border-color: #f05a21;
}
/* Quantity */
.quantity {
  text-align: center;
  position: relative;
  display: inline-block;
}
.quantity button {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: auto;
  line-height: 42px;
  font-size: 18px;
  width: 42px;
  background: transparent;
  color: #858585;
}
.quantity .qty-minus {
  left: 0;
}
.quantity .qty-plus {
  right: 0;
}
.quantity input[type="text"] {
  width: 115px;
  text-align: center;
  padding: 0 45px;
  height: 42px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}
/* -----------------------------------

  8. Widgets & Shortcodes

------------------------------------- */
/*----------- Twitter Feed --------------*/
.twitter {
  color: #858585;
}
.twitter .tw-user {
  display: inline-block;
  font-weight: 700;
}
.twitter .tweet_list > li:empty {
  display: none;
}
.twitter:not(:last-child) {
  margin-bottom: 25px;
}
.twitter .tweet_list > li:not(:last-child) {
  margin-bottom: 20px;
  background: url(../images/separator_stripe.png) repeat-x bottom;
  padding-bottom: 20px;
}
.twitter .tweet_list > li a:hover {
  text-decoration: underline;
}
.twitter .tweet_list > li a {
  color: #73c524;
}
/*----------- Instagram Feed --------------*/
.instagram-section {
  background-color: #fff;
}
.instagram-section .insta-title {
  padding: 60px 0 0;
  position: relative;
  text-align: center;
}
.instagram-section .insta-title:not(:last-child) {
  margin-bottom: 40px;
}
.insta-title:before {
  content: '\ef0d';
  font-family: 'fontello';
  color: #896537;
  margin-bottom: 15px;
  display: block;
}
.instagram-feed {
  overflow: hidden;
}
.instagram-feed > li {
  width: 16.666%;
  float: left;
}
#sidebar .instagram-feed {
  margin: 0 -7.5px -15px;
}
#sidebar .instagram-feed > li {
  display: inline-block;
  float: none;
  margin: 0 7.5px 15px;
  max-width: 110px;
  width: auto;
}
/*----------- LightBox --------------*/
.custom-lightbox .fancybox-title {
  color: #fff;
  padding: 5px 0;
}
.custom-lightbox .fancybox-share-buttons {
  padding-top: 15px;
}
.custom-lightbox .fancybox-close {
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  background: none;
  text-align: center;
  color: #fff;
  opacity: .7;
  box-shadow: none;
  top: -20px;
  right: -45px;
}
.custom-lightbox .fancybox-close:hover {
  opacity: 1;
}
.custom-lightbox .fancybox-close::before {
  font-family: 'Linearicons';
  content: "\e92a";
}
.custom-lightbox.fancybox-opened .fancybox-skin {
  box-shadow: none;
}
.custom-lightbox .fancybox-skin {
  background: none;
}
.custom-lightbox.fancybox-opened .fancybox-outer {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.custom-lightbox .fancybox-nav span {
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  background: none;
  margin-top: -25px;
}
.custom-lightbox .fancybox-nav span::before {
  font-family: 'Linearicons';
}
.custom-lightbox .fancybox-prev span::before {
  content: '\e93b';
}
.custom-lightbox .fancybox-next span::before {
  content: '\e93c';
}
.custom-lightbox .fancybox-title {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  line-height: 1.25em;
  font-weight: normal;
  padding-top: 15px;
}
/* share section */
.share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.share {
  margin-top: -10px;
}
.share .other-options {
  font-size: 0;
  margin: 0 -10px -10px;
}
.share > * {
  margin-top: 10px !important;
}
.share .other-options .btn {
  margin: 0 10px 10px;
}
.share .share-link {
  width: 52px;
  height: 52px;
  border: 1px solid #b9b9b9;
  line-height: 55px;
  text-align: center;
  color: #666;
  border-radius: 50%;
  font-size: 20px;
}
.share .share-link:hover {
  background: #b9b9b9;
  color: #fff;
}
.share.style-2 .other-options {
  margin: 0 -5px -10px;
}
.share.style-2 .other-options .btn {
  margin: 0 5px 10px;
}
.share.style-2 .share-link {
  height: 42px;
  width: 42px;
  line-height: 45px;
  font-size: 18px;
}
/*----------- Accordions & Toggles --------------*/
.accordion {
  border: 2px solid #e8e8e8;
  border-radius: 30px;
  text-align: left;
}
.accordion .a-title {
  font-family: 'Poppins', sans-serif;
  position: relative;
  cursor: pointer;
  padding: 15px 70px 15px 30px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  color: #73c524;
}
.accordion .a-title.active {
  color: #666;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 2px solid #e8e8e8;
}
.accordion .a-title span {
  color: #858585;
}
.accordion .a-title:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  color: #73c524;
  font-family: 'Linearicons';
  content: '\e95b';
  font-size: 20px;
  font-weight: normal;
}
.accordion .a-title.active:before {
  color: #666;
  content: '\e95c';
}
.accordion .a-content {
  padding: 10px 30px 30px 30px;
}
.accordion .a-content p {
  color: #666;
}
.accordion .a-content .custom-list:not(:last-child) {
  margin-bottom: 20px;
}
.accordion.style-2 {
  border: none;
  border-radius: 0;
  text-align: left;
}
.accordion.style-2 .accordion-item:not(:last-child) {
  border-bottom: none;
}
.accordion.style-2 .accordion-item .a-title {
  background: #73c524;
  color: #fff;
  border-radius: 30px;
}
.accordion.style-2 .a-title:before {
  color: #fff;
}
.accordion.style-2 .a-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 25px;
  border: 10px solid transparent;
  border-top: 10px solid #73c524;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}
.accordion.style-2 .a-title.active:after {
  opacity: 1;
  visibility: visible;
}
.accordion.style-2 .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion.style-2 .a-content {
  background: #f6f6f6;
  border-radius: 30px;
  margin-top: -45px;
  padding-top: 70px;
}
.accordion .a-content img.alignleft {
  margin-right: 20px;
  margin-bottom: 5px;
}
/*----------- Alert boxes --------------*/
[class*="alert"] {
  padding: 14px 70px 13px 30px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 30px;
}
[class*="alert"].alert-warning, .warning {
  background: #fff2ce;
  color: #e4ad18;
}
[class*="alert"].alert-success, .success {
  background: #edf3d7;
  color: #7d9525;
}
[class*="alert"].alert-info, .info {
  background: #cceffa;
  color: #36a9d2;
}
[class*="alert"].alert-error, .error {
  background: #fcd6d3;
  color: #ed4040;
}
[class*="alert"] .close {
  font-family: 'Linearicons';
  position: absolute;
  right: 30px;
  top: calc(50% - 12px);
  background: none;
  font-weight: bold;
  color: #565355;
  font-size: 10px;
}
[class*="alert"] .close:hover {
  color: #2a2c32;
}
[class*="alert"] .close:after {
  content: '\e935';
}
.message-container-subscribe {
  display: none;
  font-size: 14px;
  margin-top: 5px;
}
[class*="message-container"] {
  display: inline-block;
  margin-top: 10px;
  top: 100%;
  left: 15px;
  position: absolute;
}
.alert-box i {
  float: left;
  position: relative;
  font-style: normal;
  font-weight: bold;
  margin-right: 10px;
}
.alert-box p {
  white-space: nowrap;
}
/*----------- Callouts --------------*/
.call-out h1, .call-out h2, .call-out h3, .call-out h4, .call-out h5, .call-out h6 {
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
}
.call-out h1:not(:last-child) {
  margin-bottom: 18px;
}
.call-out h2:not(:last-child) {
  margin-bottom: 7px;
}
.call-out h3:not(:last-child) {
  margin-bottom: 10px;
}
.call-out p:not(:last-child) {
  margin-bottom: 30px;
}
.call-out h2 {
  padding-top: 10px;
  font-size: 40px;
  line-height: 42px;
}
.call-out p {
  color: #858585;
}
.call-out p > span {
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
}
.call-out .button-holder {
  display: inline-block;
  text-align: center;
}
.call-out .button-holder p {
  color: #b9b9b9;
}
.call-out .button-holder > .btn:not(:last-child) {
  margin-bottom: 10px;
}
.call-out.style-2 {
  text-align: center;
  color: #fff;
}
.call-out.style-2 h2 {
  padding-right: 0;
}
.call-out.style-2 h1, .call-out.style-2 h2, .call-out.style-2 h3, .call-out.style-2 h4, .call-out.style-2 h5, .call-out.style-2 h6 {
  color: #fff;
}
.call-out.style-2 p {
  color: #e9e9e9;
}
.call-out.type-2 {
  padding: 60px 0;
}
/*----------- Pagination --------------*/
.pagination {
  text-align: center;
  margin: -2px -2px 0;
  position: relative;
  display: inline-block;
  font-size: 0;
}
.pagination > li {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
}
.pagination > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: transparent;
  color: #666;
  border-radius: 50px;
  font-size: 12px;
  border: 1px solid #b9b9b9;
}
.pagination > li.active > a, .pagination > li:hover > a {
  color: #fff;
  background: #b9b9b9;
}
.prev-page::before, .next-page::before {
  font-family: 'fontello';
  font-size: 16px;
  line-height: 30px;
}
.prev-page::before {
  content: '\e8e4';
}
.next-page::before {
  content: '\e8e5';
}
/*----------- Dropcaps --------------*/
.dropcap::first-letter {
  display: block;
  float: left;
  font-weight: 600;
  margin: 15px 10px 0 0;
}
.dropcap::first-letter {
  font-size: 48px;
}
.dropcap.type-1::first-letter {
  color: #f05a21;
}
.dropcap.type-2::first-letter {
  font-size: 30px;
  color: #fff;
  background: #f05a21;
  padding: 10px 12px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
/*----------- Icon Boxes --------------*/
.icons-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: -22px -15px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.icons-box + .btn {
  margin-top: 35px;
}
.icons-box .icons-wrap {
  padding: 22px 15px;
  overflow: hidden;
}
.icons-box .icons-wrap .icons-item > .item-box {
  position: relative;
  padding-left: 55px;
}
.icons-box .icons-wrap .icons-item > .item-box > i {
  font-size: 36px;
  color: #f05a21;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.icons-box .icons-wrap .icons-item .icons-box-title:not(:last-child) {
  margin-bottom: 20px;
}
.icons-box .icons-wrap .icons-item .icons-box-title a {
  color: #f05a21;
  letter-spacing: -0.5px;
}
.icons-box .icons-wrap .icons-item > .item-box > p {
  color: #858585;
}
.icons-box.style-2 {
  margin: -15px -15px;
}
.icons-box:not([class*="fx-col"]) .icons-wrap {
  padding: 15px 15px;
  overflow: hidden;
  width: 100%;
}
.icons-box.style-2 .icons-wrap .icons-item > .item-box > i {
  font-size: 20px;
  border: 1px solid #f05e21;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
}
.icons-box.style-2 .icons-wrap .icons-item .icons-box-title {
  line-height: 35px;
}
.icons-box.style-2 .icons-wrap .icons-item .icons-box-title a {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}
.icons-box.style-2 .icons-wrap .icons-item .icons-box-title:not(:last-child) {
  margin-bottom: 5px;
}
.icons-box.style-2 .icons-wrap .icons-item .item-box p {
  font-size: 16px;
  color: #666;
}
.icons-box.type-2 {
  margin: 0;
}
.icons-box.type-2 .icons-wrap {
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.icons-box.type-2 .icons-wrap:not(:last-child):after {
  content: '';
  background: url(../images/separator_stripe_vertical.png) repeat-y;
  height: 100%;
  width: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.icons-box.type-2 .icons-wrap .icons-item > .item-box {
  padding-left: 0;
}
.icons-box.type-2 .icons-wrap:nth-child(1) .icons-item > .item-box > i {
  background: #ffbd0a;
}
.icons-box.type-2 .icons-wrap:nth-child(2) .icons-item > .item-box > i {
  background: #73c524;
}
.icons-box.type-2 .icons-wrap:nth-child(3) .icons-item > .item-box > i {
  background: #f05a21;
}
.icons-box.type-2 .icons-wrap:nth-child(4) .icons-item > .item-box > i {
  background: #2ec8c4;
}
.icons-box.type-2 .icons-wrap .icons-item > .item-box > i {
  position: relative;
  font-size: 48px;
  color: #fff;
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  -ms-transform: rotate(-11deg); /* IE 9 */
  -webkit-transform: rotate(-11deg); /* Chrome, Safari, Opera */
  transform: rotate(-11deg);
}
.icons-box.type-2 .icons-wrap .icons-item > .item-box > i:not(:last-child) {
  margin-bottom: 15px;
}
.icons-box.type-2 .icons-wrap .icons-item .icons-box-title a {
  color: #666;
}
.icons-box.type-2 .icons-wrap .icons-item > .item-box > p:not(:last-child) {
  margin-bottom: 30px;
}
.icons-box.type-2 .icons-wrap .icons-item > .item-box > [class*="btn"].type-2 {
  padding: 9px 30px 7px;
}
.icons-box.type-3 .icons-wrap .icons-item > .item-box {
  padding-left: 0;
}
.icons-box.type-3 .icons-wrap .icons-item > .item-box > i:not(:last-child) {
  margin-bottom: 20px;
}
.icons-box.type-3 .icons-wrap .icons-item > .item-box > i {
  position: relative;
  font-size: 32px;
  color: #fff;
  width: 72px;
  height: 72px;
  line-height: 68px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
}
/*----------- Testimonials --------------*/
.testimonial:not(:last-child) {
  margin-bottom: 35px;
}
.testimonial:not(.type-2) {
  padding-left: 45px;
}
.testimonial blockquote {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  position: relative;
  letter-spacing: 0.25px;
}
.testimonial.style-2:not(.type-2) {
  padding-left: 55px;
}
.testimonial.style-2 blockquote {
  font-weight: 500;
  padding-top: 10px;
  letter-spacing: 0;
  line-height: 30px;
  font-size: 18px;
}
.testimonial.style-2 .testimonial-holder {
  margin-bottom: 25px;
}
.testimonial.style-2:not(.type-2) blockquote > p:before {
  font-size: 115px;
  line-height: 130px;
  left: -55px;
}
.testimonial:not(.type-2) blockquote > p:before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: -45px;
  color: #ffbd0a;
  font-size: 100px;
  line-height: 95px;
}
.testimonial:not(.type-2) blockquote > p:after {
  content: close-quote;
  opacity: 0;
}
.testimonial .author-box {
  overflow: hidden;
  line-height: 22px;
  display: block;
}
.testimonial .author-box > * {
  display: table-cell;
  vertical-align: middle;
}
.testimonial a.avatar {
  border-radius: 50%;
  max-width: 100px;
  max-height: 100px;
  display: inline-block;
}
.testimonial a.avatar > img {
  border-radius: 50%;
  max-width: 100%;
}
.testimonial .author-name {
  font-size: 14px;
  display: block;
}
.testimonial .author-position, .testimonial .author-about, .testimonial .author-company {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
}
.testimonial .author-name:not(:last-child) {
  margin-bottom: 2px;
}
.testimonial .author-position:not(:last-child) {
  margin-bottom: 2px;
}
.testimonial .testimonial-holder {
  margin-bottom: 15px;
}
.testimonial.type-2 {
  overflow: hidden;
}
.testimonial.type-2 blockquote {
  line-height: 26px;
  letter-spacing: 0;
}
.testimonial.type-2 .author-box {
  float: left;
  min-width: 140px;
}
.testimonial.type-2 .author-info {
  margin-top: 15px;
  margin-top: 0px;
}
.testimonial.type-2 .author-box > * {
  display: block;
}
.testimonial.type-2 .testimonial-holder {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 5px;
}
.owl-carousel .testimonial.type-2 blockquote {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.owl-carousel .testimonial a.avatar {
  max-width: 200px;
  max-height: 200px;
}
.owl-carousel .testimonial.type-2 .author-box {
  display: block;
  text-align: center;
  float: none;
}
.owl-carousel .testimonial.type-2 .author-box:not(:last-child) {
  margin-bottom: 20px;
}
.owl-carousel .testimonial.type-2 .author-box > * {
  display: inline-block;
}
.owl-carousel .testimonial .author-name {
  font-size: 16px;
}
.owl-carousel .testimonial.type-2 .author-info {
  margin-top: 25px;
}
/*----------- Carousel Sliders --------------*/
.carousel-type-1 .owl-nav, .carousel-type-2 .owl-dots, .owl-custom .owl-nav, .carousel-type-2.brand-box .owl-nav, [class*="carousel-type"].no-bullets .owl-dots {
  display: none !important;
}
[class*="carousel-type"] .owl-dots {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
[class*="carousel-type"] .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  opacity: 1;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.carousel-type-2 .owl-custom-buttons > [class*="custom-owl-"] {
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -25px;
}
.owl-custom {
  position: relative;
}
.owl-custom .owl-custom-buttons > .custom-owl-prev {
  left: 40px;
}
.owl-custom .owl-custom-buttons > .custom-owl-next {
  right: 40px;
}
.owl-custom.custom-style-2 [class*="custom-owl-"]:before, .owl-custom.custom-style-2 [class*="custom-owl-"] {
  color: #bdbdbd;
  border-color: #bdbdbd;
}
.owl-nav > [class*="owl-"] {
  position: absolute;
  top: 50%;
  margin-top: -26px;
}
.owl-nav .owl-prev {
  left: 30px;
}
.owl-nav .owl-next {
  right: 30px;
}
.nav-type-2 .owl-nav > [class*="owl-"] {
  top: auto;
  bottom: 20px;
}
.nav-type-2 .owl-nav .owl-prev {
  left: 20px;
}
.nav-type-2 .owl-nav .owl-next {
  left: 60px;
  right: auto;
}
.nav-type-2 .owl-nav > [class*="owl-"]:before {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
/*----------- Progress Bars --------------*/
.pbar-wrap {
  position: relative;
}
.pbar, .pbar-inner {
  border-radius: 5px;
}
.pbar {
  position: relative;
  height: 12px;
  border-radius: 5px;
  background: #e8e8e8;
}
.pbar-wrap:not(:last-child) {
  margin-bottom: 22px;
}
.pbar-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f05a21;
}
.pbar-wrap .pbar-title {
  font-size: 16px;
  margin-bottom: 5px;
  color: #737373;
}
.pbar-wrap .pbar-title > span {
  float: right;
}
/*----------- Pricing Tables --------------*/
.pricing-tables-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.pricing-tables-holder:not(:last-child) {
  margin-bottom: 40px;
}
.pricing-tables-holder.cols-2 .pricing-table {
  width: 50%;
}
.pricing-tables-holder.cols-3 .pricing-table {
  width: 33.33333%;
}
.pricing-tables-holder.cols-4 .pricing-table {
  width: 25%;
}
.pricing-table {
  border: 2px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 20px 0;
}
.pricing-table:first-child {
  border-radius: 20px 0 0 20px;
}
.pricing-table:last-child {
  border-radius: 0 20px 20px 0;
}
.pricing-table.selected:not(:first-child):not(:last-child) {
  border-radius: 20px;
}
.pricing-table.selected {
  border-color: #f05a21;
  z-index: 2;
  margin: 0;
  box-shadow: 0px 0px 25px 0px rgba(240, 90, 33, 0.15);
  padding: 20px 0;
}
.pricing-table:nth-child(n+2) {
  margin-left: -4px;
}
.pricing-table.standart .pt-header .pt-type, .pricing-table.standart .pt-header .pt-price {
  color: #73c524;
}
.pricing-table.vip .pt-header .pt-type, .pricing-table.vip .pt-header .pt-price {
  color: #ffbd0a;
}
.pricing-table.selected .pt-header .pt-type, .pricing-table.selected .pt-header .pt-price {
  color: #f05a21;
}
.pt-header {
  color: #2c3035;
  padding: 35px 30px 15px;
  word-break: break-all;
}
.pt-type {
  font-size: 16px;
  text-transform: uppercase;
  color: #2a2c32;
  font-weight: bold;
}
.pt-price {
  font-size: 36px;
  font-weight: 800;
}
.pt-type, .pt-price {
  line-height: 1.2em;
}
.pt-type:not(:last-child) {
  margin-bottom: 5px;
}
.pt-title {
  color: #333;
}
.pt-title:not(:last-child) {
  margin-bottom: 10px;
}
.pt-period {
  font-size: 14px;
  color: #b9b9b9;
  line-height: 10px;
  letter-spacing: 0.5px;
}
.pt-lifetime {
  vertical-align: baseline;
}
.pt-features-list {
  padding: 15px 30px 115px;
  color: #858585;
}
.pt-features-list > li:not(:last-child) {
  margin-bottom: 12px;
}
.pt-features-list > li {
  padding-left: 28px;
  position: relative;
}
.pt-features-list > li:before {
  content: "\e959";
  font-family: 'linearicons';
  color: #8f8f8f;
  position: absolute;
  left: 0;
  top: 0;
}
.pt-footer {
  padding: 0 30px;
}
.pt-header, .pt-footer, .pt-features-list {
  position: relative;
  z-index: 1;
}
.pt-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
}
.pricing-table.selected .pt-footer {
  bottom: 55px;
}
.pt-footer .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.label {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  padding: 7px 10px 5px;
  position: absolute;
  background-color: #f05a21;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 10px 10px 10px 0;
}
.label.free {
  background-color: #73c524;
}
.entry .label {
  right: 0;
}
/*----------- Counters --------------*/
.counter {
  color: #858585;
  overflow: hidden;
}
.count-number {
  color: #f05a21;
  font-size: 56px;
  font-weight: 400;
  line-height: 43px;
}
.counter .count-number:not(:last-child) {
  margin-bottom: 10px;
}
.counter > span {
  color: #f05a21;
  float: left;
  font-size: 60px;
  margin-right: 20px;
}
.counter-inner {
  float: left;
}
/*----------- Tabs & Tour Sections --------------*/
.tabs-conrainer {
  position: relative;
}
.tabs:not(.vertical):not(.style-2) {
  border: 2px solid #e8e8e8;
  border-radius: 30px;
  background-color: #fff;
}
.tabs .tabs-nav {
  margin-bottom: -2px;
}
.tabs .tabs-nav li {
  float: left;
}
.tabs.horisontal .tabs-nav li:last-child a {
  margin-right: 0;
}
.tabs:not(.vertical):not(.style-2) .tabs-content {
  border: none;
  border-top: 2px solid #e8e8e8;
}
.tabs .tabs-content {
  display: block;
  padding: 25px 30px;
  border: 2px solid #e8e8e8;
}
.tabs .tabs-nav {
  width: 100%;
}
.tabs .tabs-nav > li > a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  padding: 13px 30px;
  color: #73c524;
  position: relative;
  border: 2px solid #e8e8e8;
}
.tabs:not(.vertical):not(.style-2) .tabs-nav > li > a {
  border-top: none;
  border-left: none;
  border-right: 2px solid #e8e8e8;
}
.tabs .tabs-nav > li.ui-tabs-active > a {
  color: #666;
}
.tabs:not(.vertical) .tabs-nav > li:not(:first-child) > a {
  border-left: none;
}
.tabs:not(.vertical) .tabs-nav > li.ui-tabs-active a {
  border-bottom-color: #fff;
}
.tabs.style-2:not(.vertical) .tabs-nav {
  margin-bottom: 10px;
}
.tabs.style-2:not(.vertical) .tabs-nav > li:not(:last-child) {
  margin-right: 10px;
}
.tabs.style-2:not(.vertical) .tabs-nav > li.ui-tabs-active a:after {
  top: 100%;
  left: 25px;
  border: 10px solid transparent;
  border-top: 10px solid #73c524;
  margin: 0;
}
.tabs.vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.tabs.vertical .tabs-nav {
  width: 30%;
  max-width: 30%;
  margin-bottom: 0;
  margin-right: -2px;
}
.tabs.vertical .tabs-content {
  width: 70%;
  max-width: 70%;
  border-radius: 0 30px 30px 30px;
}
.tabs.vertical .tabs-nav li {
  float: none;
}
.tabs.vertical .tabs-nav > li:not(:last-child) > a {
  border-bottom: none;
}
.tabs.vertical .tabs-nav > li.ui-tabs-active a {
  border-right-color: #fff;
}
.tabs.vertical .tabs-nav li:last-child a {
  border-bottom-right-radius: 3px;
}
.tabs.vertical .tabs-nav > li:first-child a {
  border-radius: 30px 0 0 0;
}
.tabs.vertical .tabs-nav > li:last-child a {
  border-radius: 0 0 0 30px;
}
.tabs.vertical.style-2 .tabs-nav {
  margin-right: 10px;
  overflow: visible;
}
.tabs.vertical.style-2 .tabs-nav li > a, .tabs.style-2 .tabs-nav li > a {
  background: #73c524;
  color: #fff;
  border-radius: 30px;
  border: none;
  position: relative;
}
.tabs.vertical.style-2 .tabs-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.tabs.vertical.style-2 .tabs-nav > li a:after, .tabs.style-2 .tabs-nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  margin-left: -5px;
  border: 10px solid transparent;
  border-left: 15px solid #73c524;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}
.tabs.vertical.style-2 .tabs-nav > li.ui-tabs-active a:after, .tabs.style-2 .tabs-nav > li.ui-tabs-active a:after {
  opacity: 1;
  visibility: visible;
}
.tabs.vertical.style-2 .tabs-content, .tabs.style-2 .tabs-content {
  border: none;
  background: #f6f6f6;
  border-radius: 30px;
}
/*----------- Isotope --------------*/
.isotope {
  margin: -30px -15px 0;
}
.isotope:not(:last-child) {
  margin-bottom: 35px;
}
.isotope.three-collumn .item {
  width: 33.3333%;
}
.isotope .item {
  padding: 30px 15px 0;
}
/*----------- Team Members --------------*/
.team-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.team-holder:not(.owl-carousel) {
  margin: -30px -15px 0;
}
.team-holder {
  margin-top: -30px;
}
.team-holder .team-item {
  padding: 30px 15px 0;
  text-align: center;
}
.team-holder .team-item .team-member .member-photo {
  display: block;
}
.team-holder .team-item .team-member .member-photo:not(:last-child) {
  margin-bottom: 20px;
}
.team-holder .team-item .team-member .member-name, .team-holder .team-item .team-member .member-position {
  font-family: 'Poppins', sans-serif;
}
.team-holder .team-item .team-member .member-name {
  line-height: 30px;
}
.team-holder .team-item .team-member .member-name:not(:last-child) {
  margin-bottom: 10px;
}
.team-holder .team-item .team-member .member-name a, .team-holder .team-item .team-member .member-name {
  color: #73c524;
  color: #ed3237;
}
.team-holder .team-item .team-member .member-info .green {
  font-size: 18px;
  font-weight: 700;
  color: #73c524;
}
.team-holder .team-item .team-member .member-name a:hover {
  text-decoration: underline;
}
.team-member {
  position: relative;
  z-index: 1;
}
.team-member .member-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.team-member .member-photo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}
.member-about {
  color: #858585;
}
.widget .member-name:not(:last-child) {
  margin-bottom: 18px;
}
.widget .member-name {
  font-size: 16px;
  font-weight: bold;
}
.member-info {
  position: relative;
}
.member-info:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.member-info:not(:last-child):after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  display: block;
  height: 3px;
  width: 70px;
  background: url(../images/separator_stripe.png) repeat-x;
}
.member-position {
  color: #858585;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.member-position:not(:last-child) {
  margin-bottom: 15px;
}
.team-member .custom-list li span {
  display: inline-block;
}
.team-member .custom-list li a {
  color: #333;
}
.team-member .custom-list li a:hover {
  text-decoration: underline;
}
.widget .team-member.single-member .member-photo {
  float: left;
  max-width: 50%;
  margin: 0 30px 10px 0;
}
#sidebar .widget .team-member.single-member .member-photo {
  margin: 0 20px 5px 0;
}
#sidebar .widget .team-member.single-member .member-name {
  padding-top: 5px;
}
.team-holder.single-member .team-item {
  text-align: left;
}
.team-holder.single-member .team-item .custom-list li:not(:last-child) {
  margin-bottom: 0;
}
.team-holder.single-member .member-info:not(:last-child):after {
  left: 0;
  margin-left: 0;
}
.team-holder.single-member .team-item p {
  color: #858585;
}


.widget-map .event-info {
  padding: 25px 30px;
  background: #fafafa;
}
.info-section:not(:last-child) {
  margin-bottom: 25px;
}
.info-title {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.info-title:not(:last-child) {
  margin-bottom: 10px;
}
.team-holder.single-member.type-2 .team-item .team-member {
  overflow: hidden;
}
.team-holder.single-member.type-2 .team-item .member-photo {
  float: left;
  margin-right: 40px;
}
/*----------- Google Map --------------*/
#googleMap {
  width: 100%;
  padding-bottom: 40%;
  min-height: 250px;
  z-index: 1;
  overflow: hidden;
}
iframe::-webkit-scrollbar {
  display: none !important;
}
iframe::scrollbar {
  display: none !important;
}
/*----------- Services --------------*/
.services {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: -15px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.services .service-col {
  padding: 15px;
}
.services .service-item {
  position: relative;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.services .service-item:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.services .service-item .service-inner {
  background-color: #f6f6f6;
  padding: 25px 30px 35px;
}
.services .service-item .service-inner .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.services .service-item .service-inner p:not(:last-child) {
  margin-bottom: 30px;
}
/*----------- Countdown --------------*/
.countdown {
  color: #fff;
}
.countdown .countdown-section {
  display: block;
  float: left;
}
.countdown .countdown-row {
  overflow: hidden;
}
.countdown {
  text-align: center;
}
.countdown .countdown-row {
  display: inline-block;
}
.countdown .countdown-section:not(:last-child) {
  margin-right: 10px;
}
.countdown .countdown-section {
  width: 90px;
}
.countdown .countdown-amount {
  font-size: 36px;
  font-family: 'Rubik', sans-serif;
  display: block;
  font-weight: normal;
  background: rgba(240, 90, 33, 0.3);
  padding: 25px 0;
  margin-bottom: 2px;
  border-radius: 20px 20px 0 0;
}
.countdown .countdown-period {
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  background: rgba(240, 90, 33, 0.3);
  border-radius: 0 0 20px 20px;
}
/*----------- Audio Player --------------*/
.audio-poster {
  position: relative;
}
.audio-poster img {
  width: 100%;
}
.audio-poster .audioplayer1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.audioplayer {
  background: #d5d5d5;
  color: #222;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left-color: #222;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
  border-left-color: #f05a21;
}
.audioplayer-volume {
  border: none;
}
.audioplayer-volume-button a {
  background: #222;
}
.audioplayer-volume-button:hover a {
  background: #f05a21;
}
.audioplayer-volume-button a:before {
  border-right-color: #222;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  border-color: #222;
}
.audioplayer-volume-button:hover a:before {
  border-right-color: #f05a21;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after {
  border-color: #f05a21;
}
.audioplayer-bar-played {
  background: #f05a21;
}
/*----------- Widget calendar --------------*/
.widget-calendar {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #e8e8e8;
}
.widget-calendar table tr td {
  text-align: center;
  padding: 16px 5px;
  border: 2px solid #e8e8e8;
  font-size: 14px;
  line-height: 15px;
  color: #858585;
}
.widget-calendar table tr td:first-child {
  border-left: none;
}
.widget-calendar table tr td:last-child {
  border-right: none;
}
.widget-calendar table tr:last-child td {
  border-bottom: none;
}
.widget-calendar table tr.month td {
  color: #2a2c32;
}
.widget-calendar table tr th {
  padding: 13px 10px 12px;
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
.widget-calendar table tr.days td {
  color: #f05a21
}
.widget-calendar table tr td.link {
  padding: 0;
}
.widget-calendar table tr td.link a {
  color: #858585;
  padding: 16px 5px;
  display: block;
}
.widget-calendar table tr td.link.current a, .widget-calendar table tr td.link a:hover {
  color: #fff;
  background: #73c524;
}
.calendar-month {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  color: #73c524;
}
.calendar-month:hover {
  text-decoration: underline;
  color: #73c524;
}
/* -----------------------------------

  9. Blog

------------------------------------- */
.entry-box:not(.owl-carousel) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: -15px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
/*----------- Entries --------------*/
.entry .entry-meta .entry-date {
  text-transform: uppercase;
  color: #f05a21;
}
.entry .entry-body .entry-title > a {
  color: #35a5d8;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
}
.entry .entry-body .entry-title:not(:last-child) {
  margin-bottom: 9px;
}
.entry .entry-body .entry-title > a:hover {
  text-decoration: underline;
}
#footer .entry .entry-meta .entry-date {
  color: #b9b9b9;
}
.entry .contact-info-item {
  color: #666;
  margin-top: 0;
}
.entry .contact-info-item span a {
  color: #73c524;
}
.entry .entry-meta > * {
  display: inline-block;
  font-size: 14px;
}
.entry .entry-meta > *:not(:last-child) {
  margin-right: 15px;
}
.welcome-item.single-item .bigHalfCircle {
  display: none;
}
.welcome-item.single-item .welcome-content {
  background: #fafafa;
}
.entry .entry-meta a {
  color: #333;
}
.entry .entry-meta a:hover {
  text-decoration: underline;
}
.entry .entry-meta a:before, .entry .entry-meta > .entry-tags:before {
  display: inline-block;
  margin-right: 8px;
  color: #b9b9b9;
  font-family: 'fontello';
}
.entry .entry-meta > .entry-tags:before {
  content: '\e874';
}
.entry .entry-meta > .entry-byline a:before {
  content: '\e844';
}
.entry .entry-meta > .entry-news:before {
  content: '\e8b1';
}
.entry .entry-meta > .entry-comments-link:before {
  content: '\e893';
}
.entry .entry-meta > .entry-share:before {
  content: "\e88a";
}
.blog-type .welcome-item .entry-calendar:before {
  content: '\e8c3';
}
.welcome-item .entry .entry-body:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 15px;
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
.welcome-img {
  position: relative;
}
.blog-type.type-2.welcome-section:not(.owl-carousel) {
  margin: -25px -15px;
  display: block;
}
.blog-type.type-2 .welcome-col {
  padding: 25px 15px;
}
.welcome-item .welcome-img .entry-date, .blog-type.type-2:not(.list-view) .welcome-item .entry-date, .welcome-item .welcome-attachment .entry-date, .welcome-item .entry-body .entry-date {
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 72px;
  height: 72px;
  text-align: center;
  padding: 15px 0;
  background: #73c524;
  border-radius: 50%;
  text-transform: uppercase;
  color: #fff;
  line-height: 14px;
  overflow: hidden;
  z-index: 9;
}
.blog-type.type-2 .welcome-item .testimonial {
  padding-top: 10px;
}
.blog-type.type-2 .welcome-item .testimonial, .blog-type.type-2 .welcome-item .testimonial blockquote p {
  color: #f05a21;
}
.blog-type.type-2 .welcome-item .testimonial blockquote:not(:last-child) {
  margin-bottom: 15px;
}
.blog-type.type-2 .welcome-item .testimonial .author-name {
  font-size: 18px;
  font-weight: 500;
}
.single-news.blog-type:not(:last-child) {
  margin-bottom: 30px;
}
.single-news.blog-type .welcome-item .entry-meta:first-child:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
.single-news.blog-type .welcome-item .welcome-content {
  color: #666;
}
.single-news.blog-type .welcome-item .blockquote-holder {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  max-width: 330px;
}
.welcome-item .welcome-img .entry-date span, .blog-type.type-2 .welcome-item .entry-date span {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
.welcome-item .entry-date, .welcome-item.entry-date-text {
  text-transform: uppercase;
  color: #b9b9b9;
}
.blog-type.type-2 .welcome-item .entry {
  position: relative;
}
.blog-type.type-2 .welcome-item .entry-body {
  overflow: hidden;
}
.blog-type.type-2:not(.list-view) .welcome-item .entry-body .entry-title {
  margin-top: 7px;
}
.blog-type.type-2.list-view .welcome-item .entry-body .entry-title:not(:last-child) {
  margin-bottom: 0;
}
.blog-type.type-2:not(.list-view) .welcome-item .entry-date, .welcome-item .entry-body .entry-date {
  float: left;
  margin-right: 20px;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
}
.welcome-item .entry-body .entry-date {
  margin-right: 30px;
}
.blog-type.type-2 .welcome-item .welcome-content > p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-type.type-2.list-view .welcome-item .entry-body .entry-meta:not(:last-child) {
  margin-bottom: 15px;
}
.class-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: -8px -5px 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.class-info > [class*="class-"] {
  padding: 8px 5px 0;
  color: #f05a21;
}
.class-info > [class*="class-"] span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #b9b9b9;
  line-height: 18px;
}
.class-info > .class-price span {
  color: #f05a21;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
}
.class-info > .class-price span i {
  font-size: 18px;
  font-style: normal;
  vertical-align: top;
  line-height: 7px;
}
.class-info > [class*="class-"] a {
  color: #f05a21;
}
.class-info > [class*="class-"] a:hover {
  text-decoration: underline;
}
.class-info > [class*="class-"] a.gmap {
  color: #acc84c;
  display: block;
  line-height: 20px;
}
.class-info.type-2 {
  display: block;
}
.entries-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px -10px;
}
.entries-nav > [class*="entry"] {
  font-size: 16px;
}
.entries-nav > * {
  margin: 0 10px 10px;
}
.entries-nav > [class*="entry"]:before, .entries-nav > [class*="entry"]:after {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #b9b9b9;
  color: #666;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-family: 'fontello';
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.entries-nav > .previous-entry:before {
  content: '\e8e4';
  margin-right: 10px;
}
.entries-nav > .next-entry:after {
  content: '\e8e5';
  margin-left: 10px;
}
.entries-nav > [class*="entry"]:hover:before, .entries-nav > [class*="entry"]:hover:after {
  background: #b9b9b9;
  color: #fff;
}
.entries-nav.type-2 > [class*="entry"]:before, .entries-nav.type-2 > [class*="entry"]:after {
  display: none;
}
.entries-nav.type-2 > * {
  width: 50%;
}
.entries-nav.type-2 > * {
  padding: 0 10px 10px;
  margin: 0;
}
.entries-nav.type-2 > * .alignleft {
  float: left;
  margin-right: 20px;
}
.entries-nav.type-2 > * .alignright {
  float: right;
  margin-left: 20px;
}
.entries-nav.type-2 > .next-entry {
  text-align: right;
}
.entries-nav.type-2 > * > div > a {
  color: #333;
  font-size: 12px;
}
.entries-nav.type-2 > * > div > a:hover {
  text-decoration: underline;
}
.entries-nav.type-2 > * > div > h6 > a {
  color: #73c524;
}
.entries-nav.type-2 > * > div > h6 > a:hover {
  text-decoration: underline;
}
/* ------------------------------------------------------

      Comments
      
  ------------------------------------------------------ */
.comments-list {
  overflow: hidden;
}
.comments-list:not(:last-child) {
  margin-bottom: 30px;
}
.comments-list .children .comment {
  padding-left: 40px;
}
.comment > article {
  position: relative;
  padding: 20px 0 20px;
  overflow: hidden;
}
.comment:not(:last-child) > article, .comment:not(:last-child) {
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
.gravatar {
  float: left;
  width: 100px;
  margin-right: 20px;
}
.comment-body {
  overflow: hidden;
}
.comment-meta {
  font-size: 12px;
  line-height: 24px;
  color: #858585;
}
.comment-meta:not(:last-child) {
  margin-bottom: 10px;
}
.comment-meta > *:not(.comment-author):not(.rating):not(.wrapper) {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
}
.comment-meta > a {
  color: #333;
}
.comment-meta > *:not(.comment-author):not(:last-child):after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
  color: #c3c3c3;
}
.content-element .comment-meta > *:not(.comment-author):not(:last-child):after {
  display: none;
}
.comment-author {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-weight: 500;
  text-transform: none;
}
.comment-author a {
  color: #73c524;
}
.comment-author:not(:last-child) {
  margin-bottom: 5px;
}
.comment-reply-link {
  color: inherit;
}
.comment-reply-link:hover {
  text-decoration: underline;
}
.comment-section .comment-item {
  position: relative;
  padding-bottom: 20px;
}
.comment-section .comment-item .comment-holder {
  background: #fff;
  border-radius: 30px 30px 0 0;
}
.comment-section .comment-item .bottom-separator {
  margin-top: -20px;
  padding-bottom: 20px;
  border-radius: 0 0 30px 30px;
}
.owl-carousel.testimonial .comment-item blockquote {
  font-weight: normal;
  font-size: 16px;
  padding: 30px 30px 70px;
}
.owl-carousel.testimonial .comment-item .author-box > .author-info {
  display: block;
}
.owl-carousel.testimonial:not(:last-child) {
  margin-bottom: 0;
}
.owl-carousel.testimonial.type-2 .author-box {
  float: none;
  min-width: 100px;
  margin-top: -70px;
}
.owl-carousel.testimonial.type-2 .author-box > .avatar {
  display: inline-block;
}
.owl-carousel.testimonial.type-2 .author-box .author-info .author-name {
  color: #fff;
}
.owl-carousel.testimonial.type-2 {
  text-align: center;
}
/* -----------------------------------

  10. Portfolio

------------------------------------- */
.portfolio-holder:not(:last-child) {
  margin-bottom: 40px;
}
.portfolio-holder:not(.owl-carousel):not(.isotope) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: -30px -15px 0;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.portfolio-holder:not(.owl-carousel):not(.isotope) .pr-col {
  padding: 30px 15px 0;
}
.project, .project-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-image > img {
  width: 100%;
}
.portfolio-holder .project {
  text-align: center;
}
.portfolio-holder .project-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: url(../images/icon_zoomin.png) 24 24, auto;
}
.portfolio-holder .project:hover .project-link {
  background: rgba(0, 0, 0, 0.4);
}
/* -----------------------------------

  11. Shop

------------------------------------- */
.sort-criteria {
  text-align: left;
  display: inline-block;
}
.view-type {
  font-size: 0;
}
.view-type > .custom-select {
  font-size: 14px;
  min-width: 165px;
  text-align: left;
}
.view-type .select-title.btn i {
  font-size: 20px;
  vertical-align: -4px;
}
.view-type .custom-select .select-list {
  border: 2px solid #e8e8e8;
}
.view-type > .custom-select .select-title {
  background-color: #e8e8e8;
  padding: 10px 30px;
}
.view-type > .custom-select .select-title:before {
  display: none;
}
/* ------------------ List View ---------------- */
.products-holder.view-list[class*="fx-cols-"] .product-col {
  max-width: 100%;
  width: 100%;
}
.products-holder.view-list .product-image {
  float: left;
  max-width: 230px;
  width: 32%;
  margin: 0 30px 0 0;
}
.products-holder.view-list .product-description {
  padding-top: 25px;
}
.products-holder.view-list .product-price {
  display: block;
}
.products-holder.view-list .product-info:not(:last-child) {
  margin-bottom: 0px;
}
.products-holder.view-list .product-price:not(:last-child) {
  margin-bottom: 8px;
}
.products-holder.view-list .product-name:not(:last-child) {
  margin-bottom: 8px;
}
.product .product-name a, .product .product-name {
  color: #73c524;
  font-family: 'Poppins', sans-serif;
}
.product .product-name a:hover {
  text-decoration: underline;
}
.product:not(.single) .pricing-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.product .pricing-area .product-price {
  color: #f05a21;
  font-weight: 500;
  font-size: 18px;
}
.product .pricing-area .product-price:not(:last-child) {
  margin-bottom: 10px;
}
.product .product-image {
  position: relative;
}
.product .product-image:not(:last-child) {
  margin-bottom: 20px;
}
.product .product-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .45s ease;
  -o-transition: opacity .45s ease;
  transition: opacity .45s ease;
}
.product:hover .product-image .overlay {
  opacity: 1;
  visibility: visible;
}
.rating {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.rating li {
  font-size: 18px;
}
.rating li i {
  color: #f05a21;
}
.rating li.empty i {
  color: #999;
}
.product-sort-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-sort-section:not(:last-child) {
  margin-bottom: 35px;
}
.product-sort-section .custom-select {
  width: auto;
  min-width: 230px;
}
.qv-preview {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 99 !important;
}
/* Single product */
.product.single {
  box-shadow: none;
  background: transparent;
}
.product.single .product-description {
  padding: 0;
  color: #5f6366;
}
.product.single .product-name {
  line-height: 48px;
  font-weight: normal;
}
.product.single .product-price {
  font-size: 24px;
  font-weight: 500;
}
.product.single .rating + span {
  display: inline-block;
}
.product.single .product-price:not(:last-child) {
  margin-bottom: 15px;
}
.product.single .pricing-area:not(:last-child) {
  margin-bottom: 10px;
}
.product.single .pricing-area .rating li i {
  font-size: 20px;
}
.product.single .pricing-area span > a {
  color: #73c524;
  font-size: 14px;
}
.product.single .pricing-area span > a:hover {
  text-decoration: underline;
}
.image-preview:not(:last-child) {
  margin-bottom: 10px;
}
.product.single .product-excerpt {
  color: #858585;
}
.product.single .product-info:not(:last-child) {
  margin-bottom: 15px;
}
.product.single .add-to-cart-form .custom-select:not(:last-child) {
  margin-bottom: 20px;
}
.product.single .add-to-cart-form label {
  color: #858585;
  font-size: 16px;
  font-weight: normal;
}
.product.single .add-to-cart-form label:not(:last-child) {
  margin-bottom: 10px;
}
.product.single .add-to-cart-form .custom-select {
  width: auto;
  min-width: 190px;
}
.product.single .product-actions .quantity + .btn {
  margin-left: 15px;
  margin-top: 0;
}
.product.single .product-characteristics {
  margin: -10px -7px 0;
}
.product.single .product-characteristics:not(:last-child) {
  margin-bottom: 30px;
}
.product.single .product-characteristics > li > * {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 7px 0;
}
.product.single .product-characteristics > li:not(:last-child) {
  margin-bottom: 8px;
}
.product-characteristics .selected-option {
  min-width: 200px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.product-characteristics .selected-option::after {
  border-top-color: #c5c5c5;
}
.product.single .product-characteristics .name {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #2c3035;
  text-transform: uppercase;
  min-width: 60px;
}
.product.single .product-actions:not(:last-child) {
  margin-bottom: 20px;
}
.product.single .product-meta {
  color: #858585;
  font-size: 16px;
}
.product.single .product-meta > li > span {
  color: #666;
}
.product.single .product-meta:not(:last-child) {
  margin-bottom: 25px;
}
.product.single .product-meta a {
  color: #73c524;
}
.product.single .product-meta a:hover {
  text-decoration: underline;
}
.product.single .product-meta > li:not(:last-child) {
  margin-bottom: 10px;
}
.image-preview {
  position: relative;
  overflow: hidden;
}
.image-preview .label {
  top: 40px;
  z-index: 5;
}
.open-modal {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  font-size: 20px;
  color: #2a2c32;
}
.image-preview img {
  width: 100%;
}
.zoomContainer {
  z-index: 4 !important;
}
.owl-carousel.product-thumbs {
  padding: 0 55px;
}
.product-thumbs.owl-carousel .owl-item img {
  opacity: 0.5;
  width: auto;
  width: 100%;
}
.product-thumbs .active:not(.owl-item) img {
  opacity: 1;
}
.product-thumbs .owl-dots {
  display: none;
}
.product-thumbs .owl-nav > * {
  margin-top: -16px;
}
.product-thumbs .owl-nav > *:before {
  font-size: 14px;
  color: #666;
  border-color: #b9b9b9;
  width: 32px;
  height: 32px;
  line-height: 30px;
}
.product-thumbs .owl-nav .owl-prev {
  left: 0;
}
.product-thumbs .owl-nav .owl-next {
  right: 0;
}
.share .title {
  color: #7b8285;
  margin-right: 10px;
}
.share ul {
  display: inline-block;
}
/* Checkout */
.hidden-section:not(:last-child) {
  margin-bottom: 10px;
}
.hidden-section .account-action {
  font-size: 18px;
  color: #666;
}
.hidden-section .account-action > a {
  color: #73c524;
  border-bottom: 1px solid transparent;
  font-weight: 500;
}
.hidden-section .account-action > a:hover {
  border-bottom-color: inherit;
}
.hidden-section form.contact-form .btn {
  margin: 0;
}
.hidden-section .content {
  padding: 20px 0 15px;
}
.hidden-section .content input:not([type="submit"]):not(:last-child) {
  margin-bottom: 15px;
}
.hidden-section .content .join-form {
  display: block;
}
.forgot-password {
  color: #038ed3;
}
.forgot-password:hover {
  text-decoration: underline;
}
.login-form-footer {
  margin-top: 10px;
}
.checkbox-title input[type="checkbox"] + label {
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  color: #666;
}
.checkbox-title input[type="radio"] + label::before, .checkbox-title input[type="checkbox"] + label::before {
  left: auto;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
.checkbox-title input[type="checkbox"] + label::after {
  left: auto;
  right: 4px;
  top: 50%;
  margin-top: -15px;
}
.checkbox-title input[type="checkbox"] + label {
  padding-left: 0;
  padding-right: 50px;
}
.checkbox-title:not(:last-child) {
  margin-bottom: 20px;
}
.payment-option li:not(:last-child) {
  margin-bottom: 20px;
}
.payment-option input[type="radio"] + label {
  font-weight: bold;
  color: #666;
  font-size: 18px;
}
.payment-option p {
  color: #7b8285;
}
.payment-option .input-wrapper:not(:last-child) {
  margin-bottom: 0;
}
.payment-desc {
  padding-left: 50px;
}
.payment-option .input-wrapper a {
  color: #73c524;
  font-size: 14px;
}
.payment-option .paypal-link {
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
  color: #038ed3;
  margin-left: -20px;
}
.payment-option .paypal-link:hover {
  text-decoration: underline;
}
.payment-option > li:last-child [class*="btn"]:only-child {
  margin-top: 15px;
}
.product-sort-section:not(:last-child) {
  margin-bottom: 30px;
}
.product-sort-section .custom-select {
  width: auto;
  min-width: 230px;
}
.product-sort-section > span {
  color: #666;
}
/* -----------------------------------

  12. Sidebar

------------------------------------- */
#sidebar .widget:not(:last-child) {
  margin-bottom: 55px;
}
.widget:not(:last-child) {
  margin-bottom: 30px;
}
.widget-title:not(:last-child) {
  margin-bottom: 15px;
}
#sidebar .widget .widget-title {
  font-weight: normal;
  letter-spacing: -0.1px;
}
.widget .contact-info > li {
  display: block;
}
#sidebar .widget .entry-attachment .entry-body .entry-title {
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
.widget .lineform {
  padding-top: 5px;
}
/* ----------------- Search Widget ---------------- */
.widget.widget-searchform {
  padding: 0;
  background: transparent;
}
/* ----------------- Categories Widget ---------------- */
.widget-categories ul {
  font-size: 20px;
  line-height: 26px;
}
.widget-categories a {
  display: block;
  position: relative;
  padding-right: 35px;
}
.widget-categories .entries-amount, .widget-products-categories .entries-amount {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
.current-cat a {
  color: #28abe3;
}
.widget-categories > ul > li:not(:last-child) {
  margin-bottom: 6px;
}
.widget-products-categories ul > li {
  position: relative;
  padding-right: 30px;
}
.widget-products-categories ul > li:not(:last-child) {
  margin-bottom: 0;
}
.widget-products-categories .entries-amount {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0px;
  top: 5px;
  color: rgba(44, 48, 53, .5);
}
/* ----------------- Tags Widget ---------------- */
.tagcloud {
  overflow: hidden;
  margin: -8px -4px 0;
}
.tagcloud a {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 20px 6px;
  display: block;
  float: left;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  margin: 8px 4px 0;
  letter-spacing: 1px;
}
.tagcloud a:hover {
  background-color: #b9b9b9;
  color: #fff;
}
.tagcloud span {
  float: left;
  display: block;
  padding: 6px 0 5px;
  margin: 4px 8px 0 0;
  color: #858585;
}
.tagcloud:not(:last-child) {
  margin-bottom: 15px;
}
/* ----------------- About Me Widget ---------------- */
.widget-about-me {
  text-align: center;
  padding-bottom: 25px;
}
.widget-about-me .avatar {
  display: inline-block;
  border-radius: 50%;
  max-width: 130px;
}
.widget-about-me .avatar:not(:last-child) {
  margin-bottom: 18px;
}
.widget-about-me .author-name {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.widget-about-me .author-position {
  color: #2c3035;
  font-size: 16px;
}
.widget-about-me .author-position:not(:last-child) {
  margin-bottom: 10px;
}
.widget-about-me .social-icons a {
  color: #908d8d;
}
.widget-about-me .social-icons {
  margin: -5px -5px 0;
}
.widget-about-me .social-icons > li {
  margin: 5px;
}
.widget-about-me .social-icons a:hover {
  color: #28abe3;
}
/* ----------------- Entry Widget ---------------- */
.widget .entry-attachment .entry-body .entry-title {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}
.entry-meta {
  overflow: hidden;
}
.widget.entry.small-thumb .entry-attachment .entry-body {
  padding-top: 5px;
}
.entry:not(.type2) .entry-attachment .entry-body .entry-meta:not(:last-child) {
  margin-bottom: 8px;
}
.widget.entry.small-thumb .entry-attachment:not(:last-child) {
  margin-bottom: 25px;
}
[class*="footer"] .widget .entry-attachment .entry-body .entry-meta a, [class*="footer"] .widget .entry-attachment .entry-body .entry-title > a {
  color: #fff;
}
[class*="footer"] .widget .entry-attachment .entry-body {
  padding-top: 5px;
}
.widget .entry {
  overflow: hidden;
}
.widget .news-list.small-img .entry .entry-body {
  padding-right: 20px;
  overflow: hidden;
}
.widget .entry .entry-attachment {
  float: right;
  margin-bottom: 10px;
}
.widget .news-list.small-img .entry .entry-title:not(:last-child) {
  margin-bottom: 0;
}
.info-links.type2.comment-type > li {
  line-height: inherit;
}
.info-links.type2.comment-type > li:not(:first-child) {
  padding-top: 11px;
}
.info-links.type2.comment-type > li:not(:last-child) {
  padding-bottom: 11px;
}
.comment-type {
  color: #858585;
}
.info-links.type2.comment-type a, .info-links.type2.comment-type {
  font-size: 16px;
  line-height: 26px;
}
.comment-type a.author {
  color: #000;
}
.comment-type a:before {
  display: none;
}
.comment-type a:hover {
  text-decoration: underline;
}
/* ----------------- Product Widget ---------------- */
.widget .product-holder .product {
  overflow: hidden;
}
.widget .product-holder .product:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 20px;
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
.widget .product-holder .product-description {
  overflow: hidden;
}
.widget .product-holder .product-image {
  float: left;
  margin: 0 20px 0 0;
}
.widget .product .pricing-area {
  display: block;
}
/*----------- Comment --------------*/
.widget .comment-item {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  color: #858585;
}
.widget .comment-item .author, .widget .comment-item .author:hover {
  color: #038ed3;
}
.widget .comment-item a:hover {
  text-decoration: underline;
  color: #2a2c32;
}
/* -----------------------------------

  13. Footer

------------------------------------- */
#footer {
  position: relative;
}
#footer[class*="footer"]:not(.footer-2):not(.footer-3) {
  background: url(../images/footer_bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#footer[class*="footer"]:not(.footer-2):not(.footer-3) {
  background: url(../images/footer_bg.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top center;
  background-color: #fff;
}
#footer[class*="footer"]:not(.footer-3):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: url(../images/rainbowstripe.jpg) repeat-x;
}
#footer.footer-2 p:not(:last-child), #footer.footer-2 .social-icons.style-2:not(:last-child) {
  margin-bottom: 35px;
}
#footer .top-footer {
  padding: 60px 0 30px;
}
.copyright-section {
  position: relative;
  padding: 50px 0;
  padding: 25px 0;
  padding-bottom:0px;
  text-align: center;
}
.copyright-section:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  background: url(../images/separator_stripe.png) repeat-x;
  height: 3px;
  width: 100%;
}
.copyright {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.25px;
  text-align: left;
}
.copyright span {
  color: #FF9800;
}
.footer .icons-box .icons-wrap .icons-item > .item-box p {
  font-weight: 500;
}
/* ----------------- Footer style-2 ---------------- */
#footer.footer-2 {
  background: none;
}
#footer.footer-2:after {
  content: '';
  background: url(../images/footer_bottom_bg.jpg) repeat-x;
  height: 171px;
  width: 100%;
  display: block;
}
.footer-2 .top-footer {
  padding: 60px 0;
}
.top-footer-elements {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -30px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
}
.top-footer-item {
  padding-right: 30px;
  padding-left: 30px;
}
.footer-2 .top-footer-item {
  padding: 10px 30px;
  position: relative;
  min-width: 320px
}
.footer-2 .top-footer-item:not(:last-child):after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  padding: 10px 0;
  background: rgba(237, 237, 237, 0.1);
}
.top-footer-item .widget.table-row {
  width: auto;
}
.top-footer-item .widget p {
  text-align: right;
  margin-bottom: 0;
  padding-right: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
  font-family: 'Assistan', sans-serif;
  letter-spacing: 0.1px;
}
.top-footer-item .widget .lineform {
  min-width: 545px;
}
/* ----------------- Footer style-2 ---------------- */
.footer-3 {
  background-color: #252525;
  color: #666;
}
#footer.footer-3 .top-footer {
  padding: 60px 0 0;
}
.footer-3 .top-footer > .container {
  width: 100%;
}
.footer-3 .top-footer .widget-title {
  color: #fff;
}
.footer-3 .top-footer .logo:not(:last-child) {
  margin-bottom: 20px;
}
.footer-3 .top-footer .contact-info-menu {
  margin: 0;
}
.footer-3 .top-footer .contact-info-menu:not(:last-child) {
  margin-bottom: 30px;
}
.footer-3 .top-footer .contact-info-menu > * {
  font-size: 14px;
  margin: 0;
  display: block;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.footer-3 .top-footer .contact-info-menu > *:not(:last-child) {
  margin-bottom: 12px;
}
.footer-3 .top-footer .contact-info-menu > * > span {
  color: #858585;
}
.footer-3 .top-footer .contact-info-menu > * > a {
  color: #fff;
}
.footer-3 .top-footer .contact-info-menu > * > a:hover {
  text-decoration: underline;
}
.footer-3 .top-footer .social-icons.style-2 > li > a {
  color: #b9b9b9;
}
.footer-3 .top-footer .social-icons.style-2 > li > a:hover {
  color: #fff;
}
.certificates > img:not(:last-child) {
  margin-right: 15px;
}
.footer-3 .copyright-section:before {
  display: none;
}
.footer-3 .copyright-section {
  text-align: center;
  padding: 40px 0;
}
.footer-3 .copyright span {
  color: #fff;
}
/* ----------------- Update 1.6 ---------------- */
.rev-slider-wrapper {
  z-index: 0 !important;
}
.welcome-item .welcome-inner {
  z-index: 99;
}
.welcome-item .welcome-content {
  min-height: 260px;
}
.blog-type .welcome-item .welcome-content {
  min-height: auto;
}
.icons-box {
  place-content: center;
}
.bg-grey {
  background: #f7f7f7;
}
/*
.fix-sidebar {
    position: fixed;
    right: 0px;
    top: 180px;
    width: 50px;
    height: 50px;
    background: #f05a21;
        text-align: left;
    align-items: center;
    display: inline-grid;
    border-radius: 10px 0 0 10px;
    padding: 12px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.fix-sidebar i{color:#fff; font-size:25px;}

.fix-sidebar:hover{background:#73c524; right:0px; width:200px;}
.fix-sidebar span{float:left; display:none; width:140px; overflow:hidden;}

.fix-sidebar:hover span{display:block; float:left; position:absolute; top:0; left:50px; line-height:initial; padding:7px;}
*/
.line {
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
span.RedDot-slide {
  font-size: 20px !important;
  height: 15px;
  line-height: normal !important;
  width: 15px;
  border: none;
  background: #ed2f34;
  display: inline-block;
  position: relative;
  padding-top: 0px !important;
  vertical-align: middle;
  border-radius: 50px;
}
h4.icons-box-title span {
  display: block;
  font-size: 45px;
  line-height: initial;
  color: #ed2f34;
}
.why-box .icons-item {
  align-items: center;
  height: 100%;
  display: inline-flex;
}
.highlight-text {
  font-size: 20px;
  line-height: initial;
  letter-spacing: 0;
  color: #f05a21;
  padding: 20px 0;
}
.entry-title-inner h5 {
  color: #adc84b;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
}
.entry-title2-inner h6 {
  color: #f05a21;
  font-weight: 500;
  font-size: 22px;
}
.custom-list2 > li:not(:last-child) {
  margin-bottom: 0px;
}
.custom-list2 > li:not(:last-child), .custom-list2 > li > ul > li:not(:last-child), .custom-list2 > li > ol > li:not(:last-child) {
  margin-bottom: 0px;
}
.custom-list2 > li > ul, .custom-list2 > li > ol {
  margin-bottom: 5px;
  margin-top: 0px;
}
.entry-title2-inner {
  color: #f05a21;
  font-size: 16px;
  font-weight: 600;
}
.entry-title2-inner {
  color: #f05a21;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 10px;
}
.blockquote-holder p {
  text-align: left !important;
}
.blockquote-holder .innertext-tital {
  text-align: left !important;
  font-size: 26px;
  margin-bottom: 20px;
}
.info-links.type2 > li {
  text-transform: none;
  font-size: 19px;
  line-height: inherit;
  padding: 7px 0;
}
.info-links > li {
  position: relative;
  text-transform: uppercase;
}
.info-links > li {
  color: #73c524;
}
.spce-left li {
  padding-left: 15px;
  line-height: 48px;
}
.info-links > li > a:hover {
  color: #73c525;
}
.info-links-tow.type2 > li:not(:last-child) {
  background: url(../images/separator_stripe.png) repeat-x bottom;
}
.info-links-tow.type2 > li > a {
  text-transform: none;
  font-size: 18px;
}
.info-links-tow > li > a {
  color: #f05f21;
}
.info-links-tow > li a {
  position: relative;
  text-transform: uppercase;
}
.info-links-tow > li > a:hover {
  color: #73c525;
}
.info-links-tow > li a:hover:before {
  width: 100%;
  left: 0;
}
.info-links-tow > li a:before {
  content: '';
  position: absolute;
  top: 90%;
  left: 50%;
  height: 1px;
  width: 0px;
  background: #73c525;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.img-about img {
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
}
.about-di-name {
  position: relative;
}
.dir-col1 {
  display: inline-block;
  float: left;
  width: 160px;
  position: relative;
}
.dir-col2 {
  display: inline-block;
  float: left;
  position: relative;
  width: calc(100% - 180px);
  padding-left: 30px;
}
.highlight-text1 {
  font-size: 18px;
  line-height: initial;
  letter-spacing: 0;
  color: #f05a21;
  padding: 0px 0;
}
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.info-links > li {
  color: #48494b;
}
.info-links > li > a {
  color: #48494b;
}
.entry-title-inner h5 {
  color: #50b2f3;
  font-size: 25px;
  margin-top: 5px;
}
.inner-sub-tital {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 20px;
}
.page-content-wrap {
  padding: 90px 0;
  position: relative;
}
.bg-top1 {
  position: absolute;
  right: 0;
  width: auto;
  text-align: right;
  top: 0;
}
.bg-top1 img {
  width: 85%;
}
.bg-bottom1 {
  position: absolute;
  left: 0;
  width: auto;
  text-align: left;
  bottom: 50%;
}
.bg-bottom1 img {
  width: 85%;
}



.bg-bottom2 {
  position: absolute;
  right: 0;
  width: auto;
  text-align: right;
  bottom: 2%;
  z-index: -1;
}
.bg-bottom2 img {
  width: 85%;
}
.bg-reading-book1 {
  position: absolute;
  left: 0;
  width: auto;
  text-align: left;
  bottom: 40%;
}
.bg-reading-book1 img {
  width: 85%;
}
.bg-top1world {
  position: absolute;
  right: 10px;
  width: auto;
  text-align: right;
  top: 40px;
}
.bg-world-arround1 {
  position: absolute;
  left: 0;
  width: auto;
  text-align: left;
  bottom: 35%;
}
.bg-world-arround1 img {
  width: 85%;
}
.banner-pedagogy {
  padding: 4.8% 0;
  background: url(../images/pedagogy-banner.png) no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  /* background: #ee3338; */
}
.banner-testimonials {
  padding: 4.8% 0;
  background: url(../images/testimonials-banner.png) no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  /* background: #ee3338; */
}
.bg-pedagogy1 {
  position: absolute;
  left: 3%;
  width: auto;
  text-align: left;
  bottom: 6%;
}
.bg-pedagogy1 img {
  width: 85%;
}
.bg-world-arround2 {
  position: absolute;
  right: 0;
  width: auto;
  text-align: right;
  bottom: 2%;
}
.bg-world-arround2 img {
  width: 85%;
}
.bg-about2 {
  position: absolute;
  right: 0;
  width: auto;
  text-align: right;
  bottom: 2%;
}
.bg-about2 img {
  width: 85%;
}
.info-links {
  padding-right: 60px;
}
.age-group > i {
  position: absolute;
  font-size: 120px;
  color: #d5d5d5;
  color: #ececec;
  right: -40px;
  top: calc(50% - 110px);
  top: -30px;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  display: none;
}
.about-inner {
  min-height: 580px;
}
.holder-bg .icons-box-title a {
  padding: 0 10px;
}
[class*="section-with-img"] .text-section {
  padding: 60px 60px;
}
[class*="section-with-img"][class*="fx-col"] > * {
  width: 49.5%;
}
.testimonials-box {
  border: 2px solid #f05a21;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
  box-shadow: 0px 0px 25px 0px rgba(240, 90, 33, 0.15);
  padding: 30px 30px;
}
.testimonials-box:nth-child(3n+1) {
  border: 2px solid #f05a21;
  box-shadow: 0px 0px 25px 0px rgba(240, 90, 33, 0.15);
}
.testimonials-box:nth-child(3n+2) {
  border: 2px solid #73c524;
  box-shadow: 0px 0px 25px 0px rgba(115, 197, 36, 0.15);
}
.testimonials-box:nth-child(3n+3) {
  border: 2px solid #ffbd0a;
  box-shadow: 0px 0px 25px 0px rgba(255, 189, 10, 0.15);
}
.testimonials-box:nth-child(3n+1):hover {
  background: rgba(240, 90, 33, 0.1);
}
.testimonials-box:nth-child(3n+2):hover {
  background: rgba(115, 197, 36, 0.1);
}
.testimonials-box:nth-child(3n+3):hover {
  background: rgba(255, 189, 10, 0.1);
}
.testimonials-box .testimonial .author-name {
  font-size: 20px;
  display: block;
  padding-bottom: 10px;
}
.emailid {
  font-size: 15px;
  word-wrap: break-word;
}
#contact .icons-box.style-2 .icons-wrap .icons-item .icons-box-title a {
  font-size: 18px;
}
.op-hours p:not(:last-child) {
  margin-bottom: 10px;
}
.top-footer p:not(:last-child) {
  margin-bottom: 7px;
}
.top-footer .icons-box .icons-wrap .icons-item .icons-box-title:not(:last-child) {
  margin-bottom: 10px;
}
.top-footer .days {
  color: #333;
  font-weight: 500;
}
.border-line1 {
  border: 2px solid #f05a21;
  box-shadow: 0px 0px 25px 0px rgba(240, 90, 33, 0.15);
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  padding: 30px 40px;
  min-height: 330px;
}
.border-line1 {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.border-line1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  background: #f05a21;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .45s ease;
  -o-transition: opacity .45s ease;
  transition: opacity .45s ease;
  color: #fff;
}
.border-line1:hover .overlay {
  opacity: 1;
  visibility: visible;
  padding: 30px;
}
.border-line1:hover .overlay img {
  float: right;
}
.why-hover-text {
  padding: 0 10px 0 0;
}
.why-hover-text p {
  font-size: 22px;
  line-height: 30px;
}
.why-text {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  line-height: 50px;
}
.why-text {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
 font-family: 'Poppins', sans-serif;
}
/*.why-text strong{font-weight:500; display:block;}*/
.quote-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-quote blockquote {
  padding: 0;
  font-size: 42px;
  line-height: 1.5em;
  color: #FFFFFF;
}
.why-quote:not(.type-2) blockquote > p:before {
  content: open-quote;
  position: absolute;
  top: -20px;
  left: -75px;
  color: #fded02;
  font-size: 140px;
  line-height: 95px;
  font-weight: 600;
}
.why-quote:not(.type-2) blockquote > p:after {
  content: close-quote;
  position: absolute;
  bottom: -40px;
  right: -75px;
  color: #fded02;
  font-size: 140px;
  line-height: 95px;
  font-weight: 600;
}
.quote-bg-bm {
  margin-bottom: 100px;
}
.why-text-highlight {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 20px;
}
.fix-sidebar {
  position: fixed;
  right: 0px;
  top: 180px;
  z-index: 10;
}
.fix-sidebar ul li {
  position: relative;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #f05a21;
  text-align: left;
  /* align-items: center; */
  display: block;
  border-radius: 10px 0 0 10px;
  padding: 12px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  float: right;
  clear: both;
  margin-bottom: 20px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.fix-sidebar ul li a {
  /* width: 50px; */
  /* height: 50px; */
  /* background: #f05a21; */
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  display: flex;
  /* vertical-align: middle; */
  align-items: center;
}
.fix-sidebar ul li i {
  color: #fff;
  font-size: 25px;
}
.fix-sidebar li:hover {
  background: #73c524;
  right: 0px;
  width: 200px;
}
.fix-sidebar ul li a span {
  float: left;
  display: none;
  width: 140px;
  overflow: hidden;
}
.fix-sidebar ul li:hover span {
  display: block;
  float: left;
  position: relative;
  top: 0;
  left: 5px;
  padding: 7px;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
}
.why-box1 {
  background: #fecc00;
  box-shadow: 0px 0px 25px 0px rgba(240, 90, 33, 0.15);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 40px 0;
  min-height: 380px;
  /*  display:-webkit-flex; display:-moz-flex;  display:-ms-flex; display:-o-flex; display:flex; align-items:center; justify-content:center;*/
}
.why-box1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  background: #fecc00;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .45s ease;
  -o-transition: opacity .45s ease;
  transition: opacity .45s ease;
  color: #fff;
}
.why-box1:hover .overlay {
  opacity: 1;
  visibility: visible;
  padding: 30px;
}
.why-box-text {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  padding: 65px 50px;
  color: #fff;
}
.why-box-hover-text {
  padding: 0 6px;
}
.why-box2 {
  background: #afcb1f;
  box-shadow: 0px 0px 25px 0px rgba(240, 90, 33, 0.15);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 40px 0;
  min-height: 380px;
  /*  display:-webkit-flex; display:-moz-flex;  display:-ms-flex; display:-o-flex; display:flex; align-items:center; justify-content:center;*/
}
.why-box2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  background: #afcb1f;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .45s ease;
  -o-transition: opacity .45s ease;
  transition: opacity .45s ease;
  color: #fff;
}
.why-box2:hover .overlay {
  opacity: 1;
  visibility: visible;
  padding: 30px;
}
.why-box3 {
  background: #ef7f1a;
  box-shadow: 0px 0px 25px 0px rgba(240, 90, 33, 0.15);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 40px 0;
  min-height: 380px;
  /*  display:-webkit-flex; display:-moz-flex;  display:-ms-flex; display:-o-flex; display:flex; align-items:center; justify-content:center;*/
}
.why-box3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  background: #ef7f1a;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .45s ease;
  -o-transition: opacity .45s ease;
  transition: opacity .45s ease;
  color: #fff;
}
.why-box3:hover .overlay {
  opacity: 1;
  visibility: visible;
  padding: 30px;
}
.whybg-1 {
  background: url("../images/Whyus-BG-01.png")no-repeat center center #fff !important;
}
.whybg-2 {
  background: url("../images/Whyus-BG-02.png")no-repeat center center #fff !important;
}
.welcome-title-text {
  font-size: 42px;
  line-height: 50px;
  color: #ed3237;
}
.right-padding-common {
  padding-right: 80px;
}
.social-icons > li.youtube-icon > a {
  color: #e82521;
}
.en-img {
  padding-bottom: 50px;
}
body {
  cursor: url("https://www.w3docs.com/uploads/media/default/0001/02/ea8020fd3fdb96affa77c8164f80d88f8c419e0f.png"), auto;
  cursor: url("../images/cursor-pencil.png"), auto;
}
.counter-plus:after {
  content: "+";
  line-height: 0;
  padding: 2px;
  position: relative;
  top: -5px;
  font-size: 65px;
}
.blockquote-holder.with-bg-red {
  background: #ed3237;
  padding: 0px 20px;
}
.blockquote-holder.with-bg-red blockquote {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.blockquote-holder.with-bg-red blockquote p {
  text-align: center !important;
}
.blockquote-holder.with-bg-red blockquote p span {
  clear: both;
  display: block;
  font-size: 16px;
  text-align: center !important;
}
.red-text {
  color: #ed3237;
}
.red-bold-text {
  color: #ed3237;
  font-weight: 700;
}
.count-number {
  color: #f05a21;
  font-size: 65px;
  font-weight: 500;
  line-height: 70px;
}
.counter .count-number:not(:last-child) {
  margin-bottom: 10px;
  margin-top: 40px;
}
.counter > .counter-inner p {
  font-size: 20px;
}
.member-info:not(:last-child) {
  min-height: 450px;
  padding: 5px;
}
.history-block p {
  padding-left: 50px;
}
span.top-quote {
  position: absolute;
  font-size: 70px;
  margin-top: 15px;
  left: 15px;
  color: #eb2a31;
}
span.bottom-quote {
  position: absolute;
  font-size: 70px;
  margin-top: 15px;
  padding-left: 15px;
  color: #eb2a31;
}
.whyus-banner {
  background: url("../images/whyus_banner.jpg") no-repeat;
}
.col-20 {
  width: 20%;
}
.bl-bg1 {
  background: #35a5d8;
  border: none;
}
.bl-bg1:hover .overlay {
  background: #35a5d8;
  border: none;
}
.yl-icon1 {
  position: absolute;
  top: 0;
  left: 0;
}
.yl-icon2 {
  position: absolute;
  top: 35px;
  right: 20px;
}
.bl-bg2 {
  background: #ef7f1a;
  border: none;
}
.bl-bg2:hover .overlay {
  background: #ef7f1a;
  border: none;
}
.yl-icon3 {
  position: absolute;
  bottom: 35px;
  right: -5px;
}
.bl-bg3 {
  background: #73c524;
  border: none;
}
.bl-bg3:hover .overlay {
  background: #73c524;
  border: none;
}
.yl-icon4 {
  position: absolute;
  bottom: -20px;
  left: 30px;
}
.bl-bg4 {
  background: #e22324;
  border: none;
}
.bl-bg4:hover .overlay {
  background: #e22324;
  border: none;
}

.bl-bg5 {
  background: #a259c6;
  border: none;
}
.bl-bg5:hover .overlay {
  background: #a259c6;
  border: none;
}

.bl-bg6 {
  background: #66c3d0;
  border: none;
}
.bl-bg6:hover .overlay {
  background: #66c3d0;
  border: none;
}

.bl-bg7 {
  background: #5565ac;
  border: none;
}
.bl-bg7:hover .overlay {
  background: #5565ac;
  border: none;
}

.bl-bg8 {
  background: #91c299;
  border: none;
}
.bl-bg8:hover .overlay {
  background:#91c299;
  border: none;
}

.bl-bg9 {
  background:#ed6534;
  border: none;
}
.bl-bg9:hover .overlay {
  background: #ed6534;
  border: none;
}







.yl-icon5 {
  position: absolute;
  top: 75px;
  left: 20px;
}
.yl-icon6 {
  position: absolute;
  top: 50px;
  right: -60px;
}
/*
.bl-bg5{background: #fecc00; border:none;}
.bl-bg5:hover .overlay{background: #fecc00; border:none;}
*/
.page-sidebar-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
}
.left-sidebar-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  top: 130px;
  padding: 0 15px;
}
.welcome-section img {
  width: 100%;
}
.flinks {
  font-size: 13px;
  padding-left: 20px;
  text-align: right;
  float: right;
  color: #fff;
}

.flinks:hover{color: #f05a21;}

.directors1 {
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 40px 0;
  min-height: 530px;
  /*  display:-webkit-flex; display:-moz-flex;  display:-ms-flex; display:-o-flex; display:flex; align-items:center; justify-content:center;*/
}
.directors1:hover {
  box-shadow: 0px 0px 25px 0px rgb(160 160 160 / 15%);
}
.directors1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .45s ease;
  -o-transition: opacity .45s ease;
  transition: opacity .45s ease;
  color: #666;
  z-index: 1;
}
.directors1:hover .overlay {
  opacity: 1;
  visibility: visible;
  padding: 20px;
}
.directors1-hover-text {
  padding: 0 6px;
}
.directors1 .green {
  font-size: 18px;
  font-weight: 700;
  color: #73c524;
}
#footer .hr-list > li > a {
  font-size: 15px;
}
.bg-white {
  background: #fff;
  padding: 60px 0px;
  position: relative
}
.border-line-top-bottom:after {
  content: url(../images/border-gradient.png);
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  line-height: 0;
  font-size: 0;
}
.border-line-top-bottom:before {
  content: url(../images/border-gradient.png);
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  line-height: 0;
  font-size: 0;
}
.bg-white-text-why01 {
  font-size: 28px;
  font-weight: 300;
  line-height: initial;
  padding: 0 20px;
}
.cl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pedagogy-innerpadding {
  padding: 20px 80px;
}
.pedagogy-content-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  align-items: flex-end;
  justify-content: center;
}
.pedagogy-content-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pedagogyimg01 { /* height:100%; */ position: absolute;
  bottom: 0;
}
.pedagogy-border1 {
  border-bottom: 4px solid #35a5d8;
  margin: 0px 15px;
  width: -webkit-fill-available;
}
.pedagogy-border2 {
  border-bottom: 4px solid #e22324;
  margin: 0px 15px;
  width: -webkit-fill-available;
}
.pedagogy-border3 {
  border-bottom: 4px solid #ffbd0a;
  margin: 0px 15px;
  width: -webkit-fill-available;
}
.pedagogy-border4 {
  border-bottom: 4px solid #73c524;
  margin: 0px 15px;
  width: -webkit-fill-available;
}
.careerspage.accordion .a-title {
  font-weight: 500;
  text-align: left;
}
.accordion.style-2.careerspage .accordion-item .a-title {
  border: 3px solid #e22324;
  background: #fff;
  color: #e22324;
}
.accordion.style-2.careerspage .a-title:before {
  color: #e22324;
}
/*  AKSHAY NEW CSS START  */
.accordion .a-title {
  font-weight: 500;
  text-align: center;
  font-size: 23px;
  padding: 20px 70px 20px 30px;
  line-height: inherit;
}
.accordion .a-title:before {
  font-weight: 600;
}
.accordion.style-2 .accordion-item .a-title {
  border-radius: 50px;
}
/*.accordion.style-2 .a-content{text-align:left;}*/
/*.accordion.style-2 .accordion-item .main {background: #a71a03;}*/
.accordion.style-2 .accordion-item .main {
  border: 3px solid #e22324;
  background: #fff;
  color: #e22324;
	    letter-spacing: initial;
}
.accordion.style-2 .main:after {
  border-top: 10px solid #a71a03;
}
.accordion.style-2 .a-title.main:before {
  color: #e22324;
}
/*
.accordion.style-2 .accordion-item .main2 {background: #be2d16;}
.accordion.style-2 .main2:after{border-top:10px solid #be2d16;}

.accordion.style-2 .accordion-item .main3 {background: #cd4732;}
.accordion.style-2 .main3:after{border-top:10px solid #cd4732;}

.accordion.style-2 .accordion-item .main4 {background: #d2614e;}
.accordion.style-2 .main4:after{border-top:10px solid #d2614e;}

.accordion.style-2 .accordion-item .main5 {background: #d87666;}
.accordion.style-2 .main5:after{border-top:10px solid #d87666;}

.accordion.style-2 .accordion-item .main6 {background: #e68778;}
.accordion.style-2 .main6:after{border-top:10px solid #e68778;}*/
.accordion.style-2 .accordion-item .second {
  background: #e22324;
}
.accordion.style-2 .second:after {
  border-top: 10px solid #19b18b;
}
.accordion.style-2 .accordion-item .second span {
  color: #fff;
}
/*.accordion.style-2 .accordion-item .second2 {background: #32be9b;}
.accordion.style-2 .second2:after{border-top:10px solid #32be9b;}

.accordion.style-2 .accordion-item .second3 {background: #48cbaa;}
.accordion.style-2 .second3:after{border-top:10px solid #48cbaa;}*/
.accordion.style-2 .accordion-item .third {
  background: #f05a21;
}
.accordion.style-2 .third:after {
  border-top: 10px solid #007da8;
}
/*
.accordion.style-2 .accordion-item .third2 {background: #118cb7;}
.accordion.style-2 .third2:after{border-top:10px solid #118cb7;}

.accordion.style-2 .accordion-item .third3 {background: #269ac2;}
.accordion.style-2 .third3:after{border-top:10px solid #269ac2;}

.accordion.style-2 .accordion-item .third4 {background: #3fa6ca;}
.accordion.style-2 .third4:after{border-top:10px solid #3fa6ca;}

.accordion.style-2 .accordion-item .third5 {background: #5bb5d4;}
.accordion.style-2 .third5:after{border-top:10px solid #5bb5d4;}
*/
.accordion.style-2.main-inner1 .a-title.second {
  font-weight: 400;
  font-size: 22px;
  background: #e22324;
}
.accordion.style-2.main-inner1 .a-content {
  background: #ffffff;
}
/*  AKSHAY NEW CSS END  */
.careerspage {
  margin-bottom: 80px;
}
.bg-pedagogy01 {
  position: absolute;
  right: 5%;
  width: auto;
  text-align: right;
  top: 4.5%;
}
.spce-left li {
  line-height: 18px;
  padding: 8px 0 8px 25px;
}
.info-links-tow.type2 > li > a {
  text-transform: none;
  font-size: 16px;
}
.accordion.style-2 .a-title.active:after {
  display: none;
}
.custom-file input#customFile {
  padding: 0 30px;
  line-height: 42px;
}
/****** side-common color ******/
.common-color .entry-title2-inner {
  color: #666;
}
.common-color .info-links-tow > li > a {
  color: #666;
}
.common-color .info-links-tow > li > a:hover {
  color: #e22324;
}
.common-color .info-links-tow > li a:before {
  background: none;
}
.common-color .info-links > li > a:hover {
  color: #e22324;
}
.common-color .info-links > li a:before {
  background: #e22324;
}
/****** red color ******/
.red-color .info-links-tow > li > a:hover {
  color: #e22324;
}
.red-color .info-links-tow > li a:before {
  background: none;
}
.red-color .info-links > li > a:hover {
  color: #e22324;
}
.red-color .info-links > li a:before {
  background: #e22324;
}
.red-color .entry-title-inner h5 {
  color: #e22324;
}
/****** green color ******/
.breadcrumbs-wrap-green {
  background: url("../images/Reading-Circle-Banner.png") no-repeat #73c524;
}
.green-color .info-links-tow > li > a:hover {
  color: #73c524;
}
.green-color .info-links > li > a:hover {
  color: #73c524;
}
.green-color .info-links > li a:before {
  background: #73c524;
}
.green-color .custom-list[class*="type-"] li::before {
  color: #73c524;
}
.green-color .accordion.style-2 .accordion-item .main {
  border: 3px solid #73c524;
  background: #fff;
  color: #73c524;
}
.green-color .accordion.style-2 .a-title.main span {
  color: #73c524;
}
.green-color .accordion.style-2.main-inner1 .a-title.second {
  background: #73c524;
}
/****** blue color ******/
.breadcrumbs-wrap-blue {
  background: url("../images/Mat-World-Banner.png") no-repeat #35a5d8;
}
.blue-color .info-links-tow > li > a:hover {
  color: #35a5d8;
}
.blue-color .info-links > li > a:hover {
  color: #35a5d8;
}
.blue-color .info-links > li a:before {
  background: #35a5d8;
}
.blue-color .custom-list[class*="type-"] li::before {
  color: #35a5d8;
}
.blue-color .accordion.style-2 .accordion-item .main {
  border: 3px solid #35a5d8;
  background: #fff;
  color: #35a5d8;
}
.blue-color .accordion.style-2 .a-title.main span {
  color: #35a5d8;
}
.blue-color .accordion.style-2.main-inner1 .a-title.second {
  background: #35a5d8;
}
.blue-color .accordion.style-2.main-inner1 .a-title.third {
  background: #004565;
}
/****** purple color ******/
.breadcrumbs-wrap-purple {
  background: url("../images/Junior-CEOs-Banner.png") no-repeat #9561a7;
}
.purple-color .info-links-tow > li > a:hover {
  color: #9561a7;
}
.purple-color .info-links > li > a:hover {
  color: #9561a7;
}
.purple-color .info-links > li a:before {
  background: #9561a7;
}
.purple-color .custom-list[class*="type-"] li::before {
  color: #9561a7;
}
.purple-color .accordion.style-2 .accordion-item .main {
  border: 3px solid #9561a7;
  background: #fff;
  color: #9561a7;
}
.purple-color .accordion.style-2 .a-title.main span {
  color: #9561a7;
}
.purple-color .accordion.style-2.main-inner1 .a-title.second {
  background: #9561a7;
}
/****** yellow color ******/
.breadcrumbs-wrap-yellow {
  background: url("../images/Nanhe-Ustaad-Banner.png") no-repeat #ffbd0a;
}
.yellow-color .info-links-tow > li > a:hover {
  color: #ffbd0a;
}
.yellow-color .info-links > li > a:hover {
  color: #ffbd0a;
}
.yellow-color .info-links > li a:before {
  background: #ffbd0a;
}
/****** color end ******/
.accordion.style-2 .a-title.main:before {
  display: none;
}
.accordion .a-title span {
  position: absolute;
  right: 35px;
}
.accordion .a-title span {
  position: absolute;
  right: 30px;
  border: 2px solid;
  width: 26px;
  height: 26px;
  line-height: 23px;
  border-radius: 30px;
  top: 20px;
}
.accordion.style-2 .a-title.main span {
  color: #e22324;
}
.accordion.style-2 .a-title:before {
  display: none;
}
.accordion.style-2.main-inner1 .a-title.second span {
  color: #FFF;
}
.accordion.style-2 .accordion-item .third span {
  color: #FFF;
}
.programs-banner {
  padding: 4.8% 0;
  background: url(../images/program-banner.png) no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-pogramme {
  background: url("../images/bg-programm-page.png") center top no-repeat;
}
.pogramme-main-box {
  padding-top: 200px;
  padding-bottom: 200px;
}
/*.pogramme-box1 {
    background: #f05a21;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    z-index: 2;
    padding: 30px 40px;
}*/
.pogramme-box1 {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  margin-bottom: 65px;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.pogramme-img1 {
  position: relative;
  float: left;
}
/*.pogramme-img2 {
    position: relative;
    float: right;
    width: auto;
    display: inline-block;
}*/
.pogramme-img2 {
  position: absolute;
  width: auto;
  right: 50px;
}
.pogramme-text {
  text-align: center;
  font-size: 46px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  padding-right: 300px;
}
.pogramme-box-color1 {
  background: #e22324;
}
.pogramme-box-color2 {
  background: #73c524;
}
.pogramme-box-color3 {
  background: #35a5d8;
}
.pogramme-box-color4 {
  background: #9462a4;
}
.pogramme-box-color5 {
  background: #ffbd0a;
}
.bg-left-top {
  position: absolute;
  left: 30px;
  width: auto;
  text-align: right;
  top: 50px;
}
.bg-right-top {
  position: absolute;
  right: 30px;
  width: auto;
  text-align: right;
  top: 50px;
}
.side-overflow-hide {
  overflow: hidden;
}
.red-color .fixme {
  width: 290px;
  background: #fff;
}
.red-color .info-links {
  padding-right: 0px;
}
.side-menu .fixme {
  width: 290px;
  background: #fff;
}
.side-menu .info-links {
  padding-right: 0px;
}
.fancybox2 {
  width: 100%;
  position: relative;
  display: inline-block;
  background: red;
  overflow: hidden;
  transform: scale(1);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.im-pdf1 {
  overflow: hidden;
  transform: scale(1);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.im-pdf1 img {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.im-pdf1:hover img {
  transform: scale(1.2);
  opacity: 0.6;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.im-pdf1:hover ::after {
  content: ' + ';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #fff;
  transform: translate(-50%, -50%);
}
.Videos .im-pdf1:hover ::after {
  content: '\e90c';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: 'fontello';
}
.english-bottom-img {
  float: right;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 20px;
}
.Nanhe-Ustaad-bg-left-top {
  position: absolute;
  left: 30px;
  width: auto;
  text-align: right;
  top: 250px;
}
.Nanhe-Ustaad-bg-right-top {
  position: absolute;
  right: 30px;
  width: auto;
  text-align: right;
  top: 100px;
}
.Nanhe-Ustaad-bg-left-bottom {
  position: absolute;
  left: 30px;
  width: auto;
  text-align: right;
  bottom: 100px;
}
.reading-circle-bg-left-top {
  position: absolute;
  left: 30px;
  width: auto;
  text-align: right;
  top: 100px;
}
.reading-circle-bg-right-top {
  position: absolute;
  right: 30px;
  width: auto;
  text-align: right;
  top: 250px;
}
.reading-circle-bg-bottom-left {
  position: absolute;
  left: 30px;
  width: auto;
  text-align: right;
  bottom: 100px;
}
.The-World-Around-Us-bg-left-top {
  position: absolute;
  left: 30px;
  width: auto;
  text-align: right;
  top: 250px;
}
.The-World-Around-Us-bg-right-top {
  position: absolute;
  right: 30px;
  width: auto;
  text-align: right;
  top: 100px;
}
.The-World-Around-Us-bg-bottom-left {
  position: absolute;
  left: 30px;
  width: auto;
  text-align: right;
  bottom: 20%;
}
.Junior-bg-left-top {
  position: absolute;
  left: 30px;
  width: auto;
  text-align: right;
  top: 280px;
}
.Junior-bg-right-top {
  position: absolute;
  right: 30px;
  width: auto;
  text-align: right;
  top: 100px;
}
.highlight-text-junior {
  background: #9561a7;
  font-weight: 300;
  text-align: center;
  padding: 50px;
  font-size: 30px;
  line-height: initial;
  color: #fff;
  margin: 30px 0 30px 0 !important;
}
.home-testimonial .testimonial-holder {
  width: 80%;
  margin: 0 auto;
}
.home-testimonial .testimonial a.avatar > img {
  max-width: 80%;
  margin: 0 auto;
}
.whyus-banner {
  background: url("../images/whyus_banner.jpg") no-repeat;
}
.about-banner {
  background: url("../images/about-banner.jpg") no-repeat;
}
.workshop-banner {
  background: url("../images/workshop-banner.jpg") no-repeat;
}
.gallery-banner {
  background: url("../images/gallery-banner.jpg") no-repeat;
}
.eep-banner {
  background: url("../images/EEP-Banner.png") no-repeat #ee3338;
}
.contact-banner {
  background: url("../images/whyus_banner.jpg") no-repeat;
}
/*.testimonial.entries-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: initial;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px -10px;
    width: 100%;
}*/
.testimonial.entries-nav {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.testimonial .next-entry {
  float: right;
}
.testimonial .previous-entry {
  float: left;
}
#footer .icons-box .icons-wrap {
  padding: 22px 5px;
  overflow: hidden;
}
.highlight-text-world {
  background: #35a5d8;
  font-weight: 300;
  text-align: center;
  padding: 50px;
  font-size: 30px;
  line-height: initial;
  color: #fff !important;
  margin: 30px 0 30px 0 !important;
}
.History-name {
  padding: 20px 0 0 50px;
}
.entry-title-download {
  line-height: 50px;
  background: #fafafa;
  text-align: left;
  color: #858585;
  margin-bottom: 30px;
}
.entry-title-download i.pdf-img {
  float: right;
}
.entry-title-download a {
  display: block;
  padding: 25px 30px 25px;
}
.entry-title-download:hover {
  background: #ffbd0a;
}
.entry-title-career {
  background: #fee338
}
.entry-title-download:hover {
  background: #ffbd0a;
}
.careerspage .a-title span {
  text-align: center;
}
.careerspage .a-title span {
  color: currentColor;
}
.sitemap li {
  padding-bottom: 10px;
}
.sitemap li a:hover {
  color: #e22324;
}
.testimonial .author-parent {
  text-transform: initial;
  font-size: 18px;
  color: #666;
}
.contact-info-menu .topmenu a:hover {
  text-decoration: none;
  color: #f1693b;
}
.nav-item .contact-info-menu .topmenu > * {
  padding: 0 10px;
  font-size: 15px;
}


.border-line1-online {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: grid;
    align-items: center;
    justify-content: initial;
}
.online-lext{
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
	
	position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.online-lext1{
    font-size: 34px;
    text-align: left;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
	
	position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.hidden-desk{display: none!important;
}

.terms-page .custom-list2 > li{margin-bottom: 10px; margin-left:20px;}

.terms-page .custom-list.type-4 li::before{margin-left:-20px;}

.terms-page .pedagogy-border1{margin:20px 0 45px;}
.terms-highlight{font-size:22px; color:#FD6600;}
.table-terms li::before{display: none!important;}
.table-terms li {
    list-style: none;
}
.table-terms li::marker {
    display: none !important;
}
 [class*="table-terms"] table tr > th {
    background: #ed3237;
    color: #fff;
}
.left-padding{padding-left:20px;}


/*###pramod###*/

.shedu-text{
  font-size: 15px;
  color: #000;
  font-weight: 600;
    margin-bottom: 7px;
}
.form-control{
display: block;
    width: 100%;
     font-size: 15px; 
    font-weight: 400;
    line-height: 1.5;
    border-radius: 5px !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 10px 20px !important;
}
.magin-bottom{
  margin-bottom: 20px;
}
.shedul-form{
  border: 1px solid #ddd;
  border-radius:5px;
  padding: 65px 50px;
  box-shadow: 0px 1px 5px #ccc;
}
.shedul-btn{
  width: 100%;
  margin-top: 5px !important; 
  font-size: 16px;
  font-weight: 600;
  background-color: #ef7f1a;
}
.slot_subject {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Avenir";
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.levelDiv {
    display: flex;
    flex-direction: column;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    cursor: pointer;
    height: 50px;
    min-width: 60px;
    align-items: center;
    margin-right: 22px;
    margin-bottom: 12px;
    padding: 5px 5px;
}
.slot_subject_class {
    font-family: Avenir;
    font-style: normal;
    font-size: 15px;
    line-height: 13px;
    margin-top: 3px;
}
.activeSubject {
    font-family: Avenir;
    background: #ef7f1a;
    border: 1px solid #ef7f1a;
    font-weight: 600;
    color: #fff;
}
.slot_subject_label{
  font-size: 15px;
}
.whatsappImg {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    margin-top: 0px;
    position: relative;
    top: 5px;
}
.checkbox{
  margin-top: 15px;
}

.checkbox input[type="checkbox"] + label::before {
    top: 2px;
    border-radius:5px;
    width: 25px;
    height: 25px;
}
.checkbox input[type="checkbox"] + label::after {
      top: 0px;
      left: 0px;
      border: 2px solid #ef5a21;
}
.checkbox input[type="checkbox"] + label{
  padding-left: 35px;
  margin-left: 15px;
}

.shedul-heding h3{
 padding-top: 30px;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 45px;
  color: #fff;
}
.shedul-heding h3 b{
  color:#000;
}


.shedul-heding p{
  font-size:25px;
  margin-bottom:55px;
  color: #000;
}
.sedul-mins{
  margin-bottom:25px;
  float: left;
  margin-right: 30px;
  position: relative;
  color: #000;
  font-weight: 600;
}
.sedul-mins p{
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
}
.shedul-title-text{
  margin-top:0px;
}
.shedul-title-text p{
  font-weight: 600;
  position: relative;
  padding-left: 80px;
  color: #fff;
 
}
.sedul-botom{
  position: relative;
  top: 45px;
}
.contact-border{
 background-color: #ef7f1a;
 border: 1px solid #ef7f1a;
 padding: 15px 40px;
 min-height: 665px;
 border-radius: 5px;
}
.sedul-mins span{
font-weight: 400;
font-size: 16px;
}
.shedul-inquiry{
  background-color: #fff;
  width: 100%;
  margin-top: 30px;
  color: #ef7f1a;
  font-weight: 600;
  font-size: 16px;
}
.shedul-inquiry:hover{
   color: #ef7f1a;
}
.book-free{
  display: none;
}
.round-cercile{
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background-color: #ffbd0a;
  position: absolute;
}
.rond-text{
  top: 10px;
  position: relative;
  padding-left:45px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.round-bottom{
  margin-bottom: 30px;
}

input[type=radio] {
    display:none; 
   
}
input[type=radio] + label {
    display:inline-block;
    padding: 8px 15px;
    background-color: #eee;
    border-color: #ccc;
     text-align: center;
    margin-bottom: 15px;
    line-height: 20px;  
    border-radius: 5px;
}
input[type=radio]:checked + label { 
    background-color:#ef7f1a;
    color: #fff;
}

#js-output{
  max-width: 300px;
}
.input-redio input[type="radio"] + label::before{
  display: none;
}
.input-redio input[type="radio"] + label::after{
  display: none;
}
.input-redio input[type="radio"] + label:not(:last-child) {
    margin-right: 10px;
}
.input-title {
  font-size: 22px;
}
.input-redio{
  margin-bottom:20px;
}

button.owl-prev span, button.owl-next span {
    display: none;
}

#Achievements .owl-dots {
    text-align: center;
}
#Achievements .owl-dots .owl-dot {
    padding: 10px !important;
    margin: 2px !important;
}
#Achievements button.owl-dot{background:#a7a7a7;}
.owl-dots .owl-dot.active {
    background: #ed3237 !important;
    opacity: 1 !important;
	transform: scale(0.8);
}
.owl-carousel button.owl-dot {
    display: inline-block !important;
    margin: 0 auto !important;
    text-align: center;
}

.blog-overflow{overflow:hidden;}
.banner-blog{padding: 4.8% 0; background:url(../images/blog-banner.png) no-repeat; text-align:center; -webkit-background-size:cover;
    background-size:cover;}
.blog-text-top {align-self: flex-start;}
.blog-innermain h3:not(:last-child) {margin-bottom:0px; font-size:35px;}


.welcome-item .welcome-content .welcome-title-blog{color: #fff; font-size: 22px;}

.blog-title1 h2 {color: #F05A21; font-size: 40px; text-align: center; font-weight: 500; margin-bottom: 20px;}
.blog-title1 h3 {color: #000; font-size: 40px; text-align: center; font-weight: 500; margin-bottom: 20px;}

.cal-icon-txt {font-size: 15px;color: #F05A21;}

.cal-icon-txt i {font-size: 15px; color: #F05A21; margin-right: 2px;}

.fb-icons {float: right;}
.fb-icons span {position: absolute; margin-left:-80px; top:-5px;}
.social-icons02 li{padding: 0px 2px;}
.social-icons02 li a{background-color: #F2F2F2; border-radius: 35px; width: 25px; height: 25px; line-height: 25px;}
.social-icons02 li a i {color: #666666; font-size: 12px; }
.social-icons02 li a:hover {background-color: #F05A21;}
.social-icons02 li a:hover i {color: #fff;}

.bg-blog-border1 {background-color: #F05A21; height: 50px;}
.blog-border1{border-bottom:4px solid #F05A21; margin:0px 15px; width:-webkit-fill-available; }

.bg-blog-border2 {background-color: #73C524; height: 50px;}
.blog-border2{border-bottom:4px solid #73C524; margin:0px 15px; width:-webkit-fill-available; }

.bg-blog-border3 {background-color: #FFBD0A; height: 50px;}
.blog-border3{border-bottom:4px solid #FFBD0A; margin:0px 15px; width:-webkit-fill-available; }

.bg-blog-border4 {background-color: #38A6D8; height: 50px;}
.blog-border4{border-bottom:4px solid #38A6D8; margin:0px 15px; width:-webkit-fill-available; }


.blog-b-bottom {border-bottom: dashed 1px;color: #666;margin-bottom: 15px;padding-bottom: 15px;}

.blog-bottom-txt {font-size: 14px;color: #F05A21;}


.blog2-titles h3 {color: #fff; margin-bottom: 20px; }
.blog2-titles hr {background-color: #fff; height: 3px; width: 100px;}



.blog2-box1 img {border-radius: 0px 20px 20px 0px;}
.blog2-box2 img {border-radius: 20px 0px 0px 20px;}
.blog2-box3 img {border-radius: 0px 20px 20px 0px;}
.blog2-box4 img {border-radius: 20px 0px 0px 20px;}
/*.blog2-box5 img {border-radius: 0px 20px 20px 0px;}
.blog2-box6 img {border-radius: 20px 0px 0px 20px;}
.blog2-box7 img {border-radius: 0px 20px 20px 0px;}
.blog2-box8 img {border-radius: 20px 0px 0px 20px;}*/



.blog2-box1 {border:2px solid #f05920; background-color: #f05920; color: #fff;border-radius: 20px; margin-left: 15px; position: relative;}
.blog2-box2 {border:2px solid #73c524; background-color: #73c524; color: #fff;border-radius: 20px; margin-left: 15px; position: relative;}
.blog2-box3{border:2px solid #ffbd0a; background-color: #ffbd0a; color: #fff;border-radius: 20px; margin-left: 15px; position: relative;}
.blog2-box4{border:2px solid #38a6d9; background-color: #38a6d9; color: #fff;border-radius: 20px; margin-left: 15px; position: relative;}



.blog02-round01 {background-color: #f05920; color: #fff; position: absolute; width: 50px; height: 50px;line-height: 50px; text-align: center;font-size: 26px;font-weight: 600;
    border-radius: 50px;top: 45%;bottom: 45%;left: -25px;}

.blog02-round02 {background-color: #73c524;color: #fff;position: absolute;width: 50px;height: 50px;line-height: 50px;text-align: center;font-size: 26px;font-weight: 600;
    border-radius: 50px;top: 45%;bottom: 45%;right: -25px;}

.blog02-round03 {background-color: #ffbd0a; color: #fff; position: absolute; width: 50px; height: 50px;line-height: 50px; text-align: center;font-size: 26px;font-weight: 600;
    border-radius: 50px;top: 45%;bottom: 45%;left: -25px;}

.blog02-round04 {background-color: #38a6d9;color: #fff;position: absolute;width: 50px;height: 50px;line-height: 50px;text-align: center;font-size: 26px;font-weight: 600;
    border-radius: 50px;top: 45%;bottom: 45%;right: -25px;}


/*.blog-txt-pd {padding: 25px 0px 25px 40px;}*/
.blog-txt-pd {padding: 25px 40px 40px 40px;}
/*.blog-txt-pd2 {padding: 25px 40px 25px 0px;}*/
.blog-txt-pd2 {padding: 25px 40px 40px 40px;}

.blog-content-element{    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;}
.author-name{font-weight:600; color:#ed3237;}
.author-img {
    width: 170px;
    height: auto;
    margin-right: 20px;
        border-radius: 100%;
    overflow: hidden;
}

.blog-text-white{color:#fff;}
.blog-ul ul{margin-left:20px;}
.blog-ul ul li{list-style: disc; padding-bottom:10px;}

.team-item .contributors .team-member .member-photo:not(:last-child) {
/*margin: 20px 50px 20px 50px;*/
    max-width: 50%;
    margin: 0 auto 20px;
    
}
.contributors {
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    min-height: 300px;
        text-align: center;
        margin: 10px;
}
.contributors:hover {
    box-shadow: 0px 0px 25px 0px rgb(160 160 160 / 15%);     margin: 10px;
}
.contributors .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .45s ease;
    -o-transition: opacity .45s ease;
    transition: opacity .45s ease;
    color: #666;
    z-index: 1;
    font-size: 16px;
}
.contributors:hover .overlay {
    opacity: 1;
    visibility: visible;
    padding: 20px;
}
.info-links.type2.side-Categories > li a{font-size:17px;}

.blog_detail_box ul {
    display: block;
    list-style: disc;
    margin-left: 25px;
}
.blog_detail_box ul li {
    margin-left: 20px;
}
.blog_detail_box .bottom-category {
    list-style: none;
    margin-left: 0;
}
.blog-image {
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 30px;
}

.blog-color01 {
    border: 2px solid #f05a21;
	border-radius: 20px;
    margin-bottom: 30px;
	margin-right:100px; 
    padding: 30px 30px;
    box-shadow: 0px 0px 25px 0px rgb(240 90 33 / 15%);
    background: rgba(240, 90, 33, 0.1);
}

.blog-color02 {
   border: 2px solid #73c524;
	border-radius: 20px;
    margin-bottom: 30px;
	margin-left:100px; 
    padding: 30px 30px;
    box-shadow: 0px 0px 25px 0px rgb(115 197 36 / 15%);
    background: rgba(115, 197, 36, 0.1);
}
.section-display-none{display: none;}

.student-main .welcome-item .welcome-content {
    min-height: 230px;
}
.student-main .welcome-item .welcome-content > p:not(:last-child) {
    margin-bottom: 5px;
}
.student-main .welcome-item .welcome-content .btn {
    margin-top: 10px;
}

h4.welcome-title-blog {
    margin-bottom: 10px;
}

#kiwi-big-iframe-wrapper
{
	height: 80px; 
	width: 80px;
  z-index: 1000 !important;
}

.countryborder{
  width: 100%;
      border: 1px solid #e8e8e8;
    color: #858585;
    border-radius: 20px;
    height: 45px;
    padding: 6px 15px 6px 25px;
    background-color: #fff;
    text-align: left;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow .35s ease, border-color .35s ease;
    transition: box-shadow .35s ease, border-color .35s ease;
}
input:not([type="submit"]):focus, select:focus {
  border-color: #73c524 !important;
  -moz-appearance: none;
  outline: 0px none transparent;
}

.scheduledro{
  width: 100%;
  font-size: 15px;
  border: 1px solid #e8e8e8;
    color: #858585;
    border-radius: 5px;
    height: 42px;
    padding: 6px 15px 6px 18px;
    background-color: #fff;
    text-align: left;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow .35s ease, border-color .35s ease;
    transition: box-shadow .35s ease, border-color .35s ease;
}
.contact-form .contact-col-3 {
    width: 25%;
}

.quick-link-container{padding-top:20px;}
.quick-link{background-color: black;padding-top:35px;padding-bottom:35px;}
   
.quick-link-ul{font-size: 15px; text-align: start;display: flex;flex-direction: column;gap: 10px;margin-left: 35px;} 
.quick-link-ul li a{color: white;}

.quick-link-ul li a:hover{color: #f05a21;padding-left:7px;}

.org-hover:hover{color: #f05a21 !important;border-color: #666666;}

.copyright-container{background: #1c1c1c;padding-top: 20px;padding-bottom: 20px;}

.copyright-row{margin-left: 20px;margin-right: 60px;}

.faq .accordion.style-2 .accordion-item .main{border:none;color: black;box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}
.faq .accordion.style-2 .accordion-item .a-title{border-radius:0px;text-align:left;font-size: 18px;}
.faq .text-wrap .content-element3{box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}

.faq .accordion.style-2 .a-title.main span {color: black;text-align: center;}

.exd-cls-btn{cursor: pointer; background: transparent;border-left: 2px solid;padding: 0 8px;}
.exd-cls-btn:first-child{border-left:none;}


.buttons-div{display: flex;justify-content: flex-end;padding: 0px 100px;}

.faq-title{font-weight:500;color:black;margin-bottom: 25px !important;margin-top: 25px !important;}

.faq a{color: #f05a21;}

.faq a:hover{color: #35a5d8;}

.pdf-download{margin-bottom:15px;}
.pdf-download a{padding:0px 20px !important;font-size:19px;display: flex;justify-content: space-between;align-items: center;}

.desc-title{font-family: 'Poppins', sans-serif;font-size:19px !important;font-weight:bold;}

.desc-line{margin:30px 0;}

.pdf-download .pdf-img img{width:80%;margin-top:8px;}

.desc-faq-btn-div{padding:25px 20px;}

.faq-col-desc{margin-bottom:0px !important;}

.level-d{margin-bottom:20px; margin-top:10px;} 
.level-d a {
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffbd0a;
    line-height: inherit;
    padding: 10px 20px!important;
	color:#333;
	border-radius:30px;
}
.level-d a:hover{background:#F05A21; color:#fff;}

.mw-main .level-d a:hover{background: #2180ac;}

.curricum-main .entry-title-download a {
    display: inline-block;
    padding: 15px 30px 15px;
    width: 100%;
}
.curricum-main .entry-title-download{margin-bottom:20px;}

.desc-line.desc-line-2 {
    margin: 55px 0 20px 0 !important;
    border-bottom: 4px solid #35a5d8 !important;
}

.mb10{margin-bottom:10px;}




/*WORKSHOP START CSS*/
.bg-workshop1 {position: absolute;left: 0;width: auto;text-align: left;top: 5%; z-index: -1;}
.bg-workshop1 img {width: 85%;}

.lg-jogenii-bg {background: url(../images/lg-jogenii-bg-img.jpg) center no-repeat;height: auto;display: inline-block;position: relative;/* align-items: center; */width: 100%;padding: 80px 0px 80px 50px;background-color: #eceeeb;}
.adventures-kid-img02 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.align-items-center {display: flex; align-items: center;}
.adventures-kid-img02 img {width: 92%;float: right;}

.workshop-bg-bottom-yellow-dots {content: '';position: absolute;height: 45px;width: 100%;background: url(../images/work-doted-repet.jpg) repeat-x;left: 0;
    top: 0;}

.workshop-bg-bottom-yellow {background-color: #FECC00;position: relative;z-index: 1;}

.workshop-kids-img-yellow img {margin-top: -50px;}

.mt-100 {margin-top: 100px;}
.mb-100 {margin-bottom: 100px;}

.work-container-pd {padding: 0 250px;}
.align-items-center01 {display: flex; align-items: center;}
.work-text-big {font-size: 45px; font-weight: 500; color: #000;line-height: 60px;}
.work-text-big span {color: #126AA5;font-weight: 600;}
.work-bg-start-right {position: absolute;right: 0;bottom: 0;/* alignment-baseline: middle; */display: flex;align-items: center;z-index: -1;}

/*.explor-disc-bg {background: url(../images/explor-disc-bg-img1.png) no-repeat -100px;height: auto;width: 85%;margin: 0 auto;background-size: contain;margin-top: -50px;z-index: 1;position: relative;padding: 50px;margin-bottom: 30px;background-color: #dd2a24;border-radius: 30px;}*/

.explor-disc-bg {
    background: url(../images/explor-disc-bg-img1.png) no-repeat -100px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    padding: 40px;
    background-color: #dd2a24;
    border-radius: 30px 30px 0 0;
}


.explor-disc {/* margin: 0 auto; */display: flex;justify-content: center; text-align: center;}
.explor-disc ul li {
/*
	display: inline-block;border-right: solid 2px #f07c00;font-size: 60px;padding: 0px 35px;line-height: 60px;font-weight: 600;color: #ffed00;
*/
    display: inline-block;
    font-size: 42px;
    padding: 0px 0px;
    line-height: 45px;
    font-weight: 600;
    color: #ffed00;
}

.explor-disc ul li span{display:block; color:#fff; font-weight:normal; margin-top:10px; font-size:36px;}
.explor-disc ul li:last-child{border-right:none;}

.explor-disc02 {margin:0 auto; width:100%; text-align:center;}
.explor-disc02 ul li {display:inline-block; border-right:solid 2px #f07c00; font-size:44px; padding:0px 30px 0px 30px; line-height:40px; font-weight:normal; color:#000; text-align:center;}

.explor-disc02 ul li span {display: block;color: #dd120e;font-weight: normal;margin-top: 20px;font-size: 130px;font-weight: normal;position: relative;line-height: 110px;font-family: 'Rubik', sans-serif;}
.explor-disc02 ul li:last-child {border-right: none;}
.work-shop-box-bottom {border-bottom: solid 2px #C5C6C6;padding-bottom: 40px;margin: 0 auto;margin-top: 80px;width: 85%;margin-bottom: 50px;}

.text-number {font-size: 36px;text-align: center;color: #000;font-weight: 500; margin-bottom: 30px;}

.text-number-icon {display: flex;align-items: center;justify-content: center;}
.text-number-icon a {font-size: 40px;font-weight: 600;color: #e31e24;}
.text-number-icon a:hover {color: #000;}
.text-number-icon span {margin-right: 0px;}
.text-number-icon span img {width: 60%;height: auto;margin: 0 auto;/* text-align: center; */display: flex;/* justify-content: center; *//* align-items: center; */}


/*WORKSHOP END CSS*/




.ltrwp-big-title {font-size: 66px;color: #000;line-height: 72px;font-weight: 600;}
.ltrwp-big-title span {font-size: 52px;color: #dd120e;line-height: 72px;font-weight: 600;display: block;}

.workshop-bg-bottom-blue {background: url(../images/learn-to-read-bg01.png) no-repeat left;background-color: #b8dfe5;position: relative;z-index: 1;}
.align-items-center02 {display: flex; align-items: center;}

/*.work-text-big01 {font-size: 45px; font-weight: 500; color: #000;line-height: 60px;}
.work-text-big01 span {color: #126AA5;font-weight: 600;}*/

.workshop-kids-img-title {font-size: 70px;color: #dd120e;font-weight: 600;display: inline-block;margin-bottom: 20px;line-height: 70px;}
.workshop-kids-img-title span {font-size: 52px;color: #000;font-weight: 500;}

.workshop-kids-img-text {text-align: center;}
.workshop-kids-img-text ul li {font-size: 25px;border-right: solid 2px #dd120e;display: inline-block;line-height: 25px;color: #000;text-align: center;padding: 0px 10px 0px 10px;font-weight: 500;margin: 0px 0px 12px 0px;}
.workshop-kids-img-text ul li:last-child {border-right: none;}

.workshop-kids-img-blue img {margin-top: -150px;margin-bottom: -100px;z-index: 9999;position: relative;}

.learn-to-read-bg02 {background: url(../images/learn-to-read-bg02.png) no-repeat left;background-color:#036767;height:100px;position: relative;z-index: 1;}

.learn-book-01 {position: absolute;left: 3%;bottom: 25%;/* alignment-baseline: middle; */display: flex;align-items: center;z-index: -1;}


.w-100 {display: flex;justify-content: center;}
.demo-session {background: url(../images/explor-disc-bg-img1.png) no-repeat -100px;background-size: cover;z-index: 1;position: relative;padding: 20px;margin-bottom: 30px;background-color: #dd2a24;border-radius: 30px;display: inline-block;text-align: center;}

.demo-explor-disc {/* margin: 0 auto; */display: flex;justify-content: center;}
.demo-explor-disc ul li {display: inline-block;border-right: solid 2px #f07c00;font-size: 90px;padding: 10px 50px;line-height: 80px;font-weight: 500;color: #ffed00;font-family: 'Rubik', sans-serif;}

.demo-explor-disc ul li span {display: block;color: #fff;font-weight: normal;margin-top: 0px;font-size: 50px;}
.demo-explor-disc ul li:last-child {border-right: none;}

.work-map-icon {text-align: center; margin-bottom: 20px;}

.text-number-icon02-min-box {justify-content: center;align-items: center;display: flex;}
.text-number-icon02 {display: flex;align-items: center;justify-content: center;border: solid 2px #e31e24;padding: 10px 10px;justify-content: center;align-items: center;display: flex;border-radius: 10px;}

.text-number-icon02 a {font-size: 40px;font-weight: 600;color: #000;}
.text-number-icon02 a:hover {color: #dd2a24;}
.text-number-icon02 span {margin-right: 0px;}
.text-number-icon02 span img {width: 60%;height: auto;margin: 0 auto;/* text-align: center; */display: flex;/* justify-content: center; *//* align-items: center; */}


.row-flex{display: flex; height: 100%;}
.cal-flex {display: flex;flex-direction: column;}

.bg-learn {background:#7a3862;color: #fff;padding: 40px;margin-bottom: 30px;display: flex;flex-direction: column;height: 100%;border-radius: 0 0 30px 30px;}





/*LG MARRS PAGE START CSS*/
.marrs-landing-page-banner {background: url(../images/marrs-lp-Banner.png) no-repeat;}

.marrs-min-box-height {height: 100%;}


.marrs-oreng .marrs-pointer ul li:before {color: #F05A21;}
.marrs-oreng {color: #F05A21 !important;}
.marrs-oreng::after {background-color: #f05a21;}

.marrs-blue .marrs-pointer ul li:before {color: #38A6D8;}
.marrs-blue {color: #38A6D8 !important;}
.marrs-blue::after {background-color: #38A6D8;}

.marrs-deep-pink .marrs-pointer ul li:before {color: #ED2878;}
.marrs-deep-pink {color: #ED2878 !important;}
.marrs-deep-pink::after {background-color: #ED2878;}


.marrs-green .marrs-pointer ul li:before {color: #73C524;}
.marrs-green {color: #73C524 !important;}
.marrs-green::after {background-color: #73C524;}



.marrs-box {padding-left: 25px;border-left: solid 1px;height: 100%;position: relative; display: block;}
.marrs-box::after {width: 3px;height: 50px;content: "";position: absolute;left: -2px;top: 0;}

.marrs-title {font-size: 30px !important;line-height: 40px;}
.marrs-title span {font-weight: 600;display: block;font-size: 36px;}
.marrs-pointer ul {padding-left: 0px;}
.marrs-pointer ul li {list-style: none;margin-bottom: 10px;font-size: 18px;line-height: 26px;margin-left: 10px;position: relative;color: #666666; font-weight: 500;padding-left: 15px;}
.marrs-pointer ul li:before {content: "\e841";display: inline-block;vertical-align: middle;margin-left: -20px;font-family: 'fontello';font-size: 12px;position: absolute;}

.marrs-button {padding-left: 25px;}
.marrs-button a {padding: 10px 20px;font-size: 16px;background-color: #38A6D8;box-shadow: 0px 5px 25px 0px rgb(56 166 216 / 34%);}
.marrs-button a:hover {background-color: #f05a21;}



.marrs-participate-bg {background-color: #FFF9D4 !important; background: url("../images/participate-bg-img.png") repeat left top; }
/*.marrs-participate-img01 {background: url("../images/participate-bg-img.png") no-repeat left top;}
.marrs-participate-img02 {background: url("../images/participate-bg-img.png") no-repeat right top;}*/

.participate-color {background-color:#FFF9D4; padding: 40px 0px;}
.font-weight600 {font-weight: 600;}

.marrs-participate-bg .marrs-pointer ul li {font-size: 20px;line-height: 40px;font-weight: 400;}

.marrs-participate-bg-purple{background-color: #8C58FA !important; background: url("../images/participate-bg-img-w.png") repeat left top;margin-top:40px;}
.marrs-participate-bg-purple .participate-color {background-color:#8C58FA; padding: 55px 0px;}
.marrs-participate-bg-purple .title{font-size:32px;color:#fff;font-weight: 600;line-height: normal;}
.marrs-participate-bg-purple .para{font-size:24px;font-weight:500;line-height:37px;color:#fff;margin-bottom:15px;}
.marrs-participate-bg-purple .marrs-button{padding-left: 0px;}
.marrs-participate-bg-purple .flex-div{display: flex;gap: 20px;align-items: center;}

.border-bg {border: 17px solid transparent;border-image: url(../images/border-pattern.png) 17;padding: 0px;}
.participate-box{padding:50px 30px;background-color: #fefefe;}

.participate-link-box{display: flex;align-items:center;}
.marrs-participate-txt{font-size: 24px;line-height:37px;color: #404040;}
.marrs-participate-btn{padding-left: 0px;width: 40%;text-align: center;}
.marrs-participate-btn .btn-org{background:#F05A21;}
.marrs-participate-btn .btn-org:hover{background:#35A5D8;}

.border-bg hr{border-color: #E3DDDD;margin-right: auto;width: 92%;}

.marrs-heading{font-size:36px;line-height: 45px;font-weight: bold;color: #666666;text-align: center;}

.marrs-faq{padding-top:80px;padding-bottom:80px;}
.marrs-faq .accordion.style-2 .accordion-item .main{border-color: #F05A21;color: #F05A21;text-align: left;font-size: 22px;}
.marrs-faq .accordion .a-title span{text-align: center;}
.marrs-faq .accordion.style-2 .a-title.main span{color: #F05A21;}
.marrs-faq .accordion.style-2.main-inner1 .a-title.second{background: #F05A21 !important;text-align:left;}
.marrs-faq-content a:hover{color:#F05A21 !important;}

.participate-color.custom-padding{padding:65px 0px;}
.marrs-participate-bg .marrs-heading{font-size: 32px;text-align: start;margin-top: -62px;background: #fff9d4;width: max-content;padding-right: 20px;padding-left: 8px;}
.marrs-linkbox{border: 3px solid #FFE4A6;border-radius: 12px;padding: 37px;}
.marrs-pdf-content{font-size: 28px;line-height: 45px;color: #404040;}
.marrs-pdf-content a{color: #EE3133;text-decoration: underline;}

.anchor1{
  display: block;
  position: relative;
  top: -155px;
  visibility: hidden;
}

.red-anchor{color: red;}


/*LG MARRS PAGE END CSS*/


/*LG Spelling Bee MARRS PAGE START CSS*/

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

.pt-90{padding-top: 90px;}
.pb-90{padding-bottom:90px;}


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

.heading-row{margin-bottom: 65px;}

.marrs-spelling-bee-page-banner-color {background: url(../images/marrs-spelling-bee-banner.png) no-repeat;background-size: cover;}

.marrs-bee-heading{position: relative;font-size:34px;font-weight:600;color:#666666;line-height:normal;margin-bottom:30px}
.marrs-bee-heading:before {content: '';position: absolute;width: 100px;height: 4px;background: #FF631F;bottom: -8px;}

.marrs-sub-heading{position: relative;font-size:32px;line-height:normal;font-weight:normal;color: #fff;}
.marrs-sub-heading:before {content: '';position: absolute;width: 100px;height: 4px;background: #fff;bottom: -5px;left: 50%;transform: translate(-50%, 8px);}

.marrs-bee-para{font-size:20px;font-weight:normal;line-height:32px;color:#2B2E34;}

.marrs-spelling-bee-bg{background-color: #73C524 !important; background: url("../images/marrs-spelling-bee-bg.png") repeat;background-size: cover;}
.marrs-spelling-bee-bg .marrs-bee-heading{color: #fff;margin-bottom: 15px;}
.marrs-spelling-bee-bg .marrs-bee-heading:before{display: none;}

.marrs-card{background-color: #fff;padding: 30px 25px;border-radius: 15px;margin:8px 0;}
.marrs-card .card-title{font-size:26px;font-weight:500;line-height:29px;color: #000;margin-bottom:15px;}
.marrs-card .card-text{font-size:18px;color:#666666;line-height:28px;}


.marrs-bee-heading.center-heading:before{left: 50%;transform: translate(-50%, 4px);}

.align-row-content-center{display: flex;flex-direction: column;align-items: center;}

.about-marrs{position: relative;}
.about-marrs .bg-img{position: absolute;top:50px;left:0px;z-index:-1;}

.owl-3 .owl-nav {width: 100%;position: absolute;top: 50%; display: block; transform: translate(0px,-45%);}
.owl-3 .owl-nav .owl-next, .owl-3 .owl-nav .owl-prev {z-index: 92;position: absolute;top: 50%; }
.owl-3 .owl-nav .owl-next:active, .owl-3 .owl-nav .owl-next:focus, .owl-3 .owl-nav .owl-prev:active, .owl-3 .owl-nav .owl-prev:focus {outline: none; }
.owl-3 .owl-nav .owl-next span, .owl-3 .owl-nav .owl-prev span {color: #fff; }
.owl-3 .owl-nav .owl-next span:before, .owl-3 .owl-nav .owl-prev span:before {font-size: 40px !important; }
.owl-3 .owl-nav .owl-next {right: -90px; }
.owl-3 .owl-nav .owl-prev {left: -90px;}
/*.owl-3 .owl-dots .owl-dot {background: none;display: none !important; }
.owl-3 .owl-dots {position: absolute;bottom: -50px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);display: none;}
.owl-3 .owl-dots .owl-dot > span {display: inline-block;width: 12px;height: 12px;border-radius: 50%;background: rgba(255, 255, 255, 0.5);margin: 5px;}
.owl-3 .owl-dots .owl-dot.active > span {background: white;}
.owl-3 .owl-dots .owl-dot:active, .owl-3 .owl-dots .owl-dot:focus {outline: none;}*/

/*.owl-3 .owl-nav > .owl-prev,.owl-3 .owl-nav > .owl-next{width: 70px;height:70px;border-radius:0px;}*/

.owl-3 .owl-prev:before, .owl-3 .owl-next:before{display: none;}
.owl-3.owl-carousel .owl-item img {max-width: 100% !important;width:unset !important;}

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

.card-box{
  border-radius: 35px;
}

.card-box .marrs-card{padding:30px 35px;}

.orange-border{
  border: 1px solid #F05A21;
  -webkit-box-shadow: 0px 1px 7px -2px rgba(240, 90, 33, 1);
  -moz-box-shadow: 0px 1px 7px -2px rgba(240, 90, 33, 1);
  box-shadow: 0px 1px 7px -2px rgba(240, 90, 33, 1);
}

.purple-border{
  border: 1px solid #BA68C8;
  -webkit-box-shadow: 0px 1px 7px -2px rgba(186, 104, 200, 1);
  -moz-box-shadow: 0px 1px 7px -2px rgba(186, 104, 200, 1);
  box-shadow: 0px 1px 7px -2px rgba(186, 104, 200, 1);
}


.blue-border{
  border: 1px solid #38A6D8;
  -webkit-box-shadow: 0px 1px 7px -2px rgba(56, 166, 216, 1);
  -moz-box-shadow: 0px 1px 7px -2px rgba(56, 166, 216, 1);
  box-shadow: 0px 1px 7px -2px rgba(56, 166, 216, 1);
}

.green-border{
  border: 1px solid #73C524;
  -webkit-box-shadow: 0px 1px 7px -2px rgba(115, 197, 36, 1);
  -moz-box-shadow: 0px 1px 7px -2px rgba(115, 197, 36, 1);
  box-shadow: 0px 1px 7px -2px rgba(115, 197, 36, 1);
}

.violet-border{
  border: 1px solid #688EC8;
  -webkit-box-shadow: 0px 1px 7px -2px rgba(104, 142, 200, 1);
  -moz-box-shadow: 0px 1px 7px -2px rgba(104, 142, 200, 1);
  box-shadow: 0px 1px 7px -2px rgba(104, 142, 200, 1);
}

.hotpink-border{
  border: 1px solid #ED2878;
  -webkit-box-shadow: 0px 1px 7px -2px rgba(237, 40, 120, 1);
  -moz-box-shadow: 0px 1px 7px -2px rgba(237, 40, 120, 1);
  box-shadow: 0px 1px 7px -2px rgba(237, 40, 120, 1);
}

.yellow-border{
  border: 1px solid #FFBD0A;
  -webkit-box-shadow: 0px 1px 7px -2px rgba(255, 189, 10, 1);
  -moz-box-shadow: 0px 1px 7px -2px rgba(255, 189, 10, 1);
  box-shadow: 0px 1px 7px -2px rgba(255, 189, 10, 1);
}


.round-wise-jr{position: relative;}
.round-wise-jr .bg-img{position: absolute;top:0px;right:0px;z-index:-1;}
.round-wise-jr .bg-img2{position: absolute;bottom:-150px;left:0px;z-index:-1;}

.org-sub-heading{font-size:24px;color:#F05A21;line-height:27px;font-weight: normal;}

.marrs-table th{color: white;padding: 32px;font-size:24px;line-height:29px;font-weight:500;vertical-align: middle;}

.marrs-table.org-tbl th{background: #F05A21;}

.marrs-table.org-tbl td, .marrs-table.pulp-tbl td{padding-bottom: 30px !important;}

.marrs-table.org-tbl, .marrs-table.pulp-tbl{border-radius:5px;}

.marrs-table td{padding: 30px 50px 0px;border: 1px solid #E8E7E7;}
.marrs-table tbody tr:nth-child(odd){background: #ffffff;}
.marrs-table tbody tr:nth-child(even){background: #F6F6F6;}

.f-500{font-weight: 500;}
.gray-text{color:#333333;}
.table-content{font-size:19px;line-height:29px;color:#666666;margin-bottom:20px;}
.display-block{display: block;}

.marrs-table.pulp-tbl th{background: #BA68C8;}

.round-wise-sr{position: relative;}
.round-wise-sr .bg-img{position: absolute;right: 0px;top: 60%;transform: translate(0px, -60%);z-index:-1;}

.owl-orange svg {
  width: 60px;
  height:35px;
  fill: #F05A21;
}

/*LG Spelling Bee MARRS PAGE START CSS*/



/*LG MaRRS International Spell Bee PAGE START CSS*/

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

.pt-90{padding-top: 90px;}
.pb-90{padding-bottom:90px;}

.pt-50{padding-top:50px;}
.pb-50{padding-bottom:50px;}

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

.heading-row{margin-bottom: 65px;}

.marrs-int-spell-bee-page-banner-color {background: url(../images/marrs-international-spell-bee-banner.png) repeat;background-size: cover;}

.marrs-bee-heading.blue:before{background: #007BC7;}
.marrs-bee-heading.text-white{color: #fff;}
.marrs-int-spelling-bee-bg .marrs-bee-heading:before{display: none;}

.cust-ml-int{margin-left:30px;}

.marrs-int-spelling-bee-bg{background-color: #0090D7 !important; background: url("../images/marrs-int-spell-bee-bg.png") no-repeat;background-size: cover;background-position: center;}

.owl-2 .owl-nav {width: 100%;position: absolute;top: 50%; display: block; transform: translate(0px,-50%);}
.owl-2 .owl-nav .owl-next, .owl-2 .owl-nav .owl-prev {z-index: 92;position: absolute;top: 50%; }
.owl-2 .owl-nav .owl-next:active, .owl-2 .owl-nav .owl-next:focus, .owl-2 .owl-nav .owl-prev:active, .owl-2 .owl-nav .owl-prev:focus {outline: none; }
.owl-2 .owl-nav .owl-next span, .owl-2 .owl-nav .owl-prev span {color: #fff; }
.owl-2 .owl-nav .owl-next span:before, .owl-2 .owl-nav .owl-prev span:before {font-size: 40px !important; }
.owl-2 .owl-nav .owl-next {right: -90px; }
.owl-2 .owl-nav .owl-prev {left: -90px;}

.owl-2.owl-carousel .owl-item img {max-width: 100% !important;width:unset !important;}
.owl-2 .owl-prev:before, .owl-2 .owl-next:before{display: none;}

.child-devlop{position: relative;}
.child-devlop .bg-img{position: absolute;top:0px;left:0px;z-index:-1;}

.int-develp.orange-border{box-shadow: 0 -3px 20px -11px #F05A21;}
.int-develp.purple-border{box-shadow: 0 -3px 20px -11px #BA68C8;}
.int-develp.blue-border{box-shadow: 0 -3px 20px -11px #38A6D8;}

.org-sub-heading.blue{color:#007BC7;}

.marrs-table.int-table td {padding:30px 20px;text-align:center;}

.marrs-table.int-table td:nth-child(even){background: #ffffff;}
.marrs-table.int-table td:nth-child(odd){background: #F6F6F6;}
.marrs-table.int-table td:first-child{background: #007BC7;border:none;}
.marrs-table.int-table td:first-child .table-content{color: white !important;}

.marrs-table{
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.marrs-table.int-table .table-content{margin-bottom:0px}

.marrs-table .header-tr td{padding: 10px !important;border-left:none !;text-align: center;background: #333333;color:#fff;}

.marrs-table.custm-tbl th{padding:20px;}
.marrs-table.custm-tbl.blue-bg th{background: #0090D7;}
.header-tr td:first-child{border-left:none !important;}

.marrs-table.custm-tbl td{padding:20px 15px;text-align: center;border-left: 1px solid #E8E7E7 !important;border-right: 1px solid #E8E7E7 !important;border: none;}
.marrs-table.custm-tbl tr:last-child td {border-bottom: 1px solid #E8E7E7 !important;}

.marrs-table.custm-tbl tbody tr:nth-child(even){background: #ffffff;}
.marrs-table.custm-tbl tbody tr:nth-child(odd){background: #F6F6F6;}
.colspan-custom{display: grid;}

.round-wise-int{position: relative;}
.round-wise-int .bg-img{position: absolute;top:20%;left:0;z-index:-1;}
.round-wise-int .bg-img2{position: absolute;top:40%;right:0;z-index:-1;}
.round-wise-int .bg-img3{position: absolute;top:60%;left:0;z-index:-1;}
.round-wise-int .bg-img4{position: absolute;bottom:0;right:0;z-index:-1;}

.owl-blue svg {
  width: 60px;
  height:35px;
  fill: #30A5DF;
}

/*LG MaRRS International Spell Bee PAGE END CSS*/



/*LG MaRRS International Math Bee PAGE START CSS*/

.marrs-int-math-bee-page-banner-color{background: url(../images/marrs-international-math-bee-banner.png) no-repeat;background-size: cover;}

.marrs-bee-heading.pink:before{background: #ED2878;}
.marrs-int-math-bee-bg .marrs-bee-heading:before{display: none;}

.align-item-center{display: flex;align-items: center;}

.marrs-int-math-bee-bg{background-color: #D02469 !important; background: url("../images/marrs-int-math-bee-bg.png") repeat;background-size: cover;background-position: center;}

.math-bee-devlop{position: relative;}
.math-bee-devlop .bg-img{position: absolute;top:50px;left:0px;z-index:-1;}

.marrs-table.int-table.navy-bg td:first-child {background: #104966;border: none;}

.marrs-table.custm-tbl.pink-bg th{background: #ED2878;}

.table-content:last-child{margin-bottom: 0px;}


/*LG MaRRS International Math Bee PAGE END CSS*/


/*LG MaRRS Play2Learn Carnival PAGE START CSS*/

.marrs-play2learn-page-banner-color{background: url(../images/marrs-international-play2learn-bee-banner.png) no-repeat;background-size: cover;}

.marrs-bee-heading.green:before{background: #73C524;}
.marrs-play2learn-bg .marrs-bee-heading:before{display: none;}

.marrs-play2learn-bg{background-color: #55B13A !important; background: url("../images/marrs-play2learn-bg.png") repeat;background-size: cover;background-position: center;}

.math-bee-devlop{position: relative;}
.math-bee-devlop .bg-img{position: absolute;top:50px;left:0px;z-index:-1;}


.marrs-table.custm-tbl.green-bg th{background: #73C524;}

.table-content:last-child{margin-bottom: 0px;}

.d-block{display: block;}

.round-wise-play2learn{position: relative;}

.round-wise-play2learn .bg-img{position: absolute;top:0px;right:0;z-index:-1;}
.round-wise-play2learn .bg-img2{position: absolute;top:30%;left:0;z-index:-1;}
.round-wise-play2learn .bg-img3{position: absolute;bottom:5%;right:0;z-index:-1;}

.marrs-table.custm-tbl.green-bg tbody:nth-child(even){background: #ffffff;}
.marrs-table.custm-tbl.green-bg tbody:nth-child(odd){background: #F6F6F6;}
.marrs-table.custm-tbl.green-bg tbody:last-child{border-bottom: 1px solid #E8E7E7 !important;}

.marrs-table.custm-tbl.green-bg tbody tr {background: none !important;}
.marrs-table.custm-tbl.green-bg tr:last-child td{border-bottom: none !important;}

/*LG MaRRS Play2Learn Carnival PAGE END CSS*/

/*LG MaRRS Participate through your school PAGE START CSS*/

.dark-text{color:#2B2E34;}
.justify-content-between{justify-content: space-between;}

.marrs-participate-page-banner-color{background: url(../images/marrs-participate-banner.png) no-repeat;background-size: cover;}

.marrs-bee-heading.purple:before{background: #BA68C8;}

.marrs-purple-pointer ul li{font-size:20px;line-height:30px;font-weight: normal;}
.marrs-purple-pointer ul li:before{color: #BA68C8;}
.marrs-purple-pointer ul li a{color: #EE3133;text-decoration: underline;}

.marrs-participate-school-bg-custom{background-color: #FDF3FF !important;background: url(../images/participate-bg-purple-img.png) no-repeat center;}
.marrs-participate-school-bg-custom .participate-color {background-color: #FDF3FF;padding: 55px 0px;}
.marrs-participate-school-bg-custom .marrs-purple-pointer ul li {font-size: 19px;}

.marrs-participate-school-bg-custom .participate-box .marrs-title{font-size:28px !important;line-height:43px;color:#404040;}
.marrs-participate-school-bg-custom .participate-box .marrs-title a{color: #EE3133;text-decoration: underline;}
.marrs-participate-school-bg-custom .participate-box{padding: 40px;}

.participate-mob-num{color: #BA68C8;font-size: 40px;line-height: 45px;line-height: normal;display: flex;align-items: center;gap: 8px;}
.participate-mob-num:hover{color: #c200e3;}

.border-bg-purple{border-image: url(../images/border-pattern-purple.png) 17;}

.owl-pink svg {
  width: 60px;
  height:35px;
  fill: #ED2878;
}


/*LG MaRRS Participate through your school PAGE END CSS*/


/*LG MaRRS Participate through Little Genius PAGE START CSS*/

.f-600{font-weight:600;}

.marrs-participate-lg-page-banner-color{background: url(../images/marrs-participate-lg-banner.png) no-repeat;background-size: cover;}

.marrs-bee-heading.navy:before{background: #017577;}

.marrs-navy-pointer ul li{font-size:20px;line-height:30px;font-weight: normal;}
.marrs-navy-pointer ul li:before{color: #017577;}
.marrs-navy-pointer ul li a{color: #EE3133;text-decoration: underline;}

.marrs-participate-lg-bg-custom .marrs-bee-para{color: #666666;margin-bottom:20px;}
.marrs-participate-lg-bg-custom .marrs-bee-para:last-child{margin-bottom:0px;}

.marrs-participate-lg-bg-custom{background-color: #D7F9FE !important;background: url(../images/participate-bg-blue-img.png) no-repeat center;}
.marrs-participate-lg-bg-custom .participate-color {background-color: #D7F9FE;padding: 55px 0px;}
.marrs-participate-lg-bg-custom .marrs-purple-pointer ul li {font-size: 19px;}

.marrs-blue-pointer ul li{font-size:20px;line-height:45px;font-weight: normal;color:#666666;}
.marrs-blue-pointer ul li:before{color: #55C6D6;}

.marrs-title.navy-txt{color:#017577;font-weight:600;}

.border-bg-blue{border-image: url(../images/border-pattern-blue.png) 17;}

.marrs-pointer ul li:last-child{margin-bottom: 0px;}

.owl-green svg {
  width: 60px;
  height:35px;
  fill: #73C524;
}

.social-icons-marrs{
    margin-top: 15px !important;
    padding-left: 24px;
}

/*LG MaRRS Participate through Little Genius PAGE END CSS*/


/*LG MaRRS for School Annoucement PAGE END CSS*/

.marrs-school-annoucement-page-banner {
  background: #FFF9D4 url(../images/marrs-annoucement-banner-bg.png) no-repeat;
  background-position: right top;
  background-size: 15%;
}

.marrs-linear-gradient-bg{
  background: rgb(255,46,23);
  background: -moz-linear-gradient(92deg, rgba(255,46,23,1) 0%, rgba(255,130,37,1) 100%);
  background: -webkit-linear-gradient(92deg, rgba(255,46,23,1) 0%, rgba(255,130,37,1) 100%);
  background: linear-gradient(92deg, rgba(255,46,23,1) 0%, rgba(255,130,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e17",endColorstr="#ff8225",GradientType=1);
}

.lg-text{
  line-height: 50px;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}

.marrs-annouc-para{
  color: #666666;
  font-size:18px;
  font-weight: normal;
  line-height: 28px;
}

.anous-col-pr-10{padding-right:10px;}
/*.marrs-participate-bg .participate-color{margin:0 50px;}*/

.marrs-participate-bg .marrs-annouc-para{font-size:20px;font-weight:normal;}
.annoucement-box .marrs-annouc-para{font-size:22px;font-weight:normal;line-height: normal;}
.annoucement-box{padding:40px;background-color: #fefefe;}
 

.participate-form label{margin-bottom:5px;font-size:16px;}
.participate-form .form-group{margin-bottom: 15px;}
.participate-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.participate-form .form-control{font-size:16px;height:50px;}

.participate-form .form-row .col{margin-left: 5px;margin-right:5px;}

.participate-form .form-btn{margin-top:25px;font-size:18px;}

.modal-inset .button.close{font-size:29px;}
.modal-title{font-size: 30px;font-weight: 500;margin-bottom: 30px;}
.participate-form .form-row .col{margin-bottom:15px;}
.participate-form .form-row .col:last-child{margin-bottom:0px;}

/*LG MaRRS for School Annoucement PAGE END CSS*/

/*************** Modal Start ******************/

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(20 20 20 / 74%);;
  opacity: 0;
  visibility: hidden;
  z-index: 1004;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}

.modal-overlay.state-show {
  opacity: .7;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
}

.modal-frame {
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1005;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}

.modal-frame.state-appear {visibility: visible;}

.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
}

.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.modal-frame.state-leave {
  visibility: visible;
}

.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}

.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}

.modal {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.modal-inset {
  position: relative;
  padding: 60px;
  background-color: #fff;
  min-width: 550px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  opacity: .4;
}

.modal-inset .close:hover {opacity: 1;}

.modal-body {
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.modal-body h3 {
  font-weight: 700;
  padding-bottom: 22px;
  display: block;
  color: #F2594B;
  text-align: center;
}

.modal-body p {
  padding-bottom: 20px;
}

.modal-body .ps {
  font-size: 12px;
  opacity: .3;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

/*************** Modal End ******************/






.border-bottom-line {border-bottom: solid 1px #eee; padding-bottom: 5px;}
.margin-bottom0 {margin-bottom: 0px !important;}



.bg-contact-box {padding:20px; background:#f7f7f7; margin-bottom: 30px; border:1px solid #ededed; border-radius: 20px; }
.bg-location {
    padding: 0px 20px;
    background: #35a5d8;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    display: table;
    clear: both;
    border-radius: 50px;
}
.bg-location-color1{background:#9561a7;}

.location-title{margin-bottom: 25px;}
.location-title i {
    font-size: 36px;
    color: #f05a21;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    border: 1px solid #f05e21;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
}
.location-title .item-box {position: relative;
	padding-left: 55px;}


.sub-menu-wrap.sub-menu-inner.r-sub-menu{left:-85%;}

.youtube-center {
    display: flex;
    justify-content: center;
}