@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&display=swap");
/* hide show mixin */
/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

:focus {
  outline: none !important;
}

a {
  color: #40285e;
}
a:not([href]) {
  color: #40285e;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #40285e;
  cursor: pointer;
}

a, button, input {
  outline: medium none;
  color: #40285e;
  transition: all 0.4s ease-in-out;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

p {
  margin: 0 0 15px;
}

::-moz-selection {
  background: #40285e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #40285e;
  color: #fff;
  text-shadow: none;
}

.form-control {
  padding: 17px 24px;
  height: auto;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 14px;
  background-color: transparent;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #40285e;
}

textarea:focus, input:focus {
  border: 1px solid #40285e;
  box-shadow: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #6e6e6e;
  background-color: #9dbf57;
  letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  font-weight: 600;
  color: #40285e;
  transition: all 0.4s ease-in-out;
}

/**  Shadow **/
.box-shadow {
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}

.box-shadow2 {
  box-shadow: 0 0 15px 0 rgba(32, 46, 60, 0.12);
}

/**  Extra-outer **/
body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
body .page .site-main {
  padding: 0;
  background-color: #9dbf57;
}

.about-overlay-01 {
  top: 100px;
  color: #fff;
  padding: 28px 30px;
  border-radius: 15px;
  font-size: 22px;
  line-height: 31px;
  width: 210px;
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: #40285e;
}

.about-overlay-02 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 15px 30px 15px 30px;
  border-left: 8px solid #40285e;
  background-color: #40285e;
}
.about-overlay-02 h3 {
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.about-overlay-02 p {
  font-size: 13px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}

.about-overlay-03 {
  position: absolute;
  right: 15px;
  bottom: 0px;
  padding: 10px 23px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #40285e;
}
.about-overlay-03 h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.with-border15 img {
  border: 15px solid;
}

/* ===============================================
Spacing
------------------------*/
.spacing-1 {
  margin-top: 80px;
  margin-bottom: -80px;
  padding-top: 70px;
  padding-left: 70px;
  padding-bottom: 70px;
  padding-right: 415px;
}

.spacing-2 {
  padding: 50px 50px 50px 50px;
}

.spacing-4 {
  padding: 45px 30px 45px 45px;
}

.spacing-5 {
  padding: 60px 60px 60px 0;
}

.spacing-6 {
  padding: 50px 390px 50px 50px;
}

.spacing-7 {
  padding: 50px 50px 50px 15px;
}

.spacing-8 {
  padding: 80px 400px 80px 50px;
}

.spacing-9 {
  padding: 80px 60px 80px 0px;
}

.spacing-10 {
  padding: 80px 400px 80px 40px;
}

.spacing-11 {
  padding: 40px 25px;
}

.spacing-12 {
  padding: 50px 50px;
}

/** font size  **/
.fs-16 {
  font-size: 16px;
}

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

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

.fs-38 {
  font-size: 38px !important;
}

.fw-500 {
  font-weight: 500;
}

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

.z-9 {
  z-index: 9;
}

.desc-line {
  width: 8% !important;
  margin: 0 auto;
  height: 2px !important;
  background-color: #fff;
}

/** Padding  **/
.pr-20 {
  padding-right: 20px;
}

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

/** Margin  **/
.mt-10 {
  margin-top: 10px;
}

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

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

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

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

.mt_90 {
  margin-top: -90px;
}

.mt_95 {
  margin-top: -95px;
}

.mt_100 {
  margin-top: -100px;
}

.mt_225 {
  margin-top: -225px;
}

.mt_230 {
  margin-top: -230px;
}

.mb_80 {
  margin-bottom: -80px;
}

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

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

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

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

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

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

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

/* ===============================================
 Colors
------------------------*/
.ttm-textcolor-background {
  color: #9dbf57;
}

.ttm-bgcolor-footer1 {
  background-color: #ffec02;
}

.ttm-bgcolor-footer2 {
  background-color: #000;
}

.ttm-bgcolor-background {
  background-color: #9dbf57;
}

/** Skincolor **/
.ttm-textcolor-skincolor {
  color: #40285e;
}

.ttm-bgcolor-skincolor {
  background-color: #40285e;
  color: #fff;
}

.ttm-btn-bgcolor-skincolor {
  border-color: #40285e;
}

/** Darkgreycolor **/
.ttm-textcolor-darkgrey {
  color: #40285e;
}

.ttm-bgcolor-darkgrey, .ttm-bgcolor-skincolor [data-tooltip]:after {
  background-color: #40285e;
}

.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey blockquote {
  color: rgba(255, 255, 255, 0.8);
}
.ttm-bgcolor-darkgrey label, .ttm-bgcolor-darkgrey p, .ttm-bgcolor-darkgrey blockquote, .ttm-bgcolor-darkgrey blockquote label, .ttm-bgcolor-darkgrey blockquote p, .ttm-bgcolor-darkgrey blockquote blockquote {
  color: rgba(255, 255, 255, 0.8) !important;
}

.ttm-bgcolor-skincolor [data-tooltip]:before {
  border-top-color: #40285e;
}

/** Greycolor **/
.ttm-textcolor-grey {
  color: #eaeaea;
}

.ttm-bgcolor-grey {
  background-color: #eaeaea;
}

.grey-boder {
  border-color: #eaeaea !important;
}

.ttm-shadow {
  box-shadow: 0px 0px 0px 0px;
}

/** Whitecolor **/
.ttm-textcolor-white, .ttm-textcolor-white a, .ttm-bgcolor-darkgrey .section-title h2.title span, .ttm-bgcolor-skincolor .section-title h2.title span, .section-title h2.title span.ttm-textcolor-white, .ttm-bgcolor-skincolor h1, .ttm-bgcolor-darkgrey h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-skincolor h3, .ttm-bgcolor-darkgrey h3, .ttm-bgcolor-skincolor h4, .ttm-bgcolor-darkgrey h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-darkgrey h5, .featured-icon-box.left-icon.style1 .ttm-icon {
  color: #fff !important;
}

.ttm-bgcolor-skincolor .title-desc, .ttm-bgcolor-skincolor p, .ttm-bgcolor-skincolor blockquote, .ttm-textcolor-white .title-desc, .ttm-textcolor-white p, .ttm-textcolor-white blockquote {
  color: rgba(255, 255, 255, 0.8);
}

.ttm-bgcolor-white {
  background-color: #fff;
}

.ttm-icon_element-border.ttm-icon_element-color-white, .ttm-bgcolor-grey .ttm-pagination .page-numbers {
  border-color: #fff;
}

.ttm-bgcolor-skincolor .section-title .title-header:before, .ttm-bgcolor-darkgrey .section-title .title-header:before {
  border-top-color: #fff;
}

/* ===============================================
Pre-loader
------------------------*/
#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -30px 0 0 -30px;
}

#status {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  background-image: url(../images/pre-loader-1.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* ===============================================
TopBar
------------------------*/
.ttm-topbar-wrapper {
  font-size: 13px;
  height: 52px;
  line-height: 52px;
}
.ttm-topbar-wrapper .top-contact li {
  position: relative;
}
.ttm-topbar-wrapper .top-contact li:first-child {
  padding-right: 15px;
  margin-right: 15px;
}
.ttm-topbar-wrapper .top-contact li:first-child::before {
  content: "";
  height: 18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.09);
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
}
.ttm-topbar-wrapper .social-icons li {
  text-align: center;
  margin: 0 7px;
}
.ttm-topbar-wrapper ul li {
  display: inline-block;
}
.ttm-topbar-wrapper .header-btn a.ttm-btn {
  padding: 14px 25px;
  margin-left: 15px;
  border-color: transparent;
}
.ttm-topbar-wrapper .header-btn a.ttm-btn:hover {
  background-color: #fff;
  color: #40285e;
}

/* ===============================================
Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
  float: left;
  height: 100px;
  line-height: 100px;
  position: relative;
  display: block;
  z-index: 1;
}
.site-branding img {
  max-height: 100px;
}

.ttm-header-style-01 {
  padding-top: 40px;
}
.ttm-header-style-01 .site-branding, .ttm-header-style-01 .ttm-right-header {
  height: 100px;
  line-height: 100px;
}

.site-title {
  padding-top: 40px;
  font-size: 15px;
}

/** SiteNavigation(Menu) **/
.site-navigation {
  position: relative;
}
.site-navigation .ttm-right-header {
  float: right;
  padding-left: 35px;
  position: relative;
}
.site-navigation .ttm-header-icons::before {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  left: 10px;
  top: 50%;
  margin-top: -14px;
  background-color: rgba(64, 40, 94, 0.09);
}

.menu-dropdown,
.menu input[type=checkbox] {
  display: none;
}

.menu label:hover {
  cursor: pointer;
}

@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.menu {
  display: inline-block;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: capitalize;
}

li.menu-hasdropdown.active a {
  color: #40285e;
}
li.menu-hasdropdown a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #40285e;
  display: block;
  padding: 15px 0;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  transition: all 0.5s;
  font-weight: 600;
}
li.menu-hasdropdown a label {
  font-size: 10px;
  margin: 0;
  float: right;
}
li.menu-hasdropdown ul li a {
  font-size: 13px;
  font-weight: 400;
}

/** ttm-search-overlay **/
.ttm-header-icon {
  position: relative;
}

.ttm-search-overlay {
  position: absolute;
  top: 100%;
  right: 40px;
  width: 400px;
  transform: scale(1);
  background: #fff;
  border-top: 3px solid #40285e;
  transition: all ease 0.3s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 111;
}
.ttm-search-overlay .w-search-form-row {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 20px;
}
.ttm-search-overlay .w-search-form-row::before {
  position: absolute;
  right: 17px;
  top: -8px;
  width: 47px;
  height: 47px;
  text-align: center;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #40285e;
  content: " ";
}
.ttm-search-overlay .ttm-site-searchform input[type=search] {
  font-size: 14px;
  text-align: left;
  height: 45px;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  color: #333;
  width: 88%;
  line-height: 45px;
  float: left;
  padding: 9px 15px;
  background-color: #eaeaea;
}
.ttm-search-overlay .ttm-site-searchform button {
  font-size: 14px;
  width: 12%;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 45px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #fff;
  float: left;
  background-color: #40285e;
}

.ttm-tectxon-icon-search:before {
  content: "\e825";
  font-family: "themify";
}

/* .widget_info */
.widget_info {
  position: relative;
}
.widget_info .widget_content {
  margin-left: 14px;
  position: relative;
}
.widget_info:not(:last-child) {
  padding-right: 50px;
}
.widget_info:not(:last-child) .widget_content::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #eaeaea;
  display: block;
  position: absolute;
  right: -25px;
  top: 0px;
}
.widget_info .widget_icon {
  font-size: 34px;
  color: #40285e;
}
.widget_info .widget_title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget_info .widget_desc {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
}

/* ===============================================
Footer
------------------------*/
.footer .widget {
  margin: 55px 0 55px;
}
.footer .widget .ttm-btn.ttm-btn-size-md {
  padding: 14px 27px 14px 27px;
}
.footer .widget ul > li {
  padding: 0 0 9px 0;
}
.footer .ttm-textcolor-white {
  color: rgba(255, 255, 255, 0.8);
}

/** FirstFooter **/
.first-footer {
  padding: 40px 0 40px 0;
}
.first-footer .featured-icon-box .ttm-icon.ttm-icon_element-size-md {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.first-footer .featured-content {
  padding-left: 12px !important;
}
.first-footer .ttm-btn {
  font-weight: 500;
  font-size: 15px;
}
.first-footer .ttm-btn i {
  font-size: 15px;
}

.footer-logo img {
  max-height: 45px;
}

/** SecondFooter **/
.second-footer .quicklink-box {
  padding: 17px 15px;
  border: 1px solid rgb(46, 56, 77);
  background-color: rgb(34, 44, 64);
  margin: 22px 0 0px;
  position: relative;
}
.second-footer .quicklink-box .featured-icon-box .ttm-icon.ttm-icon_element-size-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.second-footer .quicklink-box .featured-icon-box .ttm-icon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
  top: 19px;
  right: -7px;
  border: 7px solid transparent;
  border-right: 0;
  border-left-color: #40285e;
}
.second-footer .quicklink-box .featured-icon-box .ttm-icon span {
  font-size: 23px;
}
.second-footer .quicklink-box .featured-title h5 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}
.second-footer .quicklink-box .featured-content {
  padding-left: 15px !important;
}

/** bottom-footer **/
.bottom-footer-text {
  background-color: #222c40;
}

/** SecondFooter **/
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 0 0 13px 0;
  position: relative;
}
.widget .widget-title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 19px;
  line-height: 23px;
  text-transform: capitalize;
  color: #fff;
}
.widget h5 {
  color: #fff;
}
.widget.link-widget ul li:last-child {
  padding-bottom: 0;
}

/** footer-social-icons **/
.footer .social-icons li {
  margin-left: 3px;
  margin-right: 3px;
  min-width: auto;
  padding-bottom: 0 !important;
  padding-top: 5px;
}
.footer .social-icons li:first-child {
  margin-left: 0;
}
.footer .social-icons li a {
  border: 1px solid #fff;
  font-size: 14px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-align: center;
}
.footer .social-icons li a:hover {
  background-color: #40285e;
  border-color: #40285e;
}

/** Footer-nav-menu **/
.copyright {
  padding-top: 18px;
  padding-bottom: 18px;
}
.copyright a:hover {
  color: #40285e;
}

/** Footer-nav-menu **/
.footer-nav-menu {
  list-style: none;
  margin: 0;
  padding: 10px;
}
.footer-nav-menu li {
  display: inline-block;
  padding-left: 12px;
  padding-right: 26px;
  font-size: 12px;
  padding-bottom: 0;
}
.footer-nav-menu li:last-child {
  padding-right: 0;
}
.footer-nav-menu li:first-child {
  padding-left: 0;
}
.footer-nav-menu li:not(:last-child):after {
  position: absolute;
  content: "|";
  padding-left: 17px;
}

.widget ul#menu-footer-services li a {
  padding-left: 18px;
  position: relative;
}
.widget ul#menu-footer-services li a::before {
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 18px;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-family: "themify";
  content: "\e661";
}
.widget ul#menu-footer-services li a:hover {
  color: #40285e;
}

/* ===============================================
GoTop Button
------------------------*/
.Scrolltop {
  position: fixed;
  right: 34px;
  bottom: 34px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #40285e;
  color: #fff;
  font-weight: 900;
  z-index: 999;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transform-origin: bottom;
  cursor: pointer;
}

/* Error Page*/
.page-header {
  margin: 40px 0 20px;
}

.error-404 {
  position: relative;
  padding: 300px 0 150px;
  text-align: center;
}
.error-404 .ttm-big-icon {
  font-size: 150px;
}
.error-404 h1 {
  font-size: 95px;
  text-transform: uppercase;
  line-height: 100%;
}
.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* Element */
.element-row {
  padding: 40px 0 0px;
  position: relative;
}
.element-row .section-title h2.title {
  margin-top: 22px;
  margin-bottom: 25px;
}
.element-row .ttm-row {
  padding: 50px 0;
}

/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {
  color: #fff;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow {
  background-color: #ffb300;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange {
  background-color: #ff4c00;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red {
  background-color: #ff0a26;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink {
  background-color: #ff0061;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine {
  background-color: #50485b;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua {
  background-color: #39c8df;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua {
  color: #39c8df;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-background {
  color: #9dbf57;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine {
  border-color: #50485b;
  color: #50485b;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue {
  border-color: #5472d2;
  color: #5472d2;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
  border-color: #fff;
  color: #fff;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow {
  border-color: #ffb300;
  color: #ffb300;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange {
  border-color: #ff4c00;
  color: #ff4c00;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red {
  border-color: #ff0a26;
  color: #ff0a26;
}
.ttm-icon.ttm-icon_element-size-md {
  line-height: 64px;
}

.element-style .icon-box-wrapper {
  padding-top: 15px;
}

.row .col-md-6 .featured-icon-box:not(:last-child) {
  padding: 0;
  margin-bottom: 40px;
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: 0.2s;
          animation-timing-function: 0.2s;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.dialog {
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  z-index: 99;
}

#videobox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}
#videobox #video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  height: 70%;
}
#videobox #video-wrapper iframe {
  width: 500px;
  height: 100%;
}
#videobox #close-btn {
  color: grey;
  font-size: 25px;
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  transform: scale(1, 1);
  transition: transform 0.5s ease, color 0.5s ease;
}
#videobox #close-btn:hover {
  color: #fff;
  cursor: pointer;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.tab-bg-semi {
  background: #cedfab;
  display: inline-block;
  padding: 0 2px 0 2px;
  height: 100px;
  width: 200px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.semi-active {
  background: #fff;
}

.temp-hide {
  display: none;
}

.mobile-paging {
  display: none;
}

.img-fixed-min {
  min-width: 84px;
  min-height: 45px !important;
}

.above-menu {
  z-index: 10;
}

.CookieConsent {
  background-color: #40285e !important;
  display: block !important;
  text-align: center;
}

.rcc-confirm-button {
  background-color: #fff !important;
}/*# sourceMappingURL=main.css.map */