

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          outline: none;
}



*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

select{
      -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
            outline: none;
}

select::-ms-expand {
    display: none;
}



html {
  overflow-x: hidden;
   -ms-overflow-style: scrollbar;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  background-color: #f5f7f6 !important;
  overflow-x: hidden;
}




ul {
	list-style:none;
	
}
a {
	text-decoration:none !important;
  outline: none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  outline: none;
}

textarea{
  resize: vertical;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

select{
      -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}




::-moz-selection {
	background-color: #007d9d;
	color: #fff;
	text-shadow: none;
}
::selection {
	background-color: #007d9d;
	color: #fff;
	text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}


a,input, button{
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}



@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),  
  url('fonts/FontAwesome.otf')  format('opentype'),
  url('fonts/FontAwesome.woff') format('woff'), 
  url('fonts/FontAwesome.ttf')  format('truetype'), 
  url('fonts/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa.fa.fa.fa.fa{
  font-family: 'FontAwesome';
}



@font-face {
  font-family: 'RageItalic';
  src: url('fonts/RageItalic.eot?#iefix') format('embedded-opentype'),  
  url('fonts/RageItalic.woff') format('woff'), 
  url('fonts/RageItalic.ttf')  format('truetype'), 
  url('fonts/RageItalic.svg#RageItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}





.container.container.container.container.container.container{
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.container.container.container.container.container.container:after,
.container.container.container.container.container.container:before {
	content: " ";
	display: table;
}
.container.container.container.container.container.container:after {
	clear: both;
}

h1,h2,h3,h4,h5,h6,ul,li,figure{
	margin:0;
	padding:0;
}

ul{
  margin: 0;
}


p{
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}


img {
	margin:0;
	padding:0;
	border:none;
	max-width:100%;
  height: auto;
	display:block;
}


.full-width{
  width: 100%;
  float: left;
}

.main-header{
  height: 65px;
  position: relative;
  z-index: 999;
}

.logo-fld{
  float: left;
  position: relative;
  margin-left: -86px;
}

.header-social-fld{
  float: right;
  margin-top: 13px;
  text-align: right;
}

.header-social-fld ul,
.header-social-fld ul li{
  display: inline-block;
  vertical-align: middle;
}

.header-social-fld ul li img{
  transition: all 0.3s ease-in-out;
}

.header-social-fld ul li + li{
  margin-left: 6px;
}


.header-social-fld ul li:hover img{
  transform: scale(1.1,1.1);
}

.navigation{
  position: absolute;
  left: 0;
  top: 15px;
  text-align: center;
  pointer-events: none;
}

.nav-sup ul{
  width: 100%;
  float: left;
}

.nav-sup ul li{
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto;
  padding: 7px 7px 0 0;
  position: relative;
  margin: 0 6px;
}

.nav-sup ul li:before{
  content: " ";
  width: 15px;
  height: 2px;
  background: #d6d6d6;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.nav-sup ul li:after{
  content: " ";
  width: 2px;
  height: 15px;
  background: #d6d6d6;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.nav-sup ul li a{
  display: block;
  padding: 1px 20px;
  color: #010101;
  position: relative;
}

.nav-sup ul li a:before{
  content: " ";
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd7720+0,fc8e1a+50,fba715+54,fab212+100 */
  background: #fd7720; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #fd7720 0%, #fc8e1a 50%, #fba715 54%, #fab212 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #fd7720 0%,#fc8e1a 50%,#fba715 54%,#fab212 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #fd7720 0%,#fc8e1a 50%,#fba715 54%,#fab212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7720', endColorstr='#fab212',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index: -1;
  transition: all 0.5s ease-in-out;
}


.nav-sup ul li:hover:before,
.nav-sup ul li.active:before{
  width: 100%;
  background: #d5940f;
}
.nav-sup ul li:hover:after,
.nav-sup ul li.active:after{
  height: 100%;
  background: #d5940f;
}

.nav-sup ul li:hover > a:before,
.nav-sup ul li.active > a:before{
  width: 100%;
}

.nav-sup ul li:hover > a,
.nav-sup ul li.active > a{
  color: #fff;
}

.sub-banner-fld{
  min-height: 586px;
  background: none no-repeat center;
  padding-top: 100px;
  padding-top: 85px;
  position: relative;
  background-size: cover;
}

.banner-content{
  width: 45%;
  float: left;
  padding-left: 30px;
  position: relative;
}

.banner-content h2{
  font-family: 'Playfair Display', serif !important;
  font-weight: 900;
  font-size: 42px;
  color: #d5940f;
  margin: 0;
  letter-spacing: 1.5px;
}

.banner-content h2 span{
  font-family: 'RageItalic' !important;
  display: block;
  font-size: 44px;
  color: #fff;
  font-weight: 400;
}

.banner-list-content{
  margin-top: 16px;
}

.banner-list-content li{
  font-weight: 300;
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.banner-list-content li:before{
  content: " ";
  width: 9px;
  height: 9px;
  background: #eda91e;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}


.banner-list-content li + li{
  margin-top: 4px;
}


.mobile-app-link{
  margin-top: 3px;
  margin-left: -10px;
}

.mobile-app-link li{
  display: inline-block;
  vertical-align: middle;
}

.mobile-app-link li img{
  transition: all 0.5s ease-in-out;
}

.mobile-app-link li:hover img{
  opacity: 0.5;
}

.banner-btn{
  font-size: 23px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 498px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background: url("images/bg-02.png") no-repeat center;
  clear: both;
  margin-top: 26px;
  margin-left: -88px;
  text-shadow: 1px 4px 3px #985810;
  background-size: 100%;
}

.banner-btn:hover{
  color: #653100;
}

.italic-style{
   writing-mode: tb-rl;
   transform: rotate(-180deg);
   font-family: 'RageItalic' !important;
   font-size: 50px;
   color: #fff;
   position: absolute;
   left: -53px;
   top: 17px;
}

.main-banner{
  overflow: hidden;
}

 
.banner-fig{
  width: 64%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 43px;
}

.banner-fig:before{
  content: " ";
  width: 100%;
  height: 732px;
  background: url("images/rounded-floral.png") no-repeat center;
  position: absolute;
  right: -110px;
  bottom: -93%;
  animation: mymove 120s infinite;
  pointer-events: none;
}

@keyframes mymove {
  0% {
    transform:rotate(0deg);
  }
  65% {
    transform:rotate(360deg);
  }
  100% {
    transform:rotate(0deg);
  }
}


.sub-banner-fld .container{
  position: static;
}


.banner-fig img{
  margin: 0 auto;
  position: relative;
  margin-left: 195px;
}

.padding-right{
  padding-right: 45px;
}

.btnn{
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #eb2424;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding:0 42px 0 15px;
  margin-top: 7px;
  position: relative;
  border-radius: 30px;
  border: none;
}

.btnn span{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.btnn:hover{
  background: #fff;
  color: #eb2424;
}

.btnn:hover span{
  background: #004d6e;
}

.mobilemenu{
  display: none;
}
.cross-nav{
  display: none;
}



.main-header + .main-header{
  position: fixed;
  box-shadow: 0px 0px 8px 0px #545454;
  top: -100%;
  z-index: 999;
  background: #fff;
  left: 0;
    -webkit-transition: all 2s ease-in-out;
       -moz-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
         -o-transition: all 2s ease-in-out;
            transition: all 2s ease-in-out;
}

.main-header + .main-header .logo{
  padding: 2px;
  width: 55px;
}

.main-header + .main-header .logo-section a{
  width: 100%;
  max-width: 55px;
  display: inline-block;
}

.main-header + .main-header .navigation-section{
  padding: 10px 0;
}
.main-header + .main-header .nav-sup ul li{
  font-size: 14px;
}

.seconed-header.seconed-header{
  top: 0;
}

.main-header + .main-header{
  height: 55px;
}

.main-header + .main-header .logo-fld img{
  width: 105px;
}

.main-header + .main-header .navigation{
  top: 10px;
}

.main-header + .main-header .header-social-fld ul li img{
  width: 25px;
}

.main-header + .main-header .nav-sup ul li a{
  padding: 4px 28px;
}


.main_content_section p{
  line-height: 1.3em;
}

.main_content_section ol{
  padding-left: 15px;
  margin-bottom: 8px;
}

.main_content_section ol li{
  margin-bottom: 12px;
}

.main_content_section ol ol{
  padding-left: 0 !important;
}

.main_content_section ol ol li{
  margin-bottom: 15px;
}


.main_content_section ol li p{
  margin: 0 !important;
}

.main_content_section h1{
  margin-bottom: 45px !important;
}










@media only screen and (max-width:1280px) {
.logo-fld{
  margin-left: 0;
}
.italic-style{
  left: 0;
}
.banner-content{
  padding-left: 75px;
}
}


@media only screen and (max-width:1200px) {
.banner-content h2{
  font-size: 60px;
}
.banner-content h2 span{
  font-size: 48px;
  margin-top: 0;
}
.italic-style{
  font-size: 42px;
}

.logo-fld img{
  width: 175px;
}

.container.container.container.container.container.container{
  padding: 0 15px;
}

.nav-sup ul li a{
  padding: 1px 22px;
}
}


@media only screen and (max-width:1140px) {
.banner-fig:before{
  width: 600px;
  height: 600px;
  background-size: 100%;
  bottom: -50%;
}

.banner-fig{
  bottom: 0;
}

.banner-fig img{
  width: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sub-banner-fld .container{
  position: static !important;
}

.sub-banner-fld{
  padding-top: 50px;
  min-height: 470px;
}

.banner-btn{
  margin: 10px 0 0;
}

}



@media only screen and (max-width:1040px) {
.banner-content h2{
  font-size: 50px;
}
.banner-content h2 span{
  font-size: 40px;
}
.mobile-app-link li img{
  width: 135px;
}
.banner-btn{
  font-size: 20px;
}
}


@media only screen and (max-width:940px) {
.nav-sup ul li{
  font-size: 16px;
  margin: 0 5px;
}
.header-social-fld ul li img{
  width: 28px;
}
.logo-fld img{
  width: 160px;
}

.sub-banner-fld{
  min-height: initial;
  padding-top: 35px;
}

.banner-content{
  width: 100%;
}
.banner-fig{
  width: 100%;
  float: left;
  position: static;
  margin-top: 25px;
}

.banner-fig img{
  width: 335px;
  position: relative;
  margin: 0 auto;
}
.banner-fig:before{
  left: 0;
  right: 0;
  margin: 0 auto;
}

.italic-style{
  writing-mode: initial;
  position: static;
}

.banner-content{
  text-align: center;
}

.banner-list-content li{
  display: table;
  margin: 0 auto;
}

.banner-btn{
  max-width: 365px;
}


}




@media only screen and (max-width:1023px) {

.mobilemenu{
  position: absolute;
  display: block;
  width: 42px;
  height: 32px;
  background: #fc811e;
  border-radius: 6px;
  padding: 3px 0;
  right: 15px;
  top: 11px;
  z-index: 999;
}
.mobilemenu svg{
  width: 100%;
  height: 100%;
}
.fixed-overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
}
.nav-sup.nav-sup{
  width: 100%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 999999;
  padding-top: 85px;
  right: -100%;
  top: 0;
    -webkit-transition: all 0.8s ease-in-out;
       -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
         -o-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
}

.mobilemenu.active + .nav-sup{
  right: 0;
}

.nav-sup.nav-sup ul ul{
  position: static;
  opacity: 1;
  width: 100%;
  float: left;
  display: none;
  pointer-events: auto;
  transition: none;
  padding: 0;
}

.nav-sup.nav-sup ul li a{
  border-radius: 0px;
  padding: 8px 12px;
  display: block;
  color: #333;
}
.nav-sup.nav-sup ul li:hover > a,
.nav-sup.nav-sup ul li.active > a{
  background: #fc811e;
  color: #fff;
}

.nav-sup.nav-sup ul ul li{
  opacity: 1 !important;
}

.nav-sup.nav-sup ul ul li a{
  padding: 8px 45px !important;
}

.main-header .nav-sup.nav-sup ul li{
  width: 100%;
  float: left;
  margin: 0;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
}

.main-header .nav-sup.nav-sup ul li:before,
.main-header .nav-sup.nav-sup ul li:after{
  display: none;
}


.cross-nav{
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 38px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  display: block;
  background: #fc811e;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
      -ms-border-radius: 100%;
       -o-border-radius: 100%;
          border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.cross-nav:hover{
  background: #000;
}

.nav-arrow{
  width: 100%;
  height: 100%;
  background-position: 95% 16px !important;
  cursor: pointer;
  pointer-events: auto;
}


.header-social-fld{
  margin-right: 65px;
  margin-top: 12px;
}

.navigation{
  position: static;
  pointer-events: auto;
}

.main-header + .main-header{
  display: none !important;
}

.main-header{
  position: fixed;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #545454;
  height: 54px;
  overflow: hidden;
}

.logo-fld{
  margin-left: -25px;
}

.logo-fld img{
  width: 115px;
}

.main-header .nav-sup.nav-sup ul li{
  padding: 0;
}

.banner-content{
  padding-left: 0;
}

.sub-banner-fld{
  padding-top: 75px;
}

.italic-style{
  font-size: 32px;
}

}


@media only screen and (max-width:520px) {

.header-social-fld{
  margin-top: 16px;
}

.header-social-fld ul{
  margin: 0;
}

.header-social-fld ul li img{
  width: 22px;
}
.banner-content h2{
  font-size: 32px;
}
.banner-content h2 span{
  font-size: 24px;
  margin-top: 5px;
}

.banner-fig{
  margin-top: 15px;
}

.banner-fig:before{
  width: 100%;
  height: 600px;
}
.banner-fig img{
  width: 230px;
}
.banner-btn{
  font-size: 18px;
}

.main_content_section h1{
  max-width: 275px !important;
  font-size: 12px !important;
}

.main_content_section{
  padding-top: 85px;
}



}





 @media (min-width: 1024px) and (max-width: 1290px) {

  .nav-sup ul li { font-size: 13px;}
  .nav-sup ul li a { padding: 1px 9px;}
 }















