html {
scroll-behavior: smooth;
}

body,
html {
margin: 0;
padding: 0;
color: #555A64;
}

* {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wrapper {
width: 75%;
margin: 0 auto;
}

.wrapper-full {
width: 90%;
margin: 0 auto;
}
.header_logo img {
    max-width: 100%;
    vertical-align: middle;
}
@media all and (max-width: 641px) {
.wrapper {
width: 90%;
}
}



@media all and (max-width: 441px) {

.wrapper,
.wrapper-full {
width: 100%;
padding: 0 16px;
}
}

.img-responsive {
max-width: 100%;
display:block;
}

.img-fluid {
width: 100%;
}

.d-grid {
display: grid;
}

.d-flex {
display: flex;
display: -webkit-flex;
}

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

.text-left {
text-align: left;
}

.text-right {
text-align: right;
}

button,
input,
select {
-webkit-appearance: none;
outline: none;
}

button,
.btn,
select {
cursor: pointer;
}

a {
text-decoration: none;
}

iframe {
border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.p-relative {
position: relative;
}

.p-absolute {
position: absolute;
}

.p-fixed {
position: fixed;
}

.p-sticky {
position: -webkit-sticky;
position: sticky;
}

body a:hover,
body button:hover {
opacity: .8;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
color: #2C3038;
}

h3.title-main {
font-size: 40px;
line-height: 45px;
color: #2C3038;
text-align: center;
margin-bottom: 12px;
}

h3.title-white {
color: #fff;
}

p.sub-title {
color: #555A64;
font-size: 17px;
line-height: 25px;
text-align: center;
max-width: 710px;
margin: 0 auto 50px;
}

a.button {
border: none;
color: #f05448;
font-size: 16px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

a.button-dark {
color: #2C3038;
}

.buttonbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
color: #fff;
background: #f05448;
text-align: center;
padding: 12px 22px;
}

.buttonbg-dark {
background: #2C3038;
}

@media screen and (max-width: 1080px) {
h3.title-main {
font-size: 35px;
line-height: 40px;
}

p.sub-title {
margin: 0 auto 45px;
}
}

@media screen and (max-width: 800px) {
h3.title-main {
font-size: 32px;
line-height: 35px;
}

p.sub-title {
margin: 0 auto 40px;
font-size: 16px;
line-height: 22px;
}
}

@media screen and (max-width: 415px) {
h3.title-main {
font-size: 30px;
line-height: 32px;
}

p.sub-title {
margin: 0 auto 30px;
}

.buttonbg {
font-size: 16px;
padding: 11px 16px;
}
}

.w3l-headers-9 {
/* //Reset Code */
/* header */
/* menu */
/* search */
/* //search */
/* //search */
/* CSS Document */
/* Hide Dropdowns by Default
* and giving it a position of absolute */
/* Display Dropdowns on Hover */
/* Media Queries
--------------------------------------------- */
/* navigation */
/* responsive for header */
/* //responsive for header */
/* //header */
}

.w3l-headers-9 .d-grid {
display: grid;
}

.w3l-headers-9 .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-headers-9 .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-headers-9 .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-headers-9 a.action {
border: none;
color: #304659;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-headers-9 .actionbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
color: #F5F9FC;
background: #2C3038;
text-align: center;
padding: 8px 13px 10px;
}

.w3l-headers-9 a.action img {
margin-left: 4px;
}

.w3l-headers-9 .align-center {
text-align: center;
}

.w3l-headers-9 a:hover,
.w3l-headers-9 button:hover,
.w3l-headers-9 .active {
opacity: .8;
}

.w3l-headers-9 header {
background: #fff;
position: fixed;
width: 100%;
z-index: 999;
border-bottom: 1px solid #EAEDF2;
}

.w3l-headers-9 .header {
display: flex;
align-items: center;
}

.w3l-headers-9 .bottom-menu-content {
margin-left: auto;
}

.w3l-headers-9 .logo {
color: #2C3038;
font-size: 30px;
}

.w3l-headers-9 .overlay-menuv-hny {
position: relative;
margin-right: 2em;
padding-top: 5px;
}

.w3l-headers-9 .menuopen {
cursor: pointer;
}

.w3l-headers-9 .side-menu-hny:hover {
opacity: 0.9;
}

.w3l-headers-9 .overlay-menuv-hny input {
display: none;
}

.w3l-headers-9 .side-menu-hny label.menuclose {
text-transform: uppercase;
text-align: center;
}

.w3l-headers-9 .side-menu-hny label.menuclose:hover {
cursor: pointer;
}

.w3l-headers-9 .overlay-menuv {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.9);
z-index: 999;
}

.w3l-headers-9 .overlay-menuv label.menuclose {
width: 28px;
height: 28px;
position: absolute;
right: 20px;
top:20px;
background: url(../images/cross.png) no-repeat;
z-index: 100;
cursor: pointer;
z-index: 999;
}

.w3l-headers-9 .overlay-menuv nav {
text-align: center;
position: relative;
top: 50%;
font-size: 54px;
transform: translateY(-50%);
}

.w3l-headers-9 .overlay-menuv ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
position: relative;
}

.w3l-headers-9 .overlay-menuv ul li {
display: block;
margin: 20px 0;
text-align: left;
}

.w3l-headers-9 .overlay-menuv ul li a {
display: block;
color: white;
text-decoration: none;
transition: color 0.2s;
font-size: 17px;
font-weight: normal;
}

.w3l-headers-9 .side-menu-hny~.overlay-menuv-hugeinc {
opacity: 0;
visibility: hidden;
}

.w3l-headers-9 #op:checked~.overlay-menuv-hugeinc {
opacity: 1;
visibility: visible;
}

.w3l-headers-9 .overlay-menuv-hugeinc nav {
perspective: 300px;
max-width: 600px;
margin: 0 auto;
}

.w3l-headers-9 .overlay-menuv-hugeinc nav ul {
opacity: 0.4;
}

.w3l-headers-9 #op:checked~.overlay-menuv-hugeinc nav ul {
opacity: 1;
transform: rotateX(0deg);
}

.w3l-headers-9 #op:not(:checked)~.overlay-menuv-hugeinc nav ul {
transform: translateY(25%) rotateX(-35deg);
}

.w3l-headers-9 form.search-head-form input {
display: block;
background: #fff;
border: none;
padding: 14px;
font-size: 15px;
color: #8298AB;
width: 100%;
}

.w3l-headers-9 h6.search-text {
color: #fff;
font-size: 24px;
font-weight: 600;
margin-bottom: 1em;
}

.w3l-headers-9 .buttonbg {
padding: 13px 40px;
}

.w3l-headers-9 .toggle-2,
.w3l-headers-9 .toggle,
.w3l-headers-9 [id^=drop] {
display: none;
}

.w3l-headers-9 #logo a img {
height: 42px;
}

.w3l-headers-9 nav ul {
position: relative;
}

.w3l-headers-9 nav ul li {
display: inline-block;
position: relative;
padding: 0 12px;
vertical-align: middle;
}

.w3l-headers-9 nav ul li.nav-right-sty {
padding-right: 0;
}

.w3l-headers-9 nav ul li ul li {
display: inherit;
padding: 0;
}

.w3l-headers-9 input#nav {
display: none;
}

.w3l-headers-9 ul.menu a.link-nav {
color: #2C3038;
font-weight: normal;
font-size: 17px;
line-height: 60px;
}

.w3l-headers-9 ul.menu ul:after {
position: absolute;
top: -9px;
left: 0;
right: 0;
margin: 0 auto;
content: "";
display: block;
width: 16px;
height: 16px;
background: #fff;
border-radius: 3px 0 0 0;
transform: rotate(45deg);
border-top: 1px solid #EAEDF2;
border-left: 1px solid #EAEDF2;
}

.w3l-headers-9 nav ul ul {
display: none;
background: #fff;
border-radius: 4px;
border: 1px solid #EAEDF2;
padding: 1rem;
min-width: 180px;
position: absolute;
top: 55px;
left: 0;
box-shadow: 0 0 1px #eee, 0 6px 18px rgba(0, 0, 0, 0.15);
transform: translateX(-60px);
z-index: 9;
}

.w3l-headers-9 ul.first-dropdwon {
min-width: 530px;
-webkit-columns: 3;
-moz-columns: 3;
columns: 3;
transform: translateX(-230px);
}

.w3l-headers-9 ul.menu ul li a {
color: #666;
font-size: 16px;
padding: 4px;
display: block;
}

.w3l-headers-9 nav ul li:hover>ul {
display: inherit;
}

.w3l-headers-9 .nav_w3ls nav ul ul li {
width: 170px;
float: none;
display: block;
position: relative;
margin: 0;
}

.w3l-headers-9 .nav_w3ls nav ul ul li a {
display: block;
color: #333;
padding: 4px 8px;
font-size: 16px;
}

.w3l-headers-9 .nav_w3ls nav ul ul li a:hover {
color: #000;
background: #eee;
opacity: 1;
}

.w3l-headers-9 nav ul ul ul li {
position: relative;
top: -60px;
left: 170px;
}

@media all and (max-width: 1080px) {
.w3l-headers-9 nav ul li {
padding: 0 7px;
}
}

@media all and (max-width: 991px) {
.w3l-headers-9 {
/* Hide the navigation menu by default */
/* Also hide the  */
/* Stylinf the toggle lable */
/* Display Dropdown when clicked on Parent Lable */
/* Hide Dropdowns by Default */
/* Hide menus on hover */
/* Fisrt Tier Dropdown */
/* navigation scroll */
/* //navigation scroll */
/* //navigation */
/* responsive design for nav */
/* //responsive design for nav */
}

.w3l-headers-9 header {
padding: 10px 0;
}

.w3l-headers-9 .toggle+a {
display: none;
}

.w3l-headers-9 .toggle {
display: block;
padding: 7px 12px;
font-size: 15px;
text-decoration: none;
border: none;
float: right;
background-color: #eee;
color: #333;
border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
margin-bottom: 0;
cursor: pointer;
}

.w3l-headers-9 .menu .toggle {
float: none;
padding: 0;
font-weight: normal;
font-size: 17px;
background: transparent;
color: #2C3038;
}

.w3l-headers-9 .toggle:hover {
opacity: .8;
}

.w3l-headers-9 .menu .toggle.active {
font-weight: bold;
}

.w3l-headers-9 [id^=drop]:checked+ul {
display: block;
padding: 15px 20px;
/* text-align: center; */
width: 100%;
z-index: 99;
}

.w3l-headers-9 nav ul li {
display: block;
width: 100%;
}

.w3l-headers-9 .nav_w3ls nav ul ul {
float: none;
position: static;
color: #ffffff;
padding: 10px !important;
}

.w3l-headers-9 nav ul ul li:hover>ul,
.w3l-headers-9 nav ul li:hover>ul {
display: none;
}

.w3l-headers-9 nav ul ul li {
display: block;
width: 100%;
padding: 0;
}

.w3l-headers-9 nav ul ul ul li {
position: static;
}

.w3l-headers-9 .nav_w3ls nav ul ul li {
width: 100%;
padding: 0;
margin: 0;
}

.w3l-headers-9 ul.menu a.link-nav {
line-height: 20px;
display: block;
}

.w3l-headers-9 a.link-nav.dropdown-toggle {
display: none !important;
}

.w3l-headers-9 ul.menu {
height: 300px;
overflow-y: auto;
max-width: 75%;
margin: 0 auto;
}

.w3l-headers-9 ul.menu::-webkit-scrollbar {
width: 3px;
}

.w3l-headers-9 ul.menu::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.w3l-headers-9 ul.menu::-webkit-scrollbar-thumb {
background-color: #d4d4d4;
}

.w3l-headers-9 .bottom-menu-content label.menu-bar {
width: 40px;
position: absolute;
top: 20px;
right: 123px;
cursor: pointer;
z-index: 99;
height: 40px;
}

.w3l-headers-9 .bottom-menu-content label.menu-bar:before {
content: '';
background: #304659;
width: 40px;
height: 4px;
position: absolute;
top: 0px;
left: 0px;
border-radius: 10px;
transition: all 0.5s;
}

.w3l-headers-9 .bottom-menu-content label.menu-bar:after {
content: '';
background: #304659;
width: 40px;
height: 4px;
position: absolute;
top: 23px;
left: 0px;
border-radius: 10px;
transition: all 0.5s;
}

.w3l-headers-9 .bottom-menu-content input#nav {
display: block;
}

.w3l-headers-9 .bottom-menu-content input#nav {
height: 0px;
opacity: 1;
display: inline-block;
transition: opacity 0.2s;
width: 0;
margin: 0;
-webkit-appearance: none;
color: transparent;
background: transparent;
visibility: hidden;
}

.w3l-headers-9 .bottom-menu-content input#nav:before {
content: '';
background: #304659;
width: 40px;
height: 4px;
position: absolute;
top: 31px;
right: 123px;
border-radius: 10px;
z-index: 50;
visibility: visible;
}

.w3l-headers-9 .bottom-menu-content input#nav:checked {
opacity: 0;
}

.w3l-headers-9 .bottom-menu-content input#nav:checked~label.menu-bar:before {
top: 15px;
-webkit-animation: linetop 0.5s linear 0.3s;
animation: linetop 0.5s linear 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}

.w3l-headers-9 .bottom-menu-content input#nav:checked~label.menu-bar:after {
top: 15px;
-webkit-animation: linebottom 0.5s linear 0.3s;
animation: linebottom 0.5s linear 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}

.w3l-headers-9 .bottom-menu-content nav {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 0%;
color: #fff;
overflow-y: auto;
overflow-x: hidden;
transition: all 0.3s;
background: #fff;
z-index: -1;
border-bottom: 1px solid #EAEDF2;
}

.w3l-headers-9 .bottom-menu-content input#nav:checked~nav {
height: auto;
}

.w3l-headers-9 .bottom-menu-content nav>ul {
margin-top: 4em;
transform: translate(0%, 0%);
transition: 0.2s;
transition-delay: 0.2s;
}

.w3l-headers-9 .bottom-menu-content input#nav:checked.menu-bar~nav>ul {
opacity: 1;
}

@-webkit-keyframes linetop {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(45deg);
}
}

@keyframes linetop {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(45deg);
}
}

@-webkit-keyframes linebottom {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(-45deg);
}
}

@keyframes linebottom {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(-45deg);
}
}

.w3l-headers-9 ul.first-dropdwon,
.w3l-headers-9 nav ul ul {
transform: translateX(0px);
max-width: 600px;
}

.w3l-headers-9 nav ul li {
display: block;
width: 100%;
margin: 10px 0;
padding: 0;
}

.w3l-headers-9 nav ul ul {
position: static;
margin-top: 10px;
}

.w3l-headers-9 nav ul li ul li {
margin: 0;
}

.w3l-headers-9 ul.menu ul:after {
right: 88%;
}

.w3l-headers-9 a.actionbg {
margin-top: 1em;
}
}

@media (max-width: 800px) {

.w3l-headers-9 .bottom-menu-content label.menu-bar,
.w3l-headers-9 .bottom-menu-content input#nav:before {
right: 100px;
}

.w3l-headers-9 ul.first-dropdwon,
.w3l-headers-9 nav ul ul {
max-width: 540px;
}
}

@media (max-width: 736px) {

.w3l-headers-9 .bottom-menu-content label.menu-bar,
.w3l-headers-9 .bottom-menu-content input#nav:before {
right: 94px;
}

.w3l-headers-9 ul.first-dropdwon,
.w3l-headers-9 nav ul ul {
min-width: 180px;
max-width: 490px;
}

.w3l-headers-9 ul.first-dropdwon {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
}
}

@media (max-width: 667px) {

.w3l-headers-9 .bottom-menu-content label.menu-bar,
.w3l-headers-9 .bottom-menu-content input#nav:before {
right: 82px;
}

.w3l-headers-9 ul.first-dropdwon,
.w3l-headers-9 nav ul ul {
max-width: 450px;
}
}

@media (max-width: 640px) {
.w3l-headers-9 ul.menu {
max-width: 90%;
}

.w3l-headers-9 .bottom-menu-content label.menu-bar,
.w3l-headers-9 .bottom-menu-content input#nav:before {
right: 32px;
}

.w3l-headers-9 .overlay-menuv-hugeinc nav {
margin: 0 .5em;
}
}

@media (max-width: 480px) {
.w3l-headers-9 .overlay-menuv-hny {
margin-top: 3px;
}

.w3l-headers-9 .nav-right-sty {
grid-gap: 20px;
}

.w3l-headers-9 nav.menu-side-over-left {
grid-template-columns: repeat(auto-fit, minmax(124px, 100px));
}

.w3l-headers-9 .bottom-menu-content label.menu-bar,
.w3l-headers-9 .bottom-menu-content input#nav:before {
right: 24px;
}

.w3l-headers-9 .bottom-menu-content label.menu-bar:before,
.w3l-headers-9 .bottom-menu-content label.menu-bar:after,
.w3l-headers-9 .bottom-menu-content input#nav:before {
width: 35px;
height: 3px;
}

.w3l-headers-9 .bottom-menu-content input#nav:before {
right: 29px;
top: 30px;
}

.w3l-headers-9 .bottom-menu-content label.menu-bar:after {
top: 21px;
}

.w3l-headers-9 .logo {
font-size: 28px;
}

.w3l-headers-9 header {
padding: 8px 0;
}

.w3l-headers-9 ul.first-dropdwon,
.w3l-headers-9 nav ul ul {
max-width: 380px;
}
}

@media (max-width: 440px) {

.w3l-headers-9 ul.first-dropdwon,
.w3l-headers-9 nav ul ul {
max-width: 330px;
}
}

@media (max-width: 384px) {
.w3l-headers-9 a.link-nav {
font-size: 16px;
}

.w3l-headers-9 .nav-right-sty {
grid-gap: 10px;
}

.w3l-headers-9 .overlay-menuv ul li a {
font-size: 16px;
}

.w3l-headers-9 .bottom-menu-content label.menu-bar {
right: 12px;
}

.w3l-headers-9 .bottom-menu-content input#nav:before {
right: 17px;
}

.w3l-headers-9 .buttonbg {
padding: 13px 25px;
}

.w3l-headers-9 ul.first-dropdwon {
-webkit-columns: 1;
-moz-columns: 1;
columns: 1;
}

.w3l-headers-9 ul.first-dropdwon,
.w3l-headers-9 nav ul ul {
max-width: 300px;
}
}

@media (max-width: 320px) {
.w3l-headers-9 nav.menu-side-over-left {
grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
}

.w3l-headers-9 ul.first-dropdwon,
.w3l-headers-9 nav ul ul {
max-width: 250px;
}
}

.w3l-covers-9-main {
/* //Reset Code */
/* covers */
/* css clider */
/* .csslider>ul>li {
min-height: 100vh;
} */
/* //covers */
/* responsive */
/* //responsive */
}

.w3l-covers-9-main .d-grid {
display: grid;
}

.w3l-covers-9-main .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-covers-9-main .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-covers-9-main .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-covers-9-main a.action {
border: none;
color: #304659;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-covers-9-main a.action img {
margin-left: 4px;
}

.w3l-covers-9-main a.actionbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 16px;
color: #2C3038;
background: #fff;
text-align: center;
padding: 12px 18px;
}

.w3l-covers-9-main .align-center {
text-align: center;
}

.w3l-covers-9-main .csslider>ul>li:first-child {
background: url(../HomeImage/Bahamas-Yacht-Rentals-Charters2.jpg);
background-repeat:no-repeat;
background-position:center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}

.w3l-covers-9-main .csslider>ul>li:nth-child(2) {
background: url(../HomeImage/Bahamas-Yacht-Rentals-Charters5.jpg);
background-repeat:no-repeat;
background-position:center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}

.w3l-covers-9-main .csslider>ul>li:nth-child(3) {
background: url(../HomeImage/Bahamas-Yacht-Rentals-Charters1.jpg);
background-repeat:no-repeat;
background-position:center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}

.w3l-covers-9-main .csslider>ul>li:nth-child(4) {
background: url(../HomeImage/Bahamas-Yacht-Rentals-Charters4.jpg);
background-repeat:no-repeat;
background-position:center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}

.w3l-covers-9-main .csslider>ul>li:before {
content: "";
background: rgba(16, 16, 16, 0.4);
position: absolute;
top: 0;
min-height: 100%;
left: 0;
right: 0;
}

.w3l-covers-9-main .cover-top-center-9 {
min-height: 90vh;
display: grid;
align-items: center;
position: relative;
z-index: 99;
}

.w3l-covers-9-main .w3ls_cover_txt-9 {
max-width: 560px;
}

.w3l-covers-9-main h6.tag-cover-9 {
font-size: 13px;
line-height: 20px;
text-transform: uppercase;
color: #e6e6e6;
}

.w3l-covers-9-main h3.title-cover-9 {
font-size: 45px;
line-height: 50px;
color: #fff;
margin: 25px 0;
display: inline-block;
}

.w3l-covers-9-main p.para-cover-9 {
font-weight: normal;
font-size: 17px;
line-height: 25px;
color: #d8d7d7;
}

.w3l-covers-9-main .button-cover-9 {
margin-top: 40px;
display: inline-block;
}

@media (max-width: 800px) {
.w3l-covers-9-main h3.title-cover-9 {
font-size: 40px;
margin: 20px 0;
}
}

@media (max-width: 667px) {
.w3l-covers-9-main h3.title-cover-9 {
font-size: 40px;
line-height: 46px;
}
}

@media (max-width: 600px) {
.w3l-covers-9-main h3.title-cover-9 {
font-size: 37px;
line-height: 44px;
}
}

@media (max-width: 640px) {
.w3l-covers-9-main .w3ls_cover_txt-9 {
margin: 0 2em;
}
}

@media (max-width: 480px) {
.w3l-covers-9-main h3.title-cover-9 {
font-size: 32px;
line-height: 35px;
margin: 15px 0;
}

.w3l-covers-9-main .w3ls_cover_txt-9 {
margin: 0 1em;
}
}

@media (max-width: 384px) {
.w3l-covers-9-main h6.tag-cover-9 {
font-size: 12px;
}

.w3l-covers-9-main h3.title-cover-9 {
font-size: 32px;
line-height: 38px;
margin: 18px 0;
}

.w3l-covers-9-main p.para-cover-9 {
font-size: 16px;
}

.w3l-covers-9-main .cover-top-center-9 {
margin: 0 .5em;
}
}

@media (max-width: 440px) {
.w3l-covers-9-main h3.title-cover-9 {
font-size: 30px;
margin: 10px 0;
}

.w3l-covers-9-main h3.title-cover-9 {
font-size: 28px;
}
}

@media (max-width: 414px) {
.w3l-covers-9-main h3.title-cover-9 {
font-size: 28px;
line-height: 32px;
}

.w3l-covers-9-main p.para-cover-9 {
font-size: 15px;
line-height: 22px;
}
}

@media (max-width: 320px) {
.w3l-covers-9-main h3.title-cover-9 {
font-size: 30px;
line-height: 34px;
}
}

.w3l-covers-9-main {
/*#region MODULES */
/* arrows left and right */
}

.w3l-covers-9-main .csslider {
position: relative;
}

.w3l-covers-9-main .csslider>input {
display: none;
}

.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~ul li:first-of-type {
margin-left: -300%;
}

.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~ul li:first-of-type {
margin-left: -200%;
}

.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~ul li:first-of-type {
margin-left: -100%;
}

.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~ul li:first-of-type {
margin-left: 0%;
}

.w3l-covers-9-main .csslider>ul {
position: relative;
font-size: 0;
line-height: 0;
margin: 0 auto;
padding: 0;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
}

.w3l-covers-9-main .csslider>ul>li {
position: relative;
display: inline-block;
width: 100%;
overflow: visible;
font-size: 15px;
font-size: initial;
line-height: normal;
transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
vertical-align: top;
box-sizing: border-box;
white-space: normal;
}

.w3l-covers-9-main .csslider>.navigation {
position: absolute;
bottom: 9%;
left: 50%;
z-index: 99;
margin-bottom: -10px;
font-size: 0;
line-height: 0;
text-align: center;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.w3l-covers-9-main .csslider>.navigation>div {
margin-left: -100%;
}

.w3l-covers-9-main .csslider>.navigation label {
position: relative;
display: inline-block;
cursor: pointer;
border-radius: 50%;
margin: 0 4px;
padding: 4px;
border: 2px solid #fff;
background: transparent;
}

.w3l-covers-9-main .csslider>.navigation label:hover:after {
opacity: 1;
}

.w3l-covers-9-main .csslider>.navigation label:after {
content: '';
position: absolute;
left: 50%;
top: 50%;
margin-left: -6px;
margin-top: -6px;
background: #fff;
border-radius: 50%;
padding: 6px;
opacity: 0;
}

.w3l-covers-9-main .csslider.inside .navigation {
bottom: 10px;
margin-bottom: 10px;
}

.w3l-covers-9-main .csslider.inside .navigation label {
border: 1px solid #7e7e7e;
}

.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after {
opacity: 1;
}

.w3l-covers-9-main .csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2) {
display: block;
left: 0;
right: auto;
transform: rotate(45deg);
}

.w3l-covers-9-main .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3) {
display: block;
right: 0;
left: auto;
transform: rotate(225deg);
}

.w3l-covers-9-main .csslider>.arrows {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.w3l-covers-9-main .csslider.inside .navigation {
bottom: 10px;
margin-bottom: 10px;
}

.w3l-covers-9-main .csslider.inside .navigation label {
border: 1px solid #7e7e7e;
}

.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after,
.w3l-covers-9-main .csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after,
.w3l-covers-9-main .csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after,
.w3l-covers-9-main .csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after,
.w3l-covers-9-main .csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after,
.w3l-covers-9-main .csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after,
.w3l-covers-9-main .csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after,
.w3l-covers-9-main .csslider>input:nth-of-type(11):checked~.navigation label:nth-of-type(11):after {
opacity: 1;
}

.w3l-covers-9-main .csslider>.arrows {
position: absolute;
top: 50%;
width: 100%;
height: 26px;
z-index: 99;
box-sizing: content-box;
}

.w3l-covers-9-main .csslider>.arrows label {
display: none;
position: absolute;
top: -50%;
padding: 9px;
box-shadow: inset 2px -2px 0 1px #fff;
cursor: pointer;
transition: box-shadow 0.15s, margin 0.15s;
}

.w3l-covers-9-main .csslider>.arrows label:hover {
margin: 0;
opacity: .8;
}

.w3l-covers-9-main .csslider>.arrows label:before {
content: '';
position: absolute;
top: -100%;
left: -100%;
height: 300%;
width: 300%;
}

.w3l-covers-9-main .csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
.w3l-covers-9-main .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
.w3l-covers-9-main .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
.w3l-covers-9-main .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
.w3l-covers-9-main .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
.w3l-covers-9-main .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
.w3l-covers-9-main .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9),
.w3l-covers-9-main .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
display: block;
left: 5%;
right: auto;
transform: rotate(45deg);
}

.w3l-covers-9-main .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.w3l-covers-9-main .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.w3l-covers-9-main .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.w3l-covers-9-main .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.w3l-covers-9-main .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.w3l-covers-9-main .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.w3l-covers-9-main .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.w3l-covers-9-main .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
display: block;
right: 5%;
left: auto;
transform: rotate(225deg);
}

.w3l-covers-9-main #slider1 {
width: 100%;
}

@media screen and (max-width: 1080px) {

.w3l-covers-9-main .csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
.w3l-covers-9-main .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
.w3l-covers-9-main .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
.w3l-covers-9-main .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
.w3l-covers-9-main .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
.w3l-covers-9-main .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
.w3l-covers-9-main .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9),
.w3l-covers-9-main .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
left: 4%;
}

.w3l-covers-9-main .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.w3l-covers-9-main .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.w3l-covers-9-main .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.w3l-covers-9-main .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.w3l-covers-9-main .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.w3l-covers-9-main .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.w3l-covers-9-main .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.w3l-covers-9-main .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
right: 4%;
}
}

@media screen and (max-width: 568px) {

.w3l-covers-9-main .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.w3l-covers-9-main .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.w3l-covers-9-main .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.w3l-covers-9-main .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.w3l-covers-9-main .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.w3l-covers-9-main .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.w3l-covers-9-main .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.w3l-covers-9-main .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
right: 5%;
}
}

@media screen and (max-width: 667px) {
.w3l-covers-9-main .csslider>.arrows label {
padding: 7px;
}
}

@media screen and (max-width: 480px) {
.w3l-covers-9-main .csslider>.arrows label {
padding: 6px;
}

.w3l-covers-9-main .csslider>.navigation {
bottom: 6%;
}
}

@media screen and (max-width: 384px) {
.w3l-covers-9-main .csslider>.arrows label {
padding: 5px;
}
}

@media screen and (max-width: 375px) {

.w3l-covers-9-main .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.w3l-covers-9-main .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.w3l-covers-9-main .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.w3l-covers-9-main .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.w3l-covers-9-main .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.w3l-covers-9-main .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.w3l-covers-9-main .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.w3l-covers-9-main .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
right: 6%;
}
}

@media screen and (max-width: 320px) {

.w3l-covers-9-main .csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.w3l-covers-9-main .csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.w3l-covers-9-main .csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.w3l-covers-9-main .csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.w3l-covers-9-main .csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.w3l-covers-9-main .csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.w3l-covers-9-main .csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.w3l-covers-9-main .csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.w3l-covers-9-main .csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.w3l-covers-9-main .csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.w3l-covers-9-main .csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.w3l-covers-9-main .csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
right: 7%;
}
}

.w3l-form-my-mian .form-botm-cont {
padding: 4em;
background: #fff;
max-width: 75%;
margin: 0 auto;
position: relative;
/* box-shadow: 2px 4px 6px 2px rgba(51, 51, 51, 0.1); */
border: 1px solid #dedede;
}

.w3l-form-my-mian h4.left-text-inti {
font-size: 23px;
line-height: 25px;
font-weight: 500;
}

.w3l-form-my-mian .top-content-7 {
grid-auto-flow: column;
justify-content: space-between;
margin-bottom: 30px;
}

.w3l-form-my-mian form.signin-form {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 15px;
}

.w3l-form-my-mian .form-inner-cont input,
.w3l-form-my-mian .sec-grid-1 select {
background: #f3f3f3;
border: none;
outline: none;
width: 100%;
font-size: 15px;
color: #888;
-webkit-appearance: none;
padding: 12px 14px;
border: 1px solid #dedede;
}

.w3l-form-my-mian .sec-grid-1 select {
padding: 12px 14px;
border: none;
background: #f3f3f3 url(../images/down.png) no-repeat 93% 52%;
outline: none;
width: 100%;
font-size: 15px;
color: #888;
text-align: left;
-webkit-appearance: none;
cursor: pointer;
display: grid;
grid-template-columns: .1fr 1fr;
align-items: center;
padding-left: 15px;
font-family: inherit;
border: 1px solid #dedede;
}

.w3l-form-my-mian p.sub-paragraph {
color: #555A64;
font-size: 17px;
line-height: 25px;
font-weight: normal;
margin-top: 1em;
}

@media (max-width: 1080px) {
.w3l-form-my-mian .form-botm-cont {
padding: 3em 2em;
}
}

@media (max-width: 1050px) {
.w3l-form-my-mian form.signin-form {
grid-gap: 10px;
}

.w3l-form-my-mian .form-inner-cont input,
.w3l-form-my-mian .sec-grid-1 select {
font-size: 14px;
}
}

@media (max-width: 991px) {
.w3l-form-my-mian form.signin-form {
grid-template-columns: 1fr 1fr 1fr;
}
}

@media (max-width: 667px) {
.w3l-form-my-mian h4.left-text-inti {
font-size: 21px;
}

.w3l-form-my-mian .form-botm-cont {
padding: 2em;
}
}

@media (max-width: 640px) {
.w3l-form-my-mian .form-botm-cont {
max-width: 90%;
}
}

@media (max-width: 600px) {
.w3l-form-my-mian .top-content-7 {
grid-auto-flow: row;
margin-bottom: 30px;
grid-row-gap: 15px;
}

.w3l-form-my-mian form.signin-form {
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 384px) {
.w3l-form-my-mian form.signin-form {
grid-template-columns: 1fr;
}
}

.w3l-grids-6 {
/* responsive-code */
/* //responsive-code */
}

.w3l-grids-6 .grids-layout {
padding: 60px 0;
}

.w3l-grids-6 .gd-innf h3 a {
font-size: 25px;
line-height: 30px;
margin-top: 10px;
display: inline-block;
}

.w3l-grids-6 .grid-column-3 {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 30px;
}

.w3l-grids-6 .gd-innf img {
width: 100%;
}

.w3l-grids-6 .second-grids {
margin-top: 2.5em;
}

@media (max-width: 1080px) {
.w3l-grids-6 .gd-innf h3 a {
font-size: 19px;
}
}

@media (max-width: 900px) {
.w3l-grids-6 .grid-column-3 {
grid-gap: 20px;
}

.w3l-grids-6 .gd-innf h3 a {
margin-top: 12px;
}
}

@media (max-width: 768px) {
.w3l-grids-6 .gd-innf h3 a {
font-size: 17px;
line-height: 14px;
}
}

@media (max-width: 600px) {
.w3l-grids-6 .gd-innf h3 a {
font-size: 23px;
line-height: 27px;
}

.w3l-grids-6 .grid-column-3 {
grid-template-columns: 1fr;
grid-gap: 30px;
}

.w3l-grids-6 .grids-layout {
padding: 40px 0;
}
}

@media (max-width: 320px) {
.w3l-grids-6 .gd-innf h3 a {
font-size: 22px;
line-height: 24px;
}
}

.w3l-call-to-action-29 {
/* //Reset Code */
/* call to action 29 */
/* //call to action 29 */
/* responsive */
/*// responsive */
}

.w3l-call-to-action-29 .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-call-to-action-29 .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-call-to-action-29 .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-call-to-action-29 .align-items-center {
align-items: center;
}

.w3l-call-to-action-29 a.action {
border: none;
color: #304659;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-call-to-action-29 a.action img {
margin-left: 4px;
}

.w3l-call-to-action-29 .align-center {
text-align: center;
}

.w3l-call-to-action-29 p.text-tag {
color: #8298AB;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
line-height: 20px;
}

.w3l-call-to-action-29 p.sub-paragraph {
color: #eee;
font-size: 17px;
line-height: 25px;
font-weight: normal;
}

.w3l-call-to-action-29 .cal-action-29 {
background: url(../HomeImage/Bahamas-Yacht-Rentals-Charters16.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
padding: 80px 0;
position: relative;
z-index: 0;
}

.w3l-call-to-action-29 .cal-action-29:before {
content: "";
position: absolute;
background: rgba(16, 16, 16, 0.65);
height: 100%;
left: 0;
right: 0;
top: 0;
z-index: -1;
}

.w3l-call-to-action-29 .action-main-29 {
max-width: 850px;
margin: 0 auto;
}

.w3l-call-to-action-29 h4.cal-action-text-29 a {
font-size: 35px;
line-height: 40px;
color: #fff;
}

.w3l-call-to-action-29 .actioncall-29 {
margin: 20px 0 40px;
}
.column1-action-19 ul, .column2-action-19 ul {
margin: 20px 0 20px 40px;
}
.column1-action-19 ul li + li, .column2-action-19 ul li + li {
margin-top: 10px;
}
.column1-action-19 img {
width: 100%;
}
.buttons-teams a span {
font-size: 23px;
}
.buttons-teams a span.fa-facebook-square {
color: #3b5998;
}
.buttons-teams a span.fa-twitter-square {
color: #00acee;
}
.buttons-teams a span.fa-youtube-square {
color: #FF0000;
}
.buttons-teams a span.fa-google-plus-square {
color: #DD4B39;
}
.buttons-teams a + a {
padding-left: 10px;
}
.home-video-sec iframe {
width: 100%;
max-width: 100%;
}
.full-width-content h3 {
margin-bottom: 20px;
}
.full-width-content p, .full-width-content ul {
color: #555A64;
font-size: 17px;
line-height: 25px;
	margin-bottom: 15px;
}
.full-width-content .full-content-lists {
display: flex;
justify-content: space-around;
}
.full-width-content ul {
padding: 0 20px;
}


@media (max-width: 900px) {
.w3l-call-to-action-29 .cal-action-29 {
padding: 60px 0;
}
}

@media (max-width: 480px) {
.w3l-call-to-action-29 .cal-action-29 {
padding: 50px 0 60px;
}
}

@media (max-width: 414px) {
.w3l-call-to-action-29 h4.cal-action-text-29 a {
font-size: 27px;
line-height: 32px;
}
}

.w3l-call-to-action-19 {
/* //Reset Code */
/* call to action 19 */
/* //call to action 19 */
/* responsive */
}

.w3l-call-to-action-19 .d-grid {
display: grid;
}

.w3l-call-to-action-19 .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-call-to-action-19 .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-call-to-action-19 .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-call-to-action-19 a.action {
border: none;
color: #304659;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-call-to-action-19 a.action img {
margin-left: 4px;
}

.w3l-call-to-action-19 a.actionbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
line-height: 37px;
color: #F5F9FC;
background: #304659;
width: 103px;
height: 40px;
text-align: center;
}

.w3l-call-to-action-19 .align-center {
text-align: center;
}

.w3l-call-to-action-19 .action-19 {
padding: 80px 0;
}

.w3l-call-to-action-19 .column2-action-19 img {
width: 100%;
}

.w3l-call-to-action-19 .grid-action-19 {
grid-gap: 100px;
align-items: center;
}

.w3l-call-to-action-19 .call-head-action-19 a {
line-height: 50px;
font-size: 45px;
text-transform: capitalize;
}

.w3l-call-to-action-19 .call-para-action-19 {
margin-top: 25px;
color: #3B5266;
line-height: 25px;
font-size: 17px;
font-weight: normal;
}

.w3l-call-to-action-19 .main-action-19 {
margin-top: 40px;
}

.w3l-call-to-action-19 .action-btn-19 {
margin-right: 25px;
}

@media (max-width: 1280px) {
.w3l-call-to-action-19 .grid-action-19 {
grid-gap: 50px;
}

.w3l-call-to-action-19 .call-head-action-19 a {
line-height: 45px;
font-size: 40px;
}
}

@media (max-width: 1080px) {
.w3l-call-to-action-19 .call-head-action-19 a {
line-height: 40px;
font-size: 38px;
}

.w3l-call-to-action-19 .call-para-action-19 {
margin-top: 18px;
}
}

@media (max-width: 1050px) {
.w3l-call-to-action-19 .grid-action-19 {
grid-gap: 20px;
}

.w3l-call-to-action-19 .grid-col-2 {
grid-template-columns: 1fr;
}

.w3l-call-to-action-19 .call-head-action-19 a {
font-size: 34px;
}
}

@media (max-width: 667px) {
.w3l-call-to-action-19 .grid-action-19 {
grid-template-columns: 1fr;
}

.w3l-call-to-action-19 .action-19 {
padding: 20px 0 40px;
}

.w3l-call-to-action-19 .call-head-action-19 a {
font-size: 30px;
}
}

@media (max-width: 384px) {
.w3l-call-to-action-19 .call-head-action-19 a {
font-size: 28px;
line-height: 35px;
}
}

.w3l-feature-9 {
/* //flex properties */
/* //Reset Code */
/* features */
/* //features */
/* responsive */
/* //responsive */
}

.w3l-feature-9 .justify-content-between {
justify-content: space-between;
}

.w3l-feature-9 .align-items-center {
align-items: center;
}

.w3l-feature-9 .main-w3 {
background: #f8f9fa;
padding: 4rem 0;
}

.w3l-feature-9 .main-cont-wthree-fea {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 30px;
}

.w3l-feature-9 h4 a.title-head {
font-size: 23px;
line-height: 25px;
font-weight: 500;
margin: 18px 0 10px;
display: inline-block;
}

.w3l-feature-9 .grids-feature p {
margin-bottom: 20px;
}

.w3l-feature-9 .buttons-top {
margin-top: 4em;
border-top: 1px solid #ddd;
padding-top: 2.5em;
}

.w3l-feature-9 .icon-bg {
width: 65px;
height: 65px;
border-radius: 50%;
background: rgba(255, 58, 70, 0.09);
text-align: center;
}

.w3l-feature-9 .icon-bg span {
color: #f05448;
line-height: 65px;
font-size: 27px;
}

@media (max-width: 991px) {
.w3l-feature-9 .main-cont-wthree-fea {
grid-gap: 20px;
}
}

@media (max-width: 800px) {
.w3l-feature-9 .main-w3 {
padding: 3rem 0;
}
}

@media (max-width: 736px) {
.w3l-feature-9 .main-cont-wthree-fea {
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 480px) {
.w3l-feature-9 .grids-feature {
padding: 0 .5em;
}

.w3l-feature-9 h4 a.title-head {
font-size: 22px;
}

.w3l-feature-9 p {
font-size: 15px;
}

.w3l-feature-9 .button-effe {
font-size: 15px;
}

.w3l-feature-9 .main-cont-wthree-fea {
grid-template-columns: 1fr;
}
}

@media (max-width: 384px) {
.w3l-feature-9 .main-cont-wthree-fea {
grid-template-columns: 1fr;
}

.w3l-feature-9 .grids-feature:nth-child(2) {
margin-top: 2em;
}

.w3l-feature-9 .main-w3 {
padding: 2rem 0;
}
}

.w3l-products-1 {
/*-- responsive design --*/
/*-- //responsive design --*/
}

.w3l-products-1 .products1-content {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 20px;
}

.w3l-products-1 .ecom-page {
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 20px;
}

.w3l-products-1 .ecom-page.ecom-2 {
margin: 3em 0;
}

.w3l-products-1 .ecom-page .column {
border: 1px solid #eee;
padding: 20px;
}

.w3l-products-1 .buttonbg {
font-size: 16px;
color: #ffffff;
background: #2c3038;
padding: 11px 16px;
width: 100%;
margin-top: 2rem;
}

.w3l-products-1 .products1 h4 a {
border-top: 1px solid #eee;
}

.w3l-products-1 .products1 {
padding: 80px 0;
}

.w3l-products-1 .products1 h4 a {
font-size: 20px;
line-height: 25px;
margin-top: 10px;
text-decoration: none;
display: block;
padding-top: 10px;
}

.w3l-products-1 .products1 p {
font-size: 15px;
line-height: 20px;
color: #555A64;
margin-top: 5px;
}

.w3l-products-1 ul.star {
margin-top: 12px;
}

.w3l-products-1 ul.star li {
display: inline-block;
}

.w3l-products-1 ul.star span {
color: #555A64;
font-size: 13px;
line-height: 20px;
margin-left: 4px;
vertical-align: text-top;
}

@media (max-width: 1280px) {
.w3l-products-1 .products1 h4 a {
font-size: 18px;
}
}

@media (max-width: 1080px) {
.w3l-products-1 .products1 h4 {
font-size: 19px;
}

.w3l-products-1 .ecom-page {
grid-template-columns: 1fr 1fr;
grid-gap: 35px;
}

.w3l-products-1 .ecom-page.ecom-2 {
margin: 2em 0;
}

.w3l-products-1 .products1-content {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 40px;
}
}

@media (max-width: 991px) {
.w3l-products-1 .products1 {
padding: 60px 0;
}
}

@media (max-width: 800px) {
.w3l-products-1 .products1-content {
grid-template-columns: 1fr 1fr 1fr;
grid-row-gap: 50px;
}

.w3l-products-1 .ecom-page {
grid-gap: 20px;
}

.w3l-products-1 .ecom-page.ecom-2 {
margin: 1.5em 0;
}
}

@media (max-width: 736px) {
.w3l-products-1 .products1-content {
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 480px) {
.w3l-products-1 .products1-content {
grid-template-columns: 1fr 1fr;
}

.w3l-products-1 .ecom-page {
grid-template-columns: 1fr;
}
}

@media (max-width: 415px) {
.w3l-products-1 .products1 h4 {
margin-top: 15px;
}

.w3l-products-1 .grids p {
margin-top: 10px;
}

.w3l-products-1 .products1 {
padding: 40px 0;
}

.w3l-products-1 ul.star span {
margin-left: 0px;
}

.w3l-products-1 .products1-content {
grid-row-gap: 40px;
}
}

@media (max-width: 384px) {
.w3l-products-1 .products1 h3 {
font-size: 27px;
line-height: 28px;
margin-top: 25px;
}

.w3l-products-1 .products1 p {
font-size: 16px;
}

.w3l-products-1 .products1-content {
grid-template-columns: 1fr;
}

.w3l-products-1 .products1 h4 a {
font-size: 20px;
}
}

.w3l-teams-32-main {
/* //Reset Code */
/* teams 32 */
/* //teams 32 */
/* responsive */
/* //responsive */
}

.w3l-teams-32-main .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-teams-32-main .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-teams-32-main .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-teams-32-main .align-items-center {
align-items: center;
}

.w3l-teams-32-main a.action {
border: none;
color: #304659;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-teams-32-main .column-19 a {
display: grid;
}

.w3l-teams-32-main a.action img {
margin-left: 4px;
}

.w3l-teams-32-main .actionbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
line-height: 45px;
color: #F5F9FC;
background: #304659;
width: 103px;
height: 45px;
text-align: center;
cursor: pointer;
}

.w3l-teams-32-main .align-center {
text-align: center;
}

.w3l-teams-32-main p.text-tag {
color: #8328AB;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
line-height: 20px;
}

.w3l-teams-32-main p.sub-paragraph {
color: #3B5266;
font-size: 17px;
line-height: 25px;
font-weight: normal;
}

.w3l-teams-32-main .teams-32 {
background: #f8f9fa;
padding: 80px 0;
}

.w3l-teams-32-main h6 a.title-team-32 {
font-size: 20px;
line-height: 25px;
}

.w3l-teams-32-main p.sm-text-32 {
font-weight: normal;
font-size: 15px;
line-height: 20px;
color: #555A64;
margin: 5px 0 20px;
}

.w3l-teams-32-main .midd-para-team {
margin: 10px 0 20px;
}

.w3l-teams-32-main .right-team-9 {
background: #fff;
padding: 10px 0;
border: 1px solid #ddd;
}

.w3l-teams-32-main .buttons-teams a:nth-child(2) {
margin-left: 12px;
}

.w3l-teams-32-main .buttons-teams a:nth-child(3) {
margin-left: 12px;
}

.w3l-teams-32-main .main-contteam-32 {
grid-gap: 30px;
}

.w3l-teams-32-main .content-2te {
margin-top: 2.5em;
}

.w3l-teams-32-main .buttons-teams a span {
font-size: 23px;
}

.w3l-teams-32-main .buttons-teams a span.fa-facebook-square {
color: #3b5998;
}

.w3l-teams-32-main .buttons-teams a span.fa-twitter-square {
color: #00acee;
}

.w3l-teams-32-main .buttons-teams a span.fa-google-plus-square {
color: #DD4B39;
}

@media (max-width: 1024px) {
.w3l-teams-32-main .main-contteam-32 {
grid-gap: 20px;
}
}

@media (max-width: 991px) {
.w3l-teams-32-main p.sub-paragraph.midd-para-team {
font-size: 16px;
}

.w3l-teams-32-main .teams-32 {
padding: 60px 0;
}
}

@media (max-width: 900px) {
.w3l-teams-32-main .main-contteam-32 {
grid-gap: 40px;
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 480px) {
.w3l-teams-32-main .main-contteam-32 {
grid-gap: 30px;
}

.w3l-teams-32-main .teams-32 {
padding: 40px 0;
}
}

@media (max-width: 440px) {
.w3l-teams-32-main .main-contteam-32 {
grid-template-columns: 1fr;
}
}

/* w3l-customers-7 */
.w3l-customers-7 {
/* responsive code */
}

.w3l-customers-7 .customers_sur {
padding: 80px 0;
}

.w3l-customers-7 .customers_sur h5 {
font-size: 20px;
line-height: 25px;
}

.w3l-customers-7 .customers_sur span {
font-size: 15px;
line-height: 20px;
color: #555A64;
margin-top: 3px;
display: block;
}

.w3l-customers-7 .customers_sur p {
font-size: 20px;
line-height: 30px;
color: #555A64;
margin-bottom: 16px;
}

.w3l-customers-7 .customers-top_sur {
margin-top: 3em;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px;
}

.w3l-customers-7 img.img {
border-radius: 50%;
}

.w3l-customers-7 .customers_grid {
padding: 30px 30px;
background: #f8f9fa;
border: 1px solid #dedede;
}

.w3l-customers-7 .customers-bottom_sur {
margin-top: 3em;
display: grid;
grid-template-columns: 80px 1fr;
align-items: center;
}

@media screen and (max-width: 1280px) {
.w3l-customers-7 .customers_sur h5 {
font-size: 18px;
}

.w3l-customers-7 .customers_sur span {
font-size: 14px;
}
}

@media screen and (max-width: 1190px) {
.w3l-customers-7 .customers_sur span {
font-size: 14px;
margin-top: 0px;
}
}

@media screen and (max-width: 1080px) {
.w3l-customers-7 .customers_sur p {
font-size: 17px;
margin-bottom: 0;
}

.w3l-customers-7 .customers_grid {
padding: 30px 20px;
}

.w3l-customers-7 .customers_sur {
padding: 60px 0;
}
}

@media screen and (max-width: 991px) {
.w3l-customers-7 .customers-bottom_sur {
grid-template-columns: 70px 1fr;
}
}

@media screen and (max-width: 900px) {
.w3l-customers-7 .customers-top_sur {
margin-top: 2em;
grid-template-columns: 1fr;
}

.w3l-customers-7 .customers_sur p {
font-size: 17px;
line-height: 26px;
}

.w3l-customers-7 .customers_sur span {
font-size: 12px;
}

.w3l-customers-7 .customers-bottom_sur {
grid-template-columns: 80px 1fr;
}
}

@media screen and (max-width: 415px) {
.w3l-customers-7 .customers_sur {
padding: 30px 0;
}

.w3l-customers-7 .customers-bottom_sur {
margin-top: 2em;
}

.w3l-customers-7 .customers-top_sur {
margin-top: 2.3em;
}

.w3l-customers-7 .customers_sur {
padding: 40px 0;
}
}

@media screen and (max-width: 387px) {
.w3l-customers-7 .customers_sur p {
font-size: 16px;
}

.w3l-customers-7 .customers-top_sur {
margin-top: 2em;
}
}

@media screen and (max-width: 320px) {
.w3l-customers-7 .customers_sur p {
font-size: 15px;
}

.w3l-customers-7 .customers_sur h3 {
font-size: 32px;
}

.w3l-customers-7 .customers_grid {
padding: 25px 25px;
}
}

/* //w3l-customers-7 */
.w3l-footer-16 {
/*-- w3l-footer-16 --*/
/*-- //w3l-footer-16 --*/
/* move top */
/* //move top */
/*-- responsive-code --*/
/*--//responsive-code--*/
}

.w3l-footer-16 .w3l-footer-16-main {
background: #031427;
padding: 4em 0;
}

.w3l-footer-16 .w3l-footer-16-main h3 {
font-size: 18px;
line-height: 25px;
color: #fff;
margin-bottom: 20px;
}

.w3l-footer-16 a.logo-2 {
color: #fff;
font-size: 30px;
line-height: 20px;
}

.w3l-footer-16 .footer-gd-16 li {
display: block;
list-style: none;
margin: 10px 0;
}

.w3l-footer-16 .footer-gd-16 li a {
color: #ffffffb3;
font-weight: normal;
font-size: 16px;
line-height: 25px;
padding: 0;
text-transform: capitalize;
}

.w3l-footer-16 .w3l-footer-16-main h3 a:hover,
.w3l-footer-16 .footer-gd-16 li a:hover,
.w3l-footer-16 .w3l-footer-16-main p a:hover {
opacity: 0.8;
}

.w3l-footer-16 .w3l-footer-16-main p {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: #ffffffb3;
margin-top: 18px;
}

.w3l-footer-16 .w3l-footer-16-main p a {
color: #eee;
}

.w3l-footer-16 .grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
grid-gap: 20px;
}

.w3l-footer-16 form {
display: flex;
margin-bottom: 25px;
}

.w3l-footer-16 .subscribe input[type="email"] {
background: #fff;
border: none;
padding: 12px 20px;
font-size: 15px;
outline: none;
width: 80%;
color: #555A64;
font-weight: 600;
}

.w3l-footer-16 .subscribe button {
text-align: center;
background: #fff;
border: none;
outline: none;
font-size: 16px;
padding: 12px 20px;
cursor: pointer;
width: 20%;
}

.w3l-footer-16 .subscribe button:hover {
background: #fff;
}

.w3l-footer-16 .subscribe button img {
vertical-align: middle;
}

.w3l-footer-16 img.logo {
margin-bottom: 20px;
}

.w3l-footer-16 #movetop {
display: none;
position: fixed;
bottom: 75px;
right: 15px;
z-index: 99;
border: none;
outline: none;
cursor: pointer;
width: 36px;
height: 36px;
background: #f05448;
border-radius: 50px;
-webkit-border-radius: 50px;
-o-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
padding: 0;
}

.w3l-footer-16 #movetop span.fa {
line-height: 18px;
color: #fff;
font-size: 26px;
}

@media screen and (max-width: 1080px) {
.w3l-footer-16 a.logo-2 {
font-size: 28px;
}

.w3l-footer-16 .footer-gd-16 li a {
font-size: 15px;
line-height: 23px;
}
}

@media screen and (max-width: 1190px) {
.w3l-footer-16 .w3l-footer-16-main h3 {
font-size: 16px;
}

.w3l-footer-16 .subscribe button {
width: 30%;
}
}

@media screen and (max-width: 992px) {
.w3l-footer-16 .grid {
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
}

.w3l-footer-16 .column:nth-child(1) {
order: 5;
}
}

@media screen and (max-width: 801px) {
.w3l-footer-16 .w3l-footer-16-main h3 {
margin-bottom: 18px;
}
}

@media screen and (max-width: 640px) {
.w3l-footer-16 .w3l-footer-16-main {
padding: 3em 0;
}

.w3l-footer-16 .footer-gd-16 li {
margin: 5px 0;
}

.w3l-footer-16 .subscribe button {
padding: 12px 10px;
}
}

@media screen and (max-width: 420px) {
.w3l-footer-16 .w3l-footer-16-main {
padding: 2em 0;
}

.w3l-footer-16 .grid {
grid-gap: 15px;
grid-template-columns: 1fr;
}

.w3l-footer-16 .subscribe button {
width: 20%;
}
}

@media screen and (max-width: 375px) {
.w3l-footer-16 .grid {
grid-gap: 20px;
}
}

.w3l-inner-banner-main .about-inner {
background: url(../AboutImages/Bahamas-Yacht-Rentals-Charters-1.jpg) no-repeat center;
}

.w3l-inner-banner-main .banner-9 {
background: url(../FaqImages/Bahamas-Yacht-Rentals-Charters69.jpg) no-repeat center;
}
.w3l-inner-banner-main .banner-9.contact-banner {
background-image: url(../ContactImages/Bahamas-Yacht-Rentals-Charters52.jpg);
background-position:center;
background-repeat:no-repeat;
background-size: cover;
}
.w3l-inner-banner-main .banner-9.services-banner {
background-image: url(../ServicesImages/Bahamas-Yacht-Rentals-Charters71.jpg);
background-position:center;
background-repeat:no-repeat;
background-size: cover;
}
.w3l-inner-banner-main .sec-img {
background: url(../GalleryImages/Bahamas-Yacht-Rentals-Charters50.jpg) no-repeat center;
}

.w3l-inner-banner-main .about-inner,
.w3l-inner-banner-main .banner-9 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 300px;
position: relative;
display: grid;
align-items: center;
}

.w3l-inner-banner-main .banner-9:before,
.w3l-inner-banner-main .about-inner:before {
content: "";
background: rgba(16, 16, 16, 0.27);
position: absolute;
top: 0;
min-height: 100%;
left: 0;
right: 0;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path li {
display: inline-block;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path li,
.w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
color: #fff;
font-size: 17px;
font-weight: 600;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path {
z-index: 9;
position: relative;
margin-top: 5em;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path li span {
margin: 0 10px;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path li.active {
font-weight: 100;
}
.w3l-book-9 .tab-content p {
margin-top: 25px;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 25px;
margin-bottom: 25px;
}
@media (max-width: 1280px) {

.w3l-inner-banner-main .banner-9,
.w3l-inner-banner-main .about-inner {
min-height: 250px;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path {
margin-top: 4em;
}
}

@media (max-width: 800px) {

.w3l-inner-banner-main .banner-9,
.w3l-inner-banner-main .about-inner {
min-height: 220px;
}
}

@media (max-width: 767px) {
.w3l-book-9 .tab-content p {
font-size: 16px;
line-height: 22px;
}
}
@media (max-width: 568px) {

.w3l-inner-banner-main .banner-9,
.w3l-inner-banner-main .about-inner {
min-height: 180px;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path li,
.w3l-inner-banner-main ul.breadcrumbs-custom-path li a {
font-size: 16px;
}

.w3l-inner-banner-main ul.breadcrumbs-custom-path li span {
margin: 0 6px;
}
}

@media all and (max-width: 479px) {
	.full-width-content .full-content-lists {
	display: block;
	}	

}
.w3l-contact-hny-6 {
/*-- contact --*/
/*-- //contact --*/
/*-- responsive-code --*/
/*-- //responsive-code --*/
}

.w3l-contact-hny-6 .map-fo {
position: relative;
}

.w3l-contact-hny-6 .map-fo iframe {
min-height: 500px;
border: none;
background: #e8eaec;
width: 100%;
}

.w3l-contact-hny-6 .contact-form {
position: absolute;
right: 16%;
bottom: -100px;
padding: 3em;
background: #fff;
width: 399px;
z-index: 9;
border: 1px solid #dedede;
}

.w3l-contact-hny-6 .contact-form h5 {
font-size: 26px;
line-height: 25px;
}

.w3l-contact-hny-6 .contact-form input,
.w3l-contact-hny-6 textarea {
font-size: 16px;
padding: 12px 15px;
color: #666;
box-sizing: border-box;
outline: none;
background: #F7F9FC;
border: 1px solid #ddd;
display: block;
width: 100%;
margin-bottom: 18px;
}

.w3l-contact-hny-6 .contact-form textarea {
resize: none;
min-height: 115px;
}

.w3l-contact-hny-6 .contact-form input:focus,
.w3l-contact-hny-6 textarea:focus {
background: #fff;
border: 1px solid #E1E9F0;
}

.w3l-contact-hny-6 .contact-info-ad {
padding: 70px 0;
}

.w3l-contact-hny-6 .adress-lavi-info h3 {
font-size: 20px;
line-height: 25px;
margin-bottom: 15px;
}

.w3l-contact-hny-6 .contact-form p {
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 35px;
color: #555A64;
margin-bottom: 20px;
}

.w3l-contact-hny-6 .adress-lavi-info p,
.w3l-contact-hny-6 .adress-lavi-info a {
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 35px;
color: #555A64;
}

.w3l-contact-hny-6 .grid {
display: grid;
grid-gap: 20px;
grid-template-columns: 270px 1fr;
}

@media (max-width: 1080px) {
.w3l-contact-hny-6 .contact-form {
right: 10%;
bottom: -100px;
padding: 4em 3em;
}
}

@media (max-width: 1080px) {
.w3l-contact-hny-6 .wrapper {
width: 80%;
}

.w3l-contact-hny-6 .contact-form {
position: absolute;
right: 5%;
bottom: -100px;
padding: 3em 3em;
}

.w3l-contact-hny-6 .adress-lavi-info h3 {
font-size: 20px;
line-height: 15px;
margin-bottom: 12px;
}

.w3l-contact-hny-6 .adress-lavi-info p,
.w3l-contact-hny-6 .adress-lavi-info a {
font-size: 15px;
line-height: 30px;
}

.w3l-contact-hny-6 .grid {
display: grid;
grid-gap: 20px;
grid-template-columns: 200px 1fr;
}
}

@media (max-width: 992px) {
.w3l-contact-hny-6 .map-fo iframe {
min-height: 365px;
}

.w3l-contact-hny-6 .contact-form {
position: static;
right: 0;
bottom: 0;
padding: 3em 3em;
margin-top: 30px;
width: 100%;
}

.w3l-contact-hny-6 .resp-cont {
margin: 0 2em;
}

.w3l-contact-hny-6 .contact-info-ad {
padding: 40px 0;
}

.w3l-contact-hny-6 .adress-lavi-info h3 {
font-size: 18px;
}
}

@media (max-width: 667px) {
.w3l-contact-hny-6 .contact-form {
padding: 2em 2em;
margin-top: 20px;
}

.w3l-contact-hny-6 .adress-lavi-info:nth-child(1) {
margin-bottom: 20px;
}

.w3l-contact-hny-6 .map-fo iframe {
min-height: 250px;
}

.w3l-contact-hny-6 .contact-form textarea {
min-height: 75px;
}

.w3l-contact-hny-6 .wrapper {
width: 90%;
}

.w3l-contact-hny-6 .grid {
display: grid;
grid-gap: 20px;
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 480px) {
.w3l-contact-hny-6 .map-fo iframe {
min-height: 200px;
}

.w3l-contact-hny-6 .contact-info-ad {
padding: 30px 0;
}

.w3l-contact-hny-6 .adress-lavi-info h3 {
font-size: 16px;
}

.w3l-contact-hny-6 .contact-form p {
font-size: 15px;
}

.w3l-contact-hny-6 .contact-form {
padding: 2em 1.5em;
}

.w3l-contact-hny-6 .resp-cont {
margin: 0 1.5em;
}
}

@media (max-width: 440px) {
.w3l-contact-hny-6 .wrapper {
width: 100%;
}

.w3l-contact-hny-6 .resp-cont {
margin: 0 1em;
}
}

@media (max-width: 420px) {
.w3l-contact-hny-6 .contact-form {
padding: 2em 1em;
margin-top: 20px;
}

.w3l-contact-hny-6 .contact-form textarea {
min-height: 55px;
}

.w3l-contact-hny-6 .contact-form input,
.w3l-contact-hny-6 textarea {
margin-bottom: 15px;
}
}

@media (max-width: 384px) {
.w3l-contact-hny-6 .map-fo iframe {
min-height: 150px;
}

.w3l-contact-hny-6 .grid {
display: grid;
grid-gap: 15px;
grid-template-columns: 132px 1fr;
}

.w3l-contact-hny-6 .adress-lavi-info p,
.w3l-contact-hny-6 .adress-lavi-info a {
font-size: 14px;
line-height: 30px;
}
}

.w3l-content-28-main {
/* //Reset Code */
/* content 28 */
/* //content 28 */
/* responsive */
/* //responsive */
}

.w3l-content-28-main .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-content-28-main .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-content-28-main .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-content-28-main .align-items-center {
align-items: center;
}

.w3l-content-28-main a.action {
border: none;
color: #304659;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-content-28-main a.action img {
margin-left: 4px;
}

.w3l-content-28-main .actionbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
line-height: 45px;
color: #F5F9FC;
background: #304659;
width: 103px;
height: 45px;
text-align: center;
cursor: pointer;
}

.w3l-content-28-main p.text-tag {
color: #8298AB;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
line-height: 20px;
}

.w3l-content-28-main p.sub-paragraph {
color: #555A64;
font-size: 17px;
line-height: 25px;
font-weight: normal;
}

.w3l-content-28-main .content-28 {
padding: 80px 0;
}

.w3l-content-28-main h5 a.title-cont-29 {
font-size: 25px;
line-height: 30px;
}

.w3l-content-28-main .cont-para-29 {
margin: 20px 0;
}

.w3l-content-28-main .main-cont-28 {
grid-gap: 30px;
}

.w3l-content-28-main .main-cont-28:nth-child(2) {
margin-top: 4rem;
}

@media (max-width: 1440px) {
.w3l-content-28-main .main-cont-28 {
grid-gap: 20px;
}
}

@media (max-width: 1366px) {
.w3l-content-28-main .main-cont-28 {
grid-gap: 10px;
}

.w3l-content-28-main .main-cont-28:nth-child(2) {
margin-top: 3rem;
}
}

@media (max-width: 1280px) {
.w3l-content-28-main .main-cont-28 {
grid-gap: 50px;
grid-template-columns: 1fr 1fr;
}

.w3l-content-28-main .content-28 {
padding: 60px 0;
}
}

@media (max-width: 768px) {
.w3l-content-28-main .main-cont-28 {
grid-gap: 40px;
}

.w3l-content-28-main .main-cont-28:nth-child(2) {
margin-top: 2.5rem;
}
}

@media (max-width: 600px) {
.w3l-content-28-main .main-cont-28 {
grid-gap: 30px;
}
}

@media (max-width: 480px) {
.w3l-content-28-main .main-cont-28 {
grid-gap: 30px;
grid-template-columns: 1fr;
}

.w3l-content-28-main .main-cont-28:nth-child(2) {
margin-top: 2rem;
}

.w3l-content-28-main h5 a.title-cont-29 {
font-size: 24px;
}

.w3l-content-28-main .cont-para-29 {
margin: 15px 0;
}

.w3l-content-28-main .content-28 {
padding: 40px 0 50px;
}
}

/* /text-styles-31*/
.w3l-text-29-main {
/*--/responsive-code--*/
/*--//responsive-code--*/
}

.w3l-text-29-main .text-styles-top-29 {
margin: 0 auto;
width: 60%;
}

.w3l-text-29-main .text-styles-top-29 h3 {
font-size: 35px;
line-height: 40px;
margin-bottom: 1em;
}

.w3l-text-29-main .text-styles-29-right_content h5 {
font-size: 20px;
line-height: 25px;
}

.w3l-text-29-main a.link {
color: #2C3038;
}

.w3l-text-29-main .text-29 {
background: #f8f9fa;
padding: 80px 0;
}

.w3l-text-29-main .text-styles-29-right_content p {
font-size: 17px;
line-height: 25px;
color: #555A64;
margin: 16px 0;
font-weight: 400;
}

.w3l-text-29-main .text-styles-29-right_content span {
font-size: 15px;
line-height: 20px;
color: #8298AB;
}

.w3l-text-29-main .text-info-29-top {
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 35px;
padding-top: 1em;
margin-top: 1em;
}

.w3l-text-29-main .text-styles-29-left_img {
margin-top: 4px;
}

@media (max-width: 1280px) {
.w3l-text-29-main .text-styles-top-29 {
margin: 0 auto;
width: 80%;
}

.w3l-text-29-main .text-29 {
padding: 60px 0;
}
}

@media (max-width: 1024px) {
.w3l-text-29-main .text-styles-top-29 {
margin: 0 auto;
width: 100%;
}
}

@media (max-width: 900px) {
.w3l-text-29-main section.text-styles-29-right_content {
padding: 50px 0;
}

.w3l-text-29-main .text-styles-29-right_content h5 {
font-size: 20px;
line-height: 25px;
}

.w3l-text-29-main .text-styles-29-right_content h3 {
font-size: 36px;
line-height: 41px;
}
}

@media (max-width: 768px) {
.w3l-text-29-main .text-styles-top-29 h3 {
font-size: 30px;
line-height: 35px;
}
}

@media (max-width: 667px) {
.w3l-text-29-main .text-29 {
padding: 50px 0px;
}
}

@media (max-width: 568px) {
.w3l-text-29-main .text-info-29-top {
grid-gap: 15px;
}
}

@media (max-width: 480px) {
.w3l-text-29-main .text-info-29-top {
grid-gap: 20px;
}

.w3l-text-29-main .text-info-29-top {
padding-top: 0em;
margin-top: 1em;
}
}

@media (max-width: 440px) {
.w3l-text-29-main .text-styles-top-29 h3 {
font-size: 28px;
line-height: 35px;
}
}

@media (max-width: 415px) {
.w3l-text-29-main .text-29 {
padding: 30px 0;
}

.w3l-text-29-main .text-styles-29-right_content h5 {
font-size: 18px;
line-height: 25px;
}
}

@media (max-width: 320px) {
.w3l-text-29-main .text-styles-top-29 h3 {
font-size: 28px;
line-height: 33px;
}
}

.w3l-forms-28 {
/* //Reset Code */
/* form 28 */
/* //form 28 */
/* responsive */
/* //responsive */
}

.w3l-forms-28 .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-forms-28 .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-forms-28 .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-forms-28 .align-items-center {
align-items: center;
}

.w3l-forms-28 a.action {
border: none;
color: #304659;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-forms-28 a.action img {
margin-left: 4px;
}

.w3l-forms-28 .actionbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
line-height: 45px;
color: #F5F9FC;
background: #304659;
width: 103px;
height: 45px;
text-align: center;
cursor: pointer;
}

.w3l-forms-28 .align-center {
text-align: center;
}

.w3l-forms-28 p.text-tag {
color: #8298AB;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
line-height: 20px;
}

.w3l-forms-28 p.sub-paragraph {
color: #3B5266;
font-size: 17px;
line-height: 25px;
font-weight: normal;
}

.w3l-forms-28 .form-28 {
padding: 50px 0;
border-bottom: 1px solid #e8e8e8;
}

.w3l-forms-28 h4.title-cont-foem28 {
font-size: 35px;
line-height: 40px;
}

.w3l-forms-28 form.w3l-forms-28-form input {
background: #f3f3f3;
border: none;
padding: 15px;
font-size: 16px;
color: #333;
width: 100%;
border: 1px solid #dedede;
}

.w3l-forms-28 .buttonbg {
padding: 12px 40px;
}

.w3l-forms-28 form.w3l-forms-28-form {
margin: 25px auto 15px;
max-width: 600px;
display: flex;
}

.w3l-forms-28 p.small-para-28form {
font-size: 15px;
line-height: 20px;
color: #8298AB;
max-width: 500px;
margin: 0 auto;
}

@media (max-width: 568px) {
.w3l-forms-28 h4.title-cont-foem28 {
font-size: 30px;
line-height: 35px;
}
}

@media (max-width: 384px) {
.w3l-forms-28 .form-28 {
padding: 40px 0;
}

.w3l-forms-28 .buttonbg {
padding: 12px 34px;
}
}

@media (max-width: 320px) {
.w3l-forms-28 form.w3l-forms-28-form {
display: block;
}

.w3l-forms-28 .buttonbg {
width: 100%;
margin-top: 1em;
}
}

.w3l-text-30 {
/* /text-styles-31*/
/*--/responsive-code--*/
/*--//responsive-code--*/
/* //text-styles-31*/
}

.w3l-text-30 .text-styles-top-30 {
margin: 0 auto;
width: 65%;
}

.w3l-text-30 .text-styles-30_sur h3 {
font-size: 35px;
line-height: 40px;
margin-bottom: 1em;
}

.w3l-text-30 .text-styles-30_sur h5 a {
font-size: 20px;
line-height: 25px;
}

.w3l-text-30 .text-styles-30_sur {
padding: 80px 0;
}

.w3l-text-30 .text-styles-30_sur p {
font-size: 17px;
line-height: 25px;
color: #555A64;
margin: 16px 0;
font-weight: 400;
}

.w3l-text-30 .text-styles-30_sur span {
font-size: 15px;
line-height: 20px;
color: #555A64;
}

.w3l-text-30 .text-styles-31-top_sur {
display: grid;
grid-template-columns: auto 1fr;
grid-gap: 35px;
padding-top: 1.5em;
margin-top: 1.5em;
}

.w3l-text-30 .text-styles-31-right_sur {
border-bottom: 1px solid rgba(130, 152, 171, 0.350588);
padding-bottom: 15px;
}

.w3l-text-30 img.img {
border-radius: 50%;
}

@media (max-width: 1280px) {
.w3l-text-30 .text-styles-top-30 {
margin: 0 auto;
width: 80%;
}
}

@media (max-width: 1024px) {
.w3l-text-30 .text-styles-top-30 {
margin: 0 auto;
width: 100%;
}
}

@media (max-width: 900px) {
.w3l-text-30 .text-styles-30_sur {
padding: 50px 0;
}

.w3l-text-30 .text-styles-30_sur h3 {
font-size: 36px;
line-height: 41px;
}
}

@media (max-width: 768px) {
.w3l-text-30 .text-styles-30_sur h3 {
font-size: 30px;
line-height: 35px;
}
}

@media (max-width: 667px) {
.w3l-text-30 .text-styles-31-top_sur {
grid-gap: 20px;
}
}

@media (max-width: 440px) {
.w3l-text-30 .text-styles-31-top_sur {
padding-top: 0em;
}
}

@media (max-width: 415px) {
.w3l-text-30 .text-styles-30_sur {
padding: 30px 0;
}

.w3l-text-30 .text-styles-31-top_sur {
grid-template-columns: 1fr;
}
}

@media (max-width: 320px) {
.w3l-text-30 .text-styles-30_sur h3 {
font-size: 28px;
line-height: 33px;
}
}

.w3l-pricing-9 {
/* //Reset Code */
/* pricing */
/* //pricing */
/* responsive */
/* //responsive */
}

.w3l-pricing-9 .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-pricing-9 .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-pricing-9 .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-pricing-9 a.actionbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
line-height: 37px;
color: #F5F9FC;
background: #304659;
width: 103px;
height: 40px;
text-align: center;
}

.w3l-pricing-9 .align-center {
text-align: center;
}

.w3l-pricing-9 .pricing-top-9 {
padding: 60px 0 70px;
}

.w3l-pricing-9 .price-element-9 {
grid-gap: 30px;
max-width: 1090px;
margin: 0 auto;
align-items: center;
}

.w3l-pricing-9 .price-main-9 {
padding: 30px;
}

.w3l-pricing-9 .team-top-ele {
display: grid;
grid-auto-flow: column;
align-items: center;
margin-bottom: 30px;
}

.w3l-pricing-9 h4.titl-price-9 {
font-size: 35px;
line-height: 40px;
}

.w3l-pricing-9 h6.cost-price-9 {
font-size: 25px;
line-height: 30px;
text-align: right;
}

.w3l-pricing-9 ul.price-list-9 {
height: 290px;
}

.w3l-pricing-9 ul.price-list-9 li {
font-weight: normal;
font-size: 15px;
line-height: 20px;
color: #555A64;
margin-bottom: 20px;
list-style-type: none;
}

.w3l-pricing-9 a.actionbg-2 {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
line-height: 45px;
color: #F5F9FC;
background: #304659;
width: 153px;
height: 45px;
text-align: center;
display: block;
}

.w3l-pricing-9 a.action-bott,
.w3l-pricing-9 h5.midd-price-9 {
font-weight: normal;
font-size: 15px;
line-height: 20px;
color: #555A64;
}

.w3l-pricing-9 a.action-bott {
margin-top: 25px;
display: inline-block;
max-width: 150px;
}

.w3l-pricing-9 h5.midd-price-9 {
margin-bottom: 15px;
}

.w3l-pricing-9 .price-main-9:nth-child(2) {
border: 2px solid rgba(130, 152, 171, 0.16);
padding: 35px 30px 60px;
}

@media (max-width: 1366px) {
.w3l-pricing-9 h4.titl-price-9 {
font-size: 32px;
}

.w3l-pricing-9 h6.cost-price-9 {
font-size: 23px;
}
}

@media (max-width: 1050px) {
.w3l-pricing-9 h4.titl-price-9 {
font-size: 28px;
}

.w3l-pricing-9 .price-main-9:nth-child(2) {
padding: 35px 30px 50px;
}

.w3l-pricing-9 h6.cost-price-9 {
font-size: 20px;
}
}

@media (max-width: 991px) {
.w3l-pricing-9 .price-main-9 {
padding: 30px 20px;
}

.w3l-pricing-9 .price-main-9:nth-child(2) {
padding: 20px 20px 50px;
}

.w3l-pricing-9 .pricing-top-9 {
padding: 50px 0 60px;
}
}

@media (max-width: 900px) {
.w3l-pricing-9 .price-element-9 {
grid-gap: 10px;
}
}

@media (max-width: 736px) {
.w3l-pricing-9 .price-main-9 {
order: 2;
}

.w3l-pricing-9 .price-main-9:nth-child(2) {
grid-column-start: span 3;
order: 1;
margin: 0 auto;
padding: 30px 20px;
}

.w3l-pricing-9 .price-element-9 {
grid-gap: 10px;
grid-template-columns: 1fr 1fr;
}

.w3l-pricing-9 a.actionbg-2 {
width: 100%;
}

.w3l-pricing-9 .price-main-9:nth-child(2) ul.price-list-9 {
height: 230px;
}

.w3l-pricing-9 .pricing-top-9 {
padding: 40px 0;
}

.w3l-pricing-9 a.action-bott {
max-width: 100%;
font-size: 14px;
}
}

@media (max-width: 480px) {
.w3l-pricing-9 h4.titl-price-9 {
font-size: 24px;
}

.w3l-pricing-9 h6.cost-price-9 {
font-size: 16px;
}

.w3l-pricing-9 .team-top-ele {
margin-bottom: 16px;
}

.w3l-pricing-9 ul.price-list-9 li {
margin-bottom: 15px;
}

.w3l-pricing-9 h5.midd-price-9 {
margin-bottom: 8px;
font-size: 14px;
}

.w3l-pricing-9 .price-main-9 {
padding: 20px 10px;
}

.w3l-pricing-9 ul.price-list-9 {
height: 260px;
}

.w3l-pricing-9 .price-main-9:nth-child(2) ul.price-list-9 {
height: 200px;
}

.w3l-pricing-9 a.actionbg-2 {
font-size: 16px;
}

.w3l-pricing-9 a.action-bott {
margin-top: 20px;
}

.w3l-pricing-9 .price-main-9:nth-child(2) {
margin: 0;
}
}

@media (max-width: 414px) {
.w3l-pricing-9 h4.titl-price-9 {
font-size: 21px;
}

.w3l-pricing-9 ul.price-list-9 li {
margin-bottom: 12px;
font-size: 14px;
}

.w3l-pricing-9 .price-main-9:nth-child(2) ul.price-list-9 {
height: 180px;
}
}

@media (max-width: 384px) {
.w3l-pricing-9 .price-main-9 {
padding: 20px 3px;
}

.w3l-pricing-9 .pricing-top-9 {
padding: 30px 0;
}

.w3l-pricing-9 ul.price-list-9 {
height: 240px;
}
}

@media (max-width: 320px) {
.w3l-pricing-9 .price-main-9:nth-child(2) {
grid-column-start: span 1;
}

.w3l-pricing-9 .price-element-9 {
grid-template-columns: 1fr;
}

.w3l-pricing-9 .price-main-9 {
padding: 20px 10px;
}

.w3l-pricing-9 ul.price-list-9,
.w3l-pricing-9 .price-main-9:nth-child(2) ul.price-list-9 {
height: auto;
margin-bottom: 2em;
}
}

.w3l-galleries-19 {
/* //Reset Code */
/* gallery 19 */
/* gallery slider */
/* //gallery slider */
/* //gallery 19 */
/* responsive */
/* //responsive */
}

.w3l-galleries-19 .d-grid {
display: grid;
}

.w3l-galleries-19 .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-galleries-19 .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-galleries-19 .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-galleries-19 .align-items-center {
align-items: center;
}

.w3l-galleries-19 a.action {
border: none;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-galleries-19 a.action img {
margin-left: 4px;
}

.w3l-galleries-19 .actionbg {
border: none;
font-weight: 600;
display: inline-block;
font-size: 17px;
line-height: 45px;
color: #F5F9FC;
background: #304659;
width: 103px;
height: 45px;
text-align: center;
cursor: pointer;
}

.w3l-galleries-19 .align-center {
text-align: center;
}

.w3l-galleries-19 p.text-tag {
color: #555A64;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
line-height: 20px;
}

.w3l-galleries-19 p.sub-paragraph {
color: #555A64;
font-size: 17px;
line-height: 25px;
font-weight: normal;
}

.w3l-galleries-19 .gallery-19 {
padding: 60px 0 50px;
}

.w3l-galleries-19 .gallery-main-9 {
max-width: 650px;
}

.w3l-galleries-19 h3.gallery-text-19 {
font-size: 45px;
line-height: 50px;
margin: 20px 0 50px;
}

.w3l-galleries-19 .slider {
width: 100%;
/* margin: 0 auto; */
position: relative;
min-height: 504px;
}

.w3l-galleries-19 .slider ul {
margin: 0;
padding: 0;
list-style: none;
}

.w3l-galleries-19 .slider ul li {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 24s;
animation-duration: 24s;
}

.w3l-galleries-19 .slider ul li:nth-child(1) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: -3s;
animation-delay: -3s;
}

.w3l-galleries-19 .slider ul li:nth-child(2) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 5s;
animation-delay: 5s;
opacity: 0;
}

.w3l-galleries-19 .slider ul li:nth-child(3) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 9s;
animation-delay: 9s;
opacity: 0;
}

.w3l-galleries-19 .slider ul li:nth-child(4) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 13s;
animation-delay: 13s;
opacity: 0;
}
.w3l-galleries-19 .slider ul li:nth-child(5) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 16s;
animation-delay: 16s;
opacity: 0;
}
.w3l-galleries-19 .slider ul li:nth-child(6) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 19s;
animation-delay: 19s;
opacity: 0;
}
.w3l-galleries-19 .slider ul li:nth-child(7) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 22s;
animation-delay: 22s;
opacity: 0;
}
.w3l-galleries-19 .slider ul li:nth-child(8) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 25s;
animation-delay: 25s;
opacity: 0;
}
.w3l-galleries-19 .slider ul li:nth-child(9) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 13s;
animation-delay: 13s;
opacity: 0;
}
.w3l-galleries-19 .slider ul li:nth-child(10) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 28s;
animation-delay: 28s;
opacity: 0;
}
.w3l-galleries-19 .slider ul li:nth-child(11) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 31s;
animation-delay: 31s;
opacity: 0;
}
.w3l-galleries-19 .slider ul li:nth-child(12) {
-webkit-animation-name: slider;
animation-name: slider;
-webkit-animation-delay: 33s;
animation-delay: 33s;
opacity: 0;
}
@-webkit-keyframes slider {
0% {
opacity: 0;
}

20.83% {
opacity: 1;
}

33.33% {
opacity: 1;
}

45.83% {
opacity: 0;
}

100% {
opacity: 0;
}
}

@keyframes slider {
0% {
opacity: 0;
}

20.83% {
opacity: 1;
}

33.33% {
opacity: 1;
}

45.83% {
opacity: 0;
}

100% {
opacity: 0;
}
}

@media (max-width: 1920px) {
.w3l-galleries-19 .slider {
min-height: 580px;
}
}

@media (max-width: 1680px) {
.w3l-galleries-19 .slider {
min-height: 500px;
}
}

@media (max-width: 1600px) {
.w3l-galleries-19 .slider {
min-height: 480px;
}
}

@media (max-width: 1440px) {
.w3l-galleries-19 .slider {
min-height: 432px;
}
}

@media (max-width: 1366px) {
.w3l-galleries-19 .slider {
min-height: 410px;
}
}

@media (max-width: 1280px) {
.w3l-galleries-19 .slider {
min-height: 384px;
}
}

@media (max-width: 1080px) {
.w3l-galleries-19 .slider {
min-height: 312px;
}
}

@media (max-width: 991px) {
.w3l-galleries-19 .slider {
min-height: 290px;
}

.w3l-galleries-19 h3.gallery-text-19 {
font-size: 40px;
line-height: 42px;
}
}

@media (max-width: 800px) {
.w3l-galleries-19 .slider {
min-height: 230px;
}
}

@media (max-width: 768px) {
.w3l-galleries-19 .slider {
min-height: 38vh;
}
}

@media (max-width: 480px) {
.w3l-galleries-19 h3.gallery-text-19 {
font-size: 36px;
line-height: 40px;
}
}

@media (max-width: 667px) {
.w3l-galleries-19 .slider {
min-height: 32vh;
}
}

@media (max-width: 640px) {
.w3l-galleries-19 .slider {
min-height: 38vh;
}
}

@media (max-width: 600px) {
.w3l-galleries-19 .slider {
min-height: 35vh;
}
}

@media (max-width: 568px) {
.w3l-galleries-19 h3.gallery-text-19 {
font-size: 34px;
line-height: 38px;
}
}

@media (max-width: 480px) {
.w3l-galleries-19 .gallery-19 {
padding-top: 40px;
}

.w3l-galleries-19 .slider {
min-height: 28vh;
}
}

@media (max-width: 414px) {
.w3l-galleries-19 .slider {
min-height: 25vh;
}
}

@media (max-width: 384px) {
.w3l-galleries-19 h3.gallery-text-19 {
font-size: 30px;
line-height: 34px;
margin: 15px 0 35px;
}
}

@media (max-width: 375px) {
.w3l-galleries-19 .slider {
min-height: 22vh;
}
}

.w3l-text-28-main {
/* /text-styles-31*/
/*--/faq--*/
/*--//faq--*/
/*--/responsive-code--*/
/*--//responsive-code--*/
}

.w3l-text-28-main .text-28 {
padding: 80px 0;
}

.w3l-text-28-main .text-styles-top-28 {
margin: 0 auto;
width: 55%;
}

.w3l-text-28-main .text-styles-top-28 h3 {
font-size: 35px;
line-height: 40px;
margin-bottom: 30px;
}

.w3l-text-28-main .faq-drawer input[type="checkbox"] {
display: none;
}

.w3l-text-28-main .faq-drawer__title {
display: block;
position: relative;
margin-bottom: 0;
color: #373737;
font-weight: 600;
font-size: 15px;
border-radius: 8px;
cursor: pointer;
}

.w3l-text-28-main .faq-drawer__title:hover {
color: #747474;
}

.w3l-text-28-main .faq-drawer__title::after {
content: " ";
position: absolute;
width: 0;
height: 0;
top: 10px;
right: 25px;
float: right;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid currentColor;
transition: transform 0.2s ease-out;
/* background-image: url(images/Border.png); */
}

.w3l-text-28-main .faq-drawer__trigger:checked+.faq-drawer__title::after {
transform: rotate(-180deg);
}

.w3l-text-28-main .faq-drawer__content-wrapper {
overflow: hidden;
max-height: 0px;
font-size: 15px;
line-height: 23px;
}

.w3l-text-28-main .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
max-height: 350px;
}

.w3l-text-28-main .faq-drawer__trigger:checked+.faq-drawer__title {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.w3l-text-28-main .faq-drawer__content-wrapper .faq-drawer__content {
padding: 10px 0;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}

.w3l-text-28-main .text-title {
margin-bottom: 35px;
}

.w3l-text-28-main .faq-drawer {
border-bottom: 1px solid rgba(41, 41, 41, 0.1);
}

.w3l-text-28-main .faq-drawer {
padding: 20px 0;
}

.w3l-text-28-main h6.title {
font-size: 17px;
line-height: 25px;
font-weight: 600;
color: #2C3038;
padding-right: 50px;
}

.w3l-text-28-main p.text-text {
font-size: 15px;
line-height: 20px;
color: #3b5266;
width: 80%;
}

@media (max-width: 1366px) {
.w3l-text-28-main .text-styles-top-28 {
margin: 0 auto;
width: 60%;
}
}

@media (max-width: 1280px) {
.w3l-text-28-main .text-styles-top-28 {
margin: 0 auto;
width: 65%;
}
}

@media (max-width: 1024px) {
.w3l-text-28-main .text-styles-top-28 {
margin: 0 auto;
width: 75%;
}
}

@media (max-width: 800px) {
.w3l-text-28-main .text-styles-top-28 {
margin: 0 auto;
width: 90%;
}

.w3l-text-28-main .text-28 {
padding: 50px 0;
}
}

@media (max-width: 690px) {
.w3l-text-28-main .text-styles-top-28 {
margin: 0 auto;
width: 100%;
}
}

@media (max-width: 600px) {
.w3l-text-28-main p.text-text {
width: 90%;
}

.w3l-text-28-main .text-28 {
padding: 40px 0;
}

.w3l-text-28-main .text-styles-top-28 h3 {
font-size: 30px;
margin-bottom: 20px;
}
}

@media (max-width: 480px) {
.w3l-text-28-main h6.title {
font-size: 15px;
line-height: 25px;
}
}

@media (max-width: 415px) {
.w3l-text-28-main .faq-drawer {
padding: 15px 0;
}
}

@media (max-width: 320px) {
.w3l-text-28-main .text-styles-top-28 h3 {
font-size: 28px;
margin-bottom: 15px;
}
}

.w3l-form-34-main .form34 {
margin: 0 auto;
max-width: 450px;
padding: 80px 0;
}

.w3l-form-34-main .signin {
display: grid;
border: 1px solid #ddd;
padding: 10px;
grid-template-columns: 25% 75%;
margin-bottom: 27px;
}

.w3l-form-34-main .main-div {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}

.w3l-form-34-main .form-head {
line-height: 40px;
font-size: 35px;
}

.w3l-form-34-main .form-para {
margin-top: 10px;
color: #555A64;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 25px;
margin-bottom: 20px;
}

.w3l-form-34-main .action {
color: #304659;
}

.w3l-form-34-main .checkbox {
width: 16px;
height: 16px;
color: #F5F9FC;
background: #304659;
float: left;
}

.w3l-form-34-main input {
width: 100%;
background: #f3f3f3;
border: none;
margin-bottom: 20px;
padding: 14px;
border: 1px solid #dedede;
font-size:16px;
}

.w3l-form-34-main .text-head {
font-weight: 600;
font-size: 15px;
line-height: 20px;
color: #555A64;
margin-bottom: 10px;
}

.w3l-form-34-main .remember {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 20px;
color: #3B5266;
}

.w3l-form-34-main .signinbutton {
margin-top: 25px;
width: 100%;
}

.w3l-form-34-main .signup {
margin-top: 33px;
color: #555A64;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 25px;
}

.w3l-form-34-main .signuplink {
color: #555A64;
margin-left: 5px;
font-weight: 600;
display: inline-block;
}

.w3l-form-34-main .form-34or {
position: relative;
margin-bottom: 27px;
text-align: center;
font-size: 17px;
color: #555A64;
font-weight: 700;
margin-bottom: 27px;
}

.w3l-form-34-main .form-34or:after,
.w3l-form-34-main .form-34or:before {
content: " ";
background: #ececec;
width: 208px;
height: 2px;
position: absolute;
top: 12px;
}

.w3l-form-34-main .form-34or:after {
right: 0;
}

.w3l-form-34-main .form-34or:before {
left: 0;
}

.w3l-form-34-main .container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 18px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.w3l-form-34-main .container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

.w3l-form-34-main .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}

.w3l-form-34-main .container:hover input~.checkmark {
background-color: #ccc;
}

.w3l-form-34-main .container input:checked~.checkmark {
background: #2C3038;
}

.w3l-form-34-main .checkmark:after {
content: "";
position: absolute;
display: none;
}

.w3l-form-34-main .container input:checked~.checkmark:after {
display: block;
}

.w3l-form-34-main .container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}

.w3l-form-34-main .signin span {
font-size: 22px;
}

.w3l-form-34-main .signin span.fa-facebook-square {
color: #3b5998;
}

.w3l-form-34-main .signin span.fa-google-plus-square {
color: #DD4B39;
}

@media (max-width: 991px) {
.w3l-form-34-main .form34 {
padding: 60px 0;
}
}

@media (max-width: 480px) {
.w3l-form-34-main .form34 {
margin: 0 1em;
padding: 40px 0;
}

.w3l-form-34-main .form-head {
line-height: 36px;
font-size: 30px;
}

.w3l-form-34-main .form-para {
font-size: 16px;
}

.w3l-form-34-main .form-34or:after,
.w3l-form-34-main .form-34or:before {
width: 195px;
}
}

@media (max-width: 440px) {

.w3l-form-34-main .form-34or:after,
.w3l-form-34-main .form-34or:before {
width: 175px;
}
}

@media (max-width: 414px) {

.w3l-form-34-main .form-34or:after,
.w3l-form-34-main .form-34or:before {
width: 160px;
}
}

@media (max-width: 384px) {

.w3l-form-34-main .form-34or:after,
.w3l-form-34-main .form-34or:before {
width: 150px;
}
}

@media (max-width: 320px) {

.w3l-form-34-main .form-34or:after,
.w3l-form-34-main .form-34or:before {
width: 115px;
}
}

.w3l-services-1 {
/*-- responsive design --*/
/*-- //responsive design --*/
}

.w3l-services-1 .services1-content {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 30px;
}

.w3l-services-1 .services1 {
padding: 80px 0;
}

.w3l-services-1 .service-info {
padding: 30px 20px 40px;
border: 1px solid rgba(130, 152, 171, 0.35);
border-width: 0px 1px 1px;
box-sizing: border-box;
}

.w3l-services-1 .service-info h4 {
font-size: 20px;
line-height: 25px;
text-transform: uppercase;
}

.w3l-services-1 .service-info p {
font-size: 15px;
line-height: 20px;
color: #555A64;
margin: 10px 0 20px;
}

.w3l-services-1 .service-info span {
margin-bottom: 6px;
display: inline-block;
}

@media (max-width: 1080px) {
.w3l-services-1 .service-info h4 {
font-size: 18px;
line-height: 23px;
}

.w3l-services-1 .service-info {
padding: 25px 15px 30px;
}
}

@media (max-width: 991px) {
.w3l-services-1 .services1-content {
grid-template-columns: 1fr 1fr;
grid-row-gap: 30px;
}

.w3l-services-1 .service-info {
padding: 25px 20px 30px;
}

.w3l-services-1 .services1 {
padding: 60px 0;
}
}

@media (max-width: 480px) {
.w3l-services-1 .services1-content {
grid-template-columns: 1fr;
}
}

@media (max-width: 415px) {
.w3l-services-1 .services1 {
padding: 40px 0;
}
}

@media (max-width: 384px) {
.w3l-services-1 .service-info h3 {
font-size: 27px;
line-height: 28px;
margin-top: 25px;
}

.w3l-services-1 .services-title p {
font-size: 16px;
}
}

.w3l-text-9 {
/* //Reset Code */
/* text */
/* left side content */
/* //left side content */
/* right side content */
/* //right side content */
/* //text */
/* comments */
/* //comments */
/* responsive */
/* //responsive */
}

.w3l-text-9 .d-grid {
display: grid;
}

.w3l-text-9 .grid-col-2 {
grid-template-columns: 1fr 1fr;
}

.w3l-text-9 .grid-col-3 {
grid-template-columns: 1fr 1fr 1fr;
}

.w3l-text-9 .grid-col-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-text-9 a.action {
border: none;
color: #304659;
font-size: 17px;
line-height: 25px;
font-weight: 600;
display: inline-block;
}

.w3l-text-9 a.action img {
margin-left: 4px;
}

.w3l-text-9 .align-center {
text-align: center;
}

.w3l-text-9 .text-element-9 {
padding: 80px 0;
}

.w3l-text-9 .grid-w3l-text-9 {
grid-gap: 40px;
grid-template-columns: .7fr 2fr;
max-width: 1000px;
margin: 0 auto;
}

.w3l-text-9 h6.text-left-inner-9 a {
font-size: 15px;
line-height: 20px;
}

.w3l-text-9 span.sub-inner-w3l-text-9 {
font-weight: normal;
font-size: 15px;
line-height: 20px;
color: #555A64;
margin-top: 6px;
display: inline-block;
}

.w3l-text-9 .left-w3l-text-9 img {
margin-bottom: 10px;
}

.w3l-text-9 hr {
opacity: 0.25;
border: 1px solid #8298AB;
margin: 20px 0 14px;
}

.w3l-text-9 h4.text-head-w3l-text-9 {
font-size: 45px;
line-height: 50px;
margin: 25px 0 40px;
display: inline-block;
}

.w3l-text-9 h5.sub-head-w3l-text-9 {
font-weight: normal;
font-size: 25px;
line-height: 35px;
margin-bottom: 40px;
}

.w3l-text-9 p.text-tag {
color: #555A64;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
line-height: 20px;
}

.w3l-text-9 p.sub-para {
color: #555A64;
font-size: 17px;
line-height: 25px;
font-weight: normal;
margin-top: 20px;
}

.w3l-text-9 h6.heading-small-w3l-text-9 {
font-size: 20px;
line-height: 25px;
  margin-top: 10px;
}

.w3l-text-9 .comment-top {
margin-top: 2rem;
}
.right-w3l-text-9 img.img-responsive {
margin-top: 15px;
}


.w3l-text-9 .media {
display: flex;
align-items: flex-start;
}

.w3l-text-9 .media img {
border-radius: 50%;
}

.w3l-text-9 .media-body,
.w3l-text-9 .add-review input[type="email"] {
margin-left: 1rem;
text-align: left;
}

.w3l-text-9 .media.mt-5 {
margin-top: 2rem;
}

.w3l-text-9 .content-heading {
color: #2C3038;
line-height: 25px;
font-size: 18px;
font-weight: 600;
}

.w3l-text-9 .content-heading-2 {
line-height: 25px;
font-size: 25px;
font-weight: 600;
margin-bottom: 1.5rem;
}

.w3l-text-9 a.btn.button,
.w3l-text-9 .buttonbg {
margin-top: .8rem;
}

.w3l-text-9 .add-review input[type="text"],
.w3l-text-9 .add-review input[type="email"],
.w3l-text-9 .add-review textarea {
outline: none;
padding: 10px;
border: 1px solid #D2D2D2;
width: 100%;
font-size: 16px;
color: #888;
margin-bottom: 1rem;
}

.w3l-text-9 .add-review textarea {
min-height: 150px;
}

.w3l-text-9 .add-review {
margin-top: 2rem;
}

.w3l-text-9 .content12-1 p:last-child,
.w3l-text-9 .column:last-child {
margin-bottom: 0;
}

@media (max-width: 1080px) {
.w3l-text-9 h4.text-head-w3l-text-9 {
font-size: 42px;
line-height: 46px;
}

.w3l-text-9 h5.sub-head-w3l-text-9 {
font-size: 23px;
}
}

@media (max-width: 991px) {
.w3l-text-9 h4.text-head-w3l-text-9 {
font-size: 40px;
}

.w3l-text-9 .text-element-9 {
padding: 60px 0;
}

.w3l-text-9 h5.sub-head-w3l-text-9 {
font-size: 21px;
}

.w3l-text-9 .grid-w3l-text-9 {
grid-gap: 30px;
}
}

@media (max-width: 768px) {
.w3l-text-9 h4.text-head-w3l-text-9 {
font-size: 32px;
line-height: 35px;
margin: 20px 0 30px;
}

.w3l-text-9 h5.sub-head-w3l-text-9 {
font-size: 19px;
line-height: 28px;
}

.w3l-text-9 h6.heading-small-w3l-text-9 {
font-size: 18px;
}

.w3l-text-9 p.sub-para {
margin-top: 15px;
}

.w3l-text-9 .content12-1 .media {
display: block;
}

.w3l-text-9 .add-review input[type="email"] {
margin-left: 0;
}
}

@media (max-width: 667px) {
.w3l-text-9 .grid-w3l-text-9 {
grid-template-columns: 1fr 2fr;
}
}

@media (max-width: 600px) {
.w3l-text-9 .grid-w3l-text-9 {
grid-template-columns: 1fr;
grid-gap: 40px;
}

.w3l-text-9 .left-w3l-text-9 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
}

.w3l-text-9 h4.text-head-w3l-text-9 {
margin: 10px 0 20px;
}

.w3l-text-9 p.sub-para {
font-size: 16px;
}

.w3l-text-9 h5.sub-head-w3l-text-9 {
font-size: 18px;
margin-bottom: 30px;
}

.w3l-text-9 hr {
display: none;
}

.w3l-text-9 .comment-top {
margin-top: 3rem;
}
}

@media (max-width: 568px) {
.w3l-text-9 h6.text-left-inner-9 a {
font-size: 14.5px;
}

.w3l-text-9 span.sub-inner-w3l-text-9 {
font-size: 14px;
}
}

@media (max-width: 480px) {
.w3l-text-9 .left-w3l-text-9 {
grid-template-columns: 1fr 1fr;
grid-gap: 15px;
}

.w3l-text-9 .text-element-9 {
padding: 40px 0;
}
}

@media (max-width: 320px) {
.w3l-text-9 .left-w3l-text-9 {
grid-template-columns: 1fr;
padding-top: 20px;
}
}

.w3l-text-14 {
/*-- Text14-block --*/
}

.w3l-text-14 #text14-block {
padding: 60px 0 80px;
}

.w3l-text-14 .d-grid {
display: grid;
}

.w3l-text-14 .text14-max-align {
max-width: 751px;
margin: 0 auto;
}

.w3l-text-14 .text14-right {
float: right;
max-width: 170px;
margin: 0px 0 25px 40px;
}

.w3l-text-14 h5.text14-heading {
font-size: 25px;
line-height: 30px;
margin-bottom: 20px;
}

.w3l-text-14 .text14-left p {
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 25px;
color: #555A64;
margin-bottom: 20px;
max-width: 556px;
}

.w3l-text-14 .text14-left p:last-child {
margin-bottom: 0;
}

.w3l-text-14 .text14-right a {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 20px;
display: block;
margin-top: 10px;
}

.w3l-text-14 .text14-right a:hover {
opacity: 0.8;
}

@media all and (max-width: 1080px) {
.w3l-text-14 #text14-block {
padding: 60px 0;
}
}

@media all and (max-width: 600px) {
.w3l-text-14 .wrapper {
width: 90%;
}
}

@media all and (max-width: 440px) {
.w3l-text-14 .wrapper {
width: 100%;
padding: 0 15px;
}

.w3l-text-14 .text14-right {
margin: 0px -15px 20px 25px;
}

.w3l-text-14 #text14-block {
padding: 2.5rem 0;
}

.w3l-text-14 #text14-block {
padding: 40px 0;
}

.w3l-text-14 .text14-left p {
font-size: 16px;
}
}

@media all and (max-width: 320px) {
.w3l-text-14 .text14-right {
float: none;
max-width: 100%;
margin-left: 0;
}
}

.w3l-text-15 {
/*-- text15-block --*/
}

.w3l-text-15 #text15-block {
padding: 60px 0;
background-color: #f8f9fa;
}

.w3l-text-15 .d-grid {
display: grid;
}

.w3l-text-15 .text15-max-align {
max-width: 751px;
margin: 0 auto;
}

.w3l-text-15 h5.text15-heading {
font-size: 25px;
line-height: 30px;
margin-bottom: 20px;
}

.w3l-text-15 p.text15-para {
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 25px;
color: #555A64;
margin-bottom: 20px;
}

.w3l-text-15 .text15-left p {
font-size: 17px;
line-height: 25px;
color: #3B5266;
max-width: 600px;
}

.w3l-text-15 .text15-list li {
font-size: 17px;
line-height: 25px;
color: #555A64;
margin-bottom: 4px;
}

.w3l-text-15 .text15-list {
margin-top: 20px;
}

@media all and (max-width: 480px) {
.w3l-text-15 #text15-block {
padding: 40px 0;
}

.w3l-text-15 p.text15-para,
.w3l-text-15 .text15-left p,
.w3l-text-15 .text15-list li {
font-size: 16px;
}
}

@media all and (max-width: 384px) {
.w3l-text-15 h5.text15-heading {
margin-bottom: 15px;
}
}

.w3l-text-22 {
/*-- text --*/
/*-- //text --*/
/*-- responsive --*/
/*-- //responsive --*/
}

.w3l-text-22 .text {
padding: 80px 0 60px;
}

.w3l-text-22 .text-txt {
max-width: 751px;
margin: 0px auto;
}

.w3l-text-22 .text-txt h3 {
font-size: 25px;
line-height: 30px;
margin-bottom: 20px;
}

.w3l-text-22 .text-txt p {
font-size: 17px;
line-height: 25px;
color: #555A64;
}

.w3l-text-22 .two-columns {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
margin-top: 50px;
}

.w3l-text-22 .right-column p:nth-child(2) {
margin-top: 15px;
}

@media (max-width: 1080px) {
.w3l-text-22 .text {
padding: 60px 0px;
}

.w3l-text-22 .two-columns {
grid-gap: 20px;
margin-top: 40px;
}
}

@media (max-width: 800px) {
.w3l-text-22 .two-columns {
grid-template-columns: 1fr;
}
}

@media (max-width: 600px) {
.w3l-text-22 .text-txt h3 {
font-size: 24px;
margin-bottom: 15px;
}

.w3l-text-22 .two-columns {
margin-top: 30px;
}
}

@media (max-width: 480px) {
.w3l-text-22 .text {
padding: 40px 0px;
}

.w3l-text-22 .text-txt p {
font-size: 16px;
}
}

/* team single */
.w3l-teams-single-9 {
/* //team single */
}

.w3l-teams-single-9 .team-single {
padding: 80px 0;
}

.w3l-teams-single-9 .main-grid {
grid-auto-flow: column;
grid-gap: 40px;
}

.w3l-teams-single-9 h3.title-wthree-tem {
font-size: 30px;
margin-bottom: 12px;
}

.w3l-teams-single-9 p.para {
font-size: 17px;
line-height: 25px;
margin-top: 15px;
color: #555A64;
}

.w3l-teams-single-9 p.sub-title-top-3 {
font-size: 18px;
color: #555A64;
}

.w3l-teams-single-9 ul.left-single-team {
margin: 20px 0 10px;
}

.w3l-teams-single-9 ul.left-single-team li {
list-style-type: none;
margin-bottom: 4px;
}

.w3l-teams-single-9 h6.team-txt,
.w3l-teams-single-9 ul.left-single-team li span {
font-size: 16px;
color: #2C3038;
font-weight: 600;
}

.w3l-teams-single-9 ul.left-single-team li a {
color: #555A64;
font-size: 16px;
}

.w3l-teams-single-9 ul.list-unstyled li {
display: inline-block;
margin: 2px 8px 0;
}

.w3l-teams-single-9 .team-socials a span {
font-size: 23px;
}

.w3l-teams-single-9 .team-socials a span.fa-facebook-square {
color: #3b5998;
}

.w3l-teams-single-9 .team-socials a span.fa-twitter-square {
color: #00acee;
}

.w3l-teams-single-9 .team-socials a span.fa-google-plus-square {
color: #DD4B39;
}

@media (max-width: 991px) {
.w3l-teams-single-9 .main-grid {
grid-gap: 20px;
}

.w3l-teams-single-9 .team-single {
padding: 60px 0;
}
}

@media (max-width: 800px) {
.w3l-teams-single-9 .main-grid {
grid-auto-flow: row;
}
}

@media (max-width: 440px) {
.w3l-teams-single-9 .team-grids-single img {
width: 100%;
}
}

@media (max-width: 384px) {
.w3l-teams-single-9 .team-single {
padding: 40px 0;
}

.w3l-teams-single-9 h3.title-wthree-tem {
font-size: 28px;
}
}

/* team-single */
.w3l-content-9 {
/* content */
/* //content */
/* responsive */
/* //responsive */
}

.w3l-content-9 .main-cont-wthree-3 {
padding-bottom: 80px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 40px;
}

.w3l-content-9 h3.title-head-con {
font-size: 28px;
line-height: 24px;
margin-bottom: 1em;
display: inline-block;
}

.w3l-content-9 .left-contect-real p {
font-size: 17px;
line-height: 25px;
}

@media (max-width: 991px) {
.w3l-content-9 .main-cont-wthree-3 {
padding-bottom: 60px;
}
}

@media (max-width: 800px) {
.w3l-content-9 h3.title-head-con {
margin-bottom: .8em;
}

.w3l-content-9 .main-cont-wthree-3 {
grid-gap: 20px;
}
}

@media (max-width: 600px) {
.w3l-content-9 h3.title-head-con {
font-size: 25px;
}

.w3l-content-9 .left-contect-real p {
font-size: 16px;
}

.w3l-content-9 .main-cont-wthree-3 {
grid-template-columns: 1fr;
grid-gap: 40px;
}
}

@media (max-width: 375px) {
.w3l-content-9 .main-cont-wthree-3 {
padding-bottom: 40px;
}

.w3l-content-9 h3.title-head-con {
font-size: 22px;
margin-bottom: .6em;
}
}

.w3l-features-photo-7 {
/* titels-7 */
/*******************KEYFRAMES*******************/
/******************MEDIA QUERYS******************/
/* responsive code */
}

.w3l-features-photo-7 .w3l-features-photo-7_sur {
padding: 80px 0;
}

.w3l-features-photo-7 .w3l-features-photo-7_top {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
}

.w3l-features-photo-7 .feat_top {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
margin-top: 40px;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h4 {
margin-bottom: 24px;
font-size: 35px;
line-height: 40px;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h5 {
font-size: 20px;
line-height: 25px;
color: #304659;
margin: 12px 0;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h5 a {
color: #304659;
text-decoration: none;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h5 a:hover {
opacity: 0.8;
}

.w3l-features-photo-7 .w3l-features-photo-7_top p.para {
font-size: 17px;
line-height: 25px;
color: #555A64;
margin-bottom: 30px;
}

.w3l-features-photo-7 ul.star li {
display: inline-block;
}

.w3l-features-photo-7 span.item_price {
font-size: 18px;
color: #f05448;
font-weight: bold;
}

.w3l-features-photo-7 .w3l-features-photo-7_top-left p del {
margin: 0 10px;
}

.w3l-features-photo-7 p.coasts {
margin: 10px 0 20px;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 20px;
}

.w3l-features-photo-7 .sec-grid-1 {
margin-top: 1rem;
}

.w3l-features-photo-7 .sec-grid-1 label {
font-size: 16px;
margin-bottom: 10px;
display: inline-block;
font-weight: 600;
color: #2C3038;
display: block;
}

.w3l-features-photo-7 .sec-grid-1 select {
-webkit-appearance: menulist-button;
}

.w3l-features-photo-7 .sec-grid-1 select,
.w3l-features-photo-7 input {
width: 120px;
color: #555A64;
background: transparent;
padding: 10px 12px;
border: none;
background: #f3f3f3 url(../images/down.png) no-repeat 89% 50%;
outline: none;
font-size: 15px;
color: #888;
text-align: left;
-webkit-appearance: none;
cursor: pointer;
display: grid;
grid-template-columns: .1fr 1fr;
align-items: center;
font-family: inherit;
border: 1px solid #dedede;
}

.w3l-features-photo-7 .inline-cont {
display: grid;
grid-template-columns: .5fr 1fr;
grid-gap: 20px;
align-items: center;
margin-top: 3rem;
}

.w3l-features-photo-7 .buttons-teams ul li {
display: inline-block;
margin: 0 4px;
vertical-align: middle;
}

.w3l-features-photo-7 .buttons-teams li span {
font-size: 22px;
}

.w3l-features-photo-7 .buttons-teams li span.fa-facebook-square {
color: #3b5998;
}

.w3l-features-photo-7 .buttons-teams li span.fa-twitter-square {
color: #00acee;
}

.w3l-features-photo-7 .buttons-teams li span.fa-google-plus-square {
color: #DD4B39;
}

.w3l-features-photo-7 .gallery-7_sur {
padding: 70px 0;
background: #F5F9FC;
}

.w3l-features-photo-7 .galleryContainer {
display: flex;
flex-direction: column;
justify-content: space-between;
align-content: center;
position: relative;
}

.w3l-features-photo-7 .gallery {
position: relative;
display: flex;
justify-content: center;
align-content: center;
border: 1px solid #eee;
padding: 20px;
}

.w3l-features-photo-7 .gallery input {
display: none;
}

.w3l-features-photo-7 .galleryImage {
transition: opacity 0.25s ease-out;
overflow: hidden;
position: absolute;
top: 0;
opacity: 0;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}

.w3l-features-photo-7 .gallery>img:first-of-type {
position: relative !important;
display: flex !important;
top: 0 !important;
left: 0 !important;
z-index: 10;
}

.w3l-features-photo-7 .gallery>img:nth-child(2) {
margin: 0 auto;
}

.w3l-features-photo-7 .arrowsContainer {
position: absolute;
bottom: 0px;
left: 0px;
height: 100%;
display: none;
justify-content: space-between;
align-items: flex-end;
width: 100%;
z-index: 20;
overflow: hidden;
}

.w3l-features-photo-7 .arrowsContainer img {
width: 100px;
background: white;
opacity: 0.4;
padding-bottom: 20px;
transition: 0.1s ease;
}

.w3l-features-photo-7 .leftArrow {
border-top-right-radius: 10px;
position: absolute;
bottom: -20px;
left: -30px;
padding-left: 40px;
padding-right: 15px;
}

.w3l-features-photo-7 .rightArrow {
border-top-left-radius: 10px;
position: absolute;
bottom: -20px;
right: -30px;
padding-right: 40px;
padding-left: 15px;
}

.w3l-features-photo-7 .leftArrow:active,
.w3l-features-photo-7 .rightArrow:active {
transform: scale(0.95, 0.95);
}

.w3l-features-photo-7 .thumbnails {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
height: 5%;
z-index: 30;
margin-top: 10px;
/*border-left: 6px solid black;*/
scroll-snap-type: mandatory;
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}

.w3l-features-photo-7 .thumbnailImage img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border: 1px solid #eee;
padding: 10px;
}

.w3l-features-photo-7 .thumbnailImage {
margin: 0 5px;
-moz-scroll-snap-align: start;
-ms-scroll-snap-align: start;
scroll-snap-align: start;
}

.w3l-features-photo-7 .thumbnailImage:first-child {
margin-left: 0px;
}

.w3l-features-photo-7 .thumbnailImage:last-child {
margin-right: 0px;
}

.w3l-features-photo-7 #c1:checked+#i1 {
opacity: 1;
}

.w3l-features-photo-7 #c2:checked+#i2 {
opacity: 1;
}

.w3l-features-photo-7 #c3:checked+#i3 {
opacity: 1;
}

.w3l-features-photo-7 #c4:checked+#i4 {
opacity: 1;
}

.w3l-features-photo-7 #c5:checked+#i5 {
opacity: 1;
}

.w3l-features-photo-7 #c6:checked+#i6 {
opacity: 1;
}

.w3l-features-photo-7 #c7:checked+#i7 {
opacity: 1;
}

.w3l-features-photo-7 #c8:checked+#i8 {
opacity: 1;
}

.w3l-features-photo-7 #c9:checked+#i9 {
opacity: 1;
}

.w3l-features-photo-7 #c10:checked+#i10 {
opacity: 1;
}

.w3l-features-photo-7 #c11:checked+#i11 {
opacity: 1;
}

.w3l-features-photo-7 #c12:checked+#i12 {
opacity: 1;
}

.w3l-features-photo-7 #c13:checked+#i13 {
opacity: 1;
}

.w3l-features-photo-7 #c1:checked+#i1+#arrows1 {
display: flex;
}

.w3l-features-photo-7 #c2:checked+#i2+#arrows2 {
display: flex;
}

.w3l-features-photo-7 #c3:checked+#i3+#arrows3 {
display: flex;
}

.w3l-features-photo-7 #c4:checked+#i4+#arrows4 {
display: flex;
}

.w3l-features-photo-7 #c5:checked+#i5+#arrows5 {
display: flex;
}

.w3l-features-photo-7 #c6:checked+#i6+#arrows6 {
display: flex;
}

.w3l-features-photo-7 .thumbnails label,
.w3l-features-photo-7 .arrowsContainer label {
cursor: pointer;
overflow: hidden;
}

.w3l-features-photo-7 .thumbnails label img {
transition: 0.3s ease;
}

.w3l-features-photo-7 .thumbnails label img:hover {
transform: scale(1.2, 1.2);
}

.w3l-features-photo-7 label:focus {
box-shadow: 0px 0px 7px 1px white;
}

@media screen and (max-width: 1440px) {

.w3l-features-photo-7 #c4:checked+#i4,
.w3l-features-photo-7 #c5:checked+#i5,
.w3l-features-photo-7 #c3:checked+#i3 {
width: 100%;
}
}

@media screen and (max-width: 1280px) {
.w3l-features-photo-7 .w3l-features-photo-7_top h4 {
font-size: 32px;
}
}

@media screen and (max-width: 1080px) {
.w3l-features-photo-7 .wrapper {
width: 90%;
}
}

@media screen and (max-width: 992px) {
.w3l-features-photo-7 .w3l-features-photo-7_top {
display: grid;
grid-template-columns: 1fr;
grid-gap: 30px;
}

.w3l-features-photo-7 .inline-cont {
grid-template-columns: .3fr 1fr;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h4 {
font-size: 30px;
}

.w3l-features-photo-7 .w3l-features-photo-7_sur {
padding: 60px 0;
}
}

@media screen and (max-width: 667px) {
.w3l-features-photo-7 .w3l-features-photo-7_top h4 {
font-size: 28px;
line-height: 32px;
}
}

@media screen and (max-width: 600px) {
.w3l-features-photo-7 .inline-cont {
grid-template-columns: .5fr 1fr;
}
}

@media screen and (max-width: 568px) {
.w3l-features-photo-7 .feat_top {
grid-template-columns: 1fr;
}

.w3l-features-photo-7 .w3l-features-photo-7_top h4 {
font-size: 25px;
line-height: 30px;
}

.w3l-features-photo-7 .gallery {
overflow: hidden;
}
}

@media screen and (max-width: 415px) {
.w3l-features-photo-7 .wrapper {
width: 100%;
}

.w3l-features-photo-7 .w3l-features-photo-7_sur {
padding: 40px 0;
}

.w3l-features-photo-7 .thumbnailImage img {
padding: 5px;
}

.w3l-features-photo-7 .thumbnailImage {
margin: 0 2px;
}

.w3l-features-photo-7 .w3l-features-photo-7_top p.para {
font-size: 16px;
}

.w3l-features-photo-7 .inline-cont {
grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 320px) {
.w3l-features-photo-7 .w3l-features-photo-7_top h4 {
font-size: 22px;
line-height: 28px;
}

.w3l-features-photo-7 .gallery {
padding: 10px;
}

.w3l-features-photo-7 .inline-cont {
grid-template-columns: 1fr;
}
}

/* //titels-7 */
.w3l-contect-12 {
/*-- Products4-block --*/
}

.w3l-contect-12 .content-heading {
color: #2C3038;
line-height: 25px;
font-size: 18px;
font-weight: 600;
}

.w3l-contect-12 .content-para {
color: #555A64;
line-height: 25px;
font-size: 16px;
}

.w3l-contect-12 .content12 {
text-align: left;
}

.w3l-contect-12 .content12-1 {
text-align: left;
}

.w3l-contect-12 .content12-1 p {
margin-bottom: 1rem;
}

.w3l-contect-12 .column {
margin-bottom: 1.5rem;
}

.w3l-contect-12 .main-top {
padding: 10px 0 80px;
text-align: center;
}

.w3l-contect-12 section.tab-content {
display: none;
padding: 38px 0 0;
}

.w3l-contect-12 label.tabtle {
display: inline-block;
padding: 10px 5px;
font-weight: 600;
border: 1px solid transparent;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #555A64;
margin: 0 15px;
}

.w3l-contect-12 .padding-bord {
padding: 3.5rem 4rem;
border: 1px solid #efecec;
}

.w3l-contect-12 label.tabtle:before {
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
}

.w3l-contect-12 label.tabtle:hover {
color: #555A64;
cursor: pointer;
}

.w3l-contect-12 input:checked+label.tabtle {
border-bottom: 2px solid #2C3038;
line-height: 25px;
text-align: center;
color: #2C3038;
}

.w3l-contect-12 #tab1:checked~#content1,
.w3l-contect-12 #tab2:checked~#content2,
.w3l-contect-12 #tab3:checked~#content3,
.w3l-contect-12 #tab4:checked~#content4 {
display: block;
}

.w3l-contect-12 .media {
display: flex;
align-items: flex-start;
}

.w3l-contect-12 .media img {
border-radius: 50%;
}

.w3l-contect-12 .media-body,
.w3l-contect-12 .add-review input[type="email"] {
margin-left: 1rem;
text-align: left;
}

.w3l-contect-12 .media.mt-5 {
margin-top: 1.5rem;
}

.w3l-contect-12 a.btn.button,
.w3l-contect-12 .buttonbg {
margin-top: .8rem;
}

.w3l-contect-12 .content12-1 h6,
.w3l-contect-12 .buttonbg {
margin-bottom: 1rem;
}

.w3l-contect-12 .add-review input[type="text"],
.w3l-contect-12 .add-review input[type="email"],
.w3l-contect-12 .add-review textarea {
outline: none;
padding: 10px;
border: 1px solid #D2D2D2;
width: 100%;
font-size: 15px;
color: #888;
font: inherit;
margin-bottom: 1rem;
}

.w3l-contect-12 .add-review textarea {
min-height: 100px;
}

.w3l-contect-12 .add-review {
margin-top: 2rem;
}

.w3l-contect-12 .content12-1 p:last-child,
.w3l-contect-12 .column:last-child {
margin-bottom: 0;
}

@media all and (max-width: 1080px) {
.w3l-contect-12 .wrapper {
width: 90%;
}
}

@media all and (max-width: 1024px) {
.w3l-contect-12 label.tabtle {
font-size: 19px;
}
}

@media screen and (max-width: 992px) {
.w3l-contect-12 .main-top {
margin-top: 20px;
}

.w3l-contect-12 .padding-bord {
padding: 3rem;
}

.w3l-contect-12 .main-top {
padding: 0px 0 60px;
}
}

@media screen and (max-width: 800px) {
.w3l-contect-12 label.tabtle:before {
margin: 0;
font-size: 18px;
}

.w3l-contect-12 .padding-bord {
padding: 2rem;
}

.w3l-contect-12 label.tabtle {
margin: 0 5px;
font-size: 18px;
}
}

@media screen and (max-width: 600px) {
.w3l-contect-12 .wrapper {
width: 90%;
}

.w3l-contect-12 .grid-col-4 {
grid-row-gap: 20px;
}

.w3l-contect-12 h3.heading-title {
font-size: 38px;
line-height: 42px;
margin-bottom: 30px;
}

.w3l-contect-12 label.tabtle {
font-size: 17px;
margin: 0 5px;
padding: 5px 5px;
}

.w3l-contect-12 section.tab-content {
padding: 20px 0 0;
}

.w3l-contect-12 .main-top {
margin-top: 0;
}
}

@media screen and (max-width: 440px) {
.w3l-contect-12 .wrapper {
width: 93%;
margin: 0 15px;
padding: 1.5rem 1rem;
}

.w3l-contect-12 .grid-col-4 {
grid-row-gap: 10px;
grid-column-gap: 10px;
}

.w3l-contect-12 h3.heading-title {
font-size: 35px;
line-height: 40px;
margin-bottom: 25px;
}

.w3l-contect-12 label.tabtle {
font-size: 16px;
margin: 0 3px;
padding: 5px 3px;
}

.w3l-contect-12 section.tab-content {
padding: 28px 0 0;
}
}

@media screen and (max-width: 414px) {
.w3l-contect-12 label.tabtle {
font-size: 15px;
margin: 0 0px;
padding: 4px 18px;
}

.w3l-contect-12 .main-top {
padding: 0px 0 40px;
}

.w3l-contect-12 .wrapper {
width: 92%;
}
}

.w3l-ecom-cart {
/*
I wanted to go with a mobile first approach, but it actually lead to more verbose CSS in this case, so I've gone web first. Can't always force things...

Side note: I know that this style of nesting in SASS doesn't result in the most performance efficient CSS code... but on the OCD/organizational side, I like it. So for CodePen purposes, CSS selector performance be damned.
*/
/* Global settings */
/* Global "table" column settings */
/* This is used as the traditional .clearfix class */
/* Apply clearfix in a few places */
/* Apply dollar signs */
/* Body/Header stuff */
/* Column headers */
/* Product entries */
/* Totals section */
/* Make adjustments for tablet */
/* Make more adjustments for phone */
}

.w3l-ecom-cart .covers-main {
padding: 80px 0;
}

.w3l-ecom-cart .product-image {
float: left;
width: 20%;
}

.w3l-ecom-cart .product-details {
float: left;
width: 37%;
}

.w3l-ecom-cart .product-price {
float: left;
width: 12%;
color: #2C3038;
font-weight: bold;
}

.w3l-ecom-cart .product-quantity {
float: left;
width: 10%;
}

.w3l-ecom-cart .product-removal {
float: left;
width: 9%;
}

.w3l-ecom-cart .product-line-price {
float: left;
width: 12%;
text-align: right;
color: #f05448;
font-weight: bold;
}

.w3l-ecom-cart .group:before,
.w3l-ecom-cart .shopping-cart:before,
.w3l-ecom-cart .column-labels:before,
.w3l-ecom-cart .product:before,
.w3l-ecom-cart .totals-item:before,
.w3l-ecom-cart .group:after,
.w3l-ecom-cart .shopping-cart:after,
.w3l-ecom-cart .column-labels:after,
.w3l-ecom-cart .product:after,
.w3l-ecom-cart .totals-item:after {
content: '';
display: table;
}

.w3l-ecom-cart .group:after,
.w3l-ecom-cart .shopping-cart:after,
.w3l-ecom-cart .column-labels:after,
.w3l-ecom-cart .product:after,
.w3l-ecom-cart .totals-item:after {
clear: both;
}

.w3l-ecom-cart .group,
.w3l-ecom-cart .shopping-cart,
.w3l-ecom-cart .column-labels,
.w3l-ecom-cart .product,
.w3l-ecom-cart .totals-item {
zoom: 1;
}

.w3l-ecom-cart .product .product-price:before,
.w3l-ecom-cart .product .product-line-price:before,
.w3l-ecom-cart .totals-value:before {
content: '$';
}

.w3l-ecom-cart label {
color: #aaa;
}

.w3l-ecom-cart .column-labels label {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eee;
color: #333;
font-weight: 600;
}

.w3l-ecom-cart .covers-main h1 {
margin-bottom: 2.5rem;
}

.w3l-ecom-cart .product {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
display: flex;
align-items: center;
}

.w3l-ecom-cart .product .product-details .product-title a {
margin-right: 20px;
font-weight: 600;
color: #2C3038;
font-size: 18px;
}

.w3l-ecom-cart .img-responsive {
width: 25%;
}

.w3l-ecom-cart .product .product-details .product-description {
margin: 5px 20px 5px 0;
line-height: 1.4em;
}

.w3l-ecom-cart .product .product-quantity input {
width: 46px;
border: 1px solid rgba(51, 51, 51, 0.41);
padding: 3px 6px;
}

.w3l-ecom-cart .product .remove-product {
border: 0;
padding: 8px 14px;
background-color: #505050;
color: #fff;
font-size: 12px;
border-radius: 3px;
}

.w3l-ecom-cart .product .remove-product:hover {
background-color: #333;
}

.w3l-ecom-cart .totals .totals-item {
float: right;
clear: both;
width: 100%;
margin-bottom: 10px;
}

.w3l-ecom-cart .totals .totals-item label {
float: left;
clear: both;
width: 79%;
text-align: right;
}

.w3l-ecom-cart .totals .totals-item .totals-value {
float: right;
width: 21%;
text-align: right;
}

.w3l-ecom-cart .checkout {
float: right;
border: 0;
margin-top: 20px;
padding: 12px 25px;
background-color: #2c3038;
color: #fff;
font-size: 18px;
}

.w3l-ecom-cart .checkout:hover {
background-color: #000;
}

@media screen and (max-width: 991px) {
.w3l-ecom-cart .covers-main {
padding: 60px 0;
}

.w3l-ecom-cart .product-quantity {
width: 11%;
}

.w3l-ecom-cart .product-price {
width: 11%;
}
}

@media screen and (max-width: 414px) {
.w3l-ecom-cart .covers-main {
padding: 40px 0;
}
}

@media screen and (max-width: 900px) {
.w3l-ecom-cart .product {
display: block;
padding-bottom: 20px;
}

.w3l-ecom-cart .img-responsive {
width: 100%;
}

.w3l-ecom-cart .shopping-cart {
margin: 0;
padding-top: 20px;
border-top: 1px solid #eee;
}

.w3l-ecom-cart .column-labels {
display: none;
}

.w3l-ecom-cart .product-image {
float: right;
width: auto;
}

.w3l-ecom-cart .product-image img {
margin-bottom: 10px;
}

.w3l-ecom-cart .product-details {
float: none;
margin-bottom: 10px;
width: auto;
}

.w3l-ecom-cart .product-price {
clear: both;
width: 70px;
}

.w3l-ecom-cart .product-quantity {
width: 100px;
}

.w3l-ecom-cart .product-quantity input {
margin-left: 20px;
}

.w3l-ecom-cart .product-quantity:before {
content: 'x';
}

.w3l-ecom-cart .product-removal {
width: auto;
}

.w3l-ecom-cart .product-line-price {
float: right;
width: 70px;
}
}

@media screen and (max-width: 384px) {
.w3l-ecom-cart .product-removal {
float: right;
}

.w3l-ecom-cart .product-line-price {
float: right;
clear: left;
width: auto;
margin-top: 20px;
}

.w3l-ecom-cart .product .product-line-price:before {
content: 'Item Total: $';
}

.w3l-ecom-cart .totals .totals-item label {
width: 60%;
}

.w3l-ecom-cart .totals .totals-item .totals-value {
width: 40%;
}

.w3l-ecom-cart .covers-main h1 {
margin-bottom: 2rem;
}
}

.w3l-content-23 {
/*-- w3l-content-23-block --*/
}

.w3l-content-23 #content23-block {
padding: 80px 0;
}

.w3l-content-23 .text-center {
text-align: center;
}

.w3l-content-23 .content23-head {
max-width: 950px;
margin: 0 auto 50px;
}

.w3l-content-23 .content23-head h3 {
font-size: 35px;
line-height: 40px;
text-align: center;
max-width: 600px;
margin: 0 auto;
}

.w3l-content-23 .content23-head p {
margin-top: 25px;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 25px;
text-align: center;
color: #555A64;
}

.w3l-content-23 .d-grid {
display: grid;
}

.w3l-content-23 .content23-col-2 {
grid-template-columns: 1fr 1fr;
grid-column-gap: 5px;
}

.w3l-content-23 .content23-grid {
padding: 100px;
}

.w3l-content-23 .back-cont-1 {
background: url(../AboutImages/Bahamas-Yacht-Rentals-Charters58.jpg) no-repeat 0px 0px;
background-size: cover;
}

.w3l-content-23 .back-cont-2 {
background: url(../AboutImages/Bahamas-Yacht-Rentals-Charters57.jpg) no-repeat 0px 0px;
background-size: cover;
}

.w3l-content-23 .content-texts {
background: rgba(16, 16, 16, 0.78);
padding: 40px;
}

.w3l-content-23 .content23-grid h4 a {
font-size: 25px;
line-height: 30px;
text-align: center;
color: #fff;
margin-bottom: 20px;
display: inline-block;
}

.w3l-content-23 .content23-grid h4 a:hover {
opacity: 0.8;
}

.w3l-content-23 .content23-grid p {
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 20px;
color: #eee;
max-width: 351px;
margin: 0 auto;
}
.left-content-area p {
margin-top: 20px;
font-size: 17px;
line-height: 25px;
}
.content-photo.last-content p {
max-width: 80%;
margin: 0 auto;
text-align: center;
font-size: 17px;
line-height: 25px;
}
.w3l-content-with-photo-15 .content-photo.last-content {
padding-top: 0 !important;
}
.content-left-sec.left-content-area + .content-photo-left {
align-self: auto;
}
@media all and (max-width: 1440px) {
.w3l-content-23 .content23-grid {
padding: 60px;
}
}

@media all and (max-width: 1080px) {
.w3l-content-23 .content23-grid {
padding: 30px;
}

.w3l-content-23 #content23-block {
padding: 60px 0;
}
}

@media all and (max-width: 800px) {
.w3l-content-23 .content23-col-2 {
grid-template-columns: 1fr;
grid-row-gap: 5px;
}

.w3l-content-23 #content23-block {
padding: 3rem 0;
}

.w3l-content-23 .content23-head p {
margin-top: 20px;
}

.w3l-content-23 .content23-head {
margin: 0 auto 30px;
}

.w3l-content-23 #content23-block {
padding: 40px 0;
}
}
@media all and (max-width: 767px) {
.content-photo.last-content p {
max-width: 95%;
}
}
@media all and (max-width: 440px) {
.w3l-content-23 .content23-head h3 {
font-size: 32px;
line-height: 34px;
}

.w3l-content-23 .content-texts {
padding: 30px;
}
}

@media all and (max-width: 320px) {
.w3l-content-23 .content23-head h3 {
font-size: 30px;
line-height: 35px;
}

.w3l-content-23 .content-texts {
padding: 30px 20px;
}
}

/*-- w3l-features-5 --*/
.w3l-features-5 {
/*-- //w3l-features-5 --*/
/* responsive*/
/*-- //w3l-features-5 --*/
}

.w3l-features-5 .d-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 73px;
}

.w3l-features-5 .features {
background: #f8f9fa;
padding: 50px 0 70px;
}

.w3l-features-5 .feature h4 {
font-size: 20px;
line-height: 25px;
margin-top: 20px;
text-transform: capitalize;
}

.w3l-features-5 .icon-bg {
width: 65px;
height: 65px;
border-radius: 50%;
background: rgba(255, 58, 70, 0.07);
text-align: center;
}

.w3l-features-5 .icon-bg span {
color: #f05448;
line-height: 65px;
font-size: 27px;
}

@media screen and (max-width: 991px) {
.w3l-features-5 .d-grid {
grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (max-width: 600px) {
.w3l-features-5 .d-grid {
grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 440px) {
.w3l-features-5 .features {
text-align: center;
}

.w3l-features-5 .icon-bg {
margin: 0 auto;
}
}

@media screen and (max-width: 384px) {
.w3l-features-5 .d-grid {
grid-column-gap: 15px;
}
}

@media screen and (max-width: 360px) {
.w3l-features-5 .d-grid {
grid-row-gap: 50px;
}
}

@media screen and (max-width: 320px) {
.w3l-features-5 .d-grid {
grid-template-columns: 1fr;
}

.w3l-features-5 .feature h4 {
margin-top: 10px;
}
}

.w3l-content-with-photo-15 {
/* content-with-photo15 */
/* responsive code */
}

.w3l-content-with-photo-15 .content-photo h4 {
font-size: 35px;
line-height: 40px;
}

.w3l-content-with-photo-15 .content-photo {
padding: 80px 0;
}

.w3l-content-with-photo-15 .d-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 80px;
}

.w3l-content-with-photo-15 .content-left-sec img {
max-width: 100%;
}

.w3l-content-with-photo-15 .content-photo-bot1 span {
vertical-align: middle;
padding-right: 22px;
}

.w3l-content-with-photo-15 .content-photo-left p {
margin-top: 20px;
font-size: 17px;
line-height: 25px;
}

.w3l-content-with-photo-15 .content-photo-grid {
margin-top: 45px;
}

.w3l-content-with-photo-15 .content-photo-bot1 h5 a {
font-size: 17px;
line-height: 25px;
font-weight: 600;
}

.w3l-content-with-photo-15 .content-photo-gap {
margin: 20px 0;
}

.w3l-content-with-photo-15 .content-photo-left {
align-self: center;
}

@media screen and (max-width: 1280px) {
.w3l-content-with-photo-15 .content-photo-gap {
margin: 14px 0;
}

.w3l-content-with-photo-15 .d-grid {
grid-column-gap: 40px;
}
}

@media screen and (max-width: 1080px) {
.w3l-content-with-photo-15 .content-photo-grid {
margin-top: 24px;
}
}

@media screen and (max-width: 991px) {
.w3l-content-with-photo-15 .d-grid {
grid-template-columns: 1fr;
grid-row-gap: 30px;
}

.w3l-content-with-photo-15 .content-photo {
padding: 60px 0;
}
}

@media all and (max-width: 600px) {
.w3l-content-with-photo-15 .content-photo-grid {
margin-top: 30px;
}
}

@media all and (max-width: 568px) {
.w3l-content-with-photo-15 .content-photo-left p {
width: 100%;
}

.w3l-content-with-photo-15 .content-photo-gap {
margin: 20px 0;
}

.w3l-content-with-photo-15 .content-photo-grid {
margin-top: 25px;
}

.w3l-content-with-photo-15 .content-photo h4 {
font-size: 32px;
line-height: 35px;
}
}

@media all and (max-width: 414px) {
.w3l-content-with-photo-15 .content-photo h4 {
font-size: 30px;
line-height: 35px;
}

.w3l-content-with-photo-15 .content-photo-bot1 h5 {
font-size: 15px;
line-height: 23px;
}

.w3l-content-with-photo-15 .content-photo {
padding: 40px 0;
}
}

@media all and (max-width: 375px) {
.w3l-content-with-photo-15 .content-photo h4 {
font-size: 24px;
line-height: 30px;
}
}

/* //responsive code */
/* //w3l-content-with-photo-15 */
.w3l-specifications-9 {
/* flex properties */
/* //flex properties */
/* //Reset Code */
/* specifications */
/* //specifications */
/* responsive */
/* //responsive */
}

.w3l-specifications-9 .d-flex {
display: flex;
}

.w3l-specifications-9 .justify-content-between {
justify-content: space-between;
}

.w3l-specifications-9 .align-items-center {
align-items: center;
}

.w3l-specifications-9 .main-w3 {
background: #031427;
padding: 80px 0;
}

.w3l-specifications-9 .grids-speci {
flex: 0 0 33.3%;
max-width: 33.3%;
padding: 1em;
text-align: center;
}

.w3l-specifications-9 .grids-speci.midd-eff-spe {
border-left: 1px solid rgba(130, 152, 171, 0.22);
border-right: 1px solid rgba(130, 152, 171, 0.22);
}

.w3l-specifications-9 h3.title-spe {
font-size: 60px;
line-height: 60px;
margin-bottom: 15px;
display: inline-block;
color: #fff;
}

.w3l-specifications-9 .grids-speci p {
font-size: 20px;
line-height: 25px;
color: #f8f9fa;
}

@media (max-width: 1280px) {
.w3l-specifications-9 h3.title-spe {
font-size: 56px;
}
}

@media (max-width: 1080px) {
.w3l-specifications-9 h3.title-spe {
font-size: 52px;
}

.w3l-specifications-9 .grids-speci p {
font-size: 19px;
}

.w3l-specifications-9 .main-w3 {
padding: 3rem 0;
}
}

@media (max-width: 991px) {
.w3l-specifications-9 h3.title-spe {
font-size: 45px;
}
}

@media (max-width: 800px) {
.w3l-specifications-9 h3.title-spe {
font-size: 40px;
margin-bottom: 10px;
line-height: 45px;
}

.w3l-specifications-9 .grids-speci p {
font-size: 18px;
}
}

@media (max-width: 736px) {
.w3l-specifications-9 .main-w3 {
padding: 2rem 0;
}

.w3l-specifications-9 h3.title-spe {
font-size: 42px;
line-height: 40px;
margin-bottom: 8px;
}

.w3l-specifications-9 .grids-speci p {
font-size: 16px;
}
}

@media (max-width: 600px) {
.w3l-specifications-9 h3.title-spe {
font-size: 40px;
}
}

@media (max-width: 440px) {
.w3l-specifications-9 h3.title-spe {
font-size: 37px;
}

.w3l-specifications-9 .main-w3 {
padding: 1.5rem 0;
}
}

@media (max-width: 480px) {
.w3l-specifications-9 .grids-speci {
flex: 0 0 100%;
max-width: 100%;
}

.w3l-specifications-9 .main-cont-wthree-fea {
display: block;
}

.w3l-specifications-9 .grids-speci.midd-eff-spe {
border-top: 1px solid rgba(130, 152, 171, 0.22);
border-bottom: 1px solid rgba(130, 152, 171, 0.22);
border-left: none;
border-right: none;
margin: 1em auto;
padding: 1em 0;
}

.w3l-specifications-9 .grids-speci {
width: 200px;
margin: 0 auto;
}

.w3l-specifications-9 .grids-speci p {
font-size: 15px;
}
}

.w3l-forms-30 .covers-main {
background: url(../images/ba1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
position: relative;
z-index: 0;
min-height: 100vh;
align-items: center;
display: grid;
}

.w3l-forms-30 .covers-main:before {
content: "";
background: rgba(16, 16, 16, 0.4);
position: absolute;
top: 0;
min-height: 100%;
left: 0;
right: 0;
z-index: -1;
}

.w3l-forms-30 .main-cover {
padding: 40px;
background: rgba(2, 2, 2, 0.39);
text-align: center;
}

.w3l-forms-30 .d-gird {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
}

.w3l-forms-30 a.logo {
color: #fff;
font-size: 40px;
}

.w3l-forms-30 .cover-para {
color: #fff;
line-height: 40px;
font-size: 35px;
margin-bottom: 15px;
}

.w3l-forms-30 form.w3l-forms-28-form input {
background: #fff;
border: none;
padding: 16px;
font-size: 15px;
color: #555A64;
}

.w3l-forms-30 p.form-text {
font-size: 17px;
line-height: 25px;
color: #eee;
}

.w3l-forms-30 form.w3l-forms-28-form {
margin: 30px auto 15px;
max-width: 450px;
grid-template-columns: 2fr 1fr;
}

.w3l-forms-30 p.page-detail {
color: #eee;
font-size: 20px;
position: relative;
padding-left: 60px;
margin-top: .5em;
}

.w3l-forms-30 p.page-detail:before {
content: "";
background: rgba(255, 255, 255, 0.52);
height: 2px;
width: 45px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto 0;
}

.w3l-forms-30 a.back-button {
border: none;
font-weight: 600;
display: inline-block;
font-size: 16px;
color: #fff;
background: rgba(255, 255, 255, 0.16);
text-align: center;
padding: 12px 18px;
margin-top: 4em;
box-shadow: 0px 3px 4px 2px rgba(14, 14, 14, 0.04);
}

@media screen and (max-width: 1080px) {
.w3l-forms-30 .d-gird {
grid-template-columns: 1fr 1.5fr;
}
}

@media screen and (max-width: 900px) {
.w3l-forms-30 .d-gird {
grid-template-columns: 1fr;
grid-row-gap: 60px;
padding: 40px 0;
}
}

@media screen and (max-width: 568px) {
.w3l-forms-30 a.logo {
font-size: 35px;
}

.w3l-forms-30 p.page-detail {
font-size: 18px;
}

.w3l-forms-30 .cover-para {
line-height: 35px;
font-size: 30px;
}

.w3l-forms-30 a.back-button {
margin-top: 3em;
}

.w3l-forms-30 .main-cover {
padding: 30px;
}
}

@media screen and (max-width: 440px) {
.w3l-forms-30 form.w3l-forms-28-form {
grid-template-columns: 1fr;
}

.w3l-forms-30 button.buttonbg {
margin-top: 1em;
font-size: 16px;
}

.w3l-forms-30 form.w3l-forms-28-form input {
padding: 13px;
font-size: 14px;
}

.w3l-forms-30 p.form-text {
font-size: 16px;
}
}

.w3l-error-page .covers-main {
background: url(../images/ba2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
position: relative;
z-index: 0;
min-height: 100vh;
align-items: center;
display: grid;
}

.w3l-error-page .covers-main:before {
content: "";
background: rgba(16, 16, 16, 0.4);
position: absolute;
top: 0;
min-height: 100%;
left: 0;
right: 0;
z-index: -1;
}

.w3l-error-page .main-cover {
text-align: center;
}

.w3l-error-page .d-gird {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
}

.w3l-error-page a.logo {
color: #fff;
font-size: 40px;
}

.w3l-error-page .cover-para {
color: #fff;
line-height: 120px;
font-size: 150px;
margin-bottom: 50px;
font-weight: 600;
}

.w3l-error-page p.form-text {
font-size: 17px;
line-height: 25px;
color: #eee;
}

.w3l-error-page p.page-detail {
color: #eee;
font-size: 20px;
position: relative;
padding-left: 60px;
margin-top: .5em;
}

.w3l-error-page p.page-detail:before {
content: "";
background: rgba(255, 255, 255, 0.52);
height: 2px;
width: 45px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto 0;
}

.w3l-error-page a.back-button {
border: none;
font-weight: 600;
display: inline-block;
font-size: 16px;
color: #fff;
background: rgba(255, 255, 255, 0.16);
text-align: center;
padding: 12px 18px;
margin-top: 4em;
box-shadow: 0px 3px 4px 2px rgba(14, 14, 14, 0.04);
}

@media screen and (max-width: 1080px) {
.w3l-error-page .d-gird {
grid-template-columns: 1fr 1.5fr;
}
}

@media screen and (max-width: 900px) {
.w3l-error-page .d-gird {
grid-template-columns: 1fr;
grid-row-gap: 60px;
padding: 40px 0;
}
}

@media screen and (max-width: 568px) {
.w3l-error-page a.logo {
font-size: 35px;
}

.w3l-error-page p.page-detail {
font-size: 18px;
}

.w3l-error-page a.back-button {
margin-top: 3em;
}

.w3l-error-page .cover-para {
font-size: 130px;
margin-bottom: 20px;
}
}

@media screen and (max-width: 440px) {
.w3l-error-page p.form-text {
font-size: 16px;
}
}

.w3l-timeline-9 {
/* timeline css codes */
/* //timeline css codes */
}

.w3l-timeline-9 .quest-wthree {
padding: 80px 0;
}

.w3l-timeline-9 .comments {
max-width: 700px;
margin: 0 auto;
padding: 0px 10px 0px 50px;
border-left: 2px solid #dbdcdc;
}

.w3l-timeline-9 .comments .time-grids {
background: #f9f9f9;
position: relative;
padding: 2em;
margin: 1.5em 0;
border: 1px solid #ddd;
}

.w3l-timeline-9 .comments .time-grids p {
color: #555A64;
}

.w3l-timeline-9 .time-grids span {
display: block;
color: #555A64;
margin-bottom: 12px;
font-weight: lighter;
font-size: 17px;
}

.w3l-timeline-9 .comments h5 {
color: #2C3038;
font-size: 25px;
font-weight: 600;
margin-bottom: 8px;
position: relative;
}

.w3l-timeline-9 .comments h5:after {
content: "";
background: rgba(255, 255, 255, 0.27);
width: 50px;
height: 1px;
position: absolute;
bottom: -8px;
left: 0;
}

.w3l-timeline-9 .comments .time-grids:before {
content: "";
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
background: #f05448;
top: 0;
left: -63px;
position: absolute;
}

.w3l-timeline-9 .comments .time-grids:after {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-color: #f9f9f9 #f9f9f9 transparent transparent;
border-width: 15px;
position: absolute;
top: -2px;
left: -32px;
}

@media all and (max-width: 736px) {
.w3l-timeline-9 .comments h5 {
font-size: 23px;
line-height: 28px;
}

.w3l-timeline-9 .quest-wthree {
padding: 60px 0;
}
}

@media all and (max-width: 480px) {
.w3l-timeline-9 .comments .time-grids p {
font-size: 15px;
}
}

@media all and (max-width: 414px) {
.w3l-timeline-9 .comments .time-grids {
padding: 1.5em;
}

.w3l-timeline-9 .quest-wthree {
padding: 40px 0;
}
}

@media all and (max-width: 375px) {
.w3l-timeline-9 .comments {
padding: 0px 10px 0px 30px;
}

.w3l-timeline-9 .comments .time-grids:after {
border-width: 9px;
left: -19px;
}

.w3l-timeline-9 .comments .time-grids:before {
left: -43px;
}

.w3l-timeline-9 .comments h5 {
font-size: 21px;
line-height: 26px;
}
}

.bg_white {
background: #ffffff;
}

.bg_light {
background: #F7F9FC;
}

.bg_black {
background: #031427;
}

.bg_dark {
background: rgba(0, 0, 0, 0.8);
}

table img {
max-width: 100%;
}

.email-hny-section {
padding: 2.5em;
}

.copy-right-hny {
padding: 0.7em 2.5em;
background: #001021;
}

.btn.btn-primary {
border-radius: 5px;
background: #0d0cb5;
color: #ffffff;
}

.btn.btn-white {
border-radius: 5px;
background: #ffffff;
color: #000000;
}

.btn.btn-white-outline {
border-radius: 5px;
background: transparent;
border: 1px solid #fff;
color: #fff;
}

table p {
font-size: 15px;
line-height: 22px;
}

.center-main-bg {
background: #f1f1f1;
}

/*--logo--*/
.logo h1 {
margin: 0;
}

.logo h1 a {
color: #323538;
font-size: 30px;
font-weight: bold;
}

/*--vjm--*/
.vjm {
position: relative;
z-index: 0;
}

.overlay-banner {
background: rgba(16, 16, 16, 0.4);
z-index: 9;
padding: 3em 0;
}

.overlay-lavi {
background: rgba(17, 24, 31, 0.55);
z-index: 9;
padding: 4em 0;
}

.vjm .text h2 {
color: #ffffff;
font-size: 30px;
margin-bottom: 0;
}

a.unsub-text {
margin-top: 10px;
display: inline-block;
}

/*--/headings--*/
.heading-section h4 {
color: #323538;
font-size: 25px;
margin-top: 0;
line-height: 30px;
}

.heading-section h3 {
color: #2c3e50;
font-size: 32px;
margin-top: 0;
line-height: 1.4;
margin-bottom: 1.5rem;
}

.heading-section-white {
color: rgba(255, 255, 255, 0.8);
}

.heading-section-white h2 {
line-height: 1;
padding-bottom: 0;
}

.heading-section-white h2 {
color: #ffffff;
}

/*--//headings--*/
/*--services--*/
.services {
background: rgba(0, 0, 0, 0.03);
}

.text-services .meta {
text-transform: uppercase;
font-size: 14px;
}

img.service-img {
border-radius: 50%;
}

/*--services--*/
/*--team--*/
.sub-head .name {
margin: 0;
font-size: 1em;
}

.sub-head .name a {
margin: 0;
text-decoration: none;
color: #2c3e50;
font-size: 18px;
}

.heading-section-2 {
max-width: 450px;
margin: 0 auto;
}

.sub-head .position {
color: rgba(0, 0, 0, 0.3);
}

table.scale {
padding: 10px;
}

/*--//team--*/
/*--counter--*/
.counter {
width: 100%;
position: relative;
z-index: 0;
}

.counter-text {
text-align: center;
}

.counter-text .num {
color: #fff;
font-size: 2em;
font-weight: bold;
}

.counter-text .name {
display: block;
color: #fff;
font-size: 0.9em;
font-weight: 400;
}

/*--//counter--*/
/*--footer--*/
.footer {
color: rgba(255, 255, 255, 0.5);
}

.adress-list {
margin-top: 15px;
}

.footer .heading a,
.footer .heading {
color: #ffffff;
font-size: 20px;
margin-bottom: 0.8em;
}

.footer ul {
margin: 0;
padding: 0;
}

.footer ul li {
list-style: none;
margin-bottom: 6px;
}

.footer ul li a {
color: #828288;
}

@media screen and (max-width: 736px) {
.email-hny-section {
padding: 2em;
}
}

@media screen and (max-width: 667px) {
.email-container {
width: 600px;
}

td.text-services {
padding-top: 0 !important;
}

.overlay-lavi {
padding: 3em 0;
}

td.sub-gd.shop-gd {
padding: 6px;
}
}

@media screen and (max-width: 640px) {
.vjm .text h2 {
font-size: 2em !important;
margin-bottom: 0;
}

.heading-section h3 {
font-size: 25px;
}

.heading-section h4 {
font-size: 18px;
line-height: 23px;
}

.footer .heading a,
.footer .heading {
font-size: 18px;
}

.counter-text .num {
font-size: 2em;
}

.email-hny-section {
padding: 2em;
}

td.text-services {
padding-left: 0 !important;
}

.counter-text .name {
font-size: 0.9em;
}

td.footer-gd,
td.copy-gd {
width: 100% !important;
display: block !important;
}

td.sub-gd {
width: 100% !important;
display: block;
text-align: center;
}

sub-head .name {
margin: 0;
font-size: 0.9em;
}

td.sub-gd.counter-gd:nth-child(2) {
margin: 1.5em 0;
}

p.ban-text {
padding: 0 !important;
font-size: 0.9em !important;
}

.email-hny-section.copy-right-hny {
padding: 1em;
}

td.sub-gd.shop-gd {
margin-bottom: 1em;
}
}

@media screen and (max-width: 600px) {
td.logo {
width: 100%;
float: left;
text-align: center !important;
}

td.logo.nav-top {
width: 100%;
float: left;
}

.icon {
text-align: left;
}

.text-services {
padding-left: 0;
padding-right: 20px;
text-align: left;
}

.overlay-banner {
padding: 2em 0;
}

.email-container {
width: 580px;
}
}

@media screen and (max-width: 580px) {
table {
width: 100% !important;
}

.vjm .text h2 {
font-size: 1.7em !important;
margin-bottom: 0;
}

.email-container {
width: 100% !important;
}

table.scale:nth-child(2) {
margin: 1em 0;
}

td.header-email.bg_white {
padding: .2em 1em .5em !important;
}
}

@media screen and (max-width: 480px) {
p.para {
font-size: 15px !important;
}

.heading-section-2 {
margin: 0 1.5em;
}
}

@media screen and (max-width: 375px) {
.email-hny-section {
padding: 1.5em;
}

.res-padd {
padding: 0 !important;
}

.overlay-banner {
padding: 1.5em 0;
}

.logo h1 a {
font-size: 28px;
}
}

.w3l-book-9 .main-top {
padding: 80px 0;
text-align: center;
}

.w3l-book-9 section.tab-content {
display: block;
margin-top: 0;
}

.w3l-book-9 label.tabtle {
display: inline-block;
padding: 8px 30px;
font-weight: 600;
border: 1px solid transparent;
font-size: 20px;
line-height: 25px;
text-align: center;
color: #555A64;
margin: 0 2px;
border: 1px solid rgba(85, 90, 100, 0.16);
}

.w3l-book-9 .padding-bord {
padding: 3.5rem 4rem;
border: 1px solid #efecec;
}

.w3l-book-9 label.tabtle:before {
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
}

.w3l-book-9 label.tabtle:hover {
color: #555A64;
cursor: pointer;
}

.w3l-book-9 input:checked+label.tabtle {
line-height: 25px;
text-align: center;
color: #fff;
background: #2C3038;
}

.w3l-book-9 #tab1:checked~#content1,
.w3l-book-9 #tab2:checked~#content2,
.w3l-book-9 #tab3:checked~#content3,
.w3l-book-9 #tab4:checked~#content4,
.w3l-book-9 #tab5:checked~#content5 {
display: block;
}

.w3l-book-9 .grid-col-2 {
grid-template-columns: 1fr 1fr;
grid-column-gap: 30px;
align-items: end;
}

.w3l-book-9 .text-left {
text-align: left;
}

.w3l-book-9 .tab-content h3 {
font-size: 27px;
text-transform: uppercase;
margin-bottom: 30px;
}

.w3l-book-9 .ele-9its_grid {
margin-bottom: 1rem;
}

.w3l-book-9 .tab-content h5 {
color: #2C3038;
font-size: 16px;
margin-bottom: 10px;
font-weight: 600;
}

.w3l-book-9 .tab-content input,
.w3l-book-9 .tab-content select,
.w3l-book-9 .tab-content textarea {
outline: none;
padding: 12px;
border: none;
width: 100%;
font-size: 15px;
color: #444;
background: #f3f3f3;
border: 1px solid #dedede;
}

.w3l-book-9 .tab-content textarea {
min-height: 100px;
}

.w3l-book-9 .tab-content input.date {
text-transform: uppercase;
font-size: 13.5px;
}

.w3l-book-9 .tab-content select {
color: #555A64;
background: transparent;
padding: 12px 12px;
border: none;
background: #f3f3f3 url(../images/down.png) no-repeat 97% 54%;
outline: none;
width: 100%;
font-size:16px;
color: #888;
text-align: left;
-webkit-appearance: none;
cursor: pointer;
display: grid;
grid-template-columns: .1fr 1fr;
align-items: center;
font-family: inherit;
border: 1px solid #dedede;
}
.w3l-book-9 .tab-content select.last-sec-hny {
background: #f3f3f3 url(../images/down.png) no-repeat 98.5% 54%;
}
.w3l-book-9 .buttonbg {
margin-top: 1.5rem;
}

@media all and (max-width: 1080px) {
.w3l-book-9 label.tabtle {
padding: 8px 25px;
}
}

@media all and (max-width: 1024px) {
.w3l-book-9 .padding-bord {
padding: 3rem 3rem;
}
}

@media screen and (max-width: 900px) {
.w3l-book-9 label.tabtle {
padding: 8px 20px;
font-size: 18px;
}

.w3l-book-9 .main-top {
padding: 60px 0;
}
}

@media screen and (max-width: 800px) {
.w3l-book-9 label.tabtle {
padding: 7px 12px;
font-size: 17px;
margin: 0;
}

.w3l-book-9 .tab-content h3 {
font-size: 24px;
margin-bottom: 25px;
}

.w3l-book-9 .tab-content input,
.w3l-book-9 .tab-content select,
.w3l-book-9 .tab-content textarea {
padding: 12px 12px;
font-size: 14px;
}

.w3l-book-9 .tab-content input.date {
font-size: 13px;
}
}

@media screen and (max-width: 667px) {
.w3l-book-9 label.tabtle {
padding: 7px 20px;
margin-bottom: 15px;
}

.w3l-book-9 section.tab-content {
display: none;
margin-top: 1rem;
}

.w3l-book-9 .padding-bord {
padding: 2rem;
}
}

@media screen and (max-width: 480px) {
.w3l-book-9 .grid-col-2 {
grid-template-columns: 1fr;
}

.w3l-book-9 .padding-bord {
width: 93%;
}
}

@media screen and (max-width: 414px) {
.w3l-book-9 label.tabtle {
font-size: 16px;
padding: 7px 16px;
}

.w3l-book-9 .main-top {
padding: 40px 0;
}

.w3l-book-9 .padding-bord {
width: 92%;
}
}

.w3l-portfolios-1 {
/*-- responsive design --*/
/*-- //responsive design --*/
}

.w3l-portfolios-1 .portfolio1 {
padding: 80px 0;
}

.w3l-portfolios-1 .portfolio1-content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}

.w3l-portfolios-1 .portfolio1-content1 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 18px;
}

.w3l-portfolios-1 .column1 img {
width: 100%;
}

@media (max-width: 991px) {
.w3l-portfolios-1 .portfolio1 {
padding: 60px 0;
}
}

@media (max-width: 800px) {
.w3l-portfolios-1 .portfolio1-content {
grid-template-columns: 1fr;
grid-gap: 10px;
}

.w3l-portfolios-1 .portfolio1-content1 {
grid-column-gap: 15px;
grid-row-gap: 10px;
}
}

@media (max-width: 414px) {
.w3l-portfolios-1 .portfolio1 {
padding: 40px 0;
}
}

.w3l-_content-3 {
/*-- responsive --*/
/*-- //responsive --*/
}

.w3l-_content-3 .top-bottom {
padding: 80px 0;
}

.w3l-_content-3 .middle-section h2 {
font-size: 40px;
line-height: 45px;
margin-top: 2rem;
}

.w3l-_content-3 .two-columns {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
}

.w3l-_content-3 .three-grids-columns p {
font-size: 20px;
line-height: 30px;
color: #3B5266;
padding-top: 40px;
}

@media (max-width: 1280px) {
.w3l-_content-3 .middle-section h2 {
font-size: 38px;
}

.w3l-_content-3 .three-grids-columns p {
padding-top: 30px;
}
}

@media (max-width: 900px) {
.w3l-_content-3 .middle-section h2 {
font-size: 35px;
}

.w3l-_content-3 .three-grids-columns p {
padding-top: 22px;
font-size: 18px;
line-height: 28px;
}

.w3l-_content-3 .top-bottom {
padding: 60px 0;
}
}

@media (max-width: 768px) {
.w3l-_content-3 .three-grids-columns p {
font-size: 17px;
line-height: 25px;
}
}

@media (max-width: 480px) {
.w3l-_content-3 .middle-section h2 {
font-size: 32px;
line-height: 28px;
}

.w3l-_content-3 .two-columns {
grid-template-columns: 1fr;
grid-gap: 20px;
}

.w3l-_content-3 p.spacing-none2 {
padding-top: 0px;
}

.w3l-_content-3 .top-bottom {
padding: 40px 0;
}
}

@media (max-width: 414px) {
.w3l-_content-3 .middle-section h2 {
font-size: 30px;
margin-top: 1rem;
}
}

/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: 'FontAwesome';
src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}

.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%;
}

.fa-2x {
font-size: 2em;
}

.fa-3x {
font-size: 3em;
}

.fa-4x {
font-size: 4em;
}

.fa-5x {
font-size: 5em;
}

.fa-fw {
width: 1.28571429em;
text-align: center;
}

.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}

.fa-ul>li {
position: relative;
}

.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: .14285714em;
text-align: center;
}

.fa-li.fa-lg {
left: -1.85714286em;
}

.fa-border {
padding: .2em .25em .15em;
border: solid .08em #eee;
border-radius: .1em;
}

.fa-pull-left {
float: left;
}

.fa-pull-right {
float: right;
}

.fa.fa-pull-left {
margin-right: .3em;
}

.fa.fa-pull-right {
margin-left: .3em;
}

.pull-right {
float: right;
}

.pull-left {
float: left;
}

.fa.pull-left {
margin-right: .3em;
}

.fa.pull-right {
margin-left: .3em;
}

.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}

.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(359deg);
}
}

@keyframes fa-spin {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(359deg);
}
}

.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}

.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}

.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}

.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scale(-1, 1);
}

.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
-webkit-filter: none;
filter: none;
}

.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}

.fa-stack-1x {
line-height: inherit;
}

.fa-stack-2x {
font-size: 2em;
}

.fa-inverse {
color: #fff;
}

.fa-glass:before {
content: "\f000";
}

.fa-music:before {
content: "\f001";
}

.fa-search:before {
content: "\f002";
}

.fa-envelope-o:before {
content: "\f003";
}

.fa-heart:before {
content: "\f004";
}

.fa-star:before {
content: "\f005";
}

.fa-star-o:before {
content: "\f006";
}

.fa-user:before {
content: "\f007";
}

.fa-film:before {
content: "\f008";
}

.fa-th-large:before {
content: "\f009";
}

.fa-th:before {
content: "\f00a";
}

.fa-th-list:before {
content: "\f00b";
}

.fa-check:before {
content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}

.fa-search-plus:before {
content: "\f00e";
}

.fa-search-minus:before {
content: "\f010";
}

.fa-power-off:before {
content: "\f011";
}

.fa-signal:before {
content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
content: "\f013";
}

.fa-trash-o:before {
content: "\f014";
}

.fa-home:before {
content: "\f015";
}

.fa-file-o:before {
content: "\f016";
}

.fa-clock-o:before {
content: "\f017";
}

.fa-road:before {
content: "\f018";
}

.fa-download:before {
content: "\f019";
}

.fa-arrow-circle-o-down:before {
content: "\f01a";
}

.fa-arrow-circle-o-up:before {
content: "\f01b";
}

.fa-inbox:before {
content: "\f01c";
}

.fa-play-circle-o:before {
content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}

.fa-refresh:before {
content: "\f021";
}

.fa-list-alt:before {
content: "\f022";
}

.fa-lock:before {
content: "\f023";
}

.fa-flag:before {
content: "\f024";
}

.fa-headphones:before {
content: "\f025";
}

.fa-volume-off:before {
content: "\f026";
}

.fa-volume-down:before {
content: "\f027";
}

.fa-volume-up:before {
content: "\f028";
}

.fa-qrcode:before {
content: "\f029";
}

.fa-barcode:before {
content: "\f02a";
}

.fa-tag:before {
content: "\f02b";
}

.fa-tags:before {
content: "\f02c";
}

.fa-book:before {
content: "\f02d";
}

.fa-bookmark:before {
content: "\f02e";
}

.fa-print:before {
content: "\f02f";
}

.fa-camera:before {
content: "\f030";
}

.fa-font:before {
content: "\f031";
}

.fa-bold:before {
content: "\f032";
}

.fa-italic:before {
content: "\f033";
}

.fa-text-height:before {
content: "\f034";
}

.fa-text-width:before {
content: "\f035";
}

.fa-align-left:before {
content: "\f036";
}

.fa-align-center:before {
content: "\f037";
}

.fa-align-right:before {
content: "\f038";
}

.fa-align-justify:before {
content: "\f039";
}

.fa-list:before {
content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}

.fa-indent:before {
content: "\f03c";
}

.fa-video-camera:before {
content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}

.fa-pencil:before {
content: "\f040";
}

.fa-map-marker:before {
content: "\f041";
}

.fa-adjust:before {
content: "\f042";
}

.fa-tint:before {
content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}

.fa-share-square-o:before {
content: "\f045";
}

.fa-check-square-o:before {
content: "\f046";
}

.fa-arrows:before {
content: "\f047";
}

.fa-step-backward:before {
content: "\f048";
}

.fa-fast-backward:before {
content: "\f049";
}

.fa-backward:before {
content: "\f04a";
}

.fa-play:before {
content: "\f04b";
}

.fa-pause:before {
content: "\f04c";
}

.fa-stop:before {
content: "\f04d";
}

.fa-forward:before {
content: "\f04e";
}

.fa-fast-forward:before {
content: "\f050";
}

.fa-step-forward:before {
content: "\f051";
}

.fa-eject:before {
content: "\f052";
}

.fa-chevron-left:before {
content: "\f053";
}

.fa-chevron-right:before {
content: "\f054";
}

.fa-plus-circle:before {
content: "\f055";
}

.fa-minus-circle:before {
content: "\f056";
}

.fa-times-circle:before {
content: "\f057";
}

.fa-check-circle:before {
content: "\f058";
}

.fa-question-circle:before {
content: "\f059";
}

.fa-info-circle:before {
content: "\f05a";
}

.fa-crosshairs:before {
content: "\f05b";
}

.fa-times-circle-o:before {
content: "\f05c";
}

.fa-check-circle-o:before {
content: "\f05d";
}

.fa-ban:before {
content: "\f05e";
}

.fa-arrow-left:before {
content: "\f060";
}

.fa-arrow-right:before {
content: "\f061";
}

.fa-arrow-up:before {
content: "\f062";
}

.fa-arrow-down:before {
content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}

.fa-expand:before {
content: "\f065";
}

.fa-compress:before {
content: "\f066";
}

.fa-plus:before {
content: "\f067";
}

.fa-minus:before {
content: "\f068";
}

.fa-asterisk:before {
content: "\f069";
}

.fa-exclamation-circle:before {
content: "\f06a";
}

.fa-gift:before {
content: "\f06b";
}

.fa-leaf:before {
content: "\f06c";
}

.fa-fire:before {
content: "\f06d";
}

.fa-eye:before {
content: "\f06e";
}

.fa-eye-slash:before {
content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}

.fa-plane:before {
content: "\f072";
}

.fa-calendar:before {
content: "\f073";
}

.fa-random:before {
content: "\f074";
}

.fa-comment:before {
content: "\f075";
}

.fa-magnet:before {
content: "\f076";
}

.fa-chevron-up:before {
content: "\f077";
}

.fa-chevron-down:before {
content: "\f078";
}

.fa-retweet:before {
content: "\f079";
}

.fa-shopping-cart:before {
content: "\f07a";
}

.fa-folder:before {
content: "\f07b";
}

.fa-folder-open:before {
content: "\f07c";
}

.fa-arrows-v:before {
content: "\f07d";
}

.fa-arrows-h:before {
content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}

.fa-twitter-square:before {
content: "\f081";
}

.fa-facebook-square:before {
content: "\f082";
}

.fa-camera-retro:before {
content: "\f083";
}

.fa-key:before {
content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}

.fa-comments:before {
content: "\f086";
}

.fa-thumbs-o-up:before {
content: "\f087";
}

.fa-thumbs-o-down:before {
content: "\f088";
}

.fa-star-half:before {
content: "\f089";
}

.fa-heart-o:before {
content: "\f08a";
}

.fa-sign-out:before {
content: "\f08b";
}

.fa-linkedin-square:before {
content: "\f08c";
}

.fa-thumb-tack:before {
content: "\f08d";
}

.fa-external-link:before {
content: "\f08e";
}

.fa-sign-in:before {
content: "\f090";
}

.fa-trophy:before {
content: "\f091";
}

.fa-github-square:before {
content: "\f092";
}

.fa-upload:before {
content: "\f093";
}

.fa-lemon-o:before {
content: "\f094";
}

.fa-phone:before {
content: "\f095";
}

.fa-square-o:before {
content: "\f096";
}

.fa-bookmark-o:before {
content: "\f097";
}

.fa-phone-square:before {
content: "\f098";
}

.fa-twitter:before {
content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}

.fa-github:before {
content: "\f09b";
}

.fa-unlock:before {
content: "\f09c";
}

.fa-credit-card:before {
content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}

.fa-hdd-o:before {
content: "\f0a0";
}

.fa-bullhorn:before {
content: "\f0a1";
}

.fa-bell:before {
content: "\f0f3";
}

.fa-certificate:before {
content: "\f0a3";
}

.fa-hand-o-right:before {
content: "\f0a4";
}

.fa-hand-o-left:before {
content: "\f0a5";
}

.fa-hand-o-up:before {
content: "\f0a6";
}

.fa-hand-o-down:before {
content: "\f0a7";
}

.fa-arrow-circle-left:before {
content: "\f0a8";
}

.fa-arrow-circle-right:before {
content: "\f0a9";
}

.fa-arrow-circle-up:before {
content: "\f0aa";
}

.fa-arrow-circle-down:before {
content: "\f0ab";
}

.fa-globe:before {
content: "\f0ac";
}

.fa-wrench:before {
content: "\f0ad";
}

.fa-tasks:before {
content: "\f0ae";
}

.fa-filter:before {
content: "\f0b0";
}

.fa-briefcase:before {
content: "\f0b1";
}

.fa-arrows-alt:before {
content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}

.fa-cloud:before {
content: "\f0c2";
}

.fa-flask:before {
content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}

.fa-paperclip:before {
content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}

.fa-square:before {
content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}

.fa-list-ul:before {
content: "\f0ca";
}

.fa-list-ol:before {
content: "\f0cb";
}

.fa-strikethrough:before {
content: "\f0cc";
}

.fa-underline:before {
content: "\f0cd";
}

.fa-table:before {
content: "\f0ce";
}

.fa-magic:before {
content: "\f0d0";
}

.fa-truck:before {
content: "\f0d1";
}

.fa-pinterest:before {
content: "\f0d2";
}

.fa-pinterest-square:before {
content: "\f0d3";
}

.fa-google-plus-square:before {
content: "\f0d4";
}

.fa-google-plus:before {
content: "\f0d5";
}

.fa-money:before {
content: "\f0d6";
}

.fa-caret-down:before {
content: "\f0d7";
}

.fa-caret-up:before {
content: "\f0d8";
}

.fa-caret-left:before {
content: "\f0d9";
}

.fa-caret-right:before {
content: "\f0da";
}

.fa-columns:before {
content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}

.fa-envelope:before {
content: "\f0e0";
}

.fa-linkedin:before {
content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}

.fa-comment-o:before {
content: "\f0e5";
}

.fa-comments-o:before {
content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}

.fa-sitemap:before {
content: "\f0e8";
}

.fa-umbrella:before {
content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}

.fa-lightbulb-o:before {
content: "\f0eb";
}

.fa-exchange:before {
content: "\f0ec";
}

.fa-cloud-download:before {
content: "\f0ed";
}

.fa-cloud-upload:before {
content: "\f0ee";
}

.fa-user-md:before {
content: "\f0f0";
}

.fa-stethoscope:before {
content: "\f0f1";
}

.fa-suitcase:before {
content: "\f0f2";
}

.fa-bell-o:before {
content: "\f0a2";
}

.fa-coffee:before {
content: "\f0f4";
}

.fa-cutlery:before {
content: "\f0f5";
}

.fa-file-text-o:before {
content: "\f0f6";
}

.fa-building-o:before {
content: "\f0f7";
}

.fa-hospital-o:before {
content: "\f0f8";
}

.fa-ambulance:before {
content: "\f0f9";
}

.fa-medkit:before {
content: "\f0fa";
}

.fa-fighter-jet:before {
content: "\f0fb";
}

.fa-beer:before {
content: "\f0fc";
}

.fa-h-square:before {
content: "\f0fd";
}

.fa-plus-square:before {
content: "\f0fe";
}

.fa-angle-double-left:before {
content: "\f100";
}

.fa-angle-double-right:before {
content: "\f101";
}

.fa-angle-double-up:before {
content: "\f102";
}

.fa-angle-double-down:before {
content: "\f103";
}

.fa-angle-left:before {
content: "\f104";
}

.fa-angle-right:before {
content: "\f105";
}

.fa-angle-up:before {
content: "\f106";
}

.fa-angle-down:before {
content: "\f107";
}

.fa-desktop:before {
content: "\f108";
}

.fa-laptop:before {
content: "\f109";
}

.fa-tablet:before {
content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}

.fa-circle-o:before {
content: "\f10c";
}

.fa-quote-left:before {
content: "\f10d";
}

.fa-quote-right:before {
content: "\f10e";
}

.fa-spinner:before {
content: "\f110";
}

.fa-circle:before {
content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}

.fa-github-alt:before {
content: "\f113";
}

.fa-folder-o:before {
content: "\f114";
}

.fa-folder-open-o:before {
content: "\f115";
}

.fa-smile-o:before {
content: "\f118";
}

.fa-frown-o:before {
content: "\f119";
}

.fa-meh-o:before {
content: "\f11a";
}

.fa-gamepad:before {
content: "\f11b";
}

.fa-keyboard-o:before {
content: "\f11c";
}

.fa-flag-o:before {
content: "\f11d";
}

.fa-flag-checkered:before {
content: "\f11e";
}

.fa-terminal:before {
content: "\f120";
}

.fa-code:before {
content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}

.fa-location-arrow:before {
content: "\f124";
}

.fa-crop:before {
content: "\f125";
}

.fa-code-fork:before {
content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}

.fa-question:before {
content: "\f128";
}

.fa-info:before {
content: "\f129";
}

.fa-exclamation:before {
content: "\f12a";
}

.fa-superscript:before {
content: "\f12b";
}

.fa-subscript:before {
content: "\f12c";
}

.fa-eraser:before {
content: "\f12d";
}

.fa-puzzle-piece:before {
content: "\f12e";
}

.fa-microphone:before {
content: "\f130";
}

.fa-microphone-slash:before {
content: "\f131";
}

.fa-shield:before {
content: "\f132";
}

.fa-calendar-o:before {
content: "\f133";
}

.fa-fire-extinguisher:before {
content: "\f134";
}

.fa-rocket:before {
content: "\f135";
}

.fa-maxcdn:before {
content: "\f136";
}

.fa-chevron-circle-left:before {
content: "\f137";
}

.fa-chevron-circle-right:before {
content: "\f138";
}

.fa-chevron-circle-up:before {
content: "\f139";
}

.fa-chevron-circle-down:before {
content: "\f13a";
}

.fa-html5:before {
content: "\f13b";
}

.fa-css3:before {
content: "\f13c";
}

.fa-anchor:before {
content: "\f13d";
}

.fa-unlock-alt:before {
content: "\f13e";
}

.fa-bullseye:before {
content: "\f140";
}

.fa-ellipsis-h:before {
content: "\f141";
}

.fa-ellipsis-v:before {
content: "\f142";
}

.fa-rss-square:before {
content: "\f143";
}

.fa-play-circle:before {
content: "\f144";
}

.fa-ticket:before {
content: "\f145";
}

.fa-minus-square:before {
content: "\f146";
}

.fa-minus-square-o:before {
content: "\f147";
}

.fa-level-up:before {
content: "\f148";
}

.fa-level-down:before {
content: "\f149";
}

.fa-check-square:before {
content: "\f14a";
}

.fa-pencil-square:before {
content: "\f14b";
}

.fa-external-link-square:before {
content: "\f14c";
}

.fa-share-square:before {
content: "\f14d";
}

.fa-compass:before {
content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
content: "\f153";
}

.fa-gbp:before {
content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}

.fa-won:before,
.fa-krw:before {
content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}

.fa-file:before {
content: "\f15b";
}

.fa-file-text:before {
content: "\f15c";
}

.fa-sort-alpha-asc:before {
content: "\f15d";
}

.fa-sort-alpha-desc:before {
content: "\f15e";
}

.fa-sort-amount-asc:before {
content: "\f160";
}

.fa-sort-amount-desc:before {
content: "\f161";
}

.fa-sort-numeric-asc:before {
content: "\f162";
}

.fa-sort-numeric-desc:before {
content: "\f163";
}

.fa-thumbs-up:before {
content: "\f164";
}

.fa-thumbs-down:before {
content: "\f165";
}

.fa-youtube-square:before {
content: "\f166";
}

.fa-youtube:before {
content: "\f167";
}

.fa-xing:before {
content: "\f168";
}

.fa-xing-square:before {
content: "\f169";
}

.fa-youtube-play:before {
content: "\f16a";
}

.fa-dropbox:before {
content: "\f16b";
}

.fa-stack-overflow:before {
content: "\f16c";
}

.fa-instagram:before {
content: "\f16d";
}

.fa-flickr:before {
content: "\f16e";
}

.fa-adn:before {
content: "\f170";
}

.fa-bitbucket:before {
content: "\f171";
}

.fa-bitbucket-square:before {
content: "\f172";
}

.fa-tumblr:before {
content: "\f173";
}

.fa-tumblr-square:before {
content: "\f174";
}

.fa-long-arrow-down:before {
content: "\f175";
}

.fa-long-arrow-up:before {
content: "\f176";
}

.fa-long-arrow-left:before {
content: "\f177";
}

.fa-long-arrow-right:before {
content: "\f178";
}

.fa-apple:before {
content: "\f179";
}

.fa-windows:before {
content: "\f17a";
}

.fa-android:before {
content: "\f17b";
}

.fa-linux:before {
content: "\f17c";
}

.fa-dribbble:before {
content: "\f17d";
}

.fa-skype:before {
content: "\f17e";
}

.fa-foursquare:before {
content: "\f180";
}

.fa-trello:before {
content: "\f181";
}

.fa-female:before {
content: "\f182";
}

.fa-male:before {
content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}

.fa-sun-o:before {
content: "\f185";
}

.fa-moon-o:before {
content: "\f186";
}

.fa-archive:before {
content: "\f187";
}

.fa-bug:before {
content: "\f188";
}

.fa-vk:before {
content: "\f189";
}

.fa-weibo:before {
content: "\f18a";
}

.fa-renren:before {
content: "\f18b";
}

.fa-pagelines:before {
content: "\f18c";
}

.fa-stack-exchange:before {
content: "\f18d";
}

.fa-arrow-circle-o-right:before {
content: "\f18e";
}

.fa-arrow-circle-o-left:before {
content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}

.fa-dot-circle-o:before {
content: "\f192";
}

.fa-wheelchair:before {
content: "\f193";
}

.fa-vimeo-square:before {
content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}

.fa-plus-square-o:before {
content: "\f196";
}

.fa-space-shuttle:before {
content: "\f197";
}

.fa-slack:before {
content: "\f198";
}

.fa-envelope-square:before {
content: "\f199";
}

.fa-wordpress:before {
content: "\f19a";
}

.fa-openid:before {
content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}

.fa-yahoo:before {
content: "\f19e";
}

.fa-google:before {
content: "\f1a0";
}

.fa-reddit:before {
content: "\f1a1";
}

.fa-reddit-square:before {
content: "\f1a2";
}

.fa-stumbleupon-circle:before {
content: "\f1a3";
}

.fa-stumbleupon:before {
content: "\f1a4";
}

.fa-delicious:before {
content: "\f1a5";
}

.fa-digg:before {
content: "\f1a6";
}

.fa-pied-piper-pp:before {
content: "\f1a7";
}

.fa-pied-piper-alt:before {
content: "\f1a8";
}

.fa-drupal:before {
content: "\f1a9";
}

.fa-joomla:before {
content: "\f1aa";
}

.fa-language:before {
content: "\f1ab";
}

.fa-fax:before {
content: "\f1ac";
}

.fa-building:before {
content: "\f1ad";
}

.fa-child:before {
content: "\f1ae";
}

.fa-paw:before {
content: "\f1b0";
}

.fa-spoon:before {
content: "\f1b1";
}

.fa-cube:before {
content: "\f1b2";
}

.fa-cubes:before {
content: "\f1b3";
}

.fa-behance:before {
content: "\f1b4";
}

.fa-behance-square:before {
content: "\f1b5";
}

.fa-steam:before {
content: "\f1b6";
}

.fa-steam-square:before {
content: "\f1b7";
}

.fa-recycle:before {
content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}

.fa-tree:before {
content: "\f1bb";
}

.fa-spotify:before {
content: "\f1bc";
}

.fa-deviantart:before {
content: "\f1bd";
}

.fa-soundcloud:before {
content: "\f1be";
}

.fa-database:before {
content: "\f1c0";
}

.fa-file-pdf-o:before {
content: "\f1c1";
}

.fa-file-word-o:before {
content: "\f1c2";
}

.fa-file-excel-o:before {
content: "\f1c3";
}

.fa-file-powerpoint-o:before {
content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}

.fa-file-code-o:before {
content: "\f1c9";
}

.fa-vine:before {
content: "\f1ca";
}

.fa-codepen:before {
content: "\f1cb";
}

.fa-jsfiddle:before {
content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}

.fa-circle-o-notch:before {
content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}

.fa-git-square:before {
content: "\f1d2";
}

.fa-git:before {
content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}

.fa-tencent-weibo:before {
content: "\f1d5";
}

.fa-qq:before {
content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}

.fa-history:before {
content: "\f1da";
}

.fa-circle-thin:before {
content: "\f1db";
}

.fa-header:before {
content: "\f1dc";
}

.fa-paragraph:before {
content: "\f1dd";
}

.fa-sliders:before {
content: "\f1de";
}

.fa-share-alt:before {
content: "\f1e0";
}

.fa-share-alt-square:before {
content: "\f1e1";
}

.fa-bomb:before {
content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}

.fa-tty:before {
content: "\f1e4";
}

.fa-binoculars:before {
content: "\f1e5";
}

.fa-plug:before {
content: "\f1e6";
}

.fa-slideshare:before {
content: "\f1e7";
}

.fa-twitch:before {
content: "\f1e8";
}

.fa-yelp:before {
content: "\f1e9";
}

.fa-newspaper-o:before {
content: "\f1ea";
}

.fa-wifi:before {
content: "\f1eb";
}

.fa-calculator:before {
content: "\f1ec";
}

.fa-paypal:before {
content: "\f1ed";
}

.fa-google-wallet:before {
content: "\f1ee";
}

.fa-cc-visa:before {
content: "\f1f0";
}

.fa-cc-mastercard:before {
content: "\f1f1";
}

.fa-cc-discover:before {
content: "\f1f2";
}

.fa-cc-amex:before {
content: "\f1f3";
}

.fa-cc-paypal:before {
content: "\f1f4";
}

.fa-cc-stripe:before {
content: "\f1f5";
}

.fa-bell-slash:before {
content: "\f1f6";
}

.fa-bell-slash-o:before {
content: "\f1f7";
}

.fa-trash:before {
content: "\f1f8";
}

.fa-copyright:before {
content: "\f1f9";
}

.fa-at:before {
content: "\f1fa";
}

.fa-eyedropper:before {
content: "\f1fb";
}

.fa-paint-brush:before {
content: "\f1fc";
}

.fa-birthday-cake:before {
content: "\f1fd";
}

.fa-area-chart:before {
content: "\f1fe";
}

.fa-pie-chart:before {
content: "\f200";
}

.fa-line-chart:before {
content: "\f201";
}

.fa-lastfm:before {
content: "\f202";
}

.fa-lastfm-square:before {
content: "\f203";
}

.fa-toggle-off:before {
content: "\f204";
}

.fa-toggle-on:before {
content: "\f205";
}

.fa-bicycle:before {
content: "\f206";
}

.fa-bus:before {
content: "\f207";
}

.fa-ioxhost:before {
content: "\f208";
}

.fa-angellist:before {
content: "\f209";
}

.fa-cc:before {
content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}

.fa-meanpath:before {
content: "\f20c";
}

.fa-buysellads:before {
content: "\f20d";
}

.fa-connectdevelop:before {
content: "\f20e";
}

.fa-dashcube:before {
content: "\f210";
}

.fa-forumbee:before {
content: "\f211";
}

.fa-leanpub:before {
content: "\f212";
}

.fa-sellsy:before {
content: "\f213";
}

.fa-shirtsinbulk:before {
content: "\f214";
}

.fa-simplybuilt:before {
content: "\f215";
}

.fa-skyatlas:before {
content: "\f216";
}

.fa-cart-plus:before {
content: "\f217";
}

.fa-cart-arrow-down:before {
content: "\f218";
}

.fa-diamond:before {
content: "\f219";
}

.fa-ship:before {
content: "\f21a";
}

.fa-user-secret:before {
content: "\f21b";
}

.fa-motorcycle:before {
content: "\f21c";
}

.fa-street-view:before {
content: "\f21d";
}

.fa-heartbeat:before {
content: "\f21e";
}

.fa-venus:before {
content: "\f221";
}

.fa-mars:before {
content: "\f222";
}

.fa-mercury:before {
content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}

.fa-transgender-alt:before {
content: "\f225";
}

.fa-venus-double:before {
content: "\f226";
}

.fa-mars-double:before {
content: "\f227";
}

.fa-venus-mars:before {
content: "\f228";
}

.fa-mars-stroke:before {
content: "\f229";
}

.fa-mars-stroke-v:before {
content: "\f22a";
}

.fa-mars-stroke-h:before {
content: "\f22b";
}

.fa-neuter:before {
content: "\f22c";
}

.fa-genderless:before {
content: "\f22d";
}

.fa-facebook-official:before {
content: "\f230";
}

.fa-pinterest-p:before {
content: "\f231";
}

.fa-whatsapp:before {
content: "\f232";
}

.fa-server:before {
content: "\f233";
}

.fa-user-plus:before {
content: "\f234";
}

.fa-user-times:before {
content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}

.fa-viacoin:before {
content: "\f237";
}

.fa-train:before {
content: "\f238";
}

.fa-subway:before {
content: "\f239";
}

.fa-medium:before {
content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}

.fa-optin-monster:before {
content: "\f23c";
}

.fa-opencart:before {
content: "\f23d";
}

.fa-expeditedssl:before {
content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}

.fa-mouse-pointer:before {
content: "\f245";
}

.fa-i-cursor:before {
content: "\f246";
}

.fa-object-group:before {
content: "\f247";
}

.fa-object-ungroup:before {
content: "\f248";
}

.fa-sticky-note:before {
content: "\f249";
}

.fa-sticky-note-o:before {
content: "\f24a";
}

.fa-cc-jcb:before {
content: "\f24b";
}

.fa-cc-diners-club:before {
content: "\f24c";
}

.fa-clone:before {
content: "\f24d";
}

.fa-balance-scale:before {
content: "\f24e";
}

.fa-hourglass-o:before {
content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}

.fa-hourglass:before {
content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}

.fa-hand-scissors-o:before {
content: "\f257";
}

.fa-hand-lizard-o:before {
content: "\f258";
}

.fa-hand-spock-o:before {
content: "\f259";
}

.fa-hand-pointer-o:before {
content: "\f25a";
}

.fa-hand-peace-o:before {
content: "\f25b";
}

.fa-trademark:before {
content: "\f25c";
}

.fa-registered:before {
content: "\f25d";
}

.fa-creative-commons:before {
content: "\f25e";
}

.fa-gg:before {
content: "\f260";
}

.fa-gg-circle:before {
content: "\f261";
}

.fa-tripadvisor:before {
content: "\f262";
}

.fa-odnoklassniki:before {
content: "\f263";
}

.fa-odnoklassniki-square:before {
content: "\f264";
}

.fa-get-pocket:before {
content: "\f265";
}

.fa-wikipedia-w:before {
content: "\f266";
}

.fa-safari:before {
content: "\f267";
}

.fa-chrome:before {
content: "\f268";
}

.fa-firefox:before {
content: "\f269";
}

.fa-opera:before {
content: "\f26a";
}

.fa-internet-explorer:before {
content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
content: "\f26c";
}

.fa-contao:before {
content: "\f26d";
}

.fa-500px:before {
content: "\f26e";
}

.fa-amazon:before {
content: "\f270";
}

.fa-calendar-plus-o:before {
content: "\f271";
}

.fa-calendar-minus-o:before {
content: "\f272";
}

.fa-calendar-times-o:before {
content: "\f273";
}

.fa-calendar-check-o:before {
content: "\f274";
}

.fa-industry:before {
content: "\f275";
}

.fa-map-pin:before {
content: "\f276";
}

.fa-map-signs:before {
content: "\f277";
}

.fa-map-o:before {
content: "\f278";
}

.fa-map:before {
content: "\f279";
}

.fa-commenting:before {
content: "\f27a";
}

.fa-commenting-o:before {
content: "\f27b";
}

.fa-houzz:before {
content: "\f27c";
}

.fa-vimeo:before {
content: "\f27d";
}

.fa-black-tie:before {
content: "\f27e";
}

.fa-fonticons:before {
content: "\f280";
}

.fa-reddit-alien:before {
content: "\f281";
}

.fa-edge:before {
content: "\f282";
}

.fa-credit-card-alt:before {
content: "\f283";
}

.fa-codiepie:before {
content: "\f284";
}

.fa-modx:before {
content: "\f285";
}

.fa-fort-awesome:before {
content: "\f286";
}

.fa-usb:before {
content: "\f287";
}

.fa-product-hunt:before {
content: "\f288";
}

.fa-mixcloud:before {
content: "\f289";
}

.fa-scribd:before {
content: "\f28a";
}

.fa-pause-circle:before {
content: "\f28b";
}

.fa-pause-circle-o:before {
content: "\f28c";
}

.fa-stop-circle:before {
content: "\f28d";
}

.fa-stop-circle-o:before {
content: "\f28e";
}

.fa-shopping-bag:before {
content: "\f290";
}

.fa-shopping-basket:before {
content: "\f291";
}

.fa-hashtag:before {
content: "\f292";
}

.fa-bluetooth:before {
content: "\f293";
}

.fa-bluetooth-b:before {
content: "\f294";
}

.fa-percent:before {
content: "\f295";
}

.fa-gitlab:before {
content: "\f296";
}

.fa-wpbeginner:before {
content: "\f297";
}

.fa-wpforms:before {
content: "\f298";
}

.fa-envira:before {
content: "\f299";
}

.fa-universal-access:before {
content: "\f29a";
}

.fa-wheelchair-alt:before {
content: "\f29b";
}

.fa-question-circle-o:before {
content: "\f29c";
}

.fa-blind:before {
content: "\f29d";
}

.fa-audio-description:before {
content: "\f29e";
}

.fa-volume-control-phone:before {
content: "\f2a0";
}

.fa-braille:before {
content: "\f2a1";
}

.fa-assistive-listening-systems:before {
content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}

.fa-glide:before {
content: "\f2a5";
}

.fa-glide-g:before {
content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}

.fa-low-vision:before {
content: "\f2a8";
}

.fa-viadeo:before {
content: "\f2a9";
}

.fa-viadeo-square:before {
content: "\f2aa";
}

.fa-snapchat:before {
content: "\f2ab";
}

.fa-snapchat-ghost:before {
content: "\f2ac";
}

.fa-snapchat-square:before {
content: "\f2ad";
}

.fa-pied-piper:before {
content: "\f2ae";
}

.fa-first-order:before {
content: "\f2b0";
}

.fa-yoast:before {
content: "\f2b1";
}

.fa-themeisle:before {
content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}

.fa-handshake-o:before {
content: "\f2b5";
}

.fa-envelope-open:before {
content: "\f2b6";
}

.fa-envelope-open-o:before {
content: "\f2b7";
}

.fa-linode:before {
content: "\f2b8";
}

.fa-address-book:before {
content: "\f2b9";
}

.fa-address-book-o:before {
content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}

.fa-user-circle:before {
content: "\f2bd";
}

.fa-user-circle-o:before {
content: "\f2be";
}

.fa-user-o:before {
content: "\f2c0";
}

.fa-id-badge:before {
content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}

.fa-quora:before {
content: "\f2c4";
}

.fa-free-code-camp:before {
content: "\f2c5";
}

.fa-telegram:before {
content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}

.fa-shower:before {
content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}

.fa-podcast:before {
content: "\f2ce";
}

.fa-window-maximize:before {
content: "\f2d0";
}

.fa-window-minimize:before {
content: "\f2d1";
}

.fa-window-restore:before {
content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}

.fa-bandcamp:before {
content: "\f2d5";
}

.fa-grav:before {
content: "\f2d6";
}

.fa-etsy:before {
content: "\f2d7";
}

.fa-imdb:before {
content: "\f2d8";
}

.fa-ravelry:before {
content: "\f2d9";
}

.fa-eercast:before {
content: "\f2da";
}

.fa-microchip:before {
content: "\f2db";
}

.fa-snowflake-o:before {
content: "\f2dc";
}

.fa-superpowers:before {
content: "\f2dd";
}

.fa-wpexplorer:before {
content: "\f2de";
}

.fa-meetup:before {
content: "\f2e0";
}
.fa-instagram-square:before {
content: "\f16d";
}
.buttons-teams a span.fa-instagram-square {
color: red;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}

/*# sourceMappingURL=style-freedom.css.map */
section.w3l-_content-3.services-page .top-bottom {
padding-bottom: 0;
}
.w3l-timeline-9 .quest-wthree h3.title-main {
text-transform: capitalize;
max-width: 80%;
margin: 0 auto 50px;
}
.w3l-teams-single-9 ul.left-single-team {
padding-left: 30px;
}.w3l-text-14 .text14-max-align.left-align .align-text14-cols {
display: flex;
justify-content: space-around;
flex-direction: row-reverse;
}.w3l-text-14 .text14-max-align.left-align .text14-right {
float: none;
max-width: none;
margin: 0px 0 25px 40px;
}
.w3l-text-14 .text14-max-align.left-align .text14-left {
float: right;
max-width: 170px;
margin: 0;
}.w3l-text-14 .text14-max-align h5.text14-heading {
text-transform: uppercase;
}
.portfolio1-content1 img.img-fluid {
max-height: 200px;
}
.w3l-teams-single-9 .team-single.fleet-page .wrapper {
margin-bottom: 60px;
}
.w3l-teams-single-9 .team-single.fleet-page .wrapper:last-child {
margin-bottom: 0;
}
.w3l-teams-single-9 .team-single.fleet-page ul.left-single-team li {
list-style-type: initial;
}
.services1-content img.img-responsive {
display: none;
}
.services1-content a {
position: relative;
display: block;
}
.services1-content .fetured-bg {
width: 100%;
height: 100%;
top: 0;
left: 0;
padding-bottom: 80%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}.w3l-text-9 ul {
padding-left: 30px;
margin: 15px 0;
line-height: 26px;
}.team-grids-single.responsive {
max-width: 45%;
}
.w3l-teams-single-9 .main-grid {
display: flex;
}
.w3l-teams-single-9 .main-grid {
display: flex;
justify-content: space-between;
grid-gap: initial;
}
.w3l-teams-single-9 .main-grid {
display: flex;
justify-content: space-between;
grid-gap: initial;
}
.team-grids-single.responsive {
max-width: 100%;
	padding-right: 40px;
}
.main-grid .team-grids-single {
width: 50%;
}
.team-grids-single .slick-prev {
left: 20px;
width: 40px;
height: 40px;
z-index: 999;
}
.team-grids-single .slick-next {
right: 60px;
width: 40px;
height: 40px;
}
.team-grids-single .slick-prev:before, .team-grids-single .slick-next:before {
font-family: 'slick';
font-size: 30px;
line-height: 1;
opacity: 1;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 900;
}
.slick-slide img {
    display: block;
    width: 100%;
}


@media(max-width: 767px){
w3l-teams-single-9 .main-grid {
display: block;
}
.main-grid .team-grids-single {
width: 100%;
padding-right: 0;
}
    .col-md-6{max-width: 100%;flex: 0 0 100%;}
.team-grids-single .slick-next {
right: 20px;
}
.w3l-teams-single-9 .main-grid {
    display: block;
}

}

section.newcontent .wrapper {
padding: 50px 0;
}

section.newcontent p {
padding: 0 0 20px;
}


.newimg {
width: 65%;
margin: auto;
}


@media (max-width: 600px) and (min-width: 320px){
section.newcontent p {
padding: 0 10px 20px;
font-size: 18px;
   /* text-align: center;*/
}
section.newcontent ul {
    padding: 0 12px;
    font-size: 15px;
}

.newimg {
width: 94%;
margin: auto;
}
}


/*Below CSS written Nitin Saxena*/

.row{display: flex;flex-wrap: wrap;}
.nit-common-page{padding: 70px 0;}
.nit-common-page p{font-size: 16px;line-height: 26px;margin-bottom: 1rem;text-align: justify;}
.nit-common-page figure{margin: 0;overflow: hidden;object-fit: cover;}
.nit-common-page img{transition: .3s ease;width: 100%;padding: .25rem;background-color: #fff;border: 1px solid #dee2e6;border-radius: .25rem;}
.nit-common-page img:hover{transform: scale(1.05);}
.nit-common-page ul{padding-left: 2rem;}
.nit-common-page ul li{margin-bottom: 10px;}
.nit-common-page .float-right{float: right;}
.nit-common-page .float-left{float: left;}
.nit-common-page .col-md-5{max-width: calc(((5/12) * 100) * 1%);flex: 0 0 calc(((5/12) * 100) * 1%);}
.nit-common-page .col-md-6{max-width: 50%;flex: 0 0 50%;}
.nit-common-page .col-md-7{max-width: calc(((7/12) * 100) * 1%);flex: 0 0 calc(((7/12) * 100) * 1%);}
/*.nit-common-page .col-md-7{max-width: 100%;flex: 0 0 100%;}*/
.container{width: 75%;margin: 0 auto;}
section.newcontent{overflow: hidden;}
section.newcontent .wrapper .sub-title-top-3{line-height: 1.7;}
section.newcontent .wrapper ul{padding-left: 1.3rem;} 
section.newcontent .wrapper .newimg{width: 65%;float: right;
    max-width: 45%;
    margin: 2rem;
    margin-right: 0;}

@media (max-width:1190px){
    .w3l-footer-16 a.logo-2{font-size: 16px;}
}
@media (min-width:769px){
.nit-common-page .h100p{height: 100%;}
.nit-common-page .ml10{margin-left: 10px;}
.nit-common-page .mb15{margin-bottom: 15px;}
.nit-common-page .mt15{margin-top: 15px;}
.nit-common-page .ml15{margin-left: 15px;}
.nit-common-page .mr15{margin-right: 15px;}
.nit-common-page .mb10{margin-bottom: 10px;}
.nit-common-page .mt10{margin-top: 10px;}
.nit-common-page .mr10{margin-right: 10px;}
.nit-common-page .ml10{margin-left: 10px;}
.nit-common-page .ml--15{margin-left: -15px;}
.nit-common-page .mr--15{margin-right: -15px;}
.nit-common-page .p15{padding: 15px;}
.nit-common-page .pl15{padding-left: 15px;}
.nit-common-page .pr15{padding-right: 15px;}
.nit-common-page .pt15{padding-top: 15px;}
.nit-common-page .pb15{padding-bottom: 15px;}
.nit-common-page .p20{padding: 20px;}
.nit-common-page .pl20{padding-left: 20px;}
.nit-common-page .pr20{padding-right: 20px;}
.nit-common-page .pt20{padding-top: 20px;}
.nit-common-page .pb20{padding-bottom: 20px;}
.nit-common-page .p10{padding: 10px;}
.nit-common-page .pl10{padding-left: 10px;}
.nit-common-page .pr10{padding-right: 10px;}
.nit-common-page .pt10{padding-top: 10px;}
.nit-common-page .pb10{padding-bottom: 10px;}
}
@media (max-width:768px){
    
    .nit-common-page{padding: 40px 0;}
    .container{width: 90%;}
    .col-md-6,.nit-common-page .col-md-6,.nit-common-page .col-md-7,.nit-common-page .col-md-5{max-width: 100%;padding: 0rem;flex: 0 0 100%;}
    .nit-common-page figure,.nit-common-page ul{margin: 10px auto;}
}
@media (max-width:767px){
    .container{width: 100%;padding: 0 16px;}
    .col-md-6,.nit-common-page .col-md-6{max-width: 100%;flex: 0 0 100%;}
section.newcontent .wrapper .newimg{max-width: 100%;width:100%;float: none;margin:1rem auto;}
}

p.sub-para a{ color: #10D0EF;
font-weight:bold;
     }
p.sub-para{ text-align: justify;
     }
