/*
 Table Of Contents
 1.) Wordpress Default CSS
 2.) Reset CSS
 3.) Global Typography
   3.0.2) Global Headings
   3.0.3) Form Elements
   3.0.4) List styles
   3.0.5) General Text Formatting
   3.0.6) Link elements
   3.0.7) Table Elements
   3.0.8) Button Styles
 4.) Header Style
 ===============================================*/


/*1.)WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
        white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  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. */
}
/*Wordpress Default Css Ends Here*/

/*
 2.) Reset CSS
 ----------------------------------------*/
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

.etude{
  width: 115px;
  background: #0f97d0;
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 10000;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px 18px 10px 20px;
  text-align: center;
  border-radius: 50px 0px 0px 50px;
  transition-duration: 0.5s;
}
.etude:hover{
  width: 150px;
  transition-duration: 0.5s;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: 'Poppins', sans-serif;
  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;
  border: none !important;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}
/*Reset CSS: End*/

/*
 3.) Global Typography
 ----------------------------------------*/
*, :before, :after{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
body{
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
p {
    font-size: 100%;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 1.4;
}
img{
  height: auto;
  max-width: 100%;
  border:0;
}

/*
 3.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #6c6c6c;
  line-height:1.3;
  margin-top: 0;
  margin-bottom:15px;
}
h1 {
}
h2
{
}

h3 {
}
h4 {
}
h5 {
}
h6 {
}
/*
 3.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  background: none;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s ease ;
  -moz-transition: all 0.5s ease ;
  -ms-transition: all 0.5s ease ;
  -o-transition: all 0.5s ease ;
  transition: all 0.5s ease;
}
input,textarea,select {
    padding: 10px 20px;
    max-width:100%;
    color:#999999;
   font-size: 13px;
   font-weight:300;
   line-height:24px;
   border:1px solid #e6e6e6;
   margin-bottom:20px;
}
textarea {
  width:100%;
}
input[type='text'],input[type='number'],input[type='email'],input[type='url'],input[type='search'],select {
  height:50px;
  width:100%;
}
input:focus, select:focus, textarea:focus, button:focus
{
  border: 1px solid;
  outline: 0;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
  -webkit-appearance: none;
  cursor: pointer;
  line-height: normal;
  overflow: visible;
}
button[disabled], input[disabled] {
  cursor: default;
  color: #999;
  border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.focus, .btn:focus, .btn:hover {
  color:inherit;
}
label {
  line-height:1.5;
}

/*
 3.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
  font-size: 100%;
}
li, dt {
  line-height: 1.3;
}
dt {
  font-weight:700;
}
dl {
  margin: 0 0 15px 0;
}
dd {
  margin: 0 0 15px 10px;
}
ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding-left: 0;
  list-style-position: outside;
}
ol {
  list-style-type: none;
  margin: 0 0 15px 0;
  list-style-position: inside;
}
ul ul, ol ul {
  list-style-type: circle;
  margin-top: 0;
  padding-left: 15px;
}
ol ol {
  list-style-type: lower-latin;
  margin-top: 0;
  padding-left:15px;
}

/*
 3.0.5) General Text Formatting
 -----------------------------------*/
p,blockquote,q ,.degree {
   margin-top: 0;
   margin-bottom:15px;
}

blockquote {
  padding: 0 16px 0 11px;
    line-height: 1.6;
    position: relative;
    margin-bottom:15px;
  font-size:17px;
}
blockquote p:before {
  content:"\â€œ";
  position:absolute;
  left:5px;
  top:2px;
    color: #dddddd;
    font-size: 35px;
    line-height: 1;
}
blockquote  p:after {
  content:"\â€œ";
  position:absolute;
  right:5px;
  bottom:2px;
    color: #dddddd;
    font-size: 35px;
    line-height: 1;
}
blockquote > p {
    padding: 15px 0px 0px 15px;
    width: 100%;
    color: #666666;
    letter-spacing: -0.1px;
}
q {
  color: #666666;
    letter-spacing: -0.1px;
}

pre, code, kbd, tt, samp, var {
  font-size: 100%;
}
pre {
  font-size: 100%;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px 20px;
}
pre, code {
  color: #4984ef;
  background:rgba(106,175,8,.05);
}
samp, var {
  color: #666666;
  font-weight: bold;
}
acronym, abbr {
  border-bottom: 1px #aaa dotted;
  font-variant: small-caps;
  cursor: help;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img{
  max-width: 100%;
  height: auto;
    vertical-align: middle;
}
big {
    font-size: larger;
}
i, cite, em, var, dfn {
    font-style: italic;
}
tt, code, kbd, samp {
    font-family: monospace;
}
figure {
  max-width:100%;
}
figcaption {
  line-height:1.5;
}
b, strong {
    font-weight: 700;
}
/*
 3.0.6) Link style
 -------------------------*/
a {
  color: #3c3d3d;
  text-decoration: none;
}
a:hover
 {
  color: #b3d42e;
}
a:active {
  outline: none;
}
a:hover,
a:focus{
  outline: none;
  text-decoration: none;
}
a:hover{
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


/*
 3.0.7) Table Elements
 --------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  color: inherit;
  border: 1px #e6e6e6 solid;
  margin: 0 0 15px 0;
}
caption {
  font-variant: small-caps;
  line-height: 1.5;
}
th, td {
  line-height: 1.5;
  vertical-align: top;
  padding: 10px 5px;
}
th *:first-child, td *:first-child {
  margin-top: 0;
}
thead th {
  text-align: left;
  font-weight:700;
  border-bottom: 2px #e6e6e6 solid;
}
tbody th {
  text-align: left;
  border: 1px solid #e6e6e6;
  font-weight: 700;
}
tbody td {
  text-align: left;
  border: 1px solid #e6e6e6;
}

/*
 3.0.8) Button Styles
 -------------------------*/
.btn , input.btn, button.btn , input[type="submit"] {
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #223c3f;
    background: #223c3f;
    min-width: 185px;
    text-align: center;
    transition: all 0.4s ease 0.2s;
}
.button {
   -webkit-transition: all 0.4s ease 0.2s ;
   -moz-transition: all 0.4s ease 0.2s ;
   -ms-transition: all 0.4s ease 0.2s ;
   -o-transition: all 0.4s ease 0.2s;
   transition: all 0.4s ease 0.2s;
}
.btn:hover , input.btn:hover, button.btn:hover ,input[type="submit"]:hover,.button:hover{
  background:#fff;
  color: #223c3f;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
    opacity: 0;
    height: 0;
}
.clear {
    display: block;
    clear: both;
    overflow: hidden;
    opacity: 0;
    height: 0;
}
/*Global Typography: END*/

/*
 4.) Header Style
 -------------------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 21px 0 41px;
	background: rgba(255,255,255,0.9);
	z-index: 5;
}
.logo{
	float:left;
	width: 31%;
}
.header-right{
	float:right;
	width: 69%;
	padding: 0 0 0 95px;
}
.callsection{
	float: left;
}
.callsection img{
	margin: 0 13px 3px 0px;
}
.callsection span{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #0f97d0;
	display: inline-block;
}
.hamburger-btn{
	display: none;
}
.rotate{
	transform: rotate(45deg) translate(6.5px,5.5px);
}
.visible{
	opacity: 0;
}
.anti-rotate{
	transform: rotate(-45deg) translate(5.5px,-5px);
}
.header-right-top{
	margin-bottom: 25px;
}
.header-top-menu{
	float:right;
}
.menu-menu-1-container .menu-links{
	margin: 0 !important;
}
.menu-menu-1-container .menu-links li{
	float:left;
	padding: 0 29px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	border-right:1px solid #cacaca;
}
.menu-menu-1-container .menu-links li a{
	color: #333737 !important;
}
.menu-menu-1-container .menu-links li a:hover{
	color: #0f97d0 !important;
}
.menu-menu-1-container .menu-links li:last-child{
	border-right: 0;
	padding-right: 0px;
}
.menu-menu-2-container .menu-link{
	margin: 0 !important;
}
.menu-menu-2-container .menu-link li{
	float:left;
	padding: 2.5px 28px 2.5px 29px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	border-right:1px solid #cacaca;
}
.menu-menu-2-container .menu-link li a{
	color: #2a3030 !important;
}
.menu-menu-2-container .menu-link li a:hover{
	color: #0f97d0 !important;
}
.menu-menu-2-container .menu-link li:first-child{
	padding-left: 0px;
}
.menu-menu-2-container .menu-link li:last-child{
	border-right: 0;
	padding-right: 0px;
}
header .sub-menu {
  display: none;
}
@media only screen and (max-width: 1199px) {
	.menu-menu-1-container .menu-links li{
		padding: 0 17px;
	}
	.menu-menu-2-container .menu-link li{
		padding: 4px 20px;
		margin-bottom: 8px;
	}
}
@media only screen and (max-width: 767px) {
	.header{
		padding: 10px 0;
		position: relative;
	}
	.logo{
		float:none;
		margin: 0 0 15px 0;
		width: 100%;
		display: block;
	}
	.header-right{
		padding: 0 10px;
		float:none;
		width: 100%;
	}
	.header-right-top{
		margin: 0;
	}
	.contact-block{
		margin-bottom: 20px;
	}
	.callsection{
		float:none;
	}
	.hamburger-btn{
		display: block;
		float:right;
	}
	.hamburger-lines{
		display: block;
		width: 23px;
		height: 3px;
		background: #000;
		margin: 5px auto;
		transition: all 0.7s ease-in-out;
	}
	.header-top-menu{
		float:none;
		width: 100%;
		text-align: center;
	}
	.menu-menu-1-container .menu-links li{
		float:none;
		display:inline-block;
		padding: 0 16px;
	}
	.menu-menu-2-container .menu-link li{
		margin-bottom: 0px;
	}
	.header-right-bottom{
		position: absolute;
		top:100%;
		width: 100%;
		transform: translateX(-100%);
		left: 0;
		background: rgba(255,255,255,0.8);
		transition: all 0.7s ease-in-out;
	}
	.slide{
		left: 0;
		transform: translateX(0);
	}
	.menu-menu-2-container{
		text-align: center;
	}
	.menu-menu-2-container .menu-link li{
		float:none;
		padding: 15px 0 10px;
	}
}
/*---------------footer style-------------*/
.footer{
	background: url("../images/footerback.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 60px 0 100px;
}
.footer-left-section{
	float: right;
	padding: 20px 0 0;
}
.footer-menu-link{
	margin: 0 !important;
}
.menu-menu-3-container{
	float: right;
	margin-left: 25px;
}
.menu-menu-3-container .footer-menu-link li{
	float:left;
	font-family: 'Poppins', sans-serif;
	font-size: 17.08px;
	font-weight: 500;
	padding: 5px 14px;
	border-right: 1px solid #606060;
}
.menu-menu-3-container .footer-menu-link li a{
	color: #fff;
}
.menu-menu-3-container .footer-menu-link li a:hover{
	color: #0f97d0 !important;
}
.menu-menu-3-container .footer-menu-link li:last-child{
	border: 0;
	padding-right: 0;
}
.copy-right{
	float:left;
	padding: 8px 0 0;
	font-size: 12.94px;
	color: #fff;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 1199px) {
	.footer{
		text-align: center;
	}
	.footer .logo{
		float:none !important;
		width: auto !important;
	}
	.footer-left-section{
		float:none !important;
	}
}
@media only screen and (max-width: 767px) {
	.footer{
		text-align: center;
	}
	.footer-left-section{
		float:none;
		padding: 0;
	}
	.copy-right{
		float:none;
		padding: 10px 0;
		display: block;
	}
	.menu-menu-3-container{
		float:none;
		margin: 0;
		text-align: center;
	}
	.menu-menu-3-container .footer-menu-link li{
		float:none;
		width: 100%;
		display: inline-block;
		border: 0;
	}
	.menu-menu-3-container .footer-menu-link li:last-child{
		padding: 5px 25px;
	}
}

@media all and (min-width: 768px) {
  header .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
