@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

/* Font Styles
---------------------------------*/
@font-face {
  font-family: 'GothamRoundedLight';
  src: url('../fonts/GothamRoundedLight.woff2') format('woff2'),
       url('../fonts/GothamRoundedLight.woff') format('woff'),
       url('../fonts/GothamRoundedLight.ttf')  format('truetype');
}
@font-face {
  font-family: 'GothamRoundedMedium';
  src: url('../fonts/GothamRoundedMedium.woff2') format('woff2'),
       url('../fonts/GothamRoundedMedium.woff') format('woff'),
       url('../fonts/GothamRoundedMedium.ttf')  format('truetype');
}
@font-face {
  font-family: 'GothamRoundedBook';
  src: url('../fonts/GothamRoundedBook.woff2') format('woff2'),
       url('../fonts/GothamRoundedBook.woff') format('woff'),
       url('../fonts/GothamRoundedBook.ttf')  format('truetype');
}
@font-face {
  font-family: 'GothamRoundedBold';
  src: url('../fonts/GothamRoundedBold.woff2') format('woff2'),
       url('../fonts/GothamRoundedBold.woff') format('woff'),
       url('../fonts/GothamRoundedBold.ttf')  format('truetype');
}
html,
body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;    
}

* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: 'GothamRoundedMedium';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    letter-spacing: 0px;
    overflow-x: hidden;
    color: #401936;
    /*background: url(../images/background-bg.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    background-color: #f9f9f9;
}

body,
html {
    overflow-x: hidden;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #401936;
    line-height: 30px;
    font-family: 'GothamRoundedBold';
}

p {
    margin: 0;
    padding: 0;
    color: #401936;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    line-height: 32px;
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}

/* defult css Styles
---------------------------------*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: normal;
}

h1 {
    font-size: 28px;
    margin: 0 0 15px;
}

h2 {
    font-size: 26px;
    margin: 18px 0 10px;
}

h3 {
    font-size: 26px;
    margin: 18px 0 10px;
}

h4 {
    font-size: 18px;
    margin: 0 0 12px;
}

h5 {
    font-size: 16px;
    margin: 0 0 10px;
}

h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

li {
    margin: 0 0 10px;
    padding: 0;
}

p {
    padding-bottom: 12px;
    margin: 0;
}

p:last-child {
    padding-bottom: 0;
}

/*label,
span,
strong {
    display: block;
}*/

p label,
p span,
p strong {
    display: inline;
}

strong {
    font-weight: 700;
}

a {
    color: #7acacb;
    text-decoration: none;
    border: none;
    outline: none;
    display: inline-block;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

a:hover,
a:focus {
    color: #7acacb;
    text-decoration: none;
    outline: none;
}

a:focus {
    color: #7acacb;
}

img {
    border: none;
    outline: none;
    display: inline-block;
    max-width: 100%;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 10px 0;
    padding: 0;
    border-top: 1px solid #d3d3d3;
}

::-moz-selection {
    background: #7acacb;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #7acacb;
    color: #fff;
    text-shadow: none;
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table th,
table td {
    padding: 10px 12px;
    vertical-align: top;
    border: 1px solid #d3d3d3;
}

/*----------------------------------------------------
scroll bar
------------------------------------------------------*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
    width: 6px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;

}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7acacb;
}

/* ---------page scrool  ----------*/
.scrollup {
    position: fixed;
    bottom: 26px;
    right: 26px;
    z-index: 5;
    width: 43px;
    height: 43px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #4d2544;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
}

.scrollup.active {
    bottom: 0px;
    right: 0px;
}

.scrollup:hover {
    -webkit-border-radius: 0px;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #7acacb;
    color: #fff;
}

/***************
page scrool
***************/

/************ Header ***************/
/************ ******* ***************/

/*.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-item.active a,
.navbar-expand-lg .navbar-nav .menu-item.current-menu-item a,
.navbar-expand-lg .navbar-nav .menu-item:hover a {
    color: #7acacb;
}
*/
.menu-right {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    justify-content: flex-end;
}

.header-appear-index .navbar-expand-lg .navbar-nav .nav-link {
    color: #282828;
}

.header-appear-index .navbar-nav li a {
    color: #282828;
}
.header-appear-index .navbar-nav li:last-child{padding-left: 20px;}

.header-appear-index .navbar-nav li a:hover {
    color: #22368f;
}
.navbar-nav.nav-inn li {
    margin-bottom: 0;
    padding: 50px 16px;
    margin: 0;
}
/*
.navbar-nav.nav-inn li:last-child a{
    border: 2px solid #7acacb;
    padding: 5px 30px 5px 18px;
    border-radius: 50px;
    white-space: nowrap;
    color: #7acacb;
    font-size: 14px;
}
.navbar-nav.nav-inn li:last-child:hover a{
    border: 2px solid #7acacb;
    padding: 5px 30px 5px 18px;
    border-radius: 50px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    background-color:#7acacb;
}
.navbar-nav.nav-inn li:last-child a:hover:before{
    color: #fff;
}*/
.top-contc {
    margin-left: 30px;
}

.top-contc .btn-all {
    border-radius: 0px;
    padding: 10px 30px;
    background: #7acacb;
    color: #142440;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border: 1px solid #7acacb;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    letter-spacing: 1px;
    box-shadow: 0px 0px 10px #7acacb;
}

.btn-all:hover {
    background: #142440;
    border-color: #142440;
    color: #fff;
}

.navbar-nav.nav-inn li a {
    color: #401936;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0px;
    font-family: 'GothamRoundedMedium';
    font-weight: 500;
}
.navbar-brand{width: 10%;}
.navbar-brand img{
    width: 100%;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    padding-top: 35px;
}

.breadcrumb li {
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px;
}

.breadcrumb li a {
    color: #687a9f;
}

.breadcrumb-item.active {
    color: #041230;
}



/* ===================================
Header & Navigation
====================================== */
.header-appear {
    /*height: 70px;*/
    position: fixed;
    top: 0;
    padding: 5px 0px;
    z-index: 999;
    background-color: #0859ff;
    width: 100%;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header-appear-index {
    height: auto;
    position: fixed;
    top: 0;
    padding: 0px 0px;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header-appear .navbar-nav.nav-inn li a {
    color: #fff;
}

header {
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    position: static;
    background-color: #fff;
    display: block;
}


/*header top bar*/

.top-header-area {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;

}


.top-header-area~.navbar-top-default {
    background-color: #0e1f33;
    top: 45px;
    height: 65px;
}

.header-appear .top-header-area {
    display: none;
}

.header-appear .top-header-area~.navbar-top-default {
    top: 0;
}

/* nav top default */

.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    /*height: 90px;*/
    width: 100%;
    background-color: var(--color-black);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.header-appear .navbar-top-default {
    /*height: 70px;*/
    position: fixed;
    z-index: 999;
    background-color: var(--color-black);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-header.header-appear .logo-section img {
    height: 70px;
}

.main-header.header-appear .header-info {
    padding-bottom: 15px;
}

/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.header-appear-index {
    background-color: #fff;
    align-items: center;
    display: flex;
    -webkit-box-shadow: 0px 0px 10px #d6d6d6;
    -moz-box-shadow: 0px 0px 10px #d6d6d6;
    box-shadow: 0px 0px 10px #d6d6d6;
}

.header-appear-index .navbar-nav li {
    margin-bottom: 0px;
    padding: 28px 10px;
}
.header-appear-index .navbar-brand img{width: 70%;}

.header-appear-index .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.header-appear-index .navbar-expand-lg .navbar-nav .nav-item.active a {
    color: #7acacb;
    padding: 0;
}

/* ----------------------------------- */




/*----banner section----*/
.home-slider {
    padding: 0;
    position: relative;
    background-color: #131212;
    position: relative;
}

.banner-sec {
    position: relative;
}

.banner-sec .banner-cont {
   text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    right: 0;
    width: 50%;
    background-color: rgb(124 124 124 / 56%);
    padding: 40px;
}

.banner-cont .heading {
    font-size: 38px;
    color: #ffff;
    text-transform: capitalize;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.home-slider .owl-carousel .owl-item img {
    opacity: 1;
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.header-top {
   display: block;
    width: 100%;
    position: relative;
    background-color: #f8f8fa;
    padding: 0px 0px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}

.header-top a {
 color: #7e7e7e;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;    
}

.header-top .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 0;
    position: relative;
}

.header-top .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.header-top .btn {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: transparent;
    border: none;
    padding: 5px;
    min-width: 0;
}

.header-top .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 600;
}

.header-top .form-control:-ms-input-placeholder {
    /* Internet Explorer */
    color: #ffffff;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 600;
}

.header-top .form-control::placeholder {
    color: #ffffff;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 600;
}

.homeslider.owl-carousel {
    padding: 0;
}

.homeslider.owl-carousel .owl-nav {
    width: 35px;
    position: absolute;
    left: 30px;
    top: 40%;
}

.homeslider.owl-carousel .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
    font-size: 35px;
    min-width: inherit;
    width: 35px;
    position: static;
    height: 32px;
    opacity: 1;
}

.homeslider.owl-carousel .owl-dots {
    position: absolute;
    left: 30px;
    width: 34px;
    top: 55%;
}

.homeslider.owl-carousel .owl-dots .owl-dot {
    margin: 1px 10px;
    vertical-align: top;
}

.homeslider .bannerimg {
    width: 100%;
    padding-top: 45%;
    position: relative;
    overflow: hidden;
}

.homeslider .bannerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.common_banner {
    position: relative;
}

.banner-cont p {
    color: #ffff;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
}

.more-bttn {
    border-radius: 0px;
    padding: 12px 22px;
    background: #7acacb;
    color: #142440;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border: 1px solid #7acacb;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    letter-spacing: 1px;
    margin-top: 15px;
}

.more-bttn:hover,
.btn:focus {
    color: #fff;
    outline: 0;
    box-shadow: none;
    background-color: #142440;
    border: 1px solid #142440;
}

.home-carousel .owl-dots {
    bottom: 15%;
}

.banner_area .owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
    box-shadow: none;
}

.home-slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 6px;
    background: transparent;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 0px;
    position: relative;
    border:1px solid #fff;
}

.home-slider .owl-dots {
    position: absolute;
    width: auto;
    bottom: auto;
    margin-top: 0 !important;
    top: auto;
    transform: translate(0%, -50%);
    width: 100%;
    bottom: 6%;
    margin: 0 auto;
    text-align: center;
}

.home-slider .owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
    box-shadow: none;
}

.home-slider .owl-theme .owl-dots .owl-dot span::before,
.home-slider .owl-theme .owl-dots .owl-dot span::after {
    border-radius: 0px;
}

.home-slider .owl-theme .owl-dots .owl-dot span::before {
    border: 2px solid transparent;
}

.home-slider .owl-theme .owl-dots .owl-dot span::after {
    border: 0 solid transparent;
}

.home-slider .owl-theme .owl-dots .owl-dot span:hover::before,
.home-slider .owl-theme .owl-dots .owl-dot.active span::before {
    border-top-color: #7acacb;
    border-right-color: #7acacb;
    border-bottom-color: #7acacb;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.home-slider .owl-theme .owl-dots .owl-dot span:hover::after,
.home-slider .owl-theme .owl-dots .owl-dot.active span::after {
    border-top: 2px solid #7acacb;
    border-left-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.home-slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #7acacb;
    border:1px solid #7acacb;
}




/* SECTION_HEADING
----------------------*/
.section {
    width: 100%;
    padding: 80px 0;
    position: relative;
}

.heading {
    font-weight: 700;
    color: #401936;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 20px;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    padding-top: 0px;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'GothamRoundedBold';
}
.heading span{
    color: #7acacb;
}

.heading.s {
    font-size: 32px;
}

.heading-tag {
    font-size: 16px;
    color: #7acacb;
    position: relative;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.heading.w {
    color: #fff
}

.heading.w:before {
    background: #fff;
}

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

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

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

.heading.text-left:before {
    left: 0;
    right: auto;
}

.heading.text-right:before {
    left: auto;
    right: 0;
}

.heading.text-center:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.heading.text-center::after {
    margin: 0 auto;
    left: 0;
    right: 0;
}


.subheading span {
    font-weight: 600;
}

.heading:last-child,
.subheading:last-child,
.heading_tag:last-child {
    margin-bottom: 0;
}

/*.heading a,
.subheading a {
    color: inherit;
    display: inline;
}
*/
.heading a:hover,
.heading a:focus,
.subheading a:hover,
.subheading a:focus,
a:hover .heading,
a:hover .subheading {
    color: #f16f30;
}

[type="submit"],
[type="reset"],
/*[type="button"],*/
.btn {
    background: #7acacb;
    border: 1px solid #7acacb;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    height: auto;
    min-width: 132px;
    padding: 12px 40px;
    text-align: center;
    font-weight: 400;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    z-index: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}

[type="submit"].btn_transparent,
[type="reset"].btn_transparent,
button.btn_transparent,
.btn.btn_transparent {
    background-color: transparent;
    border-color: #7acacb;
    color: #7acacb;
    height: auto;
    text-transform: capitalize;
    /*line-height: 24px;*/
    font-size: 14px;
}

[type="submit"].btn_transparent:hover,
[type="reset"].btn_transparent:hover,
button.btn_transparent:hover,
[type="submit"].btn_transparent:focus,
[type="reset"].btn_transparent:focus,
button.btn_transparent:focus,
.btn.btn_transparent:hover,
.btn.btn_transparent:focus {
    background-color: #7acacb !important;
    border-color: #7acacb !important;
    color: #fff !important;
}

[type="submit"]:hover,
[type="submit"]:focus,
[type="reset"]:hover,
[type="reset"]:focus,
.btn:hover,
.btn:focus,
.btn:active:focus {
    outline: 0;
    background-color: transparent !important;
    border-color: #7acacb !important;
    color: #7acacb;
    box-shadow: none;
}

.btn.btn-sm {
    padding: 8px 20px;
}

/*---Testimonials Section ----*/
.testimonials-sec {
    background-color: #f8f8f8;
    display: block;
    width: 100%;
}

.testimonials-sec .owl-carousel .owl-stage-outer {
    padding: 50px 15px 0;
}

.client-dt {
    background-color: #fff;
    padding: 40px 30px;
    width: 100%;
    box-shadow: 0px 0px 10px #e8e8e8;
    margin: 20px 0 0;
    overflow: hidden;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    height: 280px;
}

.client-dt p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-dt:hover {
    background-color: #7acacb;
    color: #fff;
}

.clientbt {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 52px;
    display: flex;
    align-items: center;
}

.client-dt:hover h3,
.client-dt:hover .client-des,
.client-dt:hover p,
.client-dt:hover .clientbt {
    color: #fff
}

.client-dt:hover img {
    box-shadow: none;
}

.client-dt img {
    height: 60px;
    width: 60px !important;
    object-fit: cover;
    border-radius: 50px;
     box-shadow: 0px 0px 20px #ccc; 
    background-color: #fff;
    position: relative;
    margin-right: 10px;
}

.client-dt h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.client-des {
    color: #717171;
    font-size: 14px;
    font-weight: 500;
}

.testimonials-sec .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.testimonials-sec .owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
    box-shadow: none;
}

.testimonials-sec .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
    margin: 0 8px;
    background: #b8b8b8;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 0px;
    position: relative;
}

.testimonials-sec .owl-theme .owl-dots .owl-dot.active span {
    background: #7acacb;
    width: 75px;
}

/*---Gallery Section ----*/
.gallery-sec {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
}

.galbox {
    margin-top: 40px;
    margin-right: -5px;
    margin-left: -5px;
}

.galbox .col-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.galbox img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    overflow: hidden;
    background-color: #7acacb;
}

.galboximg {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 40%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.galboximg a:hover .content-details {
    top: 42%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}
/*
.content-title {
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    content: "\f06e";
    font-family: FontAwesome;
    margin: auto;
    cursor: pointer;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    border: 1px solid #fff;
}

.content-title:after {
    position: absolute;
    top: 18px;
    left: 6px;
    bottom: 0;
    right: 0;
    content: "\f06e";
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 25px;
    color: #fff;

}


.video-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-box .content-overlay {
    background: rgb(27 3 35 / 40%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.video-box:hover .content-overlay {
    opacity: 1;
}

.galboximg a {
    width: 100%;
    display: block;
    background-color: #e84d65;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.galboximg a img{
	 -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.galboximg a:hover img{
	opacity: 0.6;
	 -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.btntp {
    margin-top: 85px;
}*/

/*----Service Section---*/
.service-sec {
    display: block;
    /*background-color: #f8f8f8;*/
    width: 100%;
    position: relative;
    background: #f8f8f8 url(../images/service-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1
}
.service-sec:after{
	background-color:rgb(233 77 101 / 70%);
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
.secp {
    color: #0e0e0e;
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.news-box {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
  -webkit-box-shadow: 0px 6px 30px #ccc;
    -moz-box-shadow: 0px 6px 30px #ccc;
    box-shadow: 0px 6px 30px #dedede;
    border-radius: 0px;
    overflow: hidden;
}

.news-box .news-image {
    overflow: hidden;
    border-radius: 0;
}

.news-box .news-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.news-cont {
    padding: 22px 22px;
    margin: 0;
    position: relative;
    margin-top: 0px;
    background-color: #fff;
}

.news-cont p {
    min-height: 60px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    color: #5e5e5e;
    line-height: 20px;
    margin-bottom: 20px;
}

.news-cont h2 {
    font-size: 18px;
    line-height: 32px;
    color: #401936;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    min-height: 32px;
    margin-top: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.serbox {
    margin-top: 60px;
}

/*----About Section---*/
.about-sec {
    display: block;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.about-sec p {
    font-size: 15px;
    line-height: 24px;
    color: #0e0e0e;
    text-align: justify;
}

.hedbox {
    padding-right: 10%;
}

.about-sec .heading {
    margin-bottom: 20px;
    font-size: 36px;

}
.about-sec .about-img img{
	height: 500px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 50px #e2e2e2;
    border-radius: 0px 0px;
}

/*-----------Extra Css----------*/
.main-menu-more {
    display: none;
}

/* ERROR 404 PAGE 
---------------------------------*/
.err404 {
    padding-bottom: 0px;
}

.error-page {
    margin: 0;
    font-weight: 600;
    overflow-x: hidden;
    color: #fff;
    font-size: 14px;
    height: 100vh;
    width: 100%;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.error-page .head {
    font-size: 180px;
    font-weight: 600;
    letter-spacing: 25px;
    color: #cc0000;
    margin: 0;
}

.error-page .head span {
    position: relative;
    display: inline-block;
    font-family: auto;
}

.error-page p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.errbtn-all {
    border-radius: 50px;
    padding: 12px 26px;
    background: #7acacb;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border: 1px solid #7acacb;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.errbtn-all:hover,
.errbtn-all:focus {
    background: transparent;
    color: #7acacb;
    border-color: #7acacb;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    box-shadow: none;
    outline: 0;
}

.subheading {
    font-weight: 700;
    color: #7acacb;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    padding-top: 0px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.contact-s {
   display: block;
    width: 100%;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 0px 20px #e8e8e8;
    -moz-box-shadow: 0px 0px 20px #e8e8e8;
    box-shadow: 0px 0px 20px #e8e8e8;*/
    padding: 30px;
    border-radius: 0px;
}

.contact-s .form-control {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    font-size: 15px;
    padding: 15px;
    font-weight: 400;
    height: 54px;
    color: #000;
}

.contact-s .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-s textarea.form-control {
    height: 100px;
    resize: none;
}

.cmbox {
    height: 220px;
    width: 100%;
    /*border: 1px solid #ccc;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 30px 20px;
    margin-bottom: 44px;
    word-break: break-all;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    border-radius: 0px;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 0px 20px #e8e8e8
    -moz-box-shadow: 0px 0px 20px #e8e8e8;
    box-shadow: 0px 0px 20px #e8e8e8;*/
}
.cmbox img{
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.cmbox:hover {
    background-color: #6d90e6;
    /*border: 0px solid #7acacb;*/
    color: #fff;
}

.cmbox:hover h2,
.cmbox:hover a,
.cmbox:hover p {
    color: #fff;
}

.cmbox:hover img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.cmbox h2 {
    color: #7acacb;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 15px 0;
    margin: 0;
    font-family: 'GothamRoundedMedium';
}

.cmbox a,
.cmbox p {
    color: #393838;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'GothamRoundedMedium';
}
.cmbox p br{display: none;}
.blue-btn {
    font-weight: 600;
    position: relative;
    background-color: transparent;
    border: 1px solid #7acacb;
    letter-spacing: 0px;
    color: #7acacb;
    font-size: 15px;
    font-weight: 500;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    border-radius: 0px;
    text-transform: capitalize;
    padding: 18px 24px;
    margin-top: 20px;
}

.blue-btn:hover,
.blue-btn:focus {
    background-color: #7acacb;
    border-color: #7acacb;
    color: #fff;
}

.gallery-sec .row {
    margin-right: -5px;
    margin-left: -5px;
}

.gallery-sec .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.gallery-sec .col-lg-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.inner-gal .design-img.debg {
    margin-bottom: 10px;
}

.design-img.debg {
    margin-bottom: 10px;
}

/* .inner-gal .design-img.debg{margin-bottom: 30px;} */
.contact-sec{
    display: block;
    width: 100%;
background-color: #fe6894;
/*background: -moz-linear-gradient(left,  #ffc300 0%, #6a91e8 0%, #fd6c97 100%, #b7372e 100%);
background: -webkit-linear-gradient(left,  #ffc300 0%,#6a91e8 0%,#fd6c97 100%,#b7372e 100%);
background: linear-gradient(to right,  #ffc300 0%,#6a91e8 0%,#fd6c97 100%,#b7372e 100%);*/
}
.contact-sec .heading::after,
.contact-sec .heading::before {
    display: none;
}

.inner_banner_text {
   position: absolute;
    top: auto;
    left: auto;
    right: 3%;
    bottom: 0; 
    width: 38%;
    z-index: 2;
    text-align: center;
   -webkit-transform: translate(0%, -40%);
    -moz-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
}

.banner_area_text_box {
    background: transparent;
    display: inline-block;
    padding: 0;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
    /*width: 38%;*/
}

.banner_area_text_box .page-title {
    font-size: 22px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
}
.banner_area_text_box .btn:hover,.banner_area_text_box .btn:focus{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #7acacb !important;
}
.banner_area_text_box .page-title span{color: #fff;}
.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb ul {
    list-style-type: none;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.breadcrumb ul li {
    display: inline-block;
    color: #131212;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
}

.breadcrumb ul li:last-child::before {
    display: none;
}

.breadcrumb ul li a,
.breadcrumb ul li strong {
    color: #ea536a;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 400;
}

.breadcrumb ul li strong {
    color: #fff;
}

.inner_banner {
    position: relative;
    width: 100%;
    height: 600px;
}

.breadcrumb ul li:before {
    content: "-";
    display: block;
    position: absolute;
    top: -2px;
    right: -14px;
    font-family: 'FontAwesome';
    font-size: 22px;
}

.breadcrumb ul li:last-child,
.breadcrumb ul li a:hover {
    color: #131212;
    margin: 0;
}

.common_banner {
    position: relative;
    overflow: hidden;
}

.map {
    margin-bottom: 0px;
    border-radius: 0px;
    overflow: hidden;
    /*-webkit-box-shadow: 0px 0px 20px #e8e8e8;
    -moz-box-shadow:0px 0px 20px #e8e8e8;
    box-shadow: 0px 0px 20px #e8e8e8;*/
}

.map iframe {
height: 645px;
width: 100%;
border-radius: 0px;
margin-bottom: -10px;
}

.contact-s .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}

span.wpcf7-not-valid-tip {
    background: #fd2e00;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    z-index: 1;
    right: 0;
    width: auto;
    text-align: center;
}

span.wpcf7-not-valid-tip::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fd2e00 transparent;
}

.infosection {
    padding: 20px;
    border: 1px solid #f9e5ff;
    border-radius: 0px;
    margin-bottom: 30px;
    background-color: #fbefff;
}

.wpcf7-form-control.wpcf7-radio {
    width: 100%;
    display: block;
}

.wpcf7-form-control.wpcf7-radio .captcha-image {
    border: 1px solid #cdcdcd;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}

.cmonbox {
    background-color: #fff;
    padding: 20px;
    /* box-shadow: 0px 0px 10px #e2e2e2; */
    border-radius: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px #e8e8e8;
    -moz-box-shadow: 0px 0px 20px #e8e8e8;
    box-shadow: 0px 0px 20px #e8e8e8;
}

.cmonbox img {
    height: 280px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.cmonbox a {
    display: block;
    width: 100%;
}

.acabox {
    /*background-color: #fff;*/
    /*padding: 30px;*/
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    /*-webkit-box-shadow: 0px 0px 20px #e8e8e8;
    -moz-box-shadow: 0px 0px 20px #e8e8e8;
    box-shadow: 0px 0px 20px #e8e8e8;*/
}
/*.acabox p{
    color: #fff;
}*/
.acabox .editor-text{
    pointer-events: none;
}
.galtab .nav-tabs {
    justify-content: center;
    list-style: none;
    border-bottom: 1px solid #7acacb;
}
/*.single-ser-img .editor-text p{
    color: #fff;
}*/

.galtab .nav-tabs li {
       list-style: none;
    margin: 0 4px -1px;
    border: none;
    border-right: double 4px #7acacb;
}
.galtab .nav-tabs li:last-child {
	border:none;
}

.galtab .nav-tabs .nav-item.show .nav-link,
.galtab .nav-tabs .nav-link.active {
    color: #436990;
    /*border-color: #7acacb #7acacb #7acacb;*/
    background-color: transparent;
}

.galtab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: transparent;
    color: #6d9dce;
}

.galtab .nav-link {
    display: block;
    padding: 1rem 2rem;
}

.gallary-ca a {
    margin-bottom: 30px;
    display: block;
}

.gallary-ca img {
    height: 280px;
    width: 100%;
    display: block;
    background-color: #0269c7;
    object-fit: cover;
}

.inner-gal .galboximg {
    margin-bottom: 10px;
}

.innerabout-sec figure.sk_img_right {
    width: 40%;
    float: right;
    margin: 0 15px 20px;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border-radius: 10px;
}

/*.innerabout-sec .sk_content {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}*/

.innerabout-sec .sk_img_right img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.innerabout-sec .sk_img_right img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.reviews-list ul li {
    display: inline-block;
    color: #e9423a;
}

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

.customer-bg .sub-head p {
    padding: 0 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
    position: relative;
}

.customer-bg .sub-head p:after {
    background: url(../images/q1.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    content: "";
    left: 0;
    top: -4%;
}

.customer-bg .sub-head p:before {
    background: url(../images/q2.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    content: "";
    right: 0;
    bottom: -8px;
}

.reviews-list em {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    margin: 0px 0;
    display: inline-block;
}

.customer-bg .all-btn {
    margin-top: 30px;
}

.reviews-list {
   background-color: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 7px #e4e4e4;
    border-radius: 0px;
    border-top: 3px solid #7acacb;
}

.reviews-list .subheading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.bannerimage img {
    height: 510px;
    width: 100%;
    object-fit: cover;
}

/*.bannerimage:after{     
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}*/


#ajaxsearchlite1 .probox,
div.asl_w .probox {
    margin: 0 !important;
    padding: 0 !important;
    height: 34px !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #fff !important;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #7acacb !important;
}

div.asl_w .probox .promagnifier {
    box-shadow: none !important;
}

div.asl_m .probox .proinput {
    margin: 0 !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    color: #fff !important;
}

.table-sm td,
.table-sm th {
    padding: 0.6rem;
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    letter-spacing: 2px;
}

.acabox .table {
    border-radius: 0px;
    overflow: hidden;
}

.error404 .header-top,
.error404 header,
.error404 .common_banner,
.error404 footer {
    display: none;
}

a.glink img {
    background-color: #fff !important;
    opacity: 1 !important;
    padding: 4px !important;
    border-radius: 0px !important;
    width: 30%;
}

.tst {
    border-radius: 0px;
    overflow: hidden;
}

.cmonbox .subheading {
    font-family: 'Dosis';
    font-weight: 500;
    font-size: 18px;
}

#trp-floater-ls.trp-color-dark {
    display: none !important;
}

.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language,
.trp-language-switcher>div>a {
    display: flex !important;
    align-items: center !important;
}
.err-msg {
    color: red;
    font-size: 14px;
    padding-left: 3px;
}
#sb_instagram .sbi_follow_btn a{
	background: #7acacb !important;
    color: #fff !important;
    margin-top: 30px !important;
    text-align: center !important;
    text-transform: capitalize !important;
    padding: 10px 20px !important;
}
.sbi_no_avatar .sbi_header_img{
	background: #7acacb !important;
	color: #fff !important;
}
#sb_instagram .sb_instagram_header .sbi_header_text{
	margin-bottom: 40px !important;
}
.client-dt p .emoji{
	width: auto !important;
	object-fit: contain !important;
}
.listboxh ul li{
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: top 3px left;
    padding-left: 24px;
    color: #0e0e0e;
    font-size: 15px;
    margin-bottom: 8px;
}
.listboxh{
    margin-bottom: 20px;
}
/*--- clicked ---*/
body.clicked {
    position: fixed;
    width: 100%;
    height: 100%
}

body.clicked:before {
    background: #fff;
    z-index: 9999999;
    background-image: url('https://projects.webhubglobal.com/avantir/dev/wp-content/uploads/2022/03/favicon.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

body.clicked:after {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    z-index: 9999999;
}

.loader.clicked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.loader.clicked:before {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .8)
}

.loader.clicked:after {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-color: #fff transparent #fff #fff
}

.noloader.loader.clicked:after {
    display: none
}

.loader.clicked>div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center
}

.loader.clicked>div span {
    text-transform: uppercase;
    margin-top: 20px
}

.clicked {
    position: relative;
    pointer-events: none
}

.clicked:after,
.clicked:before {
    position: absolute;
    content: "";
    display: block;
    z-index: 1
}

.clicked:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1
}

.btn.clicked:before,
[type=reset].clicked:before,
[type=submit].clicked:before,
button.clicked:before {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.clicked:after {
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 1px solid #7acacb;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.topsocial{
    color: #7e80a2;
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 20px;
}
.socl{
    border-right: 1px solid #e5e5e7;
    border-left: 1px solid #e5e5e7;
    padding: 9px 30px;
    display: flex;
}
.tops.social i{
        display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 0px;
    border-radius: 50px;
    background-color: transparent;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    border: 2px solid;
}

.social.tops{margin-top: 15px;}
.tops.social a.sk_facebook i {
    background-color: transparent;
    border-color: transparent;
    color: #7acacb;
}

.tops.social a.sk_twitter i {
    background-color: transparent;
    border-color: transparent;
    color: #7acacb;
}

.tops.social a.sk_linkedin i {
    background-color: transparent;
    border-color: transparent;
    color: #7acacb;
}

.tops.social a.sk_instagram i {
     background-color: transparent;
    border-color: transparent;
    color: #7acacb;
}

.tops.social a.sk_youtube i {
    background-color: transparent;
    border-color: transparent;
    color: #7acacb;
}

.tops.social a.sk_facebook i:hover {
    background-color: #3b5999;
    border-color: #3b5999;
    color: #fff;
}

.tops.social a.sk_google i {
  background-color: transparent;
    border-color: transparent;
    color: #7acacb;
}

.tops.social a.sk_google i:hover {
    background-color: #DB4437;
    border-color: #DB4437;
    color: #fff;
}

.tops.social a.sk_twitter i:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}

.tops.social a.sk_linkedin i:hover {
    background-color: #006fa6;
    border-color: #006fa6;
    color: #fff;
}

.tops.social a.sk_instagram i:hover {
    background-color: #8a3ab9;
    border-color: #8a3ab9;
    color: #fff;
}

.tops.social a.sk_youtube i:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    color: #fff;
}
.tops a{margin-right: 6px;}
.tops a:last-child{margin-right: 0px;}
.tops a:hover, .tops a:focus{
    color: #7acacb;
}
.trp-language-switcher{margin: 0 !important;}
.trp-language-switcher > div{
    background-color: #2b2b2b !important;
    border:none !important;
    padding: 5px 18px 5px 18px !important;
    width: 140px !important;
    border-radius: 0px !important;
    background-image: none !important; 
}
.trp-language-switcher > div > a{
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.trp-language-switcher > div > a:hover{
    background: none !important;
}

.header-appear-index{
    height: auto;
    position: fixed;
    top: 0;
    padding: 0px 0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    border:none;
    }
    header {
    width: 100%;
    z-index: 999;
    }
    /* animation */
    @-webkit-keyframes animationFade {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    }
    @-o-keyframes animationFade {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    }
    }
    @keyframes animationFade {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    }
    }
    .header-appear-index .top-header{ 
    padding: 6px 0px;
    }
    .header-appear-index  .logo{
    padding: 0px !important;
    }
    .header-appear-index .navbar{background-color: transparent;}
    .innerabout-sec{
    display: block;
    width: 100%;
    background-color: #d62e55;
    }



/*----- Menu css-----*/
.sub-menu .mobile-parent-nav-menu-item{display: none;}
.submenu-expand {
    background-color: transparent;
    border: none;
    padding: 0;
}
.submenu-expand svg{
    font-size: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -1px;
}
ul.sub-menu {
    position: absolute;
    top: 100%;
    left: auto;
    min-width: 320px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    margin: 0;
    background: #fff;
    float: none;
    z-index: 99;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    overflow: hidden;

}
.nav-sub > ul > li.menu-item-has-children:hover:before{
    color: #fff !important;
}



ul.sub-menu:hover ul .nav-item {
    margin-top: 0;
}
 ul.sub-menu li {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-left: 0;
    transition: all .4s linear;
    padding: 0 !important;
}
 ul.sub-menu li:hover a{
    background: #7acacb !important;
    color: #fff !important;
}
 ul.sub-menu li a{
    line-height: 38px;
    color: #401936 !important;
    padding: 0 20px !important;
    transition: all 150ms linear;
    display: block;
    margin-right: 0;
    font-size: 12px !important;
}
.navbar-nav{align-items: center;}
.navbar-nav.nav-inn li{
    position: relative;
}
ul.sub-menu li:last-child{
    border:none;
}
.navbar-nav.nav-inn li:hover  ul.sub-menu {
    opacity: 1;
    visibility:visible;
}
.latest-project-wrapper, .aca-sec{
    display: block;
    width: 100%;
    background: url(../images/servicebg.jpg) left bottom no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
    z-index: 2
}
.latest-project-wrapper:after {
    background-color: rgb(255 255 255 / 80%);
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
/*.latest-project-wrapper:before{
content: '';
background-image: url(../images/joinus-bg.jpg);
background-repeat: no-repeat;
background-position: left;
background-size: contain;
position: absolute;
top: 0;
left: 0;
height: 100%;
z-index: 1;
width: 100%;
}*/
.otherser-inner .news-cont h2{
   min-height:65px;
   text-transform: uppercase;
}

/*---Coming Soon----*/

.wrapper h1 {
  font-size: 50px;
  font-family: "Dosis", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

.wrapper .dot {
  color: #7acacb;
}

.wrapper p {
  text-align: center;
  margin: 18px;
  font-family: "Muli", sans-serif;
  font-weight: normal;
}
/*
.nav-sub  > ul > li:last-child.menu-item-has-children:before {
   content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    width: auto;
    height: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    color: #7acacb;
    transform: translate(-50% ,-62%);
    cursor: pointer;
}
*/
.submenu-expand{display: none;}

.responsive_nav .subarrow {
    display: block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    pointer-events: inherit;
    line-height: 40px !important;
    right: 0;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.responsive .navbar-nav.nav-inn li.opened .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: inherit;
}
.section.ins-sec{
    background-color: #fff !important;
    display: block;
}
.calendar-container {
    position: relative !important;
    margin: 10px auto !important;
    max-width: 100% !important;
}
.calendar td {
    padding: .8em .1em;
    font-weight: 600 !important;
    font-size: 15px !important;
}
.calendar .day.has-event{
    background-color: #7acacb !important;
    color: #fff !important;
}
.calendar .day.has-event:after{
        background: #fff !important;
}
.calendar .event-container .event-hour{display: none !important;}
.calendar .day:hover {
    border: 2px solid transparent !important;
}
.calendar .day.disabled{
    pointer-events: none !important;
    /*opacity: 0.5 !important;*/
}
button.close {
    padding: 0;
    background-color: #7acacb;
    border: 0;
    opacity: 1;
    width: auto;
    padding: 10px 20px!important;
    min-width: inherit;
    border-radius: 0;
}
.calendar .event-container .event{
    background: #d80098 !important;
}
.modal-footer{
    justify-content: center !important;
}
.calendar .event-container{
    z-index: 999999 !important;
}
.phonesec i, .emailsec i{
    color: #7acacb;
    margin-right: 5px;
}
.phonesec{
    border-right: 1px solid #e5e5e7;
    /*border-left: 1px solid #e5e5e7;*/
    padding: 12px 30px;
}
.emailsec{
    border-right: 1px solid #e5e5e7;
    padding: 12px 30px;
}
.innsli .news-box{
	margin-bottom: 30px;
    /*-webkit-box-shadow: 0px 0px 15px #d9d9d9;
    -moz-box-shadow: 0px 0px 15px #d9d9d9;
    box-shadow: 0px 0px 15px #d9d9d9;*/
}
.home-slider .owl-carousel .owl-nav {
    width: auto;
}

.home-slider .owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -30px 0 0;
    padding: 0;
    width: 24px;
    height: 60px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #ccc;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    cursor: pointer;
    opacity: 1;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    border-radius: 0;
}
.home-slider .owl-carousel .owl-nav [class*="owl-"] {
    margin: -30px 0 0;
    min-width: inherit;
    width: 45px;
    height: 45px;
    /*background: url(../images/sprite.png) no-repeat -300px -100px;*/
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 200;
}
.home-slider .owl-carousel .owl-nav .owl-prev {
    left: -70px;
    right: auto;
}
.home-slider .owl-carousel .owl-nav .owl-next {
    right: -70px;
    background-position: -600px -100px;
    left: auto;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover, .home-slider .owl-carousel .owl-nav .owl-prev:hover{
    background-color: #7acacb;
    border: 1px solid #7acacb;
}
.home-slider .owl-carousel .owl-nav .owl-next {
    right: -70px;
    background-position: -600px -100px;
}
.home-slider .owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}
.home-slider .owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}
/*.home-slider .slider-img:after{
    background-color: rgb(13 69 114 / 60%);
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}*/
.subscribe_form {margin-top: 20px; position: relative;}
.subscribe_form input.es_required_field {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0; background: #fff; height: 50px; 

}
.es_subscription_form_submit  {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #7acacb;
    border-radius: 0;
    padding: 5px 12px;
    min-width: auto;
    color: #fff;
    border: none;
}
.es_subscription_form_submit::before{
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.es_subscription_form_submit::after{
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
}
.emaillist label{display: block;}
.send-btn :after {
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border-top:15px solid #fff;
    border-left:15px solid transparent;
}

.callback-form  .contact-form form{
padding: 0;
box-shadow: none;
}
.callback-form .contact-form {
background-color: #a4c639;
padding: 60px;
border-radius: 0px;
text-align: center;
}
.contact-us .contact-form {
background-color: transparent!important;
padding: 0!important;
max-width: 1000px;
margin: 0 auto;
margin-top: 60px;
}
.callback-form .contact-form input {
border-radius: 0px;
height: 50px;
line-height: 50px;
display: inline-block;
padding: 10px 10px;
color: #000;
font-size: 16px;
text-transform: none;
box-shadow: none;
border: none;
border: 1px solid #b3b3b3;
background-color: transparent;
border-radius: 0px;;
}
.callback-form .contact-form textarea {
height: 200px;
max-height: 200px;
min-height: 200px;
display: inline-block;
padding: 15px;
color: #fff;
font-size: 16px;
text-transform: none;
box-shadow: none;
border: none;
margin-top: 30px;
border: 1px solid #fff;
background-color: transparent;
border-radius: 0px;
}
.callback-form .contact-form #form-submit{
margin-top: 35px;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
.contact-partners {
margin-top: -8px!important;
}
.wpcf7-form-control-wrap{width: 100%; display: block;}
.wpcf7-not-valid-tip{text-align: left; font-size: 14px;}
.map{
margin-bottom: -10px;
}
span.wpcf7-not-valid-tip{
background: #fd2e00;
color: #fff;
padding: 0px 10px;
font-size: 12px;
line-height: 16px;
position: absolute;
top: 100%;
z-index: 1;
right: 0;
width: auto;
text-align: center;
}
span.wpcf7-not-valid-tip::before{
position: absolute;
content: "";
right: 0;
left: 0;
margin: 0 auto;
bottom: 100%;
width: 0;
height: 0;
border-style: solid;
border-width: 0 8px 10px 8px;
border-color: transparent transparent #fd2e00 transparent;
}
.apply-form fieldset{margin-bottom: 30px;}
.subscribe-form input[type="email"], #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
padding-right: 100px;
padding-left: 30px;
height: 60px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #fff;
border-color: #fff;
}
.subscribe-form {
position: relative;
}
.apply-form fieldset label{
    text-align: left;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 0;
    font-weight: normal;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
/*.callback-form.contact-us{
    background-color: #f3f3f3;
}*/
.codedropz-upload-inner h3{
font-size: 20px !important;
line-height: 26px !important;
}
.footer-sub-head img{width: 260px;}
.sub-menu li a{border: none !important;}

 
/*common Css
-----------------------------------*/
a.cmn-btn {
   background: transparent;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    line-height: normal;
    border: 1px solid #ffffff;
    border-radius: 0px;
    transition: 0.4s;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    font-family: 'GothamRoundedMedium';
    font-weight: 400;
    letter-spacing: 1px;
}
a.cmn-btn:hover, a.cmn-btn:focus {
    border-color: #fff;
    color: #401936;
    background-color: #fff;
}
a.cmn-btn-small {
   background: transparent;
    padding: 10px 20px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    line-height: normal;
    border: 1px solid #ffffff;
    border-radius: 0px;
    transition: 0.4s;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
  	font-family: 'GothamRoundedBook';
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
}
a.cmn-btn-small:hover, a.cmn-btn-small:focus {
    border-color: #fff;
    color: #401936;
    background-color: #fff;
}
a.cmn-btn2 {
    background: transparent;
    padding: 0px 20px;
    color: #7acacb;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #7acacb;
    border-radius: 0px;
/*    transition: 0.4s;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);*/
    text-transform: uppercase;
    font-family: 'GothamRoundedMedium';
    font-weight: 400;
    letter-spacing: 1px;
    min-width: 125px;
    height: 40px;
    line-height: 38px;
}
a.cmn-btn2:hover, a.cmn-btn2:focus {
    border-color: #7acacb;
    color: #fff;
    background-color: #7acacb;
}
.mt-35{
  margin-top: 35px;
}
.mb-55{
  margin-bottom: 55px;
}
.cmn-title h1{
    font-size:30px;
    color: #401936;
    text-transform: uppercase;
    line-height: 48px;
    margin: 0;
}
.cmn-title h1 span{
    color: #7acacb;
}
.underline{
    width: 160px;
    border: 2px solid #F26322;
    border-radius: 5px;
}
.sect-title-bar h3{
    font-size:26px;
    font-weight: normal;
    color: #5D5D5D;
}
.cmn-para p{
    font-size: 16px;
    font-weight: normal;
    color: #0E0E0E;
    margin-top: 20px;
    margin-bottom: 0;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 9;
  }
}

/*Main Menu
------------------------------------*/
/*Mega menu
===========================================*/
 header .navbar{
     background: #fff;
     padding: 0.50rem 1rem;
}
 header .navbar .navbar-collapse{
  position: relative;
 }
 header .navbar-light .navbar-brand img{
    width: 163px;
}
 header .dropdown .dropdown-toggle::after{
  content: none;
 }
 header .dropdown .dropdown-item{
  padding: 0;
 }
 header .dropdown .dropdown-item img{
  width: 130px;
 }
 header .dropdown .dropdown-item img:hover{
    background: none;
    outline: none;
    border: none;
  }

 header .navbar-nav .dropdown-menu{
  padding: 15px;
 }
 header .navbar-nav .dropdown-menu p{
    line-height: 20px;
    font-size: 12px;
  }
   /*header .navbar-nav ul{
    position: relative;
   }*/
  header .navbar-nav .dropdown-menu-2{
    position: absolute;
    top: 0;
    right: -170px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 15px;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
 }
@media only screen and (max-width: 991px) {
header .navbar-nav .dropdown-menu-2{
    position: inherit;
    top: 0;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 15px 0;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
 }
}
header .navbar-nav .nav-cnt .title{
  font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
  color: #313131;
  box-sizing: border-box;
}
header .navbar-nav .nav-cnt .title{
  padding-right: 20px;
  word-break: break-word;
}
header .navbar-nav .nav-cnt h3{
  font-size: 18px;
  font-weight: 800;
}
header .navbar-nav .nav-cnt span{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    color: #888;
}
header .navbar-nav .nav-cnt .adrs p{
  font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    color: #051d2b;
    padding-left: 0px;
    padding-bottom: 0;
}
header .navbar-nav .nav-cnt .adrs hr{
  margin-top: 10px 0 0 0;
}
header .navbar-light .navbar-nav .nav-link {
     color: #313131;
}
header .navbar-light .navbar-nav .nav-link .fas{
  font-size: 12px;
}
header .navbar-light .navbar-brand:focus, header .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
header .navbar .nav-item{
  padding: 0;
  margin: 0;
}
header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
}
header .navbar-light .navbar-nav .nav-link{
    transition: 0.3s;
    font-size: 14px;
    padding: 0 13px!important;
    color: #401936;
    text-transform: uppercase;
}
header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover{
     transition: 0.3s;
     color: #7acacb;
}
header .navbar-light .navbar-nav .nav-link.active{
     transition: 0.3s;
     color: #7acacb;
}
header .dropdown-item:focus, header .dropdown-item:hover {
    color: #7acacb;
    text-decoration: none;
    background: transparent;
}
header .navbar-light .navbar-nav .child-sub-nav{
  transition: 0.3s;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 0px!important;
    margin: 0px!important;
    color: #313131;
    display: block;
}
header .sm-menu{
    border-radius: 5px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
header .dropdown-item {
    color: #051c2a;
    font-size: 14px;
    margin-bottom: 8px;
}
header .dropdown-item.active, header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
header .navbar-toggler{
    outline: none !important;
}
header.navbar-tog{
    color: #1ebdc2;
}
header .megamenu-li {
  position: static;
}

header .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
header .gmap{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

header .navbar .form-control{
  width: 240px;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding:0 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #d52951;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #d52951;
  border-radius: 30px;
}
header .navbar .form-control:focus {
    color: #d52951;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

/*Hero Section
---------------------------------------*/
#hero-section{
  background: url(../images/hero-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
}
#hero-section .hero-cnt{
  padding-bottom: 100px;
}
#hero-section .hero-cnt h1{
  font-size: 66px;
  color: #ffffff;
  line-height: 72px;
  font-family: 'GothamRoundedBold';
  margin: 0;
}
#hero-section .hero-cnt p{
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0
}
#hero-section figure img{
  position: absolute;
  right: -50px;
  bottom: 0;
}
/*methodology-sec
---------------------------------------*/
#methodology-sec{
  background: url(../images/methodology-bg.jpg) left bottom no-repeat fixed;
  background-size: cover;
  padding:140px 0;
}
#methodology-sec .mtdlg-box h3{
  font-size: 26px;
  color: #401936;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'GothamRoundedMedium';
  font-weight: 400;
}
#methodology-sec .mtdlg-box p{
  font-size: 20px;
  color: #8a8087;
  margin-bottom: 10px;
  font-family: 'Barlow', sans-serif;
}
/*THE Avantir Wellness EXPERIENCE Sec
---------------------------------------*/
#awe-sec{
  position: relative;
}
#awe-sec .divider{
  width: 2px;
  height: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #401936;
  z-index: 1;
}
#awe-sec .divider:after{
  content: '';
  width: 10px;
  height: 10px;
  background: #401936;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
   /*-webkit-animation: rain-line 13s 0s linear infinite;
  animation: rain-line 13s 0s linear infinite;
  animation-delay: 0s;*/
}
@keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}

/*#awe-sec .divider:before{
  content: '';
  width: 10px;
  height: 10px;
  background: #401936;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 44%;
  transform: translateX(-50%);
}*/
#awe-sec .awe-top{
  background: url(../images/bg-col2.jpg) center center no-repeat;
  background-size: cover;
  padding-top:100px;
  position: relative;
}
#awe-sec .awe-top .awe-cnt{
  padding-bottom: 100px;
  padding-right: 50px;
}
#awe-sec .awe-top .awe-cnt p {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 25px;
  padding: 0;
}
#awe-sec .awe-top  figure.fruit img{
  width: 90%;
  position: absolute;
  right: 0;
  bottom: -110px;
  z-index: 9;
}
#awe-sec .awe-btm{
  background: url(../images/bg-col1.jpg) center center no-repeat;
  background-size: cover;
  padding-top:100px;
  position: relative;
}
#awe-sec .awe-btm .awe-cnt{
  padding-bottom: 100px;
  padding-left: 50px;
}
#awe-sec .awe-btm .awe-cnt p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 25px;
}
#awe-sec .awe-btm  figure.awe-mdl img{
  width: 100%;
  position: absolute;
  left: -25px;
  top: 60px;
}
.awe-top-h{
	font-size: 52px;
}
/*What We Do Sec
-----------------------------------------*/
#whatwedo-sec{
	display: block;
	background-color: #fff;
}
#whatwedo-sec .whatwedo-cnt{
  padding: 60px 18% 100px 60px;
  background: url(../images/whatwedo-bg.jpg) right bottom no-repeat;
  background-size: auto;
  height: 100%;
}
#whatwedo-sec figure{
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
#whatwedo-sec figure img{
  height: 100%;
  width: 100%;
/*   object-fit: cover; */
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
/*#whatwedo-sec figure img:hover{
    -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      transform: scale(1.1);
}*/
#whatwedo-sec .whatwedo-cnt p {
    font-size: 20px;
    color: #401936;
    line-height: 30px;
    margin-bottom: 20px;
}
/*Join Us Sec
-----------------------------------------*/
#joinus-sec .joinus-cnt{
  padding: 60px 0;
  padding-left: 18%;
  padding-right: 50px;
  background: url(../images/joinus-bg.jpg) left bottom no-repeat;
  background-size: cover;
  height: 100%;
}
#joinus-sec figure{
  height: 100%;
  width: 100%;
    -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
overflow: hidden;
}
#joinus-sec figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
    -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
/*#joinus-sec figure img:hover{
    -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      transform: scale(1.1); 
}*/
#joinus-sec .joinus-cnt p {
    font-size: 20px;
    color: #401936;
    line-height: 30px;
    margin-bottom: 25px;
}
/*Help Us Sec
-----------------------------------------*/
#helpus-sec{
  padding: 135px 0;
  background: url(../images/helpus-bg.jpg) center center no-repeat;
  background-size: cover;
}
#helpus-sec .helpus-cnt p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 25px;
}
/*Footer Sec
-----------------------------------------*/
/*Footer Section
-------------------------------------*/
footer .ftr-top{
  padding: 80px 0;
  background: #ffffff;
}
footer .ftr-lft{
    border-right: 2px solid #e3dde1;
    margin-right: 25px;
}
footer .ftr-lft h3{
    text-transform: uppercase;
    color: #401936;
    font-family: 'GothamRoundedBold';
    font-size: 20px;
}
footer .ftr-top p.address{
  color: #401936;
  font-size: 16px;
  font-weight: 500;
 font-family: 'GothamRoundedMedium';
}
footer .ftr-top img.ftr-logo{
  width: 148px;
}
footer .ftr-top .ftr-cntct img{
  width: 22px;
  height: 20px;
  margin-right: 10px;
}
footer .ftr-top .ftr-cntct a{
  color: #401936;
  font-size: 16px;
  font-family: 'GothamRoundedMedium';
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  color: #401936;
}
footer .ftr-top .ftr-cntct a:hover{
  color: #7acacb;
}
.footerMenu ul{
    columns: 2;
    column-gap: 0;
}
.more-links.flnk{
    border-right: 2px solid #e3dde1;
    padding-right: 28%;
    margin-right: 6%;
    height: 100%;
}
footer .ftr-top .fab{
  font-size: 16px;
  margin-right: 5px;
}
footer .ftr-top .more-links h3{
  color: #401936;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
footer .ftr-top .more-links p{
  color: #7acacb;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'GothamRoundedMedium';
}
footer .ftr-top .more-links ul{
  list-style: none;
  margin: 0;
}
footer .ftr-top .more-links ul li{
  margin-bottom: 5px;
  white-space: nowrap;
}
footer .ftr-top .more-links ul li a{
  color: #4d2544;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}
footer .ftr-top .more-links ul li a:hover{
  color: #7acacb;
  padding-left: 5px;
}
footer .ftr-top .newsletter h3{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .6px;
}
footer .ftr-top .newsletter .input-group{
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #401936;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
}
.emaillist{
margin-bottom: 24px;
margin-top: 12px;
position: relative;
}
footer .ftr-top .newsletter .es_required_field{
   font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 47px;
    color: #9b7e94;
    background: transparent;
    border: none;
    outline: none;
    font-style: italic;
    border: 2px solid #401936;
    width: 100%;
    padding: 6px 10px;
    border-radius: 50px;
    position: relative;
}
footer .ftr-top .newsletter .form-control:focus{
  box-shadow: none;
}
footer .ftr-top .newsletter .input-group-text{
  border:none;
  outline: none;
}
footer .ftr-top .newsletter button.btn{
  color: #401936;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #009893;
  padding: 0 20px;
  border-radius: 0 0px 0px 0;
  display: flex;
  align-items: center;
}
footer .ftr-top .newsletter button.btn:hover{
  background: transparent;
}
footer .ftr-top .newsletter button.btn:focus{
  outline: none;
  box-shadow: none;
}
footer .ftr-top .newsletter button.btn .fas{
  font-size: 21px;
}
footer .ftr-top .social-media a{
  background: #fe6894;
  width: 43px;
  height: 43px;
  line-height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
footer .ftr-top .social-media a:hover{
  background: #4d2544;
  color: #fe6894;
}
footer .ftr-top .social-media a .fa{
  margin: 0;
  font-size: 20px;
}
footer .ftr-btm{
  background: #401936;
  padding:26px 0;
}
footer .ftr-btm p{
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2px;
  font-family: 'GothamRoundedBook';
}
footer .ftr-btm p:hover{
  opacity: 0.8;
}
footer .ftr-btm a{
  color: #fe6894;
}
footer .ftr-btm ul{
  list-style: none;
  margin: 0;
}
footer .ftr-btm ul li{
  display: inline;
}
footer .ftr-btm ul li a{
  color: #9e4e8a;
  font-size: 14px;
  font-family: 'GothamRoundedLight', sans-serif;
}
footer .ftr-btm ul li a:hover{
  color: #fff;
}

/*Responsive Section
------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px){
#hero-section {
    padding-top: 60px;
}
#hero-section .hero-cnt h1 {
    font-size: 44px;
    line-height: 68px;
}
.mt-35 {
    margin-top: 20px;
}
.mb-55 {
    margin-bottom: 30px;
}
#hero-section figure {
  text-align: center;
}
#hero-section figure img{
    position: static;
    right: 0px;
    bottom: 0;
}
#methodology-sec {
    padding: 60px 0;
}
#methodology-sec .mtdlg-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
#methodology-sec .mtdlg-box p {
    font-size: 16px;
    margin-bottom: 5px;
}
#awe-sec .awe-top {
    padding-top: 60px;
}
a.cmn-btn {
    padding: 18px 20px;
    font-size: 12px;
}
a.cmn-btn2 {
    padding: 18px 20px;
    font-size: 12px;
}
.cmn-title h1 {
    font-size: 26px;
}
#awe-sec .awe-top figure.fruit img {
    bottom: -60px;
}
#awe-sec .awe-top .awe-cnt {
    padding-bottom: 60px;
    padding-right: 30px;
}
#awe-sec .awe-btm .awe-cnt {
    padding-bottom: 60px;
    padding-left: 30px;
}
#whatwedo-sec .whatwedo-cnt {
   padding: 60px 18% 60px 40px;
}
#joinus-sec .joinus-cnt {
    padding: 60px 40px 60px 18%;
}
#awe-sec .awe-top .awe-cnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
#awe-sec .awe-btm {
    padding-top: 60px;
}
#awe-sec .awe-btm .awe-cnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
#whatwedo-sec .whatwedo-cnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
#joinus-sec .joinus-cnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
#helpus-sec {
    padding: 60px 0;
}
footer .ftr-top {
    padding: 30px 0;
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
  #hero-section {
    padding-top: 60px;
}
#hero-section .hero-cnt h1 {
    font-size: 34px;
    line-height: 46px;
}
.mt-35 {
    margin-top: 20px;
}
.mb-55 {
    margin-bottom: 30px;
}
#hero-section figure {
  text-align: center;
}
#hero-section figure img{
    position: static;
    right: 0px;
    bottom: 0;
}
#awe-sec .awe-btm {
    padding-top: 60px;
}
#awe-sec .awe-btm figure.awe-mdl img {
    width: 100%;
    position: inherit;
    left: 0px;
    top: 0px;
    margin-bottom: 60px;
}
#methodology-sec {
    padding: 60px 0;
}
#methodology-sec .mtdlg-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
#methodology-sec .mtdlg-box p {
    font-size: 16px;
    margin-bottom: 5px;
}
#awe-sec .awe-top {
    padding-top: 60px;
}
a.cmn-btn {
    padding: 18px 20px;
    font-size: 12px;
}
a.cmn-btn2 {
    padding: 18px 25px;
    font-size: 14px;
}
.cmn-title h1 {
    font-size: 26px;
}
#awe-sec .awe-top .awe-cnt {
    padding-bottom: 60px;
    padding-right: 0px;
}
#awe-sec .awe-btm .awe-cnt {
    padding-bottom: 60px;
    padding-left: 0px;
}
#whatwedo-sec .whatwedo-cnt {
   padding: 60px 3% 60px 3%;
}
#joinus-sec .joinus-cnt {
    padding: 60px 3% 60px 3%;
}
#awe-sec .awe-top .awe-cnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
#awe-sec .divider{
   display: none;
}
#awe-sec .awe-top figure.fruit img {
    width: 90%;
    position: inherit;
    right: 0;
    bottom: 0;
    z-index: 9;
}
#awe-sec .awe-btm .awe-cnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
#whatwedo-sec .whatwedo-cnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
#joinus-sec .joinus-cnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
#helpus-sec {
    padding: 60px 0;
}
footer .ftr-top {
    padding: 60px 0;
}
footer .ftr-btm{
  text-align: center;
}
footer .ftr-btm .text-right {
    text-align: center!important;
}
}
.emaillist input[type="submit"] {
    border: none;
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 0px 20px;
    font-size: 0px;
    height: 20px;
    width: 20px;
    background-image: url(../images/mail.png);
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: inherit;
}
.emaillist input[type="submit"]:hover, .emaillist input[type="submit"]:focus{
	background-color: transparent !important;
	border:none;
}
.home {
	display: block;
	width: 100%;
	background-color: #fff;
}
ul.sub-menu li a{
    line-height: 26px;
    color: #401936 !important;
    padding: 8px 20px !important;
    transition: all 150ms linear;
    display: block;
    margin-right: 0;
    font-size: 14px !important;
    background-color: transparent !important;
    border:none !important;
    border-radius: 0px !important;
}
.faq-section {
  width: 100%;
  background: #fff url(../images/joinus-bg-1.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #e91e63;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
}
.faq .card:last-child{border:none;}
.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
  border-radius: 10px 10px 0 0;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  color: #401936;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 28px;
  padding-bottom: 28px;
  margin: 0;
  position: relative;
}
.faq .card .card-header .faq-title:after{
    position: absolute;
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    top: 50%;
    right: 10px;
    font-weight: 300;
    transform: translate(-50%, -50%);
    background-color: #7acacb;
    color: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.faq .card .card-header .faq-title.collapsed:after{
 content: "\f068";
}
.faq .card .card-header .faq-title.show:after{
 content: "\f068";
}
.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #e91e63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.cms-cls{
    background-color: #f9f9f9;
}
.cms-cls p, .cms-cls ul , .cms-cls a{
    color: #401936;
}
.cms-cls h1,.cms-cls h2,
.cms-cls h3,
.cms-cls h4,
.cms-cls h5,
.cms-cls h6{
    color: #7acacb;
    font-size: 24px;
    margin: 18px 0 6px;
}
.cms-cls  .banner_area_text_box .page-title{
    color: #7acacb;
}

.cms-cls ul li, .whatwedo-cnt ul li{
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: top 5px left;
    padding-left: 30px;
    color: #0e0e0e;
    margin-bottom: 10px;
    font-family: 'Barlow', sans-serif;
/*    filter: -webkit-brightness(0) invert(1);
    filter: -moz-brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
}
.abtSec{
    background: url(../images/abtsec.jpg) center center no-repeat fixed !important;
    background-size: cover !important;
    /*border-bottom: 2px solid #7acacb;*/
}
.otherser-inner{
    background-color:#fe6894; 
}

.page-id-84 .common_banner, .page-id-86 .common_banner, .page-id-89 .common_banner {display: none;}
/*
.whyCoaching{
    display: block;
    width: 100%;
    position: relative;
    background: #d62e55 url(../images/why-coch-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}
.whyCoaching:after {
    background-color: rgb(215 52 88 / 73%);
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

.whyCoaching .acabox h3, .whyCoaching .acabox ul li, .whyCoaching .acabox p{
    color: #fff;
}*/
.whyCoaching p{
    margin-bottom: 5px !important;
}

.brand-color{
    color: #7acacb !important;
}
.aboutsec .whatwedo-cnt{
    padding: 50px 18% 50px 60px !important;
    background: url(../images/bg-col2.jpg) left bottom no-repeat !important;
    background-size: cover !important;
}
.aboutsec .joinus-cnt p, .aboutsec .whatwedo-cnt p{color: #fff !important;}
.aboutsec .whatwedo-cnt .cmn-title h1, .aboutsec .joinus-cnt .cmn-title h1{
    font-size: 30px;
    line-height: 48px;
}
.abtSecTop{
    display: block;
    width: 100%;
    position: relative;
    background: #fff url(../images/joinus-bg-1.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}
/*.abtSecTop:after {
    background-color: rgb(255 255 255 / 86%);
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}*/
/*.page-template-about-us .common_banner{display: none;}
.page-template-about-us .common_banner.abtbanner{display: block;}
.page-template-about-us .common_banner.abtbanner .inner_banner_text {
   position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/
.aboutsec .joinus-cnt{
  background: url(../images/bg-col1.jpg) left bottom no-repeat !important;
}
.bannerSec{
    background: url(../images/hero-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 40px;
    position: relative;
}
.bannerSec .hero-cnt h1 {
    font-size: 66px;
    color: #ffffff;
    line-height: 72px;
    font-family: 'GothamRoundedBold';
    margin: 0;
}

.modal-dialog {
  max-width: 950px; }

.modal-content {
  border: none;
  position: relative;
  padding: 0 !important;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  border-radius: 10px !important;
  overflow: hidden !important;
}
  .modal-content .modal-header {
    padding: 0;
    border: none; }
  .modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    color: #fff; }
  .modal-content .modal-body {
    border: none;
    position: relative;
    z-index: 0;
    color: rgba(255, 255, 255, 0.8); }
    .modal-content .modal-body.color-1 {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc300+0,668fe7+0,f96a96+100,b7372e+100 */
background: #ffc300; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ffc300 0%, #668fe7 0%, #f96a96 100%, #b7372e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ffc300 0%,#668fe7 0%,#f96a96 100%,#b7372e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ffc300 0%,#668fe7 0%,#f96a96 100%,#b7372e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#b7372e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    }
    .modal-content .modal-body img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .modal-content .modal-body .subheading {
      font-weight: 700; 
      font-size: 32px;
  }
    .modal-content .modal-body .heading {
      font-weight: 700; }
    .modal-content .modal-body a:hover {
      color: #afa939; }
  .modal-content .label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; }
  .modal-content .form-control {
    background: rgb(255 255 255 / 92%);
    border: none;
    border-radius: 0;
    color: rgb(0 0 0) !important;
    padding: 6px 15px;
    height: 50px;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    }
    textarea.form-control{
        height: 100px !important;
    }
    .modal-content .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000 !important; }
    .modal-content .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000 !important; }
    .modal-content .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000 !important; }
    .modal-content .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4) !important; }
  .modal-content textarea {
    padding: 20px 15px !important; }
  .modal-content .btn-secondary {
    height: 52px;
    display: inline-block; }
    .modal-content .btn-secondary:hover,  .modal-content .btn-secondary:focus{
        background-color: #7acacb !important;
        border-color: #7acacb !important;
        color: #fff !important;
    }
    
  @media (max-width: 767.98px) {
    .modal-content .img {
      height: 300px;
      background-position: top center; } }


/*-----Team Section ----*/
.teamSection{
    width: 100%;
    display: block;;
} 
.teamSection .teamSectionBox{
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 40px 40px 40px;
    border-radius: 50px; 
    margin-bottom: 30px;
    background: url(../images/whatwedo-bg.jpg) right bottom no-repeat;
    background-size: auto;
    height: 100%;    
    background-color: #fff;
}
.teamSection .teamSectionBox:hover .btn, .teamSection .teamSectionBox:focus .btn {
    background-color: #7acacb;
    border-color: #7acacb;
    color: #fff;
}
.teamImage img{
      border-radius: 50px;
      vertical-align: middle;
    display: inline-block;
}
.teamContent h3{text-transform: uppercase;color: #7acacb; min-height: 65px;}
/*.teamContent p{margin-bottom: 10px;}*/
.teamContent p a{
    display: block;
    margin-top: 10px;
}
.teamContent p a i{
    font-size: 13px;
    margin-left: 5px;
}
.teamContent p {min-height: 135px;}
.teamSection .address-item {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
    margin-bottom:16px !important;
}
.teamSection .address-item .address-icon{
    margin-right: 13px !important;
    background-color: transparent;
    min-width: 20px;
    height: 30px;
    width: 40px;
    line-height: 30px !important;
    border-radius: 0px 0px 0px 0px;
}
.teamSection .address-item .address-text a{
    color: #401936 !important;
}
.teamSection .address-item .address-icon i{
    font-size: 23px !important;
    color: #7acacb  !important;
    line-height: 20px;
}
.default-banner h1{
    font-size: 30px;
    text-align: center;
    padding-bottom: 40px;
    margin: 0;
}
.blog .news-box .news-image img{
    width: 100%;
    height: 259px;
    object-fit: cover;
}
.blog .news-cont h2{
    line-height: 25px;
    min-height: 55px;
    font-size: 17px;
}
.blog-sec .news-box{
    margin-bottom: 30px;
}
.blog-sec .news-box .news-cont p{
    min-height: 50px;
    margin-bottom: 10px;
}

/*------Blog Right----*/
.blog-right h2.widget-title {
color: #fff;
background-color: #7acacb;
border-color: #7acacb #7acacb #7acacb;
padding: 12px 20px;
font-size: 18px;
margin: 0;
}
.blog-right .widget {
border: 1px solid #7acacb;
border-radius: 0px;
overflow:hidden;
margin-bottom: 30px;
}
.blog-right .widget ul {
padding: 15px;
}
.blog-right .widget ul ul {
padding: 10px 0 0;
padding-left: 15px;
}
.blog-right .widget ul li a {
color: #000;
font-size: 15px;
font-weight: 500;
line-height: 20px;
}
.blog-right .widget ul li a:hover {
color: #7acacb;
}
.blog-right .widget ul li .post-date {
display: block;
font-size: 12px;
}
.blog-right .widget ul li {
display: block;
margin-bottom: 10px;
}
.blog-right .widget.widget_recent_entries ul li {
display: block;
margin-bottom: 10px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: top 8px left;
padding-left: 32px;
}


.blog-right .widget ul li:last-child {
margin-bottom: 0px;
}
.bd_heading h2.page-title span {
font-size: inherit;
line-height: inherit;
color: inherit;
display: initial;
text-transform: initial;
margin-bottom: 0;
}
.blog-heading-tag {
/* color: #7acacb; */
font-size: 16px;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 20px;
}
.btn i {
font-size: 24px;
vertical-align: middle;
}
/*---comment css---*/
.cmt-heading,
.comment-reply-title {
font-size: 15px;
line-height: 20px;
color: #0d141e;
letter-spacing: 1px;
font-weight: 700;
}
.comment-sec .btn,
.reply a,
#cancel-comment-reply-link,
.comment-reply a {
background-color: #7acacb;
border-color: #7acacb;
font-size: 16px;
color: #fff;
text-transform: capitalize;
padding: 10px 15px;
height: auto;
min-width: auto;
line-height: 20px;
font-weight: 500;
letter-spacing: 1px;
border-radius: 30px;
border: 1px solid #7acacb;
}
.reply a:hover,
.reply a:focus,
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
.comment-reply a:hover,
.comment-reply a:focus {
color: #7acacb;
background-color: transparent;
border: 1px solid #7acacb;
}
#cancel-comment-reply-link {
float: right;
}
.cmt-box img {
height: 90px;
width: 90px;
object-fit: cover;
border: 1px solid #909090;
overflow: hidden;
border-radius: 100px;
margin-right: 15px;
}
.comment-author a {
display: block;
}
.cmt-name {
font-size: 18px;
line-height: 20px;
color: #0d141e;
text-transform: capitalize;
font-weight: 500;
margin-right: 1rem !important;
letter-spacing: 1px;
}
.cmt-box {
/* padding: 30px 0px; */
border-bottom: 1px solid transparent;
color: #fff;
font-size: 16px;
line-height: 22px;
}
.replay-sec .form-control,
.comment-form-comment textarea,
.section-inner p input[type="text"], .section-inner p input[type="email"] {
height: 45px;
border: 1px solid #909090;
font-weight: 400;
font-size: 15px;
padding: 15px;
color: #0d141e;
background-color: transparent;
border-radius: 0px;
width: 100%;
display: block;
}
.replay-sec textarea.form-control,
.comment-form-comment textarea {
height: 185px;
resize: none;
}
.read-btnbg {
font-size: 18px;
padding: 18px 30px;
font-weight: 300;
height: auto;
letter-spacing: 1px;
background: transparent;
border: 1px solid #f75e23;
border-radius: 0px;
color: #fff;
font-size: 15px;
line-height: 23px;
text-align: center;
min-width: 120px;
vertical-align: top;
position: relative;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
z-index: 0;
text-transform: capitalize;
}
.read-btnbg:hover,
.read-btnbg:focus {
background-color: #f75e23 !important;
border-color: #f75e23 !important;
color: #fff;
box-shadow: none;
outline: 0;
}
.replay-sec .btn,
.comment-form-comment input[type="submit"] {
background: #7acacb;
border: 1px solid #7acacb;
-webkit-border-radius: 30px;
border-radius: 30px;
color: #fff;
font-size: 16px;
line-height: 24px;
height: auto;
min-width: 120px;
padding: 14px 30px;
text-align: center;
font-weight: 500;
outline: none;
display: inline-block;
cursor: pointer;
vertical-align: top;
position: relative;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
z-index: 0;
text-transform: capitalize;
cursor: pointer;
letter-spacing: 1px;
width: auto;
border-radius: 30px;
}
.comments-title{display: none;}
.comment-form-comment input[type="submit"]:hover,
.comment-form-comment input[type="submit"]:focus {
outline: none;
background-color: transparent !important;
border-color: #7acacb !important;
color: #7acacb;
box-shadow: none;
}
.cmt-date {
color: #a2a2a2;
font-weight: 500;
letter-spacing: 1px;
}
.blog-meta-details {
padding: 12px 0 0px;
font-size: 16px;
}
.blog-meta-details span {
margin-right: 15px;
}
.blog-meta-details span i {
color: #f75e23;
}
.comment-form-comment label {
display: block;
width: 100%;
padding-bottom: 4px;
margin: 0;
font-weight: 600;
}
.comment-notes {
margin-bottom: 30px;
}
p.form-submit {
text-align: right;
}
.comment-form-comment input[type="checkbox"] {
width: auto;
height: auto;
margin-bottom: 0;
margin-right: 15px;
}
/*.comment-form-cookies-consent {
display: flex;
justify-content: center;
align-items: center;
}*/
.fn a {
color: #1a75bb;
}
.says,
.comment-content,
.comment-awaiting-moderation,
.fn,
.comment-metadata {
display: block;
/* padding-left: 115px; */
color: #0c0c0c;
}
.post-author-badge {
display: none;
}
.comment-metadata a {
color: #0c0c0c;
}
.cmt-box img {
float: left;
}
.comments-area .comments-title {
margin-bottom: 20px;
}
.reply svg {
display: none;
}
.comment-body {
margin-bottom: 30px;
border-bottom: 3px solid #7acacb;
padding-bottom: 30px;
background-color: #fff;
padding: 20px;
border-radius: 10px;
}
.screen-reader-text{color: #464646 !important;}
.reply {
text-align: right;
margin-top: 20px;
}
footer.comment-meta {
background: transparent !important;
padding: 0 0 15px;
}
.error {
    font-size: 14px;
    line-height: 20px;
}
.comment-form-url {
display: none;
}
.comment-content p {
word-break: break-all;
}
/*.comment-form-comment label:after {
content: '*';
position: absolute;
color: #f00;
}*/
span.required {
color: #f00;
}
.wpcf7 form.sent .wpcf7-response-output {
text-align: center;
}
/*.blog .page-title.archive {
display: none;
}*/
.single-post .page-title {
display: none;
}
.single-post .page-title.archive {
display: block;
}
.archive .banner_area_text_box {
display: none;
}
.comments-title-wrap {
display: none;
}
.newspaper-img img{
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.jcoach .editor-text{
    background: url(../images/whatwedo-bg.jpg) right bottom no-repeat;
    background-size: auto;
    height: 100%;
    padding: 30px;
    background-color: #fff;
}
.jcoach img{
    border-radius: 10px;
    height: 420px;
    object-fit: cover;
}
.post-sec{
    background: #ffc300; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ffc300 0%, #668fe7 0%, #f96a96 100%, #b7372e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ffc300 0%,#668fe7 0%,#f96a96 100%,#b7372e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ffc300 0%,#668fe7 0%,#f96a96 100%,#b7372e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#b7372e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.pagination-wrapper{
    display: block;
    margin:0 auto;
}
.whytop {
    text-align: left;
    padding-left: 22.4%;
}
.whytop li{
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: top 10px left;
    padding-left: 30px;
    color: #401936;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    line-height: 32px;
}
/*.para-deep ul{padding-left: 20px; list-style: disc;}*/
.para-deep ul{padding-left: 25px; position: relative;}
.para-deep ul li{
/*    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: top 8px left;*/
    padding-left: 0px;
    color: #401936;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    line-height: 32px;
    list-style: disc;
}
.para-deep ul ul li{
    padding-left: 20px;
    list-style: none;
}
.para-deep ul ul li:before{
     content: "-";
    font-size: 26px;
    margin-right: 10px;
    vertical-align: bottom;
}

 /*::marker{display: none !important; font-size: 0 !important; }*/
.blog-list .news-cont h2{min-height: 64px;}
.pp-multiple-authors-wrapper{display: none;}
.brt{
    padding: 15px 0;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0
}
.innpro ul li{
  background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: top 5px left;
    padding-left: 30px;
    color: #0e0e0e;
    margin-bottom: 10px;
    font-family: 'Barlow', sans-serif;
    
}
/*.nav-sub > ul > li:last-child.menu-item-has-children .icon{display: none !important;}*/

.icon:before{
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
pointer-events: none;
position: absolute;
right: -14px;
top: 50%;
width: auto;
height: 30px;
line-height: 36px;
text-align: center;
font-size: 22px;
overflow: hidden;
cursor: pointer;
z-index: 2;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
color: #7acacb;
transform: translate(-50% ,-62%);
cursor: pointer;
}

/*Novothor*/
ul.nbox{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
ul.nbox li{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
}
.ncon{
    background-color: #6B90FF;
    /*box-shadow: 0 10px 20px 0 rgb(0 0 0 / 7%);*/
    /*transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;*/
    /*padding: 25px 15px;*/
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}
.ncon img{
    height: 75px;
    width: 75px;
    object-fit: cover;
    margin: 30px 0 10px;
    filter: brightness(0) invert(1);
}
.ncon h3{
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4em;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'GothamRoundedMedium';
    background-color: #6B90FF;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ncon p{
    background-color: #FE6894;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 23px;
    min-height: 270px;
}
.nbox{margin: 40px 0px;}
.benefits{
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 80px 0px;
    background: #fff url(../images/joinus-bg-1.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.benefits .owl-nav{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
}
.benefits .owl-carousel .owl-nav .owl-next, 
.benefits .owl-carousel .owl-nav .owl-prev{
    background-color: #7acacb;
    height: 40px;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border:1px solid #7acacb;
     -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.benefits .owl-carousel .owl-nav .owl-next:hover, 
.benefits .owl-carousel .owl-nav .owl-prev:hover{
    background-color: transparent;
}
.benefits .owl-carousel .owl-nav .owl-next:hover i, 
.benefits .owl-carousel .owl-nav .owl-prev:hover i{
    color:#7acacb;
}
.benefits .owl-carousel .owl-nav .owl-next i, 
.benefits .owl-carousel .owl-nav .owl-prev i{
    font-size: 22px;
    color: #fff;
}
.benefits .owl-carousel .owl-nav .owl-next{
margin-left: 0;
position: absolute;
right: -70px;
}
.benefits .owl-carousel .owl-nav .owl-prev{
position: absolute;
left: -70px;
}
.bImage img{
    border-radius: 10px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.bImage {
    width: 100%;
    background-color: #f1f1f1;
    overflow: hidden;
    border-radius: 5px;
}
.bImage h3{
    text-align: center;
    color: #54595F;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'GothamRoundedMedium';
    min-height: 72px;
}
.redbox{
    padding: 20px;
    width: 100%;
    min-height: 280px;
}
.bImage p{
    text-align: center;
}
.page-template-novothor .homebanner{display: none;}

  .page-template-novothor .inner_banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-template-novothor .banner_area_text_box {
    background: transparent;
    display: inline-block;
    padding: 0;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
    width: 60%;
}
.page-template-novothor .banner_area_text_box .page-title {
    font-size: 34px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-left: 0;
    margin-bottom: 37%;
    margin-top: -100px;
    text-transform: uppercase;
}
.page-template-novothor .banner_area_text_box .btn{
  background-color: #fff;
  border: 1px solid #fff;
  color: #7acacb;
      -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.page-template-novothor .banner_area_text_box .btn:hover{
background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff !important;
}
.page-template-novothor .joinus-cnt{padding-left: 10% !important;}
.page-template-novothor .faq-section{
  background-image: none !important;
  background-color: #fff;
    padding: 80px 0px !important;
}
.nimage img{
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.naovtestislider .owl-nav{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
}
.naovtestislider .owl-carousel .owl-nav .owl-next, 
.naovtestislider .owl-carousel .owl-nav .owl-prev{
    background-color: #fff;
    height: 40px;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border:1px solid #fff;
     -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.naovtestislider .owl-carousel .owl-nav .owl-next:hover, 
.naovtestislider .owl-carousel .owl-nav .owl-prev:hover{
    background-color: #fff;
}
.naovtestislider .owl-carousel .owl-nav .owl-next:hover i, 
.naovtestislider .owl-carousel .owl-nav .owl-prev:hover i{
    color:#7acacb;
}
.naovtestislider .owl-carousel .owl-nav .owl-next i, 
.naovtestislider .owl-carousel .owl-nav .owl-prev i{
    font-size: 22px;
    color: #7acacb;
}
.naovtestislider .owl-carousel .owl-nav .owl-next{
margin-left: 0;
position: absolute;
right: 70px;
}
.naovtestislider .owl-carousel .owl-nav .owl-prev{
position: absolute;
left: 70px;
}

.content-details {
position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
        width: 80px;
    height: 80px;
}


.content-title {
content: "\f04b";
    font-family: FontAwesome;
    margin: auto;
    cursor: pointer;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;


}

.content-title:after {
content: "\f04b";
font-family: FontAwesome;
cursor: pointer;
font-size: 25px;
color: #fff;
padding-left: 6px;
}
.navBg{
    background: none !important;
}
.navBg .readmore{
    display: table;
    width: auto;
    margin-top: 10px;
    text-decoration: underline !important;
}
.navBg p{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
}
.navBg .cmn-title h1{
    text-transform: none;
}
.navBg.whatwedo-cnt{
    padding: 60px 18% 60px 60px !important
}
.iamgeSec{
    display: inline-block;
    background-color: #f9f9f9;
    width: 100%;
    padding: 80px 0px;
}

/*=======14-07-2022===*/
/*===========================*/
.home-category{
  padding: 50px 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link{ 
padding: 15px;
    background: #fff;
    min-height: 345px;
    border-radius: 5px;
    /* box-shadow: 0 0 15px rgb(0 0 0 / 10%); */
    width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{text-align: center;}
.woocommerce ul.products li.product .button {
    margin-top: 0em;
    background: #7acacb ;
    border: 1px solid #7acacb ;
    color: #fff;
    padding: 10px 15px; 
    margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  height: auto;
  overflow: hidden;
  text-transform: uppercase;
  color: #000;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title{color: #85bc92;}
.woocommerce ul.products li.product .price {
  color: #85bc92;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 22px;
}
.woocommerce ul.products li.product .price del .woocommerce-Price-amount{text-decoration: line-through;}
.woocommerce ul.products li.product a img{height: 230px !important; background: #f9f9f9; margin: 0 auto; object-fit: cover; object-position: center; transition: all 300ms ease-in-out; max-width: none !important;}
.woocommerce ul.products li.product:hover a img{
  transform: scale(1.04);
}
.tinv-wraper.tinv-wishlist{
    min-width: auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button{
width: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    height: 38px;
    width: 35px;
    line-height: 19px;
    background: #7acacb ;
    border-radius: 3px;
    margin-left: 8px;
    color: #fff;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 6px;
    font-size: 30px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
  font-size: 25px;
}
.tinvwl_add_to_wishlist-text{font-size: 0px;}
.price  .addcart{
  display: flex;
    align-items: center;
    justify-content: center;
}
.price .yith-wcqv-button{
 color: #fff !important;
    background-color: #7acacb  !important;
    text-align: center;
    line-height: 40px !important;
    height: 40px;
    width: 40px;
    border-radius: 5px !important;
    display: block;
    transition: 0.5s ease 0s;
    font-size: 0px !important;
    /* width: auto; */
    min-width: auto;
    padding: 0;
    border: 0;
}
.price .yith-wcqv-button:before {
    content: "\f002";
    color: #fff;
    font: normal normal normal 14px/40px FontAwesome;
}
.woocommerce ul.products li.product .button.yith-wcqv-button{
    position: relative;
}
.woocommerce ul.products li.product .button.yith-wcqv-button{
    font-size: 0;
    height: 38px;
    display: inline-block;
    width: 35px;
    line-height: 36px;
    padding: 0;
    margin-top: 31em;
    vertical-align: middle;
}
.woocommerce ul.products li.product .button.yith-wcqv-button:after{
    content: "\f06e";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 17px;
    vertical-align: top;
    color: #fff;
}
.woocommerce ul.products li.product .button.yith-wcqv-button:hover:after{
color: #7acacb ;
}
ul.products li.product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text{display: none;}
.woocommerce a.added_to_cart {
  padding-top: 0;
  display: inline-block;
  margin-top: 1em;
  height: 37px;
  line-height: 37px;
  vertical-align: top;
  padding: 0 15px;
  background: #7acacb ;
  border: 1px solid #7acacb ;
  border-radius: 3px;
  color: #fff;
  margin-left: 3px;
}
ul.products li.product .tinvwl_add_to_wishlist_button:before{margin-right: 0;}
ul.products li.product .tinvwl_add_to_wishlist_button:hover:before{
    color: #7acacb ;
}
ul.products li.product .tinvwl_add_to_wishlist_button{
    border: 1px solid transparent;
  margin-top: 0rem !important;
}
ul.products li.product .tinvwl_add_to_wishlist_button:hover{
    background: #fff;
  color: #7acacb  !important;
  border-color: #7acacb ;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding-bottom: 30px;
}
.woocommerce a.added_to_cart.wc-forward{
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100px;
}
.woof_products_top_panel .woof_reset_button_2{
      background: #7acacb ;
    color: #fff;
    padding: 5px;
    border: 1px solid #7acacb ;
    font-size: 13px;
    line-height: normal;
    border-radius: 3px;
}
.woocommerce div.product .product_title{text-align: left;}
.woocommerce div.product #yith-quick-view-content .price{font-size: 26px;}
.woocommerce div.product #yith-quick-view-content .product_title{margin-top: -20px; margin-bottom: 17px; font-size: 24px; line-height: normal;}
.woocommerce ul.products li.product .button:hover, .woocommerce a.added_to_cart:hover{
  background: #fff;
  color: #7acacb ;
}
.woocommerce .woocommerce-ordering{
  background: #7acacb ;
  display: none;
}
.woocommerce .woocommerce-ordering select{
    color: #fff;
    background-position: 100% -2px;
    background-color: #7acacb ;
}
.return-to-shop .button{
    color: #fff !important;
    background: #7acacb  !important;
    border: 1px solid #7acacb  !important;
    line-height: 28px !important
}
.return-to-shop .button:hover{
    color: #7acacb  !important;
    background: #fff !important;
}
/* .woocommerce-account .woocommerce-MyAccount-content{
  background: rgb(237 28 36 / 8%) !important;
} */
.woocommerce-account .addresses .title h3{margin-top: 0;}
/*====search not found======*/
.no-results{
    padding: 50px 0; 
    background: #ebfff0;
    text-align: center;
}
.no-results .page-header, .no-results .page-content{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.no-results .search-field{background: #fff; height: 50px;}
.no-results .search-form{max-width: 500px; margin: 0 auto;}
.no-results .search-submit{
    min-width: auto;
    width: auto;
    margin-top: 10px;
}
/*===================cart===================*/
.plsmns {
    margin-bottom: 10px;
}
.plsmns .minus, .plsmns .plus {
    width: 76px;
    padding: 0;
    min-width: auto;
    height: 39px;
    display: inline-block;
    line-height: 38px;
    font-size: 30px;
    font-family: 'ShentoxW04-Medium';
    font-weight: 100;
    border-radius: 0;
    background: #283a59;
    border: none;
}
.plsmns .quantity {
    display: inline-block;
}
.woocommerce .plsmns .quantity .qty {
    width: 60px;
    border-radius: 0;
}
.lp-adcrt a.button { 
    width: 220px;
}
.lp-adcrt a.button:hover{
    outline: none;
    background-color: #063471 !important;
    border-color: #063471 !important;
    color: #fff;
}
.woocommerce a.button.loading::after{
    top: 0;
}
#empty-cart {cursor: pointer;}
.or-separator {
    line-height: 50px;
    margin: 0 30px;
}
.macro-empty-cart {float: left;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    display: inline-block;
    margin-top: 45px;
}
.woocommerce .cart-collaterals .cart_totals{
    background: #fff;
    padding: 46px 40px 10px;
    font-weight: 400 !important;
    color: #283a59;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 600px;
    margin-left: auto;
    width: 100%;
    display: block;
    margin-top: 0;
    box-shadow: 0px 3px 10px #efefef;
    border-radius: 5px;
}
.woocommerce .cart_totals  table.shop_table tbody th{ 
    font-weight: 400 !important;
    color: #283a59;
    border-width: 0 0 2px;
    border-style: dashed;
}
.woocommerce .cart_totals  table.shop_table tbody tr td{
    border-width: 0 0 2px;
    border-style: dashed;
}
.cart-page #e_deliverydate_field { width: 100%; display: block;; }
.cart-page #e_deliverydate_field label abbr{ display: none; }
.cart-page #e_deliverydate_field label,.woocommerce .cart-collaterals .cart_totals .heading,.subscrion-wraper h2 {
    display: block; 
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #283a59;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    border-bottom: 1px solid #ccc;
}
.woocommerce .cart-collaterals .cart_totals h2{text-align: center; margin-bottom: 15px;}
.woocommerce table.shop_table, .woocommerce table.shop_table thead th{border: none;}
.woocommerce-cart-form{ 
    font-weight: 400;
    color: #283a59;
    font-size: 20px;
}
.product-thumbnail a{ 
    margin-right: 20px; 
    vertical-align: middle; 
    text-align: left;
}
.product-thumbnail a img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.product-name{
    font-size: 18px;
    max-width: 100%; 
    width: auto;    
    color: #282828;
    line-height: 20px;
    height: 100%; 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100px;
    align-content: center;
}
.product-name a{color: inherit; display: block; width: 100%;}
.product-name .variation {
    display: block;
    width: 100%;
}
.product-name a{
    color: inherit;
}
.woocommerce-cart-form__cart-item.cart_item, .wishlist_item{background: #fff; }
.cart.woocommerce-cart-form__contents th{
    text-transform: uppercase;
}
/*.woocommerce-cart.woocommerce-cart, .woocommerce-checkout{
    background: #f9f9f9;
}*/
.woocommerce-cart.woocommerce-cart .variation{
    font-size: 16px;
}
.woocommerce-cart table.cart tr, .wishlist_item{text-align: center; border: none; border-bottom: 15px solid #f9f9f9  !important;}
.woocommerce-cart table.cart tr td, .wishlist_item td, .tinv-wishlist table th{border: none;}
.wishlist_item td{text-align: left;}
.wishlist_item .product-action .button {
    font-size: 13px;
    font-weight: 400;
}
.wishlist_item .product-price{font-size: 17px;}
.wishlist_item .product-date{font-size: 14px;}
.tinv-wishlist table input[type=checkbox]{width: 20px;}
.woocommerce-cart table.cart td.product-name{text-align: left; font-size: 17px; padding: 0 0 0 20px;}
.woocommerce-cart .woocommerce table.shop_table thead th{
    text-align: center;
    font-size: 17px;
}
.tinv-wishlist .product-remove button{
      display: block;
    font-size: 1.5em;
    padding: 0;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    min-width: initial;;
}
.tinv-wishlist .product-remove button:hover{
      color: #fff!important;
    background: red !important;
}
#tinvwl_product_actions{height: 48px;   border-color: #7acacb ;}
.woocommerce table.shop_table{
    padding: 30px;
    box-shadow: 0px 3px 10px #ececec;
    /* background-color: #fff; */
    border: 1px solid #7acacb;
}
.woocommerce-cart .woocommerce table.shop_table thead th.product-name{text-align: left; padding-left: 20px; } 
.product-thumbnail{ 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100px;
    width: 100px;
    float: left;
}
#e_deliverydate_field .woocommerce-input-wrapper,#e_deliverydate_field .orddd_lite_field_note{
    float: left;
    width: 50%;
}
#e_deliverydate_field .woocommerce-input-wrapper input{
    background: #fff;
    height: 48px;
    line-height: 48px;
} 
#e_deliverydate_field .orddd_lite_field_note{
    font-size: 15px;
    line-height: 18px;
    color: #283a59;
    padding-left: 50px;
}
/* .cart-subtotal th{
    float: left; 
}
*/
.cart-subtotal td{
    text-align: right;
} 
.woocommerce-shipping-totals.shipping #shipping_method{text-align: right;}
tr.order-total > td{text-align: right;} 
.coupon #coupon_code{
    height: 48px;
    padding: 0 15px;
    min-width: 200px;
    border-color: #7acacb;
    background: #fff;
}
.coupon .button, .tinvwl-input-group-btn .tinvwl-break-input, .tinvwl-to-right .button{
    background: #7acacb !important;
    border: 1px solid #7acacb !important;
    color: #fff !important;
    height: 48px;
  min-width: 122px;
  border-radius: 30px; 
  font-size: 14px !important;
  font-family: 'Dosis', sans-serif;
}
.tinvwl-input-group-btn .tinvwl-break-input:hover, .tinvwl-to-right .button:hover{
  background: #fff !important;
  color: #7acacb  !important;
}
.coupon .button:hover{
    background: #fff !important;
    border-color: #7acacb  !important; 
    color: #7acacb  !important;
}
.checkout-button{
    background: #7acacb  !important;
    border: 1px solid #7acacb  !important;
    font-size: 18px !important;
}
.checkout-button:hover{
    background: #fff !important; 
    border-color: #7acacb  !important; 
    color: #7acacb  !important;
} 
/* =========================================checkout page==================================== */
.woocommerce-billing-fields__field-wrapper{display: flex; flex-wrap: wrap;}
.select2-container .select2-selection--single{
    height: 40px;
    margin: 0;
    border-color: #dadada;
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px; top: 0;}
.woocommerce form .form-row, .woocommerce form .form-row span {
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
#billing_address_1_field, #billing_address_2_field, #shipping_address_1_field, #shipping_address_2_field, #billing_email_field{
    width: 100%;
}
.woocommerce form .form-row textarea#order_comments{padding: 15px; height: 150px;}
.woocommerce-checkout #payment ul.payment_methods li{
    line-height: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.woocommerce form .form-row label{margin-bottom: 0;}
.woocommerce-checkout .woocommerce form .form-row .form-row{width: 100%;} 
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item:nth-child(2) td.product-name,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item:nth-child(2) td.product-total {
    border-top: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label{margin-bottom: 0;}
.woocommerce-checkout #payment ul.payment_methods li input{
    width: 20px;
    height: 20px;
}
.woocommerce-checkout .woocommerce-form__input-checkbox#rememberme{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-top: 0;
}
.woocommerce-checkout .woocommerce-form__input-checkbox{
    width: 20px;
    height: 20px;
}
.woocommerce-checkout .woocommerce-form-login__rememberme{
    margin-top: 7px;
}
.woocommerce-checkout .woocommerce form.login{
    margin: 0 auto 40px;
    max-width: 570px;
    text-align: center;
    background: #fff;
}
.woocommerce-checkout .woocommerce form.login .woocommerce-form-login__submit{
    float: none;
    margin: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tr.fee td{text-align: right;font-weight: 400;}
.woocommerce-checkout .woocommerce table.shop_table td.product-total{text-align: right;}
.woocommerce-checkout .woocommerce table.shop_table tfoot th{
    border-top: 0 !important; 
    font-weight: 500;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.recurring-totals th{
    border-left: 0;
    border-right: 0;  
    border-top: 40px solid #fff; 
    margin-bottom: 15px;
    width: 100%; 
    font-weight: 700 !important;
    color: #283a59;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 55px 0 30px;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    border-top: 0 !important;
    text-align: right;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.recurring-total td{
    font-weight: 400;
}
.woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout .woocommerce ul#shipping_method .amount{
    font-weight: 400;
}
.woocommerce-checkout #e_deliverydate_field .orddd_lite_field_note {
    padding: 10px 0 20px;
    font-size: 15px;
    line-height: 18px;
    color: #283a59;
    margin-top: 5px;
    width: 100%;
}
.woocommerce-checkout #e_deliverydate_field label {  
    font-weight: 500;
    color: #283a59;
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 6px;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin-top: 20px;
}
.woocommerce-checkout #e_deliverydate_field .woocommerce-input-wrapper{
    float: none; 
    width: 100%; 
    display: block;
}
.woocommerce-checkout  #e_deliverydate_field .orddd_lite_field_note {
    font-size: 15px;
    line-height: 18px;
    color: #283a59;
    margin-top: 5px;
}
#customer_details .col-1,#customer_details .col-2{
    flex: none;
    max-width: initial;
    width: 100%;    
}
#customer_details .woocommerce-additional-fields .form-row{
    width: 100%;
}
#ship-to-different-address-checkbox{
    outline: 3px solid rgb(237 28 36);
    width: 20px;
    height: 20px;
    margin: -0 10px 0 0;
} 
.woocommerce-checkout #customer_details.col2-set{
    padding: 0;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce form .form-row{width: 50%; clear: inherit;}
.woocommerce-checkout .woocommerce form .form-row.place-order{width: 100%; text-align: left;}
.woocommerce-page #payment #place_order{
    float: none;
    margin-top: 20px;
}
.woocommerce-checkout #payment #place_order{
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    font-size: 18px;
    color: #283a59;
    margin-left: 15px;
}
.woocommerce-input-wrapper{width: 100%;}
.checkout.woocommerce-checkout{
    background: #fff;
    padding: 50px;
}
h3#order_review_heading{
    font-size: 24px;
    line-height: normal;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
} 
#order_review .product-name{height: auto; } 
.woocommerce .woocommerce-checkout-review-order table.shop_table td, .woocommerce-checkout .woocommerce table.shop_table tfoot th{border: none !important;}
#order_review .product-total{font-weight: 700; font-size: 20px;text-align: right;}
#order_review tfoot th{
    font-size: 22px;
}
#order_review thead .product-name{
        font-weight: 700;
    font-size: 22px;
}
#order_review tfoot td{
    font-size: 20px; 
    color: #444444; 
}
#order_review .cart-subtotal th, #order_review .cart-subtotal td{
    border-top: 20px dashed #ffffff !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .checkout_coupon .button{
    background-color: #7acacb  !important;
    color: #fff !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .checkout_coupon .button:hover{
    background-color: #fd305d;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .checkout_coupon .button:hover{
    background-color: #7acacb  !important;
    color: #fff !important;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon{background: #fff;}
.woocommerce form.checkout_coupon.woocommerce-form-coupon #coupon_code{
        background: #fff;
        height: 48px;
}
/*==================dashboard===============*/
.woocommerce form .password-input, .woocommerce-page form .password-input{width: 100%;}
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 15px 15px 15px 25px;
    background: #7acacb ;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 15px 0 0 15px;
    font-size: 18px;
    line-height: normal;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{ 
    background: #7acacb ; 
    color: #fff; 
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    flex: none;
    max-width: initial;
}
.woocommerce-account .addresses .title .edit { 
    border: 1px solid #7acacb ;
    padding: 0 10px;
    background: #7acacb ;
    color: #ffffff;
    border-radius: 3px;
}
.woocommerce-account .addresses .title .edit:hover{  
    background: #7acacb ; 
}
.woocommerce-Address{
    background: #fff;
    padding: 15px;
    min-height: 107px;
}
.woocommerce-EditAccountForm,
.woocommerce-address-fields__field-wrapper{display: flex; flex-wrap: wrap;} 
.woocommerce form .woocommerce-address-fields__field-wrapper .form-row{width: 50%;}
.woocommerce .woocommerce-EditAccountForm .form-row.form-row-first,
.woocommerce .woocommerce-EditAccountForm .form-row.form-row-last{
    width: 50%;
}
.woocommerce-address-fields .button, .woocommerce-Button.button{
    background-color: #7acacb  !important;
    color: #fff !important;
}
.woocommerce-address-fields .button:hover, .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover{
  background-color: #7acacb  !important;
  color: #fff !important;
}
.woocommerce h3{font-weight: 700;}
.woocommerce-EditAccountForm.edit-account fieldset{
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px;
}
.entry-title{text-align: center;}

/*========product details=========*/
.woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size: 29px;
  font-weight: 700;
  margin-bottom: 15px;
}
/* .woocommerce .quantity .qty{height: 48px;} */
.woocommerce .quantity .qty {
    height: 40px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #ccc;
}
.entry-content .single-product{
    background: #f9f9f9;
    padding: 30px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
        background: #e3e3e3;
}
.woocommerce-product-gallery__wrapper{
background: #ffffff;
text-align: center;
box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.product_meta .posted_in a, .tagged_as a{
    background: #ffffff;
    padding: 5px 10px;
    line-height: normal;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-bottom: 8px;
}
.woocommerce div.product div.images img{ 
        height: 100%;
      width: 100%;
    object-fit: cover;
    object-position: center;
}
.wpgis-slider-for{
  height: 480px;
  width: 100%;
}
.woocommerce-product-details__short-description{margin-bottom: 30px;}
.cart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{ height: 48px; margin-top: 0;}
.single-product.woocommerce span.onsale{
  margin: 0 !important;
    border-radius: 0px 16px !important;
    z-index: 2 !important;
    background-color: #63926e !important;
    top: 0;
    left: 0;
}
.product-singel .entry-title{
  font-size: 26px;
  line-height: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
      border: 1px solid #7acacb ;
    background-color: #7acacb ;
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{ color: #ffffff !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{color: #fff;}
.woocommerce #review_form #respond .form-submit input{
 border: 1px solid #7acacb ;
  background-color: #7acacb ;
  color: #fff !important; 
}
.cmt-heading, .comment-reply-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
}
.woocommerce #review_form #respond .form-submit input:hover{
 border: 1px solid #7acacb ;
  background-color: #fff;
  color: #7acacb  !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #7acacb  !important;
}
#review_form{
    padding: 40px;
    border: 1px solid #7acacb ;
    margin-left: 0;
    border-radius: 3px;
}
.tml-dashboard{text-align: center;}
.tml-dashboard ul li{
  padding-left: 0;
  list-style: none;
}
.tml-dashboard-links{padding-left: 0;}
.shipping_address .woocommerce-shipping-fields__field-wrapper{
      display: flex;
    flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce form .form-row#shipping_postcode_field{width: 100%;}
.captcha-image .cf7ic_instructions span{
  display: contents;
}
.products.columns-4, .products.columns-3{
  display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px !important;
    margin-left: -10px !important;
}
.products.columns-4 .col-12, .products.columns-3 .col-12{
      padding-right: 30px;
    padding-left: 30px;
} 
.fproduct{
  display: block;
  width: 100%;
  position: relative;
  background: #f8f8f8 url(../images/f-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
.fproduct:after {
    background-color: rgb(237 28 36 / 50%);
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
.fproduct .product-box{
  box-shadow: none !important;
}
.fproduct .viewAll-btn .btn{
  background-color: #fff;
  border-color: #fff;
}
.fproduct .viewAll-btn .btn:hover, .fproduct .viewAll-btn .btn:focus{
  color: #000;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
color: #fff;
background-color: #7acacb ;
border: 0;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
border: 1px solid transparent;
}
.button.yith-wcqv-button{
    border: none !important;
  margin-left: 8px !important;
}
/*------------------dipu css strt here---------------------------*/
.woocommerce-account .password-input .show-password-input{
  right: 8px !important;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox]{width: 20px; height: 20px;}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span{margin-left: 5px;}
.woocommerce form.lost_reset_password {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em auto;
    text-align: left;
    border-radius: 5px;
    max-width: 490px;
}
.woocommerce-privacy-policy-text{margin-bottom: 10px;}
.product-stock{width: 200px;}
.tinv-wishlist .product-action {
    width: 140px; 
}
.woocommerce a.remove{
  width: 30px;  line-height: 24px; height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #838383;
    font-size: 16px;
    text-transform: capitalize;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{width: 100%; margin-bottom: 10px; text-align: left; margin-top: 0;}
.checkout_coupon .form-row-last .button{
  height: 48px;
}
.order_details .woocommerce-table__product-table.product-total{text-align: right;}
/*---------product details---------*/
.single-product .cart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .single-product.woocommerce .quantity .qty {
    height: 38px; height: 38px;}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top: 47%;
    left: 46%;
}
.product_meta{
  margin-bottom: 30px;
}
.woocommerce-account-fields .create-account .form-row{
  width: 100% !important;
}
.show-password-input{
  width: auto !important;
}
 button:focus{outline: 0; box-shadow:none;}
  .breadcrumb{margin-bottom: 0px;}
  .woocommerce-breadcrumb{text-align: center;}
  .comment-list ::marker{font-size: 0px !important;}
  .woocommerce .woocommerce-breadcrumb{margin: 0 !important;}
  .woocommerce span.onsale{
    margin: 0 !important;
    border-radius: 16px 0 !important;
    z-index: 2 !important;
    background-color: #63926e !important;
  }
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{font-size: initial;}
  .cart-collaterals .shop_table {box-shadow: none !important;}
/*======== Extra CSS =====*/

.woocommerce .homebanner{display: none !important;}
.woocommerce-account .cms-cls, .product-sec{
    background: #fff4f7;
}
.woocommerce-account .common_banner{
    display: none;
}
.woocommerce-account .woocommerce-form, .woocommerce-account .woocommerce-ResetPassword{
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    border: none !important;
    min-height: 384px;
}
.woocommerce-account .woocommerce-ResetPassword{min-height: auto;}
.woocommerce-account .woocommerce-form .woocommerce-Input, .woocommerce-account .woocommerce-ResetPassword .woocommerce-Input, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .comment-form-email input, .comment-form-author input, #reviews #comment{
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    font-size: 15px;
    padding: 15px;
    font-weight: 400;
    height: 54px;
    color: #000;
}
.comment-form-email input, .comment-form-author input, #reviews #comment{
    width: 100%;
}
.woocommerce form .form-row textarea{
    height: 100px;
}
.woocommerce-account .woocommerce-form .password-input .show-password-input{
    right: 12px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button{
    background: #7acacb !important;
    border: 1px solid #7acacb;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    height: auto;
    min-width: 132px;
    padding: 12px 40px;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button:hover{
    background: #fff !important;
    border: 1px solid #7acacb;
    color: #7acacb !important;
}
.cms-cls ul.woocommerce-error li{background: transparent}
.woocommerce-account p.woocommerce-LostPassword a{
    font-weight: 700;
}
.woocommerce-account .woocommerce-error, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-message{background-color: #fff;}
 
.product-sec header{
    background: transparent;
    margin-bottom: 40px;
}
.woof_redraw_zone {
    padding: 0px 10px 15px 10px;
    background: #e7e7e7;
    /*box-shadow: 0 0 12px #f1f1f1;*/
}
ul.woof_list li{
    font-size: 14px;
    position: relative;
    padding-left: 0px;
    display: block !important;
}
ul.woof_list li label{    margin-bottom: 6px;
    padding-top: 0px}
ul.woof_list li .icheckbox_square-blue{
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px 0 0 0;
}

.woocommerce-shop .woof_container .woof_container_inner input[type="search"]{
    background: #ffffff;
    height: 50px;
    padding: 0 16px;
    border-radius: 4px;
    border-color: #7acacb;
}
.woocommerce-shop .woof_container .woof_container_inner input[type="search"]::placeholder{font-size: 13px;}
.woocommerce-shop .woof_container_inner h4 {
    margin-bottom: 15px;
    margin-top: 0px;
    display: none;
}
.product-box {
    position: relative;
    padding: 0px 0 0px;
    box-shadow: 0 0 10px #e1e1e1;
    background-color: #f7f7f7;
    min-height: 100%;
}
.product-box .pimg{
	background-color: #fff;
}
.woocommerce ul.products, .woocommerce-page ul.products .product{margin: 0px 0 20px;}
.woocommerce .product-box span.onsale {
    margin: 0 !important;
    border-radius: 0 0 26px 0 !important;
    z-index: 2 !important;
    background-color: #f65e89 !important;
    min-height: auto;
    padding: 7px 12px 7px 6px;
    line-height: normal;
    top: 0;
    left: 0;
    font-weight: 400;
}
.woocommerce .product-box h2{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #484848;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'GothamRoundedLight';
    font-weight: 600;
    margin: 10px 0 5px;
    min-height: 42px;
}
.product-box .stock-sec.in-stock{
    position: absolute;
    bottom: 100%;
    font-weight: 400;
    right: 0px;
    background: #6490e7;
    padding: 4px 12px;
    line-height: normal;
    color: #fff;
    font-size: 12px;
    border-radius: 12px 0 0;
}
.ptext{position: relative; text-align: center;}
@media screen and (min-width:991px){
    .woof_show_auto_form.woof_btn_default{display:none !important;}
}
.product-sec{padding: 40px 0px;}
.woocommerce-products-header h1 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;color: #7acacb;
    font-family: 'GothamRoundedMedium';
    font-style: normal;
    text-transform: uppercase;
}
.woocommerce .woocommerce-result-count { 
    font-weight: 600;
    display: none;
}
.woocommerce .woocommerce-ordering select {
    color: #fff;
    background-position: 100% -17px;
    background-color: #7acacb;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    border: none;
    padding: 0 10px;
}
.woocommerce a.button.add_to_cart_button {
    padding: 0 8px;
    height: 32px;
    line-height: 29px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    background: #7acacb;
    border: 1px solid #7acacb;
}
.woocommerce a.button.add_to_cart_button:hover{
    background-color: #fff !important;
    color: #7acacb !important;
}
.woocommerce .addcart .yith-wcqv-button {
    padding: 0 8px;
    height: 32px;
    width: 34px;
    display: flex;
    line-height: 29px !important;
    font-weight: 400;
    border-radius: 4px;
    background: #7acacb !important;
    align-items: center;
    justify-content: center;
}
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    height: 32px;
    width: 34px;
    line-height: 20px;
    background: #7acacb;
    border-radius: 4px;
    margin-left: 8px;
    color: #fff;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 6px;
    font-size: 30px;
}
.woocommerce div.product .product-box span.price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #7acacb;
    display: inline-block;
}
.woocommerce div.product .product-box span.price del{
    font-size: 16px;
    text-decoration: line-through !important;
}
.tinv-wishlist .social-buttons li{padding-left: 0; background: transparent;}
.tinv-wishlist table.tinvwl-table-manage-list thead{
    background-color: #fff;
    border: none;
    border-bottom: 15px solid #f9f9f9;
} 
.wishlist_item:last-child td {
    border-bottom: none !important;
}
.tinvwl-table-manage-list tfoot{
    background: #fff;
    border: none;
}
.tinvwl-table-manage-list tfoot td{border: none;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{font-weight: 400;}

.woocommerce-checkout .cms-cls ul li{
    padding-left: 0; background: transparent;
}
.woocommerce-checkout .woocommerce form .form-row:last-child{
    width: 100% !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #7acacb;
}
.single-product .cart .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button{height: 37px;}
.woocommerce div.product div.images{position: relative;}
.woocommerce-Tabs-panel ul.about-the-product li{
    position: relative;
    padding-left: 24px;
}
.woocommerce-Tabs-panel ul.about-the-product li::before{
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #7acacb;
}
#review_form{max-width: 640px;}
.product-box .pimg a{display: block; text-align: center; padding: 5%;}
.related.products .products .product{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.woocommerce-checkout .woocommerce form .form-row#billing_phone_field{
    width: 100%;
}
.page-id-783 .homebanner, .page-id-730 .homebanner, .page-id-731 .homebanner{display: none;}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
	    background-color: #7acacb !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
	border-top-color: #7acacb !important;
}
.irs--round .irs-handle{
border: 4px solid #7acacb !important;
box-shadow: 0 1px 3px rgb(215 52 88) !important;
}
.irs--round .irs-bar{
	background-color: #7acacb !important;
}
.woof_text_search_container .woof_container_inner{
	margin-top: 20px;
}
.product-sec br{display: none !important;}

.wcgs-carousel .wcgs-slider-image img{
	height: 400px !important;
    width: 100%;
    object-fit: cover;
}
.wcgs-thumb img{
    height: auto !important;
}
.wpgs-lightbox-icon{width: 100%;}
.wpgs-nav .slick-slide img{
	height: 110px !important;
}


/* ========== */
.woocommerce-shop .product-box .stock-sec.in-stock, .woocommerce-shop.woocommerce div.product .product-box span.price, .woocommerce-shop.woocommerce .product-box .addcart .yith-wcqv-button, .woocommerce-shop .product-box .tinv-wraper.tinv-wishlist, .woocommerce-shop.woocommerce .product-box span.onsale{
    display: none !important;
}
.woocommerce-shop.woocommerce a.button.add_to_cart_button::after{
    content: "\f105";
    display: inline-block;
    color: #fff;
    margin-left: 4px;
    font-family: 'FontAwesome';
}
.woocommerce-shop.woocommerce a.button.add_to_cart_button:hover::after{
    color: #7acacb;
}
.woocommerce-shop .product-box{
    background-color: transparent;
    box-shadow: none;
}
.woocommerce-shop .product-box .pimg{
    /*box-shadow: 0 0 12px #d5d5d5;*/
    background-color: #fff;
    border: 1px solid #ccc;
}

.product-sec{
    display: block;
    width: 100%;
    position: relative;
    background: #f8f8f8 url(../images/shop-page-bg.jpg) no-repeat center center;
    background-size: cover;
}
.woof_list_checkbox .woof_childs_list_li .icheckbox_square-blue, .woof_list_checkbox > li .icheckbox_square-blue
{display: none;
}
.woof_list_checkbox > li{
    padding-left:0px !important;
}
.woof_childs_list  {
    padding: 7px 0 7px 0px !important;
}
.woof_childs_list li{
    padding-left: 21px !important;
}
.woof_childs_list li .icheckbox_square-blue {
    display: block!important;
}
.iCheck-helper{
    border: 1px solid #4d2544 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}
.service-slider .owl-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
}
.service-slider .owl-carousel .owl-nav .owl-next, .service-slider .owl-carousel .owl-nav .owl-prev {
    background-color: #fff;
    height: 40px;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #fff;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.service-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
}
.service-slider .owl-carousel .owl-nav .owl-next {
    margin-left: 0;
    position: absolute;
    right: -70px;
}
.woo_amc_open {
    display: none !important;
}
.service-slider .owl-carousel .owl-nav .owl-prev:hover, .service-slider .owl-carousel .owl-nav .owl-next:hover{
    background-color: #4d2544;
    border-color: #4d2544;
    color: #fff;
}
.service-slider .owl-carousel .owl-nav .owl-prev:hover i, .service-slider .owl-carousel .owl-nav .owl-next:hover i{
    color: #fff;
}
.filterBy{
    background-color: #e7e7e7;
    padding: 25px 20px 12px;
    margin: 0;
    box-shadow: none;
    font-weight: 100;
    font-family: 'GothamRoundedMedium';
    text-decoration: underline !important;
    font-size: 16px;
}
.woocommerce-shop .banner_area_text_box{
    display: block !important;
}


.shopslider .owl-dots {
    bottom: 15%;
}

.shopslider .owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
    box-shadow: none;
}

.shopslider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 6px;
    background: transparent;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 0px;
    position: relative;
    border:1px solid #fff;
}

.shopslider .owl-dots {
    position: absolute;
    width: auto;
    bottom: auto;
    margin-top: 0 !important;
    top: auto;
    transform: translate(0%, -50%);
    width: 100%;
    bottom: 6%;
    margin: 0 auto;
    text-align: center;
}

.shopslider .owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
    box-shadow: none;
}

.shopslider .owl-theme .owl-dots .owl-dot span::before,
.shopslider .owl-theme .owl-dots .owl-dot span::after {
    border-radius: 0px;
}

.shopslider .owl-theme .owl-dots .owl-dot span::before {
    border: 2px solid transparent;
}

.shopslider .owl-theme .owl-dots .owl-dot span::after {
    border: 0 solid transparent;
}

.shopslider .owl-theme .owl-dots .owl-dot span:hover::before,
.shopslider .owl-theme .owl-dots .owl-dot.active span::before {
    border-top-color: #7acacb;
    border-right-color: #7acacb;
    border-bottom-color: #7acacb;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.shopslider .owl-theme .owl-dots .owl-dot span:hover::after,
.shopslider .owl-theme .owl-dots .owl-dot.active span::after {
    border-top: 2px solid #7acacb;
    border-left-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.shopslider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #7acacb;
    border:1px solid #7acacb;
}

.cmn-title.mb-5{
    margin-bottom: .5rem!important;
}