/*!
Theme Name: delta video
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: delta-video
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

delta video is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*my style*/
@font-face {
    font-family: inter-Regular;
}
@font-face {
    font-family: inter-Semibold;
}
@font-face {
    font-family: inter-Bold;
}
@font-face {
    font-family: inter-Light;
}
@font-face {
    font-family: inter-Extrabld;
}
.common{
	width: 100%;
	display: inline-block;
	float: left;
}
ul{
	padding:0;
	margin:0;
	float: left;
}
ul li{
	display: inline-block;
	list-style: none;
}
.main_menu li a{
	font-size: 14px;
	font-family: inter-Regular;
	color: #000000;
	text-transform: uppercase;
	padding-left: 23px;
    padding-right: 23px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 5px;
}
.main_menu li a:hover{
	background-color:black;
	color: white;
	text-decoration: none;
}
.main_menu li{	
	display: inline-block;
	list-style: none;
}
.main_menu li.last a {
	background-color: black;
	color: white;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: left;
	border-radius: 5px;
	padding-left: 37px;
	padding-right: 22px;
	margin-left: 27px;
	background-image:url('images/phonehead_09.png');
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
.main_menu{
	text-align: right;
	margin-top: 16px;
}
.c_info{
	text-align: right;
	margin-top: 20px;
	margin-bottom: -1px;
	height: 0px;
}
.c_info  span{
	font-size: 14px;
	font-family: sans-serif-Regular;
	color: #000000;	
	display: inline-block;
}
.c_info  span:nth-child(2){
	background:url('images/envolope_09.png') no-repeat left center;
	padding-left: 29px;
}
.c_info span:nth-child(2) a{
	color: #000000;
}
.c_info  span:first-child{
	padding-right: 50px;
	background:url('images/location_03.png') no-repeat left center;
	padding-left: 23px;
}
.logo{
	margin-top:27px;
}
/*footer*/
#colophon{
	background-color: #151518;
	padding-top: 50px;
    padding-bottom: 50px;

}
.footer_menu {
	text-align: center;
	margin-bottom: 0;
}
.footer_menu li a{	
	font-size: 16px;
	color: #6d6d6f;
	font-family: sans-serif-Semibold;
	padding-left: 27px;
	padding-right: 27px;
}
.copyright_wrapper{
	background:#0c0e12;
	height:65px;
	line-height: 65px;
	overflow: hidden;
}
.copyright_wrapper span{
	font-size: 16px;
	color: white;
	font-family: inter-Regular;
	float: left;
}
.copyright_wrapper ul{
	display: inline-block;
    float: left;
    width: 69%;
    text-align: right;
}
.copyright_wrapper ul li{
	margin-left: 15px;
}
/*slider*/
.SliderDiv{
	background-repeat:no-repeat;
}
/* Home Page Banner Slider Start */
.HP_Banner { width:100%; float:left;}
.HP_Banner ul { padding:0; margin:0;}
.HP_Banner ul li {}
.SliderDiv { width:100%; float:left; position:relative; background-repeat:no-repeat; background-position:top center; background-size: cover;
 padding:50px 0 50px; height: 511px;
}


.HP_Banner .bx-wrapper { margin:0 auto;}
.HP_Banner .bx-wrapper .bx-viewport { border:0; box-shadow:none; left:0;}
.HP_Banner .bx-wrapper .bx-controls-direction a { width:8px; height:13px; background-color:#000; padding:15px; background-repeat:no-repeat; background-position:center;}
.HP_Banner .bx-wrapper .bx-controls-direction a:hover { background-color:#dd127b;}
.HP_Banner .bx-wrapper .bx-prev { background:url(images/left_arrow.png); left:30px;}
.HP_Banner .bx-wrapper .bx-next { background:url(images/right_arrow.png); right:30px;}
.BnrTxt { width:100%; float:left; text-align:right; padding:60px 0 0; text-transform: unset;}
.BnrTxt img { float:right}
.BnrTxt h1 { color: #000000;line-height: 50px;text-align: left;font-size: 50px; font-family: inter-Bold; margin-bottom: 0;}
.BnrTxt h2 { font-size:32px; color:#000000;display:block; margin-bottom:10px; text-align:left;  font-family:inter-Regular;}
.BnrTxt p{
	font-size: 16px; font-family:sans-serif-Regular; color:#000000; text-align: left;
}
.BnrTxt a, .underslider_wrapper .col-md-7 a {
	font-size: 16px; font-family:sans-serif-Regular; color:#fff; text-align: center; background: black; border-radius: 50px; float: left; width:135px; height:45px; line-height: 45px; border:solid 1px black;margin-top:15px;
}
.BnrTxt a:hover, .underslider_wrapper .col-md-7 a:hover{
	text-decoration: none;
	background: white;
	color: black;
}
/* Home Page Banner Slider END */
/*under slider section*/
.underslider_wrapper span{
	color: #000;
	font-size: 16px;
	background: url('images/welcome_17.png') no-repeat left center;
	padding-left: 60px;
	font-family: sans-serif-Semibold;
}
.underslider_wrapper span.latest{
	font-size: 55px;
    color: black;
    background: unset;
    font-family: inter-Bold;
    padding-left: 0;
}
.underslider_wrapper span.inner{
	font-size: 55px;
    color: black;
    background: unset;
    font-family: inter-Light;
    padding-left: 0;	
}
.underslider_wrapper .col-md-5 div{
	line-height: 45px;
	margin-top:25px;
}
.underslider_wrapper .col-md-4 p{
    font-size: 17px;
    color: black;
    font-family: inter-Regular;
    margin-top: 15px;
}
.underslider_wrapper{
	margin-top: 60px;
}
.underslider_wrapper .col-md-7 p{
	color: black;
	font-size: 14px;
	font-family: inter-Light;
}
.underslider_wrapper .col-md-7 a{
	margin-top: 25px;
}
/*product section*/
.products_wrapper{
	background:#f2f2f2;
	padding-top:80px;
	padding-bottom:80px;
	margin-top: 70px;
}
.section_title{
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	text-align: center;
	text-transform: uppercase;	
	font-weight: bold;
}
.products_wrapper .holder{
	background: white;
    text-align: center;
    padding: 13px;
    margin-top: 50px;
}
.holder span a{color:black;}
.holder span{
	margin-top: 24px;
	font-size: 20px;
	color: black;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.holder p{
    font-size: 15px;
    color: #9f9f9f;
    margin-top: 11px;
    overflow: hidden;
    clear: both;
    display: inline-block;
    font-family: 'Lato', sans-serif;
}

/*contact section*/
.contact_left{
	background: url('images/contactbg_03.png') no-repeat left center;
	padding-top:29px;
	padding-bottom: 70px;

}
.contact_left .contact_block{
	float: left;
	margin-top:30px;
}

.contact_left > span{
	font-family: inter-Semibold;
	font-size: 30px;
	color: white;
	text-align: left;
	padding-left: 15px;
}
.contact_block span.title{
	font-family: inter-Semibold;
	font-size: 16px;	
	color: white;
	text-transform: uppercase;
}
.contact_block span.details{
	font-size: 14px;
	color: white;
	font-family: inter-Regular;
}
.c_handler{
	padding-left: 70px;
	margin-top:20px;
}
/*About us*/
.about_Wrapper {
	margin-top:70px;
}
.featureimg .pagetitle{
	padding-top:125px;
	padding-bottom: 125px;
	font-family: inter-Extrabld;
	font-size: 45px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}
.featureimg{
	background-size: cover;
    background-repeat: no-repeat;
	
}
.buttons{
	float: left;
	text-align: center;
}
.buttons a:first-child{
	margin-right: 30px;
}
.buttons a{
	height:55px;
	line-height: 55px;
	font-family: inter-Regular;
	font-size: 22px;
	color: white;
	background: #737373;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 70px;
}
.buttons a:hover{
	background:black;
	color: white;
	text-decoration: none;
}
.about_Wrapper .col-md-7 span{
	font-family: sans-serif-Bold;
	font-size: 30px;
	color: black;
	text-align: left;	
	margin-top:60px;
	margin-left: 30px;
}
.about_Wrapper .col-md-7 p{
	font-family: inter-Regular;
	font-size: 14px;
	color: black;
	text-align: left;	
	margin-left: 30px;
}
.abtus_bottom{
	background:#737373;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	margin-top:100px;
}

.abtus_bottom span{
	font-family: inter-Regular;
	font-size: 30px;
	color: white;	
}
.abtus_bottom a{
	width:275px;
	height:48px;
	line-height: 48px;
	color: black;
	margin:0 auto;
	padding-left:30px;
	padding-right: 30px;
	background: white;
	margin-top:30px;
}
/*Contact us*/
.c_wrapper{
	margin-top:70px;
}
.c_left span{
	color: black;
	font-size:30px;
	text-align: left;
	font-family: 'Montserrat', sans-serif, inter;
	font-weight: bold;
	margin-bottom: 35px;
}
.c_wrapper ul li{
	display: block;
	width: 100%;
	clear: both;
	font-family: sans-serif-Regular;
	font-size: 16px;
	margin-bottom: 15px;
}
.half_fields span:nth-child(2) input{
	margin-left: 8.5%;
}
.half_fields span {
    width: 48%;
    float: left;
}
.half_fields span input::-webkit-input-placeholder,
.half_fields span input:-moz-placeholder,
.half_fields span input::-moz-placeholder,
.half_fields span input:-ms-input-placeholder {
    color: #787878;
    font-size: 16px;
    font-family: sans-serif-Regular;
}
.half_fields span input, .full_fields input{
	width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    height: 45px;
    line-height: 46px;
    border: solid 1px #f1f1f1;
    color: #787878;
    font-size: 15px;
    padding-left: 30px;
    font-family: sans-serif-Regular;
}
.full_fields span{
	margin-top:30px;
	display: block;
}
.full_fields span, .full_fields input{
	width: 100%;
}

.half_fields span textarea, .full_fields  textarea{
	width: 100%;
    background: #f1f1f1;
    border: solid 1px #f1f1f1;
    color: #787878;
    font-size: 15px;
    padding-left: 30px;
    font-family: sans-serif-Regular;
    padding-top: 20px;
}
#wpcf7-f43-o1 .wpcf7-submit{
    height: 54px;
    line-height: 54px !important;
    background: black !important;
    color: white !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif-Bold;
    padding-top: 0 !important;
    font-size: 15px;
    margin-top:30px;
    border:0 !important;
}
.map{
	margin-top: 60px;
	margin-bottom: 60px;
}

/*services*/
.services_wrapper .col-md-8 {
    margin-top: 29px;
    padding-left: 30px;
}
.single_service {
	margin-top:80px;
}
.services_wrapper .col-md-4, .services_wrapper .col-md-8{
	float: left;
}
.services_wrapper .col-md-8{
	margin-top: 25px;
}
.services_wrapper .col-md-8 span{
	font-size: 30px;
	text-transform: uppercase;
	color: #444444;
	font-family: sans-serif-Semibold;
}
.services_wrapper .col-md-8 p{
	font-size: 15px;
	color: #737373;
	font-family: sans-serif-Regular;
}
.services_wrapper:last-child{
	margin-bottom:100px;
}
/*products*/
.p_wrapper{
	margin-top:60px;
}
.p_wrapper .col-md-6{
	float: left;
}
.single_product{
	margin-bottom: 50px;
}
.p_wrapper .pro_title{
	font-family: sans-serif-Bold;
	font-size: 20px;
	color: black;
	text-transform: uppercase;
	margin-top:20px;
}
.p_wrapper p{
	font-size: 14px;
	color: #231f20;
	font-family: sans-serif-Regular;
	margin-top:10px;
	margin-bottom: 10px;
	display: inline-block;
}
.p_wrapper a{
	font-size: 14px;
	color: #231f20;
	text-transform: capitalize;
	font-family: sans-serif-Bold;
	background: url(images/downloadsbg_18.png) no-repeat left center;
	padding-left: 18px;
}

.bx-controls-direction{
	display: none;
}

.img-fluid {
	width: 100%;
	height: auto;
}


/*bootstrap menu*/
#delta-menu{
	margin: 2px 0 2px 0;
}
#delta-menu .navbar-nav:first-child .nav-link{
	margin: 0 6px;
	padding: 7px 18px 5px 18px;
	border-radius: 5px;
	background-color: transparent;
	color: black;
	font-family: sans-serif-Regular;
	text-transform: uppercase;
	font-size: 14px;
}
.dropdown-menu a{
	color: black;
	font-family: sans-serif-Regular;
	text-transform: uppercase;
	font-size: 14px;
}


#delta-menu .navbar-nav:first-child .nav-link:hover,#delta-menu .navbar-nav:first-child .nav-item.active .nav-link{
	background-color: #000;
	color: #fff;
}


.navbar-collapse{
	margin-top: 14px;
}


/*single product page */
.product_wrapper_single{
	margin-top: 40px;
}
.pro_img{
	text-align: center;
}
.product_wrapper_single .col-md-7 ul{
	clear: both;
	margin-top:14px;
}
.product_wrapper_single .col-md-7 ul li{
	display: block;
	clear: both;
}

.product_wrapper_single .pro_title{
	padding: 13px 35px 10px 35px;
	
    font-size: 25px;
    background-color: #000;
	display:block;
    color: white;
	 margin-right: 40px;
    text-transform: uppercase;
	position:relative;
	font-family: sans-serif-Bold;
	
}
.product_wrapper_single .pro_title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
    transform-origin: top left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}

.product_wrapper_single .text-content{
	font-family: sans-serif-Regular;
}
.product_wrapper_single .text-content{
	padding-left:35px;
}
.product_wrapper_single .text-content ul{
	text-decoration:none;
}
.product_wrapper_single .text-content ul li{
	margin-left: 24px;
}
.product_wrapper_single .text-content ul li:before{
	content: "";
    height: 12px;
    position: absolute;
    display: inline-block;
    margin-top: 6px;
    margin-left: -24px;
    width: 12px;
    background-color: #000;
}
.product_wrapper_single .complete_desc{
	margin: 10px 0 16px 0;
}
.product_wrapper_single .complete_desc .title{
	padding: 13px 35px 10px 35px;
	margin-bottom: 20px;
    font-size: 25px;
    background-color: #000;
    color: white;
	margin: 30px 0 16px 0;
    text-transform: uppercase;
	 margin-right: 40px;
	position:relative;
	font-family: sans-serif-Bold;
	
}
.product_wrapper_single .complete_desc .title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    transform-origin: top left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}



.product_wrapper_single .complete_desc p{
	font-family: sans-serif-Regular;
}

.product_wrapper_single .specification{
	margin: 10px 0 25px 0;
}

.product_wrapper_single .specification .title{
	padding: 13px 35px 10px 35px;
    font-size: 25px;
    background-color: #000;
    color: white;
    margin-right: 40px;
    text-transform: uppercase;
	position:relative;
	font-family: sans-serif-Bold;
	margin-bottom: 20px;
}
.product_wrapper_single .specification .title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    transform-origin: top left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.product_wrapper_single .specification p{
	font-family: sans-serif-Regular;
}

.product_wrapper_single .specification .list-box .content ul{
	
}
.product_wrapper_single .specification .list-box .content{
	padding-left: 35px;
}
.product_wrapper_single .specification .list-box .content ul li{
	display: block;
	 margin-left: 24px;
	font-family: sans-serif-Regular;
}
.product_wrapper_single .specification .list-box .content ul li:before{
	content: "";
    height: 12px;
    position: absolute;
    display: inline-block;
    margin-top: 6px;
    margin-left: -24px;
    width: 12px;
    background-color: #000;
}

footer{
	background-color: black;
	padding: 38px 0 65px 0;
	color: white;
	font-family: sans-serif-Regular;
}
footer .footer_content{
	padding: 18px 0 0 0;
}
footer .footer_logo{
	width: 180px;
}
footer .social-links li{
	margin-right: 15px;
	padding-top: 4px;
}
footer .footer_content .title{
	font-size: 18px;
	font-family: sans-serif-Bold;
	margin-bottom: 20px;
}
footer .footer_content p{
	line-height: 28px;
}
footer .footer_content .btn-subscribe{
	color:#fff;
	border-color: #fff;
	border-width: 2px;
	padding: 7px 25px;
	text-transform: uppercase;
	line-height: 23px;
	font-size: 15px;
	margin-top: 15px;
}
footer .footer_content .btn-subscribe:hover{
	background-color:#fff;
	color:#000;
}


/*bookshelf page css*/
#bookshelf{
	padding: 15px 0 40px 0;
}

#bookshelf .content-box{
	text-align: center;
	margin: 5px 0 30px 0;
}
#bookshelf .content-box .title{
	margin-top: 18px;
	font-family: sans-serif-Bold;
}
#bookshelf .imagebox{
	position: relative;
	overflow: hidden;
}
#bookshelf .imagebox img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: .2s ease;
	background-color: #f3f3f3;
}
#bookshelf .imagebox .overlay-box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color:rgba(0,140,186,0.6);
}
#bookshelf .imagebox .overlay-box a{
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
#bookshelf .imagebox:hover .overlay-box{
	opacity: 1;
}
#bookshelf .imagebox:hover img{
	transform: scale(1.08);
	transition: .5s ease;
}
#bookshelf .imagebox .overlay-box .btn-view{
	background-color: transparent;
	color: white;
	border-color: white;
	padding: 4px 18px;
	font-size: 16px;
	border-width: 2px;
}
#bookshelf .imagebox:hover .overlay-box .btn-view:hover{
	background-color: white;
	color: black;
}

#bookshelf-detail .icon-box{
	text-align: right;

}
#bookshelf-detail{
	border-top: 1px solid #eee;
	padding: 60px 0 60px 0;
}
#bookshelf-detail .icon-box .icon-title{
	line-height: 30px;
	margin-top: 13px;
	font-family: sans-serif-Bold;
}
#bookshelf-detail .content-box{
	margin-left: 20px;
	font-family: sans-serif-Regular;
}
#bookshelf-detail .content-box .content-title{
	font-family: sans-serif-Bold;
}
/*
#bookshelf .imagebox:hover img{
	background-color: rgba(121, 121, 121, 5.24);
	opacity: .8;
}
#bookshelf .imagebox:hover .overlay-box{
	opacity: 1;
}
*/


#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
	font-family: sans-serif-Regular;
	font-size: 14px;
}
#cssmenu ul {
  position: relative;
  z-index: 597;

}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;

}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;


}
#cssmenu ul li.hover a,
#cssmenu ul li:hover a{
	background-color: black;
	border-radius: 5px;
}
#cssmenu ul li a{
	color: black;
}
#cssmenu ul li:hover a{
	color: white !important;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
min-width: 160px;
}
#cssmenu ul ul ul {
  top: 0;
  left: 160px;
  width: 160px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
	font-size: 14px !important;
}
/* Custom CSS Styles */

#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: uppercase;
}
#cssmenu ul ul {
  border-top: 0px solid #1b9bff;
  text-transform: none;
  min-width: 160px;
}
#cssmenu ul ul a {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-top: 0 none;
  line-height: 150%;
  padding: 9px 20px;
	font-size: 14px !important;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: 1px solid #000;
}

#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 0px 0px;
  -webkit-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 0px 0 #1b9bff;
  -webkit-box-shadow: 0 0px 0 #1b9bff;
  box-shadow: 0 0px 0 #1b9bff;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  content: ' +';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
/* #cssmenu ul li.active > a {
  background: #1b9bff;
  color: #ffffff;
} */
#cssmenu ul li.has-sub > a:after {
  content: ' +';

}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
 
  padding: 0 25px;
}
#cssmenu > ul > li > a {
  line-height: 34px;
	font-size: 14px !important;


}


#cssmenu .primary-navigation{
	float: right;

}
#cssmenu ul li:hover ul li a{
	background-color: white;
	color: black !important;
}

#cssmenu ul li:hover ul li:hover a{
	background-color:black ;
	color: white !important;
}
#cssmenu ul li:hover ul li:hover ul li a{
	background-color: white;
	color: black !important;
}
#cssmenu ul li:hover ul li:hover ul li:hover a{
	background-color:black ;
	color: white !important;
}
#cssmenu ul li:hover ul li:hover ul li:hover ul li a{
    background-color: white;
    color: black !important;
}

#cssmenu ul li:hover ul li:hover ul li:hover ul li:hover a{
    background-color:black ;
    color: white !important;
}

#delta-menu .btn-call a{
    margin-left: 20px !important;
    padding:auto;
    border-radius: 5px;
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
    background-image: url(images/phonehead_09.png);
    background-repeat: no-repeat;
    background-position: 13px 9px;
    padding-left: 40px !important;
    font-family: sans-serif-Regular;
    margin-right: 0 !important;
}

#cssmenu ul ul li a ,#cssmenu ul ul ul li a,#cssmenu ul ul ul ul li a,#cssmenu ul ul ul ul ul li a{
    border-radius: 0 !important;
}

.product_wrapper_single .download-section{
	margin: 10px 0 55px 0;
}

.product_wrapper_single .download-section .title{
	padding: 13px 35px 10px 35px;
	font-size: 25px;
	background-color: #000;
	color: white;
	margin-right: 40px;
	text-transform: uppercase;
	position:relative;
	font-family: sans-serif-Bold;
	margin-bottom: 20px;
}
.product_wrapper_single .download-section .title:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #000;
	transform-origin: top left;
	-ms-transform: skew(30deg, 0deg);
	-webkit-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
}

.product_wrapper_single .download-section .download-icon{
	padding-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}
.product_wrapper_single .download-section .download-icon a span i:first-child{
	background-color: black;
	border-radius: 35px;
	color: white;
}
.product_wrapper_single .download-section .download-icon a span i:nth-child(2){
	color: black;
}
.product_wrapper_single .download-section .download-icon a span:hover i:first-child{
	background-color: black;
	border-radius: 35px;
	color: black;
}
.product_wrapper_single .download-section .download-icon a span:hover i:nth-child(2){
	color:white;
}
.product_wrapper_single .download-section .download-link a{
	color: black;
}
.product_wrapper_single .download-section .download-link{
	text-align: center;
}add_filter( 'wp_mail_smtp_test_email_address', function( $to ) {
    return 'info@jsaudio.au';
} );