@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/*------------------------------------------------------------------
* Project:        Eventiz - Event Conference HTML Template
* Author:         bizberg_themes
* URL:            https://themeforest.net/user/bizberg_themes
* Created:        07/13/2023
-------------------------------------------------------------------
*/
/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
header,
nav,
section,
article,
aside,
footer {
  display: block; }

* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  color: #191919;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

  /* CLASSI PER RESPONSIVE */
  .show-desktop {display:block}
  .show-mobile {display:none}
  .hide-smobile {display:block}
  .show-smobile {display:none}
  .no-resp {display:block}
  .resp {display:none}
  .mobile {display:none}
  .no-mobile {display:block}

  /* IMPOSTAZIONI GENERALI */
  .float_left, .fl{float:left;}
  .float_right, .fr{float:right;}
  .clear_both, .clear{clear:both;}
  .pointer, .cursor_pointer{cursor:pointer!important;}
  .modal {z-index:9999}
  .v-none {visibility:hidden}
  /* POSIZIONI */
  .rel-up {position:relative; z-index:1}
  .rel-2 {position:relative; z-index:2}
  .rel-sup {position:relative; z-index:3}
  .rel {position:relative}
  .flex-center {display: flex;align-items: center;justify-content: center;}
  .flex-center-left {display: flex;align-items: center;}
  .flex-center-col {display: flex;align-items: center;justify-content: center; flex-direction:column}
  .flex-center-col-left {display: flex; flex-direction:column; justify-content: center;}
  .flex-display {display:flex}
  .flex-align {display:flex; align-items: center;}
  .allinea-dx {display:flex; justify-content: flex-end;}
  .flex-end {display: flex; justify-content: flex-end;}

  /* MARGIN E PADDING */
  .no-mar, .nomar {margin:0!important;}
  .no-mar-l, .nomarl {margin-left:0 !important}
  .no-mar-t, .nomart {margin-top:0 !important}
  .no-mar-b, .nomarb {margin-bottom:0 !important}
  .no-mar-r, .nomarr {margin-right:0 !important}
  .no-pad, .nopad {padding:0!important;}
  .no-pad-l, .nopadl {padding-left: 0 !important;}
  .no-pad-t, .nopadt {padding-top: 0 !important;}
  .no-pad-b, .nopadb {padding-bottom: 0 !important;}
  .no-pad-r, .nopadr {padding-right: 0 !important;}

  .m-10 {margin:10px}
  .mr-15 {margin:15px}
  .m-20 {margin:20px}
  .m-25 {margin:25px}
  .m-30 {margin:30px}
  .m-35 {margin:35px}
  .m-40 {margin:40px}
  .m-45 {margin:45px}
  .m-50 {margin:50px}
  .m-55 {margin:55px}
  .m-60 {margin:60px}
  .m-65 {margin:65px}
  .m-70 {margin:75px}
  .m-75 {margin:75px}
  .m-80 {margin:80px}
  .m-100 {margin:100px}
  .m-120 {margin:120px}
  .m-140 {margin:140px}

  .mtb-10 {margin:10px 0}
  .mtb-15 {margin:15px 0}
  .mtb-20 {margin:20px 0}
  .mtb-25 {margin:25px 0}
  .mtb-30 {margin:30px 0}
  .mtb-35 {margin:35px 0}
  .mtb-40 {margin:40px 0}
  .mtb-45 {margin:45px 0}
  .mtb-50 {margin:50px 0}
  .mtb-55 {margin:55px 0}
  .mtb-60 {margin:60px 0}
  .mtb-65 {margin:65px 0}
  .mtb-70 {margin:70px 0}
  .mtb-75 {margin:75px 0}
  .mtb-80 {margin:80px 0}
  .mtb-100 {margin:100px 0}
  .mtb-120 {margin:120px 0}
  .mtb-140 {margin:140px 0}

  .mrl-10 {margin:0 10px}
  .mrl-15 {margin:0 15px}
  .mrl-20 {margin:0 20px}
  .mrl-25 {margin:0 25px}
  .mrl-30 {margin:0 30px}
  .mrl-35 {margin:0 35px}
  .mrl-40 {margin:0 40px}
  .mrl-45 {margin:0 45px}
  .mrl-50 {margin:0 50px}
  .mrl-55 {margin:0 55px}
  .mrl-60 {margin:0 60px}
  .mrl-65 {margin:0 65px}
  .mrl-70 {margin:0 70px}
  .mrl-75 {margin:0 75px}
  .mrl-80 {margin:0 80px}
  .mrl-100 {margin:0 100px}
  .mrl-120 {margin:0 120px}
  .mrl-140 {margin:0 140px}

  .mr-2 {margin-right:2px !important}
  .mr-10 {margin-right:10px}
  .mr-5imp {margin-right:10px !important}
  .mr-15 {margin-right:15px}
  .mr-20 {margin-right:20px}
  .mr-25 {margin-right:25px}
  .mr-30 {margin-right:30px}
  .mr-35 {margin-right:35px}
  .mr-40 {margin-right:40px}
  .mr-45 {margin-right:45px}
  .mr-50 {margin-right:50px}
  .mr-55 {margin-right:55px}
  .mr-60 {margin-right:60px}
  .mr-65 {margin-right:65px}
  .mr-70 {margin-right:70px}
  .mr-75 {margin-right:75px}
  .mr-80 {margin-right:80px}
  .mr-100 {margin-right:100px}
  .mr-120 {margin-right:120px}
  .mr-140 {margin-right:140px}

  .ml-10 {margin-left:10px}
  .ml-15 {margin-left:15px}
  .ml-20 {margin-left:20px}
  .ml-25 {margin-left:25px}
  .ml-30 {margin-left:30px}
  .ml-35 {margin-left:35px}
  .ml-40 {margin-left:40px}
  .ml-45 {margin-left:45px}
  .ml-50 {margin-left:50px}
  .ml-55 {margin-left:55px}
  .ml-60 {margin-left:60px}
  .ml-65 {margin-left:65px}
  .ml-70 {margin-left:70px}
  .ml-75 {margin-left:75px}
  .ml-80 {margin-left:80px}
  .ml-100 {margin-left:100px}
  .ml-120 {margin-left:120px}
  .ml-140 {margin-left:140px}

  .mt-10 {margin-top:10px}
  .mt-15 {margin-top:15px}
  .mt-20 {margin-top:20px}
  .mt-25 {margin-top:25px}
  .mt-30 {margin-top:30px}
  .mt-35 {margin-top:35px}
  .mt-40 {margin-top:40px}
  .mt-45 {margin-top:45px}
  .mt-50 {margin-top:50px}
  .mt-55 {margin-top:55px}
  .mt-60 {margin-top:60px}
  .mt-65 {margin-top:65px}
  .mt-70 {margin-top:70px}
  .mt-75 {margin-top:75px}
  .mt-80 {margin-top:80px}
  .mt-100 {margin-top:100px}
  .mt-120 {margin-top:120px}
  .mt-140 {margin-top:140px}

  .mb-10 {margin-bottom:10px}
  .mb-15 {margin-bottom:15px}
  .mb-20 {margin-bottom:20px}
  .mb-25 {margin-bottom:25px}
  .mb-30 {margin-bottom:30px}
  .mb-35 {margin-bottom:35px}
  .mb-40 {margin-bottom:40px}
  .mb-45 {margin-bottom:45px}
  .mb-50 {margin-bottom:50px}
  .mb-55 {margin-bottom:50px}
  .mb-60 {margin-bottom:60px}
  .mb-65 {margin-bottom:65px}
  .mb-70 {margin-bottom:70px}
  .mb-75 {margin-bottom:75px}
  .mb-80 {margin-bottom:80px}
  .mb-100 {margin-bottom:100px}
  .mb-120 {margin-bottom:120px}
  .mb-140 {margin-bottom:140px}

  .p-10 {padding:10px}
  .p-15 {padding:15px}
  .p-20 {padding:20px}
  .p-25 {padding:25px}
  .p-30 {padding:30px}
  .p-35 {padding:35px}
  .p-40 {padding:40px}
  .p-45 {padding:45px}
  .p-50 {padding:50px}
  .p-55 {padding:55px}
  .p-60 {padding:60px}
  .p-65 {padding:65px}
  .p-70 {padding:70px}
  .p-75 {padding:75px}
  .p-80 {padding:80px}
  .p-100 {padding:100px}
  .p-120 {padding:120px}
  .p-140 {padding:140px}

  .ptb-10 {padding:10px 0}
  .ptb-15 {padding:15px 0}
  .ptb-20 {padding:20px 0}
  .ptb-25 {padding:25px 0}
  .ptb-30 {padding:30px 0}
  .ptb-35 {padding:35px 0}
  .ptb-40 {padding:40px 0}
  .ptb-45 {padding:45px 0}
  .ptb-50 {padding:50px 0}
  .ptb-55 {padding:55px 0}
  .ptb-60 {padding:60px 0}
  .ptb-65 {padding:65px 0}
  .ptb-70 {padding:70px 0}
  .ptb-75 {padding:75px 0}
  .ptb-80 {padding:80px 0}
  .ptb-100 {padding:100px 0}
  .ptb-120 {padding:120px 0}
  .ptb-140 {padding:140px 0}

  .prl-10 {padding:0 10px}
  .prl-15 {padding:0 15px}
  .prl-20 {padding:0 20px}
  .prl-25 {padding:0 25px}
  .prl-30 {padding:0 30px}
  .prl-35 {padding:0 35px}
  .prl-40 {padding:0 40px}
  .prl-45 {padding:0 45px}
  .prl-50 {padding:0 50px}
  .prl-55 {padding:0 55px}
  .prl-60 {padding:0 60px}
  .prl-65 {padding:0 65px}
  .prl-70 {padding:0 70px}
  .prl-75 {padding:0 75px}
  .prl-80 {padding:0 80px}
  .prl-100 {padding:0 100px}
  .prl-120 {padding:0 120px}
  .prl-140 {padding:0 140px}

  .pr-10 {padding-right:10px}
  .pr-15 {padding-right:15px}
  .pr-20 {padding-right:20px}
  .pr-25 {padding-right:25px}
  .pr-30 {padding-right:30px}
  .pr-35 {padding-right:35px}
  .pr-40 {padding-right:40px}
  .pr-45 {padding-right:45px}
  .pr-50 {padding-right:50px}
  .pr-55 {padding-right:55px}
  .pr-60 {padding-right:60px}
  .pr-65 {padding-right:65px}
  .pr-70 {padding-right:70px}
  .pr-75 {padding-right:75px}
  .pr-80 {padding-right:80px}
  .pr-100 {padding-right:100px}
  .pr-120 {padding-right:120px}
  .pr-140 {padding-right:140px}

  .pl-10 {padding-left:10px}
  .pl-15 {padding-left:15px}
  .pl-20 {padding-left:20px}
  .pl-25 {padding-left:25px}
  .pl-30 {padding-left:30px}
  .pl-35 {padding-left:35px}
  .pl-40 {padding-left:40px}
  .pl-45 {padding-left:45px}
  .pl-50 {padding-left:50px}
  .pl-55 {padding-left:55px}
  .pl-60 {padding-left:60px}
  .pl-65 {padding-left:65px}
  .pl-70 {padding-left:70px}
  .pl-75 {padding-left:75px}
  .pl-80 {padding-left:80px}
  .pl-100 {padding-left:100px}
  .pl-120 {padding-left:120px}
  .pl-140 {padding-left:140px}

  .pt-10 {padding-top:10px}
  .pt-15 {padding-top:15px}
  .pt-20 {padding-top:20px}
  .pt-25 {padding-top:25px}
  .pt-30 {padding-top:30px}
  .pt-35 {padding-top:35px}
  .pt-40 {padding-top:40px}
  .pt-45 {padding-top:45px}
  .pt-50 {padding-top:50px}
  .pt-55 {padding-top:55px}
  .pt-60 {padding-top:60px}
  .pt-65 {padding-top:65px}
  .pt-70 {padding-top:70px}
  .pt-75 {padding-top:75px}
  .pt-80 {padding-top:80px}

  .pb-10 {padding-bottom:10px}
  .pb-15 {padding-bottom:15px}
  .pb-20 {padding-bottom:20px}
  .pb-25 {padding-bottom:25px}
  .pb-30 {padding-bottom:30px}
  .pb-35 {padding-bottom:35px}
  .pb-40 {padding-bottom:40px}
  .pb-45 {padding-bottom:45px}
  .pb-50 {padding-bottom:50px}
  .pb-55 {padding-bottom:55px}
  .pb-60 {padding-bottom:60px}
  .pb-65 {padding-bottom:65px}
  .pb-70 {padding-bottom:70px}
  .pb-75 {padding-bottom:75px}
  .pb-80 {padding-bottom:80px}
  .pb-100 {padding-bottom:100px}
  .pb-120 {padding-bottom:120px}
  .pb-140 {padding-bottom:140px}

  .ml-30-resp {margin-left:30px}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin: 0 0 1rem;
  color: #484848;
  line-height: 1.22em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #484848;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    text-decoration: none; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, .h1 a:hover, .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
      color: #F8669E;
      transition: all ease-in-out 0.5s;
      outline: none;
      text-decoration: none !important; }

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

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

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

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

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

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

@media (max-width: 991px) {
  h1 {
    font-size: 50px; }

  h2 {
    font-size: 36px; } }
@media (max-width: 735px) {
  h1 {
    font-size: 38px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 21px; } }
.h-title {
  font-size: 130px;
  font-family: "Inter", sans-serif;
  color: #FFFFFF00;
  -webkit-text-stroke: 0.2px;
  -webkit-text-stroke-color: #333369;
  stroke: #333369;
  margin-bottom: -80px;
  line-height: 1; }

.theme-stroke {
  -webkit-text-stroke-color: #F8669E;
  stroke: #F8669E; }

@media (max-width: 991px) {
  .h-title {
    font-size: 100px;
    margin-bottom: -50px; } }
@media (max-width: 639px) {
  .h-title {
    font-size: 55px;
    margin-bottom: -30px; } }
p {
  margin-bottom: 8px; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    margin-bottom: 0px;
    line-height: 1.5;
    color: #707070;
    position: relative;
    display: inline-block;
    padding: 0; }

ol {
  margin: 0;
  counter-reset: i;
  position: relative; }
  ol li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #707070;
    padding-left: 0;
    position: relative; }

a {
  color: #CC7A7A;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: #6c6c6c;
    transition: all ease-in-out 0.5s;
    outline: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #F8669E !important; }

::-webkit-input-placeholder {
  /* Edge */
  color: #707070 !important; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070 !important; }

input::placeholder {
  color: #707070 !important; }

.row [class*="col-"] {
  padding: 0 15px; }

img {
  max-width: 100%; }

.img-circle {
  width: 65px;
  height: 65px; }

.btn-info.focus, .btn-info:focus, .btn-info:active {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important; }

.container {
  position: relative;
  z-index: 1; }

@media (max-width: 767px) {
  .container, .container-sm {
    max-width: 100%; } }
.white {
  color: #fff !important; }

.theme {
  color: #CC7A7A !important; }

.theme1 {
  color: #2c1636 !important; }

.theme2 {
  color: #333369 !important; }

.black {
  color: #3f3f3f !important; }

.grey {
  color: #4e4e4e !important; }

.lgrey {
  color: #c7c7c7 !important; }

.title {
  color: #333369 !important; }

.bg-grey {
  background-color: #F7F7F7 !important; }

.bg-lgrey {
  background: #c7c7c7 !important; }

.bg-theme {
  background: #aa6363 !important; }

.bg-theme1 {
  background: #aa6363 !important; }

.bg-theme2 {
  background: #3A3089 !important; }

.bg-theme3 {
  background: #CC7A7A !important; }

.bg-title {
  background: #333369 !important; }

.bg-fblack {
  background: #101010 !important; }

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

.bordernone {
  border: none !important; }

.border-b {
  border-bottom: 1px dashed #7070702b !important; }

.border-all {
  border: 1px solid #7070702b !important; }

.border-start {
  border-left: 1px solid #F7F7F7 !important; }

.border-end {
  border-right: 1px solid #F7F7F7 !important; }

.border-top {
  border-top: 1px solid #F7F7F7 !important; }

.border-bottom {
  border-bottom: 1px solid #F7F7F7 !important; }

.rating span {
  color: #ffbc00;
  display: inline;
  font-size: 14px; }

.small, small {
  font-size: 85%; }

.mt-1, .my-1 {
  margin-top: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 2rem !important; }

.mt-5, .my-5 {
  margin-top: 2.5rem !important; }

.mt-6, .my-6 {
  margin-top: 3rem !important; }

.mt-7, .my-7 {
  margin-top: 3.5rem !important; }

.mt-8, .my-8 {
  margin-top: 4rem !important; }

.mt-9, .my-9 {
  margin-top: 4.5rem !important; }

.mt-10, .my-10 {
  margin-top: 5rem !important; }

.mt-minus {
  margin-top: -5rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 2rem !important; }

.mb-5, .my-5 {
  margin-bottom: 2.5rem !important; }

.mb-6, .my-6 {
  margin-bottom: 3rem !important; }

.mb-7, .my-7 {
  margin-bottom: 3.5rem !important; }

.mb-8, .my-8 {
  margin-bottom: 4rem !important; }

.mb-9, .my-9 {
  margin-bottom: 4.5rem !important; }

.mb-10, .my-10 {
  margin-bottom: 5rem !important; }

.mb-minus {
  margin-bottom: -5rem !important; }

.pt-1, .py-1 {
  padding-top: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 2rem !important; }

.pt-5, .py-5 {
  padding-top: 2.5rem !important; }

.pt-6, .py-6 {
  padding-top: 3rem !important; }

.pt-7, .py-7 {
  padding-top: 3.5rem !important; }

.pt-8, .py-8 {
  padding-top: 4rem !important; }

.pt-9, .py-9 {
  padding-top: 4.5rem !important; }

.pt-10, .py-10 {
  padding-top: 5rem !important; }

.pt-12, .py-12 {
  padding-top: 6rem !important; }

.pt-14, .py-14 {
  padding-top: 7rem !important; }

.pt-17, .py-17 {
  padding-top: 8.5rem !important; }

.pt-18, .py-18 {
  padding-top: 9rem !important; }

.pt-19, .py-19 {
  padding-top: 9.5rem !important; }

.pt-20, .py-20 {
  padding-top: 10rem !important; }

.pt-lg-7, .py-lg-7 {
  padding-top: 3.5rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 2rem !important; }

.pb-5, .py-5 {
  padding-bottom: 2.5rem !important; }

.pb-6, .py-6 {
  padding-bottom: 3rem !important; }

.pb-7, .py-7 {
  padding-bottom: 3.5rem !important; }

.pb-8, .py-8 {
  padding-bottom: 4rem !important; }

.pb-9, .py-9 {
  padding-bottom: 4.5rem !important; }

.pb-10, .py-10 {
  padding-bottom: 5rem !important; }

.pb-12, .py-12 {
  padding-bottom: 6rem !important; }

.pb-14, .py-14 {
  padding-bottom: 7rem !important; }

.pb-17, .py-17 {
  padding-bottom: 8.5rem !important; }

.pb-18, .py-18 {
  padding-bottom: 9rem !important; }

.pb-19, .py-19 {
  padding-bottom: 9.5rem !important; }

.pb-20, .my-20 {
  padding-bottom: 10rem !important; }

.pb-lg-7, .py-lg-7 {
  padding-bottom: 3.5rem !important; }

.top-minus-20 {
  top: -20px !important; }

.top-minus-40 {
  top: -40px !important; }

.top-inherit {
  top: inherit !important; }

.bottom-inherit {
  bottom: inherit !important; }

.translatey-50 {
  transform: translateY(-50%); }

.translate-50 {
  transform: translate(-50%, -50%); }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-90 {
  opacity: 0.9 !important; }

.opacity-100 {
  opacity: 1 !important; }

.z-index1 {
  z-index: 1; }

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

.z-index3 {
  z-index: 4; }

.textupper {
  text-transform: uppercase; }

.textcap {
  text-transform: capitalize; }

.form-group {
  width: 100%;
  display: inline-block; }

input[type=text], input[type=email], input[type=number], input[type=search],
input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select {
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #7070702b;
  border-radius: 0px;
  padding: 12px 20px;
  color: #707070;
  margin-bottom: 0;
  height: 55px;
  box-shadow: none;
  width: 100%; }
  input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus,
  input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, textarea:focus, select:focus {
    outline: none;
    transition: all 0.5s ease;
    box-shadow: none; }

select {
  width: 100%;
  border-radius: 0px !important;
  height: 55px; }
  select option {
    color: #F7F7F7; }

textarea {
  border-radius: none;
  resize: vertical;
  height: 120px; }

label {
  display: inline-block;
  color: #707070;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px; }

blockquote {
  font-size: 14px;
  font-weight: 400;
  background-color: #F8669E;
  margin-bottom: 15px;
  border: 0;
  padding: 30px 70px 30px 70px;
  line-height: 1.5;
  color: #fff;
  margin: 20 0;
  font-style: italic;
  position: relative; }
  blockquote :after {
    content: '';
    position: absolute;
    height: 60%;
    width: 2px;
    background: #fff;
    top: 20%;
    left: 35px; }
  blockquote p {
    color: #fff;
    margin: 0; }
  blockquote :before {
    content: '\f10d';
    font-family: 'fontawesome';
    font-size: 45px;
    position: absolute;
    bottom: 26px;
    right: 20px;
    color: #fff;
    transform: rotate(180deg); }
  blockquote span {
    position: relative;
    padding-left: 20px; }
    blockquote span :before {
      content: '';
      width: 12px;
      height: 1px;
      background: #F8669E;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -2px; }

table > tbody tr td, table > tbody tr th, table > tfoot tr td, table > tfoot tr th, table > thead tr td, table > thead tr th {
  padding: 15px;
  vertical-align: sub !important;
  border: 1px solid #7070702b; }
table > tbody tr td, table > tfoot tr td, table > thead tr td {
  padding-left: 0; }
table > tbody tr:nth-child(even), table > tfoot tr:nth-child(even), table > thead tr:nth-child(even) {
  background: #c7c7c7; }

table {
  width: 100%; }
  table thead tr th {
    border-bottom: none !important; }

.w-60 {
  width: 60% !important; }

.overlay, .theme-overlay, .color-overlay, .white-overlay, .bread-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  transition: all ease-in-out 0.5s;
  opacity: 0.6; }

.theme-overlay {
  background-color: #101010;
  opacity: 0.7; }

.color-overlay {
  top: inherit;
  bottom: 0;
  background: linear-gradient(to right, #414141, #cea0a0);
  opacity: 0.9; }

.bread-overlay {
  top: inherit;
  bottom: 0;
  background: linear-gradient(to right, #414141, #cea0a0);
  opacity: 0.9; }

.white-overlay {
  background: #fff;
  opacity: 0.7; }

section {
  padding: 4.9rem 0 6rem;
  position: relative; }

/*heading title*/
.section-title {
  position: relative;
  z-index: 1; }
  .section-title h2 {
    position: relative;
    line-height: 1.2; }

@media (max-width: 991px) {
  .section-title {
    width: 100% !important; }
    .section-title .ah-words-wrapper {
      text-align: center; }
    .section-title h4 {
      margin-bottom: 0; } }
.row.slick-slider {
  margin: 0 -15px; }

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

.border-t {
  border-top: 2px dashed #cccccc5e; }

.box-shadow {
  box-shadow: 0 0 20px #9e9e9e45; }

.rounded {
  border-radius: 10px !important; }

.rounded-start {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important; }

.nav-tabs {
  border-bottom: none;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px; }
  .nav-tabs > li.nav-item {
    margin: 0 4px;
    flex: inherit !important;
    text-align: left !important; }
    .nav-tabs > li.nav-item button {
      padding: 15px 30px;
      margin: 0;
      border-radius: 0;
      line-height: inherit;
      border: none;
      display: inline-block;
      width: auto !important;
      background: #fff;
      font-weight: 500;
      font-size: 21px; }
      .nav-tabs > li.nav-item button:hover {
        color: #F8669E !important;
        background-color: #fff; }
    .nav-tabs > li.nav-item button.active {
      color: #F8669E !important;
      background-color: #fff; }
      .nav-tabs > li.nav-item button.active:hover {
        color: #F8669E !important;
        background-color: #fff; }

@media (max-width: 991px) {
  .nav-tabs {
    width: 100% !important; } }
@media (max-width: 767px) {
  .nav-tabs > li.nav-item {
    margin: 0 4px 4px; } }
/*pagination*/
.pagination-main {
  line-height: 0.8; }
  .pagination-main .pagination {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block; }
    .pagination-main .pagination li {
      padding-left: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      .pagination-main .pagination li:before, .pagination-main .pagination li:after {
        display: none; }
      .pagination-main .pagination li a {
        padding: 0;
        height: 40px;
        line-height: 38px;
        margin-right: 9px;
        text-align: center;
        width: 40px;
        color: #3f3f3f;
        font-size: 14px;
        border: 1px solid #7070702b;
        display: inline-block;
        background: #c7c7c7;
        background: #fff;
        border-radius: 0px; }
        .pagination-main .pagination li a:hover, .pagination-main .pagination li a:focus {
          background-color: #F8669E;
          color: #fff !important;
          border-color: #F8669E; }
      .pagination-main .pagination li:last-child > a, .pagination-main .pagination li:last-child > span {
        border-radius: none;
        margin: 0; }
    .pagination-main .pagination li.active a {
      background: #F8669E !important;
      border-color: #F8669E !important;
      color: #fff; }
    .pagination-main .pagination .prev a, .pagination-main .pagination .next a {
      border-radius: 0px; }

@media (max-width: 567px) {
  .pagination li a {
    height: 30px;
    width: 30px;
    line-height: 28px; } }
@media (max-width: 359px) {
  .pagination li a {
    height: 28px;
    width: 28px;
    line-height: 28px; } }
.fade:not(.show) {
  opacity: 1; }

/*breadcrumb*/
.breadcrumb-main {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  .breadcrumb-main .breadcrumb-outer {
    background: transparent;
    position: relative;
    z-index: 1; }

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0; }
  .breadcrumb li, .breadcrumb li.active {
    margin-bottom: 0; }
    .breadcrumb li a, .breadcrumb li.active a {
      color: #F8669E; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '/'; }

@media (max-width: 991px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content {
    display: block !important;
    text-align: center !important; }
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content nav {
      right: 0;
      margin: 0; }
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
      margin: 0 !important; }
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
      font-size: 44px; } }
@media (max-width: 811px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 36px; } }
@media (max-width: 639px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 28px; }

  .page-cover h1 {
    font-size: 28px; } }
@media (max-width: 479px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content {
    text-align: center; }
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
      font-size: 24px; }
    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
      display: block;
      font-size: 40px; } }
/*Buttons*/
button {
  border: none; }

.nir-btn, .nir-btn-black {
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  transition: all ease-in-out 0.5s;
  background: #CC7A7A;
  border-radius:100px;
  color: #fff;
  display: inline-block;
  border: none;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  overflow: hidden; }
  .nir-btn::before, .nir-btn-black::before {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    content: '';
    background: #aa6363;
    color: #fff !important;
    transition: all ease-in-out 0.5s;
    z-index: -1; }
  .nir-btn:hover::before, .nir-btn-black:hover::before {
    width: 100%;
    transition: all ease-in-out 0.5s; }
  .nir-btn:hover, .nir-btn-black:hover {
    color: #fff !important;
    transition: all ease-in-out 0.5s; }

.nir-btn-black {
  background: #333369; }
  .nir-btn-black:before {
    color: #fff; }
  .nir-btn-black:hover {
    background: #fff;
    color: #3f3f3f; }
    .nir-btn-black:hover:before {
      color: #333369; }

input#submit {
  border: none; }

input[type='submit']:hover {
  background: #333369;
  color: #fff; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999; }
  #preloader #status {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    margin: 0 auto;
    background: url(../images/loader.gif);
    background-size: cover;
    background-position: center;
    opacity: 1;
    transform: translate(-50%, -50%);
    visibility: visible;
    transition: all ease-in-out 0.5s;
    z-index: 9999999999; }

/* End Preloader */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none; }
  #back-to-top a {
    display: block;
    width: 50px;
    height: 50px;
    background: #CC7A7A;
    position: relative;
    transition: all ease-in-out 0.5s;
    text-align: center;
    border-radius: 50%; }
    #back-to-top a:after {
      position: absolute;
      content: '\f30c';
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      color: #fff;
      top: 50%;
      left: 50%;
      z-index: 1;
      font-weight: 600;
      transform: translate(-50%, -50%); }

.alert {
  margin-bottom: 10px;
  border-radius: 0px;
  color: #e83737;
  padding: 0; }
  .alert .alert-success {
    background: transparent;
    border: transparent;
    border-radius: 0px;
    color: #3c763d; }
    .alert .alert-success h4 {
      margin-bottom: 8px; }
    .alert .alert-success p {
      color: #fff; }

/* ========================================= */
/*          Accrodion CSS        */
/* ======================================== */
.accrodion-grp .accrodion {
  border: 1px solid #7070702b; }
  .accrodion-grp .accrodion .accrodion-title {
    border: none;
    background: #F7F7F7;
    padding: 20px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    border-radius: 0px; }
    .accrodion-grp .accrodion .accrodion-title h6 {
      margin: 0;
      position: relative;
      border: none; }
      .accrodion-grp .accrodion .accrodion-title h6:before {
        content: '\f067';
        font-family: 'FontAwesome';
        color: #222222;
        font-size: 20px;
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .accrodion-grp .accrodion .accrodion-content {
    padding-top: 10px; }
    .accrodion-grp .accrodion .accrodion-content .inner {
      padding: 30px; }
      .accrodion-grp .accrodion .accrodion-content .inner p {
        margin: 0;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: .01em;
        color: #74787D; }
.accrodion-grp .accrodion.active .accrodion-title {
  background: #F7F7F7;
  border-color: #F7F7F7; }
  .accrodion-grp .accrodion.active .accrodion-title h6 {
    color: #F8669E; }
    .accrodion-grp .accrodion.active .accrodion-title h6:before {
      content: '\f068';
      color: #F8669E; }

@media (max-width: 567px) {
  .accrodion-grp .accrodion .accrodion-title h5 {
    font-size: 14px; } }
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
.nav-pills .nav-link {
  padding: 15px 20px;
  border-radius: 0;
  text-align: left;
  background-color: #F7F7F7;
  margin-bottom: 2px; }
  .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #F8669E; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F8669E; }

/*Navbar*/
.navbar-default {
  background: #f5f5f5; }

.navbar {
  border-bottom: 0;
  padding: 0; }

.sidebar .navbar-nav {
  background: transparent;
  margin: 0; }

.navbar.navbar-default {
  transition: none; }

header #navbar {
  width: 100%;
  background: #f49b00; }

.navbar-default a.navbar-brand {
  font-size: 24px;
  position: relative;
  color: #f49b00;
  letter-spacing: 2px;
  font-weight: 400;
  display: block;
  padding: 0;
  height: auto;
  transition: all ease-in-out 0.5s;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  margin-right: 0;
  flex: 1; }
  .navbar-default a.navbar-brand span {
    color: #fc883a; }
  .navbar-default a.navbar-brand:hover {
    color: #D60D45; }
.navbar-default .navbar-nav li, .navbar-default .navbar-nav li.active {
  background: #f33807; }
  .navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.active a:hover {
    background: #f33807; }

/* Main Menu Dropdown */
.navbar-nav li {
  position: relative;
  text-align: left;
  margin-bottom: 0; }
  .navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 190px;
    display: none;
    border: 1px solid #7070702b;
    border-top: 2px solid #f33807;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4); }
    .navbar-nav li ul li {
      border-bottom: 1px solid #f1f1f1; }
      .navbar-nav li ul li:last-child {
        border-bottom: none; }
      .navbar-nav li ul li:hover a {
        padding-left: 20px;
        padding-right: 10px;
        text-decoration: none; }
      .navbar-nav li ul li:hover ul li a {
        padding-left: 15px;
        padding-right: 15px; }
      .navbar-nav li ul li a {
        display: block;
        padding: 7px 15px;
        font-size: 15px;
        font-weight: 500;
        color: #636363; }
        .navbar-nav li ul li a:hover {
          color: #f33807; }
      .navbar-nav li ul li ul {
        position: absolute;
        left: 188px;
        top: -2px; }
        .navbar-nav li ul li ul li ul li:hover a {
          padding-left: 20px;
          padding-right: 10px; }

.navbar-nav li > ul > li:last-child > a {
  border-bottom: 0; }
.navbar-nav li > ul > li ul > li:last-child > a {
  border-bottom: 0; }

.main_header_area {
  position: relative;
  width: 100%; }
  .main_header_area .header-content {
    position: relative;
    z-index: 1;
    background: #ffffff30; }
    .main_header_area .header-content li {
      display: inline-block;
      padding: 0px 15px;
      border-left: 1px solid #f1f1f136;
      margin: 0; }
      .main_header_area .header-content li:first-child {
        border: none;
        padding-left: 0; }
      .main_header_area .header-content li:last-child {
        padding-right: 0; }
    .main_header_area .header-content a, .main_header_area .header-content i {
      font-size: 14px; }
  .main_header_area .header_menu.fixed-top {
    box-shadow: 0 0 20px #9e9e9e45;
    background: #fff; }
  .main_header_area .header_menu.hide {
    top: -94px;
    animation-name: slideInUp; }
  .main_header_area .register-login a {
    font-size: 15px;
    text-transform: uppercase;
    color: #707070; }
  .main_header_area .register-login .dropdown a {
    color: #707070 !important; }
  .main_header_area .register-login .btn-info {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0; }

.main_header_area .header_menu.fixed-top .register-login a {
  color: #707070 !important; }
.main_header_area .header_menu.fixed-top .register-login a.nir-btn {
  color: #fff !important; }
  .main_header_area .header_menu.fixed-top .register-login a.nir-btn:hover {
    color: #fff !important; }

.main_header_area {
  position: absolute;
  width: 100%; }
  .main_header_area .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 0; }
    .main_header_area .header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
      display: block; width:200px}
      .main_header_area .header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
        display: none; }
  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li {
    margin-right: 0; }
    .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a {
      color: #4e4e4e;
      padding: 10px; }
    .int-page  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a {
        color: #fff;}
        .int-page  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li:hover a {
            color: #aa6363;}
    .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li:hover > a {
      color: #aa6363; }
  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li.active > a {
    color: #aa6363; }
  .main_header_area .header_menu .search-main a i {
    color: #fff; }
  .main_header_area .header_menu.fixed-top .navbar-default {
    background: #fff; }
    .main_header_area .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand {
      padding: 0;
      margin: 0; }
      .main_header_area .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand img {
        display: none !important; }
        .main_header_area .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand img + img {
          display: block !important; }
  .main_header_area .header_menu.fixed-top .search-main a i {
    color: #707070; }

@media (max-width: 1400px) and (min-width: 1300px) {
  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a, .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li a {
    padding: 10px 6px;
    font-size: 14px; } }
@media (max-width: 991px) {
  .headerstye-1 .header-content {
    display: none; }
  .headerstye-1 .navbar-header {
    display: block; }

  .main_header_area .header-content, .search-main {
    display: none !important; } }
@media (max-width: 735px) {
  .main_header_area .header-content {
    display: none !important; } }
.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: transparent;
  border: none;
  width: 100%;
  z-index: 9; }
  .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    margin: 0; }
    .header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
      display: block; }
      .header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
        display: none; }
  .header_menu .navbar.navbar-default .navbar-collapse {
    text-align: right;
    padding: 0; }
  .header_menu .navbar.navbar-default .nav.navbar-nav {
    float: none;
    text-align: right;
    display: inline-block;
    background: transparent; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li {
      float: none;
      display: inline-block;
      margin-right: 0;
      background: transparent; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
        margin: 0; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li a {
        background: transparent;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0px;
        line-height: inherit;
        transition: all 150ms linear;
        border: none;
        font-weight: 500;
        padding: 0 18px;
        color: #fff; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li a i {
          font-size: 16px; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
          position: absolute;
          right: 15px;
          top: 20px; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
          display: none; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
      color: #F8669E;
      background: transparent; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
      position: relative; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
        border: none;
        padding: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #eeeeee transparent transparent transparent;
          position: absolute;
          right: 24px;
          top: 45px;
          z-index: 3;
          opacity: 0;
          -webkit-transition: all 400ms linear;
          -o-transition: all 400ms linear;
          transition: all 400ms linear; }
        .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
          display: block;
          float: none;
          margin-right: 0px;
          border-bottom: 1px dashed #F7F7F7; }
          .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
            line-height: 3;
            color: #707070;
            font-size: 16px;
            padding: 3px 20px;
            font-weight: 400;
            letter-spacing: .30px;
            -webkit-transition: all 150ms linear;
            -o-transition: all 150ms linear;
            transition: all 150ms linear;
            display: block; }
            .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
              background: #CC7A7A;
              color: #fff; }
          .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
            border-bottom: none; }
          .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li ul {
            overflow: visible; }
  .header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
    margin-right: 0px; }
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover > a, .header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active > a {
  color: #F8669E; }

@media (max-width: 991px) {
  .main_header_area .header_mlogo .navbar.navbar-default .navbar-header {
    display: block; } }
/*Fullpage search*/
#search1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }
  #search1 input[type="search"] {
    position: absolute;
    top: 40%;
    width: 50%;
    color: #707070;
    background: transparent;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    border-width: 0 0 1px;
    margin: 0px auto;
    padding: 20px 30px;
    outline: none;
    margin-bottom: 30px;
    height: 82px;
    left: 0;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1; }
  #search1 .btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #F8669E;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    width: 10%; }
  #search1 .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #F8669E;
    border-color: #F8669E;
    opacity: 1;
    padding: 4px 16px;
    border-radius: 10px;
    font-size: 27px; }

#search1.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1; }

.header_sidemenu .header_sidemenu_in .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transition: opacity .25s ease,visibility 0s ease .25s; }
.header_sidemenu .header_sidemenu_in .overlay.show {
  opacity: 0.8;
  visibility: visible;
  background: #101010;
  transition: opacity .25s ease,visibility 0s ease; }
.header_sidemenu .header_sidemenu_in .overlay.hide {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity .25s ease,visibility 0s ease .25s; }
.header_sidemenu .header_sidemenu_in .menu {
  width: 380px;
  height: 100%;
  position: fixed;
  right: -500px;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 20px #9e9e9e45;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  box-shadow: 0 0 20px #9e9e9e45; }
  .header_sidemenu .header_sidemenu_in .menu .close-menu {
    float: right;
    font-size: 21px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px; }
.header_sidemenu .menu-ham {
  cursor: pointer; }

.menu-ham {
  cursor: pointer; }
  .menu-ham a i {
    transition: all ease-in-out 0.5s; }
    .menu-ham a i:hover {
      background: #F8669E !important;
      color: #fff !important;
      transition: all ease-in-out 0.5s; }

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0px;
    min-width: 250px;
    background: #fff;
    box-shadow: 0 0 15px #cccccc57;
    text-align: left;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
      position: absolute;
      left: 100%;
      right: auto;
      width: auto;
      top: 0; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
        line-height: 3;
        color: #707070;
        font-size: 15px;
        padding: 3px 20px;
        letter-spacing: .30px;
        transition: all 150ms linear;
        display: block; }
      .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
        color: #fff; }
    .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
      transform: scale(1, 1); }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1; } }
header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22; }

.logo a {
  font-size: 28px;
  color: #fff; }
  .logo a [class^="flaticon-"]:before {
    font-size: 28px;
    color: #fff; }

nav.navbar.navbar-default .logo-white {
  display: block; }
nav.navbar.navbar-default .logo-black {
  display: none; }

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
  display: none; }
nav.navbar.navbar-default.navbar-sticky-in .logo-black {
  display: block; }

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

.navbar-sticky-in .nir-btn:hover {
  color: #F8669E; }

/*Fullpage search*/
.search-wrapper {
  position: relative;
  min-width: 250px;
  display: inline-block; }
  .search-wrapper .search_module {
    position: relative; }
    .search-wrapper .search_module .icon-left {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 16px;
      transition: all ease-in-out 0.5s;
      z-index: 10;
      color: #fff; }
    .search-wrapper .search_module .search_area form .input-group {
      margin: 0; }
      .search-wrapper .search_module .search_area form .input-group .form-control {
        background: none;
        padding-left: 40px;
        border: 1px solid #ffffff23;
        transition: all ease-in-out 0.5s;
        font-weight: 400;
        width: 100%;
        color: #fff; }
        .search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
          transition: all ease-in-out 0.5s;
          color: #c7c7c7; }
        .search-wrapper .search_module .search_area form .input-group .form-control:focus {
          outline: 0;
          box-shadow: none; }
    .search-wrapper .search_module.active + .search-categories {
      visibility: visible;
      opacity: 1; }
    .search-wrapper .search_module.active .search_area form .input-group .form-control {
      border: none;
      padding-left: 2.66667rem;
      border: 1px solid #ffffff23;
      font-weight: 400; }
      .search-wrapper .search_module.active .search_area form .input-group .form-control:focus {
        border: none; }

.main_header_area .header_menu.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px #cccccc57; }
  .main_header_area .header_menu.fixed-top .navbar.navbar-default .navbar-header .navbar-brand img + img {
    display: block; }
  .main_header_area .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li > a {
    color: #707070; }
  .main_header_area .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li.active > a {
    color: #F8669E; }
  .main_header_area .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control {
    border-color: #F7F7F7;
    color: #707070; }
    .main_header_area .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
      color: #707070; }
  .main_header_area .header_menu.fixed-top .search-wrapper .search_module .icon-left {
    color: #707070; }

.log-reg .nav-pills {
  margin-bottom: 20px; }
  .log-reg .nav-pills .nav-link {
    padding: 14px 18px; }
  .log-reg .nav-pills .nav-link.active, .log-reg .nav-pills .show > .nav-link {
    background: #F8669E;
    border-radius: 10px; }
.log-reg .btn-fb, .log-reg .btn-google {
  padding: 14px 18px;
  text-align: center;
  background: #506dab;
  color: #fff;
  border-radius: 10px;
  font-size: 14px; }
.log-reg .btn-google {
  background: #dd4b39; }
.log-reg hr.log-reg-hr {
  opacity: 1;
  background-color: #ccc; }
  .log-reg hr.log-reg-hr::before {
    background-color: #ffffff;
    bottom: 0;
    color: #F8669E;
    content: "Or";
    font-size: 16px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -12px;
    width: 10%; }

@media (max-width: 1100px) {
  .search-wrapper {
    width: 200px; } }
@media (max-width: 1100px) {
  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    color: #fff !important; }

  .fixed-top .slicknav_btn.slicknav_open:before,
  .fixed-top .slicknav_btn.slicknav_collapsed:before {
    color: #707070 !important; }

  .dropdown-toggle::after, .search-wrapper,
  .header_menu .navbar.navbar-default a.cart-icon, .register-login {
    display: none !important; } }
/* ========================================= */
/*          Banner  CSS        */
/* ======================================== */
.banner {
  position:relative;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 700px;}
  .banner .banner-in .banner-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    position: relative;
    bottom: 15px; }

@media (max-width: 991px) {
  .banner {
    margin-top: 0 !important; }
    .banner .banner-in {
      padding-top: 4rem !important; }
      .banner .banner-in .banner-image {
        bottom: 0; } }
/* ========================================= */
/*          Event Schedule  CSS        */
/* ======================================== */
@media (max-width: 991px) {
  .schedule-item .schedule-speaker {
    border-top: 1px solid #7070702b;
    border-left: 0 !important; }
  .schedule-item .speaker-content {
    margin: 10px 0 0 !important; } }
/* ========================================= */
/*          Pricing  CSS        */
/* ======================================== */
.pricing-main .pricing-top {
  background-image: url(../images/pricebox-top.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: -13px;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0; }

@media (max-width: 991px) {
  .pricing-main .pricing-top {
    top: -22px; } }
@media (max-width: 991px) {
  .pricing-main .pricing-top {
    top: -11px; } }
/* ========================================= */
/*          Event call to action  CSS        */
/* ======================================== */
.event-calltoaction {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .event-calltoaction .call-button {
    position: relative;
    z-index: 1; }
    .event-calltoaction .call-button button.play-btn {
      position: relative;
      left: 0;
      right: 0;
      padding: 5px;
      background: #ffffff2e;
      border: none;
      border-radius: 50%; }
      .event-calltoaction .call-button button.play-btn i {
        font-size: 28px;
        height: 70px;
        width: 70px;
        line-height: 2.5;
        text-align: center;
        color: #fff;
        background: #F8669E;
        transition: all ease-in-out 0.5s;
        padding: 0 0 0 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%; }
      .event-calltoaction .call-button button.play-btn::after, .event-calltoaction .call-button button.play-btn::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        border: 2px solid #fdc70380;
        opacity: 0.3; }
      .event-calltoaction .call-button button.play-btn::before {
        -webkit-animation: ripple 2s linear infinite;
        animation: ripple 2s linear infinite; }
      .event-calltoaction .call-button button.play-btn::after {
        -webkit-animation: ripple 2s linear 1s infinite;
        animation: ripple 2s linear 1s infinite; }

@media (max-width: 991px) {
  .event-calltoaction .event-expo, .event-calltoaction .video-expo {
    width: 100% !important; } }
@media (max-width: 639px) {
  .event-calltoaction .event-expo-item p {
    padding: 1rem;
    text-align: center; } }
/* ========================================= */
/*          Partner CSS        */
/* ======================================== */
.event-partners {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat; }
  .event-partners .partners_inner {
    width: 100%;
    overflow: hidden; }
    .event-partners .partners_inner .partner-list {
      text-align: center;
      height: 120px;
      line-height: 120px;
      background: #fff; }
      .event-partners .partners_inner .partner-list img {

        width: 60%; height:90px}
      .event-partners .partners_inner .partner-list:hover img {
        opacity: 1;
        transition: all ease-in-out 0.5s;
        filter: grayscale(0%); }

/* ========================================= */
/*          Coming Counter  CSS        */
/* ======================================== */
.coming-countermain {
  margin-top: -60px;
    margin-bottom: -140px;
    position: relative;
    z-index: 1; }
  .coming-countermain::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: #CC7A7A; }
  .coming-countermain .counter-box {
    font-size: 16px;
    color: #fff; }
    .coming-countermain .counter-box span {
      font-size: 35px;
      font-weight: 500;
      line-height: 1; }

@media (max-width: 991px) {
  .coming-countermain {
    margin-top: 0; }
    .coming-countermain::before {
      width: 100%; } }
@media (max-width: 639px) {
  .coming-countermain .coming-counter {
    padding-bottom: 1rem !important; }
    .coming-countermain .coming-counter .counter-box {
      margin-bottom: 1.5rem; }
      .coming-countermain .coming-counter .counter-box span {
        font-size: 40px; } }
/* ========================================= */
/*          Faq CSS        */
/* ======================================== */
.faq-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-color: #F7F7F7; }

.faq-quote-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/contentbg.png); }

.faq-quote-main .faq-quote {
  border-left: 5px solid #fff; }

.entry-author img {
  width: 36px !important;
  height: 36px !important;
  display: inline-block !important; }

.sidebar-sticky {
  position: sticky;
  top: 0;
  transition: all ease-in-out 0.5s; }
  .sidebar-sticky .form-content {
    box-shadow: 0px 0px 30px #cccccc57;
    background: #F8669E;
    padding: 30px; }
    .sidebar-sticky .form-content h4::before {
      display: none !important; }
    .sidebar-sticky .form-content .nice-select {
      padding: 13px 20px 10px 35px;
      font-weight: 400; }
    .sidebar-sticky .form-content .input-box {
      position: relative;
      display: inline-block;
      width: 100%; }
      .sidebar-sticky .form-content .input-box input {
        padding-left: 35px; }
      .sidebar-sticky .form-content .input-box i {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1; }
      .sidebar-sticky .form-content .input-box [class^="fa-"]:before {
        color: #ef2853;
        font-weight: 600; }

.sidebar-sticky.sticky1 {
  top: 120px; }

.sidebar-sticky.sticky1.tab-sticky {
  top: 30px;
  box-shadow: none; }

.tabs-navbar {
  border: 1px solid #7070702b; }
  .tabs-navbar ul li {
    display: block;
    width: 100%; }
    .tabs-navbar ul li a {
      padding: 15px;
      transition: all ease-in-out 0.5s;
      display: block;
      background: #ffffff00;
      width: 100%; }
      .tabs-navbar ul li a:hover {
        color: #fff;
        background: #F8669E;
        transition: all ease-in-out 0.5s; }
  .tabs-navbar ul li.active a {
    color: #fff;
    background: #F8669E;
    transition: all ease-in-out 0.5s; }

.tabs-navbar1 {
  border: 1px solid #7070702b; }
  .tabs-navbar1 ul {
    display: inherit;
    text-align: center; }
    .tabs-navbar1 ul li a {
      padding: 10px 15px;
      transition: all ease-in-out 0.5s;
      border-radius: 10px; }
      .tabs-navbar1 ul li a:hover {
        color: #fff;
        background: #F8669E;
        transition: all ease-in-out 0.5s; }
    .tabs-navbar1 ul li.active a {
      color: #fff;
      background: #F8669E;
      transition: all ease-in-out 0.5s; }

.navbar-sticky {
  z-index: 9;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  animation-name: slideInUp;
  transition: all ease-in-out 0.5s; }

.tabs-navbar1.navbar-sticky {
  top: 99px;
  transition: all ease-in-out 0.5s;
  border-top: 1px solid #f1f1f1 !important; }

.sticky1.tab-sticky {
  top: 0px;
  transition: all ease-in-out 0.5s;
  animation-name: slideInUp;
  box-shadow: 0 0 15px #cccccc57;
  padding-top: 1.5rem; }

@media (max-width: 991px) {
  .tabs-navbar1.navbar-sticky {
    top: 0;
    position: relative !important; } }
@media (max-width: 567px) {
  .trending .trend-item {
    display: block !important; }
    .trending .trend-item .trend-content-main, .trending .trend-item .trend-image {
      width: 100% !important; }
    .trending .trend-item .trend-content {
      padding: 20px 0; }

  .entry-meta {
    display: block !important; } }
/* ========================================= */
/*         Services CSS        */
/* ======================================== */
section.about-detail {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  section.about-detail .about-image {
    border-radius: 0px;
    overflow: hidden; }
    section.about-detail .about-image img {
      border-radius: 15px; }
  section.about-detail .p-about-us .p-call-action li {
    display: inline-block;
    padding: 5px;
    width: 49%; }
  section.about-detail .about-detail-content {
    border-radius: 15px; }

@media (max-width: 811px) {
  section.about-detail {
    background-size: cover; } }
/* ========================================= */
/*         About Us CSS        */
/* ======================================== */
.about-us {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative; padding-top:240px}
  .about-us .about-features {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  .about-us:hover .trend-item {
    transform: none; }
  .about-us .about-trending-topic ul li {
    display: inline-block;
    width: 49%;
    position: relative;
    line-height: 2.4;
    font-weight: 400; }
    .about-us .about-trending-topic ul li:before {
      content: '\f105';
      font-family: 'FontAwesome';
      margin-right: 10px; }
  .about-us .about-image-box .about-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: #fcdc6b;
    animation: border-transform 10s linear infinite alternate forwards; }

.about-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F7F7F7; }

.about-after::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #F7F7F7; }

@media (max-width: 639px) {
  .about-features {
    background-size: cover; } }
/* ========================================= */
/*         Team CSS        */
/* ======================================== */
.event-team {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover; }
  .event-team .team-image {
    border-radius:10px;
    overflow: hidden;
    transition: all ease-in-out 0.5s; }
    .event-team .team-image img {
      transition: all ease-in-out 0.5s;
      width: 100%; filter: grayscale(1);}
  .event-team .team-list {
    overflow: hidden; border-radius:10px}
    .event-team .team-list .team-content {
      transition: all 0.5s;
      position: relative;
      z-index: 1;
      position: absolute;
      bottom: -150px;
      width: 100%; }
    .event-team .team-list:hover .team-content {
      transition: all 0.5s;
      bottom: 0; }
    .event-team .team-list:hover .overlay {
      visibility: visible;
      height: 100%; }
  .event-team .overlay {
    visibility: hidden;
    height: 0;
    bottom: 0;
    top: inherit;
    opacity: 0.7; }

/* ========================================= */
/*          Reviews CSS        */
/* ======================================== */
.event-testimonial {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover; }
  .event-testimonial .testimonial-item .testimonial-content {
    background: #fff;
    border: 1px solid #7070702b;
    position: relative; }
    .event-testimonial .testimonial-item .testimonial-content p {
      font-style: italic; }
    .event-testimonial .testimonial-item .testimonial-content .testimonial-icon {
      width: 50px;
      height: 45px;
      background: #F8669E;
      text-align: center;
      font-size: 22px;
      color: #fff;
      line-height: 45px;
      position: absolute;
      top: 37px;
      left: -19px; }
      .event-testimonial .testimonial-item .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid #e41212;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px; }
  .event-testimonial .testimonial-item a {
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .event-testimonial .testimonial-item a img {
      height: 80px;
      width: 80px;
      border-radius: 50%; }
  .event-testimonial .testimonial-item .author-info {
    position: relative; }
    .event-testimonial .testimonial-item .author-info img {
      width: 70px;
      height: 70px;
      border-radius: 50%; }

@media (max-width: 991px) {
  .event-testimonial .section-title {
    text-align: center !important;
    margin-bottom: 3rem; } }
/* ========================================= */
/*          Contact Page CSS        */
/* ======================================== */
.contact-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .contact-main .contact-info .info-item {
    position: relative;
    padding: 20px; }
    .contact-main .contact-info .info-item .info-icon {
      height: 80px;
      width: 80px;
      line-height: 6; }
      .contact-main .contact-info .info-item .info-icon i {
        font-size: 36px; }
  .contact-main .contact-map .map-main {
    border-radius: 15px;
    overflow: hidden; }
  .contact-main .contact-map .contact-form {
    background: #3f3f3f;
    padding: 30px;
    border-radius: 15px; }

@media (max-width: 991px) {
  .contact-main .contact-info .contact-form {
    padding: 0 !important; } }
@media (max-width: 767px) {
  .contact-main .contact-map .contact-form {
    margin-top: 2rem; } }
.contact-info-main {
  margin-top: -80px; }

/* ========================================= */
/*          Gallery CSS        */
/* ======================================== */
.event-gallery .event-gallerystart .gallery-item {
  position: relative;
  overflow: hidden; }
  .event-gallery .event-gallerystart .gallery-item .gallery-image {
    position: relative; }
    .event-gallery .event-gallerystart .gallery-item .gallery-image img {
      width: 100%;
      z-index: 1; }
    .event-gallery .event-gallerystart .gallery-item .gallery-image .overlay {
      opacity: 0;
      z-index: 0; }
    .event-gallery .event-gallerystart .gallery-item .gallery-image:hover {
      cursor: pointer; }

a.lb-close {
  position: absolute;
  top: -30px;
  right: 30px; }

/* ========================================= */
/*          Error Page CSS        */
/* ======================================== */
.error {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .error::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/manbg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8; }

.error.error1:before {
  content: '';
  background: url(../images/trending-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2; }

@media (max-width: 991px) {
  .error .error-content {
    width: 100%; }

  .reservation-main {
    width: 100% !important;
    padding: 0 !important; } }
@media (max-width: 811px) {
  .error {
    padding: 5rem 0 3rem !important; }
    .error .error-content {
      width: 100%; } }
@media (max-width: 567px) {
  .error .error-content h1 {
    font-size: 140px;
    letter-spacing: -20px; }
  .error .error-content .nir-btn {
    margin: 0 0 1rem; }
  .error .newsletter-form {
    width: 100% !important; }
    .error .newsletter-form form {
      border-radius: 0px; }
      .error .newsletter-form form input[type="email"] {
        padding-right: 20px; }

  .login-register .log-main {
    width: 100% !important; }
    .login-register .log-main button {
      width: 100% !important;
      margin: 0 0 10px !important; } }
/* ========================================= */
/*          Coming Soon CSS        */
/* ======================================== */
section.comingsoon {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh; }
  section.comingsoon .comingsoon-content {
    position: relative;
    z-index: 1; }
    section.comingsoon .comingsoon-content .coming-title span {
      color: #F8669E;
      font-size: 90px; }
    section.comingsoon .comingsoon-content .counter-box {
      text-align: center;
      display: inline-block;
      color: #fff;
      padding: 0 30px;
      font-size: 24px; }
      section.comingsoon .comingsoon-content .counter-box span {
        font-size: 90px;
        color: #fff;
        font-weight: 500;
        line-height: 1.5; }

@media (max-width: 991px) and (min-width: 812px) {
  section.comingsoon {
    height: 200vh; } }
@media (max-width: 911px) {
  section.comingsoon .comingsoon-content .newsletter-form {
    width: 100%; } }
@media (max-width: 767px) {
  section.comingsoon .comingsoon-content .coming-title span {
    font-size: 40px; }
  section.comingsoon .comingsoon-content .counter-box span {
    font-size: 54px; }
  section.comingsoon .coming-image {
    margin-top: 2rem; } }
@media (max-width: 639px) {
  section.comingsoon::before {
    display: none; }
  section.comingsoon .comingsoon-content .coming-title h1 {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 15px !important; }
  section.comingsoon .comingsoon-content .coming-title span {
    font-size: 30px; }
  section.comingsoon .comingsoon-content .counter-box {
    width: 100%; }
    section.comingsoon .comingsoon-content .counter-box span {
      font-size: 42px; } }
@media (max-width: 567px) {
  section.comingsoon .comingsoon-content .coming-title-main, section.comingsoon.comingsoon1 .comingsoon-content .coming-title-main {
    width: 100% !important; }
  section.comingsoon .comingsoon-content .newsletter-form form, section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form {
    border-radius: 0px; }
    section.comingsoon .comingsoon-content .newsletter-form form input[type="email"], section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input[type="email"] {
      padding-right: 20px; }
    section.comingsoon .comingsoon-content .newsletter-form form input.nir-btn, section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form input.nir-btn {
      position: relative;
      border-radius: 0px;
      margin: 1rem 0 0; } }
/* ========================================= */
/*          Newsletter CSS        */
/* ======================================== */
.newsletter {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .newsletter .newsletter-form {
    position: relative; }
    .newsletter .newsletter-form form {
      border-radius: 0px;
      overflow: hidden;
      position: relative;
      border: 1px solid #7070702b; }
      .newsletter .newsletter-form form input {
        padding-right: 65px;
        border: none;
        height: 50px;
        outline: none; }
      .newsletter .newsletter-form form button {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px 24px;
        transition: all ease-in-out 0.5s; }
        .newsletter .newsletter-form form button:hover {
          background: #333369 !important;
          transition: all ease-in-out 0.5s;
          color: #fff;
          opacity: 0.8; }

@media (max-width: 811px) {
  .newsletter .newsletter-main .newsletter-form {
    width: 60% !important; } }
@media (max-width: 767px) {
  .newsletter .newsletter-main .newsletter-form {
    width: 100% !important; } }
@media (max-width: 567px) {
  .newsletter .newsletter-main .newsletter-form form {
    border: none !important;
    border-radius: 0 !important; }
    .newsletter .newsletter-main .newsletter-form form input {
      border: 1px solid #7070702b !important;
      padding-right: 20px !important; }
    .newsletter .newsletter-main .newsletter-form form input.nir-btn, .newsletter .newsletter-main .newsletter-form form button {
      border: none !important;
      position: relative !important;
      margin-top: 16px;
      width: 100%; } }
/* ========================================= */
/*          Footer CSS        */
/* ======================================== */
footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  footer a, footer p, footer li {
    color: #fff;
    font-weight: 400; }
  footer ul.list li {
    display: block;
    padding-left: 20px;
    position: relative; }
    footer ul.list li::before {
      content: '\f105';
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'fontawesome'; }

.social-links {
  display: inline-block; }
  .social-links ul li {
    display: inline-block !important; }
    .social-links ul li a {
      background: #ffffff;
      color: #484848;
      height: 40px;
      padding:5px 15px;
      display: inline-block;
      text-align: center;
      font-size: 17px;}
      .social-links ul li a:hover {
        color: #fff;
        background: #CC7A7A; }
.social-links span {color:#fff}
/* ========================================= */
/*          Listing CSS        */
/* ======================================== */
.blog-full {
  overflow: hidden; }
  .blog-full .blog-image {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 0px;
    transition: all ease-in-out 0.5s; }
    .blog-full .blog-image .h-date {
      text-align: center;
      position: absolute;
      top: 20px;
      right: 20px;
      padding: 12px 20px;
      border-radius: 15px;
      z-index: 1; }
    .blog-full .blog-image > a {
      background-size: cover;
      height: 100%;
      width: 100%;
      background-position: center;
      display: inline-block;
      transition: all ease-in-out 0.5s; }

.detail-comments .comment-box, .single-comments .comment-box {
  display: flex;
  margin-bottom: 30px; }
  .detail-comments .comment-box:last-child, .single-comments .comment-box:last-child {
    margin-bottom: 0; }
  .detail-comments .comment-box .comment-content, .single-comments .comment-box .comment-content {
    border-bottom: 1px dashed #f1f1f1;
    position: relative;
    background: #F7F7F7;
    padding: 20px;
    margin-left: 30px; }
    .detail-comments .comment-box .comment-content:before, .single-comments .comment-box .comment-content:before {
      content: '';
      position: absolute;
      left: -20px;
      top: 25px;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #F7F7F7; }
    .detail-comments .comment-box .comment-content:last-child, .single-comments .comment-box .comment-content:last-child {
      border: 0; }
    .detail-comments .comment-box .comment-content p.comment-date, .single-comments .comment-box .comment-content p.comment-date {
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 14px;
      margin: 0; }
    .detail-comments .comment-box .comment-content .comment-rate span.comment-title, .single-comments .comment-box .comment-content .comment-rate span.comment-title {
      font-weight: 500;
      font-style: italic; }
    .detail-comments .comment-box .comment-content p.comment, .single-comments .comment-box .comment-content p.comment {
      margin: 0.5rem 0; }
    .detail-comments .comment-box .comment-content .comment-like a, .single-comments .comment-box .comment-content .comment-like a {
      padding: 6px 12px; }

@media (max-width: 767px) {
  .blog-content {
    padding-top: 20px !important; } }
@media (max-width: 639px) {
  .detail-comments .comment-box, .single-comments .comment-box {
    display: block !important;
    text-align: center; }
    .detail-comments .comment-box .comment-image, .single-comments .comment-box .comment-image {
      display: inline-block; }
    .detail-comments .comment-box .comment-content, .single-comments .comment-box .comment-content {
      margin-top: 1rem;
      margin-left: 0 !important; }
      .detail-comments .comment-box .comment-content:before, .single-comments .comment-box .comment-content:before {
        display: none; }
      .detail-comments .comment-box .comment-content p.comment-date, .single-comments .comment-box .comment-content p.comment-date {
        position: relative !important;
        top: 0;
        right: 0; }
      .detail-comments .comment-box .comment-content .rating-comment, .single-comments .comment-box .comment-content .rating-comment {
        display: inline-block !important;
        width: 100%; }
    .detail-comments .comment-box p.comment-date, .single-comments .comment-box p.comment-date {
      display: inline-block !important;
      margin-top: 2rem; }

  .review-box {
    margin-bottom: 15px; } }
@media (max-width: 400px) {
  .detail-comments .comment-box .comment-content .comment-like, .single-comments .comment-box .comment-content .comment-like {
    display: block !important; }
    .detail-comments .comment-box .comment-content .comment-like .like-title, .single-comments .comment-box .comment-content .comment-like .like-title {
      float: none !important; }
    .detail-comments .comment-box .comment-content .comment-like .like-btn, .single-comments .comment-box .comment-content .comment-like .like-btn {
      float: none !important;
      margin-top: 0.5rem; }
      .detail-comments .comment-box .comment-content .comment-like .like-btn a, .single-comments .comment-box .comment-content .comment-like .like-btn a {
        padding: 0; } }
/* ========================================= */
/*          Blog CSS        */
/* ======================================== */
section.blog .grid {
  position: relative;
  overflow: hidden;
  border-radius: 0px; }
  section.blog .grid .gridblog-content {
    padding: 20px 0 0; }
    section.blog .grid .gridblog-content .date {
      border-bottom: 1px solid #7070702b;
      display: inline-block; }
      section.blog .grid .gridblog-content .date a {
        color: #999;
        font-size: 14px; }
        section.blog .grid .gridblog-content .date a:hover {
          color: #F8669E; }
  section.blog .grid .grid-image {
    position: relative;
    transition: all ease-in-out 0.5s;
    overflow: hidden; }
    section.blog .grid .grid-image img {
      transition: all ease-in-out 0.5s;
      width: 100%; }
    section.blog .grid .grid-image:hover img {
      transform: scale(1.1);
      transition: all ease-in-out 0.5s; }
    section.blog .grid .grid-image:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: -webkit-transform 1.8s;
      transition: -webkit-transform 1.8s;
      transition: transform 1.8s;
      transition: transform 1.8s,-webkit-transform 1.8s;
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
      z-index: 1; }
    section.blog .grid .grid-image:hover:before {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0); }
    section.blog .grid .grid-image .overlay {
      background: linear-gradient(to top, #0000007d, transparent); }
  section.blog .grid .grid-item1 .gridblog-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 20px; }
  section.blog .grid .grid-item1 .date {
    border-bottom: 1px solid #fff;
    display: inline-block; }

.author-news {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: inline-block;
  width: 100%; }
  .author-news .author-news-content {
    position: relative;
    z-index: 1; }
    .author-news .author-news-content .author-thumb {
      width: 80px;
      height: 80px;
      margin: 0px auto;
      position: relative;
      overflow: hidden; }
      .author-news .author-news-content .author-thumb img {
        width: 100%;
        border-radius: 50%;
        height: 100%; }

.header-social ul li {
  display: inline-block;
  margin: 0; }
  .header-social ul li a i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #5e5eb7;
    color: #fff;
    margin-right: 2px; }
    .header-social ul li a i:hover {
      opacity: 0.8; }
    .header-social ul li a i:last-child {
      margin-right: 0; }
  .header-social ul li:nth-child(2) a i {
    background: #c72026; }
  .header-social ul li:nth-child(3) a i {
    background: #29a4dd; }

ul.sidebar-category li {
  display: block;
  line-height: 3; }
  ul.sidebar-category li a {
    position: relative;
    border-bottom: 1px dashed #ddd;
    display: block;
    padding-left: 25px; }
    ul.sidebar-category li a:hover {
      color: #F8669E; }
    ul.sidebar-category li a::before {
      content: '\f00c';
      position: absolute;
      font-family: 'fontawesome';
      left: 0;
      top: 0;
      color: #F8669E; }
  ul.sidebar-category li:last-child a {
    border-bottom: 0; }
ul.sidebar-category li.active a {
  color: #F8669E; }

.blog-single .blog-next .prev, .blog-single .blog-next .next {
  position: relative; }
  .blog-single .blog-next .prev i, .blog-single .blog-next .next i {
    position: absolute;
    left: 0;
    top: 6px; }
.blog-single .blog-next .next i {
  left: inherit;
  right: 0; }
.blog-single .blog-author .blog-thumb img {
  border-radius: 50%;
  width: 100px;
  height: 100px; }

@media (max-width: 767px) {
  .blog-single .blog-next a {
    width: 100%;
    margin-bottom: 15px; }
  .blog-single .blog-author {
    text-align: center; }
    .blog-single .blog-author .blog-thumb {
      margin-bottom: 1rem; } }
.product-slider .slider-nav .slick-slide {
  opacity: 0.5;
  padding: 0 5px; }
.product-slider .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1; }

.product-quantity input.pro-num {
  width: 70px; }

.gallery_trigger {
  position: absolute;
  top: .6em;
  right: .6em;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 2.6;
  text-align: center;
  background: #fff;
  border-radius: 100%; }
  .gallery_trigger:hover {
    background-color: #F8669E;
    color: #fff; }

.product-table tr, .product-table th, .product-table td {
  border: 0 solid; }
.product-table tbody tr:nth-child(even) {
  background: none; }
.product-table th {
  padding: 0 20px 8px 0;
  color: #333369; }
.product-table .product-quantity input.pro-num {
  width: 60px;
  height: 40px; }

.orders-info {
  padding: 1em 2em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #1e85be; }

/* AGGIUNTE */
.titolo-banner {margin-bottom: 0;}
.banner-content h4.theme span {color:#fff}
.box-dati-evento {min-height:200px}
.box-costo {background-color:#aa6363}
.box-costo.costo-2 {background-color:#2c1636; font-size:15px}
.col-costo {background-color:#aa6363; border-radius:0 10px 10px 0}
.col-costo-2 {background-color:#2c1636}}
.box-costo.coming-counter .counter-box {color:#fff}
.box-costo.coming-counter .counter-box span {font-size: 38px; font-weight: 500; line-height: 1; }
.box-costo.costo-2.coming-counter .counter-box span {font-size:16px; font-weight:600;}
.normal-price span {font-weight:600; font-size:16px}
.about-content p span {color:#CC7A7A}
.about-content h4 {color:#CC7A7A}
footer {font-size:14px; background-color:#101010}
.footer-about img {width:180px}
.footer-about p {font-size:14px}
.footer-copyright {font-size:13px}
.footer-copyright a {color:#fff}
.footer-copyright a:hover {color:rgba(255,255,255,0.6)}
.event-pricing .h-title {-webkit-text-stroke-color: #fff; stroke: #fff;}
.event-pricing .ah-words-wrapper {font-size:60px}
.main_header_area .register-login .nir-btn {background-color:#CC7A7A}
.main_header_area .register-login .nir-btn:hover {background-color:#aa6363}
.schedule-speaker .rounded-circle.img-circle {overflow:hidden; flex-shrink: 0; filter: grayscale(1);}
.schedule-speaker .rounded-circle.img-circle img {object-fit: cover; width: 100%; height: auto; max-height: 100%;}
.strike {text-decoration: line-through;}
.sidebar {position: sticky; top:60px;}
.testimonial-item p {font-size:14px; line-height:1.6}
.breadcrumb-content h5 span {color:#fff}
.btn-prezzo {
  background: #ffffff;
  color: #484848;
  height: 40px;
  border-radius:100px;
  padding:5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
margin-top:10px; line-height:2}
  .btn-prezzo:hover {
    color: #fff;
    background: #CC7A7A; }
.event-pricing h2 {font-size:45px}
.prezzo-old {
  position: relative;
  display: inline-block;
  opacity: 0.2;
  font-weight: bold;
}

.prezzo-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: rotate(-10deg);
  transform-origin: center;
}

.quantity-input {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 10px;
    margin-left:30px;
}

.quantity-input input {
    width: 50px;
    height:40px;
    text-align: center;
    border: none;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    pointer-events: none;
    padding:0;
    text-align:center;
}

.quantity-btn {
    background-color: #8e44ad; /* Colore viola */
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover {
    background-color: #732d91; /* Tonalità più scura al passaggio */
}
.evento-page .coming-countermain {margin-top:-60px; margin-bottom:0}
.evento-page ul li {display:block}
.evento-page .moderatore {width:100%}
.sidebar-item {border-radius:10px; overflow:hidden}
ul.checked {list-style-type: none; padding-left:10px;}
.checked li {position: relative; padding-left: 20px; margin-bottom:10px}
.checked li:before {content: "\f375"; font-family: Ionicons; font-style: normal; font-weight: 400; text-decoration: inherit; position: absolute; left: 0; color:#aa6363}
.features-infobox {padding:2.5rem; border-radius:10px}
.about-features, .col-target {position:relative}
.titolo-target {position:absolute; top:-50px; right:15px}
.slick-prev, .slick-next {background:#aa6363}
.author-title h5 {font-size:18px}
.event-quote .accordion-item {margin-bottom:0; background-color:inherit; border:none}
.event-quote .accordion-button {padding:0 0 10px 0; font-size:inherit; background-color:inherit;}
.event-quote .accordion-button:not(.collapsed) {background-color:inherit; color:#aa6363}
.event-quote .accordion-body {padding:0 1.25rem}
.testimonial-item .testi-list {background-color:#fff; min-height:350px; display: flex;align-items: center;justify-content: center; flex-direction: column}
.testimonial-item .testi-list .cont-info {height:120px; width:70%}
.testimonial-item .testi-list .cont-info img {-o-object-fit: contain;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;}
.event-partners .partners_inner .partner-list.part img {height:auto}
.speaker-content h6 a {color:#CC7A7A}
.speaker-content h6 a:hover {color:#484848}
label.checkbox {font-size:13px}
::placeholder { color:#707070;opacity: 1;}
:-ms-input-placeholder {color: #707070;}
::-ms-input-placeholder {color: #707070;}
*::-ms-backdrop, select option{color:#707070 !important}/* IE11 */
::backdrop, select option{color:#707070 !important}/* IE11 */
*::-ms-backdrop, select option:checked {color:#707070 !important}/* IE11 */
::backdrop, select option:checked {color:#707070 !important}/* IE11 */
.img-rela {border-radius:10px; filter: grayscale(1);}
.schedule-item .about-image-box {border-radius:10px}
.schedule-item .about-image-box .about-content {border-radius:10px 0 0 10px}
.moderatore {display:flex; margin:auto; background-color:#f0e4e0; border-radius:10px; padding:40px; width:60%}
.product-table-main, .product-coupon, .checkout-order {border-radius:10px}
.text-center {text-align: center;}
.event-expo-item .row {border-radius:10px; overflow: hidden}
.infobox-icon {width:50px; margin:auto}
@media (max-width: 1399px) {
  .banner {height: 650px; margin-top: -65px;}
  .banner .banner-in .banner-image {bottom: 60px;}
  .quantity-input {margin-left:0}
  h1, .h1 {font-size: 40px;}
}

@media (max-width: 1199px) {
  h1, .h1 {font-size: 30px;}
  h2, .h2, .event-pricing h2 {font-size:35px}
  .titolo-banner {margin-bottom:0}
  .banner .banner-in .banner-image {bottom:22px}
  .coming-countermain .counter-box span {font-size:25px}
  .box-costo.coming-counter .counter-box span {font-size:25px}
  .coming-countermain .counter-box {font-size:15px}
  .features-infobox {padding:1rem}
  .speaker-content h5 {font-size:15px}
}

@media (max-width: 991px) {
  h1, .h1 {font-size: 30px;}
  h2, .h2, .event-pricing h2 {font-size:25px}
  .section-title h2 {text-align:center}
  .schedule-content, .schedule-speaker .rounded-circle.img-circle {margin:auto}
  .speaker-content.ms-3 {margin-left:0 !important; margin-bottom:10px}
  .schedule-content, .schedule-speaker .rounded-circle.img-circle {margin-top:10px}
  .col-costo {border-radius:10px; margin-bottom:30px}
}

@media (max-width: 767px) {
  .coming-countermain .counter-box {margin-bottom:20px}
  .coming-countermain .counter-box span {line-height:1.8}
  .testimonial-item .testi-list {min-height:auto}
  .cont-relatore {padding-top:30px}
  .ico-relatore {padding:10px !important}
  .testimonial-item .testi-list img {max-width: 100%;}
}

@media (max-width: 575px) {
  .coming-countermain .coming-counter .counter-box span {font-size:25px}
}

/*# sourceMappingURL=style.css.map */

/*-------------------------------------------
  -- Background
-------------------------------------------*/

[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

.ts-background {
    bottom: 0;
    left: 0;
    height: 110%;
    overflow: hidden;
    position: absolute !important;
    width: 100%;
    opacity:0.7;
    z-index: 0;
}

.ts-background .ts-background {
    height: 100%;
    width: 100%;
}

.ts-background-image, .ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ts-background-image img, .ts-img-into-bg img {
    display: none;
}

.ts-background-original-size {
    background-size: inherit;
}

.ts-background-size-cover {
    background-size: cover;
}

.ts-background-size-contain {
    background-size: contain;
}

.ts-background-repeat-x {
    background-repeat: repeat-x;
}

.ts-background-repeat-y {
    background-repeat: repeat-y;
}

.ts-background-repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-position-top {
    background-position: top;
}

.ts-background-position-center {
    background-position: center;
}

.ts-background-position-bottom {
    background-position: bottom;
}

.ts-background-particles {
    height: 120%;
    left: 0;
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 1;
}

.ts-background-is-dark {
    color: #fff;
}

.ts-background-is-dark .form-control {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .2);
}

.ts-background-is-dark .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .4);
}

.ts-background-is-dark .ts-btn-border-muted {
    border-color: rgba(255, 255, 255, .1);
}

.ts-shapes-canvas:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
    /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100*/
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /*FF3.6-15*/
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /*Chrome10-25,Safari5.1-6*/
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='#000000', GradientType=1); /*IE6-9 fallback on horizontal gradient*/
}

.ts-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(.0002deg);
}

.ts-mask {
    background-blend-mode: overlay;
            mask-position: center;
            mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
}
/*-------------------------------------------
  -- Animations
-------------------------------------------*/

[data-animate] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

/* Fade In Up */

@keyframes ts-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInUp {
    animation-name: ts-fadeInUp;
}

/* Fade In Down */

@keyframes ts-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInDown {
    animation-name: ts-fadeInDown;
}

/* Fade In Left */

@keyframes ts-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInLeft {
    animation-name: ts-fadeInLeft;
}

/* Fade In Right */

@keyframes ts-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInRight {
    animation-name: ts-fadeInRight;
}

/* Zoom In */

@keyframes ts-zoomIn {
    from {
        opacity: 0;
        transform: scale(.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomIn {
    animation-name: ts-zoomIn;
}

/* Zoom In Short */

@keyframes ts-zoomInShort {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomInShort {
    animation-name: ts-zoomInShort;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/

[data-animate] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

/* Fade In Up */

@keyframes ts-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInUp {
    animation-name: ts-fadeInUp;
}

/* Fade In Down */

@keyframes ts-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInDown {
    animation-name: ts-fadeInDown;
}

/* Fade In Left */

@keyframes ts-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInLeft {
    animation-name: ts-fadeInLeft;
}

/* Fade In Right */

@keyframes ts-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInRight {
    animation-name: ts-fadeInRight;
}

/* Zoom In */

@keyframes ts-zoomIn {
    from {
        opacity: 0;
        transform: scale(.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomIn {
    animation-name: ts-zoomIn;
}

/* Zoom In Short */

@keyframes ts-zoomInShort {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomInShort {
    animation-name: ts-zoomInShort;
}

/****** Animate Shapes ******/

.ts-animate {
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

/* Bounce */

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(2.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

.ts-bounce {
    animation-name: ts-bounce;
    animation-timing-function: ease-in-out;
}

/* Scale */

@keyframes ts-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.ts-scale {
    animation-name: ts-scale;
    animation-timing-function: ease-in-out;
}
/* NUOVA COOKIE BAR */
.show_banner_cookies {position: fixed;   bottom: 0px;   width: 50%;   background: #282B30; color: #fff; z-index: 1000; padding: 30px; left: 0px; font-size: 14px; font-weight:400}
.show_banner_cookies h5 {color:#fff; font-size:20px}
.show_banner_cookies a {color:#CC7A7A}
.show_banner_cookies a:hover {color:#aa6363}
.show_banner_cookies a.btn {padding:15px 20px; min-width:210px}
.show_banner_cookies a.btn.btn-white, a.btn.btn-white {background-color:#fff; border:1px solid #fff; color:#333}
.show_banner_cookies a.btn.btn-outline, a.btn.btn-outline {background-color:transparent; border:1px solid #fff; color:#fff}
.show_banner_cookies a.btn.btn-outline-dark, a.btn.btn-outline-dark {background-color:transparent; border:1px solid #CC7A7A; color:#CC7A7A}
.show_banner_cookies a.btn.btn-color, a.btn.btn-color {background-color:#CC7A7A; border:1px solid #CC7A7A; color:#fff}
.show_banner_cookies a.btn:hover, .bottoni-accetta a.btn:hover {background-color:#CC7A7A; border: 1px solid #CC7A7A; color:#fff}
.show_banner_cookies.big-ban {width: 70%;}
.show_banner_cookies.big-ban .col-bottoni-cookie {display: flex; align-items: center; justify-content: center; flex-direction: column;}
.show_banner_cookies.big-ban .btn-foot {text-align:center}
.switch-cont {display:flex}
.switch-item {display: flex; align-items: center; justify-content: center;}
.switch-item-text {display: flex; align-items: center; justify-content: center; margin-left:auto}
.cmn-toggle {position: absolute; margin-left: -9999px; visibility: hidden;}
.cmn-toggle + label {display: block; position: relative; cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
input.cmn-toggle-round-flat + label
{
  padding: 2px;
  width: 45px;
  height: 25px;
  background-color: #b7b7b7;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
	margin-bottom:0;
	margin-left:10px;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {display: block; position: absolute; content: "";}
input.cmn-toggle-round-flat + label:before
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 18px;
  background-color: #b7b7b7;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {background-color: #CC7A7A;}
input.cmn-toggle-round-flat:checked + label:after {margin-left: 19px;background-color: #CC7A7A;}
.para-cookie {display: flex; flex-wrap: wrap; margin-bottom:30px}
.col-switch {display: flex; flex-direction:column; justify-content: center; border-left:1px solid #f2f2f2}
.col-switch .switch-label {font-size:13px; margin-bottom:10px}
.col-switch input.cmn-toggle-round-flat + label {margin-left:0}
.col-switch .switch-page {padding-left:30px}
.bot_ros {box-shadow:none; border:1px solid #040506}
.bottoni-accetta .bot_ros.bot-und {background:transparent; border:1px solid #CC7A7A; color:#CC7A7A}
.bottoni-accetta .bot_ros:hover, .bottoni-accetta .bot_ros.bot-und:hover {border:1px solid #ed3042}
.bottoni-accetta .bot_ros.bot-und:hover {background:#ed3042; color:#fff}
.col-custom {position: relative;min-height: 1px;padding-right: 5px;padding-left: 5px;width:20%;float:left;}
.col-custom a .box-scelta{padding:20px;}
.standard-page h3, .standard-page h4 {margin-toP:20px; margin-bottom:20px}
/* FINE COOKIES */
/* NUOVA COOKIE BAR */
@media (max-width: 1024px) {
  .show_banner_cookies {position: fixed;  width: 100%;   background: #282B30; color: #fff; z-index: 999999; padding: 30px; left: 0px; font-size: 12px;}
  .switch-item.pl-20 {padding-left:10px}
}

@media only screen and (max-width : 998px) {
  .switch-label {font-size:11px}
}

@media (max-width: 991px) {
  .show_banner_cookies {width:50%}
  .col-switch {border-left:0; border-bottom:1px solid #f2f2f2; padding-bottom:30px}
  .col-switch .switch-page {padding-left:0}
  .show_banner_cookies.big-ban {width:80%}
  .cookiebar-page hr {border-top:0}
  .banner .banner-in .banner-image {bottom:-30px}
  .show-desktop {display:none}
  .show-mobile {display:block}
}

@media (max-width : 767px) {
  .show_banner_cookies {width:70%}
  .switch-cont {flex-wrap:wrap}
  .switch-item {width:50%; margin-bottom:10px}
  .switch-item.pl-20 {padding-left:0}
  .switch-item-text {margin-top:10px}
  .show_banner_cookies {padding:20px 10px}
  .show_banner_cookies.big-ban .col-bottoni-cookie {flex-direction:row}
  .show_banner_cookies.big-ban .col-bottoni-cookie .btn-foot.mb-20 {margin-bottom:0}
  .show_banner_cookies.big-ban .btn-foot {width:50%}
  .show_banner_cookies a.btn {padding:10px; min-width:90%; font-size:10px}
}

@media (max-width: 575px) {
  .show_banner_cookies {width:90%}
}
.grecaptcha-badge {display:none}
