
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/



@FONT-FACE {
	font-family: "DroidKufi-Regular";
	src: url("DroidKufi-Regular.ttf");
}


@FONT-FACE {
	font-family: "open";
	src: url("open.woff2");
}



body {
  background: #fff;
  color: #2f3138;
font-family: "DroidKufi-Regular";
direction:rtl;
}

.slider-width,
.owl-carousel {
direction:ltr;
}

a {
  color: #ec9c24;
  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: "DroidKufi-Regular";
  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("../images/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ec9c24;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 31px;
  bottom: 95px;z-index: 99;
  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: 40px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #ec9c24;
  bottom: 6px;
left:50%;
margin-left:-20px;
z-index:1;
}



.section-header::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #ec9c24;
  bottom: 0;
left:50%;
margin-left:-40px;
}

.section-header h2 {
  font-size: 24px;
  text-transform: uppercase;

  margin-bottom: 10px;
}


.section-header h2 {
text-align: center;
}
.about-section .content-column .inner-column  .section-header h2 {
text-align: left;
}


.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 {
  padding:10px 0 0 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);
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "DroidKufi-Regular";
  font-weight: 700;

  text-transform: uppercase;
}

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

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

#header #logo img {
  padding: 0;
  margin: 0;

}

/*--------------------------------------------------------------
# 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: right;
}

.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: left;
  margin: 0;
margin-top: 30px;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "DroidKufi-Regular";

  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: #ec9c24;
  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;
  padding: 7px 10px;
  border-radius: 50px;
  border: 2px solid #ec9c24;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.buy-tickets a {
font-family: arial;
}

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

.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;
text-align: right;
}

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

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

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
left: 10px;
top: 40px;
z-index: 999;
margin: 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: 1000;
background: rgb(43, 42, 42);
  right: -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: 15px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
text-align: right;
  outline: none;
border-bottom: 1px solid #ddd3;
margin: 0 10px;
width: 90%;
}

#mobile-nav ul li a:hover {
  color: #ec9c24;
background:#fff
}

#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: #ec9c24;
}

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

#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 {
  right: 0;
}

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

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

#intro {
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
/*
#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
#jssor_1{
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  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;

}

#intro h1 {
  color: #fff;
  font-family: "DroidKufi-Regular";
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #ec9c24;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 16px;
line-height: 35px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ec9c24 50%, rgba(101, 111, 150, 0.15) 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 #ec9c24;
  -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: "DroidKufi-Regular";
  font-weight: 500;
  font-size: 14px;

  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 #ec9c24;
}

#intro .about-btn:hover {
  background: #ec9c24;
  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("../images/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  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;
padding-bottom: 50px;
padding-top: 30px;
border-radius: 10px;
}


#speakers .speaker:after {
content: '';
position: absolute;
display: block;
width: 110px;
height: 110px;
background: #ddd;
bottom: 0;
border-radius: 50%;
top: 8px;
transition: all ease-in-out 0.6s;
left: 50%;
z-index: 1;
margin-left: -55px;
}

#speakers .speaker:hover:after { 
/*
width:200%;
height: 200%;
border-radius:0;
left:0;
margin-left:0;
top:0;*/

transform:scale(5)
}

/*
#speakers .speaker:before {

content: '';
position: absolute;
display: block;
width: 90%;
height: 100px;
background: #ddd;
bottom: 0;
border-radius: 50%;
bottom: -50px;
transition: all ease-in-out 0.6s;
right: -50px;
z-index: 1;
}
*/


#speakers .speaker img {
  position: relative;
z-index: 2;
}
#speakers .speaker .details {

  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  text-align: center;
  padding-top: 10px;
z-index: 2;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
padding-bottom: 10px;

}

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

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

#speakers .speaker .details .social {
  height: 30px;
opacity: 0;
display:none
}


#speakers .speaker .details .social a {
border: none;
border-radius: 50px;
font-weight: 600;
background-color: #ec9c24;
color: #fff;
font-size: 14px;
margin-top: 15px;
display: inline;
padding: 0 60px;
}

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


#speakers .speaker .details a {
color: #333;
font-size: 18px;
text-transform: capitalize;
font-weight: normal;
border: none;
border-radius: 50px;
font-weight: 600;
background-color: #ec9c24;
color: #fff;
font-size: 14px;
margin-top: 15px;
display: inline;
padding: 0 60px;
}

#speakers .speaker .details a:hover {
background-color: #fff;
  color: #ec9c24;

}

#speakers .speaker:hover .details {
  bottom: 10px;
}

#speakers .speaker:hover .social {
opacity: 1;
}

#speakers .speaker .social {
transition: all ease-in-out 0.6s;
}

#speakers .speaker img {

width: 74px;
margin: 0 auto;
display: block;
margin-bottom:40px;
}

#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: #fff;
  color: #ec9c24;
}

#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: #ec9c24;
  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 .container-fluid {
  margin-bottom: 3px;
}

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

#venue .venue-info {
  background: url("../images/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);
}

/*--------------------------------------------------------------
# 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: #ec9c24;
}

#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;
}

#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: #ec9c24;
}

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

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

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

#supporters {
  padding: 60px 0;
}

#supporters .supporter-logo {
  padding: 10px;
  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;


  overflow: hidden;
background: #fff;
height: 140px;
border: 1px solid #eee;
}

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

#supporters img {
  transition: all 0.4s ease-in-out;width: auto;
height: 80px;
}

/*--------------------------------------------------------------
# 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: "DroidKufi-Regular";
  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: #ec9c24;
}

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

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

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

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

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  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: #ec9c24;
  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;

  font-weight: bold;
}

#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: #ec9c24;
  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: #ec9c24;
  border: 0;
  color: #fff;
}

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

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

#contact {
  padding: 60px 0;
background: #f1f1f1;
}

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

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

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

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

#contact .contact-info a {
  color: #666;
}

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

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

#contact .form #sendmessage {
  color: #ec9c24;
  border: 1px solid #ec9c24;
  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: #ec9c24;
  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 .footer-top {
  background: #040919;
}

#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: "DroidKufi-Regular";
  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: "DroidKufi-Regular";
  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: #ec9c24;
  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 #ec9c24;
}

#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: #ec9c24;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  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: #ec9c24;
}

#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: #ec9c24;
  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 {
    background: #101522;
    color: #eee;
    font-size: 14px;
    display: grid;
    width: 100%;
}

#footer .copyright {
text-align: right;
padding: 20px 0;
width: 50%;
float: right;
}

#footer .social-links {


padding: 10px 0;
width: 50%;
float: left;
text-align: left;
}


#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);


    transition: all 0.5s;
  }

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

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

  #intro .intro-container {
    top: 70px;
transform: scale(1.4);
  }

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

  #intro p {
    font-size: 16px;
width: 50%;
margin: 0 auto;
  }

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

@media (max-width: 768px) {

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

  #faq #faq-list i {
    top: 13px;
  }
}

@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;
  }
}





/* Facts
================================================== */

.facts-area {
    color: #ffffff;
    background-color: #1c1c24;
    background-image: url(../images/parallax1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 100px 0;
}
.facts-area.bg-color{
	background: #1c1c24;
	padding: 60px 0 40px;
}

.facts .intro-title {
    color: #fff;
    margin-top: 0;
}
.facts .btn-dark {
    margin-top: 15px;
}
.fact-text {
    padding-top: 10px;
}


.facts-wrapper .ts-facts {
text-align: center;
padding: 60px 0;
}


.solid-dark .facts-wrapper .ts-facts {
    border-right: 1px solid #dedede;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.facts-wrapper .ts-facts.last{
    border-right: 0;
    margin-right: 0;
}
.ts-facts .ts-facts-img {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

.ts-facts .ts-facts-content {
    display: inline-block;
}
.ts-facts .ts-facts-content .ts-facts-num {
    font-size: 36px;
    margin: 0;
}
.ts-facts .ts-facts-content .ts-facts-title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 0;
}







/*-------------------------------------
	1. post date syle css
-------------------------------------*/

.date-style-2 .post-date {
	color:#fff;
	position:absolute;
	left:20px;
	top:0;
	width:50px;
	text-align:center;
	text-transform:uppercase;
	background-color:#ec9c24;
	z-index:1;
}
.date-style-2 .post-date strong,
.date-style-2 .post-date span  {
	display:block;
	padding:10px 5px;
}
.date-style-2 .post-date strong {
	font-size:10px;
	padding:10px 5px 5px;
	position:relative;
	background-color:#273447;
}

.date-style-2 .post-date span {
	font-size:16px;
	padding:5px 5px 10px;
}
.date-style-2 .post-date:after,
.date-style-2 .post-date .fa,
.date-style-3 .post-date:after {
	display:none;
}

.date-style-3 .wt-post-info {
	position:relative;
background-color: #fff;
}
.date-style-3 .post-date {
	background-color:#273447;
	text-transform:uppercase;
	position:absolute;
	padding:8px 15px;
	color:#fff;
	top:0;
	left:0;
	height:36px;
	z-index:1;
}
.date-style-3 .post-date i {
	position:relative;
	background:#ec9c24;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 36px;
	line-height:36px;
	margin-top:-8px;
	margin-left:-15px;
	margin-right:15px;
}
.date-style-3 .post-date strong {
	color:#ec9c24;
	margin-right:2px;
}
.date-style-3.date-skew .post-date i {
	margin-right:35px;
}
.date-style-3.date-skew .post-date i::after {
	background-color: #ec9c24;
	content: "";
	height: 100%;
	position: absolute;
	right: -12px;
	width: 25px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}
.date-style-3.date-skew .post-date:before {
	content:"";
	position:absolute;
	background-color:#273447;
	right:-12px;
	top:0px;
	height:100%;
	width:25px;
	z-index:1;
	display:block;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}


.recent-posts-entry-date .widget-post:last-child{
	border:none;
}
.recent-posts-entry-date .wt-post-date{
	background-color:#12151a;
	width:50px;
	height:60px;
	float:left;
}
.recent-posts-entry-date .wt-post-date strong{
	display:block;
	font-size:24px;
}
.recent-posts-entry-date .wt-post-date span{
	display: block;
	font-size:11px;
	text-transform:uppercase;
	font-weight: 600;
}
.recent-posts-entry-date .wt-post-info{
	margin-left:70px;
}

.recent-posts-entry-date .wt-post-info .wt-post-meta ul li{
	font-weight:normal;
	font-size:12px;
}

.recent-posts-entry-date	 .wt-post-info .post-title{
	font-weight:bold;
	margin-top: 0px;
}

.wt-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
float:left;

}

.ow-client-logo {
border: 1px dashed #ccc;
}
.wt-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}



/*======================================
13. BLOG  
======================================*/ 


.blog-post {
	position:relative;
margin-bottom: 10px;
display: flex;
overflow: hidden;
height: 220px;
}

.wt-post-title{
	margin-bottom:10px;
margin-top: 25px;
}
.wt-post-title .post-title{
	margin:0;

font-size: 16px;
margin-top: 20px;
display: inline-block;
margin-left: 15px;
}


.wt-post-meta ul {
	margin:0 -4px;
	list-style:none;
}
.wt-post-meta li {
	padding: 0;
	display: inline-block;
	font-style: italic;
	font-size: 14px;
	font-family: 'Crete Round', serif;
}
.wt-post-meta a {
	color:#a9a9a9;
}
.wt-post-meta i {
	color:#7b7b7b;
	margin:0 5px;
}

.wt-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}
.wt-post-meta li:last-child:after {
	display:none;
}
.wt-post-text {
	margin-bottom:15px;
margin-left: 15px;
}
.wt-post-text p:last-child {
	margin:0;
font-size: 15px;
color: #454545;
}
.wt-post-readmore  {
	margin-bottom:15px;
}
.wt-post-tags {
	padding-top:10px;
}
.wt-post-tags .post-tags {
	margin:0 -3px;
	list-style:none;
}
.wt-post-tags .post-tags a {
	border:1px solid #ddd;
	padding:2px 8px;
	color:#a9a9a9;
	margin:0 3px 5px 3px;
	display:inline-block;
	text-transform:uppercase;
	font-size:10px;
	font-weight:600;
}
.wt-post-tags .post-tags a:hover{
	background-color:#ec9c24;
	color:#fff;
	}


/*
#facts .ts-facts {

width:50%;
float:right;

}*/



.bf-latest,
.section-bg {
		background: #f1f1f1
}


.bf-latest .card figure img {
height:220px;
width:100%;
transition: all ease-in-out 0.5s;

}

.bf-latest .card .card-body h6 a {
font-size: 14px;
text-transform: capitalize;
color: #333;
line-height: 25px;
text-align: right !important;
}



.bf-latest .card:hover figure img {
transform: scale(1.1);
}


.card-style-two .card-two,
.post--card1 .post--card {
		margin-bottom: 2rem
}


.card figure {
    overflow: hidden;
    margin: 0;
}


.bf-latest .card figure img {
    height: 220px;
    width: 100%;
    transition: all ease-in-out 0.5s;
}


.bf-latest {
padding:50px 0;
}


.card-two .card-footer ul li:last-child {
    margin-right: 0;
}
.card-two .card-footer ul li {
    color: #9192a3;
    position: relative;
list-style: none;font-size: 14px;color: #ec9c24;
}


.card-footer:last-child {
    -webkit-border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.67rem 2rem 1.8rem 2rem;
    background-color: #fff;
    border-top: 1px solid #e4e8ed;
}


#facts {

/*
background: url(../images/bg.jpg);*/	
background-color: #ff00004d;
background-image: url(../images/bg.jpg);
background-attachment: fixed;
background-size: cover;
background-position: bottom;
position:relative;

}

#facts:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
background: #000c;
top: 0px;
left:0;
z-index: 1;
}


#facts .container {

position: relative;
z-index: 2;
}

.card-style-two .card-two,
.card-body h6 {
text-align:right;
}


.card-footer ul {
padding:0;
margin:0
}



.card-body h6 {
height: 50px;
overflow: hidden;
margin: 0;
}


/******************************************
8. Sale & New label
******************************************/

.icon-new-label {
	font-size: 11px;
	color: #fff;
	background: #0083c1;
	text-transform: uppercase;
	padding: 0px;
	text-align: center;
	display: block;
	position: absolute;
	top: -12px;
	z-index: 1;
	font-weight: normal;

	line-height: normal;
	width: 75px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px
}
.icon-sale-label {
	font-size: 11px;
	color: #fff;
	background: #bd1719e6;
	text-transform: uppercase;
	padding: 0px;
	text-align: center;
	display: block;
	position: absolute;
	top: -12px;
	z-index: 1;
	font-weight: normal;

	line-height: normal;
	width: 75px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px
}
.new-right {
	right: -28px;
	top: -12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.new-left {
	left: -28px;
	top: -12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
.sale-right {
	top: -12px;
	right: -28px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.sale-left {
	left: -28px;
	top: -12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
.icon-hot-label {
	font-size: 11px;
	color: #fff;
	background: #fe0100;
	text-transform: uppercase;
	padding: 0px;
	text-align: center;
	display: block;
	position: absolute;
	top: -12px;
	z-index: 1;
	font-weight: normal;

	line-height: normal;
	width: 75px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px
}
.hot-right {
	top: -12px;
	right: -28px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
.hot-left {
	left: -28px;
	top: -12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}

/******************************************
9. product hover
******************************************/

.pr-img-area {
	overflow: hidden;
	position: relative
}
.hover-img {
	left: 0;
	opacity: 0;
	position: absolute;
	bottom: 220px;
	transition: all .5s ease-out 0s;
	visibility: hidden
}
.add-to-cart-mt {
	background: #252525;
	border: 0 none;
	bottom: 0;
	font-size: 12px;
	left: -100%;
	line-height: 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	transition: all .5s ease-out 0s;
	width: 100%;
	padding: 12px 0;
	color: #fff;
cursor: pointer;
}
.add-to-cart-mt:hover {
	background: #8e0e66;
	color: #fff;
}
.add-to-cart-mt span {
	margin-left: 5px
}
.product-item .item-inner .product-thumbnail:hover .add-to-cart-mt {
	left: 0
}
.product-item .item-inner .product-thumbnail:hover .hover-img {
	bottom: 0;
	opacity: 1;
	visibility: visible
}
.product-item .item-inner .product-thumbnail:hover .pr-button {
	background: #F2F2F2
}
.pr-button .mt-button {
	width: 33.3%;
	float: left;
	text-align: center;
	border-right: 1px solid
}
.pr-button {
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	transition: all .5s ease-out 0s
}
.pr-info-area .product-name a:hover, .pr-button .mt-button a:hover {
	color: #F47E1E
}
.pr-button .mt-button {
	border-right: 1px solid #e5e5e5;
	float: left;
	text-align: center;
	width: 33.3%
}
.pr-button .mt-button a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 9px 0 6px;
	background: #464646;
	border-radius: 100%;
	font-weight: normal
}
.pr-info-area .pr-button .s-button a:hover {
	background: #ED791A;
	color: #fff
}
.pr-button .s-button a {
	color: #fff
}
.pr-img-area {
	border-bottom: 1px solid #f5f5f5
}
.pr-img-area img {
	width: 100%
}
.pr-button {
	border: 0 none;
	left: 50%;
	margin-left: -66px;
	position: absolute;
	top: 30%;
	padding-left: 2px;
	opacity: 0;
}
.product-item .item-inner .product-thumbnail:hover .pr-button {
	background: none;
	opacity: 1;
}
.pr-button .mt-button a:hover {
	background: #0083c1;
	color: #fff
}
.pr-button .mt-button a {
	transform: rotate(0deg);
	transition: all .5s ease-in-out
}
.pr-button .mt-button a:hover {
	transform: rotate(360deg);
	transition: all .5s ease-in-out
}
.pr-button .mt-button {
	border-right: 0 none;
	float: left;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	transform: scale(0);
	transition: all 0.4s ease 0s;
	width: 40px;
	line-height: 25px
}
.product-item .item-inner .product-thumbnail:hover .mt-button {
	transform: scale(1)
}
.product-item .item-inner .item-info {
	text-align: center;
	padding-top: 12px;
}
.product-item .item-inner .item-info .item-title {
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: 400;
}
@media (max-width:479px) {
.product-item .item-inner .item-info .item-title {
	font-size: 14px;
	padding: 0px 10px
}
}
.product-item .item-inner .item-info .item-title a {
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 14px;
	color:#333;
	text-transform: none;
}
.product-item .item-inner {
	position: relative;
	overflow: hidden;
background: #fff;
height: 260px;
overflow: hidden;
}
.product-item {
	margin: 0 12px
}
.product-item .item-inner .item-info .item-title a:hover {
	color: #0083c1;
}
@media (max-width:479px) {
.home-tab .product-item {
	margin: 0 8px
}
}
#best-sale-slider.product-flexslider {
	margin: 20px -12px
}
.best-sale-pro .slider-items-products .owl-buttons .owl-prev {
	top: 15%
}
.best-sale-pro .slider-items-products .owl-buttons .owl-next {
	top: 15%
}


.regular-price .price {
    font-size: 14px;
    color: #fe0100;
}
.price {
    font-size: 14px;
    color: #fe0100;
    white-space: nowrap !important;
}



#facts h2,
#facts h3 {
color:#fff

}



.upsell-product-area {
padding: 60px 0;
background: #f1f1f1; }



.owl-prev, .owl-next {
background-color: #212121;
border-color: #212121;
color: #ffffff;
padding: 5px 10px;
font-size: 13px;
display: inline-block;
cursor: pointer;
border-width: 1px;
border-style: solid;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
margin: 5px;}




.slider-news .owl-nav,
.upsell-product-area .owl-nav {
	margin-top:40px;
	text-align: center;
}

/*

.upsell-product-area .owl-nav {
display: block !important;
}
*/


.slider-news .owl-nav,
.upsell-product-area .owl-nav,
.new-up .owl-nav {
	margin-top:0px;
position: absolute;
top: -55px;
left: 0;
}

.owl-nav {
	margin-top:0px;
position: absolute;
top: -55px;
left: 0;
}


.slider-news .owl-nav .owl-prev,
.slider-news .owl-nav .owl-next,
.upsell-product-area .owl-prev,
.upsell-product-area .owl-next,
.new-up .owl-prev,
.new-up .owl-next {
color:#666;
background:#fff;
font-size:16px;
border:1px solid;
}


.owl-prev,
.owl-next {
color:#666;
background:#fff;
font-size:16px;
border:1px solid;
}



.owl-prev:hover,
.owl-next:hover {
color:#ec9c24
}



.upsell-product-area img,
.new-up img {
width: 100%;

height: 210px;
}
.owl-carousel .owl-nav  {
	opacity: .5;
	cursor: default
}


.slider-news .owl-nav .owl-prev:hover,
.slider-news .owl-nav .owl-next:hover,
.upsell-product-area .owl-prev:hover,
.upsell-product-area .owl-next:hover {
color:#ec9c24

}

.special-price {

margin:0
}



/************************** socaillllllllllllll */


a {
  color: #fff;
  text-decoration: none;
}
.me {
  width: 400px;
  margin: 90px auto;
}
.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social {
position: fixed;
bottom: 20%;
z-index: 9;
left: 0;
width: 50px;
direction: ltr;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-255px, 0);
  -moz-transform: translate(-255px, 0);
  -ms-transform: translate(-255px, 0);
  -o-transform: translate(-255px, 0);
  transform: translate(-255px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background:#eaeaea;
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: #4b3e72;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 17px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
text-align:center;
}





/************ search **********/


.search-bar.active {
    left: 0;
    visibility: visible;
}


.search-bar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 9999;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0.9;
    visibility: hidden;
    direction: rtl;
}


.search-bar i.fa-close {
    color: #fff;
    position: absolute;
    right: 50px;
    top: 40px;
width: 50px;
height: 50px;
cursor: pointer;
text-align: center;
line-height: 50px;
}


.search-bar-fixed {
position: relative;
top: 50%;
width: 400px;
direction: ltr;
margin: 0 auto;
}


.search-bar-fixed input[type="text"] {
    padding: 15px 0px;
    background: transparent;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #ffffff4d;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
    width: 80%;
    color: #fff;
margin: 0 auto;
display: block;
direction: rtl;
}


.search-bar-fixed button[type="submit"] {
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
   left: 30px;
top: 20px;
}

.slider-news .owl-nav.disabled {
display:block
}


.oza {

visibility: visible;
z-index: 99999;
position: relative;
width: 100%;
margin-top: 180px;
text-align: center;
}


.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows:hover {
    background: #000
}

.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.hginfo,
.hglayerinfo {
    font-size: 12px;
    font-weight: 600
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}




@media (max-width: 767px) {


#intro {
height: auto !important;
padding-top:94px;
}
#footer .copyright,
#footer .social-links {
width: 100%;
float: none;
text-align: center;
}

.section-header {
margin-bottom: 10px;
padding-bottom: 10px;
}


.facts-wrapper .ts-facts {
margin: 0;padding: 20px 0;
}

#gallery,
#supporters,
.bf-latest,
#subscribe {
padding: 30px 0;
}

#logo {

}



.oza { 


}
}









.cont-home {
padding: 80px 35px;
background: #fff3;
}



.cont-home input.form-control {
border: 8px solid #0003;
margin-bottom: 15px;}



.cont-home .primary-btn {
background: #fff;
border: 0;
padding: 10px 30px;
border-radius: 5px;}



._909e {
 display: none !important;   
}

        .about-section {
            position: relative;
            padding: 50px 0;
        }

.about-section .content-column .inner-column  .section-header:after,
.about-section .content-column .inner-column  .section-header:before {
left:0;
right:auto;
margin:0;
}



  .slider-news2.owl-carousel2 .card {
    width: 25%;
    display: inline-block;
}





















/************************** 
* 2. header styles 
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;

position: absolute;
top: 80%;
z-index: 999;
left: 0;
right: 0;

  background: transparent;
  position: relative;
}/*
.header-navigation .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
.header-navigation .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .logo-box,
.header-navigation .menu-toggler {
  display: none;
}
.header-navigation .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: left;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 30px 12px 40px 12px;
  display: inline-block;
  vertical-align: middle;text-align: left;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {

}
@media (max-width: 1649px) {
  .header-navigation ul.navigation-box > li + li {

  }
}

.header-navigation ul.navigation-box > li > a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  transition: all .4s ease;
  position: relative;
}

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


.header-navigation ul.navigation-box > li > a:hover:before {
  visibility: visible;
  width: 100%;
}



.header-navigation ul.navigation-box > li.meme > a:after {
  content: "\f107";
  position: absolute;
  right: -12px;top:0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;top: 37%;
}


.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
color: #ec9c24;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 150%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: all ease-in-out .3s;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);padding: 0px 10px;
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 14px;
  color: #333;
  font-weight: 500;
padding: 8px 0;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;text-transform: capitalize;border-bottom: 1px solid #cccccc4d;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #30355d;
  background: #fff;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
top:100%;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #30355d;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #30355d;
  background: #fff;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;

  border-bottom: 0;
}

.site-header.header-one .top-bar .container-fluid {
  padding: 0;
}
.site-header.header-one .top-bar .left-content a.logo-box {
  background: #30355d;
  text-align: center;
  padding: 40px 86px;
  display: inline-block;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .left-content a.logo-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .left-content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .left-content {
    width: auto;
    text-align: left;
  }
}
.site-header.header-one .top-bar .right-content {
  padding: 34px 0;
  padding-right: 60px;
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .right-content {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .right-content {
    width: auto;
    text-align: left;
    padding-right: 50px;
  }
}
.site-header.header-one .top-bar .single-header-contact-info {
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1859px) {
  .site-header.header-one .top-bar .single-header-contact-info {
    text-align: left;
  }
}
.site-header.header-one .top-bar .single-header-contact-info + .single-header-contact-info {
  border-left: 2px solid #f3f3f3;
  padding-left: 50px;
  margin-left: 50px;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .single-header-contact-info + .single-header-contact-info {
    padding-left: 28px;
    margin-left: 28px;
  }
}
.site-header.header-one .top-bar .single-header-contact-info:last-child {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 1489px) {
  .site-header.header-one .top-bar .single-header-contact-info:last-child {
    display: none;
  }
}
.site-header.header-one .top-bar .single-header-contact-info .icon-block,
.site-header.header-one .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-one .top-bar .single-header-contact-info .icon-block i {
  font-size: 32px;
  color: #3538bc;
  display: block;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block {
  padding-left: 20px;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3,
.site-header.header-one .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  line-height: 1em;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block h3 {
  color: #30355d;
  font-size: 20px;
}
.site-header.header-one .top-bar .single-header-contact-info .text-block p {
  color: #7f8284;
  font-size: 16px;
  margin-top: 5px;
}
.site-header.header-one .top-bar .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.site-header.header-one .top-bar .social a:hover {
  color: #fff;
  background: #30355d;
}
.site-header.header-one .top-bar .social a + a {
  margin-left: 10px;
}
.site-header.header-one .header-navigation {
  position: relative;
}
.site-header.header-one .header-navigation {
  width: 100%;
  max-width: calc(100% - 362px);
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: #3538bc;
  padding-left: 50px;
  padding-right: 0px;
}
@media (max-width: 1489px) {
  .site-header.header-one .header-navigation {
    max-width: calc(100% - 250px);
  }
}
.site-header.header-one .header-navigation .right-side-box {
  right: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #30355d;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-one .header-navigation .right-side-box .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-one .header-navigation .right-side-box .quote-btn {
  display: inline-block;
  vertical-align: middle;
  background: #30355d;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 25.5px 122.5px;
  transition: all .4s ease;
  margin-left: 50px;
}
.site-header.header-one .header-navigation .right-side-box .quote-btn:hover {
  color: #3538bc;
  background: #fff;
}
@media (max-width: 1489px) {
  .site-header.header-one .header-navigation .right-side-box .quote-btn {
    margin-left: 30px;
    padding-left: 80px;
    padding-right: 90px;
  }
}
.site-header.header-one .header-navigation .main-navigation {
  float: left;
  text-align: left;
}
.site-header.header-one .stricky-menu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}
.site-header.header-one .stricky-menu .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-header.header-one .stricky-menu .container .right-side-box .quote-btn {
  padding-left: 45px;
  padding-right: 45px;
}
.site-header.header-one .stricky-menu.stricky-fixed {
  position: fixed;
  background: #3538bc;
  visibility: visible;
  opacity: 1;
}



.right-side-box a {
color: #fff;
display: block;
float: right;
font-size: 14px;
}






.site-header.header-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 44, 66, 0.1);
  z-index: 99;
}
.site-header.header-two .top-bar .container {
  position: relative;
}
.site-header.header-two .top-bar .container:before {
  position: absolute;
  bottom: 0;
  left: 15px;
  content: '';
  width: 1000000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.site-header.header-two .top-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
.site-header.header-two .top-bar .single-header-contact-info + .single-header-contact-info {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.site-header.header-two .top-bar .single-header-contact-info .icon-block,
.site-header.header-two .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-two .top-bar .single-header-contact-info .icon-block i {
  display: block;
  font-size: 18px;
  color: #3538bc;
}
.site-header.header-two .top-bar .single-header-contact-info .text-block {
  padding-left: 10px;
}
.site-header.header-two .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.site-header.header-two .top-bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  padding: 14.5px 0;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-two .top-bar .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-two .top-bar .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li {
  padding: 52px 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
}
.site-header.header-two .header-navigation ul.navigation-box > li:hover > a, .site-header.header-two .header-navigation ul.navigation-box > li.current > a {
  color: #3538bc;
}
.site-header.header-two .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.site-header.header-three .top-bar {
  position: relative;
  background: #3538bc;
}
.site-header.header-three .top-bar:before, .site-header.header-three .top-bar:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.site-header.header-three .top-bar:before {
  left: 0;
  background: #30355d;
}
.site-header.header-three .top-bar:after {
  right: 0;
  background: #3538bc;
}
.site-header.header-three .top-bar .container {
  position: relative;
  z-index: 10;
}
.site-header.header-three .top-bar .left-content p {
  padding: 14px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.site-header.header-three .top-bar .left-content p a {
  color: #3538bc;
}
.site-header.header-three .top-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}
.site-header.header-three .top-bar .single-header-contact-info + .single-header-contact-info {
  padding-left: 50px;
}
.site-header.header-three .top-bar .single-header-contact-info .icon-block,
.site-header.header-three .top-bar .single-header-contact-info .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.header-three .top-bar .single-header-contact-info .icon-block i {
  display: block;
  font-size: 18px;
  color: #30355d;
}
.site-header.header-three .top-bar .single-header-contact-info .text-block {
  padding-left: 10px;
}
.site-header.header-three .top-bar .single-header-contact-info .text-block p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #30355d;
}
.site-header.header-three .top-bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  padding: 0px 0;
  margin-right: 100px;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  box-shadow: none !important;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.site-header.header-three .top-bar .bootstrap-select > .dropdown-toggle:after {
  vertical-align: 0.1em;
  margin-left: .0em;
}
.site-header.header-three .top-bar .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.header-three .header-navigation {
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.site-header.header-three .header-navigation .main-navigation {
  float: none;
  text-align: center;
}
.site-header.header-three .header-navigation ul.navigation-box > li.current > a,
.site-header.header-three .header-navigation ul.navigation-box > li:hover > a {
  color: #3538bc;
}
.site-header.header-three .header-navigation ul.navigation-box > li {
  padding: 52px 0;
}
.site-header.header-three .header-navigation ul.navigation-box > li + li {
  margin-left: 56px;
}
.site-header.header-three .header-navigation .right-side-box .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #949494;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.site-header.header-three .header-navigation .right-side-box .social a:hover {
  color: #fff;
  background: #30355d;
}
.site-header.header-three .header-navigation .right-side-box .social a + a {
  margin-left: 10px;
}
.site-header.header-three .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.site-header.header-four .top-bar {
  text-align: center;
background: #3538bc;
}
.site-header.header-four .top-bar .left-content p {
  padding: 10.5px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.site-header.header-four .top-bar .left-content p a {
  color: #3538bc;
}
.site-header.header-four .lower-bar .container {
  position: relative;
}
.site-header.header-four .lower-bar .container .logo-box {
float:left;
padding: 5px 0;
}


.header-four {
position: relative;
}


.header-four .lower-bar {
padding: 5px 0;
}


.header-four .lower-bar .right-content {
margin-top: 25px;
}



.site-header.header-four .lower-bar .container .logo-box img {
width: 150px;
}


.site-header.header-four .lower-bar .single-header-contact-info {
  display: inline-block;
  vertical-align: middle;
  padding: 23px 0;position: relative; margin-left:20px;
}
.site-header.header-four .lower-bar .single-header-contact-info + .single-header-contact-info {
  margin-left: 100px;
}

.site-header.header-four .lower-bar .single-header-contact-info i {
  color: #3538bc;
  font-size: 32px;
  line-height: 1em;
  display: block;
position: absolute;
left: -55px;
}
.site-header.header-four .lower-bar .single-header-contact-info h3, .site-header.header-four .lower-bar .single-header-contact-info p {
  margin: 0;
}
.site-header.header-four .lower-bar .single-header-contact-info h3 {
  color: #30355d;
  font-size: 17px;
  line-height: 1em;
  margin-top: 15px;
  margin-bottom: 8px;margin-top: 0;
}
.site-header.header-four .lower-bar .single-header-contact-info p {
  line-height: 1em;
  font-size: 16px;
  color: #7f8284;
}
.site-header.header-four .header-navigation {
background: #3538bc;
background: #eaeaea;
}
.site-header.header-four .header-navigation .main-navigation {
  float: none;
  text-align: center;
  background: #3538bc;
background: #eaeaea;

}
.site-header.header-four .header-navigation ul.navigation-box > li {
padding: 14px 0;
}
.site-header.header-four .header-navigation ul.navigation-box > li > a {
  
  font-weight: 600;
}
.site-header.header-four .header-navigation ul.navigation-box > li + li {

}

/*
* large screen fixing
*/

@media(min-width: 1921px) {
    .site-header.header-one {
        background: #002C42;
    }
    .site-header.header-one .header-navigation,
    .site-header.header-one .top-bar {
        max-width: 1920px;
        margin: auto;
    }
    .site-header.header-one .container-fluid {
        background: #fff;
    }
}

/*
* expandable menu started
*/


@media (max-width: 1199px) {


    .header-navigation {
        margin-bottom: 0;
    }

    .logo-box {
        width: 100%;
        float: none;
        margin: 0 !important;
    }

    .navigation-box {
        margin: 0;
    }

    .header-navigation .menu-toggler {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 15px;
        color: #fff;
        border: none;
        font-size: 28px;
        float: right;
        outline: none;
        cursor: pointer;
    }

    .menu-toggler:hover {
        border-color: #00AD4D;
    }

    .menu-toggler .icon-bar {
        background: #fff;
    }

    .menu-toggler:hover .icon-bar {
        background: #00AD4D;
    }

    .header-navigation .navbar-collapse {
        padding-bottom: 0;
        overflow: auto !important;
        width: 100%;
    }

    .header-navigation .navbar-collapse {
        display: none !important;
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        margin: 0;
        background: #000;
        transition: all .5s ease;
        height: 0;
    }

    .header-navigation .navbar-collapse.showen {
        display: block !important;
        height: auto;
        max-height: 70vh;
    }

    .navbar-collapse.show {
        overflow-y: auto;
    }

    .header-navigation .nav {
        width: 100%;
        text-align: left;
    }

    .header-navigation .nav>li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none;
    }

    .header-navigation .nav>li+li {
        margin-left: 0 !important;
    }

    .header-navigation .nav>li>a {
        padding: 8px 0;
    }

    .header-navigation .right-box.nav {
        width: 100%;
        margin: 0;
    }

    .header-navigation .right-box.nav>li>a {
        border: none !important;
        padding: 8px 0;
        color: #fff;
    }

    .header-navigation .nav>li>a:after {
        display: none;
    }

    .header-navigation .nav.navigation-box+.nav {
        border-top: 1px dashed #282828;
    }

    .header-navigation .navigation-box>li>.sub-menu,
    .header-navigation .navigation-box>li>.sub-menu>li>.sub-menu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transition: none !important;
        display: none;
        float: none !important;
        margin: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header-navigation .navigation-box>li>.sub-menu>li>a::after {
        display: none;
    }

    .header-navigation ul.navigation-box>li+li {
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        float: none;
    }

    .header-navigation .nav>li.show-mobile {
        display: none;
    }

    .header-navigation ul.navigation-box>li>a,
    .header-navigation .right-box.nav>li>a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 9px 20px !important;
        transition: background 0.4s ease 0s;
        text-transform: capitalize;border-bottom: 1px solid #fff3;border-right:0;
    }

    .header .stricky-fixed.header-navigation .nav>li {
        padding: 0 !important;
    }

    .header-navigation ul.navigation-box li a .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
        padding: 9px 9px;
        position: absolute;
        top: 2px;
        right: 15px;
        /*margin-top: 8px;*/
        margin-right: 0px;
        display: block;
        cursor: pointer;
    }

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px;
    }

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .header-navigation .right-side-box {
        top: 10px;
        right: 15px;
        transform: translateY(0%)
    }

    .header-navigation {
        position: absolute;
    }

    .header-navigation .logo-box {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        float: none;
        padding-right: 145px;
    }

    .header-navigation .logo-box .navbar-brand {
        float: left;
        padding: 20px 0;
    }

    .header-navigation .logo-box .navbar-toggler {
        float: left;
    }

    .header-navigation ul.navigation-box {
        display: block;
        margin: 0 !important;
        width: 100%;
    }

    .header-navigation ul.navigation-box>li {
        padding: 0;
        display: block;
    }

    .header-navigation ul.navigation-box>li>a {
        display: block;
        padding: 13px 30px;
    }

    .header-navigation ul.navigation-box>li>a:after {
        display: none;
    }

    .header-navigation ul.navigation-box>li+li {
        margin: 0;
    }

    .header-navigation .main-navigation {
        float: none;
        width: 100%;
        display: none;
        background: #30355d;
    }
.header-navigation .logo-box,
    .header-navigation .menu-toggler {
        display: block;
    }

    .header-navigation.stricky-fixed ul.navigation-box>li {
        padding: 0;
    }

    .header-navigation .logo-box .navbar-brand {
        background-color: transparent;
    }

    .header-navigation .menu-toggler {
        float: right;
    }

    .header-navigation .logo-box {
        padding-right: 0 !important;
    }

    .header-navigation {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .site-header.header-one .header-navigation .right-side-box .quote-btn {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .site-header.header-one .header-navigation {
        padding-left: 0;
    }

    .site-header.header-one .top-bar .left-content {
        width: 100%;
        text-align: center;
    }

    .site-header.header-two .header-navigation .menu-toggler {
        float: right;
        margin: 36px 0;
        color: #fff;
    }

    .site-header.header-two .header-navigation ul.navigation-box>li {
        padding: 0 !important;
    }

    .site-header.header-three .header-navigation .menu-toggler {
        float: right;
        margin: 36px 0;
    }
    .site-header.header-three .header-navigation .logo-box {
        padding-right: 200px !important;
    }
    .site-header.header-three .header-navigation .right-side-box {
        top: 28px;
    }
    .site-header.header-three .header-navigation .main-navigation {
        text-align: left;
    }
    .site-header.header-three .header-navigation ul.navigation-box > li {
        padding: 0;
    }
    .site-header.header-three .header-navigation ul.navigation-box > li + li {
        margin-left: 0;
    }
    .site-header.header-three .header-navigation.stricky-fixed ul.navigation-box > li {
        padding: 0;
    }

    .site-header.header-four .header-navigation .menu-toggler {
        margin-left: 0;
    }
    .site-header.header-four .header-navigation ul.navigation-box > li {
        padding: 0;
    }
    .site-header.header-four .header-navigation .main-navigation {
        text-align: left;
    }
    .site-header.header-four .header-navigation ul.navigation-box > li + li {
        margin-left: 0;
    }


}


@media (max-width: 991px) {
    .site-header.header-one .header-navigation {
        max-width: calc(100% - 100px);
    }

    .site-header.header-one .top-bar .single-header-contact-info+.single-header-contact-info {
        padding-left: 15px;
        margin-left: 15px;
    }
}

@media(max-width: 767px) {
    .site-header.header-one .top-bar .right-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .site-header.header-one .top-bar .single-header-contact-info {
        width: 50%;
        float: left;
    }

    .site-header.header-one .top-bar .single-header-contact-info+.single-header-contact-info {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }

    .site-header.header-one .header-navigation {
        max-width: 100%;
    }
}

/*
* main style started
*/


@media(max-width: 1199px) { 

    .site-header.header-two .top-bar .single-header-contact-info+.single-header-contact-info {
        padding-left: 20px;
        margin-left: 20px;
    }


.site-header.header-three .top-bar:before, .site-header.header-three .top-bar:after {
        width: 100%;
        height: 50%;
    }
    .site-header.header-three .top-bar:before{
        top:0;
    } 
    .site-header.header-three .top-bar:after {
        top: auto;
        bottom: 0;
    }
    .site-header.header-three .top-bar [class*=float-] {
        width: 100%;
        text-align: center;
    }
}



@media(max-width: 991px) {
   .site-header.header-three .top-bar .single-header-contact-info + .single-header-contact-info {
        padding-left: 25px;
    }


    .site-header.header-four .lower-bar .container .logo-box {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        text-align: center;
        display: block;
    }
    .site-header.header-four .lower-bar .container [class*=float-] {        
        width: 100%;
        text-align: center;display: none;
    }
    .site-header.header-four .lower-bar .single-header-contact-info + .single-header-contact-info {
        margin-left: 30px;
    }

}



@media(max-width: 767px) { 
#nav_menu-2 {
padding-left: 0;
}


.header-four .lower-bar {
    padding-bottom: 0;
}






.header-navigation {
top: 20px;

left: 0;

right: auto;

width: 100%;
}


.site-header.header-two .top-bar .single-header-contact-info .text-block p {
        font-size: 14px;
    }

    .site-header.header-two .top-bar .single-header-contact-info {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .site-header.header-two .top-bar [class*=float-] {
        width: 100%;
        text-align: center;
    }

    .site-header.header-two .top-bar [class*=float-right] {
        display: none;
    }

    .site-header.header-two .top-bar .single-header-contact-info+.single-header-contact-info {
        margin-left: 0;
        border: none;
    }





.site-header.header-three .top-bar .bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
        vertical-align: text-bottom;
    }
    .site-header.header-three .top-bar .single-header-contact-info {
        padding-top: 0;
    }
    .site-header.header-three .top-bar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        margin-right: 30px;
    }
    .site-header.header-three .top-bar:before, .site-header.header-three .top-bar:after {
        display: none;
    }
    .site-header.header-three .top-bar .left-content p a {
        color: #002c42;
    }




    .site-header.header-one .stricky-menu.stricky-fixed {
        display: none;
    }

}

@media (max-width: 480px) {
    .site-header.header-one .top-bar .single-header-contact-info {
        width: 100%;
    }

    .site-header.header-one .top-bar .single-header-contact-info:last-child {
        display: block;
    }






    .site-header.header-three .header-navigation .logo-box {
        padding-right: 0 !important;
    }
    .site-header.header-three .header-navigation .right-side-box {
        display: none;
    }
    .site-header.header-four .lower-bar .left-content {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .site-header.header-four .lower-bar .right-content {
        margin-bottom: 30px;display: none;
    }
    .site-header.header-four .lower-bar .single-header-contact-info {
        display: block;
        padding: 0;
    }
    .site-header.header-four .lower-bar .single-header-contact-info + .single-header-contact-info {
        margin: 0;
        margin-top: 20px;
    }

}





@media (max-width: 375px) {
    .site-header.header-one .header-navigation .right-side-box .quote-btn {
        display: none;
    }

    .site-header.header-one .header-navigation .right-side-box {
        top: 20px;
        right: 20px;
    }.site-header.header-two {
        position: relative;
        background: rgba(0, 44, 66, 1);
    }
    .site-header.header-two .top-bar [class*=float-left] {
        margin-bottom: 10px;
    }

.site-header.header-three .top-bar .left-content p {
        font-size: 14px;
    }


}










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


/***************/
.formrder {
direction: ltr;
text-align: left;
background: #f6f6f6;
padding: 25px;	
font-family: "open";
margin: 0 auto;
}

.formrder h2 {	font-family: "open";
font-size:22px;
text-align: center;
}

.formrder p {
text-align: left;
}

/*
.formrder label {
	 display: flex;
	 cursor: pointer;
	 font-weight: 500;
	 position: relative;
	 overflow: hidden;margin: 0;color: #0e1b4d;text-transform: capitalize;
font-size: 14px;

}
.formrder label input {
	 position: absolute;
	 left: -9999px;
}

.formrder label input:checked + span:before {
	 box-shadow: inset 0 0 0 0.4375em #ec9c24;
}
.formrder label span {
	 display: flex;
	 align-items: center;
	 padding: 0.375em 0.75em 0.375em 0.375em;
	 border-radius: 99em;
	 transition: 0.25s ease;
}


.formrder label span:before {
	 display: flex;
	 flex-shrink: 0;
	 content: "";
	 background-color: #fff;
	 width: 1.5em;
	 height: 1.5em;
	 border-radius: 50%;
	 margin-right: 0.375em;
	 transition: 0.25s ease;
	 box-shadow: inset 0 0 0 0.125em #999;
}*/


.new-desi {

display: flex;

gap: 30px;

align-items: center;
}

.new-desi p { 
margin: 0;color: #000;
min-width: 210px;	font-family: "open";
}



#staff {
display:none;
}


.ord-form {
margin: 0 0 50px;
}


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


.ord-form.new-as .new-desi {
width: 100%;
display: inline-block;

}


.ord-form.new-as .formrder label {
margin-bottom: 10px;
color: #0e1b4d;
display: block;text-transform: capitalize;
font-size: 14px;

}

.ord-form.new-as .formrder label.sele {

line-height: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: space-between;
}



.ord-form.new-as .new-desi select {
width: 100%;
background: #fff;
border: none;
height: 45px;
padding: 0 15px;
font-size: 14px;
color: #888;
-webkit-appearance: none;
outline: none !important;
box-shadow: none !important;
}



.ord-form.new-as .cool select {
width: 70px;
background: #fff;
border: none;
height: 45px;
padding: 0 15px;
font-size: 14px;
color: #888;
-webkit-appearance: none;
outline: none !important;
box-shadow: none !important;padding-left: 4px;
}


.ord-form.new-as .new-desi {
position: relative;
}




.ord-form.new-as .new-desi:after {
  content: "\f107";
  position: absolute;
right: 15px;
top: 42px;
font-size: 14px;
color: #000;
  font-family: FontAwesome;
}
.cool .sele:after {
  content: "\f107";
  position: absolute;
right: 10px;
top: 10px;
font-size: 14px;
color: #000;
  font-family: FontAwesome;
}

.sele {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.sele input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.sele input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sele input:checked ~ .checkmark {
  background-color: #EC9C24;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sele input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tey-num {
width: 100%;

border: none;

height: 45px;

padding: 0 15px;

font-size: 14px;
}



.formrder h2 {
text-transform: capitalize;
font-size: 20px;
color: #0e1b4d;
}


p.agree {
margin: 25px 0 0;
position: relative;
padding-left: 25px;
}

p.agree input {
position: absolute;
left: 0;

}


p.agree label {
display:inline-block;
}




	




.add-num {
width: 45px;
height: 40px;
position: absolute;
right: 0;
z-index: 99;
text-align: center;
padding: 4px;
font-size: 12px;
text-align: center;
}


.add-num[type=number]::-webkit-inner-spin-button, 
.add-num[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}



input[type=number]::-moz-inner-spin-button, 
input[type=number]::-moz-outer-spin-button {
  opacity: 1;
}

[data-input][type="number"]::-webkit-inner-spin-button, 
[data-input][type="number"]::-webkit-outer-spin-button {  
   -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number] {
  -moz-appearance: textfield;text-align: center;
}


.some-er {
width: calc(50% - 8px);

float: left;
}

/*
.ord-form.new-as .new-desi.two-ch {
display: flex;
}*/

.two-ch .some-er {
  position: relative;
}



.two-ch .some-er:after {
  content: "\f107";
  position: absolute;
right: 15px;
bottom: 12px;
font-size: 14px;
color: #000;
  font-family: FontAwesome;
}

.colors,
.ord-form.new-as .new-desi.two-ch:after,
.cool,
.ord-form.new-as .new-desi.nmnm-paper,
.ord-form.new-as .ieee2,
.ord-form.new-as .ieee {
display: none;
}



.some-er:nth-child(odd) {
margin-right:16px;
}


.nmnm-paper .some-er {
margin-bottom: 15px;
}


.eve-img {
margin:25px 0;
}

select option,
select {
-webkit-appearance: none;
outline: none !important;
box-shadow: none !important;
}

@media (max-width: 767px) {
    .slider-news2.owl-carousel2 .card {
    width: 49%;
}

.bf-latest .card figure img {
height: 174px;
}

.slider-news2.owl-carousel2 .card .card-body {
padding:8px;
}

.section-header h2 { 
font-size: 20px;
}

.ts-facts .ts-facts-img {
width: 60px;

margin: 0 0 15px 0;
}

.ts-facts .ts-facts-content .ts-facts-num {
font-family: arial;
}

        .about-section {
            position: relative;
            padding: 25px 0;
        }

.social { 
display: none;
}

.order-1,
.formrder { 
    max-width:100%;    width:100%;
padding: 15px !important;
}


p.agree {
    margin: 15px 0 0;

}

.ord-form {
    margin: 30px 0;
}
}







#text input {
width: 50%;
margin-top:12px;
float: left;
border:0;
background:#fff;
height:45px;
padding:0 15px;
font-size:14px;
width: calc(50% - 8px);
float: left;
}




#text input:nth-child(odd) {
margin-right:16px;
}






