@charset "UTF-8";

/*
Theme Name: Distinctive
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
*/
@font-face {
    font-family: 'PlayfairDisplay-Bold';
    font-display: swap;
    src: url('fonts/PlayfairDisplay-Bold.eot') format('eot'), url('fonts/PlayfairDisplay-Bold.svg') format('svg'), url('fonts/PlayfairDisplay-Bold.woff') format('woff'), url('fonts/PlayfairDisplay-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    /*font-display: swap;*/
    src: url('fonts/PlayfairDisplay-Regular.eot') format('eot'), url('fonts/PlayfairDisplay-Regular.svg') format('svg'), url('fonts/PlayfairDisplay-Regular.woff') format('woff'), url('fonts/PlayfairDisplay-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'beyond_the_mountains_0';
    font-display: swap;
    src: url('fonts/beyond_the_mountains_0.eot') format('eot'), url('fonts/beyond_the_mountains_0.svg') format('svg'), url('fonts/beyond_the_mountains_0.woff') format('woff'), url('fonts/beyond_the_mountains_0.ttf') format('ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-display: swap;
    src: url('fonts/OpenSans-Regular.eot') format('eot'), url('fonts/OpenSans-Regular.svg') format('svg'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-display: swap;
    src: url('fonts/OpenSans-SemiBold.eot') format('eot'), url('fonts/OpenSans-SemiBold.svg') format('svg'), url('fonts/OpenSans-SemiBold.woff') format('woff'), url('fonts/OpenSans-SemiBold.ttf') format('ttf');
}

@font-face {
    font-family: 'OpenSans-Light';
    font-display: swap;
    src: url('fonts/OpenSans-Light.eot') format('eot'), url('fonts/OpenSans-Light.svg') format('svg'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('ttf');
}

@font-face {
    font-family: 'Poppins-Italic';
    font-display: swap;
    src: url('fonts/Poppins-Italic.eot') format('eot'), url('fonts/Poppins-Italic.svg') format('svg'), url('fonts/Poppins-Italic.woff') format('woff'), url('fonts/Poppins-Italic.ttf') format('ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    font-display: swap;
    src: url('fonts/Poppins-SemiBold.eot') format('eot'), url('fonts/Poppins-SemiBold.svg') format('svg'), url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    font-display: swap;
    src: url('fonts/Poppins-Light.eot') format('eot'), url('fonts/Poppins-Light.svg') format('svg'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    font-display: swap;
    src: url('fonts/Poppins-Regular.eot') format('eot'), url('fonts/Poppins-Regular.svg') format('svg'), url('fonts/Poppins-Regular.woff') format('woff'), url('fonts/Poppins-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'HolidayFree';
    font-display: swap;
    src: url('fonts/HolidayFree.eot') format('eot'), url('fonts/HolidayFree.svg') format('svg'), url('fonts/HolidayFree.woff') format('woff'), url('fonts/HolidayFree.ttf') format('ttf');
}

@font-face {
    font-family: 'AbhayaLibre-Regular';
    font-display: swap;
    src: url('fonts/AbhayaLibre-Regular.eot') format('eot'), url('fonts/AbhayaLibre-Regular.svg') format('svg'), url('fonts/AbhayaLibre-Regular.woff') format('woff'), url('fonts/AbhayaLibre-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    font-display: swap;
    src: url('fonts/Poppins-Bold.eot') format('eot'), url('fonts/Poppins-Bold.svg') format('svg'), url('fonts/Poppins-Bold.woff') format('woff'), url('fonts/Poppins-Bold.ttf') format('ttf');
}

html {
    font-size: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

* {
    outline: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

body,
div,
span,
table,
tr,
th,
td,
tbody,
strong,
thead,
br,
img,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
button,
center,
left,
right,
p,
a,
ul,
li,
ol,
em,
b,
u,
hr {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: normal;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}

a,
a:hover {
    text-decoration: none;
}

input,
button,
textarea,
input[type="submit"] {
    transition-duration: .5s
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 0
}

::-webkit-file-upload-button {
    -webkit-appearance: none
}

:focus {
    outline: none;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    opacity: 1;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

body {
    background: #fff;
    font-family: 'Mulish', sans-serif;
    color: #656565;
    font-size: 18px;
    line-height: 28px;
}

p {
    font-family: 'Mulish', sans-serif;
    color: #656565;
    font-size: 18px;
    line-height: 28px;
}

.fw {
    width: 100%;
    float: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
    margin: auto;
}

.clear {
    clear: both;
}

.wrapper {
    width: 100%;
    float: left;
}

.container {
    width: 1430px;
    margin: 0px auto;
}

.container-inner {
    width: 1172px;
    margin: 0px auto;
}

/* Global Classes */
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

ul,
li,
ol {
    list-style: none
}

.pagebanner {
    width: 100%;
    float: left;
    background-size: cover;
    padding: 206px 0 92px 0;
    border-bottom: 3px solid #cc790c;
    background-position: center center;
}

.page_title {
    width: 100%;
    float: left;
    padding: 400px 0 80px;
    background-size: 0;
    position: relative;
    z-index: 999;
}

.page_title h1,
.page_title h2 {
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    color: #5fc5c5;
}

.blgttls h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
}

.blgttls h1 span {
    font-size: 85px;
    width: 100%;
    float: left;
    line-height: 85px;
}

.page_title h1 strong,
.page_title h2 strong {
    font-size: 90px;
    line-height: normal;
    color: #333333;
    font-family: 'Mea Culpa', cursive;
    text-transform: none;
}

.breadcrumbs {
    width: 100%;
    float: left;
}

.breadcrumbs {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    padding: 0;
    color: #6c6c6c;
    width: 100%;
    float: left;
    font-size: 0
}

.breadcrumbs span {
    padding: 0 13px 0 20px;
    background-image: url(images/bc-lin.png);
    background-position: left center;
    font-size: 20px;
    line-height: normal;
}

.breadcrumbs a {
    color: #6c6c6c;
    font-size: 48px;
    line-height: 48px;
}

.breadcrumbs a:hover {
    color: #fd9c03;
}

.breadcrumbs span a {
    padding-left: 0px;
    margin-right: 0px;
}

.breadcrumbs span a span {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumbs span a.home {
    padding: 0;
    margin-right: 0px;
}

.breadcrumbs span:first-child {
    background-image: none;
    padding-left: 0
}

.default_sidebar {
    float: left;
    width: 380px;
}

.page_default {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 122px 0;
}

.page_content {
    float: left;
    width: 100%;
}

.page_content img.alignleft,
.blogrtcntnt img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    width: 50%;
    display: block;
}

.page_content img.alignright,
.blogrtcntnt img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    width: 50%;
    display: block;
}

.page_content img.aligncenter,
.page_content img.alignnone,
.blogrtcntnt img.aligncenter,
.blogrtcntnt img.alignnone {
    float: none;
    margin: auto;
    margin-bottom: 25px;
    max-width: 100%;
    width: auto;
    display: block;
}

.page_content h1,
.page_content h2 {
    font-size: 42px;
    line-height: 48px;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    color: #5fc5c5;
    margin: 0 0 30px;
}

.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6 {
    font-size: 25px;
    line-height: 35px;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    color: rgba(232, 131, 0, 1);
    margin: 0 0 20px;
    /*width: 100%;
    float: left;*/
}

.page_default .container {
    width: 1172px;
}

.page_content p {
    font-size: 20px;
    line-height: 33px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 0 30px;
    color: #656565;
}

.page_content a {
    color: rgba(232, 131, 0, 1);
    text-decoration: none;
}

.page_content a:hover {
    color: #5fc5c5;
    text-decoration: none;
}

.page_content strong {
    /*font-family: 'Muli-Bold';*/
    font-weight: bold;
}

.page_content a.button,
.searchlist .blog1 .blog1-img-text a.button {
    margin-top: 15px;
    margin-right: 10px;
    font-size: 26px;
    line-height: normal;
    color: #fff;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    padding: 10px 40px;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #b54000;
}

.page_content a.button:hover,
.searchlist .blog1 .blog1-img-text a.button:hover {
    background: #193232;
}

.page_content ul,
.blogrtcntnt ul {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.page_content ol,
.blogrtcntnt ol {
    width: 96%;
    float: left;
    margin-left: 4%;
    margin-bottom: 25px;
}

.page_content li,
.blogrtcntnt li {
    font-size: 20px;
    line-height: normal;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #656565;
    padding: 0px 0 0px 43px;
    position: relative;
    margin-bottom: 18px;
}

.page_content li:last-child,
.blogrtcntnt li:last-child {
    margin-bottom: 0;
}

.page_content ul li:before,
.blogrtcntnt ul li:before {
    content: "";
    position: absolute;
    background: url(images/liicon.png) no-repeat left top;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0px;
}

.page_content ol li,
.blogrtcntnt ol li {
    list-style: decimal;
    padding-left: 0;
}

.wp-pagenavi {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 20px;
    color: #6c6c6c;
    line-height: normal;
    padding: 30px 34px;
    background-image: url(images/pg-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    margin: 0 3px;
    display: inline-block;
    border: 0;
}

/* .wp-pagenavi span:hover, .wp-pagenavi a:hover {} */
.wp-pagenavi .current {
    background-image: url(images/pg-bg2.png);
    color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: rgba(0, 0, 0, 0);
    background-position: center center;
}

.wp-pagenavi .previouspostslink {
    background-image: url(images/nav-left.png);
}

.wp-pagenavi .nextpostslink {
    background-image: url(images/nav-right.png);
}

.post-navigation {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
}

.post-navigation h2 {
    display: none;
}

.post-navigation .nav-links {
    width: 100%;
    float: left;
}

.post-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-next {
    float: right
}

.blogrtcntnt .soci-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.post-navigation a {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 42px;
    width: 256px;
    height: 56px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    border-radius: 50px;
    border: 1px solid #b54000;
}

.post-navigation a:hover {
    background: #193232;
    border: 1px solid #193232;
}

.post-navigation .nav-previous a:hover {
    color: #fff;
    text-decoration: none;
}

.post-navigation .nav-next a:hover {
    color: #fff;
    text-decoration: none;
}

.post-navigation .nav-next a {
    color: #ffffff;
}

#review_btn {
    position: fixed;
    top: 230px;
    right: 0;
    cursor: pointer;
    z-index: 99999999995
}

.popup_form_outer_overlay {
    width: 100%;
    height: 100%;
    background-image: url(images/overlay_transparent.png);
    background-repeat: repeat;
    background-position: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999995;
    display: none;
}

.popup_form_outer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999995;
    padding: 30px 0 0;
    display: none;
}

.popup_form {
    width: 420px;
    margin: auto;
    position: relative;
}

.popup_form h4 {
    background-color: #193232;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.popup_form .pf_block {
    width: 100%;
    float: left;
    background-color: #5fc5c5;
    padding: 20px 42px;
    box-sizing: border-box;
}

.popup_form h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.25px;
    margin: 0 0 10px;
    padding: 0;
}

.popup_form .pfr_block {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.popup_form .pfr_block p {
    color: #fff;
    margin: 0 0 10px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    text-align: center;
}

.pf_fields {
    width: 100%;
    float: left;
}

.pf_fields .pf_field {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}

.pf_fields .pf_field.submit-field {
    position: relative;
}

.pf_fields .pf_field label {
    font-size: 16px;
    color: #fff;
    width: 100%;
    float: left;
    margin: 0 0 3px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.pf_fields .pf_field input[type="text"],
.pf_fields .pf_field input[type="email"],
.pf_fields .pf_field textarea {
    width: 100%;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    border-radius: 3px;
    border: 0;
}

.pf_fields .pf_field textarea {
    height: 95px;
}

.pf_fields .pf_field input[type="button"] {
    width: 100%;
    float: left;
    line-height: 40px;
    background-color: #193232;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}

.pf_fields .pf_field.submit-field #form-loading {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    width: 20px;
}

.pf_fields p {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}

.pfr_fields {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 20px;
}

.pfr_fields span {
    display: inline-block;
    width: 60px;
    height: 59px;
    background-image: url(images/ratingstar.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.pfr_fields span.active {
    background-image: url(images/ratingstar_active.png);
}

.popup_form .error_field {
    display: none;
    color: red;
    width: 100%;
    float: left;
    font-size: 15px;
}

.pf_result {
    width: 100%;
    float: left;
    padding: 20px 42px;
    box-sizing: border-box;
    background-color: #5FC5C5;
}

.pf_result h5 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.pf_result p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.pf_result p strong {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.share_row {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.share_row p {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.share_row p strong {
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.share_row a {
    margin: 0 5px;
    display: inline-block;
}

.share_step {
    width: 100%;
    float: left;
}

.share_step1 {
    margin: 30px 0 10px;
}

.share_step h6 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.share_step ul {
    padding: 0;
    margin: 0;
}

.share_step ul li {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    float: left;
}

.share_step ul li button {
    width: 233px;
    height: 74px;
    background-image: url(images/clip_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

#popup_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background-image: url(images/popup_close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    z-index: 99999999999995;
}

.pf_fields .pf_field #comments {
    display: block;
}

.share_step ul li button.copied {
    background: url(images/clip_btn_copied.png);
    transition: .3s;
}

.pf_result p strong {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

.reviews-list {
    width: 100%;
    float: left;
}

.reviews-list .reviewitem {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cc790c;
}

.reviews-list .ff {
    width: 100%;
    float: left;
}

/*-Site Styles Start-----------------------------*/
/* .hm_top_menu-sec {
    float: left;
    width: 100%;
    padding: 10px 0
}

.hm_top_menu {
    float: left;
} */

.hm_top_menu ul {
    text-align: center;
}

.hm_top_menu ul li {
    float: left;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    color: #6c6c6c;
    text-transform: uppercase;
    margin: 0px;
    position: relative;
}

.hm_top_menu ul li a {
    display: inline-block;
    color: #6c6c6c;
    padding: 12px 28px;
    border-radius: 10px;
}
.hm_top_menu-seclst {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hm_top_menu li:hover>a {
    background-color: #5fc5c5;
    color: #fff;
}

.hm_top_menu ul li ul {
    display: none;
    width: 260px;
    position: absolute;
    top: 49px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 0;
    z-index: 999;
    border-radius: 10px;
}

.hm_top_menu ul li:hover ul {
    display: block;
}

.hm_top_menu ul li ul li ul {
    left: 100%;
    top: 0;
}

.hm_top_menu .menu-main-menu-container>ul>li>ul {
    display: none;
}

.hm_top_menu .menu-main-menu-container>ul>li:hover>ul {
    display: block;
}

.hm_top_menu .menu-main-menu-container>ul>li>ul>li>ul {
    display: none;
}

.hm_top_menu .menu-main-menu-container>ul>li>ul>li:hover>ul {
    display: block;
}

.hm_top_menu .menu-main-menu-container>ul>li>ul>li ul>li>ul {
    display: none;
}

.hm_top_menu .menu-main-menu-container>ul>li>ul>li>ul>li:hover>ul {
    display: block;
}

.hm_top_menu ul>li.current-menu-item>a {
    background-color: #5fc5c5;
    color: #fff;
}

.hm_top_menu li li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.hm_top_menu li li a {
    float: left;
    width: 100%;
    line-height: normal;
    padding: 8px 28px;
    color: #6c6c6c;
    display: block;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 0;
    text-align: left;
}

.hm_top_menu li li:first-child a {
    border-radius: 10px 10px 0px 0;
}

.hm_top_menu li li:last-child a {
    border-radius: 0px 0 10px 10px;
}

.hm_top_menu li li:last-child li a {
    border-radius: 0;
}

.hm_top_menu li li li:first-child a {
    border-radius: 10px 10px 0px 0;
}

.hm_top_menu li li li:last-child a {
    border-radius: 0px 0 10px 10px;
}

.hm_top_menu li li a:hover {
    color: #fff !important;
    background-color: #fe9c03;
}

.hm_top_menu li.wide-menu {
    position: relative;
}

.hm_top_menu li.wide-menu ul {
    left: 0;
    width: 500px;
    padding: 10px 20px;
    margin: auto;
    z-index: 999;
    position: absolute;
    right: 0;
    display: none;
    top: 49px;
}

.hm_top_menu li.wide-menu .sub-menu>li {
    width: 50%;
    float: left;
    padding: 3px 0px;
    border: 0;
    text-transform: none;
}

.hm_top_menu li.wide-menu .sub-menu>li li {
    width: 100%;
}

.hm_top_menu li.wide-menu li a {
    width: 100%;
    float: left;
    display: block;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #6c6c6c;
}

.hm_top_menu li.wide-menu li li a {
    text-transform: capitalize;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.hm_top_menu li.wide-menu li a:hover {
    text-decoration: underline;
}

.hm_top_menu ul li.wide-menu ul li ul {
    position: inherit !important;
    width: 100% !important;
    float: left;
    top: inherit !important;
    left: inherit !important;
    padding: 5px 0 0 10px !important;
}

.hm_top_menu ul li.wide-menu ul li ul li {
    width: 100%;
}

.hm_top_menu ul li.wide-menu ul li ul li {
    width: 100%;
}

.hm_top_menu ul:hover li.current-menu-item>a,
.hm_top_menu ul:hover li.current-menu-ancestor>a {
    background-color: transparent;
    color: #6c6c6c;
}

.hm_top_menu ul:hover li li a {
    color: #6c6c6c !important;
}

.hm_top_menu ul:hover li li.sub-menu a {
    color: #fff !important;
}


.hm_top_btn a {
    float: left;
    color: #fff;
    text-align: center;
    float: left;
    text-transform: uppercase;
    border: 1px solid #b54000;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    padding: 11px 40px;
    transition: 0.3s;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
}

.hm_top_btn a:hover {
    background: #193232;
    border: 1px solid #193232;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #fff;
    padding-top: 2px;
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 45px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    width: 27px;
    height: 32px;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav ul li.current-menu-item a {
    color: #fff;
    text-decoration: underline;
}

.mobinav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.sticky-mobinav .container {
    width: 100%;
}
.mobinav ul li ul li a {
    text-transform: capitalize; font-size:18px;
}

.mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 41px;
    background-image: url(images/plus-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.mobinav ul li a.drop.open {
    background-image: url(images/minus-icon.png);
    width: 28px;
}

.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 2px;
}

svg.icon.icon-search {
    display: none;
}

.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
}

.srcshow img {
    width: 100%;
    display: block;
}

.srcbox {
    z-index: 99999995;
    background-color: #FE9C03;
    position: absolute;
    top: -15px;
    right: 0;
    width: 0;
    overflow: hidden;
    background-image: url(images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    height: 63px;
}

.srcbox .search-form .screen-reader-text {
    font-size: 0;
}

.srcbox input {
    width: 100%;
    float: left;
    padding: 22px 30px 15px 45px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    border: 0;
}

.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}

.srcbox .close_search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(images/search_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.srcbox input::-webkit-input-placeholder {
    color: #fff;
}

.srcbox input::-moz-placeholder {
    color: #fff;
}

.srcbox input:-ms-input-placeholder {
    color: #fff;
}

.srcbox input:-moz-placeholder {
    color: #fff;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    background-color: #323232;
    padding: 15px 0 20px 0
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}

.hm_banr_sec .container,
.page_header .container {
    width: 1570px;
    margin: 0 auto;
}

.hm_banr_sec {
    float: left;
    width: 100%;
    background-image: url(images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 0;
}

.home .hm_banr_sec {
    background-position: center top;
}

.hm_top_logo {
    float: left;
}

.hm_top_socio {
    width: auto;
    float: left;
    margin-top: 18px;
}

.hm_top_socio br {
    display: none;
}

.hm_top_socio .socio_icon {
    display: inline-block;
    width: 55px;
    height: 56px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 0px;
    margin-right: 8px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.hm_top_socio .socio_icon:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hm_top_socio .socio_icon:last-child {
    margin-right: 0px;
}

.hm_top_socio a.socio_icon.tfb {
    background-position: -2px -1px;
}

.hm_top_socio a.socio_icon.tgp {
    background-position: -59px -1px;
}

.hm_top_socio a.socio_icon.tyt {
    background-position: -115px -1px;
}

.hm_top_socio a.socio_icon.tin {
    background-position: -172px -1px;
}

.hm_top_socio a.socio_icon.twit {
    background-position: -237px -52px;
}

.hm_top_socio a.socio_icon.hdinstr {
    background-position: -299px -90px;
}

.hm_bk_apt a {
    width: 330px;
    /* display: inline-block; */
    color: #fff;
    text-align: center;
    float: left;
    text-transform: uppercase;
    border: 1px solid #b54000;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    margin-top: 20px;
    padding: 12px 40px;
    transition: 0.3s;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
}

.hm_bk_apt a:hover {
    background: #193232;
    border: 1px solid #193232;
}

.header_btn {
    float: left;
    padding: 27px 0 0 30px;
}

.header_btn a {
    float: left;
    color: #5fc5c5;
    text-align: center;
    float: left;
    text-transform: uppercase;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    padding: 11px 40px;
    transition: 0.3s;
    background: #fff;
}

.header_btn a:hover {
    background: #fb9a02;
    color: #fff;
}

.hm_socio_phn {
    width: 945px;
    float: right;
    padding: 20px 0px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home .hm_socio_phn {
    width: 945px;
}

.hm_phn_loc {
    width: 260px;
    float: right;
    text-align: right;
    margin-top: 16px;
}

.hm_phn_loc.hm_adr {
    width: 240px;
}

.hm_phn_loc a {
    color: #fff;
}

.hm_phn_loc a.hdrcal {
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: normal;
    display: inline-block;
    color: #fff;
	font-weight:normal;
}

.hm_phn_loc a.hdrcal:hover {
    color: #fd9c03;
}

.hm_phn_loc {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    display: inline-block;
}

.banr-cnt-sec {
    float: left;
    margin: 550px 0px 290px;
    width: 100%;
}

.bannr-cnt {
    width: 630px;
    float: left;
    position: relative;
    margin-left: 100px;
}

.bannr-cnt:after {
    position: absolute;
    right: 6px;
    bottom: -115px;
    content: '';
    background-image: url(images/smile.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 375px;
    height: 200px;
}

.bannr-cnt h2 {
    font-family: 'Mea Culpa', cursive;
    font-size: 100px;
    line-height: 50px;
    color: #000;
}

.bannr-cnt h3 {
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    color: #5fc5c5;
    font-size: 85px;
    line-height: normal;
    padding-left: 68px;
    text-transform: uppercase;
}

.bannr-cnt h2.txt-rt {
    text-align: right;
    font-size: 120px;
    line-height: 80px;
    padding-right: 50px;
}

.hm_our_ser_sec {
    width: 100%;
    float: left;
    padding: 105px 0px 130px;
}

.hm_our_ser_sec .container {
    width: 1460px;
}

.hm_our_ser h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: normal;
    color: #323232;
    position: relative;
    margin-bottom: 120px;
    width: 100%;
    float: left;
}

.hm_our_ser h2:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -40px;
    margin: auto;
    width: 90px;
    height: 50px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: -5px -56px;
}

.hm_our_ser {
    width: 100%;
    float: left;
}

.hm_our_ser .our_ser_item {
    width: 470px;
    height: 440px;
    float: left;
    margin-right: 10px;
}

.hm_our_ser .our_ser_item:last-child {
    margin-right: 0px;
}

.our_ser_img {
    text-align: center;
}

.our_ser_img img {
    display: block;
}

.our_ser_item {
    background-image: url(images/our_ser_item_bg.jpg);
    background-color: #5fc5c5;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 25px 20px 70px;
    width: 100%;
    float: left;
}

.our_ser_item h3 {
    text-align: center;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 36px;
    text-transform: uppercase;
    min-height: 80px;
    margin-bottom: 27px;
}

.our_ser_item h3 a {
    text-align: center;
    display: inline-block;
    color: #fff;
}

.our_ser_item p {
    text-align: center;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    min-height: 100px;
    margin-bottom: 18px;
}

.our_ser_item .our_learn {
    text-align: center;
    margin-bottom: -20px;
    width: 100%;
    float: left;
}

.our_ser_item .our_learn a {
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #b54000;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
}

.our_ser_item .our_learn a:hover {
    background: #193232;
    border: 1px solid #193232;
}

.our_ser_item_cnt h3 a:hover {
    color: #e98500;
}

.hm_get_same_sec {
    float: left;
    width: 100%;
    background-image: url(images/bk_ap_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 200px 0px 200px;
    background-size: cover;
}

.hm_get_same {
    width: 670px;
    float: right;
    margin-right: 130px;
}

.hm_get_same h2,
.hm_get_same h1 {
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: 55px;
    letter-spacing: 4.16px;
    color: #323232;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.hm_get_same p {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #454544;
    margin-bottom: 42px;
}

.hm_get_same p a,
.hm_get_same p strong {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}

.get_bk_apt {
    width: 100%;
    float: left;
    text-align: left;
}

.get_bk_apt a {
    width: auto;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #b54000;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    padding: 14px 40px;
    transition: 0.3s;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
}

.get_bk_apt a:hover {
    background: #193232;
    border: 1px solid #193232;
}

.hm_testi_sec {
    float: left;
    width: 100%;
    background-image: url(images/testi_bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 135px 0px 60px;
    background-size: cover;
}

.hm_testi h2 {
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: 55px;
    letter-spacing: 4.16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}

.hm_testi h2:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -55px;
    margin: auto;
    width: 90px;
    height: 50px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: -5px -58px;
}

.rating {
    display: block;
    width: 145px;
    background-image: url(images/nact_star.png);
    background-position: left top;
    height: 26px;
    margin: 0px auto 15px;
    float: none;
}

.rating .star {
    display: block;
    width: 100%;
    background-image: url(images/act_star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 26px;
}

.hm_testi_item {
    width: 100%;
    float: left;
}

.hm_item_cnt {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 35px 45px 40px;
    position: relative;
    border-radius: 6px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.hm_item_cnt:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -30px;
    width: 50px;
    height: 30px;
    background-image: url(images/testi_item_after.png);
    background-repeat: no-repeat;
    opacity: 0.7;
}

.hm_testi_item:last-child {
    margin-right: 0px;
}

.hm_testi_item p {
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #656565;
    min-height: 200px;
}

.hm_testi_qt {
    position: relative;
}

.hm_testi_qt:after {
    content: '';
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: -265px 0px;
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 34px;
    height: 30px;
}

.hm_testi_qt:before {
    content: '';
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: -234px 0px;
    position: absolute;
    left: -30px;
    top: -20px;
    width: 34px;
    height: 30px;
}

.hm_item_title h4 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: normal;
    font-family: 'beyond_the_mountains_0', Arial, Helvetica, sans-serif;
}

.hm_testibtn {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.hm_iframe_loc {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 200px;
    overflow: hidden;
}

.hm_iframe_loc iframe {
    display: block;
    height: 500px;
    width: 100%;
}

.hm_iframe_loc .container {
    width: 1430px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.hm_get_form {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 570px;
    background-color: #5fc5c5;
    padding: 30px 50px;
    margin-right: 0;
}

.hm_get_form h3 {
    font-size: 52px;
    line-height: normal;
    color: #ffffff;
    text-align: left;
    margin: 0 0 10px;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4.16px;
}

.hm_get_form p {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    margin: 0 0 25px;
    text-align: center;
}

.hm_get_form .fullfield {
    width: 100% !important;
    float: left;
    margin: 0 0 9px 0 !important;
    padding: 0 !important;
    position: relative;
}

.hm_get_form .cntctform .gform_wrapper {
    margin: 0;
}

.hm_get_form .gform_wrapper label {
    display: none !important;
}

.cntctform input,
.cntctform textarea,
.cntctform select {
    width: 100% !important;
    padding: 13px 18px 13px !important;
    font-size: 20px !important;
    line-height: normal !important;
    color: #999999 !important;
    border: 0px;
    background: #fff !important;
    margin-bottom: 15px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 400;
    border-radius: 3px;
    margin: 0px !important;
}

.cntctform textarea {
    display: block;
    height: 100px !important;
}

.cntctform .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    float: left;
    margin-top: 5px !important;
    cursor: pointer;
    font-size: 25px !important;
    line-height: normal !important;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 25px 18px !important;
    color: #ffffff !important;
    border: 1px solid #b54000 !important;
    border-radius: 50px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    background: rgba(232, 131, 0, 1) !important;
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
}

.cntctform .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #193232 !important;
    border: 1px solid #193232 !important;
}

body .cntctform .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.cntctform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin: 0 0 10px 0 !important;
    float: left !important;
    width: 100% !important;
    position: relative !important;
}

.cntctform .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
    position: relative;
    z-index: 9;
}

.cntctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0px !important;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.cntctform .gform_wrapper .validation_message {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.cntctform .gform_wrapper li.gfield.gfield_error,
.cntctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0px !important;
}

.cntctform .gform_wrapper .field_description_below .gfield_description {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 80%;
    text-align: right;
    color: #d12020 !important;
    height: 16px;
}

.cntctform .gform_wrapper .field_description_below .instruction {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 50%;
    text-align: right;
    color: #000 !important;
}

.cntctform .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important
}

.cntctform input::-webkit-input-placeholder {
    color: #999999;
}

.cntctform input::-moz-placeholder {
    color: #999999;
}

.cntctform input:-ms-input-placeholder {
    color: #999999;
}

.cntctform input:-moz-placeholder {
    color: #999999;
}

.cntctform .gform_wrapper div.validation_error {
    display: none;
}

.cntctform .gform_wrapper li.gfield_error input[type=text] {
    border: 0px;
}

.cntctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.cntctform .gform_wrapper li.gfield_html,
.cntctform .gform_wrapper .top_label .gfield_error {
    width: 100%;
}

.cntctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0px;
}

.cntctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.cntctform .gform_wrapper li.gfield_html,
.cntctform .gform_wrapper {
    max-width: 100%;
}

.hm_ft_menu_sec {
    float: left;
    width: 100%;
    background-color: #5fc5c5;
}

.hm_ft_menu {
    text-align: center;
    padding: 48px 0px 40px;
}

.hm_ft_menu ul li {
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px 20px;
}

.hm_ft_menu ul li a {
    display: inline-block;
    color: #fff;
}

.hm_ft_menu ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.hm_ft_loc_socio_sec {
    width: 100%;
    float: left;
    background-color: #193232;
}

.hm_ft_loc_socio_sec .container {
    width: 1575px;
    margin: 0 auto;
}

.hm_ft_loc_socio .ft_logo {
    float: left;
    width: 290px;
    margin-right: 105px;
    margin-top: 4px;
}

.ft_connect_us,
.ft_socio {
    float: left;
    width: 370px;
    margin-right: 30px;
}

.ft_cont_us {
    float: right;
    width: 370px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.ft_connect_us h4,
.ft_socio h4,
.ft_cont_us h4 {
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #234343;
    padding-bottom: 9px;
    position: relative;
    margin-bottom: 23px;
}

.ft_connect_us h4:after,
.ft_socio h4:after,
.ft_cont_us h4:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 32px;
    height: 3px;
    background-color: #5fc5c5;
}

.ft_copyrights p {
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.ft_copyrights p a {
    color: #fff;
}

.ft_copyrights p a:hover {
    color: #5fc5c5;
}

.ft_socio a.ft_socio {
    width: 49px;
    height: 48px;
    display: inline-block;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    font-size: 0px;
    margin-right: 10px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.ft_socio a.ft_socio:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.ft_socio a.ft_socio.ft_fb {
    background-position: -151px -151px;
}

.ft_socio a.ft_socio.ft_gp {
    background-position: -102px -151px;
}

.ft_socio a.ft_socio.ft_yt {
    background-position: -1px -150px;
}

.ft_socio a.ft_socio.ft_inst {
    background-position: -52px -152px;
}

.ft_socio a.ft_socio.ft_twit {
    background-position: -202px -152px;
}

.ft_socio a.ft_socio.ft_instagram {
    background-position: -253px -151px;
    margin: 0;
}

.ft_bk_apt {
    float: left;
}

.ft_bk_apt a {
    width: 200px;
    /* display: inline-block; */
    color: #fff;
    text-align: center;
    float: left;
    text-transform: uppercase;
    background-color: #f28f01;
    border: 1px solid #b54000;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    padding: 15px 38px;
    transition: 0.3s;
}

.ft_bk_apt a:hover {
    background-color: #5fc5c5;
    border: 1px solid #5fc5c5;
}

.ft_addr,
.ft_phn,
.ft_mail {
    padding-left: 54px;
    position: relative;
    margin-bottom: 18px;
    min-height: 37px;
    float: left;
    width: 100%;
    padding-top: 3px;
}

.ft_addr a {
    color: #fff;
}

.ft_phn a,
.ft_mail a {
    color: #fff;
}

.ft_phn a:hover,
.ft_mail a:hover {
    color: #fe9c03;
}

.ft_cont_us .ft_com:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
}

.ft_cont_us .ft_addr.ft_com:after {
    background-position: -104px -66px;
    top: 12px;
}

.ft_cont_us .ft_phn.ft_com:after {
    background-position: -183px -66px;
}

.ft_cont_us .ft_mail.ft_com:after {
    background-position: -183px -108px;
}

.hm_ft_loc_socio {
    padding: 65px 0px 35px;
    float: left;
    border-bottom: 1px solid #234343;
    margin-bottom: 40px;
    width: 100%;
}

.ft_fl_us {
    margin-bottom: 35px;
    float: left;
}

.ft_fl_us br {
    display: none;
}

.connect_form label,
.connect_form .gform_wrapper .top_label .gfield_label {
    display: none;
}

.connect_form input {
    width: 100% !important;
    padding: 16px 14px 19px !important;
    font-size: 20px !important;
    line-height: normal !important;
    color: #999999 !important;
    border: 0px;
    background: #fff !important;
    margin-bottom: 15px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 400;
    border-radius: 3px;
    margin: 0px !important;
    float: left;
}

.connect_form .gform_wrapper .gform_footer input[type=submit] {
    width: 160px !important;
    float: left;
    margin-top: 0px !important;
    cursor: pointer;
    font-size: 20px !important;
    line-height: normal !important;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 25px 20px !important;
    color: #ffffff !important;
    border: 1px solid #b54000 !important;
    border-radius: 50px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    background: rgba(232, 131, 0, 1) !important;
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
}

.connect_form .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #5fc5c5 !important;
    border: 1px solid #5fc5c5 !important;
}

.connect_form .gfield {
    margin: 0px 0 20px 0 !important;
    padding: 0px !important;
    width: 100% !important;
    float: left !important;
}

.connect_form .gform_wrapper .gform_footer {
    padding: 0px;
    margin: 0px;
}

.connect_form .gform_wrapper div.validation_error {
    display: none;
}

.connect_form .gform_wrapper li.gfield_error input[type=text] {
    border: 0px;
}

.connect_form .gform_wrapper .top_label .gfield_error {
    width: 100% !important;
}

.connect_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.connect_form .gform_wrapper li.gfield_html {
    max-width: 100%;
}

.connect_form .gfield_description.validation_message {
    float: left;
    width: 100%;
}

.connect_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    position: relative;
    margin: 0px !important;
    padding: 0px !important;
}

.connect_form .gform_wrapper li.gfield.gfield_error,
.connect_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border: 0px !important;
}

.connect_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.connect_form .gform_wrapper li.gfield_html {
    width: 100%;
}

.connect_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.connect_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.connect_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.connect_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0px !important;
    padding: 0px !important;
}

.connect_form .gform_wrapper .validation_message {
    color: #fff;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.hm_testi_cnt button {
    width: 75px;
    height: 75px;
    border-radius: 0px !important;
    background-color: transparent !important;
    position: absolute;
    top: 150px;
    background-position: center center;
    background-repeat: no-repeat;
}

.hm_testi_cnt .owl-prev {
    background-image: url(images/arrow-l.png) !important;
    left: -105px;
}

.hm_testi_cnt .owl-next {
    background-image: url(images/arrow-r.png) !important;
    right: -105px;
}

.hm_testi_cnt button span {
    display: none;
}

.our_ser_cnt {
    background-color: #fafafa;
    width: 100%;
    float: left;
    padding: 15px
}

.our_ser_img {
    width: 100%;
    float: left;
    margin-top: -125px;
    margin-bottom: 33px;
}

.hm_team {
    width: 100%;
    float: left;
    padding: 110px 0 0px 0;
    background-color: #fff;
    position: relative;
    color: #fff;
}

.hm_team .container {
    width: 1223px;
    position: relative;
}

.hm_team:after {
    width: 100%;
    height: 30px;
    background-color: #fff;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.hm_team h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: normal;
    color: #323232;
    position: absolute;
    right: 40px;
    top: 0;
    width: 700px;
    letter-spacing: 4.16px;
}

.hm_team h2:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -40px;
    margin: auto;
    width: 90px;
    height: 50px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: -5px -56px;
}

.team_cont h3 {
    color: #323232;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 40px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 21px;
    position: relative;
    z-index: 9999
}

.team_cont h4,
.team_cont ul {
    display: none;
}

.team_cont p {
    color: #656565;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 33px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    width: 100%;
    float: left;
    position: relative;
    z-index: 9999
}

.team_cont .sappbtn {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    z-index: 9999
}

.team_cont .sappbtn a,
.hm_testibtn a {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #b54000;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    padding: 15px 40px;
    transition: 0.3s;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
}

.hm_testibtn a {
    font-size: 18px;
    padding: 14px 40px;
}

.team_cont .sappbtn a:hover,
.hm_testibtn a:hover {
    background: #193232;
    border: 1px solid #193232;
}

.team_slider {
    width: 100%;
    float: left;
    position: relative;
}

.team_image {
    width: 480px;
    height: 580px;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.team_image:before {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 30px;
    content: '';
    left: 0px;
    top: 0;
    z-index: 1
}

.team_image:after {
    background-color: #5fc5c5;
    position: absolute;
    width: 97%;
    height: 97.5%;
    content: '';
    left: 0px;
    top: 0px;
    z-index: 1
}

.team_image img {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 999;
}

.team_cont {
    float: left;
    width: 870px;
    position: relative;
    margin-top: 115px;
    padding-left: 209px;
    padding-top: 42px;
    padding-right: 120px;
    margin-left: 310px;
    padding-bottom: 40px;
    min-height: 535px;
    height: auto;
    z-index: 999;
}

.team_cont:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 535px;
    height: 100%;
    border: 15px solid #fafafa;
    content: '';
}

.team_cont .teamleaf {
    position: absolute;
    right: 102px;
    bottom: -74px;
    width: 331px;
    height: 105px;
    background-image: url(images/team_leaf.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 2;
    font-size: 0;
    line-height: 0;
}

#ninja-slider {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}

#ninja-slider .slider-inner {
    margin: 0;
    width: 100%;
    float: left;
    font-size: 0px;
    position: relative;
    box-sizing: border-box;
}

#ninja-slider.fullscreen .slider-inner {
    width: 100%;
    max-width: 100%;
}

#ninja-slider ul {
    position: relative;
    list-style: none;
    padding-top: 0 !important;
    padding-bottom: 0;
    box-sizing: border-box;
    touch-action: pan-y;
    height: auto !important;
}

#ninja-slider li {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0px 0 0 0;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
}

#ninja-slider li.ns-show {
    opacity: 1;
    position: relative;
}

#ninja-slider .ns-img {
    background-size: contain;
    cursor: default;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 100px;
}

#thumbnail-slider {
    height: 357px;
    width: 100px;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    z-index: 2;
    top: 220px;
    right: 1px;
}

#thumbnail-slider div.inner {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 0;
}

#thumbnail-slider div.inner ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    float: left !important;
    width: auto !important;
    height: auto !important;
}

#thumbnail-slider ul li {
    opacity: 1;
    display: block;
    border: 5px solid #f1f1f1;
    margin: 0px 0;
    transition: all 0.5s;
    text-align: center;
    padding: 0;
    position: relative;
    list-style: none;
    box-sizing: content-box;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 90px !important;
    height: 109px !important;
}

#thumbnail-slider ul li.active {
    border-color: #5fc5c5;
    -webkit-filter: initial;
    filter: initial;
}

#thumbnail-slider li:hover {
    border-color: #5fc5c5;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

#thumbnail-slider .thumb {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    font-size: 0;
}

#thumbnail-slider-prev,
#thumbnail-slider-next {
    position: absolute;
    width: 100%;
    height: 31px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.6s;
    backface-visibility: visible;
    background-position: center center;
}

#thumbnail-slider-prev {
    top: -41px;
    background-image: url(images/teamarrw_t.png);
}

#thumbnail-slider-next {
    bottom: -41px;
    background-image: url(images/teamarrw_b.png);
}

#thumbnail-slider-next.disabled,
#thumbnail-slider-prev.disabled {
    opacity: 0.1;
    cursor: default;
}

#ninja-slider-pager,
#ninja-slider-pager,
#ninja-slider-prev,
#ninja-slider-next,
#ninja-slider-pause-play,
#thumbnail-slider-pause-play,
#thumbnail-slider-prev::before,
#thumbnail-slider-next::before {
    display: none;
}

.ft_copyrights {
    width: 100%;
    float: left;
}

.hm_get_img,
.mobile_bnr {
    display: none;
    width: 100%;
    float: left;
}

.team_img_mobile {
    display: none;
    width: 150px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.team_slider {
    font-size: 0;
    line-height: 0;
    margin-top: -30px;
}

/*blog*/
/* .blog-six-images {} */
.blog-loop:first-child {
    padding-top: 45px;
}

.blog-loop:nth-child(odd) {
    background-color: #fafafa;
}

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

.blog1 {
    width: 1188px;
    display: inline-block;
    padding: 44px 0;
    text-align: left;
}

.blog1-img {
    width: 545px;
    overflow: hidden;
    padding: 9px 0 0 9px;
    position: absolute;
    z-index: 1;
    top: -57px;
    left: -400px;
}

.blog1-img:before {
    position: absolute;
    content: "";
    background-color: #6fcaca;
    width: 98%;
    height: 98%;
    left: 0;
    top: 0;
    z-index: -1;
}

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

.blog1-img-text {
    float: right;
    width: 808px;
    border: 16px solid #fff;
    min-height: 466px;
    position: relative;
    padding: 39px 49px 44px 211px;
    margin: 40px 0 0;
}

.blog-loop:nth-child(even) .blog1-img-text {
    border: 16px solid #fafafa;
}

.blog1-img-text:before {
    position: absolute;
    content: "";
    background-image: url(images/blg_leaf.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 178px;
    height: 166px;
    right: -91px;
    bottom: 0;
}

.blog1-img-text h2 {
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    color: #323232;
    overflow: hidden;
    margin-bottom: 8px;
}

.blog1-img-text h2 a {
    color: #323232;
}

.blog1-img-text p {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #6c6c6c;
    margin: 0 0 30px;
}

.blog-btn a {
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    padding: 15px 55px;
    line-height: normal;
    font-size: 20px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    border: 1px solid #b54000;
    border-radius: 30px;
    display: inline-block;
}

.blog-btn a:hover {
    background: #193232;
}

.bdate {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.8px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    color: #5fc5c5;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.crowns {
    text-align: center;
    padding: 53px 0 74px;
    text-align: center;
}

.crowns h3 {
    font-size: 52px;
    line-height: 55px;
    color: #fff;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
}

.crowns p {
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

.dark-sec {
    background-image: url(images/patt.jpg);
    background-repeat: repeat;
    background-position: center center;
}

.get_crowns {
    display: inline-block;
    width: 1040px;
    background-color: #5fc5c5;
    padding: 10px 0 8px;
    text-align: center;
}

.crown_btn {
    float: left;
    width: 100%;
}

.crown_btn a {
    font-size: 38px;
    line-height: normal;
    color: #fff;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    padding: 10px 52px;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #b54000;
}

.crown_btn a:hover {
    background: #193232;
}

.light-sec {
    background-image: url(images/patt2.jpg);
    background-repeat: repeat;
    background-position: center center;
}

.light-sec .get_crowns {
    background-color: #fff;
}

.light-sec h3 {
    color: #333333;
}

.light-sec p {
    color: #656565;
}

.light-sec a {
    font-size: 25px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    padding: 20px 73px;
}

/*.hm_banr_sec.general {
        background-image: url(images/dental-banner.jpg);
}*/
.hm_banr_sec.innerbnr {
    background-image: url(images/innerpage-bnr.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.1);
    background-position: 100% 50%;
}

.inner_contfrm_sec {
    float: left;
    width: 100%;
    background-image: url(images/innerpage-contfrm-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.inner_contfr {
    width: 570px;
    float: right;
}

.inner_contfr h3 {
    font-size: 52px;
    line-height: normal;
    color: #ffffff;
    text-align: left;
    margin: 0 0 10px;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4.16px;
}

.inner_contfr p {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    margin: 0 0 35px;
    text-align: center;
}

.inner_contfr .fullfield {
    width: 100% !important;
    float: left;
    margin: 0 0 9px 0 !important;
    padding: 0 !important;
    position: relative;
}

.inner_contfr .cntctform .gform_wrapper {
    margin: 0;
}

.inner_contfr .gform_wrapper label {
    display: none !important;
}

.inner_contfr_cnt input,
.inner_contfr_cnt textarea,
.inner_contfr_cnt select {
    width: 100% !important;
    padding: 17px 18px 13px !important;
    font-size: 20px !important;
    line-height: normal !important;
    color: #fff !important;
    border: 0px;
    background: #5fc5c5 !important;
    margin-bottom: 15px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 400;
    border-radius: 3px;
    margin: 0px !important;
}

.inner_contfr_cnt textarea {
    height: 115px !important;
    color: #fff;
}

.inner_contfr_cnt .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    float: left;
    margin-top: 5px !important;
    cursor: pointer;
    font-size: 25px !important;
    line-height: normal !important;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 25px 18px !important;
    color: #ffffff !important;
    border: 1px solid #b54000 !important;
    border-radius: 50px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    background-color: #fe9c03 !important;
}

.inner_contfr_cnt .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #193232 !important;
}

body .inner_contfr_cnt .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.inner_contfr_cnt .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin: 0 0 15px 0 !important;
    float: left !important;
    width: 100% !important;
    position: relative !important;
}

.inner_contfr_cnt .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
}

.inner_contfr_cnt .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0px !important;
}

.inner_contfr_cnt .gform_wrapper .validation_message {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.inner_contfr_cnt .gform_wrapper li.gfield.gfield_error,
.inner_contfr_cnt .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0px !important;
}

.inner_contfr_cnt .gform_wrapper .field_description_below .gfield_description {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 80%;
    text-align: right;
    color: #d12020 !important;
    height: 16px;
}

.inner_contfr_cnt .gform_wrapper .field_description_below .instruction {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 50%;
    text-align: right;
    color: #000 !important;
}

.inner_contfr_cnt .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important
}

.inner_contfr_cnt input::-webkit-input-placeholder {
    color: #fff;
}

.inner_contfr_cnt input::-moz-placeholder {
    color: #fff;
}

.inner_contfr_cnt input:-ms-input-placeholder {
    color: #fff;
}

.inner_contfr_cnt input:-moz-placeholder {
    color: #fff;
}

.inner_contfr_cnt .gform_wrapper div.validation_error {
    display: none;
}

.inner_contfr_cnt .gform_wrapper li.gfield_error input[type=text] {
    border: 0px;
}

.inner_contfr_cnt .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.cntctform .gform_wrapper li.gfield_html,
.cntctform .gform_wrapper .top_label .gfield_error {
    width: 100%;
}

.inner_contfr_cnt .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0px;
}

.inner_contfr_cnt .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.cntctform .gform_wrapper li.gfield_html,
.cntctform .gform_wrapper {
    max-width: 100%;
}

.hm_testi_sec.dental-testi {
    background-image: url(images/testden_bg.jpg);
    padding: 95px 0px 60px;
}

.dental-testi .hm_testi h2 {
    text-align: left;
    margin-bottom: 50px;
    letter-spacing: 0;
}

.dental-testi .hm_testi h2 strong {
    font-size: 60px;
    line-height: normal;
    font-family: 'Mea Culpa', cursive;
    text-transform: capitalize;
}

.hm_testi_cnt.satisfied-reviews {
    width: 471px;
    float: left;
    margin-left: 50px;
}

.dental-testi h2:before {
    display: none;
}

.dental-testi .hm_testi_cnt button {
    top: 116px;
}

.look_dentist {
    float: left;
    width: 100%;
    background-image: url(images/innerpage-contfrm-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 0 0;
    background-size: cover;
}

.gentist-form {
    float: right;
    width: 570px;
    text-align: center;
}

.gentist-form h2 {
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: 55px;
    color: #333333;
    margin: 0 0 10px;
}

.gentist-form p {
    font-size: 20px;
    line-height: 33px;
    color: #656565;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

.look_dentist .dentalctform {
    float: right;
    width: 100%;
    padding: 30px 50px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.dentalctform input,
.dentalctform textarea,
.dentalctform select {
    width: 100% !important;
    padding: 12px 18px 12px !important;
    font-size: 20px !important;
    line-height: normal !important;
    color: #fff !important;
    border: 0px;
    background: #5fc5c5 !important;
    margin-bottom: 15px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 400;
    border-radius: 3px;
    margin: 0px !important;
}

.dentalctform textarea {
    height: 100px !important;
}

.dentalctform .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    float: left;
    margin-top: 5px !important;
    cursor: pointer;
    font-size: 25px !important;
    line-height: normal !important;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 25px 18px !important;
    color: #ffffff !important;
    border: 1px solid #b54000 !important;
    border-radius: 50px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    background: rgba(232, 131, 0, 1) !important;
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
}

.dentalctform .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #193232 !important;
    border: 1px solid #193232 !important;
}

body .dentalctform .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.dentalctform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin: 0 0 10px 0 !important;
    float: left !important;
    width: 100% !important;
    position: relative !important;
}

.dentalctform .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
}

.dentalctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0px !important;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.dentalctform .gform_wrapper .validation_message {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.dentalctform .gform_wrapper li.gfield.gfield_error,
.cntctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0px !important;
}

.dentalctform .gform_wrapper .field_description_below .gfield_description {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 80%;
    text-align: right;
    color: #000 !important;
    height: 16px;
}

.dentalctform .gform_wrapper .field_description_below .instruction {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 50%;
    text-align: right;
    color: #000 !important;
}

.dentalctform .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important
}

.dentalctform .gform_wrapper div.validation_error {
    display: none;
}

.dentalctform .gform_wrapper li.gfield_error input[type=text] {
    border: 0px;
}

.dentalctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.dentalctform .gform_wrapper li.gfield_html,
.dentalctform .gform_wrapper .top_label .gfield_error {
    width: 100%;
}

.dentalctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0px;
}

.dentalctform .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.dentalctform .gform_wrapper li.gfield_html,
.dentalctform .gform_wrapper {
    max-width: 100%;
}

.dentalctform input::-webkit-input-placeholder {
    color: #fff;
}

.dentalctform input::-moz-placeholder {
    color: #fff;
}

.dentalctform input:-ms-input-placeholder {
    color: #fff;
}

.dentalctform input:-moz-placeholder {
    color: #fff;
}

.dentalctform textarea::-webkit-input-placeholder {
    color: #fff;
}

.dentalctform textarea::-moz-placeholder {
    color: #fff;
}

.dentalctform textarea:-ms-input-placeholder {
    color: #fff;
}

.dentalctform textarea:-moz-placeholder {
    color: #fff;
}

.get-supe {
    float: left;
    width: 100%;
    padding: 115px 0 131px;
    background-image: url(images/get-sup-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.get-supe h2,
.get-supe h3 {
    font-size: 35px;
    line-height: 46px;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    color: #323232;
    margin: 0 0 38px;
}

.get_content {
    width: 646px;
    float: left;
}

.get_content p {
    font-size: 20px;
    line-height: 33px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 0 30px;
    color: #656565;
}

.get_content a {
    color: inherit;
}

.waiting {
    float: left;
    width: 100%;
    padding: 122px 0 77px;
}

.watch-left {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 5px 50px 30px 0;
}

.vid-img {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.vid-img img {
    display: inline-block;
}

.vid-img a:before {
    position: absolute;
    content: "";
    background-image: url(images/vid-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}

.watch-bg {
    float: left;
    background-color: #5fc5c5;
    width: 100%;
    padding: 172px 20px 0;
    margin-top: -149px;
}

.watch-bg h5 {
    font-size: 28px;
    line-height: 33px;
    color: #fff;
    font-family: 'beyond_the_mountains_0', Arial, Helvetica, sans-serif;
    margin: 0 0 3px;
}

.watch-bg p {
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    margin: 0 0 26px;
}

.book_btn {
    float: left;
    width: 100%;
    margin: 0 0 -30px;
}

.book_btn a {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    position: relative;
    padding: 15px 40px;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    border-radius: 50px;
    border: 1px solid #b54000;
}

.book_btn a:hover {
    background: #193232;
}

.wait-right h2,
.wait-right h3,
.wait-right h4 {
    clear: none;
}

.wait-right h3 {
    font-size: 35px;
    line-height: 46px;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    color: #323232;
    margin: 0 0 30px;
}

.page_content h2 {
    color: #323232;
}

.wait-right p {
    font-size: 20px;
    line-height: 33px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 0 30px;
    color: #656565;
}

.cont-us-form {
    padding-right: 6px;
}

.cont-ful {
    float: left;
    width: 100%;
    padding: 45px 0 0;
}

.contact-pg {
    float: left;
    width: 100%;
    padding: 80px 0 77px;
}

.contact-pg h2:before,
.contact-pg h1:before {
    position: absolute;
    content: "";
    background-image: url(images/contact_leaf.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 92px;
    height: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}

.contact-pg h2,
.contact-pg h1 {
    font-size: 52px;
    line-height: normal;
    color: #333333;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 0 58px;
    position: relative;
}

.cont-left {
    float: left;
    width: 372px;
    padding: 6px 0 0;
}

.cont-right {
    width: 744px;
    float: right;
}

.cont-img {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}

.cont-add {
    float: left;
    width: 100%;
}

.cont-add h4 {
    font-size: 35px;
    line-height: normal;
    color: #323232;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    margin: 0 0 26px;
}

.cont-det {
    font-size: 20px;
    line-height: 28px;
    color: #8d8f92;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    padding: 0 0 0 58px;
    margin: 0 0 21px;
    position: relative;
}

.cont-det p {
    font-size: 20px;
    line-height: 28px;
    color: #8d8f92;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.cont-det a {
    color: #8d8f92;
}

.cont-det a:hover {
    color: #f79502;
}

.cont-det:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 45px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center left;
    background-repeat: no-repeat;
}

.cont-det.cont-loc:before {
    background-image: url(images/cont-loc.jpg);
}

.cont-det.cont-call:before {
    background-image: url(images/cont-cal.jpg);
}

.cont-det.cont-textus:before {
    background-image: url(images/cont-textus.jpg);
}

.cont-det.cont-fax:before {
    background-image: url(images/cont-fax.jpg);
}

.cont-det.cont-call,
.cont-det.cont-textus {
    margin: 0 0 33px;
}

.cont-right p {
    font-size: 20px;
    line-height: 33px;
    color: #656565;
    margin: 0 0 50px;
}

.cont-us-form input,
.cont-us-form textarea,
.cont-us-form select {
    width: 100% !important;
    padding: 14px 18px 13px !important;
    font-size: 20px !important;
    line-height: normal !important;
    color: #333333 !important;
    border: 2px solid #f0f0f0;
    background: #fff !important;
    margin-bottom: 15px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 400;
    border-radius: 3px;
    margin: 0px !important;
}

.cont-us-form textarea {
    height: 152px !important;
}

.cont-us-form .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 25px !important;
    line-height: normal !important;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 25px 18px !important;
    color: #ffffff !important;
    border: 1px solid #b54000 !important;
    border-radius: 50px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    background: rgba(232, 131, 0, 1) !important;
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%) !important;
}

.cont-us-form .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #193232 !important;
}

body .cont-us-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.cont-us-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin: 0 0 15px 0 !important;
    float: left !important;
    width: 100% !important;
    position: relative !important;
}

.cont-us-form .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
    width: 221px;
}

.cont-us-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0px !important;
}

.cont-us-form .gform_wrapper .validation_message {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.cont-us-form .gform_wrapper li.gfield.gfield_error,
.cont-us-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0px !important;
}

.cont-us-form .gform_wrapper .field_description_below .gfield_description {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 80%;
    text-align: right;
    color: #d12020 !important;
    height: 16px;
}

.cont-us-form .gform_wrapper .field_description_below .instruction {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 50%;
    text-align: right;
    color: #000 !important;
}

.cont-us-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important
}

.cont-us-form input::-webkit-input-placeholder {
    color: #333333;
}

.cont-us-form input::-moz-placeholder {
    color: #333333;
}

.cont-us-form input:-ms-input-placeholder {
    color: #333333;
}

.cont-us-form input:-moz-placeholder {
    color: #333333;
}

.cont-us-form textarea::-webkit-input-placeholder {
    color: #333333;
}

.cont-us-form textarea::-moz-placeholder {
    color: #333333;
}

.cont-us-form textarea:-ms-input-placeholder {
    color: #333333;
}

.cont-us-form textarea:-moz-placeholder {
    color: #333333;
}

.cont-us-form .gform_wrapper div.validation_error {
    display: none;
}

.cont-us-form .gform_wrapper li.gfield_error input[type=text] {
    border: 0px;
}

.cont-us-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.cont-us-form .gform_wrapper li.gfield_html,
.cont-us-form .gform_wrapper .top_label .gfield_error {
    width: 100%;
}

.cont-us-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0px;
}

.cont-us-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.cont-us-form .gform_wrapper li.gfield_html,
.cont-us-form .gform_wrapper {
    max-width: 100%;
}

.con_sameday {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 105px;
    overflow: hidden;
}

.con_sameday iframe {
    display: block;
    width: 200%;
    height: 575px;
    margin-left: -75%;
}

.con_sameday .container-inner {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.con_crown {
    width: 570px;
    min-height: 679px;
    background-color: #5fc5c5;
    padding: 50px 50px 57px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.same-item {
    float: left;
    width: 100%;
    background-color: #fff;
    background-image: url(images/con-srv-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 50px;
    padding: 0 20px;
    text-align: center;
}

.srv-img {
    margin-top: -100px;
}

.srv-img img {
    -webkit-box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.3);
}

.same-item h4 {
    font-size: 35px;
    line-height: 35px;
    color: #333333;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    margin: 0 0 30px;
}

.same-item p {
    font-size: 20px;
    line-height: 33px;
    color: #656565;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

.same-learn {
    text-align: center;
    margin-bottom: -25px;
    width: 100%;
    float: left;
}

.same-learn a {
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #b54000;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
}

.same-learn a:hover {
    background: #193232;
}

.crown-cnt {
    padding: 31px 30px 0;
}

.con_crown .owl-stage-outer {
    padding: 100px 0 25px;
}

.con_crown button {
    width: 75px;
    height: 75px;
    border-radius: 0px !important;
    background-color: transparent !important;
    position: absolute;
    top: 46%;
    background-position: center center;
    background-repeat: no-repeat;
}

.con_crown .owl-prev {
    background-image: url(images/crw-arw1.png) !important;
    left: -88px;
}

.con_crown .owl-next {
    background-image: url(images/crw-arw2.png) !important;
    right: -88px;
}

.con_crown button span {
    display: none;
}

.single-profile-pg {
    float: left;
    width: 100%;
    padding: 66px 0 0;
}

.profile-block .container {
    width: 1385px;
}

.prof-single {
    float: left;
    width: 100%;
    padding: 50px 0 120px;
}

.prof-img-text {
    width: 1187px;
    float: right;
    border: 16px solid #fafafa;
    padding: 0 60px 0 87px;
    position: relative;
    margin-top: 140px;
}

.prof-img-text:before {
    position: absolute;
    content: "";
    background-image: url(images/pro-leaf.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 179px;
    height: 177px;
    right: -91px;
    top: -122px;
}

.prof-cnt {
    width: 605px;
    float: right;
    min-height: 480px;
}

.prof-img-text h2,
.prof-img-text h1 {
    font-size: 52px;
    line-height: 55px;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    color: #333333;
}

.prof-img-text h6 {
    font-size: 20px;
    line-height: 33px;
    color: #8d8f92;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

.prof-cnt p {
    font-size: 20px;
    line-height: 33px;
    color: #6c6c6c;
    margin: 0 0 20px;
}

.prof-cnt h4 {
    font-size: 35px;
    line-height: normal;
    color: #323232;
    margin: 0 0 20px;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
}

.prof-cnt ul {
    float: left;
    width: 100%;
}

.prof-cnt ul li {
    float: left;
    font-size: 18px;
    line-height: 33px;
    color: #5fc5c5;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 40px 0 0;
}

.prof-cnt ul li:nth-child(even) {
    margin: 0;
}

.profile-img {
    position: absolute;
    width: 642px;
    padding: 9px 0 0 9px;
    z-index: 1;
}

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

.profile-img:before {
    position: absolute;
    content: "";
    background-color: #6fcaca;
    width: 92%;
    height: 92%;
    left: 0;
    top: 0;
    z-index: -1;
}

.soci-contact {
    float: left;
    width: 100%;
    margin: 75px 0 -40px;
}

.prof-hd {
    margin: -133px 0 80px;
}

.profile-btn a {
    font-size: 20px;
    line-height: normal;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    padding: 14px 34px;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
    float: left;
    border-radius: 30px;
    border: 1px solid #b54000;
    margin: 5px 0 0;
}

.profile-btn a:hover {
    background: #193232;
}

.prof-app a {
    padding: 16px 37px;
}

.soci-icons {
    float: left;
    width: 317px;
    text-align: center;
    padding: 3px 38px 0;
}

.soci-icons a {
    float: left;
    width: 55px;
    height: 55px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    margin: 0 5px 0 0;
}

.soci-icons a.soci-icon1 {
    background-image: url(images/soci-icon1.png);
}

.soci-icons a.soci-icon2 {
    background-image: url(images/soci-icon2.png);
}

.soci-icons a.soci-icon3 {
    background-image: url(images/soci-icon3.png);
}

.soci-icons a.soci-icon4 {
    background-image: url(images/soci-icon4.png);
    margin-right: 0;
}

.soci-icons a.soci-icon5 {
    background-image: url(images/soci-icon5.png);
}

.team_profiles {
    float: left;
    width: 100%;
    padding: 20px 0 104px;
}

.profile_item {
    background-color: #eeeeee;
    padding: 6px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.profile_item img {
    opacity: 0.5;
}

.profile_item:hover,
.profile_item.active {
    background-color: #7fd1d1;
    -webkit-filter: initial;
    filter: initial;
}

.profile_item:hover img,
.profile_item.active img {
    opacity: 1;
}

.profile_block .owl-nav button {
    width: 76px;
    height: 76px;
    border-radius: 0px !important;
    background-color: transparent !important;
    position: absolute;
    top: 35%;
    background-position: center center;
    background-repeat: no-repeat;
}

.profile_block .owl-nav .owl-prev {
    background-image: url(images/nav-left.png) !important;
    left: -105px;
}

.profile_block .owl-nav .owl-next {
    background-image: url(images/nav-right.png) !important;
    right: -105px;
}

.profile_block button span {
    display: none;
}

.meet-team-pg {
    float: left;
    width: 100%;
}

.solution_team {
    float: left;
    width: 100%;
    text-align: center;
    padding: 140px 0 20px;
}

.solution_team h2,
.solution_team h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: normal;
    color: #323232;
    position: relative;
    margin-bottom: 26px;
    position: relative;
}

.solution_team h2:before,
.solution_team h1:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -52px;
    margin: auto;
    width: 90px;
    height: 50px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: -5px -56px;
}

.solution_team h6 {
    font-size: 20px;
    line-height: 33px;
    color: #656565;
    margin: 0 0 72px;
}

.team_blocks {
    float: left;
    width: 100%;
}

.solution_team .container-inner {
    width: 1192px;
}

.team_item {
    width: 390px;
    display: inline-grid;
    margin: 0 3px 118px 0;
}

.team-cnt {
    border: 2px solid #f6f6f6;
    background-color: #fafafa;
    padding: 160px 10px 0;
    background-image: url(images/team-leaf-bg.png);
    background-repeat: no-repeat;
    background-position: center 79%;
    float: left;
    width: 100%;
    margin: -120px 0 0;
    background-size: 100%;
}

.team-cnt h4 {
    font-size: 35px;
    line-height: normal;
    color: #323232;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    margin: 0 0 25px;
}

.team-cnt h4 a {
    color: #323232;
}

.team-cnt p {
    font-size: 20px;
    line-height: 33px;
    color: #6c6c6c;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    margin: 0 0 35px;
    height: 66px;
    overflow: hidden;
}

.bio-btn {
    float: left;
    width: 100%;
    margin: 0 0 -25px;
}

.bio-btn a {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    padding: 14px 55px;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #b54000;
}

.bio-btn a:hover {
    background: #193232;
}

.team-img {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.team-img img {
    display: block;
    -webkit-box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.3);
    position: relative;
}

/*Sowmya */
/*Single Blog Page */
.single-blog {
    padding: 110px 0 60px;
}

.single-blog .container {
    width: 1184px;
}

.blogrtcntnt {
    width: 792px;
    float: right;
    position: relative;
    margin-top: 6px;
}

.blgrtcntntimg {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
}

.blgrtcntntimg img {
    display: block;
    width: 100%;
    margin: 0 0 51px;
}

.blgrtcntntimg:before {
    position: absolute;
    content: "";
    background-color: #6fcaca;
    width: 87%;
    height: 80%;
    left: -8px;
    top: -8px;
    z-index: -1;
}

.blgrttxt {
    width: 100%;
    float: left;
}

.blogrtcntnt h1,
.blogrtcntnt h2 {
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: 55px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 14px;
}

.blogrtcntnt h3,
.blogrtcntnt h4,
.blogrtcntnt h5,
.blogrtcntnt h6 {
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    color: #323232;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 36px
}

.blogrtcntnt p {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #6c6c6c;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 32px;
}

.calendr {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.8px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    color: #5fc5c5;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.blogscl {
    position: absolute;
    bottom: -3px;
    left: 18px;
    right: 0;
    margin: auto;
    width: 251px;
}

.blogscl a.bg_socio {
    width: 56px;
    height: 56px;
    display: inline-block;
    background-image: url(images/inner-socialsprites.png);
    background-repeat: no-repeat;
    font-size: 0px;
    text-indent: -9999px;
    margin-right: 0px;
}

.blogscl a.bg_socio.bg_fb {
    background-position: 0px 0px;
}

.blogscl a.bg_socio.bg_gp {
    background-position: -55px -0px;
}

.blogscl a.bg_socio.bg_yt {
    background-position: -111px -0px;
}

.blogscl a.bg_socio.bg_inst {
    background-position: -166px -0px;
}

.blgltsidebar {
    width: 314px;
    float: left;
    padding-left: 13px;
}

.blgltbgm {
    width: 100%;
    float: left;
}

.blgltsidebar h2 {
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: normal;
    color: #333333;
    padding-bottom: 8px;
    margin-bottom: 28px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.blgltsidebar h2:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background: #7aa3a5;
    bottom: 0;
    left: 0;
}

.blgltbgm li {
    color: #5fc5c5;
    position: relative;
    width: 100%;
    float: left;
    padding: 12px 40px;
    border: 1px solid transparent;
    text-align: right;
}

.blgltbgm li a,
.blgltsidebar select {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #a1a3a6;
    font-size: 20px;
    line-height: normal;
    position: relative;
    float: left;
}

.blgltbgm li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(images/bloglistimg.png) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}

.blgltbgm li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(images/bloglistimghover.png) no-repeat;
    top: 0;
    display: none;
    bottom: 0;
    margin: auto;
    z-index: 1;
    left: 20px;
}

.blgltbgm li:hover {
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    color: #fff;
    border-radius: 50px;
    border: 1px solid #b54000;
}

.blgltbgm li:hover a {
    color: #fff;
}

.blgltbgm li:hover::after {
    display: block !important;
}

.blgltsidebar .screen-reader-text {
    display: none;
}

.blgltsidebar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eeeeee url(images/dropdownicn.png) no-repeat;
    background-size: 18px;
    border-radius: 50px;
    background-position: calc(100% - 32px) center;
    width: 100%;
    z-index: 1;
    position: relative;
    z-index: 0;
    padding: 12px 40px;
}

.blgltsidebar select:hover {
    background: #e88300 url(images/dropdownicnhover.png) no-repeat;
    color: #fff;
    background-position: calc(100% - 34px) center;
}

.blgltbgm ul {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.latestblg h2 {
    margin-top: 81px;
    margin-bottom: 37px;
}

.latestblg,
.latestblg-left {
    width: 100%;
    float: left;
}

.latestblg-left {
    margin-bottom: 36px;
}

.latestblg-img {
    width: 95%;
    margin: 0 auto;
}

.blgltsidebar img {
    display: block;
}

.latestblg_bg {
    width: 100%;
    float: left;
    background-color: #5fc5c5;
    padding: 109px 0 26px;
    margin-top: -96px;
    text-align: center;
}

.latestblg_bg h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    line-height: normal;
}

.latestblg_bg p,
.latestblg_bg a {
    color: #ffffff;
}

/*---------Gallery Page Styles----------*/
.gallery-section {
    width: 100%;
    float: left;
    padding: 124px 0 62px;
    text-align: center;
}

.gallery-inner {
    width: 100%;
    float: left;
}

.gallery-section h2,
.gallery-section h1 {
    font-size: 52px;
    line-height: normal;
    font-family: 'PlayfairDisplay-Regular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    margin-bottom: 65px;
}

.gallery-section h2:before,
.gallery-section h1:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -58px;
    margin: auto;
    width: 90px;
    height: 50px;
    background-image: url(images/sprites.png);
    background-repeat: no-repeat;
    background-position: -5px -56px;
}

.click-content {
    width: 100%;
    float: left;
    margin: 60px 0 0px 0;
}

/*Tabs Styles */
ul.clicks {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
}

ul.clicks li {
    margin: 0 8px 17px 8px;
    padding: 0;
    text-align: center;
    display: inline-block;
}

ul.clicks li:first-child {
    margin-left: 0;
}

ul.clicks li:last-child {
    margin-right: 0;
}

ul.clicks li a {
    text-align: center;
    padding: 15px 26px;
    font-size: 20px;
    color: #9fa1a3;
    border: 1px solid #9fa1a3;
    line-height: normal;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    cursor: pointer;
    background-color: rgb(250, 250, 250);
    border-radius: 50px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    display: inline-block;
}

ul.clicks li:hover a,
ul.clicks li.active a {
    color: #fff;
    background-color: #f08c01;
    border: 1px solid #c15000;
}

.cont {
    width: 100%;
    float: left;
}

/* Gallery Styles */
.image_left {
    width: 590px;
    float: left;
    margin: 217px 0 65px 0px;
    position: relative;
}

.image_left:nth-child(even) {
    float: right;
}

.image_left:nth-child(2n+1) {
    clear: both;
}

.gal_bf {
    width: 100%;
    float: left;
    border: 2px solid #efefef;
    background-color: #fafafa;
    min-height: 174px;
    padding: 8px 8px 30px 8px;
}

.gal_bf .twentytwenty-horizontal {
    width: 100%;
    float: left;
    margin-top: -218px;
    position: relative;
    z-index: 9999;
}

.gal_bf .gbf_cnt {
    width: 100%;
    float: left;
    padding: 30px 23px 0px 23px;
    text-align: left;
}

.gal_bf .gbf_cnt p {
    font-size: 20px;
    line-height: 33px;
    color: #6c6c6c;
    margin: 0;
    text-align: left;
    display: inline;
}

.gal_bf .gbf_cnt a {
    color: #6c6c6c;
    text-decoration: underline;
    display: inline;
}

.twentytwenty-overlay:hover {
    background: none !important;
}

.morecontent span {
    display: none;
}

.rmore-btn a {
    color: #fff;
    background: #ea8600;
    padding: 15px 45px;
    border-radius: 50px;
    border: 1px solid #c25100;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.bef_aft .img-bf {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #193232;
    padding: 14px 27px 14px 14px;
    border-bottom-right-radius: 50px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    left: 10px;
}

.bef_aft .img-bf:nth-child(even) {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    right: 10px;
    padding: 14px 18px 14px 32px;
    left: auto;
}

.gallery-section .container-inner {
    width: 1190px;
}

.reviews-list .rating {
    float: left;
}

.whitening-type img {
    margin: 0 0 25px 0
}

.whitening-type {
    width: 33.33%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 20px
}

.blog .dental-testi,
.single .dental-testi,
.archive .dental-testi,
.search .dental-testi {
    display: none;
}

.single-citystate .dental-testi {
    display: block;
}

.searchlist {
    padding: 120px 0
}

.searchlist .blog1 .blog1-img-text a.button {
    margin: 0px
}

.searchlist .wp-pagenavi {
    padding: 0
}

.searchlist .container {
    width: 1172px;
}

.searchlist .blog1 {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    border: 1px solid #ccc;
    padding: 30px;
}

.searchlist .blog1 .blog1-img-text {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    height: auto;
    min-height: inherit;
    max-height: inherit;
}

.blogrtcntnt .blgrttxt a {
    color: rgba(232, 131, 0, 1);
    text-decoration: none;
}

.blogrtcntnt .blgrttxt a:hover {
    color: #5fc5c5;
    text-decoration: none;
}

.blogrtcntnt .blgrttxt strong {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}

.page_content iframe {
    width: 640px;
    height: 320px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border: 0px;
}

/* FAQ page */
.accordion {
    overflow: hidden;
    background: transparent;
}

.faq-pg .accordion-section {
    margin: 0 0 10px 0;
    width: 100%;
}

.faq-pg .accordion-section-title {
    width: 100%;
    padding: 12px 15px;
    display: inline-block;
    border-bottom: 3px solid #fd9c02;
    background: #5fc5c5;
    transition: all linear 0.15s;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.page_content .faq-pg .accordion-section-title.active,
.page_content .faq-pg .accordion-section-title:hover {
    background: #fd9c02;
    color: #fff;
    border-color: #5fc5c5;
}

.accordion-section-content {
    padding: 15px;
    display: none;
}

.faq-pg .accordion-section p {
    margin: 0;
}

.faq-pg .accordion-section-title:after {
    position: absolute;
    content: "+";
    right: 20px;
    font-size: 36px;
    top: 8px;
    color: #fff;
}

.faq-pg .accordion-section-title.active:after {
    content: "-";
}

div.pp_pic_holder {
    z-index: 9999999999
}

.refer-a-friend {
    position: fixed;
    top: 440px;
    right: 0;
    cursor: pointer;
    z-index: 99999999995
}

.waiting .container-inner {
    width: 1250px;
}

.page_content .waiting {
    padding-top: 0;
}

.hm_banr_sec.innerbnr.newbnr {
    background-position: 100% bottom;
}

.page_header {
    float: left;
    width: 100%;
    position: relative;
}

.hm_banr_sec:before {
    background: url(images/banr-after.png) no-repeat center top;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    min-height: 360px;
    width: 100%;
    z-index: 1;
}

.header_sec {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.pg_titleinr {
    width: 100%;
    float: left;
    max-width: 65%;
}

.hm_banr_sec {
    position: relative;
    z-index: 9;
}

.wait_clear {
    clear: both;
    margin-top: 20px;
}

.page_content .faq-pg .accordion h5 {
    margin: 0;
}

/*dist-contact-sec*/
.dist-contact-sec {
    background-color: #fbf9f5;
    width: 100%;
    padding: 70px 0 70px;
    float: left;
    position: relative;
}

.dist-contact-sec:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    background-image: url(images/cont-before.webp);
    background-repeat: no-repeat;
    background-position: left top;
    width: 300px;
    height: 300px;
}

.dist-contact-sec:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url(images/cont-after.webp);
    background-repeat: no-repeat;
    background-position: left top;
    width: 300px;
    height: 300px;
}

.dist-contact {
    width: 757px;
    background-image: url(images/contact-border.png);
    background-repeat: no-repeat;
    background-position: center top 10px;
    margin: 0 auto;
    text-align: center;
}

.lm-btn a {
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #b54000;
    background: rgba(232, 131, 0, 1);
    background: -moz-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 131, 0, 1)), color-stop(100%, rgba(254, 158, 3, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -o-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: -ms-linear-gradient(left, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
    background: linear-gradient(to right, rgba(232, 131, 0, 1) 0%, rgba(254, 158, 3, 1) 100%);
}

.lm-btn a:hover {
    background: #193232;
    border: 1px solid #193232;
}

.dist-contact p {
    text-align: center;
    color: #323232;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 0px 45px;
}

.dist-contact p a {
    color: #323232;
    display: inline-block;
}

.dist-contact p a:hover {
    color: #57bfc0;
}

.dist-contact h3 {
    text-align: center;
    font-family: 'PlayfairDisplay-Bold', Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    color: #323232;
}

.dist-contact h5 {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: normal;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    color: #57bfc0;
}

body .cc-banner.cc-bottom {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(254, 156, 3, 0.9);
    justify-content: center;
}

body .cc-banner .cc-message {
    width: 100%;
    text-align: center;
    line-height: normal;
    margin: 0 0 10px;
    font-size: 12px;
}

body .cc-compliance {
    width: auto;
    display: inline-block;
    text-align: center;
}

body #cc-window.cc-theme-minimal .cc-btn {
    line-height: normal;
}

.cc-deny {
    display: none;
}

.cc-window.cc-theme-minimal .cc-btn.cc-dismiss {
    display: inline-block;
    margin: 0;
    position: relative;
    border-radius: 150px !important;
    -moz-border-radius: 150px !important;
    -webkit-border-radius: 150px !important;
    line-height: normal;
    padding: 5px 12px;
}

#callnowbutton {
    bottom: 110px !important;
}

#cmplz-document {
    max-width: 100%;
}

.gencnt-right div {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #656565;
}

body .userway.userway_p5 {
    bottom: 110px !important;
}

/*Pop Up*/
.alert-popup {
    display: none;
    width: 100%;
    height: 100%;
    background-image: url(images/overlay_transparent.png);
    background-repeat: repeat;
    background-position: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999995;
}

.estpp-box {
    max-width: 820px;
    width: 92%;
    position: absolute;
    border: 5px solid #3b8d8b;
    background: #fff;
    background-size: cover;
    right: 0;
    left: 0;
    margin: auto;
    top: 5%;
    background: #fff;
    padding: 5px;
    z-index: 99;
    padding: 0;
}

.ppup-close {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 45px;
    height: 45px;
    background-color: #43b2b9;
    border: 5px solid #388a8b;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 20px;
    line-height: 37px;
    cursor: pointer;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.never-seen-again {
    display: block;
    margin: 5px 10px 5px 0;
    color: #231f20;
    text-transform: capitalize;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    clear: both;
    text-align: right;
    text-decoration: underline;
}

.pp-logo {
    width: 330px;
    float: none;
    margin: 0 auto;
    padding: 15px 0 0;
}

.pp-logo img {
    display: block;
    margin: 0 auto;
}

.ppalert {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

.overlay-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 9;
}

.gform_button.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.hm_get_form .gform_wrapper .form-captcha label,
.connect_form .form-captcha label,
.connect_form .gform_wrapper .form-captcha .gfield_label,
.dentalctform .gform_wrapper ul.gform_fields li.form-captcha .gfield_label,
.cont-us-form .gform_wrapper ul.gform_fields li.form-captcha label {
    display: block !important;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    margin: 0 0 10px;
}

.dentalctform .gform_wrapper ul.gform_fields li.form-captcha .gfield_label,
.cont-us-form .gform_wrapper ul.gform_fields li.form-captcha label {
    color: #656565;
}



/* Pop-up styles */
body .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 25px 15px 10px;
}

.pum-container.pum-responsive.pum-responsive-tiny {
    width: 20% !important;
}

body .pum-container.pum-responsive.pum-responsive-tiny {
    background: #da0f8f !important;
    color: #fff !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 400;
}

.pum-theme-7034 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: normal !important;
}

.pum-container .gf_progressbar_wrapper p,
.pum-container .gform_wrapper.gravity-theme .gfield_checkbox label,
.pum-container .gform_wrapper.gravity-theme .gfield_radio label {
    color: #fff !important;
}

.pum-theme-7034 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    line-height: 10px !important;
    font-size: 15px !important;
    padding: 8px !important;
    font-weight: bold !important;
    background-color: #f1f1f1 !important;
    color: #000000 !important;
    top: -10px !important;
    right: 0;
}

body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    background-color: #FC9C02 !important;
    width: 95px !important;
    font-size: 11px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    letter-spacing: 1px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #fff !important;
    padding: 8px 15px !important;
}

body .pum-container .gf_progressbar_wrapper {
    display: none !important;
}

body .pum-container .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 5px 0 0 0;
    padding: 0;
}

body .pum-container .gform_wrapper .top_label .secnd-stp .gfield_label {
    display: none;
}

body .pum-container.pum-responsive.pum-responsive-tiny {
    min-height: 260px;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    font-size: 14px;
    padding: 6px 10px !important;
}

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
    background-color: #5fc5c5;
    min-height: 340px !important;
}

.pum-container .pum-close.popmake-close {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

body .pum-container .pum-title {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.pum-content:focus-visible {
    outline: none;
}

.pum-content.popmake-content .pum-title {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gform_fields {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

.pum-container .gform_wrapper .gform_page_footer .button {
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    cursor: pointer;
    line-height: normal;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #050708;
    text-align: center;
    padding: 15px 15px !important;
    width: 295px !important;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 3px;
}

.ps-pnf-iframe-wrapper .ps-pnf-progress-bar {
    display: none;
}

.pum-container fieldset.fst-labl span.gfield_required {
    display: none;
}

body .pum-container .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background-color: inherit !important;
    font-size: 12px !important;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #ff0000 !important;
    padding: 0px !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 5px !important;
    border: 0px !important;
}

body .pum-container .gform_submission_error.hide_summary,
.gform_validation_errors {
    display: none !important;
}

body .pum-container .gform_wrapper .instruction.validation_message {
    display: none;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    height: 60px !important;
}

body .pum-container .pum-content .gform_confirmation_message {
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

:focus-visible,
:-webkit-direct-focus {
    outline: none;
}

:focus,
*:focus {
    outline: none;
}

#field_4_8 .gfield_label {
    display: none;
}

#input_4_8 div {
    position: relative;
    left: -15px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.clr-btn {
    position: absolute;
    top: 21px;
    cursor: pointer;
    width: 50px;
    right: 40px;
    z-index: 9999;
}

.clr-btn input {
    padding: 3px 0 0 0 !important;
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.repage-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rw-img {
    margin-left: 20px;
}

.repage-title .rw-img img {
    width: 50px !important;
    height: 50px !important;
}




.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color:#323232;
    z-index: 999999;
}
.sticky-wrap { display:none;}
.header-sticky { 
    width: 100%;
    float: left;
    background:#323232;
    padding: 10px; 
    display:none;
}
.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #150101;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav, .header-sticky .showhide {
    display: block;
}
.sticky-mobinav a {
    color: #fff;
}

.header-sticky .mobile_src_nav {background: transparent;}
.sticky-mobinav {
    display: none;
}

.header-sticky .stickyshowhide .txt{
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0; position:relative;
    font-weight: normal;
}
.header-sticky .sicky-cnt>a{
    font-size: 17px;
    color: #fff;
    position: relative;
    padding-top:45px;
    display: inline-block;
    text-align: center;
    width: 100%;cursor: pointer;
}
.header-sticky .sicky-cnt a:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
}

.header-sticky .stickyshowhide .txt:before{
display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;}
.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 45px;
}
.sticky-mobinav ul li a.drop.open {
    width: 28px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-book-wrap a:before {background: url(images/header-sticky-book.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faq.png) no-repeat center;}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    width: 100%;
    height: 100vh;
}
.floatingMenu-list{
    width: 280px;
    background:#323232;
    padding: 10px;
    position: relative;
    overflow-y: auto;
    height: 100vh;
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}
#floatingMenu.openMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #fff;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;font-family: 'OpenSans-Regular';
    padding: 4px 0;font-size: 18px;

    display: block;line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
   /* -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);*/
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    /*-webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);*/
    opacity: 0;
}

.page-id-282 .image_left{
  margin-top: 0  
}
.page-id-282 .gal_bf .twentytwenty-horizontal{
    margin-top: 0;
}

.team_slider.dsk-tp{
    display: block;
}
.slider-inner-blck.mbl{
    display: none;
}
@media screen and (max-width:991px) {.sticky-mobinav {display: block;}}
@media screen and (max-width:800px) {.sticky-wrap {display: block;}}

.hm_top_menu {
    display: flex;
    align-items: center;
    gap:20px;
}
.hm_top_menu-seclst {
    padding: 10px 0;
}
.hm_top_btn.mob {
    display:none;
}
.hm_top_btn.ftr a:hover {
    background-color: #5fc5c5;
}