﻿html, body {border:0; margin:0; padding:0;}

body {font-family:'PTS55F'; /*background:url(../images/bg.jpg) repeat;*/}



@font-face {font-family:'PTS55F'; src: url(../fonts/PTS55F.ttf);}
@font-face {font-family:'FRADMCN'; src: url(../fonts/FRADMCN.ttf);}

.font_fam_BarbedorT{font-family:'BarbedorT';}




h1, h2, h3, h4, h5, h6 {margin:0; padding:0 0 5px 0; font-family:'PTS55F';}

ul, ol {margin:0; padding:0;}

img {border:0;}

a, a:link, a:visited, {text-decoration:none; outline:none; }
a:hover{color:#fff;}

form input, form select, form textarea {font:12px, tahoma, calibri;}

form label {cursor:pointer;}

table {border:0px; margin:0; padding:0;}

table tr td {padding:5px;}

.left{float:left;}

.right{float:right}

.width100{width:100%;}
.wrapper{width:100%; float:left;}
.black-text{color:#222;}
.white-text{ color:#fff;}
.ucase{text-transform:uppercase;}

h1{
	color:#0393d6;
	font-size:20px;
}
h2{
	color:#000;
	font-size:16px;
}
h3{
	color:#0393d6;
	font-size:16px;
}
h4{
	color:#FFF;
	font-size:16px;
}
strong{
	color:#0095DA;
	font-family:'PTS55F';
	font-size:13px;
	font-weight:normal;
}
p{
	color:#333;
	font-family:'PTS55F';
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
}
.list li{
	font-family:'PTS55F';
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#333;
	list-style:url(../images/list.png);
	margin-left:30px;
}
.list li ul li{
    font-family: 'PTS55F';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333;
    list-style: decimal;
    margin-left: 30px;
}
.read-more a{
	font-family:'PTS55F';
	font-size:14px;
	color:#fff;
	background:#0393d6;
	padding:7px 10px;
	text-decoration:none;
	margin-top:10px;
	float:right;
}
.read-more a:hover{
	font-family:'PTS55F';
	font-size:14px;
	color:#fff;
	background:#010101;
	padding:7px 10px;
	text-decoration:none;
	margin-top:10px;
	float:right;
}

/*---------------------------------------------------Menu---------------------------------------------------*/

.menu-area{
	width:100%;
	float:left;
	background:#101010;
}
.menu-wrapper{
	width:100%;
	margin:0 auto;
}
/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.menu-box {	
	height: 42px;
	width: 100%;
	float:left;
	text-align:center;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 42px;
}

/* Links */

.menu li a {
	display: block;
	padding: 14px 15px 10px 15px ;
	margin: 1px 0;
	text-decoration: none;
	text-transform:uppercase;	
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #000000;
	font-family:'PTS55F';
	font-size: 12px;
	color: #f3f3f3;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { 
	color:#fff;
	background:#0393d6;
	padding: 14px 15px 10px 15px ;
}

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 42px;
	left: 0;

	opacity: 0;
	
	background: #0393d6;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: auto;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 150px;
	padding: 10px 10px 10px 25px;
	text-align:left;
	margin: 0;

	border: none;
	border-bottom: 1px solid #eee;
}

.menu ul li a:hover {
	width: 150px;
	padding: 10px 10px 10px 25px;
	text-align:left;
	margin: 0;
	color:#fff;
	background:#0393d6;

	border: none;
	border-bottom: 1px solid #eee;
}

.menu ul li:last-child a { border: none; }

/* Icons */

/*.menu a.documents { background: url(../img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }*/
/*-------------------------------------End of Menu---------------------------------------------*/
/*-------------------------------------Banner Area---------------------------------------------*/
.banner-area{
	width:100%;
	float:left;
}
.banner-wrapper{
	width:100%;
	margin:0 auto;
}
.logo-box{
	width:100%;
	height:80px;
	float:left;
	padding:10px 0;
}
.banner-box{
	width:100%;
	height:350px;
	float:left;
}
.line{
	width:100%;
	height:4px;
	float:left;
	text-align:center;
	margin:10px 0;
}
/*-------------------------------------End of Banner area---------------------------------------------*/
/*-------------------------------------Content Area---------------------------------------------*/
.content-area{
	width:100%;
	float:left;
}
.content-wrapper{
	width:100%;
	margin:0 auto;
}
.content-box{
	width:100%;
	float:left;
}
.content-box1{
	width:100%;
	float:left;
	padding:20px;
	background:#fff;
	border:none;
}
.home-cont-box{
	width:100%;
	float:left;
	height:600px;
	background:#fff;
	padding:20px;
	border:none;
}

.home-cont-box1{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	padding:20px;
	border:none;
	margin-top:10px;
}

.home-cont-box2{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	padding:20px;
	border:none;
}

.home-cont-box3{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	padding:20px;
	border:none;
}
/*-------------------------------------End of Content Area---------------------------------------------*/
/*-------------------------------------Footer Area---------------------------------------------*/
.footer-area{
	background:#010101;
	margin-top:10px;
	width:100%;
	float:left;
}
.footer-wrapper{
	width:100%;
	margin:0 auto;
}
.footer-box{
	width:100%;
	padding:10px 0;
	float:left;
}
.footer-left{
	width:100%;
	text-align:left;
	float:left;
}
.footer-right{
	width:100%;
	text-align:right;
	float:left;
}
.footer li{
	list-style:none;
	display:inherit;
	text-decoration:none;
	color:#fff;
	font-size:13px;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	text-decoration:none;
	color:#0393d6;
}
/*-------------------------------------End of Footer Area---------------------------------------------*/
.customer-list-cont-box{
	width:100%;
	float:left;
	padding:20px;
	background:#fff;
	border:none;
}
.location-cont-box{
	width:100%;
	float:left;
	margin:5px 0;
}
.location-address-box{
	width:100%;
	float:left;
	margin-right:25px;
}
.location-map-box{
	width:100%;
	float:left;
}
.left-box{
	width:100%;
	float:left;
	margin-right:28px;
}
.right-box{
	width:100%;
	float:left;
}

.text-box{
	border:1px solid #ddd;
	width:100%;
	height:40px;
	background:#fff;
	opacity:1;
	padding:0 10px;
	border-radius:1em;
	moz-border-radius:1em;
	-webkit-border-radius:1em;
}

.text-box:hover{
	border:1px solid #0079d4;
	width:100%;
	height:40px;
	background:#fff;
	opacity:0.5;
	padding:0 10px;
	border-radius:1em;
	moz-border-radius:1em;
	-webkit-border-radius:1em;
}

.message-box{
	border:1px solid #ddd;
	width:100%;
	min-height:150px;
	background:#fff;
	padding:0 10px;
	border-radius:1em;
	moz-border-radius:1em;
	-webkit-border-radius:1em;
}

.message-box:hover{
	border:1px solid #0079d4;
	width:100%;
	min-height:150px;
	background:#fff;
	padding:0 10px;
	border-radius:1em;
	moz-border-radius:1em;
	-webkit-border-radius:1em;
}
.client-list-box{
	width:100%;
	height:auto;
	float:left;
	border-top: 4px solid #0095da;
	margin: 10px;
	box-shadow: 0 2px 10px rgba(34, 30, 31, 0.4);
	display: flex;
	justify-content: center;
	
}
.client-list-box:hover{
	width:100%;
	height:auto;
	float:left;
	border-top:2px solid #0095da;
	margin:10px;
	transition: all 0.2s ease 0s;
	box-shadow: 0 2px 20px rgb(153, 153, 153);
}
.contentv table
{
	width:100%; border:1px; cellspacing:0; cellpadding:0; bordercolor:#666666; text-align:left; font-size:13px; font-weight:normal;
}
.contentv th
{
	padding:10px;
	text-align:center;
}

.contentv td
{
	padding:10px;
	text-align:center;
}



/*------------------------------------------------------menu------------------------------------------*/




.carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px)
{
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}



































.start-header {
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: auto;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: auto;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #000 !important;
}
.nav-item.active .nav-link{
	color: #000 !important;
	border-bottom:2px solid #8167a9;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.link-to-portfolio {
	  position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12,12,12,.1);
}






















.card {
    box-shadow: 0px 4px 8px 0px #BDBDBD
}

.profile-pic {
    width: 100px !important;
    height: 100px;
    box-shadow: 0px 4px 8px 0px #BDBDBD
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #1E88E5 !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #0D47A1 !important;
    background-color: transparent !important
}

.owl-dots {
    display: none
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.item {
    display: none
}

.next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}

.prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6
}

.item.show {
    display: block;
    transition-duration: 0.4s
}

@media screen and (max-width: 999px) {

    .next,
    .prev {
        transform: scale(1);
        opacity: 1
    }

    .item {
        display: block !important
    }
}







.banner {
    position: relative;
    height: auto;
    padding: 75px 0 16px;
    margin: 0 auto;
    text-align: center;
}

.dg-container {
    position: relative;
    width: 100%;
    height: 350px;
}

.dg-wrapper {
    width: 320px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.dg-wrapper a:first-child {
    z-index: 2;
}

.dg-wrapper a img {
    display: block;
    /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);*/
    border-radius: 4px;
    width: 100%;
    height:350px;
    background: #fff;
}

.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s ease-in-out;
}

.dg-container nav {
    display: none;
}

.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
}

.dg-container #lightButton2 {
    bottom: 20px;
}

.dg-container .button {
     position: relative;
     z-index: 5;
 }

.dg-container .button li {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.dg-container .button .light {
    background: #01BDFF;
	
}









/*---------------css-----------------*/
.product-list-box{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	height: 300px;
	padding: 0px 15px;
	margin-top: 15px;
}

.product-list-box2{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	height: 300px;
	padding: 0px 15px;
	margin-top: 15px;
}

.product-list-box p strong{
	font-size:15px;
}

.product-pdf h4{
	color: #249bf2;
}