@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&amp;display=swap');

body {
    background: #ffffff;
    color: #363636;
    font-family: 'Yantramanav', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Yantramanav', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #363636;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
    display: block;
}

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

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    height: 100px !important;
}

textarea,
select,
input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px !important;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: #be9d78;
}

.form-control:focus {
    border-color: #be9d78;
    box-shadow: none;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    padding: 15px 0;
    color: #fff;
}

h5 {
    text-transform: capitalize;
}

.int_infosidebar {
    width: 60px;
    background: #282d32;
    position: fixed;
    left: 0;
    height: 950px;
    z-index: 9;
    top: -100px;
}

.int_infosidebar .siderbar_social {
    margin: 120px 0px 34px 0px;
    text-align: center;
}

.int_infosidebar .siderbar_social ul {
    margin: 0;
    padding: 0;
}

.int_infosidebar .siderbar_social ul li {
    margin-bottom: 10px;
}

.int_infosidebar .siderbar_social ul li>a {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    color: #fff;
}

.int_infosidebar .siderbar_contact {
    text-align: center;
    padding: 30px 0 22px;
    border-top: 1px solid #353c43;
    padding: 20px 0;
    justify-content: center;
    display: flex;
}

.int_infosidebar .siderbar_contact a {
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 17px;
}

.int_infosidebar .siderbar_contact a svg {
    transform: rotate(90deg);
    margin-bottom: 5px;
    width: 16px;
    height: 15px;
    vertical-align: baseline;
}
.int_infosidebar .siderbar_contact a:hover{
    color:#c6a47e;
}
.int_infosidebar .siderbar_social ul li a {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.int_infosidebar .siderbar_social ul li a:hover {
    color: #c6a47e;
}

.header {
    float: left;
    width: 100%;
    z-index: 999;
    padding-left: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.header .container-fluid{
    position: relative;
}
.header .int_logo {
    padding: 10px 0 0;
}
.header.stricky-fixed .int_logo{
padding: 6px 10px;
}

.header .int_logo img {
    width: 110px;
}


.header.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
/*    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/
/*    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: #ffffff;
    padding: 0;
}

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

    to {
        opacity: 1;
        transform: none
    }
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #7da9b4;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block;

}

.navigation .menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    white-space: nowrap;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative;
}

.navigation .menu ul li a {
    padding: 42px 12px;
    display: block;
    color: #212529;
    transition: all 0.3s ease;
    font-size: 18px;
    background: transparent;
    font-weight: normal;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #7da9b4;
    background: transparent;
}



.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 230px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 200px;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: #7da9b4;
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: #7da9b4;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: #be9d78
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 15px;
    padding: 8px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    transition: all 0.3s ease;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #fff;
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #be9d78;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}
/* 
.navigation .menu ul li:nth-child(4) ul.cs-dropdown {
    width: 520px;
    left: -170%;
}

.navigation .menu ul li:nth-child(4) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative;
}

.navigation .menu ul li:nth-child(4) ul.cs-dropdown li:nth-child(even) {
    border-left: 1px solid #eee;
}


.navigation .menu ul li:nth-child(5) ul.cs-dropdown {
    width: 520px;
    left: -160%;
}

.navigation .menu ul li:nth-child(5) ul.cs-dropdown li {
    width: 50%;
    float: left;
    position: relative;
}

.navigation .menu ul li:nth-child(5) ul.cs-dropdown li:nth-child(even) {
    border-left: 1px solid #eee;
} */


.navigation .menu ul>li:nth-child(3) {
    position: static
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown.megaMenu {
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown.megaMenu::-webkit-scrollbar {
    width: 5px
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown.megaMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown.megaMenu::-webkit-scrollbar-thumb {
    background-color: #c6a47e
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown .megaSection {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown .megaSection ul.megaSectionUl {
    width: 100%;
    height: auto;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    padding-right: 5px;
    text-align: left;
    padding: 15px 15px 0;
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown .megaSection ul.megaSectionUl li {
    display: block;
    border: 0
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    top: 100%;
    margin: 0 0 5px;
    box-shadow: none
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown li {
    display: block;
    width: 100%;
    border-bottom: 0;
    height: auto
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li a {
    padding: 8px 15px;
    float: left;
    width: 100%;
    display: block;
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li a span {
    font-weight: 600;
    color: #c6a47e;
    font-size: 18px
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li:hover a {
    background: 0 0;
    color: #c6a47e
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li a button {
    display: none
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown li a {
    font-size: 16px;
    padding: 2px 10px;
    display: flex
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown li a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>")
}

.navigation .menu ul>li:nth-child(3) ul.cs-dropdown li:hover ul.cs-dropdown li:hover a {
    background: 0 0;
    color: #c6a47e
}



/* banner */
.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.homeSlider .sliderItem {
    position: relative;
    z-index: 1;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100vh;
    color: #fff;
}


.homeSlider .sliderInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.homeSlider .sliderItem .sliderInner .imgDiv {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
}

.homeSlider .sliderItem .container {
    position: relative;
    z-index: 4;
}

.homeSlider .sliderItem .caption {
    position: relative;
    padding: 0px;
    top: -2%;
    margin: 40px 0 0;
    padding: 0 15px 0 0;
}

.caption .subTitle_1 {
    font-size: 14px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #7da9b4;
    margin: 0;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,
        visibility .5s;
    -o-transition: opacity .5s,
        visibility .5s;
    transition: opacity .5s,
        visibility .5s;
}

.caption .subTitle_1 span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    color: #e4e4e4;
    letter-spacing: 12px;
    position: absolute;
    left: 10px;
    right: 0;
    top: -60px;
    z-index: -1;
}

.caption .sliderTitle_1 {
    color: #212529;
    font-weight: 700;
    font-size: 60px;
    line-height: normal;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,
        visibility .5s;
    -o-transition: opacity .5s,
        visibility .5s;
    transition: opacity .5s,
        visibility .5s;
}

.caption .sliderTitle_2 {
    font-size: 58px;
    color:#212529;
    font-weight: 300;
    line-height: normal;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,
        visibility .5s;
    -o-transition: opacity .5s,
        visibility .5s;
    transition: opacity .5s,
        visibility .5s;
}

.caption .sliderTitle_2 .banner_span1 {
    color: #7da9b4;
}

.caption p {
    color: #fff;
    margin-bottom: 22px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,
        visibility .5s;
    -o-transition: opacity .5s,
        visibility .5s;
    transition: opacity .5s,
        visibility .5s;
}

.homeSlider .swiper-slide-active .caption .subTitle_1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 1s linear;
    -webkit-animation: fadeInDown 1s linear;
    -ms-animation: fadeInDown 1s linear;
    -moz-animation: fadeInDown 1s linear;
    -o-animation: fadeInDown 1s linear;
}

.homeSlider .swiper-slide-active .caption .sliderTitle_1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    visibility: visible;
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear;
}

.homeSlider .swiper-slide-active .caption .sliderTitle_2 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    visibility: visible;
    animation: fadeInLeft 1s linear;
    -webkit-animation: fadeInLeft 1s linear;
    -ms-animation: fadeInLeft 1s linear;
    -moz-animation: fadeInLeft 1s linear;
    -o-animation: fadeInLeft 1s linear;
}


.homeSlider .swiper-slide-active .caption p {
    opacity: 1;
    visibility: visible;
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear;
}


.readMore_1, .readMore_1:focus {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    background: #7da9b4;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,
        visibility .5s;
    -o-transition: opacity .5s,
        visibility .5s;
    transition: opacity .5s,
        visibility .5s;


}
.readMore_1:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 10% 0;
    transform-origin: 0% 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.readMore_1:hover:before {
   -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn_caret {
	height: 50px;
	line-height:53px;
    background: #7da9b4;
    display: inline-block;
    padding: 0px 12px;
    position: absolute;
	top: 0;
    margin-left: 18px;
}

.readMore_1:hover {
    color: #fff;
    background: #555555;
}

.homeSlider .swiper-slide-active .caption .readMore_1 {
    opacity: 1;
    visibility: visible;
    animation:	fadeInUp 1s ease;
    -webkit-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
}



.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: black;
    border: 0;
    outline: 0;
    background: #7da9b4;
    border-radius: 0;
    z-index: 9
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;

}

.homeSlider .swiper-button-prev {
    left: 25%;
    right: auto
}

.homeSlider .swiper-button-next {
    right: auto;
    left: 30%
}

.homeSlider .swiper-button-prev:hover,
.homeSlider .swiper-button-next:hover {
    background: #be9d78;
    border-color: #be9d78;
}

.welcomeSection {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 75px 0px 50px;
    background: #ffffff;
}

.welcomeSection .welcomeImg {
    float: left;
    max-width: 560px;
    width: 100%;
    margin: 6px 22px 25px 0px;
}

.welcomeSection .welcomeImg .pattern {
    height: 100%;
    width: 100%;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.welcomeSection .welcomeImg .pattern {
    height: 100%;
    width: 100%;
}

.welcomeSection .welcomeImg .years-exp {
    position: relative;
    height: 100%;
    width: 100%;
    border: 10px solid #f8f4f3;
}

.welcomeSection .welcomeImg .years-exp .exp-text {
    position: absolute;
    bottom: 40px;
    left: -10px;
    padding: 10px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #282d32;
}

.welcomeSection .welcomeImg .years-exp .exp-text .yearNumber {
    font-size: 70px;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #be9d78;
    margin: 0px;
    font-weight: 600;
}

.welcomeSection .welcomeImg .years-exp .exp-text .yearNumber:after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f4f3;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: -1;
}

.welcomeSection .welcomeImg .years-exp .exp-text .yText {
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 500;
}

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

.welcomeSection p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #282d32;
}
.welcomeSection h2{
    margin: 0;
color: #7da9b4;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 1.25;
}
.title_1 {
    margin: 0;
    color: #c6a47e;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}

.readMore_2, .readMore_2:focus {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    background: #7da9b4;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;



}
.readMore_2:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 10% 0;
    transform-origin: 0% 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.readMore_2:hover:before {
   -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.readMore_2:hover {
    color: #fff;
    background: #555555;
}




.portfolio {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.portfolio.full-bg {
    position: relative;
    padding-left: 60px;
}

.portfolio.full-bg .cluom {
    height: 90vh;
    padding: 0;
    position: relative;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio.full-bg .cluom.current {
    background: rgba(0, 0, 0, 0.3);
}

.portfolio.full-bg .cluom:hover .info {
    color: inherit;
}

.portfolio.full-bg .cluom:hover .info:after {
    height: 100%;
}

.portfolio.full-bg .cluom.current .info:after {
    height: 100%;
}

.portfolio.full-bg .cluom:hover .more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.portfolio.full-bg .cluom .info {
    padding: 40px 10px 40px 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.portfolio.full-bg .cluom .info:after {
    content: '';
    position: absolute;
    top: 0;
    left: -2%;
    width: 104%;
    height: 0;
    background: #212529;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.portfolio.full-bg .cluom .info .portfolioName {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.portfolio.full-bg .cluom .info .portfolioTitle {
    font-size: 21px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.portfolio.full-bg .cluom .info .portfolioTitle a {
    color: #fff;
}

.portfolio.full-bg .cluom.current .info .portfolioName {
    color: #fff;
}

.portfolio.full-bg .cluom.current .info .portfolioTitle a {
    color: #7da9b4;
}

.portfolio.full-bg .cluom .more {
    position: absolute;
    bottom: 50px;
    right: 25px;
    left: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-align: center;
}

.portfolio.full-bg .glry-img,
.portfolio.full-bg .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio.full-bg .glry-img {
    overflow: hidden;
}

.portfolio.full-bg .glry-img .bg-img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    background-size: cover;
    background-position: center center;
}

.portfolio.full-bg .glry-img .bg-img.current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.services_feature {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f9f9f9;
}

.h2_title_1 {
    font-size: 30px;
    font-weight: 700;
    color: #c6a47e;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.h2_title_1:after {
    background: #fff;
bottom: -10px;
content: "";
height: 2px;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
width: 50px;
}

.services_feature .item-bx {
    padding: 60px 40px;
    height: 100%;
    background-color: #edf1f6;
    border: 1px solid #212121;
    border-right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.services_feature .item-bx:last-of-type {
    border-right: 1px solid #212121;
}

.services_feature .item-bx:hover {
    background-color: #7da9b4;
}
.services_feature .item-bx .titleH4 {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 15px;
    text-align: left;
    font-size: 20px;
}

.services_feature .item-bx p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    min-height: 125px;
}

.services_feature .item-bx .numb {
    font-size: 60px;
    margin-bottom: 10px;
    color: transparent;
    -webkit-text-stroke: 1px #c5a47e;
}

.services_feature .item-bx img {
    margin-bottom: 20px;
    max-width: 80px;
}


.electricVehicle {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 80px;
    background: #fcfcfc;
    overflow: hidden;
}



.title_2 {
    padding: 0 0 0px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    font-weight: 700;
    color: #be9d78;
    font-size: 30px;
    font-style: normal;
    line-height: 1.25;
}

.title_2:after {
    background: #fff;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.ourBest {
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
    overflow: hidden;

}

.bestItem {
    border: 0;
    background-color: #212529;
    overflow: hidden;
    border-bottom: 3px solid #be9d78;
}

.bestItem .image img {
    width: 100%;
}

.bestItem .bestItem_info {
    border: 2px solid #212529;
    border-top: 0;
    padding: 15px 20px 15px;
    text-align: center;
}

.bestItem .bestItem_info .bestItem_Title {
    margin-bottom: 10px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.bestItem .bestItem_info .bestItem_Title a{
    color: #fff;
}
.bestItem .bestItem_info p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #fff;
}

.bestItem:hover .bestItem_info h3 a {
    color: #be9d78;
}

.bestItem .bestItem_info .readMore_2{
    margin-left: -30px;

}
.ourBest .swiper-button-prev,
.ourBest .swiper-button-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #be9d78;
    border-radius: 100%;
    z-index: 9
}


.ourBest .swiper-button-prev {
    left: -20px;
}

.ourBest .swiper-button-next {
    right: -20px;
}

#ourBest .owl-prev:hover,
#ourBest .owl-next:hover {
    background: #f39021;
    color: #fff;
    border-color: #f39021
}

#ourBest .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto
}

#ourBest .owl-dots span {
    background: #dddddd;
    width: 21px;
    height: 21px;
    border: 6px solid #050708;
    border-radius: 0;
    outline: 1px solid transparent;
}

#ourBest .owl-dots .active span {
    border-color: #c4261c;
}

.btn-curve:hover {
    background: #111;
    border-color: #000;
    color: #fff;
}












.chooseVehicle {
    float: left;
    background: #f8f8f8;
    display: block;
    position: relative;
    margin-bottom: 20px;

}

.chooseVehicle:hover,
.chooseVehicle:focus,
.chooseVehicle:active {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 32px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 32px rgb(0 0 0 / 10%);
}

.chooseVehicle .topInfo {
    padding: 25px;
}

.chooseVehicle .topInfo .title3 {
    font-size: calc(14px + 8 * (100vw / 1920));
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    color: #222222;
    text-transform: uppercase;
    transition: 0.3s;
    margin: 0 0 5px;
}

.chooseVehicle .topInfo .title3 .all_btns {
    float: right;
    color: #fff;
    font-size: 16px;
}

.chooseVehicle .topInfo span {
    font: normal 300 12px/1.1 Oswald;
    color: #666666;
    text-transform: uppercase;
}

.chooseVehicle .image {
    display: block;
    position: relative;
    padding: 0 10px;
}

.chooseVehicle .image svg {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9;
}

.chooseVehicle:hover .image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='white' viewBox='0 0 16 16'><path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.chooseVehicle .vehicleInfo {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.chooseVehicle .vehicleInfo .listInfo {
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    padding: 25px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.chooseVehicle .vehicleInfo .listInfo li {
    text-align: center;
}

.chooseVehicle .vehicleInfo .listInfo li+li {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #dddddd;
}

.chooseVehicle .vehicleInfo .listInfo li .title {
    font: normal 600 16px/1.1 Oswald;
    margin-bottom: 10px;
    color: #222222;
    text-transform: uppercase;
    display: block;
}

.chooseVehicle:hover .topInfo .title3 {
    color: #be9d78;
}

.chooseVehicle .vehicleInfo .listInfo li .value {
    font: normal 400 16px/1.1 Oxygen;
    color: #777777;
}

.chooseVehicle .vehicleInfo .specifications {
    display: block;
    position: relative;
    padding: 25px 25px 5px;

}

.chooseVehicle .vehicleInfo .specifications ul {
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.chooseVehicle .vehicleInfo .specifications ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 50%;
    margin-bottom: 25px;
    align-items: center;
}

.chooseVehicle .vehicleInfo .specifications ul li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.chooseVehicle .vehicleInfo .specifications ul li .specificationsDesc {
    padding-left: 10px;
}

.chooseVehicle .vehicleInfo .specifications ul li .specificationsDesc .title {
    font: normal 300 14px/1.1 Oswald;
    margin-bottom: 5px;
    color: #222222;
    text-transform: uppercase;
    display: block;
}

.chooseVehicle .vehicleInfo .specifications ul li .specificationsDesc .value {
    font: normal 400 13px/1.1 Oxygen;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #777777;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.friendlyNature {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    padding: 100px 0 100px;
}

.friendlyNature_img {
    display: block;
    margin: 0 auto;
}

.friendlyNature_info {
    display: block;
    position: relative;
}

.friendlyNature_info::before {
    background: url(../images/decor-logo.svg);
    display: block;
    position: absolute;
    top: -130px;
    top: -2.77vw;
    left: 310px;
    left: 16.1vw;
    width: 468px;
    width: 24.4vw;
    height: 181px;
    height: 9.43vw;
    content: '';
}


.friendlyNature_title {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.friendlyNature_title span {
    font: normal 700 18px/normal Oswald;
    display: block;
    margin-bottom: 10px;
    color: #be9d78;
    text-transform: uppercase;
}

.friendlyNature_title .title11 {
    margin: 0;
    color: #000000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.friendlyNature_content .marginTop {
    margin-top: 40px !important;
}

.friendlyNature_block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
}

.friendlyNature_block .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
}

.friendlyNature_block .icon img {
    width: 60px;
    height: 60px;
}

.friendlyNature_blockTitle {
    font: normal 700 16px/1.63 Oswald;
    margin: 0;
    color: #222222;
    text-align: left;
    text-transform: uppercase;
    font-size: calc(12px + 4 * (100vw / 1920));
    padding-left: 12px;
}


.testimonials-area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #212529;
    overflow: hidden
}

.testimonials-area:before {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    top:0%;
    width: 100%;
    height: 100%;
    background: url(../images/map.png) no-repeat top;
    background-size: 100%;
    background-position: top
}

.testimonials-area .section-heading {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 80px
}

.testimonials-area .section-heading span{
    color: #be9d78;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block
}

.testimonials-area .section-heading h3{
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color:#fff;
}

.testimonials-area .section-heading p{
    line-height: 24px;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    color:#fff;
}

.testimonials {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.single-testimonial {
    border-radius: 15px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #be9d78;
    margin: 0;
    padding: 20px 20px;
    background:#282d32;
}

.testimonial-description {
    position: relative;
    z-index: 2;
    background-color: transparent;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

.testimonial_image {
    height: 60px;
    width: 60px;
    margin: auto;
    background: #be9d78;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}


.testimonial_text p {
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    font-size: 16px
}

.userName{
    font-size: 20px;
    color: #be9d78;
    font-weight: 600;
    margin: 0;
}


.homeBlog {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #282d32;
}

.homeBlog .title_2 {
    color: #be9d78;
}

.singleBlog{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.singleBlog a {
    display: block;
}
.singleBlog .image {
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.singleBlog .image img {
    display: block;
    width: 100%;
}
.singleBlog .entry {
    display: table;
    width: 100%;
    height: 80px;
    background:#212529;
    padding: 10px 15px;
    position: relative;
}
.singleBlog .entry .date-wrapper {
    width: 55px;
    display: table-cell;
    vertical-align: middle;
}
.singleBlog .entry .date-wrapper .date {
    width: 50px;
    height: 60px;
    z-index: 99;
    z-index: 99;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #ccc;
    color: #fff;
}

.singleBlog .entry .date-wrapper .date span {
    display: block;
    font-size: 11px;
    line-height: 12px;
}
.singleBlog strong {
    font-weight: 600;
}

.singleBlog .blogTitle {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    margin: 0;
    text-transform: none;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}
.singleBlog:hover .blogTitle{
    color: #be9d78;
}
.singleBlog .showMore{
    background-color: #212529;
    border-top: 1px solid #333;
    position: absolute;
    padding: 15px 15px 15px;
    left: 0;
    top: 100%;
    width: 100%;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}

.singleBlog:hover .showMore{
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.singleBlog:hover {
    position: relative;
    color: initial;
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}


.webpule_quote {
    float: left;
    width: 100%;
    background: #282d32;
    display: block;
    overflow: hidden;
    padding: 15px 0px;
    border-top: 1px solid #333;
}


.banner-contact {
    float: right;
    display: flex;
    align-items: center;

}

.banner-contact span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
}

.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    max-width: 600px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
}
.call-us{
    color: #fff;
font-weight: 700;
font-size: 20px;
margin-right: 20px;
display: inline-block;
}
.call-us svg {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 24px;
  }

.call-us:hover{
    color: #be9d78;
}

.banner-content .readMore_2 .btn_caret{
margin-left: 14px;
}


.footer_area {
    float: left;
    width: 100%;
    position: relative;
    background: #212529;
    padding-top: 50px;
    overflow: hidden;
}

.footer_area img.footer_shape {
    position: absolute;
    right: 0;
    top: 65px;
}




.footer_area .footer_widget .widget_title {
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    padding: 0px 0;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_area .footer_widget p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer_area .footer_widget .flex_widget_links {
    display: flex;
    align-items: flex-start;
}

.footer_area .footer_widget .flex_widget_links .link {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;

}

.footer_area .footer_widget .flex_widget_links .link li {
    display: block;
    line-height: 22px;
    margin-bottom: 12px;
}

.footer_area .footer_widget .flex_widget_links .link li a {
    display: block;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
}

.footer_area .footer_widget .flex_widget_links .link li a:hover {
    color: #be9d78;
}

.footer_area .footer_widget.question {
    padding-right: 0px;
}

.footer_area .footer_widget .address {
    display: flex;
}

.footer_area .footer_widget .question_bx {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.footer_area .footer_widget .question_bx svg {
    color: #7da9b4;
    margin-top: 5px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
    min-width: 24px;
}

.footer_area .footer_widget .question_bx .number,
.footer_area .footer_widget .question_bx .email,
.footer_area .footer_widget .question_bx .address_place {
    line-height: 15px;
}

.footer_area .footer_widget .question_bx p,
.footer_area .footer_widget .question_bx p a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 22px;
    display: flex;
    align-items: center;

}

.footer_area .footer_widget .question_bx .number a {
    font-size: 18px;
    line-height: 32px;
}

.footer_area .footer_widget .question_bx p a:hover {
    color: #be9d78;
}

.footer_area .footer_widget .question_bx h4 {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer_area .footer_widget .question_bx span a {
    color: #fff;
    display: inline-block;
}

.footer_area .footer_widget .question_bx span a:hover,
.footer_area .footer_widget .question_bx span a:focus {
    color: #be9d78;
}

.footer_area .footer_widget .question_bx:last-child {
    margin-bottom: 0;
}



ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

ul.social li {
    margin: 0px 0 0 3px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}



.footer_area .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0 5px 0;
    margin-top: 35px;
    color: #fff;

}

.footer_area .copyright a {
    color: #be9d78;
    display: inline-block;
}

.footer_area .copyright p {
    color: #ffffff;
    font-size: 16px;
}

.footer_area .copyright p a {
    color: #ffffff;
}

.text-right {
    text-align: right;
    font-size: 16px;
}

.footer_area .copyright .footer_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_area .copyright .footer_social li {
    margin-left: 57px;
}

.footer_area .copyright .footer_social li:first-child {
    margin-left: 0;
}

.footer_area .copyright .footer_social li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.footer_area .footer_widget .question_bx .number,
.footer_area .footer_widget .question_bx .email,
.footer_area .footer_widget .question_bx .address_place {
    line-height: 15px;
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z'></path></svg>");
    text-align: center;
    font-weight: 900;
    color: #be9d78;
    left: 2px;
    top: 2px;
    height: 44px;
    background: #282d32;
    border-radius: 100%;
    width: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #be9d78;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 5px;
    bottom: 90px;
    cursor: pointer;
    z-index: 999;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}


.send_enquiry {
    background: #ffffff;
    border-radius: 4px;
    bottom: 30px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 5px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background:#be9d78;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: #be9d78;
    color: #fff;
    border-radius: 0;
}

.modal-header h5 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header h6 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}



/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    background-position: top center;
    padding: 80px 0 80px;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
    z-index: 9;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}



/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #050708;
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}

.title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side .title_h2 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}


.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee;
}

.faq_section .title_2 {
    color: #050708;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden;
}

.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #be9d78;
    font-weight: normal;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    background: #be9d78;
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 16px;
    line-height: 24px;
}


/* About Us */
.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.about_page .title_2{
    color: #be9d78;
}
.about_page .title_2:after {
    background: #282d32;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
  }


.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}


.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #be9d78;
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: #050708;
    color: #fff;
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #333;
    text-align: left;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none;
    line-height: 24px;
}

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: #050708;
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0px;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: initial;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: #050708;
    color: #fff;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px;
}

.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #be9d78;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #be9d78;
    font-weight: 600;
}

.wps_right {
    float: left;
    width: 100%;
    /*👉 background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;👈*/
}

.wps_right p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 16px;
    font-weight: normal
}

.wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.wps_right ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.wps_right ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.left_image {
    float: left;
    width: 340px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}



.right_image1 {
    float: right;
    width: 340px;
    margin: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 338px;
    overflow: hidden;
    border: 1px solid #eee;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.category_page .title_2{
    color: #be9d78;
}
.category_page .title_2:after {
    background: #282d32;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
  }

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 16px;
    font-weight: normal;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");

}

.product_right_image {
    float: right;
    max-width: 450px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 450px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.product_right_image .readMore_2{
    margin-left: -40px;
}
.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #be9d78;
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #be9d78;
}

.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #be9d78
}

.wps_right h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #be9d78;
    text-align: left;
    padding: 0;
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: #be9d78;
    width: 40%;
}

.imageAbout {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    text-align: center;
}

.imageAbout img {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #be9d78;
}

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

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background:#7da9b4;
    border: 1px solid #7da9b4;
    border-radius: 3px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: #050708;
    color: #fff;
    border: 1px solid #050708
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin: 0;
}

.product_listing .product .small .item.active {
    border-color: #be9d78;
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube svg {
    width: 40px;
    height: 40px;
}



.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .all_btns {
    margin-top: 0;
}

.product_listing .right-content .readMore_2 {
    margin-top: 10px;
    margin-right: 50px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a {
    color: #050708;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a {
    color: #be9d78;
}

.product_listing:hover .right-content h4 a {
    color: #be9d78;
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
}

.detailsPage .right-content .table-responsive {
    max-height: 300px;
}

.right-content table {
    margin-bottom: 15px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: #be9d78;
    width: 40%;
}

.product_listing .right-content .specifications {
    display: block;
    position: relative;
    padding: 0 0 5px;

}

.product_listing .right-content .specifications ul {
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.product_listing .right-content .specifications ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 25%;
    margin-bottom: 0px;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
}

.product_listing .right-content .specifications ul li::before {
    content: "";
    width: 0;
    height: 0;
}

.product_listing .right-content .specifications ul li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.product_listing .right-content .specifications ul li .specificationsDesc {
    padding-left: 10px;
}

.product_listing .right-content .specifications ul li .specificationsDesc .title {
    font: normal 300 14px/1.1 Oswald;
    margin-bottom: 5px;
    color: #222222;
    text-transform: uppercase;
    display: block;
}

.product_listing .right-content .specifications ul li .specificationsDesc .value {
    font: normal 400 13px/1.1 Oxygen;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #777777;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.you_may {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 30px;
    color: #be9d78;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.team_member {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
}

.team_member .image {
    width: 100%;
    position: relative;
    padding: 15px 15px 15px 0;
    text-align: center;
    min-height: 268px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.team_member .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.team_info {
    position: relative;
    padding-right: 15px;
}

.team_info h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.team_info h3 small {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}



/*  Testimonial Page  */

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
    border-radius: 4px;
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}

.testimonial_text_box .this-quote img {
    width: auto;
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.testimonial_author .media-left {
    padding-right: 20px;
    float: left;
}

.testimonial_author .media-left img {
    border: 1px solid #be9d78;
    border-radius: 4px;
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial_author .media-body {
    vertical-align: middle;
}

.testimonial_author .this-title {
    font-size: 18px;
    color: #be9d78;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: #050708;
    line-height: 20px;
    margin: 0;
}


.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.gallery_page .title_2 {
    color: #050708;
}

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.gallery_page .gallery_item img {
    display: block;
    width: auto;
    height: auto;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 376px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: #050708;
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

/* Video Gallery */
.video_gallery {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    border: 1px solid #eee;
    transition: all .3s ease-in-out
}

.video_gallery:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.video_gallery i {
    line-height: inherit;
    color: #ff4f47;
    font-size: 20px;
}

.video_gallery iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.video_gallery h3 {
    font-size: 16px;
    color: #333;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.video_gallery h3 svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #e02f2f;
    border: 1px solid #ce2626;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}





.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.blog_page .title_2 {
    color: #050708;
}

.sharethis-inline-share-buttons {
    margin-bottom: 20px;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .singleBlog {
    margin-bottom: 50px;
    position: relative;
}

.blog_page .homeSingle .image {
    margin: 0;
}

.blog_page .homeSingle .blogIntro {
    padding: 15px;
}

.blog_page .homeSingle .blogIntro ul {
    margin-bottom: 10px;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;

}

.single-post2 {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-thumb2 {
    overflow: hidden;
    width: 100%;
}

.blog-thumb2 img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.blog-content2 {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%);
    width: 90%;
    margin: auto;
    margin-top: -115px;
    margin-bottom: 15px;
}

.blog-content2 .b-meta {
    margin-bottom: 10px;
    font-size: 14px;
}

.blog-content2 .b-meta ul {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
}

.b-meta svg {
    margin-right: 5px;
    color: #554c86;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.blog-content2 .title_h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
    padding: 0;
    height: 90px;
    position: relative;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
}

.blog-content2 .title_h5 a {
    text-decoration: none;
    line-height: normal;
    color: #be9d78;
}

.blog-content2 .title_h5 a:hover {
    color: #be9d78;
}

.blog-content2 h5 span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    line-height: 25px;
}


/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
    background: #fff;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

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

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #be9d78;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.fb-comments {
    width: 100%;
}

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0px;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid #be9d78;
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}


.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;

}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}


.contact_map {
    float: left;
    width: 100%;
    height: 550px;
    padding-left: 55px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

/*👉.contact_details {
    background: #be9d78;;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}👈*/

.contact_details .title_h2_2 {
    color: #be9d78;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_details .address_list li a {
    color: #333;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;

}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: #050708;
}

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

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

.social_list li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
}

.social_list li a:hover {
    color: #050708;
    border: 1px solid #050708;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #be9d78;
}


/* Sitemap page */
.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}


.sitemap_page .title_2{
    color: #be9d78;
}
.sitemap_page .title_2:after {
    background: #282d32;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
  }


.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #050708;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;

}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: #050708;
}

.market_area h3 {
    float: left;
    display: block;
    margin: 15px 0 5px;
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #be9d78;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: #be9d78;
    color: #fff !important;
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px;
}

#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup .popupTitle {
    color: #be9d78;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

.product_right_image .read_more {
    margin-top: 0;
}


.logob {
    border-radius: 14px;
    padding: 5px 5px;
    background-color: #fff;
}

.video_section iframe {
    width: 100%;
    height: 415px;
}


.latest {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

.webpulse-home_blog h6 span {
    color: #050708;
}

.webpulse-home_blog h6 {
    text-transform: uppercase;
}

.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px;
}

.thumb {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px;
}

.fadeImg {
    animation-name: fadeimg;
    animation-duration: 2s;
}

@keyframes fadeimg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.privacy_policy {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #fff;
}

.privacy_policy h2 {
    font-size: 22px;
    margin: 0;
    padding: 0 0 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.privacy_policy h3 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 8px;
    font-weight: 600;
    color: #8e5341;
}

.privacy_policy p {
    font-size: 14px;
    line-height: 22px;
}

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

.myshadow{
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.myshadow:hover{



    background-color: #7da9b4;


}

.myshadow1{
   box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.myshadow3{
   
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media (max-width: 767px) {
            .mobile-hide {
                display: none; /* Hide the element when the screen width is 767px or less */
            }
        }


        .ml-auto{
            margin-left: auto;
        }

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

.myfont {
    font-family: 'Brush Script MT', cursive;
    font-size: 70px;
    color: white;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}

.img-wrapper {  
  /*width: 400px;
  height: 400px;*/
  overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
  //border: 1px solid #000;
}

.sky{
    color: rgb(37 62 68);
    font-size: 20px;
    padding: 6px 0px;
}