@font-face {
    font-family: 'DINBlack';
    src: url('../fonts/DINBlack.eot');
    src: url('../fonts/DINBlack.eot') format('embedded-opentype'), url('../fonts/DINBlack.woff2') format('woff2'), url('../fonts/DINBlack.woff') format('woff'), url('../fonts/DINBlack.ttf') format('truetype'), url('../fonts/DINBlack.svg#DINBlack') format('svg');
}

@font-face {
    font-family: 'DINBold';
    src: url('../fonts/DINBold.eot');
    src: url('../fonts/DINBold.eot') format('embedded-opentype'), url('../fonts/DINBold.woff2') format('woff2'), url('../fonts/DINBold.woff') format('woff'), url('../fonts/DINBold.ttf') format('truetype'), url('../fonts/DINBold.svg#DINBold') format('svg');
}

@font-face {
    font-family: 'DINMedium';
    src: url('../fonts/DINMedium.eot');
    src: url('../fonts/DINMedium.eot') format('embedded-opentype'), url('../fonts/DINMedium.woff2') format('woff2'), url('../fonts/DINMedium.woff') format('woff'), url('../fonts/DINMedium.ttf') format('truetype'), url('../fonts/DINMedium.svg#DINMedium') format('svg');
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN.eot');
    src: url('../fonts/DIN.eot') format('embedded-opentype'), url('../fonts/DIN.woff2') format('woff2'), url('../fonts/DIN.woff') format('woff'), url('../fonts/DIN.ttf') format('truetype'), url('../fonts/DIN.svg#DIN') format('svg');
}
@font-face {
	font-family: 'DIN Regular';
	font-display: block;
	src: url(../fonts/DIN-Regular.woff) format("woff"), url(../fonts/DIN-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/DIN-Regular.otf) format("OpenType")
}

@font-face {
	font-family: 'DIN Bold';
	font-display: block;
	src: url(../fonts/DINBold.woff) format("woff"), url(../fonts/DINBold.eot?#iefix) format("embedded-opentype"), url(../fonts/DINBold.otf) format("OpenType")
}

@font-face {
	font-family: 'DIN Medium';
	font-display: block;
	src: url(../fonts/DIN-Medium.woff) format("woff"), url(../fonts/DIN-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/DIN-Medium.otf) format("OpenType")
}

@font-face {
	font-family: 'DIN Medium Alternate';
	font-display: block;
	src: url(../fonts/DIN-Medium-Alternate.woff) format("woff"), url(../fonts/DIN-Medium-Alternate.eot?#iefix) format("embedded-opentype"), url(../fonts/DIN-Medium-Alternate.ttf) format("OpenType")
}

@font-face {
	font-family: 'Libre Baskerville';
	font-display: block;
	src: url(../fonts/LibreBaskerville-Regular.woff) format("woff"), url(../fonts/LibreBaskerville-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/LibreBaskerville-Regular.ttf) format("OpenType")
}


* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

body,
html {
    height: 100%;
}


/*** 
====================================================================
	Global Settings
====================================================================
***/

body {
    font-size: 16px;
    color: #131313;
    line-height: 1.6em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'DIN Regular', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0b3e3b;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px 0px 15px;
    background: none;
    line-height: 1.25em;
    font-family: 'Libre Baskerville',sans-serif;
}

h1 {
    font-size: 90px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 14px;
}

input,
select,
button {
    font-family: 'DIN';
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p {
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 15px;
    font-family: 'DIN';
	
}

.text {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    display: block;
    margin: 0;
    padding: 0;
}

.centered {
    text-align: center !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    color: #00a39c;
    font-size: 22px;
    line-height: 40px;
    border: 1px solid #00a39c;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    /* background: #e8262c; */
    border-radius: 50%; 	
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top .icon {
    position: relative;
    display: block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.scroll-to-top:hover {
    color: #00a39c;
    border-color: #00a39c;
}

/**********************/

/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}

.header-top {
    position: relative;
}

.main-header .header-top .top-left {
    float: left;
}

.main-header .header-top .top-right {
    float: right;
    display: flex;
    align-items: center;
}


/*=== Header Main Box ===*/

.main-header .header-upper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-header .header-upper {
    position: relative;
}

.main-header .nav-outer {
    position: relative;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: 'DINMedium';
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #000;
    padding: 10px 0px;
    opacity: 1;
 /* -webkit-transition: all 300ms ease; */
    /* -moz-transition: all 300ms ease; */
    /* -ms-transition: all 300ms ease; */
    /* -o-transition: all 300ms ease; */
    /* transition: all 300ms ease; */
	position:relative;
 position: relative;
    z-index: 1;
    overflow: hidden	

}




/* SHIFT */
.main-menu .navigation>li>a{
  position:relative;
  z-index: 1;
      transition: all .5s;
	  color:#000;
}
.main-menu .navigation>li>a:hover {
  color: #fff;
  background: #1B7BDD;
}
.main-menu .navigation>li>a.active{
	background:#1B7BDD;
color:#fff;
}
/*
.main-menu .navigation>li>a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background:linear-gradient(90deg, #1B7BDD 0%, #1EBBDD 100%);
  visibility: none;
  opacity: 0;
  z-index: -1;
      transition: all .5s;
}
.main-menu .navigation>li>a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
*/
/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}


.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #fff!important;

    /* background: -webkit-gradient(linear, left top, right top, from(#1B7BDD), to(#1EBBDD)); */
    /* background: linear-gradient(90deg, #1B7BDD 0%, #1EBBDD 100%); */


}

.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #00ffff;
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    background: #fff;
    padding: 15px 0px 10px;
    border: none;
  
}

.main-menu .navigation>li:last-child>ul {
    right: 0;
    left: unset;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    padding: 0px 10px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0px 5px 5px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
 
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 4px;
    width: 4px;
    background: #868da5;
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #0f0440;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    background: #0f0440;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    background: #0f0440;
    padding: 15px 0px 10px;
    border: none;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px 12px 20px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    color: #868da5;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 4px;
    width: 4px;
    background: #868da5;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #00ffff;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    background: #00ffff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: none;
    width: 100%;
    right: 0;
    margin: 0 auto;
    /* background: rgb(83 43 4 / 21%); */
    /* box-shadow: rgb(255 255 255 / 40%) 0 -1px 0 inset;
    backdrop-filter: blur(20px); */
}

.header-style-two.fixed-header {
    backdrop-filter: unset;
}

.header-style-two.fixed-header .button-outline {
    font-size: 14px;
    padding: 10px 10px!important;
    margin-left: 5px;
}

.header-style-two.fixed-header .button-1 {
    font-size: 14px;
    padding: 10px 20px!important;
    margin-left: 5px;
}

.header-style-two.fixed-header .button-2,
.header-style-two.fixed-header .button-3 {
    padding: 10px 20px!important;
    margin-left: 5px;
}

.header-top-two {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    display: none;
}

.header-top-two .inner {
    position: relative;
    margin-left: 200px;
    padding: 10px 0px;
    padding-left: 40px;
    line-height: 30px;
    border-bottom: none;
}

.header-top-two .info {
    position: relative;
    float: left;
}

.header-top-two .info li {
    position: relative;
    float: left;
    color: #ffffff;
    line-height: 30px;
    margin-right: 45px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-top-two .info li:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 5px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top-two .info li:last-child {
    margin-right: 0;
}

.header-top-two .info li:last-child:before {
    display: none;
}

.header-top-two .info li a {
    color: #ffffff;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
}

.header-top-two .info li.phone a {
    color: #91a6bf;
}

.header-top-two .info li .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #00ffff;
    padding-right: 5px;
}

.header-top-two .info li a:hover {
    text-decoration: underline;
    color: #00ffff;
}

.header-top-two .my-account {
    position: relative;
    float: right;
    display: flex;
    align-items: center;
}

.header-top-two .my-account li {
    position: relative;
    float: left;
    margin-right: 31px;
}

.header-top-two .my-account li:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 5px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top-two .my-account li:last-child {
    margin-right: 0;
}

.header-top-two .my-account li:last-child:before {
    display: none;
}

.header-top-two .my-account li a {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #91a6bf;
}

.header-top-two .my-account li .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #00ffff;
    padding-right: 5px;
}

.header-top-two .my-account li a:hover {
    color: #00ffff;
}

.header-style-two .header-upper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-two .header-upper .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.header-style-two .header-upper .logo-box {
    position: relative;
    left: 0;
    top: 0;
    width: 21%;
    height: auto;
    padding: 4px 10px;
    border-right: none;
    bottom: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left:30px;
}

.header-style-two .header-upper .nav-content {
    position: relative;
}

.header-style-two .header-upper .nav-outer {
    position: relative;
    float: right;
}

.header-style-two .language {
    position: relative;
    float: right;
}

.header-style-two .language .lang-btn {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 15px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.header-style-two .language .lang-btn .flag {
    position: relative;
    top: 0px;
    color: #00ffff;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.header-style-two .language .lang-btn .txt {
    position: relative;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.header-style-two .language .lang-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #ffffff;
    font-size: 12px;
}

.header-style-two .language .lang-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
}

.header-style-two .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 2px;
    width: 150px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-top: 2px solid #00ffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-style-two .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-style-two .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.header-style-two .language .lang-dropdown li:last-child {
    border: none;
}

.header-style-two .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
}

.header-style-two .language .lang-dropdown li a:hover {
    text-decoration: underline;
    color: #00ffff;
}

.header-style-two .main-menu .navigation>li {
    padding: 0px 0px;
    margin: 0;
    border-right: none;
}

.header-style-two .main-menu .navigation>li>a {
    padding: 7px 20px 7px 20px;
    font-size: 14px;
    line-height: 30px;
	margin-left:5px;
	margin-right:5px;
}

.header-style-two .nav-box .main-menu .navigation>li:before {
    border-bottom-color: #ffffff;
}


/*** 

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header {
    position: relative;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #000;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
    background: #fff;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0px;
}

.fixed-header .sticky-header .logo img {
    height: 75px;
	width:auto;
	margin-left:80px;
}

.fixed-header .sticky-header .my-account {
    margin-left: 5px;
}

.sticky-header .main-menu {
    position: relative;
    float: left;
}

.sticky-header .main-menu .navigation>li {
    padding: 0;
    margin-right: 0 !important;
    background-color: transparent;
    border: none;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}


.sticky-header .main-menu{
	margin-top:15px;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
    margin-right: 10px;
}

.sticky-header .main-menu .navigation>li>ul>li>ul:before {
    left: auto;
    right: -10px;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
}

.sticky-header .booking-link {
    position: relative;
    float: left;
    margin-left: 25px;
    padding-top: 15px;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: #1ca39c;
    margin: 25px 0px 0px 20px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-height: 90px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: rgba(0, 0, 0, 0.70); */
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #1ca39c;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #00ffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown>a {
    padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}



/*********** Title ***************/

.section-title {
    max-width: 920px;
    margin: 0 auto 30px;
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
    line-height: 37px;
    color: #000;
    font-weight: 600;
    font-family: 'DINBold';
    text-transform: uppercase;
    letter-spacing: 1.0px;
}

.section-title p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.section-title .line {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.line span {
    width: 10px;
    height: 10px;
    background: linear-gradient(53.28deg, #d63c37 4.8%, #000 86.91%);
    margin-right: 5px;
}


/*********** Colors ***************/


/*********** Heading ***************/


/*********** Hero Slider ***************/


/*********** Footer ***************/

.main-footer {
    position: relative;
    background: #0f0440;
    color: #868da5;
}

.main-footer .widgets-section {
    position: relative;
    padding: 90px 0px 50px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 20px;
}

.main-footer .widget-title h4 {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin: 0;
}

.main-footer .widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-footer .info-widget {
    position: relative;
}

.main-footer .info-widget .info img {
    width: 37%;
    padding-bottom: 30px;
}

.main-footer .info-widget .logo {
    position: relative;
    margin-top: -5px;
    margin-bottom: 30px;
}

.main-footer .info-widget .logo img {
    height: 50px;
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .links-widget {
    margin-bottom: 10px;
    padding-top: 10px;
}

.main-footer .links-widget .widget-content {
    position: relative;
    padding-left: 0px;
}

.main-footer .links-widget .column {
    position: relative;
}

.main-footer .links-widget .links li {
    position: relative;
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
}

.main-footer .links-widget .links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding-left: 20px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	text-transform:uppercase;
}

.main-footer .links-widget .links li a:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 22px;
    font-size: 20px;
    font-weight: 400;
}

.main-footer .links-widget .links li a:hover {
    color: #00ffff;
}

.main-footer .info ul {
    position: relative;
}

.main-footer .info ul li {
    position: relative;
    line-height: 24px;
    color: #868da5;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 7px;
}

.main-footer .info ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    color: #0f0440;
}

.main-footer .info ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    color: #0f0440;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9a9998;
    font-size: 12px;
}

.main-footer .info ul li a {
    color: #868da5;
}

.main-footer .info ul li a:hover {
    color: #00ffff;
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    padding-top: 10px;
    margin-bottom: 29px;
    margin: 20px auto;
}

.main-footer .social-links ul {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px 0px 0px;
    line-height: 44px;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    color: #1B7BDD;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .social-links li a:hover {
    color: #fff;
    background: #1B7BDD;
}

.main-footer .gallery-widget .images {
    position: relative;
    margin: 0px -5px;
}

.main-footer .gallery-widget .images .image {
    position: relative;
    float: left;
    width: 25%;
    display: block;
    margin: 0 0 10px;
    padding: 0px 5px;
}

.main-footer .gallery-widget .images img {
    width: 100%;
}

.main-footer .gallery-widget .images .lightbox-image {
    position: absolute;
    left: 13px;
    top: 8px;
    right: 13px;
    bottom: 8px;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    color: #00ffff;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.main-footer .gallery-widget .image:hover .lightbox-image {
    opacity: 1;
}

.main-footer .gallery-widget .images .lightbox-image .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
    padding: 12px 30px;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    float: left;
    padding: 10px 0px;
}

.main-footer .footer-bottom .copyright strong {
    color: #222222;
}

.main-footer .footer-bottom .bottom-links {
    position: relative;
    float: right;
    padding: 10px 0px;
}

.main-footer .footer-bottom a {
    color: #00a39c!important;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	text-decoration:none !important;
}

.main-footer .footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-area {
    position: relative;
    display: block;
    background:#e9e9ed6b url(../images/p15.jpg) no-repeat center;
    padding-top: 0px;
    overflow: hidden;
    z-index: 1;
}
.footer-area:before {
	content:'';
    bottom: 0;
    left: 0;
    right: 0;
	height:100%;
	width:100%;
    background-color: #000;
	position:absolute;

}

.footer-bottom .footer-bottom-content {
   /* display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;*/
    padding: 0px 0;
}
.footer-bottom .copyright-text{
	text-align:center
}

.footer-bottom .copyright-text p {
    color: #afafaf;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.footer-menu-style1 {
    position: relative;
    display: block;
}

.footer-menu-style1 p {
    font-size: 15px;
}
ul.links{
    margin: 0;
    padding: 0;
    column-count: 2;
	}
.main-footer .footer-bottom a {
    color: #00a39c;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
}

.single-footer-widget.martop30 {
    margin-top: 30px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 25px;
}

.single-footer-widget .footer-logo figure {
    margin: 20px auto;
    width: 38%;
    /* border-top: #fff solid 1px; */
    padding: 20px 0px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.single-footer-widget .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

.single-footer-widget .footer-logo a {
    display: inline-block;
}

.single-footer-widget .footer-logo .footerLogoimg {
    width: 60%;
}


.footer-menu-style1 ul li a {
    position: relative;
    display: inline-block;
    color: #afafaf;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-menu-style1 ul li a:hover {
    color: #ffffff;
}

.introSecttion {
    position: relative;
    padding: 30px 0px 70px 0px;
    /* background: url(../images/bg-2.jpg) no-repeat top; */
    background-size: cover;
}


.abs-icon {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 80px;
    color: #ffffff;
    opacity: .10;
}
.MainHeading{
padding-top:32px;
}
/**************************/
.sticky-header .main-menu .navigation>li>a.active {
    background: linear-gradient(90deg, #1B7BDD 0%, #1EBBDD 100%);
	background: #1B7BDD;
    color: #fff;
	}
	
	table.bt thead {
  display: none;
}

table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 50%;
  display: inline-block;
}

table.bt tbody td.bt-hide {
  display: none;
}

table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


