
@font-face {
    font-family: iSans;
    src: url('../lib/Yekan/Yekan.eot') format('eot'),
    url('../lib/Yekan/Yekan.woff2') format('woff2'),
    url('../lib/Yekan/Yekan.ttf') format('woff2'),
    url('../lib/Yekan/Yekan.woff') format('woff');
    font-weight: normal;
}


.paper_margin{
    width:80%;
    margin:auto;
}
.paper-container{
    box-shadow:0 0 5px #aaa;
    margin-bottom:30px;
    border-radius:10px;
    width:95%;
    padding:15px;
    direction:rtl;
}

.paper-container h1{
    font-size:25px;
    font-style:bold;
    padding-top:15px;
}

.paper-container h3{
    font-size:20px;
    font-style:bold;
}

.paper-container p{
    font-family:iSans;
    font-size:14px;
    text-align:justify;
    direction:rtl;
    padding:15px;
}
.paper-container hr{
    border: 2px solid rgba(255,80,0,0.6);
    width:70%;
    border-radius:10px;
}
.papercaption{
    font-size:8px;
    direction:rtl;
}
.myheader_margin {
  margin-top:-150px;
  margin-bottom:20px;
}
.myheader_padding{
    padding-top:100px;
}
.myheader_image {
  display: block;
}
@media only screen and (max-device-width: 768px) {
    .myheader_margin {
      margin-top:100px;
      margin-bottom:20px;
    }
    .myheader_padding{
        padding-top:5px;
    }
    .myheader_image {
        display: none;
    }
}
@media only screen and (max-device-width: 768px) {
    .myheader_margin {
      margin-top:100px;
      margin-bottom:20px;
    }
    .myheader_padding{
        padding-top:5px;
    }
    .myheader_image {
        display: none;
    }
}
.lib-panel {
    margin: 1Px;
}
.lib-panel img {
    width: 100%;
    height:100%;
    background-color: transparent;
    border-radius:10px;
    box-shadow: 2px 1px 5px 0 rgba(250,250,250,1);
}

.img-responsive.mobile {
  display: none;
}
@media only screen and (max-device-width: 480px) {
  .img-responsive {
    display: none;
  }
  .img-responsive.mobile {
    display: block;
  }
}
    
.style_background1{
width:100%;
margin:auto;
/*background:#000055;*/
background: url(../assets/other/bg-header2c.jpg);
padding-top:100px;
padding-bottom:30px;
height: 300px;
border-bottom-left-radius: 50% 20%;
border-bottom-right-radius: 50% 20%;
background-attachment: fixed;
/*transform: skewY(-4deg);*/
/*transform-origin: top left;*/
}

.pfont{
    font-family: "iSans";
    direction:rtl;
}

.form-control{
    border-radius:10px;
}

.description{
    font-family: "iSans";
    direction:rtl;
    font-size:90%;
    text-align: justify;
    color:#666666;
}

.ionsize{
    font-size:50px;
    color:#0000ff;
}

.myimg{
    width:100%;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.writing-text{
    white-space:nowrap;
    color:#fff;
    /*font-size:20px;*/
}
/*/////////////////////////////////*/



body {
  background: #fff;
  color: #2f3138;
  font-family: "iSans", sans-serif;
}

a {
  color: #ff5722;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "iSans";
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ff5722;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ff5722;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #ff5722;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: "iSans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff5722;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #ff5722;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #ff5722;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #ff5722;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ff5722;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ff5722;
}

#mobile-nav ul .menu-item-active {
  color: #ff5722;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../assets/other/intro-bg2.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  /*background: rgba(6, 12, 34, 0.8);*/
  background: rgba(0, 0, 50, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #ff5722;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff5522 50%, rgba(101, 111, 150, 0.5) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #ff5722;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ff5722;
}

#intro .about-btn:hover {
  background: #ff5722;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../assets/other/esset.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#about:before {
  content: "";
  background: rgba(0, 0, 41, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  height:40%;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details:hover {
height:100%;
/*transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);*/
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

/*#speakers .speaker .details .social:hover {*/
/*  height: 200px;*/
/*}*/

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #ff5722;
  height: 100px;
}

#speakers .speaker:hover .details {
  bottom: 0;
  /*height: 200px;*/
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #ff5722;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #ff5722;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
.venue-gallery span {
    font-size:12px;
}

@media (max-width: 768px) {
 .venue-gallery span {
    font-size:10px;
    }
}
#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.venue-gallery span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align:center;
    color:#fff;
    font-family:iSans;
    padding:0 10px 0 10px;
    background:rgba(100,100,100,0.8);
    border-radius:10px;
}
/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #ff5722;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  padding: 60px;
  overflow: hidden;
}

@media (max-width: 768px) {
    #gallery {
      padding: 5px;
      overflow: hidden;
    }
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #ff5722;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #ff5722;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

#supporters {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #ff5722;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
  padding: 60px;
  background: url(../assets/other/bg-newsc.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #ff5722;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-title2 {
  margin: 10px 0;
  font-size: 12px;
  letter-spacing: 1px;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ff5722;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ff5722;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ff5722;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #ff5722;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #ff5722;
  border: 1px solid #ff5722;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ff5722;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff5722;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff5722;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #ff5722;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #ff5722;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ff5722;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ff5722;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
















/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
    h1,h2,h3,h4,h5,h6 {
      /*font-family: "iSans";*/
      font-weight: 400;
      font-size:24px;
    }  
    .description{
        font-size:90%;
        text-align: justify;
    }
    
.card-title2 {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
}

.writing-text{
    font-size:20px;
}
    
.paper_margin{
    width:100%;
    margin:auto;
}
  
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}


/* ///////////////   */

@keyframes ticker {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-160%, 0, 0); }
}
@keyframes tickerpr {
	100% { transform: translate3d(0, 0, 0); }
	0% { transform: translate3d(-160%, 0, 0); }
}
.tcontainer{
	width: 100%;
	overflow: hidden;
}
.ticker-wrap {
	width: 100%;
	padding-left: 100%;
	background-color: transparent;
}
.ticker-move {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 30s;
}
.ticker-move_pr {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tickerpr;
	animation-duration: 30s;
}
.ticker-move:hover{
	animation-play-state: paused;
}
.ticker-item{
	display: inline-block;
	padding: 0 2rem;
	color:#fff;
}


@media only screen and (max-width: 768px){
   @keyframes ticker {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-110%, 0, 0); }
    }
   @keyframes tickerpr {
	100% { transform: translate3d(0, 0, 0); }
	0% { transform: translate3d(-110%, 0, 0); }
    }
}



/*////////////////////////////////*/
/* /////////// cards //////////// */
/*///////////////////////////////*/

.card1{
    font-family: 'Merriweather Sans', sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s;
    box-shadow: 1px 1px 2px 2px rgba(255,100,0,0.3);
    border-radius:10px;
}
.card1:hover{ box-shadow: 3px 3px 5px #999; }
.card1:before,
.card1:after{
    content: "";
    background: radial-gradient(circle at 23% 70%,rgba(255,255,255,0.8),rgba(255,80,0,1) 30%);
    width: 150%;
    height: 150%;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top:-10.5%;
    right:-150%;
    z-index: 1;
    transition: all 0.35s ease;
}
.card1:after{
    background: rgba(255,80,0,0.8);
    width: 65%;
    height: 65%;
    right: auto;
    left: -20%;
    top: -65%;
}
.card1:hover:before{
    opacity: 1;
    right: -85%;
}
.card1:hover:after{
    opacity: 1;
    top: -42%;
}
.card1 img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.card1:hover img{ transform: scale(1.2); }
.card1 .card1-content{
    text-align: right;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100%;
    z-index: 2;
    transition: all .5s;
}
.card1:hover .card1-content{ right: 5%; }
.card1 .title{
    color: #1e272e;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}
.card1 .post{
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}
.card1 .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.card1 .icon li{
    display: inline-block;
    margin: 0 4px;
}
.card1 .icon li a{
    color: #fff;
    background-color: #000055;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.card1 .icon li  a:hover{
    color: #000055;
    background-color: #fff;
    border-radius: 10%;
    box-shadow: 0 0 5px #0000cc inset;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.product-grid1{
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.product-grid1 .product-image{
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 2px 2px rgba(150,150,150,0.4);
    border-radius:10px;
}
.product-grid1 .product-image a.image{ display: block; }
.product-grid1 .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{
    backface-visibility: hidden;
    transition: opacity .5s ease-in-out, backface-visibility .5s ease-in-out;
}
.product-grid1:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .5s ease-in-out, backface-visibility .5s ease-in-out;
}
.product-grid1:hover .product-image .pic-2{ opacity: 1; }
.product-grid1 .product-new-label,
.product-grid1 .product-hot-label{
    color: #fff;
    background: #ff6348;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 300ms ease;
}
.product-grid1 .product-hot-label{ background: #3742fa; }
.product-grid1 .social{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    transition: all 0.6s ease 0s;
}
.product-grid1 .social li{
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px);
    transition: all .5s;
}
.product-grid1:hover .social li{
    margin: 0 5px;
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}
.product-grid1:hover .social li:nth-child(2){ transition-delay: .1s; }
.product-grid1 .social li a{
    color: #fff;
    background: #23232c;
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    box-shadow: 0 0 5px #fff;
    display: block;
    transition: all 0.3s linear 0s;
}
.product-grid1 .social li a:hover{ background-color: #3742fa; }
.product-grid1 .product-content{ padding: 12px; }
.product-grid1 .title{
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.product-grid1 .title a{
    color: #000;
    transition: all 500ms;
}
.product-grid1 .title a:hover{ color: #3742fa; }
.product-grid1 .price{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.product-grid1 .price span{
    color: #909097;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
}
@media only screen and (max-width:990px){
    .product-grid1{ margin: 0 0 30px; }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

:root{
    --color_0: #000;
    --color_1: #fff;
    --color_2: #2655c1;
    /*--color_2: #dd0000;*/
    --color_3: #372f7f;
}
.email-signature{
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px 10px 100px;
    position: relative;
    padding:100px 0 0;
}
.email-signature .signature-img{
    background: linear-gradient(135deg,var(--color_2),var(--color_3),var(--color_2),var(--color_3));
    width: 180px;
    height: 180px;
    padding: 15px;
    box-shadow: 0 0 5px var(--color_0);
    border-radius: 50%;
    overflow: hidden;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
     margin: 0 auto;
    transform: translateY(0) ;
    left: 0;
    right: 0;
    top: 0;
}
.email-signature .signature-img img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.email-signature .content{
    color: var(--color_1);
    background: linear-gradient(135deg,var(--color_2),var(--color_3),var(--color_2),var(--color_3));
    padding: 10px 10px 10px 165px;
    box-shadow: 0 0 5px var(--color_0);
    border-radius: 20px;
     text-align: center;
        padding: 100px 15px 15px;
        /*margin-left:25px;;*/
        /*margin-right:25px;*/
        width:90%;
        margin:auto;
        margin-bottom:15px;
}
.email-signature .title{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.email-signature .post{
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
}
.email-signature .signature-content{
    margin: 0;
    padding: 5px 0 5px 0;
    list-style: none;
    padding:10px 10px 10px 0;
}
.email-signature .signature-content li{
    font-size: 15px;
    line-height: 30px;
}
.email-signature .signature-content li span{
    font-weight: 600;
    margin-right: 7px;
}
.email-signature .signature-content li:last-child{ margin: 0; }
/*@media screen and (max-width:767px) {*/
    /*.email-signature{ padding:100px 0 0; }*/
    /*.email-signature .signature-img{*/
    /*    margin: 0 auto;*/
    /*    transform: translateY(0) ;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*}*/
    /*.email-signature .content{*/
    /*    text-align: center;*/
    /*    padding: 140px 15px 15px;*/
    /*}*/
    /*.email-signature .signature-content{ padding:10px 10px 10px 0; }*/
/*}*/

.letter {
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  margin: 26px auto 0;
  max-width: 550px;
  min-height: 250px;
  padding: 24px;
  position: relative;
  width: 90%;
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 1px rgba(0,0,0,0.5);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

.letter h2{
    font-family:iSans;
    font-size:12px;
    color:#000;
    direction:rtl;
    text-align:center;
}
.letter p{
    font-family:iSans;
    font-size:10px;
    color:#aaa;
    text-align:justify;
    direction:rtl;
}
.letter h3{
    font-family:iSans;
    font-size:7px;
    color:#aaa;
    text-align:center;
    direction:rtl;
    margin:0px;
    padding:0px;
  }
  .letter .papperfooter{
    font-family:iSans;
    font-size:10px;
    color:#aaa;
    text-align:justify;
    direction:rtl;
    position:absolute;
    bottom:5%;
  }

/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width:990px){
    .box2 { margin: 0 0 30px; }
    .product-grid{ margin: 0 0 40px; }
}
@media only screen and (max-width:479px){
    .box2 .title{ font-size: 20px; }
}


/* progressbar */
.mpb{
	    padding-top:20px;
	}
.demo{ background: #585858; }
.progress{
    height: 40px;
    border-color: rgba(150,150,150,1);
    border-radius: 50px;
    box-shadow: none;
    padding: 5px;
    margin-bottom: 5px;
    overflow: visible;
}
.progress .progress-bar{
    box-shadow: none;
    position: relative;
    border-radius: 20px;
    animation: animate-positive 4s;
}

.progress .progress-barfix{
    box-shadow: none;
    position: relative;
    border-radius: 20px;
    /*animation: animate-positive 4s;*/
}

.progress .progress-title{
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    /*text-tr/ansform: uppercase;*/
    margin: 0;
    position: absolute;
    /*top: 1px;*/
    left: 15px;
}
.progress .progress-value{
    width: 45px;
    height: 20px;
    line-height: 20px;
    background: #f5f5f5;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: bold;
    color: #e95095;
    position: absolute;
    /*padding:auto;*/
    /*top: 4px;*/
    /*bottom: 4px;*/
    right: 4px;
}
.progress.yellow .progress-value{ color: #ffcc00; }
.progress.blue .progress-value{ color: #7049ba; }
.progress.green .progress-value{ color: #5fad56; }
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}
/* timeline */
.main-timeline{ font-family: 'Roboto', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 100%;
    height:100%;
    padding: 0 0 0 50px;
    margin: 0 0 30px;
    float: left;
}
.main-timeline .timeline-content{
    color: #555;
    background-color: #fff;
    border-radius: 30px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(45deg,#FF5A00,#E4300C);
    height: 120px;
    width: 120px;
    border-radius: 50% 0 50% 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: -40px;
    /*text-tr/ansform: uppercase;*/
    top: 50%;
    bottom: -10px;
    z-index: 1;
}
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(105deg,#E4300C,#FF5A00);
    font-size: 45px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff inset, 0 0 5px #333;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: 1;
}
.main-timeline .inner-content{
    background-color: #f5f5f5;
    padding: 15px 30px 15px 130px;
    border-radius: 30px;
}
.main-timeline .title{
    color: #E4300C;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.main-timeline .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 50px 0 0;
    margin: 0 0 30px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    transform: translateY(-50%) rotate(225deg);
    left: auto;
    right: -40px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: -30px;
}
.main-timeline .timeline:nth-child(even) .inner-content{ padding: 15px 130px 15px 30px; }
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background: linear-gradient(45deg,#FF4EF7,#C620C1); }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{ background: linear-gradient(105deg,#FF4EF7,#C620C1); }
.main-timeline .timeline:nth-child(4n+2) .title{ color: #C620C1; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background: linear-gradient(45deg,#8710D9,#9A39F8); }
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{ background: linear-gradient(105deg,#8710D9,#9A39F8); }
.main-timeline .timeline:nth-child(4n+3) .title{ color: #8710D9; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background: linear-gradient(45deg,#0083ED,#00A7DB); }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{ background: linear-gradient(105deg,#0083ED,#00A7DB); }
.main-timeline .timeline:nth-child(4n+4) .title{ color: #0083ED; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 60px 0 0 0;
        float: none;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: -40px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        transform: translateY(0) translateX(-50%) rotate(135deg);
        left: 50%;
        top: -50px;
    }
    .main-timeline .inner-content,
    .main-timeline .timeline:nth-child(even) .inner-content{
        text-align: center;
        padding: 115px 20px 20px;
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
    .fixture_title{font-size:50px;}
}
/* text effect */
.tf_shine_hide{
  color: #fff;
  font-size: 6vw;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: inline-block;
  position: relative;
  font-family: 'times', serif;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 40%, #000 50%, rgba(0,0,0,.6) 60%);
  -webkit-mask-size: 200%;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  from { -webkit-mask-position: 150%; }
  to { -webkit-mask-position: -50%; }
}

.tf_3d {
        /*position: absolute;*/
        top: 50%; 
        right: 50%;
        transform: translate(50%,-50%);
        /*text-transform: uppercase;*/
        font-family: times;
        font-size: 8em;
        /*font-size: 100%;*/
        font-weight: 700;
        color: #fefefe;
        text-shadow: 
            1px 1px 1px #ffffff,
            1px 2px 1px #ffff00,
            1px 3px 1px #fffe00,
            1px 4px 1px #ffee00,
            1px 5px 1px #fffd00,
            1px 6px 1px #ffdd00,
            1px 7px 1px #ffcc00,
            1px 8px 1px #ffbb00,
            1px 9px 1px #ffaa00,
            1px 10px 1px #ff0000,
            1px 18px 6px rgba(255,16,16,0.4),
            1px 22px 10px rgba(16,16,16,0.2),
            1px 25px 35px rgba(255,16,16,0.2),
            1px 30px 60px rgba(255,255,16,0.4);
    }





.demo{ background: #2c2c54; }
.tf_shine_linear{
    color: #fff;
    font-family: 'monoton', cursive;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
.tf_shine_linear span{ animation: animate linear 2000ms infinite; }
.tf_shine_linear span:nth-child(1n){ animation-delay: 0s; }
.tf_shine_linear span:nth-child(2n){ animation-delay: 100ms; }
.tf_shine_linear span:nth-child(3n){ animation-delay: 200ms; }
.tf_shine_linear span:nth-child(4n){ animation-delay: 300ms; }
.tf_shine_linear span:nth-child(5n){ animation-delay: 400ms; }
.tf_shine_linear span:nth-child(6n){ animation-delay: 500ms; }
.tf_shine_linear span:nth-child(7n){ animation-delay: 600ms; }
.tf_shine_linear span:nth-child(8n){ animation-delay: 700ms; }
.tf_shine_linear span:nth-child(9n){ animation-delay: 800ms; }
.tf_shine_linear span:nth-child(10n){ animation-delay: 900ms; }
@keyframes animate{
    0%{ opacity: 0.3; }
    100%{
       opacity:1;
       text-shadow: 0 0 80px Red,0 0 30px orange,0 0 6px DarkRed;
    }
}

@media only screen and (max-width: 990px){
    .tf_shine_linear{ font-size: 65px; }
}
@media only screen and (max-width: 767px){
    .tf_shine_linear{ font-size: 50px; }
    .tf_shine_hide {font-size:40px;}
}
@media only screen and (max-width: 479px){
    .tf_shine_linear{ font-size: 36px; }
    .tf_3d {font-size:50px;}
    .tf_shine_hide {font-size:36px;}
}
@media only screen and (max-width: 359px){
    .tf_shine_linear{ font-size: 27px; }
    .tf_3d {font-size:50px;}
    .tf_shine_hide {font-size:50px;}
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 10%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block;
      height:30px;
        
    }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius:10px;
  box-shadow:1px 1px 2px 2px rgba(200,200,200,0.5);
  padding: 1em;
  line-height: 1.5em; }

.add-to-cart{
  background: #ff5500;
  border-radius:50px;
  color:#fff;
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff5500; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }


.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@media (max-width:768px){
    .preview-thumbnail.nav-tabs li img{
        height:20px;
    }
    .preview-thumbnail.nav-tabs li{
        margin-right:1.5%;
    }
}

  .catalog {
    position: relative;
    margin: 0 auto; /* Center it */
    text-align:center;
    margin-top:20px;
  }
  .catalog img{
    border-radius:1px;
    width:180px;
  }
  .catalog h2 {
    font-size:18px;
    position: absolute;
    Top: 30%;
    color: white;
    padding: 15px;
    width:100%;
    font-family:times;
    background:rgba(0,0,100,0.7);
  }
  .catalog h3 {
    font-size:14px;
    position: absolute;
    top: 0%;
    right:10%;
    border-radius:0px 0px 10px 10px;
    color: black;
    
    padding: 5px;
    width:25%;
    font-family:times;
    font-weight: 900;
    //background:rgba(255,100,0,0.7);
  }
  .catalog-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,100,0.8);
    }
    .catalog:hover .catalog-overlay {
      opacity: 1;
    }
    .text {
      color: white;
      font-size: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    }
    .image {
      display: block;
      width: 100%;
      height: auto;
    }
    .catalog-overlay a{
        font-size:12px;
        color:#fff;
        border:1px solid #fff;
        border-radius:10px;
        padding:10px;
    }
/* contact page card*/
.demo{background:white;}
.email-signature3{
    background: #005;
    font-family: 'iSans', sans-serif;
    text-align: center;
    
    margin-bottom:15px;
    /*border-radius:10px;*/
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.email-signature3 .signature-details{
    color: #fff;
    padding: 15px 15px 20px;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*border-radius:10px;*/
}
.email-signature3 .signature-details:before{
    content: "";
    background: #ff5500;
    width: 100%;
    height: 170px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.email-signature3 .title{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.email-signature3 .post{
    font-size: 16px;
    text-transform: capitalize;
}
.email-signature3 .icon{
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.email-signature3 .icon li{
    margin: 0 5px;
    display: inline-block;
}
.email-signature3 .icon li a{
    color: #4D5C63;
    font-size: 18px;
    transition: all 0.3s ease;
}
.email-signature3 ul.icon li a:hover{ color: #fff; }
.email-signature3 .signature-content{
    width: 235px;
    padding: 0 15px;
    margin: 0 0 12px;
    text-align: left;
    list-style: none;
    display: inline-block;
    color: #fff;
}
.email-signature3 .signature-content li{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding-left: 23px;
    margin-bottom: 5px;
    position: relative;
}
.email-signature3 .signature-content li span{
    color: #ff5500;
    position: absolute;
    left: 0;
    top: 6px;
}
.email-signature3 .signature-icon{
    background: #ff5500;
    width: 120px;
    height: 120px;
    padding: 5px;
    margin: 0 auto -20px;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
.email-signature3 .signature-icon img{
    width: 100%;
    height: auto;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
.email-signature3 .signature-footer{
    color: #fff;
    background: #ff5500;
    padding: 35px 12px 10px;
    clip-path: polygon(50% 45%, 100% 0, 100% 100%, 0 100%, 0 0);
}

/* //////////////////////////// */

.email-signature2{
    background-color: #fff;
    font-family: 'iSans', sans-serif;
    padding: 45px 0 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 3px #555,2px 2px 0 2px rgba(0,0,0,0.05);
}
.email-signature2 .signature-img2{
    color: #fff;
    background: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #999,0 0 0 10px #fff;
    overflow: hidden;
    position: absolute;
    top: 36px;
    left: 50px;
}
.email-signature2 .signature-img2 img{
    width: 100%;
    height: auto;
}
.email-signature2 .signature-details2{
    color: #fff;
    background-color: #000077;
    text-align: right;
    padding: 15px 15px 15px 200px;
    margin-bottom: 25px;
}
.email-signature2 .title2{
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    color:#fff;
}
.email-signature2 .post2{
    font-size: 16px;
    /*font-style: italic;*/
    text-transform: capitalize;
    /*letter-spacing: 1px;*/
}
.email-signature2 .signature-content2{
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: inline-block;
}
.email-signature2 .signature-content2 li{
    color: #555;
    font-size: 15px;
    text-align: left;
    width: 45%;
    padding: 0 0 0 20px;
    margin: 0 7px 5px 0;
    vertical-align: top;
    display: inline-block;
}
.email-signature2 .signature-content2 li span{
    color: #0000aa;
    margin-right: 5px;
}
@media screen and (max-width:576px){
    .email-signature2{ padding: 65px 0 30px; }
    .email-signature2 .signature-img2{
        transform: translateX(-50%);
        top: 20px;
        left: 50%;
    }
    .email-signature2 .signature-details2{
        text-align: center;
        padding: 75px 15px 15px;
    }
    .email-signature2 .title2{ font-size: 22px; }
    .email-signature2 .signature-content2{ display: block; }
    .email-signature2 .signature-content2 li{
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
}

    :root{
    --color_1: rgba(255,25,76,1);
    --color_2: #1F5295;
    --color_3: rgba(255,80,0,1);
    --color_4: #019599;
}
.main-timeline2{ font-family: 'Roboto', sans-serif; }
.main-timeline2 .timeline{
    padding: 18px 15px 15px 15px;
    position: relative;
    z-index: 1;
}
.main-timeline2 .timeline:before{
    content: '';
    height: 2px;
    width: 15%;
    border-top: 2px dashed #999;
    transform: translateY(-50%);
    position: absolute;
    left: 118px;
    top: 50%;
    z-index: -1;
}
.main-timeline2 .timeline-content{
    color: #fff;
    width: 60%;
    margin: 0 auto;
    display: block;
}
.main-timeline2 .timeline-content:hover{ color: #fff; }
.main-timeline2 .timeline-icon{
    color: #fff;
    background-color: var(--color_1);
    font-size: 25px;
    text-align: center;
    line-height: 80px;
    height: 90px;
    width: 90px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 7px var(--color_1);
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
}
.main-timeline2 .timeline-icon:before,
.main-timeline2 .timeline-icon:after{
    content: '';
    height: 120px;
    width: 120px;
    border: 2px solid transparent;
    border-right: 2px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.main-timeline2 .timeline-icon:after{
    background: #999;
    height: 8px;
    width: 8px;
    border: none;
    transform: translateX(0) translateY(-50%);
    left: auto;
    right: -23px;
}
.main-timeline2 .inner-content{
    background-color: #fff;
    border:2px solid var(--color_1);
    text-align: center;
    padding: 10px 30px;
    border-radius:10px;
    //-webkit-clip-path: polygon(97% 0, 100% 48%, 97% 100%, 3% 100%, 0 49%, 3% 0);
    //clip-path: polygon(97% 0, 100% 48%, 97% 100%, 3% 100%, 0 49%, 3% 0);
}
.main-timeline2 .title{
    font-size: 23px;
    font-weight: 600;
    color:#fff;
    margin: 0 0 5px;
}
.main-timeline2 .description{
    font-size: 13px;
    letter-spacing: 1px;
    text-align:center;
    color:#555;
    margin: 0;
}
.main-timeline2 .timeline:nth-child(even):before{
    left: auto;
    right: 118px;
}
.main-timeline2 .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 10px;
}
.main-timeline2 .timeline:nth-child(even) .timeline-icon:before{
    border: 2px solid transparent;
    border-left-color: #999;
}
.main-timeline2 .timeline:nth-child(even) .timeline-icon:after{
    right: auto;
    left: -22px;
}
.main-timeline2 .timeline:nth-child(4n+2) .timeline-icon{
    color: #fff;
    background-color: var(--color_2);
    box-shadow: 0 0 0 7px var(--color_2);
}
.main-timeline2 .timeline:nth-child(4n+2) .inner-content{
    background-color: #fff;
    border:2px solid var(--color_2);
}
.main-timeline2 .timeline:nth-child(4n+3) .timeline-icon{
    color: #fff;
    background-color: var(--color_3);
    box-shadow: 0 0 0 7px var(--color_3);
}
.main-timeline2 .timeline:nth-child(4n+3) .inner-content{
    background-color: #fff;
    border:2px solid var(--color_3);
}
.main-timeline2 .timeline:nth-child(4n+4) .timeline-icon{
    color: #fff;
    background-color: var(--color_4);
    box-shadow: 0 0 0 7px var(--color_4);
}
.main-timeline2 .timeline:nth-child(4n+4) .inner-content{
    background-color: #fff;
    border:2px solid var(--color_4);
}
@media only screen and (max-width:576px){
    .main-timeline2 .timeline{
        padding: 100px 0 0 0;
        margin: 0 0 10px;
    }
    .main-timeline2 .timeline-content{ width: 100%; }
    .main-timeline2 .timeline-icon,
    .main-timeline2 .timeline:nth-child(even) .timeline-icon{
        top: 10px;
        left: 50%;
        transform: translateX(-50%) translateY(0);
    }
    .main-timeline2 .timeline-icon:before,
    .main-timeline2 .timeline-icon:after{
        display: none;
    }
}

.mask1{
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
	padding: 7rem 0;
	-webkit-mask-image: url("../assets/other/osstem_mask.svg") ;
  mask-image: url("../assets/other/osstem_mask.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.desktop-only{
  display: block;
}


@media only screen and (max-width:990px){
	.desktop-only{
		display: none;
	}
}	

@media only screen and (max-device-width: 480px) {
  .desktop-only{
	display: none;
	}
}





.max-width-normal{
	max-width: 1550px;
	margin:auto;
	width:100%;
}


p{
	line-height:1.7;
}

@media screen and (min-width: 1500px) {
  .nav-menu a {
    font-size: 1.1vw
  }
  .intro-container h1{
	  font-size: 3vw !important;  
  }
  .intro-container h2{
	  font-size: 2vw !important;  
  }
  .intro-container .about-btn{
	  font-size: 1vw !important;  
  }
  p{
	font-size: 0.9vw !important;
  }
  .tf_shine_hide{
	font-size: 4vw !important;  
  }
}

@media screen and (min-width: 2600px) {
  .nav-menu a {
    font-size: 1.1vw
  }
  p{
	font-size: 0.62vw !important;
  }
}

