/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
:root {
  --white-color: #ffffff;
  --primary-color: #13547a;
  --secondary-color: #80d0c7;
  --section-bg-color: #f0f8ff;
  --custom-btn-bg-color: #80d0c7;
  --custom-btn-bg-hover-color: #13547a;
  --dark-color: #000000;
  --p-color: #717275;
  --border-color: #7fffd4;
  --link-hover-color: #13547a;
  --body-font-family: 'Open Sans', sans-serif;
  --title-font-family: 'Montserrat', sans-serif;
  --h1-font-size: 58px;
  --h2-font-size: 46px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 20px;
  --menu-font-size: 14px;
  --btn-font-size: 18px;
  --copyright-font-size: 16px;
  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  position: relative;
  zoom: 1;
  margin: 10px 20px;
  list-style-position: outside;
}
.menu_list{
  list-style:none !important;
  margin:unset !important;
}
.menu_list li{
  list-style:none !important; 
  margin:unset !important;
}
.nav{
  list-style:none !important;
  margin:unset !important;
}
.nav li{
  list-style:none !important; 
  margin:unset !important;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

html, body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2a2a2a;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Lato', sans-serif;
}

::selection {
  background: #533154;
  color: #fff;
}

::-moz-selection {
  background: #533154;
  color: #fff;
}
#supraheader_container {
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 30px;
  height: 31px;
  background: #f6f6f6;
  border-bottom: 1px inset #ededed;
  color: #828282;
}
#info_clienti {
  position: relative;
  display: inline-block;
  min-width: 250px;
  text-align: center;
  float: left;
  border-right: 1px inset #ededed;
  line-height: inherit;
  font-style: italic;
  margin-right: 10px;
}
#info_branding {
  text-transform: uppercase;
}
#powered_by_legis {
  position: relative;
  display: inline-block;
  float: right;
  line-height: inherit;
  font-weight: bold;
}
.mash{display:block;z-index:9999999 !important;width:100%;height:100%;position:fixed !important;
	padding:0px !important;margin:0px !important;top:0px;left:0px;text-align:center;}
.mash.accent{font-size:14px;}
.mash:before{content:'';position:absolute;background:#000;top:0px;left:0px;opacity:0.7;
	display:block;width:100%;height:100%;}
.mash.accent:before{background:#40d8c99c;}
.mash > div{position:relative;display:inline-block;padding:20px;background:#fff !important;overflow:hidden;
	width:600px;height:400px;top:20%;}
.mash.accent > div{width:400px;height:auto;min-height:auto;padding:40px;text-align:left;background: #533154 !important;color: #fff;}
.mash img{width:100%;}
.mash.exit{display:none;}
.mash div h4{
  color:  #fff !important;
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
  #supraheader_container{
    display: none !important;
  }
  
}

.border-button a {
  font-size: 15px;
  color: #533154;
  background-color: transparent;
  border: 1px solid #533154;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.border-button a:hover {
  background-color: #533154;
  color: #fff;
}

.main-button a {
  font-size: 15px;
  color: #fff;
  background-color: #533154;
  border: 1px solid #533154;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: transparent;
  color: #533154;
}

.mt-1 {
  margin-top: 120px;
}
.mt-15 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  /* margin-bottom: 70px; */
}

.section-heading h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #533154;
  font-weight: 400;
}

/* .section-heading h4 {
  margin-top: 10px;
  line-height: 36px;
  font-size: 30px;
  font-weight: 700;
} */

.section-heading h4 em {
  color: #533154;
  font-style: normal;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  /* background-color: #533154 !important; */
  border-radius: 0px 0px 25px 25px;
  /* height: 80px!important; */
  /* position: fixed!important; */
  top: 0!important;
  left: 0;
  right: 0;
  /* box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important; */
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  /* position: absolute; */
  /* background-color: #533154; */
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
  align-items: center;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

/* .background-header .main-nav .logo,
.background-header .main-nav #search {
  margin-top: 18px;
} */

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  /* background-color: rgba(255, 255, 255, 0.10); */
  height: 44px;
  min-width: 250px;
  /* border-radius: 23px; */
  border: none;
  /* color: #fff; */
  font-size: 14px;
  font-weight: 300;
  padding: 0px 20px 0px;
}

/* .header-area .main-nav #search input::placeholder {
  color: rgba(250, 250, 250, 0.75);
} */

.header-area .main-nav #search i {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 15px;
  font-size: 16px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 9999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px;
  /* height: 40px;
  line-height: 40px; */
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  font-weight: 300;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  /* text-transform: capitalize; */
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
  background-color: #533154;
}
.ml{
  margin-left: 10px;
}
/* .background-header .main-nav .nav {margin-top: 20px;} */

/* .background-header .main-nav .nav li {
  height: 50px;
  line-height: 80px;
} */

.header-area .main-nav .nav li:hover a {
  opacity: 0.8;
}
.header-area .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.background-header .main-nav .nav li:hover a {
  opacity: 0.8;
}
.background-header .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #42e0d1;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #42e0d1;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #42e0d1;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #42e0d1;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width: 999px) {
  #supraheader_container{
    display: none !important;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #533154;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    /* color: #1e1e1e; */
    /* background-color: #42e0d1; */
     /* border-radius: 0px 0px 25px 25px; */
     text-align: left;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #533154;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    /* left: 30px; */
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #533154!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    /* background-color: #42e0d1; */
    padding: 0px 15px;
    /* height: 80px; */
    height: 120px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 10px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    /*margin-top: 80px !important;*/
    margin-top: 120px !important;
  }
  .main-banner .headlinecateg{
    line-height: 45px !important;
    font-size: 30px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    /* background: #fff; */
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}


/*
--------------------------------------------
PopUp Style
--------------------------------------------
*/

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

section.popupBody {
  margin-top: 0px;
}

.popupContainer {
  position: absolute;
  width: 330px;
  height: auto;
  left: 45%;
  top: 60px;
  background: #FFF;
}

.btn {
  padding: 10px 20px;
  background: #533154;
  color: #fff;
  transition: all .3s;
}

.btn_red {
  background: #533154;
  color: #FFF;
}

.btn:hover {
  background: #E4E4E2;
}

.btn_red:hover {
  color: #2a2a2a;
  background: #E4E4E2;
}

a.btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.btn_red {
  color: #FFF;
}

.one_half {
  width: 50%;
  display: block;
  float: left;
}

.one_half.last {
  width: 45%;
  margin-left: 5%;
}

.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}

.popupHeader {
  background: #F4F4F2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
}

.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #533154;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.popupBody {
  padding: 20px;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  background: #F4F4F2;
  overflow: hidden;
}

.social_login .icon {
  display: inline-block;
  
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

.social_login .fb .icon {
  background: #3B5998;
}

.social_login .google .icon {
  background: #DD4B39;
}

.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #777;
}

.social_login .social_box:hover {
  background: #E4E4E2;
}

.centeredText {
  color: #afafaf;
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: capitalize;
}

.user_login label {
  color: #afafaf;
}

.action_btns {
  clear: both;
  overflow: hidden;
}

.action_btns a {
  display: block;
}
/* User Login Form */

.user_login {
  display: none;
}

.user_login label {
  display: block;
  margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_login input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.user_login input[type="checkbox"]+label {
  float: left;
}

.user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: #533154;
  transition: all .3s;
}
/* User Register Form */

.user_register {
  display: none;
}

.user_register label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_register input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
  float: left;
  color: #afafaf;
}

.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}


/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

/* .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 110px;
  background-color: #000;
} */
#services {
  margin-top: 50px;
}
.main-banner h2 {
  font-size: 38px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
  margin-bottom: 10px;
}

.main-banner h2 em {
  font-style: normal;
  color: #42e0d1;
}

.main-banner p {
  /* color: #fff; */
  padding: 0px 0px;
  /* margin: 40px 75px 0px 75px;
  border-top: 1px solid rgba(250,250,250,0.2); */
}

.main-banner .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.main-banner .big-border-button a {
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  margin-right: 15px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.main-banner .big-border-button a:hover {
  background-color: #fff;
  color: #533154;
}

.main-banner .icon-button a {
  margin-top: 20px;
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

.main-banner .icon-button a i {
  margin-right: 6px;
  font-size: 16px;
}

.main-banner .icon-button a:hover {
  color: #533154;
}



/*
---------------------------------------------
featured
---------------------------------------------
*/ 

/* section.featured-items {
  margin-top: -150px;
} */

.featured-items .item .thumb {
  position: relative;
}

.featured-items .item .thumb img {
  border-radius: 15px;
}

.featured-items .item .thumb:hover .hover-effect {
  top: 0;
  opacity: 1;
}

.featured-items .item .thumb .hover-effect {
  background-color: rgba(250,250,250,0.92);
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  transition: all .3s;
}

.featured-items .item .thumb .hover-effect .content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 15px;
}

.featured-items .item .thumb .hover-effect .content h4 {
  font-size: 20px;
  color: #533154;
  margin-bottom: 22px;
}

.featured-items .item .thumb .hover-effect .content h4 i {
  font-size: 14px;
  margin-left: 5px;
  font-weight: 600;
}

.featured-items .item .thumb .hover-effect .content h4 span {
  font-size: 14px;
  font-weight: 500;
  color: #afafaf;
}

.featured-items .item .thumb .hover-effect .content ul li {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 7px;
}

.featured-items .item .thumb .hover-effect .content ul li:last-child {
  margin-bottom: 0px;
}

.featured-items .item .thumb .hover-effect .content ul li span {
  color: #2a2a2a;
  font-weight: 500;
}

.featured-items .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-35px);
}

.featured-items .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}

.featured-items .owl-nav .owl-next {
  position: absolute;
  right: -70px;
}

.featured-items .owl-nav .owl-prev span,
.featured-items .owl-nav .owl-next span  {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: #533154;
  border-radius: 50%;
  opacity: 0.75;
  transition: all .3s;
}

.featured-items .owl-nav .owl-prev span:hover,
.featured-items .owl-nav .owl-next span:hover {
  opacity: 1;
}


/*
---------------------------------------------
popular categories
---------------------------------------------
*/ 

section.popular-categories {
  padding: 0px 65px;
}

section.popular-categories .main-button {
  text-align: right;
}

.popular-item {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 30px;
}

.popular-item .top-content {
  display: flex;
  margin-bottom: 30px;
}

.popular-item .icon {
  background-color: #f7f7f7;
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  border-radius: 10px;
  margin-right: 20px;
}

.popular-item .icon img {
  max-width: 36px;
  border-radius: 0px;
}

.popular-item h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  margin-bottom: 12px;
}

.popular-item span em {
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #533154;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  margin-right: 10px;
}

.popular-item span {
  color: #afafaf;
  font-weight: 400;
}

.popular-item img {
  border-radius: 15px;
}

.popular-item .thumb {
  position: relative;
  overflow: hidden;
}

.popular-item .thumb span.category {
  font-size: 15px;
  color: #533154;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  position: absolute;
  left: 15px;
  top: -60px;
  padding: 8px 12px;
  opacity: 0;
  transition: all .3s;
}

.popular-item .thumb span.likes {
  font-size: 15px;
  color: #533154;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: -60px;
  padding: 8px 12px;
  opacity: 0;
  transition: all .3s;
}

.popular-item .thumb:hover span.category,
.popular-item .thumb:hover span.likes {
  top: 15px;
  opacity: 1;
}

.popular-item .border-button {
  margin-top: 30px;
}

.popular-item .border-button a {
  width: 100%;
  text-align: center;
}


/*
---------------------------------------------
closed contests
---------------------------------------------
*/ 

section.closed-contests {
  /* background-image: url(../images/closed-bg.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
}

.closed-item .thumb {
  position: relative;
  overflow: hidden;
}

.closed-item .thumb img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.closed-item .thumb span.winner {
  font-size: 15px;
  color: #533154;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  position: absolute;
  left: 15px;
  top: -60px;
  padding: 8px 12px;
  opacity: 0;
  transition: all .3s;
}

.closed-item .thumb span.winner em {
  color: #afafaf;
  font-style: normal;
}

.closed-item .thumb span.price {
  font-size: 15px;
  color: #533154;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: -60px;
  padding: 8px 12px;
  opacity: 0;
  transition: all .3s;
}

.closed-item .thumb span.price em {
  color: #afafaf;
  font-style: normal;
}

.closed-item .thumb:hover span.price,
.closed-item .thumb:hover span.winner {
  opacity: 1;
  top: 15px;
}

.closed-item .down-content {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
  padding: 25px 30px;
  min-height: 140px;
}

.closed-item .down-content h4.pics {
  text-align: right;
}

.closed-item .down-content h4 {
  font-size: 18px;
  line-height: 32px;
}

.closed-item .down-content h4 span {
  font-size: 15px;
  color: #afafaf;
}

.closed-contests .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-35px);
}

.closed-contests .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}

.closed-contests .owl-nav .owl-next {
  position: absolute;
  right: -70px;
}

.closed-contests .owl-nav .owl-prev span,
.closed-contests .owl-nav .owl-next span  {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #afafaf;
  background-color: #fff;
  border-radius: 50%;
  transition: all .3s;
}

.closed-contests .owl-nav .owl-prev span:hover,
.closed-contests .owl-nav .owl-next span:hover {
  background-color: #533154;
  color: #fff;
}

.closed-contests .border-button {
  margin-top: 20px;
}


/*
---------------------------------------------
pricing-plans
---------------------------------------------
*/ 

.pricing-item {
  text-align: center;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  transition: all .5s;
}

.pricing-item:hover {
  border: 1px solid transparent;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.pricing-item:hover h4 {
  color: #533154;
}

.pricing-item img {
  max-width: 240px;
}

.pricing-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
  transition: all .5s;
}

.pricing-item ul li {
  font-size: 15px;
  color: #533154;
  margin-bottom: 10px;
}

.pricing-item ul.first-plan li:nth-child(5),
.pricing-item ul.first-plan li:nth-child(4) {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item ul.second-plan li:nth-child(5) {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item span.price {
  font-size: 30px;
  color: #533154;
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
}

.pricing-item .border-button {
  margin-top: 30px;
}


/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer.no-margin-footer {
  margin-top: 60px;
}

footer {
  margin-top: 10px;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  background: linear-gradient(to right, #40aea3 0%, #45b4aa 15%, #38bbae 55%, #36b8ab 80%, #42e0d1 100%);
}

/* @media (min-width: 992px) {
  footer {
    text-align: left;
    margin-top: 120px;
  }
} */

footer .about-widget img {
  max-width: 170px !important;
  /* margin-bottom: 10px; */
}
footer .about-widget{
  display: flex;
  flex-direction: column;
}
footer h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2a2a2a;
  margin-bottom: 30px;
  margin-top: 45px;
}

@media (min-width: 992px) {
  footer h4 {
    margin-top: 0px;
  }
}

footer ul.info li {
  display: block;
  margin-bottom: 20px;
}

footer ul.info li a {
  font-size: 15px;
  color: #7a7a7a;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer ul.info li a:hover {
  color: #ff565b;
}

footer ul.info li:last-child {
  margin-bottom: 0px;
}

footer ul.social-links li {
  display: block;
  margin-bottom: 20px;
}

footer ul.social-links li a {
  font-size: 15px;
  color: #7a7a7a;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer ul.social-links li a svg {
  margin-right: 3px;
}

footer ul.social-links li a:hover {
  color: #ff565b;
}

footer ul.social-links li:last-child {
  margin-bottom: 0px;
}

footer form#subscribe {
  position: relative;
  margin-bottom: 0px;
}

footer form#subscribe input {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  height: 40px;
  position: relative;
  padding: 0px 10px;
}

footer form#subscribe button {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #7a7a7a;
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer form#subscribe button:hover {
  color: #ff565b;
}

footer .sub-footer {
  margin-top: 10px;
  padding-bottom: 20px;
  text-align: left;
}

footer .sub-footer p a {
  color: #ff565b;
}

footer .sub-footer a.scroll-to-top {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 15px;
  color: #ff565b;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 992px) {
  footer .sub-footer a.scroll-to-top {
    text-align: right;
    color: #7a7a7a;
  }
}

footer .sub-footer a.scroll-to-top svg {
  margin-left: 3px;
}

footer .sub-footer a.scroll-to-top:hover {
  color: #ff565b;
}



/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.page-heading {
  /* background-image: url(../images/heading-bg.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 130px;
  text-align: center;
  /* background-color: #2a2a2a; */
}

.page-heading h2 {
  /* color: #fff; */
  font-size: 40px;
  font-weight: 700;
  line-height: 74px;
}

.page-heading h2.space-need {
  padding: 0px 30px;
}

.page-heading h2 em {
  font-style: normal;
  color: #533154;
}

.page-heading p {
  /* color: #fff; */
  /* padding: 30px 0px;
  margin: 40px 75px 0px 75px;
  border-top: 2px solid rgba(250,250,250,0.2); */
}

.page-heading h6 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(250,250,250,0.2);
  font-size: 20px;
  color: #fff;
}

.page-heading .main-content {
  margin-top: 30px;
}

.page-heading .main-content .days, .page-heading .main-content .hours, .page-heading .main-content .minutes, .page-heading .main-content .seconds {
  width: 20%;
}
.page-heading .main-content .counter div {
  margin: 0 2px;
  display: inline-block;
  text-align: center; 
}
@media (min-width: 992px) {
  .page-heading .main-content .counter div {
    margin: 0px 10px; 
  } 
}
.page-heading .main-content .counter div .value {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative; 
}

.page-heading .main-content .counter div span {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}


/* 
---------------------------------------------
Contests Page
--------------------------------------------- 
*/

#search-form {
  margin-top: -69px;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#search-form label {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 500;
}

#search-form input,
#search-form select {
  background-color: #f7f7f7;
  width: 100%;
  height: 46px;
  border-radius: 10px;
  bordeR: none;
  outline: none;
  padding: 0px 15px;
  font-size: 15px;
  color: #afafaf;
}

/* #search-form input::placeholder {
  color: #afafaf;
} */

#search-form button {
  margin-top: 30px;
  font-size: 15px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 189, 254);
  border: 1px solid rgb(0, 189, 254);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s ease 0s;
}

#search-form button:hover {
  background-color: transparent;
  color: #533154;
}

.photos-videos .item {
  margin-bottom: 30px;
}

.photos-videos .item .thumb {
  position: relative;
  overflow: hidden;
}

.photos-videos .item .thumb img {
  border-radius: 15px;
}

.photos-videos .item .thumb .play-button a {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #533154;
  text-align: center;
  line-height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-23px,-23px);
  opacity: 0;
  transition: all .3s;
}

.photos-videos .item .thumb:hover .play-button a {
  opacity: 1;
}

.photos-videos .item .thumb .top-content {
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 30px;
  right: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
}

.photos-videos .item .thumb .top-content h4 {
  display: inline;
  font-size: 20px;
  font-weight: 700;
}

.photos-videos .item .thumb .top-content h6 {
  display: inline;
  float: right;
  margin-top: 5px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
}

.photos-videos .item .down-content h2 {
  font-size: 20px;
  color: #afafaf;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 30px;
}

.photos-videos .item .down-content h6 {
  text-align: right;
  font-size: 15px;
  color: #533154;
  font-weight: 500;
  margin-top: 24px;
  margin-right: 30px;
}
.photos-videos{
  margin-top:-50px;
}
/* .contest-win {
  padding: 0px 65px;
} */

.contest-win .contest-item {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.beforeIcon {
  background-color: #af814d !important;
}

/* .contest-win .contest-item .top-content {
  margin-bottom: 30px;
} */

.contest-win .contest-item .top-content span.award {
  font-size: 15px;
  color: #fff;
  background-color: #3f51b5;
  border-radius: 10px;
  padding: 8px 12px;;
}

.contest-win .contest-item .top-content span.price {
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #533154;
}

.contest-win .contest-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}

.contest-win .contest-item img {
  border-radius: 15px;
}

.contest-win .contest-item .info {
  display: flex;
  width: 100%;
}

.contest-win .contest-item span.participants {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
}

.contest-win .contest-item span.participants img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.contest-win .contest-item span.submittions {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
  display: inline-block;
  text-align: right;
}

.contest-win .contest-item span.submittions img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.contest-win .contest-item .border-button {
  margin-top: 25px;
  margin-bottom: 20px;
}

.contest-win .contest-item .border-button a {
  width: 100%;
  text-align: center;
}

.contest-win .contest-item span.info {
  font-size: 15px;
  display: inline-block;
  /* text-align: center; */
  color: #afafaf;
}

.contest-win ul.pagination {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.contest-win ul.pagination li {
  margin: 0px 7px;
}

.contest-win ul.pagination li a {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border: 1px solid #533154;
  border-radius: 50%;
  color: #533154;
  font-size: 20px;
  font-weight: 600;
}

.contest-win ul.pagination li.active a {
  background-color: #533154;
  color: #fff;
}

.contest-win ul.pagination li:last-child a,
.contest-win ul.pagination li:first-child a {
  border-color: transparent;
}


/* 
---------------------------------------------
Contest Details Page
--------------------------------------------- 
*/

.contest-details .top-content {
  background-color: #42e0d1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px 45px;
  margin-top: 0px;
}

.contest-details .top-content ul {
  text-align: right;
}

.contest-details .top-content ul li {
  display: inline-block;
}

.contest-details .top-content ul li {
  font-size: 18px;
  font-weight: 500;
  color: #533154;
  margin-left: 15px;
}

.contest-details .top-content ul li:first-child {
  margin-left: 0px;
}

.contest-details .top-content ul li span {
  font-size: 15px;
  color: #afafaf;
}

.contest-details .top-content span.open {
  font-size: 15px;
  background-color: #533154;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  margin-right: 20px;
}

.contest-details .top-content span.wish-list {
  font-size: 15px;
  font-weight: 500;
  color: #533154;
}

.contest-details .top-content span.wish-list i {
  margin-right: 5px;
}

.contest-details .main-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 30px;
  box-shadow: 1px 1px 10px 2px #00000030;
}

.contest-details .main-content h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
} 

.contest-details .main-content h6 {
  font-size: 15px;
  font-weight: 600;
}

.contest-details .main-content h6.second-title {
  margin-top: 30px;
}

.contest-details .main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}

.contest-details .main-content p:before {
  width: 7px;
  height: 7px;
  background-color: #afafaf;
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.contest-details .main-content h4.second-title {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #d4d4d4;
}

.contest-details .main-content .item span {
  background-color: #f0f0f0;
  border-radius: 10px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin-right: 15px;
  float: left;
}

.contest-details .main-content .item h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contest-details .main-content .item h6 {
  font-size: 15px;
  font-weight: 400;
  color: #afafaf;
}

.contest-details .main-content .main-button {
  margin-top: 60px;
}

.contest-details .main-content .main-button a {
  width: 100%;
  font-size: 20px;
  padding: 15px;
  text-align: center;
}

.contest-waiting h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}

.contest-waiting .waiting-item img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.contest-waiting .waiting-item .down-content {
  background-color: #f7f7f7;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 25px;
}

.contest-waiting .waiting-item .down-content h4 {
  font-size: 15px;
  color: #533154;
  font-weight: 700;
  margin-bottom: 22px;
}

.contest-waiting .waiting-item .down-content p {
  line-height: 20px;
  margin-bottom: 20px;
}

.contest-waiting .waiting-item .down-content span.price,
.contest-waiting .waiting-item .down-content span.deadline {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
}

.contest-waiting .waiting-item .down-content span.deadline {
  float: right;
}

.contest-waiting .waiting-item .down-content span.price em,
.contest-waiting .waiting-item .down-content span.deadline em {
  font-style: normal;
  color: #533154;
}

.contest-waiting ul.pagination {
  justify-content: center;
  margin-top: 60px;
}

.contest-waiting ul.pagination li {
  margin: 0px 7px;
}

.contest-waiting ul.pagination li a {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border: 1px solid #533154;
  border-radius: 50%;
  color: #533154;
  font-size: 20px;
  font-weight: 600;
}

.contest-waiting ul.pagination li.active a {
  background-color: #533154;
  color: #fff;
}

.contest-waiting ul.pagination li:last-child a,
.contest-waiting ul.pagination li:first-child a {
  border-color: transparent;
}



/* 
---------------------------------------------
Categories Page
--------------------------------------------- 
*/

.top-categories {
  margin-top: 50px;
  margin-bottom: 50px;
}

.top-categories .item {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
}

.top-categories .item .icon {
  background-color: #f7f7f7;
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  border-radius: 10px;
}

.top-categories .item .icon img {
  max-width: 36px;
  border-radius: 0px;
}

.top-categories .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.top-categories .item span {
  font-size: 15px;
  color: #afafaf;
  display: block;
}

.top-categories .item span.counter {
  margin-top: 10px;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #533154;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
  margin-right: 10px;
}

.featured-contests .item  {
  margin-bottom: 30px;
}

.featured-contests .item .thumb {
  position: relative;
  overflow: hidden;
}

.featured-contests .item .thumb  img {
  border-radius: 15px;
}

.featured-contests .item .hover-effect {
  position: absolute;
  right: -100%;
  bottom: 15px;
  transition: all .5s;
}

.featured-contests .item .thumb:hover .hover-effect {
  right: 15px;
  bottom: 15px;
}

.featured-contests .item .hover-effect .content {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
}

.featured-contests .item .hover-effect .content .top-content {
  margin-bottom: 20px;
}

.featured-contests .item .hover-effect .content .top-content span.award {
  font-size: 15px;
  color: #fff;
  background-color: #533154;
  border-radius: 10px;
  padding: 8px 12px;;
}

.featured-contests .item .hover-effect .content .top-content span.price {
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #533154;
}

.featured-contests .item .hover-effect .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}

.featured-contests .item .hover-effect .content img {
  border-radius: 15px;
}

.featured-contests .item .hover-effect .content .info {
  display: flex;
  width: 100%;
}

.featured-contests .item .hover-effect .content span.participants {
  font-size: 13px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
}

.featured-contests .item .hover-effect .content span.participants img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.featured-contests .item .hover-effect .content span.submittions {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
  display: inline-block;
  text-align: right;
}

.featured-contests .item .hover-effect .content span.submittions img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.featured-contests .item .hover-effect .content .border-button {
  margin-top: 15px;
  margin-bottom: 0px;
}

.featured-contests .item .hover-effect .content .border-button a {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

.featured-contests .item .hover-effect .content span.info {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #afafaf;
}

.testimonials .item {
  border: 1px solid #e0e0e0; 
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
}


.testimonials .item .content .image {
  min-width: 100px;
  margin-top: 20px;
}

.testimonials .item .content .image img {
  border-radius: 15px;
  height: 130px !important;
  width: auto !important;
}

/* .testimonials .item p {
  font-size: 20px;
  font-weight: 600;
  color: #afafaf;
} */

/* .testimonials .item .content .left-content {
  margin-right: 45px;
} */

.testimonials .item .content .left-content h4 {
  display: inline-block;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #dfdfdf;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonials .item .content .left-content span {
  display: block;
  font-size: 15px;
  color: #afafaf;
}

.testimonials .owl-dots {
  /* text-align: center;
  margin-top: -70px; */
  /* margin-bottom: 120px; */
  position: relative;
  z-index: 555;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  margin: 0px 3px;
}

.testimonials .owl-dots .active {
  background-color: #533154;
  border: 1px solid #533154;
}


/* 
---------------------------------------------
Users Page
--------------------------------------------- 
*/

.user-info {
  text-align: center;
  margin-top: -85px;
}

.user-info h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}

.user-info .avatar img {
  max-width: 170px;
  border-radius: 50%;
  border: 1px solid #afafaf;
}

.user-info .info {
  margin-top: 30px;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #afafaf;
}

.user-info .info h4 {
  margin-top: 0px;
}

.user-info .info h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.user-info .info span {
  font-size: 15px;
  color: #afafaf;
  display: block;
  margin-top: 5px;
}

section.portfolio {
  padding: 80px 0px;
  background-color: #f7f7f7;
}

section.portfolio .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}

section.portfolio .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

section.portfolio .thumb .hover-effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 42, 42, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

section.portfolio .thumb .hover-effect .content {
  text-align: center;
  padding: 30px;
  display: inline-block;
  width: 100%;
}

section.portfolio .thumb .hover-effect .content h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

section.portfolio .thumb .hover-effect .content span {
  font-size: 15px;
  color: #fff;
  margin: 10px;
}

section.portfolio .thumb .hover-effect .content span em {
  font-style: normal;
  font-weight: 700;
}

section.portfolio .thumb .hover-effect .content ul {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

section.portfolio .thumb .hover-effect .content ul li {
  display: inline-block;
  margin: 0px 5px;
}

section.portfolio .thumb .hover-effect .content ul li a {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 10px;
  background-color: #fff;
  color: #2a2a2a;
  font-size: 15px;
  transition: all .3s;
}

section.portfolio .thumb .hover-effect .content ul li a:hover {
  background-color: #533154;
  color: #fff;
}

section.portfolio .main-button {
  text-align: center;
  margin-top: 30px;
}

section.contact-us .info-item {
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.contact-us .info-item i {
  font-size: 32px;
  background-color: #533154;
  color: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 25px;
}

section.contact-us .info-item h4 {
  font-size: 25px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 12px;
}

section.contact-us .info-item a {
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a;
  transition: all 0.3s;
}

section.contact-us .info-item a:hover {
  color: #533154;
}

#contact {
  margin-top: 60px;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #2a2a2a;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  transition: all .3s;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #2a2a2a;
  border-radius: 10px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  transition: all .3s;
}

#contact input:focus,
#contact textarea:focus {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #212741;
}
#contact button.orange-button {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #533154;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: 1px solid #533154;
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: transparent;
  border: 1px solid #533154;
  color: #533154;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .contest-win .contest-item{
    padding: 10px;
  }
  .about-widget p{
    line-height: 18px;
  }
  ul.info{
    display: -webkit-inline-box;
    min-height: unset;
  }
  footer .info li {
    margin: 0px !important;
  }

  .customer-care {
      margin-top: 5px;
  }
  .location-widget {
    margin-top: 5px;
}
  .sub-footer p{
    line-height: 18px;
  }
  footer{
    padding-top: 10px !important;
  }
  footer .sub-footer{
    padding-bottom: 5px !important;
    margin-top: 5px !important;
  }
  location-widget{
    margin-top: 5px !important;
  }
  footer ul.info li a{
    background: #533154;
    padding: 4px 4px;
    margin: 0px 10px 0px 0px!important;
  }
  .location-widget .info{
    min-height: unset !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .testimonials .item .content {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .testimonials .item .content .image {
      width: 130px;
      margin-bottom: 10px;
      margin-top: 0px;
  }
  .testimonials .item .content .left-content {
    margin-right: 0px;
  }
  .featured-items .owl-nav .owl-next,
  .closed-contests .owl-nav .owl-next {
    right: -10px !important;
  }
  .featured-items .owl-nav .owl-prev,
  .closed-contests .owl-nav .owl-prev {
    left: -10px !important;
  }
}

@media (max-width: 992px) {
  /* .header-area .main-nav .nav li:first-child {
    padding-left: 15px !important;
  } */
  /* .header-area .main-nav .nav li:last-child {
    padding-right: 15px !important;
  } */
  .header-area .main-nav .nav li ul li:first-child {
    padding-left: 0px !important;
  }
  .header-area .main-nav .nav li ul li:last-child {
    padding-right: 0px !important;
  }
  .border-button a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .header-area .main-nav .logo {
    margin-right: 5px;
  }
  .section-heading {
    text-align: center;
  }
  section.popular-categories .main-button {
    text-align: center;
    margin-top: -30px;
  }
  section.popular-categories .popular-item {
    margin-top: 30px;
  }
  .contest-win .contest-item {
    margin-bottom: 30px;
  }
  .contest-details .top-content {
    text-align: center;
  }
  .contest-details .top-content ul {
    text-align: center;
    margin-top: 30px;
  }
  .contest-details .top-content ul li:first-child {
    margin-left: 10px;
  }
  .contest-details .top-content ul li {
    margin: 0px 10px;
  }
  .contest-details .item {
    margin-bottom: 20px;
  }
  .contest-waiting .waiting-item {
    margin-bottom: 30px;
  }
  .top-categories .item,
  section.contact-us .info-item {
    margin-bottom: 15px;
  }
  section.popular-categories,
  .contest-win {
    padding: 0px;
  }
  .pricing-item {
    margin-bottom: 15px;
  }
  .featured-contests .item .hover-effect .content .info {
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  .featured-items .owl-nav .owl-next,
  .closed-contests .owl-nav .owl-next {
    right: -25px;
  }
  .featured-items .owl-nav .owl-prev,
  .closed-contests .owl-nav .owl-prev {
    left: -25px;
  }
  .featured-contests .item .hover-effect .content .info {
    display: none;
  }
}

.hero-section .input-group {
  /* background-color: #37bbae; */
  /* border-radius: 100px;
  padding: 10px 15px; */
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  /* max-width: 150px; */
}

.custom-form button[type="submit"] {
  background: #533154;
  border: none;
  border-radius: 100px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}
.ml-1{
  margin-left: 10px;
}
.mr-1{
  margin-right: 10px;
}

/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: #533154;
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #533154;
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #533154;
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: #533154;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: #fff;
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: #533154;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: #533154;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

/* .our-services {
  padding-top: 120px;
} */

/* .our-services .section-heading {
  text-align: center;
  margin-left: 75px;
  margin-right: 75px;
} */

.our-services .container-fluid {
  padding: 0px 80px;
}

.service-item {
  padding: 20px 30px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
  min-height: 410px;
  background-color: #fff !important;
}
.mb-40 {
  margin-bottom: 40px;
}
.service-item:hover {
  /* background-color: #533154; */
  border: 2px solid transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  transition-duration: 600ms;
  transform: scale(1.05);
  cursor: pointer;
}

.service-item .icon {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background-color: #42e0d1;
  border-radius: 50%;
}

.service-item .icon img {
    width: 38px;
    height: 38px;
}

.service-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.iconContent{
  font-size: 30px;
    vertical-align: middle;
    color: #fff;
}

/**/
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
  display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}
.input-group-icon .input-icon {
  position: absolute !important;
  top: 5px !important;
  left: 0 !important;
  width: 3.4em !important;
  height: 2.4em !important;
  line-height: 2.4em !important;
  text-align: center !important;
  pointer-events: none !important;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
}
.input-group-icon input {
  padding-left: 4.4em !important;
}
.br-10 {
  border-radius: 10px !important;
}
form input {
  color: #00283a;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  /* margin-bottom: 20px; */
  border: none;
  box-shadow: inset 0 0 4px -1px rgba(0, 0, 0, .15);
  background-color: #f4f5f7;
  padding: 0 20px;
}
.trm-contact-card {
  position: relative;
  border-radius: 10px;
  background: #fcfcfe;
  padding: 40px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .15);
  margin-bottom: 40px;
  margin-top: 30px;
}
.input-group:hover em.help_form, .input-group:focus em.help_form, input:focus + em.help_form, textarea:focus + em.help_form, select:focus + em.help_form {
  display: block;
}
em.help_form {
  display: none;
  position: absolute;
  background: #533154;
  color: #fff;
  padding: 2px 5px;
  z-index: 9999;
  margin-bottom: 10px;
  width: 70%;
  left: 30%;
  bottom: 100%;
  line-height: 1.2;
}
em.help_form::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #533154;
}
.error_box::before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-bottom: 5px solid #d95b06;
}
.error_box {
  position: relative;
  top: 4px;
  display: inline-block;
  line-height: 1.2;
  color: #d95b06;
  font-style: italic;
  font-size: 12px;
  padding: 5px 10px;
  border-top: 1px solid #d95b06;
  /* background: #fff; */
}
input[type=checkbox], input[type=radio], input.checkbox {
    width: 20px !important;
    height: 20px;
    display: inline-block;
    margin: 0px 5px;
    border: none;
    float: left;
    padding: 0px;
}
.trm-card {
  padding: 30px;
  background-color: #fcfcfe;
  position: relative;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .15);
}


.input-group-icon .antispam{
  padding-left: 0px !important;
  width:60px !important;
  text-align:center !important;
  border-radius: 10px !important;
}
#login_box, #recovery_box, #new_password_box, #unlock_box {
  display: none;
  position: fixed;
  width: 400px;
  color: #fff;
  padding: 40px;
  top: 10%;
  left: 50%;
  margin-left: -200px;
  z-index: 999999;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
}
#login_box::before, #recovery_box::before, #new_password_box::before, #unlock_box:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  background: #533154;
  opacity: 1;
  height: 100%;
  top: 0px;
  left: 0px;
}
#see_icon{
  border-top-left-radius: 0px !important;
  border-top-right-radius: .25rem !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: .25rem !important;
}
.close {
  position: absolute;
  right: 20px;
  top: 0px;
  border-radius: 0px 0px 50% 50%;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#login_box form, #recovery_box  form, #new_password_box form {
  border-bottom: 1px solid #fff;
  /* padding-bottom: 20px; */
  margin-bottom: 20px;
  position: relative;
}
div#new_password_box p {
  color: #fff;
}

#login_box form, #recovery_box form, #new_password_box form, #unlock_box form {
  width: 100%;
}
#unlock_box p:first-child, #recovery_box p:first-child, #login_box p {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  position: relative;
}
#login_box p, #recovery_box p, #new_password_box h3, #unlock_box p {
  margin-bottom: 20px;
}
#login_box div, #recovery_box div, #new_password_box div, #unlock_box div {
  position: relative;
}
#login_box .error_box, #recovery_box .error_box, #new_password_box .error_box {
  background: #fff !important;
  border: none;
  margin-bottom: 10px;
}
#login_box .error_box::before, #recovery_box .error_box::before, #new_password_box .error_box::before {
  top: 100%;
  border-left: 10px solid #ffffff00;
  border-right: 10px solid #ffffff00;
  border-top: 5px solid #fff;
  border-bottom: none;
}
#login_box .button_create_account {
  position: relative;
  display: inline;
  padding: 0px;
  line-height: inherit;
  background: transparent;
  color: #fff !important;
  text-align: left;
}

.button_create_account {
  display: block;
  clear: both;
  line-height: 34px;
  padding: 0px 20px;
  text-align: center;
  background: #a52a2a;
  font-weight: bold;
  color: #fff;
  text-transform: none;
}

a#recovery_button {
  position: relative;
  display: inline;
  padding: 0px;
  line-height: inherit;
  background: transparent;
  color: #fff !important;
  text-align: left;
}
form#login_form p {
  color: #fff !important;
}
div#recovery_box form p {
  color: #fff !important;
  position: relative !important;
}
a.more.big {
  background: #e8e9ed;
  line-height: 40px;
  margin: 0px auto;
  border-radius: 4px;
  color: #000 !important;
  text-transform: uppercase;
  padding: 0px 30px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  right: 0px;
}
.bg_yellow a .icon {
  position: relative;
  display: inline-block;
  color: #0080fc;
  border-radius: 50%;
}
.trm-card.trm-publication.bg_yellow {
  background: #5331541c;
  text-align: center;
}
.hL{
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  text-align: unset;
}
li.breadcrumb-item {
  margin: unset !important;
}
.breadcrumb-item.active {
  color: #929292 !important;
}
.breadcrumb-item.active a {
  color: #929292 !important;
}
/* .contest-waiting{
  margin-top: -50px;
} */
.waiting-item {
  margin-bottom: 30px;
  position: relative;
}
/* .categorieDesc strong{
  color: #fff !important;
} 
.categorieDesc span{
  color: #fff !important;
}  */

.titlu_modul {
  position: relative;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  text-transform: none;
  line-height: 40px;
  height: 43px;
  font-size: 20px;
  width: 100%;
  margin: 0px 0px 30px;
  padding: 0px;
}
/* .pagination{
  display: contents !important;
} */

.menu_list{
  display: flex;
  /* justify-content: center; */
  /* justify-content: flex-start; */
  justify-content: space-around;
}
.menu_list li a{
  color: #fff !important;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 40px;
  /* text-transform: capitalize; */
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
  font-size: 17px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  /* background-color: rgba(255, 255, 255, 0.10); */
}
.menu_list li a:hover{
	font-size:20px;
	color: #ffffff !important;
	/* background-color:#533154 */
}
.menu_list li:hover{
	background-color:#533154
}
/* .menu_list li{
  border-right: 1px solid rgba(250, 250, 250, 0.3);
} */

.menu_list li:last-child {
  border-right: unset !important;
}
/* .header-area .submenu{ */
  /* border-top: 1px solid rgba(250, 250, 250, 0.3); */
  /* background-color: #8E4665; */
  
/* } */
input#submit_modifica {
  background-color: #533154 !important;
  color: #FFF;
  border: none;
  padding: 0px 30px !important;
  max-width: 350px;
}
.categorieDesc {
  color: #fff !important;
}

.ribbon-2 {
  --f: 10px;
  --r: 15px;
  --t: 10px;
  position: absolute;
  inset: var(--t) calc(-1* var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: #533154;
  color: #fff;
  box-shadow: 0 calc(-1* var(--f)) 0 inset #0005;
}
.text-colour{
  background: #47cf73;
}
.play-button {
  width: 46px;
  height: 46px;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 46px;
  position: absolute;
  left: 50%;
  top: 23%;
  transform: translate(-23px, -23px);
  transition: all .3s;
}
.play-button a{
  color: #fff;
}


.btn-cta{
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #533154;
  background-color: #533154;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  color:#fff !important;
}
a.btn-cta:hover {
  color: #fff !important;
  background-color: #921e95 !important;
}
.rating {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.rating label:before {
  content: '★';
  position: absolute;
  top: 0;
  left: 0;
}
.rating input[type="radio"] {
  display: none;
}

.form-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-container .form-group {
  margin-bottom: 35px;
}

.form-container .rating label {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  position: relative;
}

/* .form-container .form-group label {
  font-weight: bold;
} */
.form-container .rating input[type="radio"]:checked ~ label:before {
  color: #ffcc00;
}
.form-container textarea{
  line-height: 1.4;
  height: 140px;
  width: 100%;
  padding: 10px;
}
img.banner_img {
  max-width: 400px;
  height: auto;
  margin: auto;
  display: block;
}

.js-cat-title-and-description.is-collapsed:after {
  display: block;
  content: '•••';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  line-height: 15px;
  font-size: 25px;
  cursor: pointer;
  transition: all .3s linear;
  color: #ffeb3b; 
}
  .js-cat-title-and-description.is-collapsed.js-cat-title-and-description--topic {
    min-height: 90px;
    max-height: 90px;
  }
  .js-cat-title-and-description.is-collapsed {
    max-height: 73px;
    overflow: hidden;
    position: relative;
  }

  /* 
---------------------------------------------
Categories Page
--------------------------------------------- 
*/

/* .top-categories-utilizatori {
  margin-top: -30px;
} */

.top-categories-utilizatori .item {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
}

.top-categories-utilizatori .item .icon {
  background-color: #f7f7f7;
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  border-radius: 10px;
}

.top-categories-utilizatori .item .icon img {
  max-width: 36px;
  border-radius: 0px;
}

.top-categories-utilizatori .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.top-categories-utilizatori .item span {
  font-size: 15px;
  color: #afafaf;
  display: block;
}

.top-categories-utilizatori .item span.counter {
  margin-top: 10px;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #533154;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
  margin-right: 10px;
}
.btn_calendar{
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  border: transparent;
  letter-spacing: .25px;
  background-color: rgb(83 49 84);
  margin-left: 10px;
}
@media only screen and (max-width: 729px) {
  .nav-calendar {
    display: inline-block !important;
    text-align: unset !important;
  }
  button.btn_calendar {
      margin-top: 10px;
  }
}

.calendar {
  border-collapse: collapse;
  width: 100%;
}
.calendar td {
  border: 1px solid #ddd;
  padding: 8px;
}
.calendar th {
  /*background-color: #533154;*/
  color: #000;
  padding: 8px;
}
.calendar td {
  height: 100px;
  vertical-align: top;
  width: 300px;
}
.calendar .event {
  background-color: #ffcc00;
  margin: 5px 0;
  padding: 2px;
}
.nav-calendar {
  text-align: center;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.nav-calendar a {
  margin: 0 15px;
  text-decoration: none;
  color: #000;
}
.filter-form {
  text-align: center;
  margin: 20px 0;
}

ul.lista-filtrare {
  display: flex;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  justify-content: space-evenly;
  border-radius: 20px;
  margin: unset !important;
}

ul.lista-filtrare li a {
  color: #000;
}
ul.lista-filtrare li.active {
  border-color: #533154;
  color: #533154;
  display: inline-block;
  font-weight: 500;
  color: #533154;
  transition: .5s;
  border-bottom: 2px solid #533154;
}
.nav-calendar{
    /* padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px; */
}
#control_calendar{
  display: flex;
  /* padding: 0px 10px;
  background-color: #533154; */
  justify-content: space-between;
  align-items: center;
  /* color: #fff; */
}
.padding-calendar{
  padding: 10px !important;
}

.cs-accordion{
  padding: 20px 26px;
  font-size: .8rem;
  color: #000000;
  text-align: left;
  border: 1px solid #ecf1f7;
  border-radius: .25rem;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

img.logo_img {
  height: auto;
  /* width: 300px; */
}
.main-nav .nav{
  align-items: center !important;
}

.main-banner:before {
  content: '';
  background-image: url(https://www.portalseminare.ro/img/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 98px;
  height: 290px;
}
.main-banner:after {
  content: '';
  background-image: url(https://www.portalseminare.ro/img/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 193px;
  height: 467px;
}
.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

/* 
---------------------------------------------
Courses Style
--------------------------------------------- 
*/

.courses {
  margin-top: 160px;
}

.event_filter {
  text-align: center;
}

.event_filter {
  background-color: #f1f0fe;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: max-content;
}

.event_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.event_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

.event_filter li

.event_filter li a.is_active,
.event_filter li a:hover {
  color: #7a6ad8;
}

.events_item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.events_item .thumb img {
  margin-bottom: -5px;
}

.events_item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #42e0d1;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
}

.events_item .thumb span.price {
  position: absolute;
  right: -30px;
  top: -50px;
  background-color: #42e0d1;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.events_item .thumb span.price h6 {
  margin-top: 72px;
  margin-left: 22px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.events_item .thumb span.price em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}

.events_item {
  background-color: #f1f0fe;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
} 

.events_item .down-content {
  padding: 20px 30px 25px 30px;
}

.events_item .down-content span.author {
  color: #42e0d1;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.events_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
}

.events_item:hover .down-content h4 {
  color: #42e0d1;
}

.events_item:hover .thumb span.price {
  transform: scale(1.2);
}
.contest-waiting{
  margin-top: 50px;
}
.contest-win .contest-item:after {
  position: absolute;
  content: '';
  left: 30px;
  right: 30px;
  top: 100%;
  height: 10px;
  background-color: #eceded;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.contest-win .contest-item:hover::after {
  background-color: #42e0d1;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
}

.contest-win .contest-item:hover .border-button a {
  background-color: #533154;
  color: #fff;
}
.contest-waiting {
  margin-top: 50px;
  background-color: #f5f5f5;
  padding: 50px 0px;
}

.live-badge, .upcoming-badge, .available-badge   {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #e55842;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* text-transform: uppercase; */
  position: relative;
  overflow: hidden;
  position: absolute;
  top:5px;
  right:10px;
  z-index: 9;
}

.live-badge .pulse {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin-right: 0.5em;
  animation: pulseinfinite 1.5s infinite;
}

@keyframes pulseinfinite {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(2);
      opacity: 0.5;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.upcoming-badge {
  background-color: orange;
  display: flex;
  align-items: center;
}

.upcoming-badge i {
  margin-right: 0.5em;
}

.available-badge {
  background-color: #533154;
  display: flex;
  align-items: center;
}

.available-badge i {
  margin-right: 0.5em;
}
a.embed_box .embed_title {
  display: block;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 20px;
}
a.embed_box .embed_img {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  /* height: 320px; */
  overflow: hidden;
}
/* a.embed_box:hover .embed_img::after {
  opacity: 1;
  background-color: #4ea8e2;
} */

a.embed_box .embed_img::after {
  font-family: "Material Icons";
  content: 'play_arrow';
  position: absolute;
  z-index: 99;
  width: 70px;
  height: 50px;
  top: 40%;
  left: 50%;
  margin-left: -35px;
  border-radius: 10px;
  background-color: #42e0d1;
  /* opacity: 0.5; */
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
}
#submenu_container {
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
}
#submenu_container ul {
  display: block;
  list-style: none;
  width: 100%;
  position: relative;
  clear: both;
  font-size: 14px;
  margin: 0px;
}
#submenu_container li {
  display: block;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-left: 5px solid #000;
  margin-bottom: 2px;
  padding:5px 0px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#submenu_container li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
}
#submenu_container li a i {
  font-size: 20px;
  left: 10px;
  right: 20px;
  color: #42e0d1;
  position: absolute;
}
#submenu_container li:hover{
  border-color: #42e0d1;
  /* background: #e6e6e6; */
}
#submenu_container li:hover a, #submenu_container li.item_activ a {
  color: #42e0d1;
  font-size: 18px;
}
input#sendU {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
  background-color: #533154;
  /* min-width: 79px; */
}
.center_info.user {
  background: none;
  padding: 10px !important;
}

dl {
  display: block;
  clear: both;
  margin: 0px auto 10px;
  width: 60%;
}
dt:first-child, dt:first-child + dd {
  border: none;
}

dt:first-child, dt:first-child + dd {
  border: none;
}
dt {
  display: inline-block;
  clear: both;
  border-top: 1px solid #efefef;
  width: 70%;
  float: left;
  line-height: 28px;
  height: 28px;
}
dd {
  /* display: inline-block; */
  border-top: 1px solid #efefef;
  line-height: 28px;

}
a.csbutton {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  font-weight: 300;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
  background-color: #533154;
}
.toggle_info.red {
  background: #d33333;
}
.toggle_info {
  display: block;
  color: #fff !important;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  box-shadow: 0 0 3px #444;
  background: #36b8ab;
  border-radius: 50%;
}
.articol h6 {
  padding: 10px;
  background: linear-gradient(to right, #ffffff, #36b8ab6b);
}
.articol .articol_info {
  position: relative;
  text-align: left;
  font-weight: normal;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6;
  background: linear-gradient(to right, #ffffff, #36b8ab6b);
}
.articol .articol_info > span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.articol .articol_info > span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.icon {
  display: block;
  text-align: center;
}
.webinar #wishlistQa{
  top: 0px;
  display: inline-block;
  float: left;
  font-size: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  background: #42e0d1;
  position: relative;
  color: #fff;
}

.popup {
  z-index: 9999999 !important;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.popup > div {
  position: relative;
  background: #fff !important;
  overflow: hidden;
  margin: auto;
  width: 700px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #000;
  padding: 30px 30px 70px;
}
#headerMobile{
  display: none;
}
.onlyMobile{
  display:none;
}
@media only screen and (max-width: 999px) {
  ul.lista-filtrare{
    flex-direction: column;
    list-style: none;
    box-shadow: unset;
    padding: unset;
  }
  ul.lista-filtrare li{
    margin: 10px 0px !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
      overflow: hidden;
  }
  #left_box, #headerDesktop {
      display: none !important;
  }
  .onlyDesktop{
    display: none !important;
  }
  .onlyMobile{
    display: block;
  }
  #headerMobile{
    display: block !important;
    border-bottom: 1px solid #9E9E9E;
  }
  .content-margin-top {
    margin-top: 70px !important;
}
  img.logo_img {
    height: auto;
    width: 200px;
  }
  .mt-mobile{
    margin-top: 50px !important;
  }
  .page-heading h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .hL{
    padding-top: 60px !important; 
  }
  ul.info{
    margin: 0px 0px !important;
  }
  .info li{
    margin: 5px 0px !important;
  }
  footer .sub-footer{
    margin-top: 5px !important;
  }
  .header-area{
    padding: 0px 0px !important;
  }
  a.rightLink{
    justify-content: center !important;
    width: 100%;
  }
  .view-all-btn{
    width: 100%;
    margin-top: 10px;
  }
  .main-banner{
    overflow: unset !important;
    margin-top: 45px !important;
  }
  .main-banner h1{
    font-size: 22px !important;
  }
  .btn-cta{
    margin-bottom: 25px;
  }
  .lector-detail{
    display: block !important;
  }
  img.author-img-webinar {
    margin-bottom: 20px !important;
  }
  .container-btns{
    display: block !important;
  }
  .container-btns .btn-cta{
    margin-bottom: 0px !important;
    width: 100% !important;
    text-align: center !important;
  }
  .main-banner .btn-cta{
    width: 100% !important;
    text-align: center !important;
  }
}
.container-btns{
  gap: 40px;justify-content: flex-start;
}
.lector-detail{
  display: inline-flex;
  align-items: center;
}
.headline_HP{
  border-bottom: 1px solid #034773;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 15px;
}

#sendC{
  background-color: #37b9ac;
  color: #fff;
}
.banner_news_form {
  margin-top: 20px;
}

#featured-items {
  margin-top: 50px;
}

.mt-mobile{

}
.border-bottom-hl{
  border-bottom: 8px solid #42e0d1;
}
.border-top-hl{
  border-top: 8px solid #42e0d1;
}
#right_menu{position:fixed;overflow:hidden;height:50px;text-align:right;left:100%;width:400px;margin-left:-50px;top:600px;z-index:999999;transform:rotate(-90deg);transform-origin: left top 0;}
#right_menu a{position:relative;top:10px;display:block;float:right;margin:0px 5px;white-space:nowrap;width:180px;background:#e55842;color:#fff;
	text-align:center;font-size:18px;border-radius:10px 10px 0px 0px;height:40px;line-height:40px;font-weight:bold;}
#right_menu a:hover{height:50px;top:0px;}

.suport-item {
  padding: 20px 30px;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
  background-color: #fff !important;
}

.suport-item:hover {
  /* background-color: #533154; */
  border: 2px solid transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  transition-duration: 600ms;
  transform: scale(1.05);
  cursor: pointer;
}

.suport-item .icon {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background-color: #42e0d1;
  border-radius: 50%;
}

.suport-item .icon img {
    width: 38px;
    height: 38px;
}

.suport-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.container-suport{
  display: flex;
  justify-content: space-between;
}
.container-suport-item .icon {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background-color: #42e0d1;
  border-radius: 50%;
}
.container-suport-item {
  text-align: center;
  border: 1px solid;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  width: 250px;
}
.container-suport-item .textContent{
  margin-top:30px;
}
.textContent a{
  font-weight: bold;
  color: #000;
}
.container-suport-item:hover {
  background: linear-gradient(105deg, rgba(51, 204, 197, 1) 0%, rgba(8, 141, 195, 1) 100%);
  transition-duration: 600ms;
  transform: scale(1.05);
}
.container-suport-item:hover {
  background: linear-gradient(105deg, rgba(51, 204, 197, 1) 0%, rgba(8, 141, 195, 1) 100%);
  transition-duration: 600ms;
  transform: scale(1.05);
  cursor: pointer;
}
.container-suport-item:hover a{
  color:  #fff;
}

.search-input form {
  display: flex;
  gap: 5px;
}
.search-input button{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  font-weight: 300;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
  background-color: #533154;
}
.search-input input:-webkit-autofill{
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}
.search-input input:-webkit-autofill{
  -webkit-box-shadow: unset !important;
}
.section-title-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.section-title .titleN {
  margin-bottom: 0;
  font-size: 22px;
  font-weight:bold;
  text-transform: uppercase;
}
.view-all-btn .link-btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  padding: 10px 17px;
  color: #183354;
  gap: 10px;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
}
.section-title-line {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
}
.section-title-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 150px;
  height: 5px;
  background: #42e0d1;
}
.section-title-line::after {
  content: "";
  position: absolute;
  left: 145px;
  top: -1.5px;
  width: 10px;
  height: 6px;
  background: #fff;
  clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
}
a.rightLink {
  float: right;
  background: linear-gradient(to right, #40aea3 0%, #45b4aa 15%, #38bbae 55%, #36b8ab 80%, #42e0d1 100%);
  bottom: 0px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  padding: 10px 17px;
  color: #fff;
  gap: 10px;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
  z-index: 30;
  font-size: 16px;
  /* font-weight: 500;
  text-transform: uppercase; */
}
.rightLink:hover {
  border-color: #533154;
  color: #fff !important;
  background: #533154;
}
.rightLink:hover span{
  color: #fff !important; 
}
@media (max-width: 767.98px) {
  .section-title-wrap {
      gap: 5px !important;
      flex-wrap: wrap;
  }
  .trm-contact-card{
    background: #fff !important;
    box-shadow: unset !important;
    padding: unset !important;
  }
  .trm-card{
    padding: 15px !important;
    /* margin-top: 80px; */
  }
  .contest-details .main-content {
    padding: 15px 15px !important;
  }
  .flip-clock-wrapper{
    display: none !important;
  }
  .main-banner h2{
    font-size: 20px !important;
    margin-bottom: 0px !important;
    line-height: 40px !important;
  }
  .header-text.webinar {
    margin-bottom: 20px;
  }
  .main-banner h1 {
    line-height: 35px !important;
  }
  .mt-50-l{
    margin-top: 70px !important;
  }
}
.mt-50-l{
  margin-top: 50px;
}
.banner_news_txt {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 40px 20px;
  border: 2px solid #37b9ac;
}
.logo_box_container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_box_container img{
  max-width: 100%;
  height: auto;
  width: 300px;
}

.logo_box_container #back {
  font-size: 30px;
  color: #258481;
}
.displayNone{
  display: none;
}
.title-content, .info {
  min-height: 50px;
}
.owl-item .title-content, .owl-item .info{
  min-height: unset !important;
}
/* .contest-item .webinarImg{
  height: 220px;
} */
.flip-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip-clock-wrapper {
  width: unset !important;
  margin: 70px auto 0px !important;
}
/* .tematica-content ol li {
  list-style-type: auto;
} */
/* .tematica-content {
  padding-left: 20px;
} */


#sendC:hover{
  background-color: #533154 !important;
  color: #fff !important;
  border-color: unset !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  transform: scale(1.1);
}
.top-categories .item:hover{
  transition: 0.7s;
  transform: scale(1.1);
}
.justify-space-evenly{
  justify-content: space-evenly;
}
.align-items-center{
  align-items: center !important;
}
.breadcrumb{
  margin-top: 10px !important;
}
.mt-100{
  margin-top: 50px;
}
.headline_subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #41b6ab;
}
.add-favorite {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: -webkit-linear-gradient(top, #fff, #ddd) #ddd;
  position: relative;
  /* transition: all .5s ease; */
  border-radius: 3px;
  box-shadow: inset 0 -1px 1px #eee;
  width: 50px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.icon-heart {
  font-size: 20px;
  color: #f44336;
  position: relative;
  transition: all .5s ease-in-out;
}


/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

/* .custom-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.45);
} */

.custom-block .avatar-image {
  min-width: 60px;
  margin: auto;
  left: 0;
}

.custom-block .bi-star {
  color: var(--white-color);
}

.custom-block .bi-star-fill {
  color: var(--secondary-color);
}

.custom-block-image-wrap {
  background-color: #533154;
  border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: auto;
  padding: 25px 45px;
  width: 100%;
}

.custom-block-info {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.custom-block-info strong,
.custom-block-info p {
  color: var(--white-color);
}

.custom-block-info p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}
.avatar-image {
  border: 4px solid var(--white-color);
  border-radius: 100px;
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.custom-block-info ul li {
  color: #fff;
}
.custom-block-image-wrap  .text-center {
  min-height: 80px !important;
}
.content-margin-top{
  margin-top: 50px;
}
span.valabilityIcon {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin-top:15px;
}
.style-calendar{
  padding: 30px;
  background-color: #39c1b3;
  border-radius: 20px;
}
.container-center-calendar {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.mt-50{
  margin-top: 50px !important;
}
.mb-50{
  margin-bottom: 50px !important;
}

.reviews-section ul.pagination {
  justify-content: center;
  margin-top: 60px;
}

.reviews-section ul.pagination li {
  margin: 0px 7px;
}

.reviews-section ul.pagination li a {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border: 1px solid #533154;
  border-radius: 50%;
  color: #533154;
  font-size: 20px;
  font-weight: 600;
}

.reviews-section ul.pagination li.active a {
  background-color: #533154;
  color: #fff;
}

.reviews-section ul.pagination li:last-child a,
.reviews-section ul.pagination li:first-child a {
  border-color: transparent;
}
.trophy-img {
  width: 60px;
  height: 60px;
}
.list-expert{
  margin: unset !important;
}
.justify-space-between{
  justify-content: space-between;
}
.text-content-expert{
  min-height: 80px;
}
.denumire-expert{
  font-size: 18px;
  font-weight: bold;
}

.cutom-container-block:hover{
  transition-duration: 600ms;
  transform: scale(1.05);
  cursor: pointer;
}
.cutom-container-block{
  margin-bottom: 30px !important;
  margin-top: 0px !important;
}
.author-img {
    float: right;
    border: 4px solid #3bc8ba;
    border-radius: 100px;
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-top: -20px; 
    margin-left: 20px;
}
.background-color-btn{
  background-color:#e45841 !important;
}
.author-img-webinar {
  /* border: 4px solid #3bc8ba; */
  border-radius: 100px;
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-right: 30px;
}
/* footer ul.info li:hover{
  transition: 0.7s;
  transform: scale(1.1);
} */
footer ul.info li a:hover{
  color: #533154 !important;
  font-weight: bold;
  font-size: 18px !important;
}

.newHover {
  transition: transform 0.3s ease, font-size 0.3s ease; /* Tranziție lină */
}

.newHover:hover {
  transform: scale(1.2); /* Mărește textul cu 50% */
}
.container-input {
  position: relative;
  align-items: center;
  background-color: #ccc0;
  /* border: 1px solid #37baad; */
  border-bottom: 1px solid #37baad;
  border-top: 1px solid #37baad;
  box-shadow: inset 0 1px 2px #ccc;
  caret-color: #ccc;
  color: #ccc;
  flex: 1;
  flex-basis: 1e-9px;
  display: flex;
  flex-direction: row;
}
.container-input input {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: none;
  border: unset;
  height: auto;
}
.search-form {
  height: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: unset;
}
#search-icon-legacy {
  background-color: #533154;
  cursor: pointer;
  height: 50px;
  margin: 0;
  color: #fff;
}
.menu_list li a{
  color: #fff !important;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 40px;
  /* text-transform: capitalize; */
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
  font-size: 17px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  /* background-color: rgba(255, 255, 255, 0.10); */
}

@media (min-width: 992px) {
  #search-icon-legacy {
    width: unset;
  }
  .menu_list li a{
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .menu_list li a:hover{
    font-size:17px;
    color: #ffffff !important;
    /* background-color:#533154 */
  }
  #search-icon-legacy {
    width: 64px;
  }
  .menu_list li a{
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1400px) {
  .menu_list li a:hover{
    font-size:20px;
    color: #ffffff !important;
    /* background-color:#533154 */
  }
  #search-icon-legacy {
    width: 64px;
  }
  .menu_list li a{
    padding-left: 15px;
    padding-right: 15px;
  }
}
input#searchstring::placeholder {
  color: #9E9E9E;
  opacity: 1;
}


.serachBoxMobile {
    display: block;
    margin: 0px;
    position: relative;
    float: right;
    text-align: left;
    width: 100%;
        background-color: #f2f2f2;
        padding: 5px;
}

.serachBoxMobile  form {
    position: relative;
    margin: 0px;
    text-align: left;
    border-radius: 17px;
    overflow: hidden;
    vertical-align: top;
    display: block;
}
.serachBoxMobile  fieldset {
    margin: 0px;
    color: #43619F;
        padding: 0;
        border: 0;
    position: relative;
    display: block;
    clear: both;
}
.serachBoxMobile  fieldset span.icon {
    position: absolute;
    z-index: 999;
    padding: 0px;
    font-size: 26px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
}
.serachBoxMobile  input {
        line-height: 38px;
        height: 38px;
            border: 0px;
    border-radius: 17px;
        display: inline-block;
    }
    .serachBoxMobile fieldset span.icon + input, .serachBoxMobile fieldset span.icon + select {
    padding-left: 40px !important;
}
.serachBoxMobile  input[type=submit] {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 80px;
    text-transform: uppercase;
    font-weight: bold;
}
.serachBoxMobile  input {
        line-height: 38px;
        height: 38px;
        border: 0px;
    border-radius: 17px;
            display: inline-block;
        
    }
    .serachBoxMobile input[type=submit], .serachBoxMobile input[type=reset], input.button {
    background-color: #1f807e;
    color: #FFF;
    text-align: center;
}
.serachBoxMobile  input#searchstring   {
    position: relative;
    display: block;
    padding: 0px 10px;
    background: #FFF;
    font-size: 14px;
    line-height: 36px;
    height: 38px;
    vertical-align: middle;
    border: 1px solid #e4e5e6;
    text-align: left;
    font-family: 'Lato', sans-serif;
    width: 100%;
    border-radius: 4px;
}

.serachBoxMobile input.button {
     font-size:13px;
}
.event-list {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-item {
  background: white;
  border-bottom: 1px solid #9E9E9E;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.event-date {
  font-size: 20px;
  font-weight: bold;
  color: #1f807e; /* Tomato color for the date */
}

.event-time, .event-lectori {
  color: #777;
  margin-top: 8px;
  font-size: 14px;
}

.event-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}

.event-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.event-title a:hover {
  color: #ff4500; /* Darker tomato on hover */
}

.event-img img {
  width: 100%;
  border-radius: 8px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .event-item {
      padding: 15px;
  }

  .event-title {
      font-size: 20px;
  }

  .event-date {
      font-size: 18px;
  }

  .event-time, .event-lectori {
      font-size: 13px;
  }
}

.container-center-calendar-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.nav-calendar-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: -1px -3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.nav-calendar-mobile a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

.nav-calendar-mobile a:hover {
  color: #ff6347;
}

.nav-calendar-mobile span {
  font-size: 24px;
  font-weight: bold;
}

.nav-calendar-mobile select {
  padding: 15px;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  font-size: 16px;
}

.btn_calendar-mobile {
  background-color: #533154;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn_calendar-mobile:hover {
  background-color: #ff4500;
}

/* Media Queries pentru ecrane mici */
@media (max-width: 768px) {
  .nav-calendar-mobile {
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-shadow: unset !important;
      /* padding: unset !important; */
      padding-right: var(--bs-gutter-x, .75rem) !important;
      padding-left: var(--bs-gutter-x, .75rem)!important;
  }
  .container-center-calendar-mobile{
    padding: unset !important;
  }

  .nav-calendar-mobile a {
      font-size: 18px;
      margin: 10px 0;
      width: 100%;
  }

  .nav-calendar-mobile span {
      font-size: 20px;
      margin-bottom: 10px;
  }

  .nav-calendar-mobile select, .btn_calendar-mobile {
      margin-top: 10px;
      width: 100%;
  }
}
.color-badge {
  background-color: #8BC34A !important;
  z-index: 9;
}

#pdf_container{
  display: none;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
#pdf_container .box {
  width: 100% !important;
  height: 100% !important;
  left: 0px;
  top: 0px;
  padding: 0px;
  margin: 0px;
}

#pdf_container .close {
  right: 20%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  z-index: 9999999999;
}

.close {
  position: absolute;
  right: 20px;
  top: 0px;
  border-radius: 0px 0px 50% 50%;
  background: #e8e8e8;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#open_pdf {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}
.banner_news_image {
    display: inline-block;
    float: none;
    max-width: 130px;
    height: 130px;
    text-align: center;
    margin: 0px 20px;
    vertical-align: top;
}
.banner_news_image #open_pdf .icon {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #000;
    opacity: 0.4;
    margin-top: 50%;
    margin-left: -30px;
}

#open_pdf .icon {
    display: block;
    width: 80px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    margin: 20% auto 0px;
    left: 50%;
    margin-left: -50px;
    background: #000;
    opacity: 0.5;
    color: #efefef;
    font-size: 30px;
    text-align: center;
    position: absolute;
    z-index: 9;
}
#open_pdf img {
    max-width: 100%;
    margin: 0px auto;
}
.banner_news_image img {
    max-width: 100%;
    margin: 0px auto;
    max-height: 180px;
}

#pdf_container iframe {
  width: 100% !important;
}

.modal {
  display: none; /* Ascunsă implicit */
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundal transparent */
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover, .close:focus {
  color: black;
}

/* Stil pentru buton */
.popup-btn {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: .25px;
    background-color: #533154;
}

.popup-btn:hover {
  background-color: #0056b3;
}

.main-banner h1 {
  font-size: 38px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 45px;
  margin-bottom: 10px;
}

.top-categories .item .headlineH4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #2a2a2a;
}
.contest-win .contest-item h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.4 !important;
}

.main-banner .headlinecateg {
  font-size: 38px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
  margin-bottom: 10px;
}
.aboExpirat{
  border: 1px solid #3fd7c8;
  padding: 10px;
  background: #ffffff;
  margin-top: 10px;
  clear: both;
  box-shadow: 1px 1px 10px 2px #00000030;
  font-weight: bold;
}
/* -------- mesaj casete TG ---------------*/
.mesaj-tg{
	width: 250px;
    background-color: #533154;
    min-height: 170px;
    position: fixed;
    top: 40%;
    padding: 20px;
	color: #fff;
	z-index: 999;
	box-shadow: inset 0px 0px 13px 2px #533154;
}
.mesaj-tg #counter-text{
	font-weight:bold;
	font-size:16px;
	text-align:center;	
	color: #fff;
	margin-top:10px
}
.mesaj-tg p{
	text-align:justify;
	font-size: 14px;
		color: #fff;
}
div#close-tg {
    background-color: #533154;
    width: 25px;
    height: 60px;
    position: absolute;
    right: -25px;
    color: white;
    font-weight: bold;
    top: 33%;
    font-size: 16px;
    padding: 18px 2px;
}
div#close-tg:hover {
	cursor: pointer;
}
/* -------- end mesaj casete TG --------------- */

.errorForm{
  width: 100%;
  display:  -webkit-box;
}
/* #formAdaugareUtilizator .input-group {
  margin-bottom: 0px !important;
} */



.class_dFlex {
  display: flex;
}
.justify-content-space{
  justify-content: space-between;
}
.flex-direction-column{
  flex-direction: column;
}
.footer_content {
  border-top: 5px solid #27bbad;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer_sectionBottom{
  background-color: #27bbad;
  color: #fff;
  font-size: 12px;
  padding: 10px 0px;
}
.footer_title_list{
  font-weight: bold;
  margin-bottom: 10px;
}
img.imgLogoFooter {
  width: 100px;
}
.gap-2{
  gap:20px;
}
.sigla_rs{
  width: 170px;
}
.class_dFlex_column{
  display: flex;
}
@media only screen and (max-width: 792px) {
  .class_dFlex_column  {
      display: flex;
      flex-direction: column-reverse;
  }
  img.sigla_rs {
      float: left;
  }
  .sigla_rs {
      width: 95px !important;
  }
  
  .gap-2{
     gap: 5px; 
  }
  .iconNoMobile{
      display: none;
  }
  .footer_sectionBottom{
      padding: 5px;
      margin-top: 5px;
  }
  .footer_content{
      padding: 5px;
      margin-top: 10px;
  }
  .footer_title_list{
      display: none;
  }
  .footer_content a {
      padding: 0px 2px;
      border-left: 1px solid #B4B4B4;
      font-size: 13px;
  }
}
@media only screen and (max-width: 630px) {
  .class_dFlex {
      display: inline;
  }
  small.noMobile, .iconNoMobile {
    display: none !important;
  }
  .responsive-container-block.blue-cont{
    display: none;
  }
}
.container_suna {
  background-image: linear-gradient(#ffb6eb, #fff);
  border-radius: 1rem;
  padding: 15px;
  text-align: center;
}

.marquee-container {
  margin-block: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.marquee-mask-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 128px;
  background: linear-gradient(to right, white 0%, white 40%, transparent 100%);
  z-index: 2;
}

.marquee-mask-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 128px;
  background: linear-gradient(to left, white 0%, white 40%, transparent 100%);
  z-index: 2;
}

.marquee-track {
  display: flex;
  width: fit-content;
}

.logo-slide {
  display: flex;
  gap: 100px;
  padding: 48px 50px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-wrapper img {
  height: 28px;
  object-fit: contain;
}

@media(max-width: 760px) {
  .logo-wrapper img {
    height: 24px;
  }

  .logo-slide {
    gap: 60px;
    padding: 24px 32px;
  }
}
/* === TESTIMONIALE TG */

body{
  .testimonial{
      padding: 100px 0;
      .row{
          .tabs{
              all: unset;
              margin-right: 50px;
              display: flex;
              flex-direction: column;
              li{
                  all:unset;
                  display: block;
                  position: relative;
                  &.active{
                      &::before{
                          position: absolute;
                          content: "";
                          width: 50px;
                          height: 50px;
                          background-color: #71b85f;
                          border-radius: 50%;
                      }
                  }
                  &.active{
                      &::after{
                          position: absolute;
                          content: "";
                          width: 30px;
                          height: 30px;
                          background-color: #71b85f;
                          border-radius: 50%;
                      }
                  }
                  &:nth-child(1){
                     align-self: flex-end;
                     &::before{
                          left: 64%;
                          bottom: -50px;
                     }
                     &::after{
                          left: 97%;
                          bottom: -81px;                           
                     }
                     figure{
                          img{
                              margin-left:auto;
                          }
                     }
                  }
                  &:nth-child(2){
                      align-self: flex-start;
                      &::before{
                          right: -65px;
                          top: 50%;                    
                      }
                      &::after{
                          bottom: 101px;
                          border-radius: 50%;
                          right: -120px;
                      }
                      figure{
                          img{
                              margin-right:auto;
                              max-width: 300px;
                              width: 100%;
                              margin-top: -50px;
                          }
                      }
                  }
                  &:nth-child(3){
                      align-self: flex-end;
                      &::before{
                          right: -10px;
                          top: -66%;                  
                      }
                      &::after{
                          top: -130px;
                          border-radius: 50%;
                          right: -46px;
                      }
                      figure{
                          img{
                              margin-left:auto;
                              margin-top: -50px;
                          }
                      }
                      &:focus{
                          border: 10px solid red;
                      }
                  }
                  figure{
                      position: relative;
                      img{
                          display: block;
                      }
                      &::after{
                          content: "";
                          position: absolute;
                          top:0;
                          z-index: -1;
                          width: 100%;
                          height: 100%;
                          border: 4px solid #dff9d9;
                          border-radius: 50%;
                          -webkit-transform: scale(1);
                          -ms-transform: scale(1);
                          transform: scale(1);
                          -webkit-transition: 0.3s;
                          -o-transition: 0.3s;
                          transition: 0.3s;
                      }
                      &:hover{
                          &::after{
                              -webkit-transform: scale(1.1);
                              -ms-transform: scale(1.1);
                              transform: scale(1.1);
                          }
                      }
                  }
              }
              &.carousel-indicators{
                  li.active{
                      figure{
                          &::after{
                              -webkit-transform: scale(1.1);
                              -ms-transform: scale(1.1);
                              transform: scale(1.1);
                          }
                      }
                  }
              }
          }
          .carousel{
              > h3{
                  font-size: 20px;
                  line-height: 1.45;
                  color: rgba(0,0,0,.5);
                  font-weight: 600;
                  margin-bottom: 0;
              }
              h1{
                  font-size: 40px;
                  line-height: 1.225;
                  margin-top: 23px;
                  font-weight: 700;
                  margin-bottom: 0;
              }
              .carousel-indicators{
                  all: unset;
                  padding-top: 43px;
                  display: flex;
                  list-style: none;
                  li{
                      background: #000;
                      background-clip: padding-box;
                      height: 2px;
                  }
              }
              .carousel-inner{
                 .carousel-item{
                      .quote-wrapper{
                          margin-top: 42px;
                          p{
                              font-size: 18px;
                              line-height: 1.72222;
                              font-weight: 500;
                              color: rgba(0,0,0,.7);
                          }
                          h3{
                              color: #000;
                              font-weight: 700;
                              margin-top: 37px;
                              font-size: 20px;
                              line-height: 1.45;
                              text-transform: uppercase;
                          }
                      }
                 }
              }
          }
      }
  }
}
@media only screen and (max-width: 1200px) {
  body{
      .testimonial{
          .row{
              .tabs{
                  margin-right: 25px;
              }
          }
      }
  }
}

.three-design {
  margin-bottom: 25px;
}
.three-design h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  font-weight:bold;
}
.three-design h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three-design h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}
.margin-new{
  margin-top: 20px !important;
  padding: 20px 0px !important;
}
.justify-content-center{
  justify-content: center !important;
}
input#submit_test {
  width: 100%;
  background: #8b288e;
  color: #fff;
  max-width: 400px;
  /* padding: 10px 0px; */
  padding-left: unset !important;
  padding: unset !important;
}
input#submit_test:hover{
	background-color:#521054
}
.main-content{
  margin-bottom: 50px;
}