body{
	background: #000;
	color: #fff !important
}

/* BOOTSTRAP OVER-RIDE*/
.panel {
    background-color: #000;
    border-bottom: 1px solid #aaa !important;
}
#accordion .collapse.in {
    background-color: #000;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #000;
}

/* END BS */


.container {
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}
@media (min-width:768px) {
 .container {
  max-width:990px;
  width: 100%;
 }
}
@media (min-width:992px) {
 .container {
  max-width:1200px;
  width: 100%;
 }
}
@media (min-width:1200px) {
 .container {
  max-width:1170px;
  width: 100%;
 }
}
.
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
}
a:hover {
  color: rgba(53, 114, 185, 1);
  text-decoration: none;
}

ul {
	margin-bottom: 0;
}

/*
#demos {
	padding: 60px 0;
}

#demos h4 {
	margin: 20px 0 0 0;
}

#showcase-first {
	padding-top: 90px;
	padding-bottom: 90px;
}

#hero-top {
	background: #f5f5f5;
	padding: 60px 0;
	margin-top: 72px;
}

#hero-bottom {
	background: #f5f5f5;
	padding: 60px 0;
}
*/
#frame-2 {
	width: 100%;
}

#frame-2 .slidee {
	margin: 0;
	padding: 0;
	list-style: none;
}

#frame-2 .slidee.bordered li {
	border-top: 6px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 6px solid #fff;
	border-right: 3px solid #fff;
}

#frame-2 .slidee li {
	float: left;
	width: 290px;
}

@media (min-width: 1280px) {
	#frame-2 .slidee li {
		width: 380px;
	}
}

@media (min-width: 1900px) {
	#frame-2 .slidee li {
		width: 460px;
	}
}

.modal.in .modal-dialog {
	z-index: 1040;
}

.modal-backdrop.in {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color: #f5f5f5;
}

.modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.modal-header {
	padding: 0;
	border-bottom: 0px solid #e5e5e5;
}

.modal-header .col-xs-10, .modal-header .col-xs-2  {
	padding: 0;
}

.demo.btn, .demo.btn:hover, .demo.btn:focus, .demo.btn:active, .demo.btn:active:focus {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	padding: 22px 12px;
	margin: 0;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.demo-icon .icon {
	margin: 12px;
}

.btn.launch {
	background: #999;
}

.btn.launch:hover {
	background: #888;
}

.btn.back {
	background: #333;
}

.btn.back:hover {
	background: #222;
}

.navbar {
	margin-bottom: 0;
	border: none;
	/*border-bottom: 1px solid #000;*/
}
.nav a, .navbar-default .navbar-nav>li>a {
    color: #000;
}
#homepage .navbar-default .navbar-nav > li#hmlnk > a, 
#aboutpg .navbar-default .navbar-nav > li#abtlnk > a, 
#newspg .navbar-default .navbar-nav > li#nwslnk > a, 
#servicespg .navbar-default .navbar-nav > li#srvcslnk > a, 
#guitarspg .navbar-default .navbar-nav > li#gtrslnk > a, 
.navbar-nav .collapse.in {
    background: #fff;
}
/*
#homepage .navbar-default .navbar-nav > li#hmlnk > a, #homepage .navbar-default .navbar-nav > li#hmlnk > a:hover, #aboutpg .navbar-default .navbar-nav > li#abtlnk > a, #aboutpg .navbar-default .navbar-nav > li#abtlnk > a:hover, #newspg .navbar-default .navbar-nav > li#nwslnk > a, #newspg .navbar-default .navbar-nav > li#nwslnk > a:hover, #servicespg .navbar-default .navbar-nav > li#srvcslnk > a, #servicespg .navbar-default .navbar-nav > li#srvcslnk > a:hover, #guitarspg .navbar-default .navbar-nav > li#gtrslnk > a, #guitarspg .navbar-default .navbar-nav > li#gtrslnk > a:hover {
    color: #fff !important;
    background-color: rgb(53, 114, 185) !important;
    text-shadow: 1px 1px 1px #000;
}
*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
  background-color: rgb(53, 114, 185) !important;
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5) !important;
}
.nav a, .navbar-default .navbar-nav>li>a {
	text-align: left;
	text-shadow: 0 .05rem .1rem rgba(255, 255, 255, .5) !important;
}

.dropdown-menu {
	/*border: 1px solid #e7e7e7;*/
	border-left: 1px solid rgba(53, 114, 185, 1);
	border-right: 1px solid rgba(53, 114, 185, 1);
	border-bottom: 1px solid rgba(53, 114, 185, 1);
	border-top: none;
	border-radius: 0;
	min-width: 120px;
	box-shadow: none;
	opacity: 0;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 6px 11px 14px -9px rgb(0, 0, 0);
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	border-left: 1px solid rgba(53, 114, 185, 1);
	border-right: 1px solid rgba(53, 114, 185, 1);
	border-bottom: 1px solid rgba(53, 114, 185, 1);
	border-top: none;
	box-shadow: 6px 11px 14px -9px rgb(0, 0, 0);
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	right: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {

  color: #fff !important;
  text-shadow: 0 .05rem .1rem rgba(255, 255, 255, .5) !important;
  background-color: rgb(53, 114, 185) !important;

}
/*
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-right-color: #e7e7e7;
	margin-top: 5px;
	margin-left: -10px;
}
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: auto;
}

.yamm .yamm-content {
	padding: 20px 30px;
}

.yamm .yamm-content a {
	display: block;
	padding: 5px 0 !important;
	text-align: left;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.tonespec {
  border-bottom: 1px solid #555;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  margin-top: 20px;
}
hr.border-dark {
  border: #0F161E;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  flex-shrink: 0;
  width: 100%;
  max-width: 96%;
  display: flex;
  align-content: center;
  margin: 0 auto;
}
hr.my-10.border-dark {
  margin-bottom: 15px;
}
.jstfy {
	text-align:justify;	
}
			   .opn_cls {
				   float:right;
				   margin-right:5px;
			   }

				.notcollapsed.collapsed .accrdn_close {
				   display:none;
			   }
				.notcollapsed.collapsed .accrdn_open {
				   display:inline-block;
			   }
				.notcollapsed .accrdn_open {
				   display:none;
			   }
.panel-group.accordion {
	font-family:'Orbitron', sans-serif;
	color: #fff;
}
.panel-group.accordion .accordion-ul {
  font-size: 14px;
}
.panel-default > .panel-heading {
  /*color: #fff;
  background-color: rgb(53, 114, 185);
  border-color: rgb(53, 114, 185);*/
  cursor: pointer;
display: block;
padding: 0;
/*border-bottom: 1px solid #CCC;*/
position: relative;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
color:#0F161E;
}
#accordion .panel-heading {
  border-top: none !important;
  border-bottom: none !important;
}
#accordion .panel {
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.feature {
  margin-bottom: 20px;
}

/*
.accordion .panel-heading .open{
cursor: pointer;
display: block;
padding: 15px 5px;
border-bottom: 1px solid #CCC;
position: relative;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
  margin: 0;
}
.accordion .open {
  color: #fff;
  background: rgb(53, 114, 185);
}
*/
.theme-one .accordion h1, 
.theme-one .accordion h2, 
.theme-one .accordion h3, 
.theme-one .accordion h4 {
  margin: 0;
}
.panel-title > a {
  color: #0F161E;
    padding: 15px 5px;
	display:block;
	font-family: 'Orbitron', sans-serif;
}

/*panel background color*/
.panel-title a.collapsed {
    background-color: #000;
    color: #fff !important;
}
.panel-title a {
  background-color: rgb(53, 114, 185);
  color: #fff !important;
}
.panel {
	border-left-color:#fff;
	border-right-color:#fff;
	border-top-color:#fff;
}
.panel {
    background-color: #000;
    border: 0px solid transparent;
    border-bottom: 1px solid #aaa !important;
}
.panel-body {
  padding: 5px;
}
img.newProduct {
    border: 3px double #fff;
}
/**/
#galleryimgs .container {
  max-width: 1111px;
}
.gallery-item::after, .gallery-item .gallery-caption {
  transition: all .3s ease-in-out;
  opacity: 0;
}
.gallery-item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: -1.4375rem;
  margin-left: -1.4375rem;
  transform: scale(0.3);
  color: #fff;
  font-family: "around-icons";
  font-size: 2rem;
  text-align: center;
  line-height: 2.875rem;
  content: "";
  z-index: 5;
}
.gallery-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  background-color: rgba(53, 114, 185, 0.55);
  content: "";
  opacity: 0;
  z-index: 1;
}
.gallery-item > img {
  display: block;
  width: 100%;
}
/**/
.gallery-item .gallery-caption {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem .5rem;
    transform: translateY(0.5rem);
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    z-index: 5
}

.gallery-item::after,
.gallery-item .gallery-caption {
    transition: all .3s ease-in-out;
    opacity: 0
}

.gallery-item:hover::before,
.gallery-item:hover::after,
.gallery-item:hover .gallery-caption {
    transform: none;
    opacity: 1
}

.gallery-item.gallery-video::after {
    padding-left: .125rem;
    transform: none;
    border-radius: 50%;
    background-color: #fff;
    color: #5a5b75;
    font-size: .875rem;
    font-weight: 700;
    opacity: 1;
    box-shadow: 0 .375rem 1rem -0.25rem rgba(0, 0, 0, .2);
    content: ""
}

gallery-item {
    display: block;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.gallery-item>img {
    display: block;
    width: 100%
}

.gallery-item::before {
    display: block;
    position: absolute;
    top: 0;
left: 10px;
width: 90%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    background-color: rgba(53, 114, 185, 0.55);
    content: "";
    opacity: 0;
    z-index: 1;
	text-align: center;
margin: 0;
border-radius: 1rem !important;


}
#gallery .col-md-2.col-sm-6.mb-grid-gutter {
  padding: 0 10px;
}

.gallery-item::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.875rem;
    height: 2.875rem;
    margin-top: -1.4375rem;
    margin-left: -1.4375rem;
    transform: scale(0.3);
    color: #fff;
    font-family: "around-icons";
    font-size: 2rem;
    text-align: center;
    line-height: 2.875rem;
    content: "";
    z-index: 5
}
.git-link::after {
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 1.375rem;
  content: "Learn More" !important;
}

.gallery-item .gallery-caption {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem .5rem;
    transform: translateY(0.5rem);
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    z-index: 5
}

.gallery-item::after,
.gallery-item .gallery-caption {
    transition: all .3s ease-in-out;
    opacity: 0
}

.gallery-item:hover::before,
.gallery-item:hover::after,
.gallery-item:hover .gallery-caption {
    transform: none;
    opacity: 1
}

.gallery-item.gallery-video::after {
    padding-left: .125rem;
    transform: none;
    border-radius: 50%;
    background-color: #fff;
    color: #5a5b75;
    font-size: .875rem;
    font-weight: 700;
    opacity: 1;
    box-shadow: 0 .375rem 1rem -0.25rem rgba(0, 0, 0, .2);
    content: ""
}

.map-popup::after {
    display: none
}

.map-popup .gallery-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 500
}

.map-popup:hover .gallery-caption {
    transform: translateY(-50%)
}

.lg-on {
    overflow: hidden
}

.lg-item:focus,
.lg:focus,
.lg-outer:focus,
.lg-inner:focus {
    outline: none
}

.comment:not(.token) {
    margin-bottom: 2rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #e9e9f2;
    font-size: 0.9375rem
}

.comment:not(.token)>.comment {
    position: relative;
    margin-top: 1.875rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
    padding-left: 3.25rem;
    border-bottom: 0
}

.comment:not(.token)>.comment::before {
    position: absolute;
    top: 0;
    left: 1.125rem;
    width: .25rem;
    height: 100%;
    background-color: #e9e9f2;
    content: ""
}

@media(max-width: 499.98px) {
    .comment:not(.token)>.comment {
        padding-left: 2.125rem
    }
    .comment:not(.token)>.comment::before {
        left: 0
    }
}

.btn-video {
    display: inline-block;
    flex: 0 0 auto;
    width: 5.625rem;
    height: 5.625rem;
    padding-left: .125rem;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    color: #5a5b75;
    font-size: 1.25rem;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 .25rem 1rem -0.25rem rgba(55, 56, 78, .2);
    vertical-align: middle
}

.btn-video::before {
    font-family: "around-icons";
    line-height: 5.625rem;
    content: ""
}

.btn-video:hover {
    color: rgba(53, 114, 185, 1);
    text-decoration: none;
    box-shadow: 0 .375rem 1.125rem -0.5rem rgba(118, 109, 244, .7)
}

.btn-video-primary {
    background-color: rgba(53, 114, 185, 1);
    color: #fff;
    box-shadow: none !important
}

.btn-video-primary:hover {
    background-color: #493ef0;
    color: #fff
}

.btn-video-sm {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1rem
}

.btn-video-sm::before {
    line-height: 3.75rem
}
/**/
.mb-grid-gutter {
  margin-bottom: 1.875rem !important;
}
.rounded-3 img {
    border-radius: 1rem !important;
}

.content-half-img:hover {
  opacity: 0.5;
}
footer {
  /*font-family: 'Raleway', sans-serif;*/
  font-weight: normal;
  padding: 2% 0;
    text-shadow:none !important;

}
.footer {
    flex-shrink: 0
}
.footer p {
	  font-family: 'Orbitron', sans-serif;
}
.bg-custom {
background-color: rgba(53, 114, 185, 1);
}
img {
  width: 100%;
}
img, figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.opacity-60 {
  opacity: .6 !important;
}
.text-light {
  color: #fff !important;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .9)
}
.pb-sm-3 {
  padding-bottom: 1rem !important;
}

@media (min-width: 768px) {
	.text-md-end {
	  text-align: right !important;
	}
}
@media (min-width: 768px) {
	.order-md-2 {
	  order: 2 !important;
	}
}
.btn-scroll-top {
    display: block;
    position: fixed;
    right: -4.125rem;
    bottom: 0;
    width: 2.75rem;
    height: 2.75rem;
    /*
	transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity .3s, background-color .25s ease-in-out;
    bottom: 1.25rem;
	*/
	transition: all 0.5s ease 0s;
    border-radius: .75rem;
    background-color: rgba(53, 114, 185, 0.25);
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025
}

.btn-scroll-top>.btn-scroll-top-icon {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 2.625rem
}

.btn-scroll-top .btn-scroll-top-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.btn-scroll-top:hover {
    background-color: rgba(53, 114, 185, 0.85);
    color: #fff
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
    visibility: visible;
    opacity: 1
}

.btn-scroll-top.show {
    /*
	right: 1.25rem;
	*/
    opacity: 1;
	border: 1px solid #fff;
    right: 3rem;
	bottom: 6rem;
}

@media(max-width: 499.98px) {
    .btn-scroll-top {
        width: 2.29075rem;
        height: 2.29075rem;
        bottom: 1rem
    }
    .btn-scroll-top>.btn-scroll-top-icon {
        line-height: 2.29075rem
    }
    .btn-scroll-top.show {
        right: 1rem
    }
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
	  right: auto;
	  left: auto;
	}
}

.nav-link-style.nav-link-light {
  color: rgba(255, 255, 255, .7);
  text-shadow:none;
}
.nav-link-style {
  display: inline-block;
  transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
  color: #5a5b75;
  font-weight: 500;
  text-decoration: none;
  text-shadow:none;
  padding: 0 5px;
}

[class^=ai-],
[class*=" ai-"] {
    display: inline-block;
    font-family: "around-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ai-activity:before {
    content: ""
}

.ai-airplay:before {
    content: ""
}

.ai-alert-circle:before {
    content: ""
}

.ai-alert-octagon:before {
    content: ""
}

.ai-alert-triangle:before {
    content: ""
}

.ai-align-center:before {
    content: ""
}

.ai-align-justify:before {
    content: ""
}

.ai-align-left:before {
    content: ""
}

.ai-align-right:before {
    content: ""
}

.ai-anchor:before {
    content: ""
}

.ai-aperture:before {
    content: ""
}

.ai-archive:before {
    content: ""
}

.ai-arrow-down-circle:before {
    content: ""
}

.ai-arrow-down-left:before {
    content: ""
}

.ai-arrow-down-right:before {
    content: ""
}

.ai-arrow-down:before {
    content: ""
}

.ai-arrow-left-circle:before {
    content: ""
}

.ai-arrow-left:before {
    content: ""
}

.ai-arrow-right-circle:before {
    content: ""
}

.ai-arrow-right:before {
    content: ""
}

.ai-arrow-up-circle:before {
    content: ""
}

.ai-arrow-up-left:before {
    content: ""
}

.ai-arrow-up-right:before {
    content: ""
}

.ai-arrow-up:before {
    content: ""
}

.ai-at-sign:before {
    content: ""
}

.ai-award:before {
    content: ""
}

.ai-bar-chart-2:before {
    content: ""
}

.ai-bar-chart:before {
    content: ""
}

.ai-battery-charging:before {
    content: ""
}

.ai-battery:before {
    content: ""
}

.ai-behance:before {
    content: ""
}

.ai-bell-off:before {
    content: ""
}

.ai-bell:before {
    content: ""
}

.ai-bluetooth:before {
    content: ""
}

.ai-bold:before {
    content: ""
}

.ai-book-open:before {
    content: ""
}

.ai-book:before {
    content: ""
}

.ai-bookmark:before {
    content: ""
}

.ai-box:before {
    content: ""
}

.ai-briefcase:before {
    content: ""
}

.ai-calendar:before {
    content: ""
}

.ai-camera-off:before {
    content: ""
}

.ai-camera:before {
    content: ""
}

.ai-cast:before {
    content: ""
}

.ai-check-circle:before {
    content: ""
}

.ai-check-square:before {
    content: ""
}

.ai-check:before {
    content: ""
}

.ai-chevron-down:before {
    content: ""
}

.ai-chevron-left:before {
    content: ""
}

.ai-chevron-right:before {
    content: ""
}

.ai-chevron-up:before {
    content: ""
}

.ai-chevrons-down:before {
    content: ""
}

.ai-chevrons-left:before {
    content: ""
}

.ai-chevrons-right:before {
    content: ""
}

.ai-chevrons-up:before {
    content: ""
}

.ai-chrome:before {
    content: ""
}

.ai-clipboard:before {
    content: ""
}

.ai-clock:before {
    content: ""
}

.ai-cloud-drizzle:before {
    content: ""
}

.ai-cloud-lightning:before {
    content: ""
}

.ai-cloud-off:before {
    content: ""
}

.ai-cloud-rain:before {
    content: ""
}

.ai-cloud-snow:before {
    content: ""
}

.ai-cloud:before {
    content: ""
}

.ai-code:before {
    content: ""
}

.ai-codepen:before {
    content: ""
}

.ai-codesandbox:before {
    content: ""
}

.ai-coffee:before {
    content: ""
}

.ai-columns:before {
    content: ""
}

.ai-command:before {
    content: ""
}

.ai-compass:before {
    content: ""
}

.ai-copy:before {
    content: ""
}

.ai-corner-down-left:before {
    content: ""
}

.ai-corner-down-right:before {
    content: ""
}

.ai-corner-left-down:before {
    content: ""
}

.ai-corner-left-up:before {
    content: ""
}

.ai-corner-right-down:before {
    content: ""
}

.ai-corner-right-up:before {
    content: ""
}

.ai-corner-up-left:before {
    content: ""
}

.ai-corner-up-right:before {
    content: ""
}

.ai-cpu:before {
    content: ""
}

.ai-credit-card:before {
    content: ""
}

.ai-crop:before {
    content: ""
}

.ai-crosshair:before {
    content: ""
}

.ai-database:before {
    content: ""
}

.ai-delete:before {
    content: ""
}

.ai-disc:before {
    content: ""
}

.ai-dollar-sign:before {
    content: ""
}

.ai-download-cloud:before {
    content: ""
}

.ai-download:before {
    content: ""
}

.ai-dribbble:before {
    content: ""
}

.ai-droplet:before {
    content: ""
}

.ai-edit-2:before {
    content: ""
}

.ai-edit-3:before {
    content: ""
}

.ai-edit:before {
    content: ""
}

.ai-external-link:before {
    content: ""
}

.ai-eye-off:before {
    content: ""
}

.ai-eye:before {
    content: ""
}

.ai-facebook:before {
    content: ""
}

.ai-fast-forward:before {
    content: ""
}

.ai-feather:before {
    content: ""
}

.ai-figma:before {
    content: ""
}

.ai-file-minus:before {
    content: ""
}

.ai-file-plus:before {
    content: ""
}

.ai-file-text:before {
    content: ""
}

.ai-file:before {
    content: ""
}

.ai-film:before {
    content: ""
}

.ai-filter-alt:before {
    content: ""
}

.ai-filter:before {
    content: ""
}

.ai-flag:before {
    content: ""
}

.ai-folder-minus:before {
    content: ""
}

.ai-folder-plus:before {
    content: ""
}

.ai-folder:before {
    content: ""
}

.ai-framer:before {
    content: ""
}

.ai-frown:before {
    content: ""
}

.ai-gift:before {
    content: ""
}

.ai-git-branch:before {
    content: ""
}

.ai-git-commit:before {
    content: ""
}

.ai-git-merge:before {
    content: ""
}

.ai-git-pull-request:before {
    content: ""
}

.ai-github:before {
    content: ""
}

.ai-gitlab:before {
    content: ""
}

.ai-globe:before {
    content: ""
}

.ai-google:before {
    content: ""
}

.ai-grid:before {
    content: ""
}

.ai-hangouts:before {
    content: ""
}

.ai-hard-drive:before {
    content: ""
}

.ai-hash:before {
    content: ""
}

.ai-headphones:before {
    content: ""
}

.ai-heart:before {
    content: ""
}

.ai-help-circle:before {
    content: ""
}

.ai-hexagon:before {
    content: ""
}

.ai-home:before {
    content: ""
}

.ai-image:before {
    content: ""
}

.ai-inbox:before {
    content: ""
}

.ai-info:before {
    content: ""
}

.ai-instagram:before {
    content: ""
}

.ai-italic:before {
    content: ""
}

.ai-key:before {
    content: ""
}

.ai-layers:before {
    content: ""
}

.ai-layout:before {
    content: ""
}

.ai-life-buoy:before {
    content: ""
}

.ai-link-2:before {
    content: ""
}

.ai-link:before {
    content: ""
}

.ai-linkedin:before {
    content: ""
}

.ai-list:before {
    content: ""
}

.ai-loader:before {
    content: ""
}

.ai-lock:before {
    content: ""
}

.ai-log-in:before {
    content: ""
}

.ai-log-out:before {
    content: ""
}

.ai-mail:before {
    content: ""
}

.ai-map-pin:before {
    content: ""
}

.ai-map:before {
    content: ""
}

.ai-maximize-2:before {
    content: ""
}

.ai-maximize:before {
    content: ""
}

.ai-meh:before {
    content: ""
}

.ai-menu:before {
    content: ""
}

.ai-message-circle:before {
    content: ""
}

.ai-message-square:before {
    content: ""
}

.ai-messenger:before {
    content: ""
}

.ai-mic-off:before {
    content: ""
}

.ai-mic:before {
    content: ""
}

.ai-minimize-2:before {
    content: ""
}

.ai-minimize:before {
    content: ""
}

.ai-minus-circle:before {
    content: ""
}

.ai-minus-square:before {
    content: ""
}

.ai-minus:before {
    content: ""
}

.ai-monitor:before {
    content: ""
}

.ai-moon:before {
    content: ""
}

.ai-more-horizontal:before {
    content: ""
}

.ai-more-vertical:before {
    content: ""
}

.ai-mouse-pointer:before {
    content: ""
}

.ai-move:before {
    content: ""
}

.ai-music:before {
    content: ""
}

.ai-navigation-2:before {
    content: ""
}

.ai-navigation:before {
    content: ""
}

.ai-octagon:before {
    content: ""
}

.ai-odnoklassniki:before {
    content: ""
}

.ai-package:before {
    content: ""
}

.ai-paperclip:before {
    content: ""
}

.ai-pause-circle:before {
    content: ""
}

.ai-pause:before {
    content: ""
}

.ai-paypal:before {
    content: ""
}

.ai-pen-tool:before {
    content: ""
}

.ai-percent:before {
    content: ""
}

.ai-phone-call:before {
    content: ""
}

.ai-phone-forwarded:before {
    content: ""
}

.ai-phone-incoming:before {
    content: ""
}

.ai-phone-missed:before {
    content: ""
}

.ai-phone-off:before {
    content: ""
}

.ai-phone-outgoing:before {
    content: ""
}

.ai-phone:before {
    content: ""
}

.ai-pie-chart:before {
    content: ""
}

.ai-pinterest:before {
    content: ""
}

.ai-play-circle:before {
    content: ""
}

.ai-play:before {
    content: ""
}

.ai-plus-circle:before {
    content: ""
}

.ai-plus-square:before {
    content: ""
}

.ai-plus:before {
    content: ""
}

.ai-pocket:before {
    content: ""
}

.ai-power:before {
    content: ""
}

.ai-printer:before {
    content: ""
}

.ai-radio:before {
    content: ""
}

.ai-refresh-ccw:before {
    content: ""
}

.ai-refresh-cw:before {
    content: ""
}

.ai-repeat:before {
    content: ""
}

.ai-rewind:before {
    content: ""
}

.ai-rotate-ccw:before {
    content: ""
}

.ai-rotate-cw:before {
    content: ""
}

.ai-rss:before {
    content: ""
}

.ai-save:before {
    content: ""
}

.ai-scissors:before {
    content: ""
}

.ai-search:before {
    content: ""
}

.ai-send:before {
    content: ""
}

.ai-server:before {
    content: ""
}

.ai-settings:before {
    content: ""
}

.ai-share-2:before {
    content: ""
}

.ai-share:before {
    content: ""
}

.ai-shield-off:before {
    content: ""
}

.ai-shield:before {
    content: ""
}

.ai-shopping-bag:before {
    content: ""
}

.ai-shopping-cart:before {
    content: ""
}

.ai-shuffle:before {
    content: ""
}

.ai-sidebar:before {
    content: ""
}

.ai-skip-back:before {
    content: ""
}

.ai-skip-forward:before {
    content: ""
}

.ai-skype:before {
    content: ""
}

.ai-slack:before {
    content: ""
}

.ai-slash:before {
    content: ""
}

.ai-sliders:before {
    content: ""
}

.ai-smartphone:before {
    content: ""
}

.ai-smile:before {
    content: ""
}

.ai-speaker:before {
    content: ""
}

.ai-star:before {
    content: ""
}

.ai-stop-circle:before {
    content: ""
}

.ai-sun:before {
    content: ""
}

.ai-sunrise:before {
    content: ""
}

.ai-sunset:before {
    content: ""
}

.ai-tablet:before {
    content: ""
}

.ai-tag:before {
    content: ""
}

.ai-target:before {
    content: ""
}

.ai-telegram:before {
    content: ""
}

.ai-terminal:before {
    content: ""
}

.ai-thermometer:before {
    content: ""
}

.ai-thumbs-down:before {
    content: ""
}

.ai-thumbs-up:before {
    content: ""
}

.ai-toggle-left:before {
    content: ""
}

.ai-toggle-right:before {
    content: ""
}

.ai-tool:before {
    content: ""
}

.ai-trash-2:before {
    content: ""
}

.ai-trash:before {
    content: ""
}

.ai-trello:before {
    content: ""
}

.ai-trending-down:before {
    content: ""
}

.ai-trending-up:before {
    content: ""
}

.ai-truck:before {
    content: ""
}

.ai-tumblr:before {
    content: ""
}

.ai-tv:before {
    content: ""
}

.ai-twitch:before {
    content: ""
}

.ai-twitter:before {
    content: ""
}

.ai-type:before {
    content: ""
}

.ai-umbrella:before {
    content: ""
}

.ai-underline:before {
    content: ""
}

.ai-unlock:before {
    content: ""
}

.ai-upload-cloud:before {
    content: ""
}

.ai-upload:before {
    content: ""
}

.ai-user-check:before {
    content: ""
}

.ai-user-minus:before {
    content: ""
}

.ai-user-plus:before {
    content: ""
}

.ai-user-x:before {
    content: ""
}

.ai-user:before {
    content: ""
}

.ai-users:before {
    content: ""
}

.ai-viber:before {
    content: ""
}

.ai-video-off:before {
    content: ""
}

.ai-video:before {
    content: ""
}

.ai-vimeo:before {
    content: ""
}

.ai-vk:before {
    content: ""
}

.ai-voicemail:before {
    content: ""
}

.ai-volume-1:before {
    content: ""
}

.ai-volume-2:before {
    content: ""
}

.ai-volume-x:before {
    content: ""
}

.ai-volume:before {
    content: ""
}

.ai-watch:before {
    content: ""
}

.ai-wechat:before {
    content: ""
}

.ai-wifi-off:before {
    content: ""
}

.ai-wifi:before {
    content: ""
}

.ai-wind:before {
    content: ""
}

.ai-x-circle:before {
    content: ""
}

.ai-x-octagon:before {
    content: ""
}

.ai-x-square:before {
    content: ""
}

.ai-x:before {
    content: ""
}

.ai-youtube:before {
    content: ""
}

.ai-zap-off:before {
    content: ""
}

.ai-zap:before {
    content: ""
}

.ai-zoom-in:before {
    content: ""
}

.ai-zoom-out:before {
    content: ""
}

.ai-quotes:before {
    content: ""
}

.ai-star-filled:before {
    content: ""
}

.ai-whatsapp:before {
    content: ""
}

#hero-bottom {
	padding-bottom: 20px;
	padding-top: 0;
}
.gallery h3.feature__title {
	color:#000;
}
#products {
    padding-top: 0;
/*
    border-top: 10px double rgba(53, 114, 185, 1);
    border-bottom: 10px double rgba(0, 0, 0, 1);
*/
    border-top: 5px double rgba(255, 255, 255, 1);
    border-bottom: 5px double rgba(255, 255, 255, 1);
}
.arrow-left:after {
    border-right-color: #000;
}
.arrow-right:after {
    border-left-color: #000;
}
.quote-stand-out {
  font-size: 22px;
  border-left: 5px solid;
  padding: 0px 0px 0px 5%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;equus
}
