.error-box{
	border:1px solid #F00 !important;
}
#form-email3-error ,#form-email2-error ,#form-email31-error #form-email32-error {
	color: #ef0a0a !important; font-size:10px !important;
}

@font-face {
    font-family: 'nexa-bold';
    src: url('../fonts/nexa-bold.html');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa-light';
    src: url('../fonts/nexa-light.html');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pari';
    src: url('../fonts/parisienne-regular.html');
    font-weight: normal;
    font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0!important;
}

iframe {
    border: 0px;
}

::-moz-selection {
    background-color: #1E8059;
    color: #FFF;
}

::selection {
    background-color: #1E8059;
    color: #FFF;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

a,
a:focus,
a:active,
a:link,
img {
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    color: #1E8059;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.video {
    display: block;
}

.audio {
    width: 100%;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #3DBB70;
    border-bottom: none;
    border-left: none;
    border-right: none;
    max-width: 40px;
    text-align: center;
    margin: 0px auto;
}

hr.dark {
    border-top: 1px solid #3e3e3e;
}

b,
strong {
    font-weight: 600;
}

small,
small a {
    font-size: 11px;
    color: #888;
}

ul.list-inside {
    list-style: inside;
}

ul.list-none {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}

ul.list-none-ib {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}

ul.list-none-ib li,
.list-none-ib {
    list-style: none;
    display: inline-block;
}

ul.text-cap li,
.text-cap {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

p {
    line-height: 22px;
    font-size: 12px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #040000;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

b {
    font-family: 'Poppins', sans-serif;
}

p.lead,
.lead {
    font-size: 15px;
    color: black;  
    font-weight: 110;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

p.dark,
.dark,
a.dark,
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
    color: #323232 !important;
}

p.white,
.white,
a.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #fff !important;
}

p.color,
.color,
a.color,
h1.color,
h2.color,
h3.color,
h4.color,
h5.color,
h6.color,
li.link:hover,
li.link a:hover,
.color {
    color: #00A644 !important;
}

.gray {
    color: #888;
}

.light-color h1,
.light-color h2,
.light-color h3,
.light-color h4,
.light-color h5,
.light-color h6,
.light-color p,
.light-color,
.light-color .container-icon {
    color: #fff;
}

.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color,
.dark-color .container-icon {
    color: #323232;
}

.dark-bg {
    background: #323232;
    color: #fff;
    background-size: cover;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg .link,
.dark-bg .container-icon,
.dark-bg .page-icon-top {
    color: #fff;
}

.dark-bg .link:hover,
.link:hover {
    color: #1E8059;
}

.gray-bg {
    background: #f7f7f7;
    color: #323232;
}

.gray-bg h1,
.gray-bg h2,
.gray-bg h3,
.gray-bg h4,
.gray-bg h5,
.gray-bg h6,
.gray-bg .container-icon {
    color: #323232;
}

.separator {
    height: 1px;
    width: 32px;
    background: #888;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 0 none;
}

.separator.right {
    float: right;
}

.separator.center {
    margin-left: auto;
    margin-right: auto;
}

.separator.color {
    background: #1E8059;
}

.separator.white {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 43px;
    letter-spacing: 2px;
    line-height: 40px;
}

h1.h1,
h2.h2 {
    letter-spacing: 15px;
}

@media (max-width:767px) {
    h1.h1,
    h2.h2 {
        letter-spacing: 0px;
    }
}

h2 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}

h3 {
    font-size: 21px;
    color: white;
    letter-spacing: 4px;
    line-height: 32px;
}

h3 {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 32px;
}

h4.h4 {
    letter-spacing: 4px;
}

h5 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}

h1.large {
    font-size: 50px;
}

.btn:focus {
    outline: none;
}

.btn,
button {
    font-size: 13px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn i,
button i,
i.left {
    margin-right: 6px;
}

i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}

button {
    vertical-align: top;
}

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-lg {
    padding: 15px 25px;
    display: inline-block;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}

.btn-line-xs {
    padding: 7px 15px 7px;
    display: inline-block;
}

.btn-icon {
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-table !important;
}

.black {
    color: #000;
}

.btn-black {
    color: #fff;
    background: radial-gradient(ellipse at 80% 10%, #25B66E 42%, #098D5E 100%);
    border: none;
}

.btn-choco {
    padding: 14px 45px;
    border-radius: 33px;
    color: #fff;
    padding-bottom: 18px;
    background-color: chocolate;
}

.btn-black:hover {
    color: #fff;
    background: rgba(50, 50, 50, 0.85);
}

.btn-color-a,
.btn-color-b {
    color: #fff;
    background: #1E8059;
    border: none;
}

.btn-color-a:hover {
    color: #fff;
    background: rgba(230, 174, 73, 0.85);
}

.btn-color-b:hover {
    color: #fff;
    background: rgba(230, 174, 73, 0.85);
}

.btn-white {
    color: #323232;
    background: rgba(255, 255, 255, 1);
    border: none;
}

.btn-white:hover {
    background: rgba(255, 255, 255, 0.85);
    color: #323232;
}

.btn-black-line,
.btn-white-line,
.btn-color-line {
    border: 2px solid;
    background: none;
}

.btn-black-line {
    color: #323232;
    border-color: #323232;
    padding: 9px 20px;
}

.btn-black-line:hover {
    color: #fff;
    background: #323232;
}

.btn-color-line {
    color: #1E8059;
    border-color: #1E8059;
    padding: 9px 20px;
}

.btn-color-line:hover {
    color: #fff;
    background: #1E8059;
}

.btn-white-line {
    color: #fff;
    border-color: #fff;
    padding: 9px 20px;
}

.btn-white-line:hover {
    color: #323232;
    background: #fff;
}

.btn-link-a,
.btn-link-b {
    color: #323232;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted transparent;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-link-a:hover {
    color: #1E8059;
    border-bottom: 1px solid #1E8059;
}

.btn-link-b:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.btn-space-5 {
    width: 5px;
    min-height: 1px;
    display: inline-block;
}

.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}

button {
    outline: none;
    border: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button,
input,
textarea,
select {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

input,
textarea,
select {
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

input.input-sm,
.input-sm {
    padding: 8px 15px;
}

textarea {
    height: 120px;
}

label {
    color: #323232;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
    margin-bottom: 0px;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent,
.errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-75 {
    width: 100%;
    height: 75px;
}

.spacer-90 {
    width: 100%;
    height: 90px;
}

.no-padding {
    padding: 0 !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.nav-desk .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
}

.header {
    background-color: #fbfbfb;
    position: fixed;
    text-align: center;
    top: 17px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 140px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    border-bottom: 1px solid #eee;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.header.header-prepare,
.header.header-light.header-prepare {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header.header-dark.header-prepare {
    background-color: rgba(54, 54, 54, 0.95);
    border-bottom: 0px none;
}

.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    max-height: 100px;
}

.header-fixed .logo a {
    width: 132px;
    margin-top: 35px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.logo a {
    width: 175px;
    display: block;
    margin-top: 30px;
    margin-bottom: 28px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}

.header-fixed .logo a {
    width: 175px;
    display: block;
    margin-top: 30px;
    margin-bottom: 28px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    position: relative;
}

.header-fixed .nav-menu ul.nav-menu-inner>li>a {
    padding-top: 26px;
    padding-top: 55px;
    padding-bottom: 26px;
}

.header.header-prepare .logo a img.logo-light,
.header .logo a img.logo-dark {
    opacity: 0;
}

.header .logo a img.logo-light,
.header.header-prepare .logo a img.logo-dark,
.header.header-light .logo a img.logo-dark {
    opacity: 1;
}

.header.header-dark.header-prepare .logo a img.logo-dark,
.header.header-dark .logo a img.logo-dark {
    opacity: 0;
}

.header.header-dark.header-prepare .logo a img.logo-light,
.header.header-dark .logo a img.logo-light {
    opacity: 1;
}

.nav-menu.active {
    display: block;
}

.nav-menu ul.nav-menu-inner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul.nav-menu-inner li {
    display: inline-block;
    list-style: none;
    text-align: left;
}

.nav-menu ul.nav-menu-inner>li>a {
    color: #1E8059!important;
}

.header-light .nav-menu ul.nav-menu-inner>li>a {
    color: #323232;
}

.nav-menu ul.nav-menu-inner li a {
    font-family: inherit;
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 2px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    font-family: 'Poppins', sans-serif;
}

.nav-menu ul.nav-menu-inner>li>a {
    padding: 55px 15px;
}

.header .nav-menu ul.nav-menu-inner>li.active a,
.header .nav-menu ul.nav-menu-inner>li a.active,
.header .nav-menu ul.nav-menu-inner>li:hover>a,
.header .nav-menu ul.nav-menu-inner>li>a:hover,
.header.header-dark .nav-menu ul.nav-menu-inner>li.active a,
.header.header-dark .nav-menu ul.nav-menu-inner>li a.active,
.header.header-dark .nav-menu ul.nav-menu-inner>li:hover>a,
.header.header-dark .nav-menu ul.nav-menu-inner>li>a:hover,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li a.current,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li.current a {
    color: #1E8059;
}

.header.header-light .nav-menu ul.nav-menu-inner>li:hover>a,
.header.header-light .nav-menu ul.nav-menu-inner>li>a:hover,
.header.header-prepare .nav-menu ul.nav-menu-inner li a.current,
.header.header-prepare .nav-menu ul.nav-menu-inner li.current a {
    color: #1E8059;
}

.nav-mobile.nav-bar-icon {
    display: none;
}

.nav-bar-icon {
    display: inline-block;
    float: right;
    position: relative;
    height: 16px;
    width: 20px;
    padding-top: 47px;
    padding-bottom: 47px;
    margin-left: 15px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    cursor: pointer;
}

.header-fixed .nav-bar-icon {
    padding-top: 32px;
    padding-bottom: 32px;
}

.nav-bar-icon a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 19px 0;
}

.nav-bar-icon.active a,
.nav-bar-icon a.active,
.nav-bar-icon:hover a,
.nav-bar-icon a:hover {
    color: #17a697;
}

.nav-bar-icon>span {
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background-color: #323232;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.nav-bar-icon>span:before,
.nav-bar-icon>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323232;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

header .nav-bar-icon>span,
header .nav-bar-icon>span::before,
header .nav-bar-icon>span::after,
header.header-dark .nav-bar-icon>span,
header.header-dark .nav-bar-icon>span::before,
header.header-dark .nav-bar-icon>span::after,
header.header-dark.header-prepare .nav-bar-icon>span,
header.header-dark.header-prepare .nav-bar-icon>span::before,
header.header-dark.header-prepare .nav-bar-icon>span::after {
    background-color: #000;
}

header.header-light .nav-bar-icon>span,
header.header-light .nav-bar-icon>span:before,
header.header-light .nav-bar-icon>span::after,
header.header-prepare .nav-bar-icon>span,
header.header-prepare .nav-bar-icon>span:before,
header.header-prepare .nav-bar-icon>span::after {
    background-color: #323232;
}

.nav-bar-icon>span:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
}

.nav-bar-icon>span:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
}

.nav-bar-icon.active {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-bar-icon.active>span:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.nav-bar-icon.active>span:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.nav-menu>ul li {
    position: relative;
}

.sub-dropdown.dropdown {
    top: 80%;
    left: -263px;
    position: absolute;
}

.header-fixed .sub-dropdown.dropdown {
    top: 102%;
    left: -263px;
    position: absolute;
}

.spl-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sub-dropdown {
    position: absolute;
    left: -300px;
    top: 0;
    display: none;
    background: rgba(32, 33, 32, 0.95);
    padding: 0;
    width: 300px;
}

.sub-dropdown li {
    width: 100%;
}

.sub-dropdown>li>a {
    padding: 13px 15px;
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 1.8px !important;
}

.sub-dropdown>li:hover>a {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.sub-dropdown i {
    float: right;
}

.side-menu-btn {
    float: right;
    position: absolute;
    color: #323232;
    top: 75px;
    right: -10px;
}

.side-menu-btn i {
    font-size: 18px;
    color: #1E8059;
}

.side-menu-btn ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-btn ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.side-menu-btn ul>li>a {
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.side-menu-btn ul>li>a:hover,
.header.header-prepare .side-menu-btn ul>li>a:hover {
    color: #1E8059;
}

.side-menu-btn ul>li>a:hover span,
.side-menu-btn ul>li>a:hover span:before,
.side-menu-btn ul>li>a:hover span:after {
    background-color: #1E8059;
}

.side-menu-btn ul li a.header-icon {
    padding-top: 35px;
    padding-bottom: 35px;
    display: block;
}

.header-fixed .side-menu-btn ul li a.header-icon {
    padding-bottom: 20px;
    padding-top: 20px;
}

.header.header-prepare .side-menu-btn ul li a,
.header.header-light .side-menu-btn ul li a {
    color: #323232;
}

header.header-dark .side-menu-btn ul li a,
header.header-dark.header-prepare .side-menu-btn ul li a {
    color: #fff;
}

.cart {
    position: static !important;
}

.cart .cart-notification-wrap {
    position: relative;
}

.cart .cart-notification {
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 11px;
    color: #fff;
    right: -5px;
    bottom: -3px;
    display: block;
    background: #1E8059;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    font-family: 'Raleway', sans-serif;
}

.cart:hover .cart-dropdown {
    visibility: visible;
    opacity: 1;
}

.cart-dropdown {
    background: rgba(32, 32, 32, 0.95);
    color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cart-dropdown .cart-list {
    margin: 0px;
    padding: 0px;
    display: table;
    text-align: left;
}

.cart-dropdown .cart-list li {
    list-style: none;
    padding: 15px 0px 15px 0px;
    display: block;
    margin: 0px;
    border-bottom: 1px solid #3e3e3e;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.cart-dropdown .cart-list li>.close-cart-list {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 15px;
    height: 15px;
    display: block;
    background-image: none !important;
    color: #fff !important;
}

.cart-dropdown .cart-list li>.close-cart-list:hover {
    color: #1E8059;
    background-image: none !important;
}

.cart-dropdown .cart-list .media {
    margin-top: 0px;
}

.cart-dropdown .cart-list .media .pull-left {
    width: 70px;
}

.cart-dropdown .cart-list .media .pull-left img {
    width: 100%;
}

.cart-dropdown .cart-list .media .media-body {
    width: 125px;
}

.cart-dropdown .cart-list .media .media-body a {
    color: #fff;
}

.cart-dropdown .cart-list .media h6,
.cart-dropdown .cart-list .media h5,
.cart-dropdown .cart-list .media p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.cart-dropdown,
.cart-dropdown .cart-list .media a {
    color: #fff;
}

.cart-dropdown .cart-list .media a:hover {
    color: #1E8059;
}

.cart-dropdown {
    color: #fff;
    padding-top: 10px;
}

.cart-dropdown .cart-sub-totle {
    color: #fff;
    padding-top: 15px;
}

.cart-dropdown .cart-checkout-btn a {
    margin-top: 15px;
}

.cart-dropdown .cart-checkout-btn a.checkout {
    color: #fff !important;
}

.cart-dropdown .cart-checkout-btn a.checkout:hover {
    color: #fff;
}

.side-menu-btn-fix a {
    font-size: 16px;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 2001;
}

.side-menu-btn-fix a {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px;
}

.side-menu-btn-fix a:hover {
    background: #00A644 none repeat scroll 0 0;
}

.intro-media-wraper {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.intro-bg-section {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.intro-overlay-section {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.intro-caption-waper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.intro-caption-top {
    z-index: 2;
}

.intro-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.intro-img-circle {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 30px;
}

.intro-img-circle img {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.intro-play-icon {
    text-align: center;
}

.intro-sub-title {
    letter-spacing: 1.5px;
}

.intro-title {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.1;
}

.intro-title-sm {
    font-size: 44px !important;
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.error-intro-title {
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.1;
}

.inner-intro {
    position: relative;
    padding: 200px 0;
}

.inner-intro h1 {
    font-size: 54px;
    margin-top: 30px;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bg-fixed {
    background-attachment: fixed;
}

.slide-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

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

.sc-title {
    font-weight: 800;
    text-align: center;
}

.sc-paragraph-lead {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 20px;
    text-align: center;
}

.sc-button {}

.footer {
    background-color: #f7f7f7;
    color: #323232;
    position: relative;
    width: 100%;
    display: block;
}

.footer hr {
    border-color: #eee;
}

.footer .footer-info p {
    color: #323232;
}

.footer-logo {
    max-width: 125px;
    display: inline-block;
    width: 100%;
}

.footer .social,
.contact .social {
    font-size: 20px;
}

.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer ul.social li,
.contact ul.social li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer .link a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer .link-small a {
    font-weight: 600;
    text-transform: none;
}

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

.newsletter {
    position: relative;
}

.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
    width: 100%;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-right: 40px !important;
    background: rgba(255, 255, 255, 0);
}

.newsletter .newsletter-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0);
}

.team-item {}

.team-item-img {
    position: relative;
}

.team-item-img .team-item-detail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner,
.cent-mid-content {
    margin: auto;
    padding: 25px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a {
    color: #fff;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
    color: #1E8059;
}

.team-item-info {
    padding-top: 15px;
    text-align: center;
}

.team-item-info h5 {
    margin-bottom: 0px;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.skillbar-bar:before {
    background: #eee;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.skillbar-bar {
    height: 3px;
    width: 0px;
    background: #323232;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    display: inline-block;
}

.skillbar-title,
.skill-bar-percent {
    color: #323232;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.skill-bar-percent {
    float: right;
    display: inline-block;
}

.accordion-section {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.accordion-section:last-child {
    border-bottom: 1px solid #f1f1f1;
}

.accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: 0px;
    text-transform: capitalize;
}

.accordion-title.active {
    color: #1E8059;
}

.accordion-title:before {
    content: "\f105";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 18px;
    font-weight: 400;
}

.accordion-title.active:before {
    content: "\f107";
}

.accordion-content.defualt-hidden {
    display: none;
    margin: 0;
}

.accordion-content {
    padding: 0 20px 10px;
}

.counter {
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-table;
}

.features-box-left,
.features-box-right {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
}

.features-box-left {
    padding-left: 75px;
    text-align: left;
}

.features-box-right {
    padding-right: 75px;
    text-align: right;
}

.features-icon-left,
.features-icon-right {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
}

.features-icon-left {
    padding-right: 20px;
    left: 0;
}

.features-icon-right {
    padding-left: 20px;
    right: 0;
}

.contact-box-left,
.contact-box-top {
    display: block;
    position: relative;
}

.contact-box-left {
    padding-left: 45px;
    text-align: left;
}

.contact-icon-left,
.contact-icon-top {
    font-size: 30px;
    position: absolute;
}

.contact-icon-top {
    text-align: center;
}

.contact-icon-left {
    left: 0;
}

.Pricing-box {
    border: 1px solid #f1f1f1;
    text-align: center;
}

.Pricing-box.highlight {
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.Pricing-box.highlight hr {
    border-color: #ddd;
}

.price-title h4,
.price-title h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.Pricing-box .price {
    font-size: 50px;
    font-weight: 700;
    position: relative;
}

.Pricing-box .price .price-sm {
    font-size: 14px;
    position: absolute;
}

.Pricing-box .price .price-lg {
    padding-left: 10px;
}

.Pricing-box .price-tenure {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    padding-top: 8px;
}

.Pricing-box .pricing-features {
    font-size: 13px;
    text-transform: uppercase;
}

.Pricing-box .pricing-features ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.Pricing-box .pricing-features ul li {
    padding: 6px;
}

.container-icon {
    font-size: 25px;
    margin-bottom: 15px;
    color: inherit;
}

.testimonial {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.quote-author {
    margin-top: 15px;
}

.quote-author span {
    font-weight: 400;
}

.client-logo {
    height: 80px;
    text-align: center;
}

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

.page-icon-top {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    width: 100%;
    color: #323232;
}

.white .page-icon-top,
.white .page-icon-left,
.white .features-icon-left,
.white .features-icon-right {
    color: #fff;
}

.table.table-border {
    border: 1px solid #eee;
}

.table tr td,
.table tr th {
    padding: 10px 15px;
    vertical-align: middle !important;
}

.table.table-fit tr td,
.table.table-fit tr th {
    padding: 10px 0px;
}

.table.table-border tr td,
.table.table-border tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table.checkout tr td {
    vertical-align: top !important;
    padding: 15px;
}

.table.checkout tr td:first-child,
.table.checkout tr th:first-child {
    max-width: 60px;
}

.table.checkout tr td:last-child,
.table.checkout tr th:last-child {
    text-align: center;
}

.table.checkout small {
    display: block;
}

.side-menu {
    background: #323232 !important;
    z-index: 2005 !important;
    color: #fff;
    padding: 30px;
    overflow-y: auto;
    position: relative;
}

.side-menu .menu-close {
    left: auto;
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 0;
    overflow: hidden;
}

.side-menu .menu-close:hover {
    color: #1E8059;
}

.side-menu a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.side-menu a:hover {
    color: #1E8059;
}

.side-menu ul {
    padding: 0;
}

.side-menu ul li {
    list-style: none;
    margin-bottom: 5px;
}

.side-menu>ul>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

.side-menu input[type="text"],
.side-menu input[type="email"],
.side-menu input[type="tel"],
.side-menu input[type="number"],
.side-menu input[type="password"],
.side-menu input[type="radio"],
.side-menu input[type="checkbox"],
.side-menu textarea,
.side-menu select {
    border: none;
}

.side-menu input[type="text"]:focus,
.side-menu input[type="email"]:focus,
.side-menu input[type="tel"]:focus,
.side-menu input[type="number"]:focus,
.side-menu input[type="radio"]:focus,
.side-menu input[type="checkbox"]:focus,
.side-menu input[type="password"]:focus,
.side-menu textarea:focus,
.side-menu select:focus {}

.side-menu .sign-in {
    padding-bottom: 30px;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 30px;
}

.side-menu .sign-in a {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}

.side-menu .sign-in a:hover {
    color: #1E8059;
    text-decoration: underline;
}

.side-menu .logo {
    max-width: 120px;
    width: 100%;
}

.side-menu .social {
    list-style: none;
}

.side-menu .social li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.side-menu .social li a {
    font-size: 16px;
}

.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #1E8059;
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0.9 !important;
    visibility: hidden;
    z-index: 999999999;
    text-align: center;
}

.search-overlay-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.search-overlay-menu form {
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -60px auto 0;
    width: 60%;
    left: 20%;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.search-overlay-menu.open form {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.search-overlay-menu input[type="search"] {
    height: 100%;
    width: 100%;
    color: #fff;
    background: transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 25px;
    font-weight: 300;
    outline: none;
    padding: 10px;
}

.search-overlay-menu form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 13px;
    color: #fff;
}

.search-overlay-menu .search-overlay-close {
    position: absolute;
    top: 65px;
    right: 191px;
    opacity: 1;
    font-size: 40px;
    color: #fff;
}

.search-overlay-menu .search-overlay-close:hover {
    color: #ffff;
    cursor: pointer;
}

.inner-intro {
    background-color: #f7f7f7;
    height: 530px;
    display: block;
    position: relative;
}

.inner-intro.inner-intro-small {
    height: 380px;
}

.inner-intro .container {
    position: relative;
    height: 100%;
    display: table;
}

.inner-intro .container .title {
    padding-bottom: 65px;
    padding-top: 65px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.full-intro .inner-intro .container .title h2 {
    margin-top: 65px;
}

.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto;
}

.overlay-static-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    z-index: 2;
    background-color: rgba(32, 32, 32, 0.4);
    display: -webkit-flex;
    display: flex;
}

.overlay-dark,
.overlay-dark80,
.overlay-light,
.overlay-light80 {
    position: relative;
    z-index: 1;
}

.overlay-dark:before {
    background-color: rgba(32, 32, 32, 0.4);
}

.overlay-light:before {
    background-color: rgba(255, 255, 255, 0.4);
}

.overlay-light80:before {
    background-color: rgba(255, 255, 255, 0.8);
}

.full-screen-intro {
    overflow: hidden;
    position: relative;
}

.content-cap-wraper {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.full-cap-wraper {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content-wd650 {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cont-h-100per {
    height: 100%;
}

.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-img1,
.bg-img2,
.bg-img3,
.bg-img4,
.bg-img5,
.bg-img6,
.bg-img7,
.bg-img8,
.bg-img9,
.bg-img10,
.bg-img11,
.bg-img12,
.bg-img13,
.bg-img14,
.bg-img15,
.bg-img16,
.bg-img17,
.bg-img18,
.bg-img19,
.bg-img20,
.bg-img21,
.bg-img22,
.bg-img23,
.bg-img24,
.bg-img25,
.bg-img26,
.bg-img27,
.bg-img28,
.bg-img29,
.bg-img30 {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img1 {
    background-image: url("../img/full/01.html");
}

.bg-img2 {
    background-image: url("../img/full/02.html");
}

.bg-img3 {
    background-image: url("../img/full/03.html");
}

.bg-img4 {
    background-image: url("../img/full/04.html");
}

.bg-img5 {
    background-image: url("../img/full/05.html");
}

.bg-img6 {
    background-image: url("../img/full/06.html");
}

.bg-img7 {
    background-image: url("../img/full/07.html");
}

.bg-img8 {
    background-image: url("../img/full/08.html");
}

.bg-img9 {
    background-image: url("../img/full/09.html");
}

.bg-img10 {
    background-image: url("../img/full/10.html");
}

.bg-img11 {
    background-image: url("../img/full/11.html");
}

.bg-img12 {
    background-image: url("../img/full/12.html");
}

.bg-img13 {
    background-image: url("../img/full/13.html");
}

.bg-img14 {
    background-image: url("../img/full/14.html");
}

.bg-img15 {
    background-image: url("../img/full/15.html");
}

.bg-img16 {
    background-image: url("../img/full/16.html");
}

.bg-img17 {
    background-image: url("../img/full/17.html");
}

.bg-img18 {
    background-image: url("../img/full/18.html");
}

.bg-img19 {
    background-image: url("../img/new12.html");
}

.bg-img20 {
    background-image: url("../img/full/20.html");
}

.bg-img21 {
    background-image: url("../img/full/21.html");
}

.bg-img22 {
    background-image: url("../img/full/22.html");
}

.bg-img23 {
    background-image: url("../img/full/23.html");
}

.bg-img24 {
    background-image: url("../img/full/24.html");
}

.bg-img25 {
    background-image: url("../img/full/25.html");
}

.bg-img26 {
    background-image: url("../img/full/26.html");
}

.bg-img27 {
    background-image: url("../img/full/27.html");
}

.bg-img28 {
    background-image: url("../img/full/28.html");
}

.bg-img29 {
    background-image: url("../img/full/29.html");
}

.bg-img30 {
    background-image: url("../img/full/30.html");
}

.border-b-box {
    padding: 25px;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%;
}

.border-box {
    border: 1px solid #f1f1f1;
    padding: 25px;
    display: block;
    min-height: 400px;
    margin-bottom: 10px;
}

.b-lrb-none .ui-tab-content,
.b-lrb-none {
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
}

.content-slider,
.o-flow-hidden {
    overflow: hidden;
}

.map,
.map2 {
    width: 100%;
    height: 450px;
}

#map #map2 {
    height: 100%;
}

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px;
}

.container.nf-container2 {}

.nf-row1 {
    margin-left: -15px;
    margin-right: -15px;
}

.nf-col-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.nf-row2 {}

.nf-row1:before,
.nf-row1:after,
.nf-row2:before,
.nf-row2:after {
    display: table;
    content: " ";
}

.nf-row1:after,
.nf-row2:after {
    clear: both;
}

.nf-row1 .nf-item.spacing,
.nf-row1 .grid-sizer.spacing {
    padding: 15px;
}

.nf-row2 .nf-item.spacing,
.nf-item.spacing,
.nf-row2 .grid-sizer.spacing,
.spacing-box {
    padding: 25px;
}

.spacing-grid {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nf-col-1 .nf-item,
.nf-col-1 .grid-sizer {
    width: 100%;
    min-height: 1px;
}

.nf-col-2 .nf-item,
.nf-col-2 .grid-sizer {
    width: 50%;
    min-height: 1px;
}

.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
    width: 33.3333%;
    min-height: 1px;
}

.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
    width: 25%;
    min-height: 1px;
}

.nf-col-5 .nf-item,
.nf-col-5 .grid-sizer {
    width: 20%;
    min-height: 1px;
}

.nf-col-6 .nf-item,
.nf-col-6 .grid-sizer {
    width: 16.6666%;
    min-height: 1px;
}

.nf-col-1 .nf-item.w1,
.nf-col-2 .nf-item.w1,
.nf-col-3 .nf-item.w1,
.nf-col-4 .nf-item.w1 {
    width: 100%;
}

.nf-col-1 .nf-item.w2,
.nf-col-2 .nf-item.w2,
.nf-col-3 .nf-item.w2,
.nf-col-4 .nf-item.w2 {
    width: 50%;
}

.nf-col-1 .nf-item.w3,
.nf-col-2 .nf-item.w3,
.nf-col-3 .nf-item.w3,
.nf-col-4 .nf-item.w3 {
    width: 33.3333%;
}

.nf-col-1 .nf-item.w4,
.nf-col-2 .nf-item.w4,
.nf-col-3 .nf-item.w4,
.nf-col-4 .nf-item.w4 {
    width: 25%;
}

.nf-col-1 .nf-item.w4-2,
.nf-col-2 .nf-item.w4-2,
.nf-col-3 .nf-item.w4-2,
.nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2,
.nf-col-2 .nf-item.w3-2,
.nf-col-3 .nf-item.w3-2,
.nf-col-4 .nf-item.w3-2 {
    width: 50%;
}

.nf-col-1 .nf-item.w4-1,
.nf-col-2 .nf-item.w4-1,
.nf-col-3 .nf-item.w4-1,
.nf-col-4 .nf-item.w4-1 {
    width: 75%;
}

.nf-col-1 .nf-item.w3-1,
.nf-col-2 .nf-item.w3-1,
.nf-col-3 .nf-item.w3-1,
.nf-col-4 .nf-item.w3-1 {
    width: 66.6666%;
}

.sidebar-widget {
    margin-bottom: 50px;
}

.sidebar-widget h4 {
    margin: 0px;
    padding-top: 0;
    padding-bottom: 15px;
}

.widget-search {
    position: relative;
}

.widget-search input[type="text"] {
    padding-right: 30px;
}

.widget-search input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "FontAwesome", sans-serif;
    margin: 0;
    outline: 0 none;
    white-space: nowrap;
    padding: 0 3px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    position: absolute;
    top: 10px;
    right: 10px;
}

.widget-search input[type="submit"]:hover {
    color: #1E8059;
}

.sidebar-widget hr {
    margin-bottom: 15px;
}

.sidebar-widget ul {
    margin: 0px;
    padding: 0px;
}

.sidebar-widget ul li {
    list-style: none;
    font-weight: 400;
}

.sidebar-widget ul li a {
    display: inline-block;
    padding: 5px 0px;
    font-size: 16px;
    color: #323232;
    text-transform: capitalize;
}

.sidebar-widget ul li a:hover {
    color: #1E8059;
}

.widget-tag {
    display: inline-table;
    margin-top: 15px;
}

.widget-tag li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.widget-tag li a {
    padding: 4px 10px !important;
    display: block;
    border: 1px solid #eee;
}

.widget-tag li a:hover {
    background: #323232;
    color: #fff !important;
}

.sidebar-widget .widget-post {
    position: relative;
}

.sidebar-widget .widget-post .widget-post-media {
    width: 70px;
    display: table-cell;
    padding: 0px 15px 0px 0px;
}

.sidebar-widget .widget-post li {
    margin-bottom: 20px;
}

.sidebar-widget .widget-post a {
    padding: 0px;
}

.sidebar-widget .widget-post .widget-post-media img,
.sidebar-widget .widget-post .widget-post-media video {
    width: 100%;
    vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info {
    display: table-cell;
    vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info h5,
.sidebar-widget .widget-post .widget-post-info h6 {
    margin-bottom: 5px;
}

.sidebar-widget .widget-post .widget-post-info p {
    margin: 0px;
}

.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}

.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}

.pagination-nav ul li a {
    display: block;
    background-color: #f7f7f7;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}

.pagination-nav ul li.active a {
    background: #323232;
    color: #fff;
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter li a {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.container-filter li a.active {
    color: #1E8059;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}

.item-box:hover .item-mask .item-caption {
    bottom: 30px;
    opacity: 1;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.item-mask h5,
.item-mask h6,
.item-mask p {
    margin-bottom: 0px;
}

.item-mask p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
}

.item-mask .item-caption {
    position: absolute;
    bottom: -60px;
    left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

.project-detail-block p {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

ul.project-detail-block,
.project-detail-block ul {
    padding-left: 0;
}

.project-detail-block li {
    list-style: none;
}

.project-detail-block p strong {
    display: inline-block;
    width: 110px;
}

.item-nav {
    text-align: center;
    display: block;
    overflow: hidden;
}

.item-nav .item-prev,
.item-nav .item-next,
.item-nav .item-all-view {
    position: relative;
    display: inline-block;
}

.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.item-nav .item-all-view h5:hover,
.item-nav .item-all-view h6:hover {
    color: #1E8059;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn {
    color: #323232;
    background: #fff;
    width: 51px;
}

.item-nav .item-prev:hover .prev-btn,
.item-nav .item-next:hover .next-btn {
    background: #f7f7f7;
}

.item-nav .item-prev {
    text-align: left;
    float: left;
}

.item-nav .item-next {
    text-align: right;
    float: right;
}

.item-nav .item-prev .item-prev-text,
.item-nav .item-next .item-next-text {
    position: absolute;
    line-height: 51px;
    top: 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 150px;
}

.item-nav .item-prev:hover .item-prev-text,
.item-nav .item-next:hover .item-next-text {
    margin-left: 0;
    margin-right: 0;
    visibility: visible;
    opacity: 1;
}

.item-nav .item-prev .item-prev-text {
    left: 100%;
    margin-left: -110px;
    padding-left: 15px;
}

.item-nav .item-next .item-next-text {
    right: 100%;
    margin-right: -110px;
    padding-right: 15px;
}

.item-nav .item-prev .item-prev-text p,
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text p,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6,
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    padding-top: 8px;
}

.blog-post {
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 8, 9, 0.05);
    transition: 0.3s;
}

.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.blog-post .post-media iframe {
    width: 100%;
}

.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}

.blog-post .post-meta span,
.comment-list .post-meta span {
    margin-right: 3px;
}

.blog-post .post-header h5,
.blog-post .post-header h4,
.blog-post .post-header h3 {
    margin-top: 15px;
    margin-bottom: 25px;
}

.blog-post .post-header h2 {
    margin-bottom: 30px;
}

.blog-post .post-entry {
    margin-bottom: 10px;
}

.blog-post .post-entry p,
.blog-post .post-entry blockquote,
.post-entry ul {
    margin-bottom: 20px;
}

.blog-post .post-entry ul {
    color: #888;
}

.blog-post .post-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}

.blog-post .post-tag span {
    margin-right: 10px;
}

.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-post .post-more-link a i {
    margin-left: 5px;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}

.blog-post .post-more-link a:hover i {
    margin-left: 10px;
}

.blog-post blockquote {
    border-left: none;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px;
    color: #888;
    font-weight: 300;
}

.blog-post blockquote:after {
    content: "Ã¯â€žÅ½";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 12px;
}

.blog-post blockquote:before {
    content: "Ã¯â€žÂ";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px;
}

.blog-post-hr hr {
    margin-bottom: 45px;
}

.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

.post-author img {
    width: 80px;
}

.post-author .post-author-details {
    margin-left: 20px;
}

.post-author h6 {
    margin-top: 0px;
}

.post-author ul.social {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.post-author ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.post-comment {}

.post-comment .comment-numb {
    font-weight: 300;
}

.post-comment .comment-list {
    margin-left: 0px;
    padding-right: 0px;
    list-style: none;
    padding: 0px;
}

.post-comment .comment-list h6 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.post-comment .comment-list li:first-child {
    padding-top: 0px;
}

.post-comment .comment-list li {
    padding-top: 15px;
}

.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 0px none;
}

.post-comment .comment-list li,
.post-comment .comment-list .comment-reply {
    position: relative;
    padding-left: 65px;
}

.post-comment .comment-list .comment-detail {
    border-bottom: 1px dotted #eee;
    padding-bottom: 15px;
}

.post-comment .comment-list .comment-reply {
    padding-top: 20px;
}

.post-comment .comment-list .comment-reply-btn i {
    padding-right: 3px;
}

.post-comment .comment-avatar {
    left: 0;
    margin-right: 15px;
    position: absolute;
    width: 50px;
}

.post-comment .comment-avatar img {
    width: 100%;
}

.post-comment-star .star-rat {
    display: inline-block;
}

.post-comment-star label {
    margin-right: 6px;
}

.shop-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.shop-item .item-mask .item-mask-detail {
    display: flex;
    display: -webkit-flex;
    height: 100%;
    width: 100%;
}

.shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
    margin: auto auto;
}

.item-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.shop-item-info {
    margin-top: 20px;
    text-align: center;
}

.shop-item-info a:hover,
.shop-item-info a:hover h5,
.shop-item-info a:hover h6,
.shop-item-name:hover {
    color: #1E8059;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.shop-item-info .shop-item-name {
    margin-bottom: 5px;
}

.shop-item-info .shop-item-price {
    font-size: 15px;
    color: #888;
}

.shop-item-info .shop-item-price del,
.shop-detail-info del,
.sidebar-widget del {
    margin-right: 10px;
    color: #bbb;
    font-weight: 400;
}

.shop-filter {
    display: inline-table;
    width: 100%;
}

.shop-detail-item {
    position: relative;
}

.shop-detail-info h4 {
    line-height: 26px;
}

.shop-detail-info .shop-item-price {
    font-size: 20px;
    color: #1E8059;
    font-weight: 600;
}

.shop-Cart-totalbox {
    max-width: 450px;
}

.shop-Cart-totalprice {
    font-size: 18px;
}

.parallax {
    position: relative;
}

.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fullscreen-carousel {
    overflow: hidden;
    position: relative;
}

.fullscreen-carousel .slides li {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.fullscreen-carousel .overlay-hero {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
}

.fullscreen-carousel .overlay-hero .caption-hero {
    display: inline-table;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px;
}

.caption-hero h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fullwidth-slider {
    position: relative;
    overflow: hidden;
}

.fullwidth-slider .item {
    height: auto;
    position: relative;
    width: 100%;
}

.fullscreen-carousel .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    background: #fff;
    color: #252525;
    width: 51px;
    height: 51px;
    text-align: center;
    font-family: 'FontAwesome';
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    font-size: 21px;
    line-height: 51px;
}

.fullscreen-carousel .flex-direction-nav a:hover {
    color: #1E8059;
}

.flexslider.fullscreen-carousel:hover .flex-prev {
    left: 0px;
    opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-prev {
    left: -51px;
    background-position: center left;
}

.fullscreen-carousel .flex-direction-nav .flex-prev:before {
    content: "Ã¯â€žâ€ž";
    display: inline-block;
}

.flexslider.fullscreen-carousel:hover .flex-next {
    right: 0px;
    opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-next {
    right: -51px;
    background-position: center right;
}

.fullscreen-carousel .flex-direction-nav .flex-next:before {
    content: "Ã¯â€žâ€¦";
    display: inline-block;
}

.owl-buttons {
    position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}

.nf-carousel-theme {}

.nf-carousel-theme .owl-controls .owl-pagination {
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    margin-top: -15px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    background: rgba(245, 245, 245, 0.8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
}

.content-carousel .owl-controls .owl-buttons .owl-prev:hover,
.content-carousel .owl-controls .owl-buttons .owl-next:hover,
.image-slider .owl-controls .owl-buttons .owl-prev:hover,
.image-slider .owl-controls .owl-buttons .owl-next:hover,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
.fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
    color: #1E8059;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}

.content-carousel:hover .owl-controls .owl-buttons .owl-prev,
.content-carousel:hover .owl-controls .owl-buttons .owl-next,
.image-slider:hover .owl-controls .owl-buttons .owl-prev,
.image-slider:hover .owl-controls .owl-buttons .owl-next,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}

.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    display: block;
}

#preloader .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    text-align: center;
}

#preloader .loader .loader-img {
    background: url("../img/loading.html");
    width: 60px;
    height: 60px;
    display: block;
}

.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
}

.intro-scroll-down .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
}

.intro-scroll-down .mouse .mouse-dot {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.background--light .intro-scroll-down .mouse {
    border: 2px solid #323232;
}

.background--light .intro-scroll-down .mouse .mouse-dot {
    background: #323232;
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    background: #323232;
    background: #555;
    color: #fff;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.scroll-top:hover {
    background: #1E8059;
    text-decoration: none;
    color: #fff;
}

.header-top {
    padding: 5px;
    position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: #f1efe2;
    background-repeat: repeat;
}

.logo {
    float: left;
    text-align: left;
    display: inline-block;
    padding-top: 25px;
}

.nav-menu ul.nav-menu-inner {
    padding-top: 20px;
    padding: 0;
    list-style: none;
}

.header.header-fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    box-shadow: 0px 0px 10px rgba(44, 43, 43, 0.68);
}

.at-header .at-btn {
    padding: 10px 25px;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
    color: #fff;
    background-color: #1E8059;
    margin: 0px 0px 0px 30px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    top: 55px;
    left: 10px;
}

.at-search {
    max-width: 400px;
    background-color: transparent;
    border: 1px solid #1E8059;
    height: 35px !important;
    border-bottom-right-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #1E8059;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #020000;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 25px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background-color: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #1E8059;
    color: #323232;
}

.nav-menu {
    margin-top: 15px;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: -55px;
    top: 6px;
    color: #F3E4E4;
    cursor: pointer;
    width: 0;
}

.special-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -30px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 280px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.abt {
    font-family: 'Poppins', sans-serif;
}

.hambuger-at {
    background-color: #00A644!important;
    border-radius: 33px!important;
    padding: 8px!important;
    padding-left: 10px!important;
}

.at-main li {
    display: inline-block;
    border-right: dashed 2px #eee;
    padding: 10px;
    margin: 0px 20px;
}

.at-main {
    text-align: center;
    margin: 0px auto;
}

.at-main li h3 {
    font-size: 18px;
    font-family: 'pari';
    text-transform: capitalize;
    text-align: left;
    line-height: 16px;
    font-weight: 100;
}

.at-main li span {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.at-main-index {
    padding: 0px 10px;
    position: relative;
    top: -180px;
    background-color: #fff;
    opacity: 0.8;
}

.at-main img {
    max-width: 50px;
    text-align: center;
    margin: 0px auto;
}

.cntr {
    margin: 0px auto;
    display: block;
}

.ptb-video {
    padding-top: 100px;
    padding-bottom: 157px;
}

.btn-white-at {
    color: #FFF;
    background: transparent;
    border: 1px solid #F8F1F1;
    border-radius: 33px;
    padding: 15px 40px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.btn-white-at:hover {
    color: #FFF;
    background: transparent;
    border: 1px solid #F8F1F1;
    border-radius: 0px;
    padding: 15px 40px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.my-i {
    top: 2px;
    position: relative;
}

.position-hlk {
    position: relative;
    top: 200px;
    left: -170px;
}

.position-sk {
    position: relative;
    top: 200px;
    left: -170px;
}

.position-hr {
    position: relative;
    top: 200px;
    right: -100px;
}

.skin-care {
    padding: 140px 0px 0px 0px;
    min-height: 500px;
    position: relative;
    top: -150px;
}

.hair-care {
    padding: 100px 0px 0px 0px;
    min-height: 500px;
    position: relative;
    background-color: #F6F6F6;
    top: -150px;
}

.health-care {
    padding: 100px 0px 0px 0px;
    min-height: 500px;
    position: relative;
    top: -150px;
}

.personal-care {
    padding: 100px 0px 0px 0px;
    min-height: 500px;
    position: relative;
    background-color: #F6F6F6;
    top: -70px;
}

.haircare-pos {
    position: relative;
    left: -36px;
    top: 0px;
}

.health-care-pos {
    position: relative;
    left: -36px;
    top: 10px;
}

.haircare-pov-pos {
    position: relative;
    left: 25px;
    float: right;
    top: 150px;
}

.lft-margin {
    margin-left: -25px!important;
}

.csr-block {
    background-color: #F6F6F6 !important;
    min-height: 415px;
    margin: 0px 0px 0px 0px;
}

.csr-2 {
    margin: 0px 0px 0px 0px;
}

.padd-top {
    margin-top: 100px;
}

.csr-block li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    margin: 0px;
    float: left;
}

.add-m-top-10 {
    margin-top: 10px;
}

.social-icons li {
    text-decoration: none;
    list-style: none;
    display: inline-block!important;
    color: #fff!important;
    margin: 0px 2px;
}

.my-i2 {
    top: 3px;
    position: relative;
}

.blog-box {
    width: 100%;
    border-radius: 33px;
}

.at-blog {
    position: relative;
    top: -100px;
    z-index: 1;
    color: #1E8059;
    margin-top: 110px;
    margin-bottom: 20px;
}

.at-blog i {
    top: 3px;
    position: relative;
    left: 0px;
    font-size: 25px;
    color: #1E8059;
}

.at-blog img {
    background-color: black;
    width: 100%;
    border-radius: 0px;
}

.at-blog-list {
    z-index: 1;
    color: #1E8059;
}

.at-blog-list h4 {
    color: #000 !important;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 30px;
    min-height: 50px;
    max-height: 60px;
    font-family: 'Poppins', sans-serif;
}

.at-blog-list h4:hover {
    color: #1E8059 !important;
}

.at-blog-list i {
    top: 3px;
    position: relative;
    left: -10px;
    font-size: 30px;
    color: #fff;
}

.at-blog-list img {
    background-color: black;
    width: 100%;
    min-height: 300px;
    border-radius: 33px;
}

.btn-cat-at2 {
    color: #000;
    background: transparent;
    border: 1px solid #463217;
    border-radius: 0px;
    padding: 10px 15px;
}

.btn-cat-at2:hover {
    color: #fff;
    background: #00793A;
    border: 1px solid #00793A;
    border-radius: 33px;
}

.btn-cat-at2 i {
    font-size: 16px;
    top: 2px;
}

.social-icons li i {
    color: #000 !important;
    font-size: 22px;
}

.footer-block {
    background-image: url('../img/foot-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 400px;
    padding: 50px 50px;
    background-color: #252525;
    margin: 75px 0px;
}

.footer-block h4 {
    color: #1E8059;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.footer-block ul {
    padding-left: 0px;
}

.footer-block li,
.footer-block p {
    color: #fff
}

.footer-block p {
    margin-top: 15px;
    font-size: 14px;
}

.footer-block li {
    color: #fff;
    text-decoration: none;
    list-style: none;
    display: block;
}

.big-footer {
    min-height: 700px;
    padding: 100px 0px 0px 0px;
    background-color: #313237;
}

.big-footer-cat {
    padding: 20px 0px 0px 0px;
    background: radial-gradient(ellipse at 60% 50%, #f6f4e5 12%, #dbd8c9 100%);
    position: relative;
}

.footer-block-category {
    background-image: url('../img/foot-bg.png');
    background-repeat: no-repeat;
    background-position: left 101%;
    min-height: 350px;
    padding: 50px 50px;
    background-color: #fff;
    margin: 9px 0px;
    position: relative;
    /*top: -100px;*/
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.at-category .tab-content {
    margin: 50px 0px 140px 0px;
}

.footer-block-category h4 {
    color: #00793A;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.footer-block-category ul {
    padding-left: 0px;
}

.footer-block-category li,
.footer-block-category p {
    color: #000;
}

.footer-block-category p {
    margin-top: 15px;
    font-size: 14px;
}

.footer-block-category li {
    color: #fff;
    text-decoration: none;
    list-style: none;
    display: block;
}

.cust-nbr {
    font-size: 20px !important;
    color: #000 !important;
}

.alovera-pos {
    position: relative;
    left: -25px;
    bottom: -80px;
}

.alovera-pos2 {
    position: relative;
    left: -25px;
    bottom: -170px;
}

.skincare-pos {
    position: relative;
    bottom: -86px;
    left: 25px;
}

.skincare-pos1 {
    position: relative;
    bottom: -5px;
    left: 25px;
}

#at-featured img {
    margin: 0px auto;
    display: block;
}

.product-name {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

.cut-price {
    text-decoration: line-through;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#at-featured ul {
    padding-left: 0px;
    margin: 0px auto;
    display: block;
    text-align: center;
}

.sized {
    max-width: 568px;
}

.offer-price {
    color: #1CAE58;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.at-price b {
    font-size: 16px;
    font-family: 'nexa-light';
}

.at-offers {
    margin: 0px auto;
    text-align: center;
    padding-left: 0px;
}

.center-button {
    margin: 0px auto!important;
    display: block!important;
}

.center-button-cat {
    margin: 20px auto 20px auto !important;
    display: block !important;
    text-align: center;
    max-width: 160px;
}

.added-margin {
    margin: 30px 0px 0px 0px;
}

.at-offers li {
    list-style: none;
    display: inline-block;
}

.padd-top {
    margin-top: 100px;
    position: relative;
    left: -60px;
}

.featured-product {
    padding: 30px 0px 125px 0px;
    background-color: #F9F9F9;
}

.add-m-top-150 {
    margin-top: 150px !important;
}

.csr {
    position: static;
    top: -210px;
}

.btn-cat-at3:hover {
    color: #fff;
    background: #1E8059;
    border: 1px solid #FFF;
    border-radius: 0px;
    padding: 10px 25px;
}

.btn-cat-at3 {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 25px;
}

.runng-ltr {
    font-family: 'pari';
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 100;
}

.head h3 {
    font-size: 35px;
    padding-top: 80px;
}

.head2 h3 {
    font-size: 50px;
}

hr.sml-wdt {
    width: 30%;
    color: #000;
}

#at-featured .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.head2 {
    position: relative;
    top: 80px;
    padding: 10px;
    margin: 20px 0px;
}

.head {
    position: relative;
    top: 20px;
    padding: 10px;
    margin: 100px 0px;
}

.at-listing i.fa-heart-o {
    top: 5px;
    left: 220px;
    position: absolute;
    cursor: pointer;
}

.changer {
    background-color: transparent!important;
    position: fixed;
    top: 2px;
    z-index: 999999;
    width: 100%;
    color: #000;
    border-bottom: dashed 1px rgb(37, 158, 35);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.header-top p {
    color: #fff;
    padding-top: 5px;
    position: relative;
    top: 5px;
}

.changer p {
    color: #fff !important;
}

.csr-2 [class*=" imghvr-"] figcaption,
.csr-2 [class^="imghvr-"] figcaption {
    background-color: #00A644!important;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.inner-cover-pro {
    background-color: #fff;
    min-height: 681px;
}

#product-1 img {
    margin: 0px auto;
}

.at-problems img {
    margin: 0px auto 50px auto;
    box-shadow: 0px 0px 10px rgba(44, 43, 43, 0.45);
}

.space {
    margin: 0px 0px;
}

.at-blog-list img {
    background-color: black;
    width: 100%;
    min-height: 300px;
    border-radius: 0px;
}

.at-added {
    position: relative;
    left: 100px;
    top: 25px;
    color: #fff;
}

.at-added a,
.at-added i {
    color: #1E8059;
    cursor: pointer;
    position: relative;
    top: -18px;
    left: 11px;
    font-size: 19px;
}

.at-content-upper {
    margin-top: 240px;
    margin-bottom: 70px;
    z-index: 99999;
    left: 0px;
}

.at-content-upper h1 {
    font-size: 70px;
    letter-spacing: 2px;
    line-height: 20px;
    font-family: 'nexa-bold';
    color: #1E8059;
}

.green {
    color: #00A644!important;
}

.black {
    color: #fff !important;
}

.at-content-upper h2 {
    font-size: 40px;
    font-family: 'lato' !important;
    font-weight: 100;
    line-height: 44px;
}

.at-pro-list {
    padding: 15px 0px;
}

.at-pro-list li {
    list-style: none;
    display: block;
    font-size: 15px;
}

.btn-pro {
    padding: 14px 45px;
    border-radius: 33px;
    color: #000;
    padding-bottom: 18px;
    background-color: #fff;
}

.btn-pro:hover {
    background-color: transparent;
    color: #000;
    border: solid 1px #000;
}

.btn-pro-2:hover {
    padding: 14px 45px;
    border-radius: 33px;
    color: #fff;
    padding-bottom: 18px;
    background-color: #1E8059;
}

.btn-pro-2 {
    padding: 14px 45px;
    border-radius: 33px;
    color: #1E8059;
    padding-bottom: 18px;
    border: solid 1px #1E8059;
}

.margin-lft-20 {
    margin-left: 20px;
}

.long-banner {
    min-height: 681px;
    padding-bottom: 50px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(209, 209, 209, 1) 81%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(209, 209, 209, 1) 81%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(209, 209, 209, 1) 81%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=0);
}

.long-banner img {
    display: inline-block;
}

.cus-1 {
    position: relative;
    top: 162px;
    left: 44px;
}

.cus-2 {
    position: relative;
    top: -3px;
    left: -200px;
}

.cus-3 {
    position: absolute;
    top: 230px;
    left: -469px;
}

.cus-4 {
    position: relative;
    top: -460px;
    left: 0px;
}

.pro-feat .tab-content {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.pro-feat .tab-content.is-animating {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
}

.pro-feat .content-pane {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.pro-feat .content-pane.is-active {
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.pro-feat .content-pane.is-exiting {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.pro-feat .content-pane.is-animating {
    -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 400ms ease-out, transform 400ms ease-out;
    transition: opacity 400ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out;
}

.tabs-at {
    position: relative;
    top: -350px;
    padding: 10px 190px;
}

.pro-feat .nav-tabs>li,
.pro-feat .nav-pills>li {
    float: none;
    display: inline-block;
}

.pro-feat .nav-tabs {
    text-align: center;
}

.pro-feat .nav-tabs>li.active>a,
.pro-feat .nav-tabs>li.active>a:hover,
.pro-feat .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border-bottom: 1px solid #000 !important;
    border: transparent;
}

.pro-feat .nav-tabs {
    border-bottom: 1px solid transparent;
}

.tabs-at li {
    padding: 0px 9px;
}

.choose-us li {
    list-style: none;
    text-decoration: none;
    display: block;
}

.choose-us h5 {
    text-transform: capitalize;
}

.choose-us {
    padding-left: 0px;
}

#at-featured-2 img {
    margin: 0px auto;
    display: block;
}

#at-featured-2 ul {
    padding-left: 0px;
    margin: 0px auto;
    display: block;
    text-align: center;
}

#at-featured-2 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

#at-featured-2 {
    padding: 30px 0px 10px 0px;
}

.btn-white-atw {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 10px;
}

.at-youtube {
    margin: 0px 0px;
    padding: 10px;
    background-color: #F9F9F9;
}

.inner-cover-career .title,
.inner-cover-contact .title,
.inner-cover-about .title,
.inner-cover-faq .title,
.inner-cover-store-locator .title,
.inner-cover-media .title,
.inner-cover-tag .title,
.inner-cover-sustainability .title,
.inner-cover-infinity .title,
.inner-cover-cat .title {
    padding: 350px 20px 0px 20px;
}

.inner-cover-career h2,
.inner-cover-contact h2,
.inner-cover-about h2,
.inner-cover-faq h2,
.inner-cover-store-locator h2,
.inner-cover-media h2,
.inner-cover-tag h2,
.inner-cover-sustainability h2,
.inner-cover-infinity h2,
.inner-cover-cat .title {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    letter-spacing: 2px!important;
}

.inner-cover-career {
    background-image: url('../img/inner-cat.html');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
}

.inner-cover-contact {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 110px;
}

.inner-cover-infinity {
    background-image: url('../img/inner-cat.html');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
}

.inner-cover-about {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 182px;
}

.inner-cover-store-locator {
    background-image: url('../img/inner-cat.html');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
}

.inner-cover-faq {
    background-image: url('../img/inner-cat.html');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
}

.inner-cover-tag {
    background-image: url('../img/inner-cat.html');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
}

.inner-cover-sustainability {
    background-image: url('../img/inner-cat.html');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
}

.inner-cover-media {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 132px;
}

.inner-cover-cat {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 130px;
}

.at-banner img {
    margin-top: 20px;
}

.inner-cover-cat-facility {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 180px;
}

.post-header h5 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}

.ptb-20 {
    padding: 30px 0px;
}

.at-tag img {
    margin: 0px auto;
}

.tag-product {
    margin-bottom: 50px;
    display: block;
}

.at-stores li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    border-right: 1px dashed #000;
    margin: 20px 0px;
    width: 32.33%;
}

.at-stores li:nth-child(3) {
    border-right: 0px dashed #000;
}

.at-stores {
    padding-left: 0px;
}

.box {
    padding: 30px 30px;
    margin: 0px 0px;
}

.box p {
    min-height: 100px;
}

.at-mymap {
    padding: 10px;
}

@media(max-width:980px) {
    .at-stores li {
        display: inline-block;
        list-style: none;
        text-decoration: none;
        border-right: 1px dashed transparent;
        margin: 20px 0px;
        width: auto;
    }
}

.page-breadcrumb {
    background: rgba(255, 255, 255, 0);
    padding: 0px 0px;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.page-breadcrumb a,
.page-breadcrumb span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    opacity: 0.9;
}

.page-breadcrumb span {
    color: #FFF;
}

.sidebar-widget li.active {
    background-color: transparent;
    padding: 0px 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.at-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.at-card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 20px;
}

.head-title {
    margin-top: 5px;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.head-title h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    padding-top: 0px;
    text-align: center;
}

.head-title hr {
    width: 45px;
    margin: 0px auto;
    border-top: 1px solid #849505;
}

.upper {
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 5px;
}

.at-stores {
    margin-top: 10px;
    margin-bottom: 110px;
}

.about-main .nav-tabs {
    border-bottom: 0px solid #ddd;
    margin-top: 40px;
}

.about-main .nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.about-main .nav-tabs>li.active>a,
.about-main .nav-tabs>li.active>a:hover,
.about-main .nav-tabs>li.active>a:focus {
    color: #02A645;
    cursor: default;
    background-color: #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ddd;
}

.about-main .tab-content>.active {
    display: block;
    visibility: visible;
    padding: 30px 0px;
}

.about-main .nav-tabs li a {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.about-main .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.about-main .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    padding: 0px 30px 0px 0px;
}

.space-30 {
    margin: 30px 0px;
}

.full-circle {
    width: 200px;
    height: 200px!important;
    margin: 0px auto;
}

.dummy-pos {
    position: relative;
    top: 90px;
}

.head-title2 hr {
    width: 45px;
    margin: 5px 0px 30px 0px;
    border-top: 1px solid #849505;
}

.head-title2 h2 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 0px;
    text-align: left;
}

.head-title2 h1 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 0px;
    text-align: left;
}

.blog-body {
    padding: 30px 10px;
}

.sidebar-widget li.active a {
    color: #00A644!important;
}

.border-box .tab-pane h5 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 600;
    margin-top: 5px;
}

.brdr-career {
    border-left: 1px solid #827d7d;
}

.form-field-wrapper .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #837e7e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #1E8059;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-field-wrapper select.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 25px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #837e7e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #1E8059;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.post-entry h5 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.min-hgt-200 {
    min-height: 200px;
}

.contact-us .social-icons li i {
    color: #00A644 !important;
    font-size: 22px;
}

.contact-us .social-icons ul {
    padding-left: 0px;
}

.wide-card {
    padding: 20px 10px 180px 0px;
    min-height: 100px;
    background-color: #323232;
    box-sizing: border-box;
    margin-top: 50px;
}

.posd {
    top: 0px;
    left: 0px;
}

.contact-us .wide-card .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #00A644!important;
    border: 1px solid #00A644!important;
    border-radius: 0px;
}

.contact-us .wide-card .input-group-addon i:hover {
    color: #fff;
}

.contact-us .wide-card .input-group-addon i {
    color: #fff;
}

.contact-us .wide-card i {
    color: #1E8059;
}

.contact-us .wide-card {
    color: #fff!important
}

.foo-1,
.foo-2,
.foo-3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.at-foo {
    background-color: #323232;
    padding: 50px 0px;
}

#map {
    width: 100%;
    height: 500px;
}

.ptb-contact {
    padding-top: 110px;
    padding-bottom: 60px;
}

.c-w {
    color: #fff!important;
}

.at-testimonial .c-w {
    color: #000!important;
}

.t-u {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.contact-us .wide-card p {
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #040000;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.contact-us .wide-card p a {
    color: #fff;
}

#testimonial {
    padding-top: 110px;
    padding-bottom: 170px;
}

.at-media {
    margin-bottom: 100px;
    margin-top: 50px;
}

.at-sustainability,
.at-faq,
.at-career {
    margin-bottom: 150px;
}

.tag-product img {
    margin: 0px auto;
}

.btn-cat-at-pro {
    color: #000;
    background: transparent;
    border: 1px solid #1E8059;
    border-radius: 33px;
    padding: 5px 15px 10px 5px;
    max-width: 170px;
    margin: 15px auto 15px auto !important;
    text-align: center;
}

.pro-product {
    background: rgba(255, 250, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 250, 255, 1) 0%, rgba(245, 237, 245, 1) 47%, rgba(245, 237, 245, 1) 71%, rgba(219, 216, 219, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 250, 255, 1)), color-stop(47%, rgba(245, 237, 245, 1)), color-stop(71%, rgba(245, 237, 245, 1)), color-stop(100%, rgba(219, 216, 219, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 250, 255, 1) 0%, rgba(245, 237, 245, 1) 47%, rgba(245, 237, 245, 1) 71%, rgba(219, 216, 219, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 250, 255, 1) 0%, rgba(245, 237, 245, 1) 47%, rgba(245, 237, 245, 1) 71%, rgba(219, 216, 219, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 250, 255, 1) 0%, rgba(245, 237, 245, 1) 47%, rgba(245, 237, 245, 1) 71%, rgba(219, 216, 219, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 250, 255, 1) 0%, rgba(245, 237, 245, 1) 47%, rgba(245, 237, 245, 1) 71%, rgba(219, 216, 219, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffaff', endColorstr='#dbd8db', GradientType=0);
    padding: 30px;
    margin-bottom: 50px;
}

.pro-product h4 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.pro-caption {
    margin: 10px 0px 40px 0px;
}

.pro-caption h4 {
    color: #00A645;
    font-size: 18px;
}

.pro-feature {
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.at-pro-feature {
    position: relative;
}

.postn {
    margin: 0px auto;
}

.at-playback-icon {
    position: absolute;
    top: 45%;
    left: 44%;
    z-index: 999;
}

.at-love i {
    color: #000;
}

.at-how-to-use h5 {
    text-align: left;
    font-size: 12px;
}

.fe-pos {
    position: absolute;
    left: -250px;
    bottom: -270px;
    max-width: 450px !important;
}

.bgs {
    background-image: url('../img/bg-feature.html');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.ats-tab a {
    font-size: 16px;
    font-weight: 600;
}

.at-content-upper h3 {
    font-size: 37px;
    letter-spacing: 4px;
    line-height: 40px;
}

.at-content-upper h1 {
    font-size: 37px;
    letter-spacing: 4px;
    line-height: 40px;
    font-family: 'poppins';
}

.black-weighted {
    color: #000 !important;
    font-weight: 800;
}

.ats-tab .nav>li {
    position: relative;
    display: inline-block;
}

.ats-tab .nav>li.active {
    color: #00A643;
    border-bottom: 5px solid #000;
    background-color: transparent;
}

.ats-tab .nav>li.active a:hover,
.ats-tab .nav>li a:hover,
.ats-tab .nav>li:hover {
    background-color: transparent;
}

.at-how-to-use span {
    font-size: 14px;
}

.at-incre li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px 0px;
    text-align: center;
}

.at-incre {
    margin-top: 25px;
    padding-left: 0px;
}

.at-incre-cert img {
    margin: 0px auto;
}

.at-incre-cert li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
}

.at-incre-cert {
    margin-top: 25px;
    padding-left: 0px;
}

.at-incre-cert img {
    margin: 0px auto;
}

.at-incre {
    padding-left: 0px;
}

.at-incre p {
    margin-top: 10px;
    background-color: transparent;
    padding: 5px 0px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.at-incre2 {
    margin-top: 25px;
    padding-left: 0px;
    border-bottom: 1px dashed #D4C8C8;
    padding-bottom: 20px;
}

.at-incre2 li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
}

.at-incre2 p {
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 10px;
}

.featured-product .head-title2 hr {
    width: 45px!important;
    margin: 5px 0px 30px 0px!important;
    border-top: 1px solid #02A645!important;
}

.featured-product .head-title2 h2 {
    margin-top: 30px!important;
    margin-bottom: 0px!important;
    font-weight: 700!important;
    font-size: 24px!important;
    text-transform: uppercase!important;
    padding-top: 0px!important;
}

.ats-tab {
    margin-top: 0px;
    background-color: #1E8059;
    z-index: 99;
}

.ats-tab .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #1E8059;
    position: relative;
    top: 0px;
    box-shadow: none;
    width: 100%;
}

.ats-tab .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-weight: 100;
}

.ats-tab .nav>li>a:hover,
.ats-tab .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent!important;
}

.pro-feat-choose-us {
    padding: 30px 0px;
    background-color: #F9F9F9;
}

.f-big {
    font-size: 49px!important;
}

.featured-product .item {
    margin-bottom: 5px;
}

.at-incre img {
    margin: 0px auto!important;
}

.pro-caption h6 {
    text-align: center;
}

.pro-product img {
    margin: 0px auto;
}

.featured-product-home {
    margin-bottom: 50px;
    margin-top: 0px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 30px 0px;
}

.padd-top img {
    padding-bottom: 10px;
}

.head-title-3 {
    margin: 0px 0px 30px 0px;
}

.head-title-3 h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 0px;
    text-align: center;
}

.head-title-3 .upper {
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 8px;
    text-align: center;
}

.at-art {
    display: block;
    min-height: 300px;
    background-color: #EFEDED;
    overflow: hidden;
}

.at-art-hair {
    background-image: url('../img/hair-care.html'), url('../img/alovera.html');
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.at-art-skin {
    background-image: url('../img/skin-care.html'), url('../img/powder.html');
    background-position: right bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.at-art-health {
    background-image: url('../img/health-care.html'), url('../img/kizhi.html');
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.at-art-personal {
    background-image: url('../img/personal-care.html'), url('../img/honey.html');
    background-position: right bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.content {
    margin-bottom: 30px;
}

.content h3 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: -5px;
}

.content .sm-bold {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #1AAA64;
    font-weight: 800;
}

.content span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
}

.content p {
    font-size: 14px;
}

.content .lightr {
    font-family: 'nexa-light';
    font-size: 50px;
    text-transform: uppercase;
}

.sub-cat-1 {
    position: relative;
    max-width: 330px!important;
    right: 5px;
    overflow: hidden;
}

.sub-cat-1b {
    position: absolute;
    max-width: 200px!important;
    top: 2px;
    left: 374px;
}

.at-blog h5 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
    max-height: 50px;
    overflow: hidden;
    padding: 0px 10px;
    line-height: 22px;
}

[class*=" imghvr-"] a,
[class^="imghvr-"] a {
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.pods2 {
    position: relative!important;
    max-width: 230px;
}

.nav-desk {
    position: relative;
    top: 50px;
}

.turning-right {
    float: right;
    position: relative;
    right: -90px;
    top: -64px;
}

.header-inner .nav>li>a:hover,
.header-inner .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.center-button-cat-blog {
    margin: 0px 0px 20px 0px !important;
    display: block !important;
    text-align: center !important;
    float: left;
}

.nav-desk .sidebar-nav {
    padding: 9px 0;
}

.nav-desk .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.nav-desk .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.nav-desk .dropdown:hover .dropdown-menu {
    display: block;
}

.nav-desk .nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.nav-desk .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.nav-desk .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

p.abt a {
    color: green;
    position: relative;
    top: -1px;
    border-bottom: 0px dashed;
    padding: 0px;
    font-size: 14px;
}

.ico-1::before {
    content: url('../img/ico-1.html');
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
}

.ico-2::before {
    content: url('../img/ico-2.html');
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
}

.ico-1,
.ico-2 {
    padding-left: 10px;
}

.footer-block-category li a {
    color: #000;
}

.video-section .pattern-overlay {
    background-color: transparent;
    padding: 110px 0 32px;
    min-height: 496px;
}

.video-section h1,
.video-section h3 {
    text-align: center;
    color: #fff;
}

.video-section h1 {
    font-size: 110px;
    font-family: 'Buenard', serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px auto 0px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
}

.video-section h3 {
    font-size: 25px;
    font-weight: lighter;
    margin: 0px auto 15px;
}

.video-section .buttonBar {
    display: none;
}

.player {
    font-size: 1px;
}

.footer-block-category .footer-email {
    color: #000 !important;
}

.logo a img.logo-dark {
    width: 165px;
    position: absolute;
    top: 10px;
    left: -26px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.header-fixed .logo a img.logo-dark {
    width: 165px;
    position: absolute;
    top: 10px;
    left: -26px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.logo a img.logo-light {
    width: 165px;
    position: absolute;
    top: 10px;
    left: -26px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.sl-ft-text {
    text-transform: uppercase;
    font-size: 148px;
    font-family: 'lato';
    text-align: center !important;
    line-height: 50px;
    font-weight: 100;
    margin-top: 10px;
    position: relative;
    top: -193px;
    right: -180px;
}

.postr {
    position: relative;
    left: 100px;
    top: -105px;
}

.sl-ft span {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    text-align: left !important;
    font-weight: 800;
}

.sl-ft {
    text-transform: lowercase;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: left !important;
    line-height: 36px;
    font-weight: 100;
    margin-top: 10px;
}

.booking input[type="text"] {
    color: #000;
}

.booking input {
    border-radius: 33px;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #fff;
    height: 50px;
    margin: 10px 5px;
    text-align: center;
}

.booking button {
    border-radius: 33px;
    padding: 10px 55px;
    color: #fff;
    background-color: #372F2D;
    height: 50px;
    margin: 10px 5px;
    text-transform: capitalize;
    text-align: center;
}

.bmi-head h4 {
    font-size: 37px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.booking {
    margin: 0px auto;
    display: block;
    text-align: center;
    background-color: #1E8059;
    min-height: 200px;
    padding: 60px 0px;
}

.bmi-head p {
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.white-popup {
    position: relative;
    background: #eee;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.white-popup p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 10px 0;
    color: #888;
    letter-spacing: 1px;
}

.white-popup h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 32px;
}

.bmi-calculator input[type="text"] {
    color: #000;
}

.bmi-calculator input {
    border-radius: 33px;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #fff;
    height: 50px;
    margin: 10px 5px;
    text-align: center;
}

.bmi-calculator button,
.bmi-calculator a {
    border-radius: 33px;
    padding: 17px 55px;
    color: #fff;
    background-color: #00793A;
    height: 50px;
    margin: 5px 5px;
    text-transform: capitalize;
    text-align: center;
}

.bmi-head h4 {
    font-size: 37px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.bmi-calculator {
    margin: 0px auto;
    display: block;
    text-align: center;
    background-color: #463217;
    min-height: 200px;
    padding: 60px 0px;
    background: radial-gradient(ellipse at 50% 10%, #513c22 20%, #463217 100%);
}

.bmi-head p {
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.white-popup {
    position: relative;
    background: #eee;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.white-popup p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 10px 0;
    color: #888;
    letter-spacing: 1px;
}

.white-popup h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 32px;
}

.at-testimonial {
    min-height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 0px;
    color: #000 !important;
    margin-top: 0px;
    background-size: auto auto;
    background-repeat: repeat;
    background-size: auto auto;
    background-position: 10% 17%;
    background-color: transparent;
    margin-bottom: 75px;
}

.at-centered-img h4:hover {
    background-color: lightpink;
    padding: 10px 0px;
    border: 1px solid #00793A !important;
    max-width: 200px;
    text-align: center;
    margin: 20px auto;
    border-radius: 33px;
    transition: 0.3s;
    background-color: #00793A;
    color: #fff !important;
}

.testimonial img {
    margin: 0 auto;
    display: block;
    max-width: 150px;
}

.at-testimonial p,
.at-testimonial h6,
.at-testimonial i,
.at-testimonial span,
.at-testimonial h3 {
    color: #000;
}

.c-w {
    color: #fff;
}

.at-testimonial .owl-carousel .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #140b0b;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.card {
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: 20px 0px;
}

.card img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 260px;
}
}

.card-block {
    padding: 40px 20px;
    min-height: 240px;
    overflow: hidden;
}

.card-title {
    margin-bottom: .75rem;
}

.card p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #090101;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    min-height: 79px;
    max-height: 80px;
}

.at-how-to-use img {
    margin: 0px auto;
    position: relative;
    top: 30px;
}

.head {
    position: relative;
    top: 20px;
    padding: 10px;
    margin: 30px 0px;
}

.at-packages {
    margin: 0px 0px 0px 0px !important;
    background-color: #fff;
    padding: 70px 0px 50px 0px;
}

.at-treatments {
    margin: 0px 0px 0px 0px !important;
    background-color: #eee;
    padding: 50px 0px;
}

.face-pos {
    position: absolute;
    left: -130px;
    top: -30px;
}

.at-why-us .btn-danger {
    color: #0c0101;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 33px;
    height: 0px;
    padding: 25px 50px 35px 50px;
    margin-left: 30px;
    margin-top: 20px;
    max-width: 100%;
}

.dec-1 {
    position: absolute;
    right: 7px;
    top: 1490px;
    z-index: 1;
}

.dec-2 {
    position: absolute;
    left: 805px;
    float: right;
    top: 1260px;
}

.at-why-us .at-feat h3 {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
}

.at-why-us .at-feat p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0 10px 0;
    color: #050000;
    letter-spacing: 1px;
}

.pro-feat-about-bri {
    background-color: #fff;
    min-height: 550px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pro-feat-how-to-use {
    background-color: #FFFDFD;
    min-height: 550px;
    padding-top: 0px;
    padding-bottom: 30px;
}

#process-bri #at-tab-inner .nav-tabs {
    border-bottom: 1px solid #ddd;
    background-color: #1E8059;
    margin: 0px -25px;
    padding: 0px 0px;
    margin-bottom: 30px;
    color: #fff
}

#process-bri #at-tab-inner .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 55px;
    color: white;
}

#process-bri #at-tab-inner .nav-tabs>li.active>a::before {
    content: '';
    border-left: 9px solid transparent;
    border-top: 10px solid #212303;
    border-right: 10px solid transparent;
    position: absolute;
    z-index: 10000;
    left: 90px;
    top: 40px;
}

.featured-product .card {
    border-radius: 33px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: 20px 25px;
}

#process-bri #at-tab-inner .nav-tabs>li.active>a,
#process-bri #at-tab-inner .nav-tabs>li.active>a:hover,
#process-bri #at-tab-inner .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #263238;
    border: 1px solid #263238;
    border-bottom-color: transparent;
    border-radius: 0px;
}

#process-bri #at-tab-inner .nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    border: 0px;
}

.long-banner-package .black-weighted-package {
    color: #fff !important;
    font-weight: 100;
}

.black-weighted-package {
    color: #000 !important;
    font-weight: 100;
}

.long-banner-package .pari-font {
    font-weight: 100;
    color: #fff;
    text-transform: lowercase;
    line-height: 36px;
    font-size: 25px !important;
}

.pari-font {
    font-family: 'pari';
    font-weight: 100;
    color: #fff;
    text-transform: lowercase;
    line-height: 36px;
    font-size: 25px !important;
}

.green {
    color: #00793A !important;
}

.long-banner-package {
    min-height: 725px;
    position: absolute;
    z-index: 1;
    top: 100px;
}

.at-packages-pack {
    padding: 30px 0px;
}

.wht {
    color: #fff!important;
}

#process-bri .at-category #at-tab-inner {
    margin-top: 50px;
}

#at-tab-inner .nav-tabs {
    border-bottom: 1px solid #C0C0C0;
    background-color: #C0C0C0;
    margin: 0px -25px;
    margin-bottom: 0px;
    padding: 0px 0px;
    margin-bottom: 30px;
    max-height: 50px;
    box-shadow: 0px 0px 10px rgba(44, 43, 43, 0.5);
}

#at-tab-inner .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 55px;
    color: white;
    font-size: 13px;
    top: 0px;
    border-radius: 0px;
}

#at-tab-inner .nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #000 !important;
}

.cntr-img {
    margin: 0px 10px !important;
    height: 20px !important;
    position: relative;
    top: 5px;
}

#at-tab-inner span {
    display: inline-block;
}

#at-tab-inner .nav-tabs>li.active>a,
#at-tab-inner .nav-tabs>li.active>a:hover,
#at-tab-inner .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

#at-tab-inner {
    max-height: 70px;
    position: relative;
    top: -25px;
}

#at-tab-inner .nav-tabs,
.nav-pills {
    text-align: center;
}

#at-tab-inner .nav-tabs>li,
.nav-pills>li {
    float: none;
    display: inline-block;
}

.footr-img {
    max-width: 150px !important;
}

.btn-cat-at-nav {
    color: #097753;
    background: #fff;
    border: 1px solid #e7e1e1;
    border-radius: 0px;
    padding: 10px 15px;
}

.btn-cat-at-nav i {
    font-size: 16px;
}

a.btn-cat-at-nav:hover {
    background: #fff;
    color: #000;
    border-radius: 33px;
}

.center-button-nav {
    margin: 0px 3px !important;
    display: block !important;
    text-align: right;
    max-width: 100%;
    float: right;
    border-radius: 33px;
}

.btn-pro-pack {
    padding: 10px 45px;
    border-radius: 33px;
    color: #fff;
    padding-bottom: 18px;
    border: solid 1px #fff;
}

.btn-pro-pack:hover {
    padding: 14px 45px;
    border-radius: 33px;
    color: #fff;
    padding-bottom: 18px;
    border: solid 1px #1E8059;
    background-color: #1E8059;
}

h4.card-title {
    color: #323232;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-top: 0px;
    font-size: 16px;
    min-height: 49px;
    max-height: 50px;
}

.box b {
    font-size: 18px;
}

.at-stores span {
    font-size: 16px;
}

.left35 {
    left: 35px;
}

.cstm-posr {
    position: relative;
    top: 350px;
}

.btn-pro {
    padding: 14px 45px;
    border-radius: 33px;
    color: #000;
    padding-bottom: 18px;
    background-color: #fff;
    float: left;
}

.at-why-hospital {
    background-color: #fff;
    min-height: 502px;
    width: 116%;
    padding: 25px 25px;
    position: absolute;
    left: -120px;
}

.at-why-hospital h3 {
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
}

.img-hori-list {
    text-align: center;
    padding-left: 0px;
}

.at-why-para {
    padding: 0px 50px;
    text-align: center;
    margin: 0px auto;
}

.btn-danger-at {
    color: #fff;
    background-color: #1E8059;
    border-color: #d43f3a;
    text-align: center;
    margin: 20px auto;
    display: inherit;
    padding: 14px 50px;
    font-family: 'lato';
}

.at-booking {
    min-height: 400px;
    margin-top: 30px;
    text-align: center;
    padding: 23px 40px;
    margin-left: 80px;
    border: 2px solid #fff;
}

.at-booking select.form-control {
    background-color: transparent;
    color: #fff;
}

.at-booking .form-group {
    margin-bottom: 0px !important;
    height: 60px!important;
}

.at-booking textarea {
    background-color: transparent;
    color: #fff;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .00);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .00);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.at-booking textarea.form-control,
.at-booking select.form-control {
    padding: 5px 25px;
}

.at-booking select.form-control {
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .000);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .000);
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    background: url("../../../atulsunil.com/my-img/arrow-bottom3.html") no-repeat 96% center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.at-boking input,
.at-booking input[type="email"],
.at-booking input[type="text"],
.at-booking input[type="number"] {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    -mos-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    color: #fff;
}

.at-hos-ab {
    min-height: 565px;
    background-color: #1E8059;
    position: relative;
    top: 0px;
}

.img-hori-list li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    margin: 0px auto;
    padding: 10px;
}

.img-hori-list img {
    margin: 0px auto;
}

.img-hori-list h4 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.btn-danger-at2 {
    color: #1E8059;
    background-color: #fff;
    border-color: #d43f3a;
    text-align: center;
    margin: 20px auto 20px auto;
    display: inherit;
    padding: 14px 50px;
    font-family: 'lato';
}

.at-booking .form-control::-moz-placeholder {
    color: #fff!important;
    opacity: 1;
}

.box {
    padding: 30px 30px;
    margin: 0px 0px;
    min-height: 260px;
}

.head-title2 .spls {
    max-width: 105px;
    padding-left: 10px;
}

.head-title2 div {
    display: inline-block !important;
}

.head-title2 .black {
    color: #000 !important;
}

.ats-tab-product {
    margin-top: 0px;
    background-color: #263238;
}

.ats-tab-product .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.ats-tab-product .nav>li {
    position: relative;
    display: inline-block;
}

.ats-tab-product .nav>li>a:hover,
.ats-tab-product .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #fff !important;
}

.blacker {
    color: #000;
}

.at-content-upper-product {
    margin-top: 240px;
    margin-bottom: 70px;
    z-index: 99999;
    left: 0px;
}

.at-new-content p {
    margin: 0px!important;
}

@media(max-width:320px) {
    .at-content-upper-product {
        margin-top: 140px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 7px;
    }
}

@media (min-width:321px) and (max-width:360px) {
    .at-content-upper-product {
        margin-top: 240px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 9px;
    }
}

@media (min-width:361px) and (max-width:480px) {
    .at-content-upper-product {
        margin-top: 140px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 10px;
    }
}

@media (min-width:481px) and (max-width:640px) {
    .at-content-upper-product {
        margin-top: 140px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 12px;
    }
}

@media (min-width:641px) and (max-width:768px) {
    .at-content-upper-product {
        margin-top: 140px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 12px;
    }
}

@media (min-width:769px) and (max-width:800px) {
    .at-content-upper-product {
        margin-top: 140px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 12px;
    }
}

@media (min-width:801px) and (max-width:980px) {
    .at-content-upper-product {
        margin-top: 140px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 12px;
    }
}

@media (min-width:981px) and (max-width:1024px) {
    .at-content-upper-product {
        margin-top: 310px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 12px;
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .at-content-upper-product {
        margin-top: 310px;
        margin-bottom: 70px;
        z-index: 99999;
        left: 0px;
    }
    .at-content-upper-product .cntr2 {
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .ats-tab-product .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 12px;
    }
}

.main-categories .sm-bold {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #1AAA64;
    font-weight: 800;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 22px;
}

.main-categories {
    padding: 100px 0px 10px 0px;
    background-color: #fff;
    margin-bottom: 20px;
}

.main-categories h4 {
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.right-box p {
    color: #000;
}

.main-categories img {
    margin: 10px auto;
}

.main-categories img.certifcates-home {
    margin: 20px auto 0px auto;
}

.foot-sec p {
    display: inline-block;
    color: #000;
    font-size: 12px;
}

.foot-sec-para {
    color: gray;
    font-size: 12px;
    display: inline-block;
}

.foot-sec img.fl1 {
    max-width: 49px;
    position: relative;
    top: 5px;
}

.foot-sec img.fl2 {
    max-width: 90px;
    position: relative;
    top: 8px;
}

.foot-sec {
    position: relative;
    top: -50px;
}

.at-modal .modal-dialog {
    width: 650px;
    margin: 125px auto 0px auto;
}

.at-modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.at-modal .modal-header {
    min-height: 16.42857143px;
    padding: 20px 25px 35px 25px;
    border-bottom: 0px solid #e5e5e5;
    background: radial-gradient(ellipse at 80% 10%, #25B66E 42%, #098D5E 100%);
    color: #fff;
}

.at-modal .modal-header h4 {
    padding-left: 5px;
}

.at-modal .modal-header button {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    position: relative;
    top: -5px;
    left: -3px;
    z-index: 99999;
}

.at-modal .modal-content {
    margin: 0px 0px 0px 0px !important;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

#intro {
    position: relative;
    overflow: hidden;
    max-height: 680px;
    top: 125px;
    margin-bottom: 15px;
}

.owl-atul .owl-pagination {
    position: relative;
    top: -50px;
}

.owl-atul .owl-buttons {
    position: relative;
    top: -400px;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 680px;
}

#intro .owl-theme .owl-controls .owl-buttons div {
    color: #000;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0px;
    padding: 15px 20px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-atul .owl-prev {
    position: relative;
    left: -675px;
}

.owl-atul .owl-next {
    position: relative;
    right: -675px;
}

.container-image {
    position: relative;
    text-align: center;
    color: white;
}

.centered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.at-treatments .centered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.treatments-list .centered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: 70%;
}

.at-package-detail-page .treatments-list .centered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    width: 70%;
}

.at-centered-img h4 {
    padding: 10px 0px;
    background-color: deeppink;
    color: black;
    border-radius: 30px;
    max-width: 200px;
    text-align: center;
    margin: 20px auto;
}

.at-facilities .at-centered-img h4 {
    padding: 10px 0px;
    border: 1px solid #fff;
    max-width: 200px;
    text-align: center;
    margin: 20px auto;
}

.at-about .head-title-3 h1 {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 0px;
    text-align: left;
}

.at-about .head-title-3 {
    margin: 10px 0px;
}

.side-row {
    border-right: 1px solid #000;
}

.side-row-w {
    border-right: 1px solid #fff;
}

.hr-w {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #FFF;
    border-bottom: none;
    border-left: none;
    border-right: none;
    max-width: 40px;
}

.top-row {
    border-top: 1px solid #000;
}

.at-tick-list li::before {
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 8px;
    content: "\f00c";
}

.at-tick-list li {
    list-style: none;
    text-align: left;
}

.at-category {
    padding: 50px 0px;
}

.at-new-box {
    background-color: #eee;
    overflow: auto;
    padding: 0px 0px;
    width: 100%;
    margin-top: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.right-box {
    background-color: #f1efe2;
    padding: 80px 0px;
    min-height: 410px;
    width: 50%;
    float: left;
}

.left-box {
    background-color: #eee;
    padding: 50px 0px;
    min-height: 400px;
    width: 50%;
    float: left;
}

.container-image a {
    text-align: center;
    color: white;
}

#testi .owl-buttons {
    position: relative;
    top: -225px;
}

#testi .owl-prev {
    position: relative;
    left: -100px;
}

#testi .owl-next {
    position: relative;
    right: -100px;
}

.at-main-block {
    width: 100%;
    overflow: auto;
}

.at-testi-sec {
    background-color: #fff;
    padding: 20px 10px;
    width: 50%;
    overflow: auto;
    float: left;
    min-height: 110px;
    max-height: 620px;
}

.at-media-sec {
    background-color: #d8dad9;
    padding: 20px 10px;
    width: 50%;
    overflow: auto;
    float: left;
    min-height: 620px;
}

.at-media-sec .nf-item.spacing {
    padding: 0px;
}

.cntrd {
    text-align: center;
    margin-top: 10px;
}

.at-media-sec img {
    width: 400px;
    height: auto;
    margin: 0px auto;
    display: block;
}

.at-testi-sec #testi .owl-buttons {
    position: relative;
    top: -355px;
}

.section-head-lists {
    min-height: 65px;
}

.section-lists {
    background-color: #fff;
    padding: 25px 0px;
    min-height: 110px;
    margin: 15px 25px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24);
}

.section-lists:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.at-main-block {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.section-lists h5 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
    font-weight: 300;
    max-height: 65px;
    overflow: hidden;
}

.at-treat-img .overlay img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.at-treat-img .overlay:hover img {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.nav li.active a {
    color: green;
}

.at-facilities p {
    text-align: center;
}

.grid-head {
    padding-left: 0px;
    text-align: left;
}

.grid-head li,
.grid li {
    list-style: none;
    display: inline-block;
}

.grid {
    padding-left: 0;
    text-align: center;
}

.grid div.treatments-list {
    margin: 10px!important;
}

.grid div.packages-list {
    margin: 10px 15px !important;
}

.grid div h5,
.grid div p {
    max-width: 340px;
}

.grid div img {
    width: 350px;
}

.grid {
    margin-bottom: 90px;
    margin-top: 30px;
}

.grid-head li {
    list-style: none;
    padding: 10px 15px;
    border: 1px solid #000;
}

.grid-head li:hover {
    background-color: #00793A;
    border-color: #00793A;
    color: #fff;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.at-treatments-listing {
    margin: 0px 0px 0px 0px !important;
    background-color: transparent;
    padding: 50px 0px;
}

.treatments-list,
.packages-list {
    margin-bottom: 10px;
    margin-top: 10px;
}

.at-card2 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.treat-card {
    padding: 10px;
}

.room-grid-view {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
}

.room-grid-view img {
    transform-style: preserve-3d;
}

.room-grid-view .room-info {
    padding: 15px 15px 0px;
    width: 330px;
    min-height: 50px;
}

.post-title h5 {
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.at-packages .post-title h5,
.at-packages-svn .post-title h5 {
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.post-title p {
    color: #00793A;
}

.post-title p {
    margin: 0 0 10px;
}

.post-desc {
    padding: 5px 0px;
}

.post-desc p {
    line-height: 2;
    font-size: 13px;
}

.room-grid-view .room-info .room-book {
    overflow: hidden;
    margin: 10px -15px 0;
    border-top: 1px solid #e6e6e6;
}

.clear-padding {
    padding: 0;
}

.room-grid-view .room-info .room-book h5 {
    font-weight: bold;
    border-right: 1px solid #e6e6e6;
    width: 100%;
    padding: 15px 10px;
    margin: 0;
    line-height: 1.7;
}

.room-grid-view .room-info .room-book a {
    padding: 0px 5px 12px 5px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    background: #F2676B;
    text-transform: uppercase;
}

.clear-padding {
    padding: 0;
}

.post-alt i {
    margin: 0px 5px;
}

.packages-list img {
    max-width: 330px !important;
}

.packages-list p {
    display: inline-block;
    font-size: 13px;
}

.at-packages .packages-list img {
    max-width: 100% !important;
}

.at-packages .room-grid-view .room-info {
    padding: 15px 15px 0px;
    width: 100%;
}

.at-packages .at-treat-img img {
    margin: 0px auto;
    width: 350px;
}

.at-facility {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 0px 0px;
    margin-bottom: 0px;
}

.at-facility .at-centered-img h4 {
    padding: 10px 0px;
    border: 1px solid #000;
    max-width: 200px;
    text-align: center;
    margin: 0px;
}

.fac-right-box {
    background-color: #eee;
    padding: 0px 0px;
    min-height: 366px;
    width: 50%;
    float: left;
    text-align: left;
}

.fac-left-box {
    width: 50%;
    background-color: #eee;
    padding: 0px 0px;
    float: left;
}

.fac-right-box h2 {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 32px;
    margin-top: 30px;
    text-align: left;
}

.fac-right-box .head-title-3 {
    margin: 0px 0px 10px 0px;
}

.fac-right-box .at-centered-img h4 {
    padding: 10px 0px;
    border: 1px solid #000;
    max-width: 200px;
    text-align: center;
    margin: 0px;
}

.at-facility {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 0px 0px;
    margin-bottom: 30px;
    overflow: auto;
}

.facilities-listing {
    margin: 10px 0px 110px 0px;
}

.at-facilities-listing {
    margin: 0px 0px 0px 0px !important;
    background-color: transparent;
    padding: 50px 0px;
}

.at-package-detail-page {
    padding: 30px 0px 0px 0px;
}

.at-main-pad-cover {
    padding: 10px 0px 0px 0px;
}

.at-package-detail-page .at-centered-img h4 {
    padding: 10px 0px;
    border: 1px solid #000;
    max-width: 200px;
    text-align: center;
    margin: 0px;
}

.at-package-detail-page .packages-list img {
    max-width: 100%!important;
}

.at-package-detail-page hr {
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #3DBB70;
    border-bottom: none;
    border-left: none;
    border-right: none;
    max-width: 100%;
}

.at-package-detail-page .at-treatments-listing {
    margin: 0px 0px 0px 0px !important;
    background-color: transparent;
    padding: 0px 0px;
}

.head-title2 h2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 20px;
}

.at-package-detail-page .packages-list {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ecedec;
    overflow: auto;
    padding: 50px 30px;
}

.at-package-detail-page .fac-right-box {
    background-color: #eee;
    padding: 20px 0px;
    min-height: 268px;
    width: 65%;
    float: left;
    text-align: left;
}

.at-package-detail-page .fac-left-box {
    width: 35%;
    background-color: #eee;
    padding: 0px 0px;
    float: left;
}

.at-package-detail-page .head-title2 h2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0px;
}

.at-treatments-detail-page .head-title2 h1 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0px;
}

.at-treatments-detail-page .head-title2 h2 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0px;
}

.at-package-detail-page .head-title2 h1 {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0px;
}

.at-package-detail-page hr {
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #849505;
    border-bottom: none;
    border-left: none;
    border-right: none;
    max-width: 100%;
}

.at-package-list-detail {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 0px 0px;
    margin-bottom: 30px;
    overflow: auto;
}

.at-single-package {
    background-color: #eee;
    padding: 20px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 100px;
}

.at-packages-svn {
    margin: 0px 0px 0px 0px !important;
    background-color: transparent;
}

.at-single-treatment {
    background-color: #eee;
    padding: 20px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 100px;
}

.at-treatment-detail-page {
    padding: 10px 0px 0px 0px;
}

.at-treatments-detail-page .fac-left-box {
    width: 35%;
    background-color: #eee;
    padding: 0px 0px;
    float: left;
}

.at-treatments-detail-page .fac-right-box {
    background-color: #eee;
    padding: 20px 0px;
    min-height: 268px;
    width: 65%;
    float: left;
    text-align: left;
}

.packages-list2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.at-treatments-detail-page .room-grid-view .room-info {
    padding: 15px 15px 0px;
    width: 330px;
    background-color: #fff;
}

.at-treatments-detail-page {
    padding: 10px 0px 0px 0px;
}

.at-treatments-detail-page hr {
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #809003;
    border-bottom: none;
    border-left: none;
    border-right: none;
    max-width: 100%;
}

.contact-form123 {
    padding: 30px 10px 70px 10px;
    background-color: #eee;
    margin: 30px 20px 0px 20px;
}

.bg-package {
    background-image: url('../img/inner-cat.html');
}

.bg-product {
    background-image: url('../img/inner-cat.html');
}

.bg-treatment {
    background-image: url('../img/inner-cat.html');
}

.bg-facility {
    background-image: url('../img/inner-cat.html');
}

.bg-other {
    background-image: url('../img/inner-cat.html');
}

.at-main-pad-cover .speciality-tab {
    margin: 0px auto;
    display: block;
    text-align: center;
}

.at-main-pad-cover .speciality-tab .nav-tabs>li>a {
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid #000;
    border-radius: 0px;
}

.at-main-pad-cover .speciality-tab .nav-tabs {
    border-bottom: 1px solid transparent;
    margin: 30px auto 0px auto !important;
    text-align: center;
    display: inline-block;
}

.at-speciality-detail-page .packages-list2 {
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #fff;
}

.at-treatments-detail-page {
    padding: 30px 0px 0px 0px;
}

.at-about-us-page {
    margin-bottom: 20px;
}

.at-main-pad-cover .speciality-tab .nav li.active a {
    color: #fff !important;
    background-color: #00793A;
    border: 1px solid #00793A !important;
}

.grid-head li:active {
    background-color: #849505;
    border-color: #849505;
    color: #fff;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.at-testi-sec .owl-pagination {
    position: relative;
    top: 50px;
}

.at-testi-sec p {
    min-height: 180px;
}

.at-newr-form {
    margin-bottom: 100px;
}

.at-speciality-detail-page .at-single-package {
    margin-bottom: 100px;
}

.specia {
    margin-bottom: 40px;
}

.fac-left-box img {
    cursor: pointer;
}

.at-small {
    font-size: 18px;
    position: absolute;
    top: 10px;
    font-family: 'Poppins', sans-serif;
}

.at-modal .modal-footer {
    padding: 0px;
    text-align: right;
    border-top: 1px solid transparent;
    margin: 0px auto;
    text-align: center;
}

.ats-tab .nav li.active a {
    color: black;
}

.ats-tab .black {
    color: #000 !important;
}

#at-featured-3 img {
    text-align: center;
    margin: 0px auto;
}

.at-category .accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 0px;
    text-transform: capitalize;
}

h6.accordion-title {
    border-bottom: 1px solid #000;
}

p.trtd a {
    display: inline-block;
    font-size: 13px;
}

.modal-header h6 {
    position: relative;
    top: 8px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.form-field-wrapper textarea {
    height: 70px;
}

.at-attractions-listing .head-title-3 h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 0px;
    text-align: left;
}

.at-attractions-listing .head-title-3 {
    margin: 20px 0px 10px 0px;
}

.at-attractions-listing {
    margin: 10px 0px 100px 0px;
}

.attractions-listing {
    margin: 0px 0px 50px 0px;
}

.at-main-reach-us {
    margin: 30px 0px 100px 0px;
}

.floating-panel {
    position: static;
    background-color: #fff;
    padding: 5px;
    padding-left: 5px;
    border: 1px solid transparent;
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#map {
    width: 100%;
    height: 400px;
}

.floating-panel select {
    margin: 10px 10px;
}

.floating-panel iframe {
    position: static!important;
    width: 100%;
    height: 400px;
    border: 0px;
}

#map_canvas,
#map_canvas2 {
    width: 100%;
    height: 400px;
    border: 1px solid black;
    float: left;
}

#directions,
#directions2 {
    width: 100%;
    float: right;
}

.btn-nw {
    padding: 15px 30px;
    position: relative;
    top: -11px;
}

.at-main-box {
    text-align: center;
}

.at-main-box li {
    list-style: none;
    display: inline-block;
    margin: 0px 3px;
    text-align: center;
}

.at-cd1 {
    border: 1px solid #1E8059!important;
    min-width: 350px;
}

.at-cd2 {
    border: 1px solid #1E8059!important;
    min-width: 480px;
}

.at-header b {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.reach-us-tab .nav-tabs>li>a {
    margin: 5px 10px;
    line-height: 1.42857143;
    border: 1px solid #000;
    border-radius: 0px;
    text-align: center;
    display: block;
    min-width: 250px;
}

.reach-us-tab ul {
    border: 0px;
    margin: 0px auto;
}

.at-main-reach-us {
    margin: 40px 0px 100px 0px;
}

.reach-us-tab .nav-tabs>li.active>a {
    line-height: 1.42857143;
    border: 1px solid #006D4A;
    border-radius: 0px;
    text-align: center;
    display: block;
    background-color: #006D4A;
    color: #fff !important;
}

.reach-us-tab {
    text-align: center;
}

.at-main-pad-cover .reach-us-tab .nav-tabs {
    border-bottom: 1px solid transparent;
    margin: 30px auto 0px auto !important;
    text-align: center;
    display: inline-block;
}

.at-attractions-listing .head-title-4 {
    margin: -10px 0px 10px 0px;
}

.at-attractions-listing h2 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 22px;
    margin-bottom: 0px;
    padding-top: 25px;
}

.at-atr-card-l1,
.at-atr-card-r1 {
    min-height: 445px;
    background-color: #eee;
    margin-bottom: 30px;
    padding: 40px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 20px 30px;
}

.at-atr-card-l1 img,
.at-atr-card-r1 img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
}

.attractions-listing {
    margin: 0px 0px 10px 0px;
}

.contact-us .map {
    width: 100%;
    height: 400px!important;
}

.fac-right-box ul {
    padding-left: 15px;
}

.at-about-us-page img {
    margin-top: 30px;
}

.added-new .grid-head {
    text-align: center;
}

.at-modal .input-group {
    position: static;
    display: table;
    border-collapse: separate;
    top: -4px;
    left: 10px;
}

.at-modal .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.at-modal .datepicker.dropdown-menu {
    z-index: 9999999999999!important;
}

.at-modal .datepicker.datepicker-dropdown {
    z-index: 9999999999999!important;
}

.at-modal .form-field-wrapper .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 30px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #837e7e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #1E8059;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0px !important;
    text-align: left;
}

.at-modal .form-field-wrapper .form-control.at-selct {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 22px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #837e7e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #1E8059;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0px !important;
    text-align: left;
}

.at-thanks,
.at-404 {
    padding: 20px;
    margin: 40px 0px 100px 0px;
}

.at-thank-box {
    background-color: #eee;
}

.at-404-box {
    background-color: #fff;
}

.at-thanks img,
.at-404 img {
    margin: 0px auto;
    max-width: 400px;
}

.at-404 .content a {
    text-decoration: underline;
}
.treatment-list-w2
{
    width: 100%!important;
}
.fuller
{
    max-width: 100%!important;
    width: 100%;
}  
#filters2 li.active
{
    background-color: #00793A;
    border-color: #00793A;
    color: #fff;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.treatment-list-w2
{
    width: 100%!important;
}
.fuller
{
    max-width: 100%!important;
    width: 100%;
}  
#filters2 li.active
{
    background-color: #00793A;
    border-color: #00793A;
    color: #fff;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}


#filters li.active
{
    background-color: #00793A;
    border-color: #00793A;
    color: #fff;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.new-price {
    background-color: transparent;
    padding: 11px 50px;
    width: 200px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    top: 29px;
    border: 1px solid #000;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    right: 0px;
}
.new-price:hover
{
    border-radius: 33px;
    background-color:#1E8059;
    color: #fff;
    border: 1px solid #1E8059;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.fac-right-box h2 .small
{
    font-size: 58%;
    color: #323030;
}
.at-cons
{
    list-style: none;
    text-align: center;

}
.at-cons li:nth-child(1);
{
    border-right:1px solid #000;
}
.at-cons li {
    display: inline-block;
    text-align: left;
    padding: 10px 75px;
}
.at-con-contact
{
    background-color: #eee;
    padding: 70px 0px;
    margin-bottom: 50px;
}
.at-cons h1
{
    font-size: 18px
}

@media (max-width:320px) {

.at-cons li {
    display: inline-block;
    text-align: left;
    padding: 10px 65px;
}

}

.kh {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  width: 500px;
}

.rej {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  width: 500px;
}

.rutu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  width: 500px;
}

.varsh {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  width: 500px;
}

.vasan {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  width: 500px;
}

.sharaa {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  width: 500px;
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 300px;
  background-color: #f1f1f1;

  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: fixed;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}