/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}
strong {
    font-weight: 600;
}
html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family:"Nunito Sans", sans-serif;
}

::selection {
  background: #ff589e;
  color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-bottom-120 {
  padding-bottom: 150px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}
.padding-top-120 {
  padding-top: 150px !important;
}
.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ff589e;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #8261ee;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #ff589e;
}


button.main-button {
    color: #fff;
    background: #1f55de;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-weight:700;
}
button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
   font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
    background: #507ae4!important;
}
.text-300 {
	font-size:14px;
}
ul.list-unstyled.text-white li {
    display: flex;
    align-items: baseline;
    margin: 5px 0;
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 10px 50px rgba(0,0,0,0.1);
  /*border-radius: 40px;*/
  min-height: 80px;
  background: #fff;
}
/*.header-area .main-nav::after{
	content: "";
    background: #fff;
    position: absolute;
    height: 100%;
    right: -48%;
    width: 50%;
}
.header-area .main-nav::before{
	content: "";
    background: #fff;
    position: absolute;
    height: 100%;
   	left: -48%;
    width: 50%;
}*/

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 10px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #007bff;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 5px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #007bff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 5px !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-bg-new.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;
}
.about, .services, .contact, .product-hero {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/hero-about.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; 
  height: 65vh;
}
.services{
	background-image: url(../images/hero-services.png);
}
.contact{
	background-image: url(../images/hero-contact.png);
}
.product-hero{
	background-image: url(../images/product-details-bg.png);
	height:45vh;
}
.breadcrumb{
	background:transparent;
}
.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
 /* margin-bottom: 30px;*/
  color: #fff;
}

@media (max-width: 765px) {
  .exhibitionimg{
    width: 240px;
    height: auto;
  }
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
}
#features figure img{
	padding: 15px;
    border-right: 1px dashed #d1d6e4 !important;
    border-radius: 50% !important;
    position: relative;
	border: 2px solid #007bff;
}
#features figure img.b-left{
	padding: 15px;
    border-left: 1px dashed #d1d6e4 !important;
	border-right: solid #007bff !important;
    border-radius: 50% !important;
    position: relative;
	border: 2px solid #007bff;
}
.heading-underline {
    position: relative;
    display: inline-block;
	z-index:1;
}
.heading-underline::after {
    height: 40%;
    border-radius: 45px;
    -webkit-transform: translate3d(-50%,40%,0);
    transform: translate3d(-50%,40%,0);
}

.heading-underline::after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 40%;
    width: 105%;
    background-color: #f1f2f5;
    z-index: -1;
}
.heading-underline-contact::after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 40%;
    width: 105%;
    background-color: #ddd;
    z-index: -1;
}


.products .card{
	/* background:transparent; */
	border-radius: 1rem;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	border:none;
	transition:all 0.3s ease-in;
}
.products .card:hover{
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.products .card-body{
	background:#ffffff;
}
.products .absolute-centered{
	top: 31%;

}
a.main-button {
    color: #ffffff;
    background:#1f55de;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-weight:700;
}

a.main-button:hover {
    background: #507ae4 !important;
    -webkit-box-shadow: 0 7px 15px rgba(31,85,222,.26);
    box-shadow: 0 7px 15px rgba(31,85,222,.26);
    -webkit-transform: translateY(-.125rem);
    -ms-transform: translateY(-.125rem);
    transform: translateY(-.125rem);
}


@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {

  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}



/* 
---------------------------------------------
Our Products
--------------------------------------------- 
*/

#ourproducts .carousel-inner {
    width: 85%;
    margin: 0 auto;
	background: #fff;
    padding: 25px 45px;
    border-radius: 0.5em;
}
#ourproducts .carousel-item {
	background:#fff;
}
#ourproducts .carousel-item .row {
    display: flex;
    align-items: center;
}
#ourproducts figure img {
    padding: 15px;
    border-right: 1px dashed #d1d6e4 !important;
	border: 2px solid #007bff;
    border-radius: 50%;
    position: relative;
}

#ourproducts .carousel-indicators {
    position: absolute;
    z-index: 15;
    width: 30px;
    list-style: none;
    top: 89%;
    left: 0;
	right:0;
    padding: 0;
    margin: 0 auto;
}
#ourproducts .carousel-indicators li {
	flex:none;
    margin-top: 10px;
    display: block;
    border-color: #ddd;
	border-radius:10px;
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border: 2px solid #fff !important;
	opacity:1;
}
#ourproducts .carousel-indicators .active {
    background-color: #007bff;
    border: 2px solid #ccc !important;
}
/*#ourproducts .carousel-indicators li:nth-of-type(1) {
    margin:2px 0 0 -17px;
}
#ourproducts .carousel-indicators li:nth-of-type(2) {
    margin: 10px 0 0 35px;
   
}
#ourproducts .carousel-indicators li:nth-of-type(3) {
   margin:2px 0 0 35px;
}
#ourproducts .carousel-indicators li:nth-of-type(4) {
     margin:7px 0 0 35px;
}*/
#ourproducts .carousel-control-next, #ourproducts .carousel-control-prev{
	opacity:1;
	width:auto;
}
#ourproducts .carousel-control-next-icon, #ourproducts .carousel-control-prev-icon{
	background-image:none;
}
#ourproducts .carousel-control-next-icon, #ourproducts .carousel-control-prev-icon {
    display: inline-block;
    background-color: #007bff;
    -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,.5);
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,.5);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
	    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

}
 #ourproducts .carousel-control-prev-icon {
    -webkit-box-shadow: -0.125rem 0.125rem 0.25rem rgba(0,0,0,.5);
    box-shadow: -0.125rem 0.125rem 0.25rem rgba(0,0,0,.5);
}
#ourproducts .carousel-control-prev:hover .carousel-control-prev-icon{
	 -webkit-box-shadow: -0.125rem 0.125rem 1.25rem rgba(0,0,0,.5);
    box-shadow: -0.125rem 0.125rem 1.25rem rgba(0,0,0,.5);
}

#ourproducts .carousel-control-next:hover .carousel-control-next-icon{
	 -webkit-box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,.5);
    box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,.5);
}

#ourproducts .sr-only {
    position: absolute;
    width: 0.5rem;
    padding: 0;
    clip: auto;
    height: 1.7rem;
}

.border-after:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #007bff;
    bottom: 0px;
    right: -20px;
    z-index: 1;
}
.border-verticle:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #007bff;
    bottom: -2px;
    left: -20px;
    transform: rotate(90deg);
    z-index: 1;
}
/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 60px 0px;
}

#contact-us h5 {
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/*.contact-text p {
  margin-bottom: 28px;
}*/
.contact-text a{
	color:#000;
}
.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(190deg, #007bff 0%, #007bff 90%);
  padding: 30px 0;
}

footer .copyright {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}


.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.list-unstyled span.text-success{
	margin-right:5px;
}

.absolute-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.rounded-soft {
    border-radius: .375rem!important;
}
.border-top-6x {
    border-top: 6px solid #28a745!important;
    border: none;
}
ul.list-styled {
    margin: 0;
    padding: 0 0 0 20px;
}
ul.list-styled li {
    line-height: 1.3;
    margin-bottom: 5px;
}
.table td{
	font-size:14px;
	padding:10px 5px;
}
.product_table_th {
    color: #FFFFFF;
    background-color: #0588ae;
}
.product_table_td_gray {
    color: #000000;
    background-color: #bcbdbd;
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #007bff 0%, #8261ee 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  justify-content: center;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 100px;
  height: 100px;
  -webkit-animation: jumper 0.6s 0s linear infinite;
  animation: jumper 0.6s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.exhibitionimg {
    background: #fff;
    padding: 10px;
}