

 body {
	     color: #888;
		 background: #f6f7fb !important;
		 overflow-x:hidden;
 }
header {
	   background-image:url('../img/navback2.png'); 
	   background-size:cover;
	       background-position: center;
       border-bottom: 2px solid #eb5825;
  
}
#footer{
	       padding: 0 0 10px 0;
			background: #122232;
}
.logo {
	    background: rgba(18, 34, 50, 0.90);
    width: 43%;
   margin: 10px auto 5px;
    border-radius: 0;
    display: block;
}
#visits {
	float: right;
    position: absolute;
    top: 0;
   right: 75px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
	    background: rgba(18, 34, 50, 0.90);
    color: #fff;
}
.beta {
	float: left;
    margin: 0;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    position: relative;
    top: 5px;
    background: rgba(18, 34, 50, 0.90);
    display: none;
    padding: 5px 15px;
    font-size: 18px;
}
.text {
		text-align:left;
	}
/* image zoom */

a.lightbox img {
  
    width: 100%;
    border: none;
	outline:none;
   
}
a.lightbox i{
	font-size: 16px;
	    position: relative;
    float: right;
    bottom: 20px;
    right: 5px;
    color: #122232;
}
/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 2px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 2px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
    z-index: 1;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.9;}

/* The Modal (background) */
.imgmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 0; /* Location of the box */
	margin:0;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-text {
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-text, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.imgclose {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px 5px 20px;
    background: #fff;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.imgclose:hover,
.imgclose:focus {
    color: #122232;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-text {
        width: 100%;
    }
}

#player {
  height: 0;
  width: 0
}

/*audio player */
.audio-speaker{
	background: #eb5825;
	    display: none;

}
.audio-speaker-hover{
		background: #343943;
}
.audiospeaker {
   background-repeat: no-repeat;
 background-image:url("../img/audio-speaker.png");
    background-size: 200%;
    background-position: 100% 0;
       height: 25px;
    width: 23px;
    cursor: pointer;
    display: block;
   position: absolute;
    top: 5px;
    right: 15px;
    display: block;
}
.back_btn{
       width: 40px;
    position: relative;
    /* top: -11%; */
    bottom: 80px;
    right: 20px;
    float: right;
    cursor: pointer;
}
.cable{
	    background: #eb5825;
        font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.img-home {
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.back_btn2{   
    top: 5%;   
}
.work h4 {
	    font-family: 'Rajdhani', sans-serif;
    font-size: 26px;
    color: #122232;
    text-transform: uppercase;
}
.work {
	margin-bottom:30px;
}
.speakerplay {
  background-position: 0 0;
}
.work .img1, .work .img2  {
       background-size: 1300px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    border: 3px solid orange;
}
.work .img1 {
background-image: url(../img/Soundtech-Banner-1.gif); }
.work .img2 {
background-image: url(../img/Soundtech-Banner-2.gif); }

.page-not-found {
    background: url(../img/not-avail-bg.jpg) center;
    background-size: cover;
    margin-bottom: 30px;
   
	    padding: 50px;
    height: 350px;
}
.page-not-found h1{
	font-family: 'Rajdhani', sans-serif;
    color: yellow;
    text-transform: uppercase;
	    font-size: 45px;

}
.page-not-found p {
	color:white;
	    font-family: 'Raleway', sans-serif;
    font-size: 16px;

}
.page-not-found a{
	color:yellow;
	text-decoration:none;
}
.company, .company:hover{
	text-decoration:none;
	color:#eb5825;
}
.sound_header {
/*padding: 30px 0 0 0;
    padding: 15px 0 0 0;*/
}
.navbar-nav {
    margin: 0;
    float: none;
}
.navbar-default {
	    /* margin: 10px 0 10px 15px; */
    margin: 0 auto;
    width: fit-content;

    min-height: 40px;
    padding: 0;
border: 0; 
    outline: none !important;
    vertical-align: top;
    background: transparent;
    font-weight: normal;
    line-height: 1.5em;
    
}
.navbar-default2 {
    margin: 10px 0 10px 0 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #eb5825;
    background-color: transparent;
}
.navbar-default2 .navbar-nav>li>a {
    font-size: 18px;
    padding: 15px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #eb5825;
	
    background-color: transparent;
}


.music_player{
	    float: right;
    bottom: 40px;
    margin-bottom: -40px;
    position: relative;
    /* top: 115px; */
}
.nav{
	    /*padding-left: 15px;*/
}
.head_nav a:hover span, .head_nav a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.head_nav a span::before, .head_nav a span:active ::before {
background :#eb5825;
    position: absolute;
	padding: 10px 15px;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #0965a0; */
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.head_nav a .active{
	background: #eb5825;
}
.head_nav a span {
	font-family: 'Rajdhani', sans-serif;
    position: relative;
    display: inline-block;
   padding: 10px 15px;
	color: #fff;
    background: #122232;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.nav2 {
     padding-left: 0!important;
    margin: 0 -15px;
}
.head_nav>li>a {
    color: #fff;
	font-family: 'Rajdhani', sans-serif;
	font-size: 24px;
    position: relative;
    display: inline-block;
    /*margin: 15px 25px;*/
    outline: none;
	padding:0;
    

}
.service_box_light{
	background:#eb5825;
	
}
.service_box_dark{
	 background: #122232;	
}
.service_box_body h2 {
font-family: 'Raleway', sans-serif;
    font-size: 50px;
    padding: 0 0;
    line-height: 55px;
    width: 325px;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 300;
    text-transform: uppercase;
    overflow: hidden;
}
#popup-window h1 {
	    font-family: 'Rajdhani', sans-serif;
}
#popup-window p {
    font-family: 'Raleway', sans-serif;
	font-size:16px;
}
.service_box_dark:hover::before {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.service_box_light:hover::before {
    -webkit-animation: backaway 2s 1; 
    animation: backaway 2s 1;
}
.service_box_light::before {
content: '\f0d1';
    font-family: FontAwesome;
    color: #122232;
    font-size: 110px;
    line-height: 110px;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    margin-right: 20px;

}
.service_box_dark::before {
    content: '\f0ad';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: FontAwesome;
    color: #eb5825;
    font-size: 110px;
    line-height: 110px;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    margin-right: 20px;
}
.service_box {
    font-family: 'Open Sans',sans-serif;
    padding: 90px 0 90px 60px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    min-height: 20px;
    margin-bottom: 0;
}


@-webkit-keyframes backaway
{
	25%{
		-webkit-transform:translate(-150px,0);
		opacity:0;
		filter:alpha(opacity=0);
		}
	50%{
		-webkit-transform:translate(150px,0);
		opacity:0;
		filter:alpha(opacity=0);
		}
	100%{
		-webkit-transform:translate(0,0);
		opacity:1;
		filter:alpha(opacity=100);
		}
}
		
@keyframes backaway
{
	25%{
			transform:translate(-300px,0);
		}
	50%{
			visibility:hidden;
			transform:translate(300px,0);
		}
	100%{
			visibility:visible;
			transform:translate(0,0);
		}
}
#brands_collection{
    padding-bottom: 20px;
}

.breadcrumb_margin{
	padding:0 15px;
	margin-top:30px;
}
.heading_homepage {
	font-family: 'Rajdhani', sans-serif;
    margin: 50px 0 20px 0;
    text-align: center;
	color: #122232;
	font-size: 30px;
	text-transform:uppercase;
}

.homepage_item{
	      border: 1px solid #122232;
       margin: 20px 0;
    padding: 30px;
    background: #fff;
    text-align: center;
}
.brands .homepage_item{ padding : 0;}
.brands .submit-btn {
	    height: 60px;
        text-align: center;
}
.brands .submit-btn span {
     display: block;
   
    position: relative;
    top: 50%;
    left: 50%;
  
    transform: translate(-50%, -50%);
   }
.homepage_item:hover{
	      border: 1px solid #eb5825;
}
.homepage_item img {
       max-width: 100%;
    opacity: 1;
    transform: scale(0.9);
    transition: .3s ease-in-out;
	}
.homepage_item:hover img {
        max-width: 100%;
    opacity: 1;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.homepage_item h4, .submit-btn {
   display: inline-block;
    margin: 0;
  font-family: 'Comfortaa', cursive;
    color: #fff;
    background: #122232;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 25px;
}


.button_sliding_bg {

    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #31302B;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.homepage_item:hover  .button_sliding_bg {
    box-shadow: inset 0 100px 0 0 #eb5825;
    color: #FFF;
}
#footer .social li a , header .social li a{
    display: block;
    color: #fff;
    background: #343943;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 300px;
}
#footer .social {
       padding: 10px 0;
    
}
#footer .social li  {
       list-style-type: none;
    font-size: 24px;
    line-height: 50px;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 300px;
    text-align: center;
}
header .social li {
   list-style-type: none;
    font-size: 18px;
    line-height: 32px;
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 300px;
    text-align: center;
}
.follow_us{
	font-family: 'Comfortaa', cursive;
    color: white;
    font-size: 16px;
    text-align: left;
    padding: 10px 0 0 0;
    margin: 15px 0 0 0;
}
.line1{
	font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 14px;
    text-align: left;
    padding: 10px 0 0 0;
    margin: 16px 0 0 0;
	 letter-spacing: 1px;
}
#footer .social li a:hover {
    color: #fff;
    background: #eb5825;
    text-decoration: none;
}
header .social li a:hover {
    color: #fff;
    background: #eb5825;
    text-decoration: none;
}
#footer .payment li {
    list-style-type: none;
    font-size: 30px;
    line-height: 60px;
    float: right;
    margin-right: 10px;
    
    text-align: center;
}

.copyright , .hits{
	font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
}
.payment{
	    padding: 0 20px;
}
.payment li:hover{
	color:#eb5825;
}
.social {
    margin: 0;
}
/* slider */


.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
  left: 90%;
    width: 60px;
    height: 40px;
    margin-top: -15px;
    font-size: 34px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.carousel-control .fa-angle-right{
    right: 90%;
    width: 60px;
    height: 40px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-inner2 {   
    height: 360px;
    }
.coming-soon{
float: left;
    height: 0;
    position: relative;
    bottom: 65px;
    right: 240px;
}

.coming-soon img {
	width:100%;
}
.coming {
	    background: #122232;
    color: #fff;
	    border: 2px solid #fff;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 1px;
    width: 200px;
    /* font-size: 16px; */
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    font-family: 'Comfortaa', cursive;
    /* font-family: 'Comfortaa', cursive; */
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

/********************************/
/*       Slides backgrounds     */
/********************************/

/* slider end */
/* image zoom*/
.img-zoom {
	position: relative;
	max-width: 600px;
	margin:  0 auto;
	overflow: hidden;
	    padding: 20px;
}
.img-main {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-zoomed {
	position: absolute;
	opacity: 0;
	left: 100%;
	top: 100%;
	transform: translate(50%, 50%);
	transition: opacity .5s linear;
	cursor: pointer;
}
.img-zoom:hover .img-zoomed {
	opacity: 1;
}
.item-cta-block .button.#eb5825-button {
    display: inline-block;
}
button.#eb5825-button, input[type="button"].#eb5825-button, input[type="reset"].#eb5825-button, input[type="submit"].#eb5825-button, a.button.#eb5825-button {
    background-color: #d2282e;
    color: #ffffff;
    padding: 18px 20px;
    box-shadow: 0 3px 0 0 rgba(24, 24, 25, 0.1);
    -webkit-transition: all .75s;
    transition: all .75s;
    margin-bottom: 6px;
}
button .glyphicon-menu-right, input[type="button"] .glyphicon-menu-right, input[type="reset"] .glyphicon-menu-right, input[type="submit"] .glyphicon-menu-right, a.button .glyphicon-menu-right {
    top: -1px;
  
    font-size: 9px;
}

#overview_body{
	background:#fff;
	    margin-bottom: 40px;
}
.prod-name{
	    padding: 30px 10px;
}
.prod-name h2, .description h2{
	font-family: 'Comfortaa', cursive;
    color: #122232;
}
.prod-name h2, .prod-name h3, .prod-price {
    text-align: center;
}
.description h3{
	    font-family: 'Rajdhani', sans-serif;
    color: #122232;
    border-bottom: 2px solid #eb5825;
	text-transform: uppercase;
}
.orange-back{
	background: #eb5825;
	padding: 0em 4em;
	color:white;
    border-style: none;
    height: 300px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	
}
.blur-left {
	background: rgba(255, 255, 255, 0.08);
    height: 185px;
    /* float: left; */
    top: 30px;
    width: 350px;
    position: relative;
    left: -70px;
    z-index: -1;
    -webkit-clip-path: polygon(0 1%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 0%, 75% 100%, 0% 100%);
}
.blur-right{
	   background: rgba(255, 255, 255, 0.08);
    height: 190px;
    position: relative;
    bottom: 60px;
    left: 60px;
    /* float: right; */
    width: 490px;
    -webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.orange-back h2{ 
	font-family: 'Rajdhani', sans-serif;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 38px;
    margin-top: 0;
    z-index: 1;
    display: inline-block;
    position: absolute;
    top: 40px;
    /* border: 1px solid; */
    padding-right: 60px;
	}
.orange-back h3{
	font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    font-style: italic;
    margin: 10px 0;
    position: absolute;
  top: 150px;
	
}
.orange-back h4{
	font-family: 'Comfortaa', cursive;
    padding-top: 30px;
    font-size: 22px;
    position: absolute;
    bottom: 25px;
}
.blue-back{
	background: #122232;
    border-style: none;
    height: 300px;
   -webkit-clip-path: polygon(100% 0%, 100% 0%, 85% 100%, 80% 100%); 
    clip-path: polygon(100% 0%, 100% 0%, 85% 100%, 80% 100%);
}
.description span{
	color: #36454f;
    font-family: 'Raleway', sans-serif !important;
   
	line-height: 30px;
    font-size: 16px !important;
    
}
.prod-name h4{
	font-family: 'Comfortaa', cursive;
    color: gray;
}
   .prod-name h3{
	font-family: 'Raleway', sans-serif;
    color: #122232;
    padding-top: 30px;
    margin: 0;
}
} 
.prod-price h4{
	Color:gray;
	    font-family: 'Raleway', sans-serif;
}
.prod-price h3{
	    font-family: 'Comfortaa', cursive;
	Color:#eb5825;
	    margin: 0;
}
.prod-price{
	    padding: 20px 0;
    position: relative;
    top: 60px;
}
.specs h2{
	    font-family: 'Rajdhani', sans-serif;
    color: #122232;
    border-bottom: 2px solid #eb5825;
}
.Product_mid{
	    background: #fff;
    margin-bottom: 2em;
      padding: 1em 0 2em 0;

}
.Product_mid .img-zoom{
	top:60px;
}
.specs {
    padding: 0 15px 20px 15px;
}
.specs .description {
	    margin-top: 20px;		
		    float: none;

}
.spinner {
position: relative;
    top: 50%;
    width: 50px;
    display: block;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
  background-color: #eb5825;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #122232;
z-index: 999999;
}
.about img {
	width:100%;
	    border: 3px solid #eb5825;
}
.soundtech-title .back{
	border: 2px solid #122232;
    border-radius: 50px;
    float: right;
    color: #122232;
    font-size: 21px;
    padding: 3px 10px 3px 7px;
    bottom: 80px;
    right: 22px;
	margin-bottom: -40px;
    position: relative;
    cursor: pointer;
}
.soundtech-title .back:hover{
	background:#eb5825;
	color:#fff;
	border: 2px solid #eb5825;
}
.specs ul,.specs p, .description ul{
	    color: #36454f;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
       margin: 30px 0;
    padding: 0 30px;
    line-height: 30px;
}

.description ul{
	margin:0 0 30px 0;
}
.description p {
	    padding: 0 30px;
}
.description{
	height: 440px;
	 font-family: 'Raleway', sans-serif;
    overflow: auto;
    float: left;
    position: relative;
    margin-left: -5px;
}
.description::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
} 
.description::-webkit-scrollbar-thumb {
	width:5px;
    background-color: #122232;
}
.specs ul li, .description ul li{
	    border-bottom: 1px solid #d8d8d8;
    list-style-type: none;
	    padding: 3px 0;
}
.specs h3{
	    font-family: 'Raleway', sans-serif;
    color: #eb5825;
}
/* Side Widget */
.side-widget.open {
    margin-right: 0;
	display:none;
}
.side-widget {
   width: 55px;
    z-index: 9;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
       right: -3px;
    bottom: 10px;
    text-align: center;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
}
.btn.btn-blue:hover {
    background-color: #eb5825;
}
.btn.btn-blue {
    background-color: #0082ca;
}
.btn.btn-blue {
	    border: 2px solid #eb5825;
    background-color: #122232;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
.btn {
   font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.widget-close:hover {
    color: #ccc;
}
.widget-close {
    color: #636363;
}
.widget-close {
    position: absolute;
    left: 3px;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}
#popup-container {
  position: fixed;
  z-index: 9990;
  margin: 0 auto;
  top: 10%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 990px;
  display: none;
}

#popup-container.open {
  display: block;
}

.modal-content {
  background-color: rgba(38, 38, 40, 0.98);
  color: #fff;
  padding: 20px 100px;
}

.modal-content input, .modal-content textarea {
	font-family: 'Raleway', sans-serif;
  height: 40px;
      color: #122232;
  border-radius: 0px;
}

.modal-content .btn-primary {
	    font-family: 'Comfortaa', cursive;
  width: 175px;
  background-color: #eb5825;
  color:white;
  border: 0px;
    padding: 10px;
    margin: 0;
}
#footer-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #122232;
}
#footer-form .modal-content ::-moz-placeholder { /* Firefox 19+ */
  color: #122232;
}
#footer-form .modal-content :-ms-input-placeholder { /* IE 10+ */
  color:  #122232;
}
#footer-form .modal-content :-moz-placeholder { /* Firefox 18- */
  color: #122232;
}
textarea.form-control {
	font-family: 'Raleway', sans-serif;
    height: auto;
    border-radius: 0;
	    color: #122232;
		margin-bottom: 1em;
    padding: 13px 12px 0 12px;
}
.modal-content .btn-primary:hover {
  background-color: #122232;
  border: 0px;
}

.modal-content .logorow {
  text-align: center;
}

.close {
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  opacity: .8;
}

.close:hover {
  color: #efefef;
}

/*Contact Page*/

iframe {
	 width: 100%;

}
.block-title.main-heading {
	font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
	text-transform:uppercase;
}
.block-title {
    font-size: 20px;
    line-height: 24px;
    color: #122232;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px #122232  solid;
    margin-bottom: 25px;
}
.block-title span, .soundtech-title-text b , .soundtech-text b{
	color : #eb5825;
}
.article-container.style-1 {
	    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.article-container {
    font-size: 13px;
    line-height: 22px;
    color: #36454f;
    margin-bottom: 25px;
}
.share-box {
    border-top: 1px #122232  solid;
    border-bottom: 1px #122232  solid;
    padding: 12px 0;
	    margin-bottom: 20px;
    position: relative;
}
#content-block *:last-child {
    margin-bottom: 0;
}
.article-container h5, .h5 {
	 font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #122232;
    font-weight: normal;
    text-transform: uppercase;
}
.share-box .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #122232;
    font-weight: 300;
    line-height: 30px;
    float: left;
}
.share-box .socials-box {
    float: right;
}

.socials-box a {
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    color: grey;
    margin: 0 3px;
    text-align: center;
}

.share-box:after {
    width: 100%;
    height: 0;
    clear: both;
    display: block;
    content: "";
}
.information-entry label {
   font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 16px;
	letter-spacing:0.5px;
    color: #122232;
    font-weight: normal;
    display: block;
    margin-bottom: 7px;
    padding-top: 5px;
}
.information-entry label span {
    color: #eb0101;
   font-size: 20px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}
.simple-field {
    margin-bottom: 25px;
    width: 100%;
    border: 1px #e6e6e6 solid;
    font-size: 13px;
    line-height: 43px;
    color: #313131;
    height: 45px;
    padding: 0 20px;
    font-weight: 400;
}
input.simple-field:hover, textarea.simple-field:hover, input.simple-field:focus, textarea.simple-field:focus {
    background: #f7f7f7;
}
.submit-btn{
    border: none;
    font-family: 'Comfortaa', cursive;
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
}

.submit-btn:hover{
    box-shadow: inset 0 100px 0 0 #eb5825;
    color: #FFF;
}
.socials-box {
    font-size: 0;
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.socials-box a:hover {
    color: #122232;
	position: relative;
    top: -5px;
}

.soundtech-title-heading{
	font-family: 'Rajdhani', sans-serif;
    font-size: 40px;
    font-weight: 400;
    /* line-height: 30px; */
    padding: 15px 0;
       margin: 20px 0;
    /* padding-bottom: 20px; */
    text-transform: uppercase;
    color: #122232;
	
}



.soundtech-title-heading:after{
  background-image:url('../img/speak-right.png'); /* with class ModalCarrot ??*/
 content: "";
  background-size: cover;
  width: 70px;
    display: inline-block;
    height: 32px;
    left: 20px;
    top: 3px;
    position: relative;
   
}
.soundtech-title-heading:before{
   background-image:url('../img/speak-left.png'); /* with class ModalCarrot ??*/
  content: "";
    background-size: cover;
  width: 70px;
    display: inline-block;
    height: 32px;
    right: 20px;
    top: 3px;
    position: relative;
    
}
.map iframe {
	height:450px;
}
/*About us*/
.about {
	margin: 30px 0;
}
.soundtech-title-text{
	    font-family: 'Comfortaa', cursive;
		color:#122232;
		
		margin-bottom: 20px;
}
.soundtech-text{
	    font-family: 'Raleway', sans-serif;
    text-align: justify;
    color: #36454f;
    font-size: 16px;
	    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
}
.soundtech-content1{
	padding: 3em 15px;

}
.soundtech-content2{
	padding: 4em 15px;

}
.soundtech-content3{
	padding: 2em 15px;

}
.soundtech-content {
    padding: 2em 15px;
}
.soundtech-margin{
	margin-top:3em;
}

#price {
	    font-family: 'Raleway', sans-serif;
    background-color: #122232;
    border: 1px solid #122232;
    border-radius: 3px;
    font-size: 16px;
	    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    padding: 2px 9px;
  
}

/* breadcrumb*/
#breadcrumb {
	    font-family: 'Raleway', sans-serif;
  list-style: none;
  display: inline-block;
  padding:0
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #eb5825;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #122232;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #122232;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #122232;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #eb5825;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #eb5825;
}
#breadcrumb li a:hover {
  background-color: #ff6400;
}
#breadcrumb li a:hover:before {
  border-color: #ff6400;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #ff6400;
}
#breadcrumb li a:active {
  background-color: #ff6400;
}
#breadcrumb li a:active:before {
  border-color: #ff6400;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #ff6400;
}


/* =Nav
-------------------------------------------------------------- */

.menu {
     cursor: pointer;
    margin: 0 auto;
    /* padding-left: 1.25em; */
    position: relative;
        top: 20px;
    float: right;
    width: 30px;
    height: 40px;
}
.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 3px solid #eb5825;
  width: 100%;
  transition: 0.55s;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 10px;
}
.menu-bottom {
  top: 20px;
}
.menu-top-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
}
#nav-trigger {
  display: none;
  text-align: center; 
  }




nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
	      border: 2px solid #eb5825;
	      padding: 0;
	  z-index: 9;
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #122232; }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #eb5825;
	}
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
	font-family: 'Comfortaa', cursive;
    font-size: 14px;
  
    display: block;
    color: white;
  padding: 10px 30px;
	}
    nav#nav-mobile a:hover {
      background-color: #eb5825;
      color: #fff; }

.tab .nav-tabs > li{
    margin-right: 2px;
}
.tab .nav-tabs > li > a{
   font-family: 'Roboto Condensed', sans-serif;
    border: none;
    font-size: 20px;
    padding: 10px 40px;
    color: #fff;
    background: #122232;
    border-radius: 0;
}
.tab .nav-tabs > li > a > i{
    font-size:14px;
    margin-right:10px;
}
.tab .nav-tabs > li.active > a,
.tab .nav-tabs > li.active > a:focus,
.tab .nav-tabs > li.active > a:hover{
    border: none;
    background: #eb5825;
    color:#fff;
    transition:background 0.20s linear;
}
.tab .nav-tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 37%;
    border: 15px solid transparent;
    border-top-color: #eb5825 ;
}
.brands .nav {
	padding:0;
	margin: 0 auto;
	display: table;
}
.tab .tab-content{
    background: transparent;
    line-height: 25px;
    border-top:5px solid #eb5825;
    border-bottom:5px solid #eb5825;
    padding:20px 25px;
}
@media only screen and (max-width: 480px){
   
    .tab .nav-tabs > li > a{
       padding: 5px 20px;
    }
    .tab .nav-tabs > li.active:after {
        border:none;
    }
	.tab .nav-tabs > li > a {
   
    font-size: 16px;
   
   }
}
.brands{
	margin-bottom:40px;
}
.content-item {
	    border: 1px solid #122232;
      background: #fff;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-item .overlay {
  border-bottom: 100px solid #122232;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
/* .content-item:hover .overlay { */
  /* border-bottom: 600px solid #eb5825; */
  /* border-left: 600px solid transparent; */
  /* -moz-transition: all 0.5s ease-out; */
  /* -o-transition: all 0.5s ease-out; */
  /* -webkit-transition: all 0.5s ease-out; */
  /* transition: all 0.5s ease-out; */
/* } */
.content-item .corner-overlay-content {
	    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    transform: rotate(-45deg);
    font-weight: bold;
  bottom: 20px;
 color: #fff;
    letter-spacing: 1px;
  position: absolute;
  right: 15px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item img {
	width:100%;
	-webkit-transform: scale(1);
	transform: scale(0.8);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/* .content-item:hover .corner-overlay-content { */
  /* opacity: 0; */
  /* -moz-transition: all 0.5s ease-out; */
  /* -o-transition: all 0.5s ease-out; */
  /* -webkit-transition: all 0.5s ease-out; */
  /* transition: all 0.5s ease-out; */
/* } */

.content-item:hover{
	 border: 1px solid #eb5825;
}
.content-item:hover .overlay {
border-bottom: 100px solid #eb5825;

}
.content-item:hover .corner-overlay-content{
	color:#fff;
}

.content-item:hover img {
	-webkit-transform: scale(0.8);
	transform: scale(0.6);
}

.content-item .overlay-content {
  bottom: 0;
  color: #122232;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item .overlay-content h4 {
 
      color: #122232;
    font-weight: bold;
	    font-family: 'Comfortaa', cursive;
}
/* .content-item:hover .overlay-content { */
	
  /* opacity: 1; */
  /* -moz-transition: all 0.3s ease-out; */
  /* -o-transition: all 0.3s ease-out; */
  /* -webkit-transition: all 0.3s ease-out; */
  /* transition: all 0.3s ease-out; */
  /* -moz-transition-delay: 0.3s; */
  /* -o-transition-delay: 0.3s; */
  /* -webkit-transition-delay: 0.3s; */
  /* transition-delay: 0.3s; */
/* } */
.content-item .overlay-content h4:hover, .content-item .overlay-content h4:focus, .content-item .overlay-content h4:active{
color: white;
}



@media only screen and (max-width:1024px) and (orientation : portrait) {
	.coming-soon {
    float: left;
    height: 0;
    position: relative;
    bottom: 25px;
    right: 185px;
}
.work .img1, .work .img2 {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 241px;
    border: 0px solid orange;
}
.coming{
	    font-size: 10px;
}
	.orange-back {
    height: 210px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.blue-back {
    background: #122232;
    border-style: none;
    height: 210px;
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 85% 100%, 80% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 85% 100%, 80% 100%);
}
.blur-left {
    background: rgba(255, 255, 255, 0.08);
    height: 120px;
    /* float: left; */
    top: 30px;
    width: 275px;
    position: relative;
    left: -70px;
    z-index: -1;
    -webkit-clip-path: polygon(0 1%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 0%, 75% 100%, 0% 100%);
}
.blur-right {
    background: rgba(255, 255, 255, 0.08);
    height: 120px;
    position: relative;
    bottom: 20px;
    left: 20px;
    /* float: right; */
    width: 490px;
    -webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
}
	
	.orange-back h4 {
    font-size: 18px;
   
}
.orange-back h3 {
    font-size: 26px;
	top: 95px;
   
}
.orange-back h2 {
    font-size: 26px;
   }
	.logo {
 
    width: 60%;
  
}
.prod-name h2 {
    text-align: center;
}
.prod-name h3 {
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
}
.prod-name {
    padding: 15px 10px;
}
.prod-price {
    padding: 0;
    position: relative;
    top: 0px;
    text-align: center;
}
	.brands .submit-btn {
   	    margin-bottom: 0px;
   }
.submit-btn {
margin-bottom:15px;
}
.soundtech-content2 {
    padding: 2em 3em;
}
.soundtech-content1 {
    padding: 2em 3em;
}
.soundtech-content3 {
    padding: 2em 3em 0 3em;
}
.soundtech-content {
    padding: 1em 3em;
}
.about img {
	width:70%;
}
.homepage_item {
       padding: 15px;
    
}
.soundtech-title-text {
       line-height: 26px;
}
.about {
    margin: 0;
}

.service_box {
       padding: 40px;
}
.service_box_dark::before {
       font-size: 60px;
    line-height: 60px;
    margin-right: 15px;
    
}
.service_box_body h2 {
   
    font-size: 30px;
    padding: 0 35px;
   
    line-height: 30px;
    width: 220px;
    margin: 0;
    margin-bottom: 0;
   }
.service_box_light::before {
    
        font-size: 70px;
    line-height: 60px;
    margin-right: 15px;
   }
	}


@media only screen and (max-width: 767px){
	.hits {
		text-align:center;
		    font-size: 10px;
	}
	.beta {
    float: left;
    margin: 0;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(18, 34, 50, 0.90);
    padding: 5px 0;
    font-size: 10px;
    display: none;
}
	.work .img1, .work .img2 {
    background-size: 640px;
    height: 215px;
  
}
	.work h4 {
    font-size: 18px;
	    text-align: center;
}
.work .img1 {
	border:none;
}
.work {
    margin-bottom: 30px;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}
	.coming-soon {
   float: right;
    height: 0;
    position: relative;
    bottom: 0;
    right: 0px;
    left: 105px;
}
.coming {
    padding: 5px;
    font-size: 12px;
    transform: rotate(45deg);
}
	.prod-name {
    padding: 0px 30px;
}
.prod-name h2, .description h2 {
    font-size: 16px;
	line-height: 20px;
    text-align: center;
}
.specs ul, .specs p, .description ul {
    font-size: 14px;
  }
  .specs .description {
    margin-top: 10px;
    float: none;
}
.prod-name h3 {
 
    padding-top: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
 }
 .prod-price {
    padding: 0px 30px;
  
    top: 10px;
}
.prod-price h4{
	font-size: 15px;
    text-align: center;

}
.about img {
	width:100%;
}
.prod-price h3 {
    text-align: center;
    font-size: 15px;
}
.specs h2 {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
}
	.soundtech-title .back {
 display:none;
	}
	.brands .submit-btn {
    height: 50px;
	    margin-bottom: 0px;
    text-align: center;
}
	.text {
		text-align:center;
	}
	.logo {
 
    width: 60%;
	display: inline-block;
    }
	.nav {
		margin: 0 auto;
    display: table;
	}
	.carousel-control .fa-angle-right {
       right: 50%;
    width: 24px;
    height: 24px;
    margin-top: -15px;
    font-size: 18px;
   
}
.submit-btn {
    padding: 10px;
    font-size: 14px;
	    margin-bottom: 15px;
	outline:0;
}
.carousel-control .fa-angle-left {
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -15px;
    font-size: 18px;
    color: #fff;
   
}

	 #nav-trigger {
	
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; 
	}
.service_box {
       padding: 20px 5em;
}
	.service_box:first-child:before, .service_box:last-child:before {
       line-height: 50px;
}
.service_box_dark:before {
    
font-size: 50px;
}

.service_box_body h2 {
      font-size: 24px;
    padding: 0px 20px;
    line-height: 24px;
	width: 190px;
   
}
.service_box_light:before {
        margin-right: 25px;
font-size: 55px;
}
.homepage_item {
   
    margin: 20px 0;
    padding: 15px;
}
.heading_homepage {    
    margin: 20px 0 0 0;
	font-size: 24px;
	}	
	.homepage_item a, .submit-btn {
 
    font-size: 14px;
	}
	.follow_us {
   
    font-size: 12px;
       text-align: center;
       padding: 5px 0 0 0;
    margin: 10px 0 0 0;
	}
	#footer .social {
    padding: 10px 0;
    display: inline-block;
    /* border: 1px solid; */
    margin-left: 10px;
}
	#footer .social li {
       font-size: 16px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    width: 30px;
   height: 25px;

   }
   .copyright {
    font-size: 12px;
    text-align: center;
   }
   
   .soundtech-title-heading {
    font-size: 24px;
	    padding: 0px 0;
    margin-bottom: 15px;
   }
   .soundtech-title-heading:before {
    width: 35px;
    height: 15px;
    right: 10px;
    top: 0;
	}
	.soundtech-title-heading:after {
width: 35px;
    height: 15px;
    right: 10px;
    top: 0;
	}
	.soundtech-title-text {
      font-size: 100%;
	      margin-bottom: 10px;
		      line-height: 20px;
	}
	.soundtech-text {
    font-size: 14px;
    line-height: 18px;
}
.soundtech-margin {
    margin-top: 1em;
}
.soundtech-content1 , .soundtech-content2, .soundtech-content3, .soundtech-content {
    padding: 1em 15px;
}

.block-title.main-heading {
   font-size: 24px;
   line-height: 20px;
   margin-bottom: 10px;
   padding-bottom: 10px;
    
}
.article-container h5, .h5 {
  
    font-size: 16px;
    line-height: 20px;
}
.article-container.style-1 {
 
    font-size: 14px;
    line-height: 20px;
  }
 .share-box {
  
    padding: 5px 0;
 }
 .share-box .title {
	font-size: 14px;
	line-height: 20px;
 }
 .socials-box a {
    font-size: 14px;
    line-height: 20px;
    width: 30px;   
    margin: 0 0px;   
}
label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
    padding-top: 0px;
}
.simple-field {
	margin-bottom: 10px;
	font-size: 13px;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
  }
  iframe {
	height:300px;
}


}



@media only screen and (max-width: 380px){
	.work .img1, .work .img2 {
    background-size: 450px;
    height: 150px;
  }
		.coming-soon {
    float: right;
    height: 0;
    position: relative;
    bottom: 50px;
    right: 0px;
    left: 75px;
}
.coming {
    padding: 5px;
    font-size: 12px;
    transform: rotate(45deg);
}
	.homepage_item a {
    padding: 5px;
    font-size: 14px;
}
.brands .submit-btn {
    height: 50px;
    text-align: center;
	 font-size: 12px;
}
.submit-btn {
    padding: 10px;
    font-size: 14px;
	    margin-bottom: 15px;
	outline:0;
}
	.logo {
 
    width: 80%;
	display: inline-block;
    }

	.service_box {
 padding: 20px 40px;
}
	.service_box:first-child:before, .service_box:last-child:before {
       line-height: 50px;
}

.service_box_dark:before {
    margin-right:40px;
font-size: 50px;
}

.service_box_body h2 {
     width: 140px;

    font-size: 20px;
    padding: 0 5px;
line-height: 24px; 
}
.service_box_light:before {
        margin-right: 30px;
font-size: 55px;
}
	
.content-item .overlay {
    border-bottom: 50px solid #122232;
    border-left: 50px solid transparent;
}
.content-item .corner-overlay-content {
     font-size: 12px;
    bottom: 5px;
    right: 0px;
}
.content-item .overlay-content {
   
    padding: 5px;
}
.content-item:hover .overlay {
    border-bottom: 50px solid #eb5825;
}
.content-item .overlay-content h4 {
    font-size: 12px;
    margin: 5px 0;
}	
}

@media only screen and (max-width:768px){
    html,body{
        overflow-x:hidden !important;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1400px){}






/* my css */
.beta {
    display: none;
}