@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;700&display=swap');

html,
body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    background: #fff;
    letter-spacing: 0px;
    overflow-x: hidden;
    color: #555555;
}

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: #1c1b1a;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

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: 24px;
    margin: 0 0 15px;
}

h3 {
    font-size: 20px;
    margin: 0 0 12px;
}

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: inline-block;
}

p label,
p span,
p strong {
    display: inline;
}

strong {
    font-weight: 700;
}

a {
    color: #d94f04;
    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: #d94f04;
    text-decoration: none;
    outline: none;
}

a:focus {
    color: #d94f04;
}

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: #d94f04;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d94f04;
    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: #d94f04;
}

/* ---------page scrool  ----------*/
.scrollup {
    position: fixed;
    bottom: 100px;
    right: 32px;
    z-index: 5;
    width: 43px;
    height: 43px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #131212;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    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: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #d94f04;
    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: #d94f04;
    border-bottom: 2px solid;
    padding: 0;
}

.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 a:hover {
    color: #22368f;
}

.top-cont {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-cont h3 {
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    color: #040404;
    font-family: 'Conv_ProximaLight';
    margin: 0;
    font-weight: 600;
}

.top-cont h2,
.top-cont a {
    color: #040404;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 700;
    font-family: 'Conv_Proxima_Nova_Bold';
}

.pcall {
    margin-left: 10px;
}

.navbar-nav.nav-inn li {
    margin-bottom: 0;
    padding: 30px 22px;
    margin: 0;
}
.navbar-nav.nav-inn li:last-child{
	padding-right: 0px;
}
.top-contc {
    margin-left: 30px;
}

.top-contc .btn-all {
    border-radius: 50px;
    padding: 10px 30px;
    background: #d94f04;
    color: #142440;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border: 1px solid #d94f04;
    -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 #d94f04;
}

.btn-all:hover {
    background: #142440;
    border-color: #142440;
    color: #fff;
}

.navbar-nav.nav-inn li a {
    color: #000;
    font-size: 13px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 2px solid transparent;
    letter-spacing: 1px;
}

.navbar-brand {
    position: absolute;
    z-index: 2;
}

.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;
}

/*.header-appear-index .navbar-nav li a {
    padding: 20px ​10px !important;
}*/

/* .header-appear-index img{
-webkit-filter: brightness(0) invert(1);
-moz-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
} */
.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: #d94f04;
    border-bottom: 2px solid;
    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: 60%;
}

.banner-cont .heading {
    font-size: 50px;
    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: 400;
    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: 400;
}

.header-top .form-control:-ms-input-placeholder {
    /* Internet Explorer */
    color: #ffffff;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 400;
}

.header-top .form-control::placeholder {
    color: #ffffff;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 400;
}

.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: 400;
    padding: 0;
    margin-bottom: 20px;
}

.more-bttn {
    border-radius: 50px;
    padding: 12px 22px;
    background: #d94f04;
    color: #142440;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border: 1px solid #d94f04;
    -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: 100%;
    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: 30px;
    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: 100%;
    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: 100%;
}

.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::before,
.home-slider .owl-theme .owl-dots .owl-dot span::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    height: 20px;
    width: 20px;
}*/

.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: #d94f04;
    border-right-color: #d94f04;
    border-bottom-color: #d94f04;
    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 #d94f04;
    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: #d94f04;
    border:1px solid #d94f04;
}




/* SECTION_HEADING
----------------------*/
.section {
    width: 100%;
    padding: 80px 0;
    position: relative;
}

.heading {
    font-weight: 500;
    color: #000;
    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: 'Playfair Display', serif;
}

.heading.s {
    font-size: 32px;
}

.heading-tag {
    font-size: 16px;
    color: #d94f04;
    position: relative;
    font-family: 'Poppins', serif;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

/*.heading-tag.h:before {
content: '';
background-image: url(../images/left.png);
background-repeat: no-repeat;
background-position: left;
background-size: contain;
position: absolute;
width: 40px;
height: 8px;
top: 50%;
transform: translate(-0%, -50%);
left: -40%;
}
.heading-tag.h::after {
content: '';
background-image: url(../images/right.png);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
position: absolute;
width: 40px;
height: 8px;
top: 50%;
transform: translate(-0%, -50%);
right: -40%;
}*/

.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: 300;
}

.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: #d94f04;
    border: 1px solid #d94f04;
    -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: #d94f04;
    border-color: #d94f04;
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 14px;
    background-color: transparent;
}

[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: #fff !important;
    border-color: #fff !important;
    color: #d94f04 !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: #d94f04 !important;
    color: #d94f04;
    box-shadow: none;
}

.btn.btn-sm {
    padding: 8px 20px;
}


/*---- Footer Section ----*/
.footer-sec {
    display: block;
    background-color: #000;
    width: 100%;
    position: relative;
    padding: 70px 0px;
    overflow: hidden;
}

.footer-sub-head {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.ftr-fld.ftr_icon .fbc {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    width: 100%;
    letter-spacing: 1px;
}

.ftr-fld.ftr_icon a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    letter-spacing: 1px;
}

.ftr-fld.ftr_icon a:hover {
    color: #1ba1db;
}

.ftr-fld.ftr_icon {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 25px;
}

.ftr-fld.ftr_icon:last-child {
    margin-bottom: 0px;
}

.ftr-fld.ftr_icon span {
    margin: 0 10px 0 0;
    color: #7d4701;
    font-size: 14px;
    height: 35px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
}

.ftr-fld.ftr_icon em {
    color: #bababa;
    font-weight: 500;
    font-style: normal;
    margin-right: 0px;
    display: block;
    align-items: center;
}

.ftr-fld.ftr_icon em a {
    margin-left: 5px;
}

.ftr-fld.ftr_icon:first-child {
    margin-top: 0;
}

.address-fld {
    display: flex;
    line-height: 24px;
}

.ftr-link ul li {
    position: relative;
    margin-top: 0;
    margin-bottom: 12px;
}

.ftr-link.quick-link p {
    color: #fff;
    padding: 0;
}

.ftr-link ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
    letter-spacing: 1px;
}

.ftr-link ul li a:hover {
    color: #1ba1db;
    padding-left: 6px;
}

.quick-link {
    padding: 0 15%;
}

.ftr-btn {
    border-top: 1px solid #3b3e3e;
    margin: 80px 0 0 0;
    padding: 35px 0 0 0;
}

.copyright-text {
padding: 22px 0;
    background-color: #1a1a1a;
}

.copyright-text p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.copyright-text p a {
    color: #d94f04;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.copyright-text a:hover {
    color: #fff;
}

/* SOCIAL_ICON
---------------------------------*/
.social a {
    color: #fff;
    vertical-align: top;
    margin: 0 10px 0 0;
    position: relative;
    font-size: 0;
    text-align: center;
}

.social a:last-child {
    margin-right: 0;
}

.social a i {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    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: 1px solid;
}

.social a:hover i {
    /*-webkit-transform: rotate(360deg); transform: rotate(360deg);*/
    opacity: 1;
}

.social a.sk_facebook i {
    background-color: transparent;
    border-color: transparent;
    color: #7d7d7d;
}

.social a.sk_twitter i {
    background-color: transparent;
    border-color: transparent;
    color: #7d7d7d;
}

.social a.sk_linkedin i {
    background-color: transparent;
    border-color: transparent;
    color: #7d7d7d;
}

.social a.sk_instagram i {
     background-color: transparent;
    border-color: transparent;
    color: #7d7d7d;
}

.social a.sk_youtube i {
    background-color: transparent;
    border-color: transparent;
    color: #7d7d7d;
}

.social a.sk_facebook i:hover {
    background-color: #3b5999;
    border-color: #3b5999;
    color: #fff;
}

.social a.sk_google i {
  background-color: transparent;
    border-color: transparent;
    color: #7d7d7d;
}

.social a.sk_google i:hover {
    background-color: #DB4437;
    border-color: #DB4437;
    color: #fff;
}

.social a.sk_twitter i:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}

.social a.sk_linkedin i:hover {
    background-color: #006fa6;
    border-color: #006fa6;
    color: #fff;
}

.social a.sk_instagram i:hover {
    background-color: #8a3ab9;
    border-color: #8a3ab9;
    color: #fff;
}

.social a.sk_youtube i:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    color: #fff;
}

.social a:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}



/*---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: 350px;
}

.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: #d94f04;
    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: 50%;
    /* box-shadow: 0px 0px 20px #ccc; */
    background-color: #fff;
    position: relative;
}

.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: 100%;
    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: #d94f04;
    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: #d94f04;
}

.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;
}

.video-box: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: "\f04b";
    font-family: FontAwesome;
    margin: auto;
    cursor: pointer;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 3px solid #fff;


}

.content-title:after {

    position: absolute;
    top: 14px;
    left: 6px;
    bottom: 0;
    right: 0;
    content: "\f04b";
    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;
}

.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(217 79 4 / 68%);
    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: 400;
    line-height: 26px;
}

.news-box {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0px;
/*    -webkit-box-shadow: 0px 6px 30px #ccc;
    -moz-box-shadow: 0px 6px 30px #ccc;
    box-shadow: 0px 6px 30px #dedede;*/
    border-radius: 25px 0px;
    overflow: hidden;
}

.news-box .news-image {
    overflow: hidden;
    border-radius: 0px;
}

.news-box .news-image img {
    width: 100%;
    height: 240px;
    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: 15px;
    font-weight: 400;
    padding: 0;
    color: #5e5e5e;
    line-height: 20px;
    margin-bottom: 20px;
}

.news-cont h2 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family:'Playfair Display', serif;
}

.news-box:hover .btn {
    outline: 0;
    background-color: transparent !important;
    border-color: #d94f04 !important;
    color: #d94f04;
    box-shadow: none;
}

.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: 350px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 50px #e2e2e2;
    border-radius: 0px 25px;
}

 .heading.l::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background-color: #d94f04;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*-----------Extra Css----------*/
.main-menu-more {
    display: none;
}

/* ERROR 404 PAGE 
---------------------------------*/
.err404 {
    padding-bottom: 0px;
}

.error-page {
    margin: 0;
    font-weight: 300;
    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: 300;
    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: 5px;
    padding: 12px 26px;
    background: #d94f04;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border: 1px solid #d94f04;
    -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: #d94f04;
    border-color: #d94f04;
    -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: #d94f04;
    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;
    font-family: 'Poppins', serif;
}

.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: 5px;
}

.contact-s .form-control {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    font-size: 14px;
    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: 5px;
    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: #d94f04;
    /*border: 0px solid #d94f04;*/
    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: #d94f04;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 15px 0;
    margin: 0;
}

.cmbox a,
.cmbox p {
    color: #393838;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.blue-btn {
    font-weight: 600;
    position: relative;
    background-color: transparent;
    border: 1px solid #d94f04;
    letter-spacing: 0px;
    color: #d94f04;
    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: #d94f04;
    border-color: #d94f04;
    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: #f7f7f7;
}
.contact-sec .heading::after,
.contact-sec .heading::before {
    display: none;
}

.inner_banner_text {
    position: absolute;
    top: auto;
    /* transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%); */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.banner_area_text_box {
    background: #d94f04;
    display: inline-block;
    padding: 12px 30px;
    position: relative;
}

.banner_area_text_box .page-title {
    font-size: 32px;
    line-height: 40px;
    /* text-transform: capitalize; */
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.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: #fff;
    font-size: 14px;
    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: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 600;
}

.breadcrumb ul li strong {
    color: #fff;
}

.inner_banner {
    position: relative;
    width: 100%;
    height: 400px;
}

.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: #dddcdc;
    margin: 0;
}

.common_banner {
    position: relative;
    overflow: hidden;
}

.map {
    margin-bottom: 0px;
    border-radius: 5px;
    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: 652px;
width: 100%;
border-radius: 5px;
margin-bottom: -10px;
}

.contact-s .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

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: 5px;
    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: 5px;
    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: 5px;
    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;
}

.galtab .nav-tabs {
    justify-content: center;
    list-style: none;
    border-bottom: 1px solid #d94f04;
}

.galtab .nav-tabs li {
       list-style: none;
    margin: 0 4px -1px;
    border: none;
    border-right: double 4px #d94f04;
}
.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: #d94f04 #d94f04 #d94f04;*/
    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;
}

/*.innerabout-sec .sk_content {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}*/

.innerabout-sec .sk_img_right img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5px;
}

.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: 400;
    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: 5px;
    border-top: 3px solid #d94f04;
}

.reviews-list .subheading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.bannerimage img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.bannerimage:after{
    background-color: rgb(217 79 4 / 30%);
    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: #d94f04 !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;
    font-family: 'Poppins', serif;
    letter-spacing: 2px;
}

.acabox .table {
    border-radius: 5px;
    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: 25px !important;
    width: 30%;
}

.tst {
    border-radius: 10px;
    overflow: hidden;
}

.cmonbox .subheading {
    font-family: 'Poppins';
    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: #d94f04 !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: #d94f04 !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://successwebonline.com/success/dev/tmarkhr/wp-content/uploads/2021/12/logoclicked.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

body.clicked:after {
    width: 80px;
    height: 80px;
    margin: -42px 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 #d94f04;
    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: #7d7d7d;
    text-align: left;
    font-weight: 400;
    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: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    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;
}
.tops a{margin-right: 6px;}
.tops a:last-child{margin-right: 0px;}
.tops a:hover, .tops a:focus{
    color: #d94f04;
}
.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: #f7f7f7;
    }



/*----- 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: 0;
    min-width: 270px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: #fff;
    float: none;
    z-index: 99;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none
}

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: #d94f04;
    color: #fff !important;
}
 ul.sub-menu li a{
    line-height: 38px;
    color: #222 !important;
    padding: 0 20px !important;
    transition: all 150ms linear;
    display: block;
    margin-right: 0;
    font-size: 12px !important;
}
.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-color: #f7f7f7;
}
.otherser-inner .news-cont{
    background-color: #f7f7f7;
}

/*---Coming Soon----*/

.wrapper h1 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

.wrapper .dot {
  color: #d94f04;
}

.wrapper p {
  text-align: center;
  margin: 18px;
  font-family: "Muli", sans-serif;
  font-weight: normal;
}
.nav-sub  > ul > li.menu-item-has-children:before {
   content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    pointer-events: none;
    position: absolute;
    right: -6px;
    top: 50%;
    width: auto;
    height: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    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: #000;
    transform: translate(-50% ,-60%);
    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: 400 !important;
    font-size: 15px !important;
}
.calendar .day.has-event{
    background-color: #d94f04 !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: #d94f04;
    border: 0;
    opacity: 1;
    width: auto;
    padding: 10px 20px!important;
    min-width: inherit;
    border-radius: 0;
}
.modal-content{
    border-radius: 0rem !important;
}
.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: #d94f04;
    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: 50%;
}
.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: -400px -100px;
    left: auto;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover, .home-slider .owl-carousel .owl-nav .owl-prev:hover{
    background-color: #d94f04;
    border: 1px solid #d94f04;
}
.home-slider .owl-carousel .owl-nav .owl-next {
    right: -70px;
    background-position: -400px -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(0 0 0 / 42%);
    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: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    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: #d94f04;
    border-radius: 0;
    padding: 5px 12px;
    min-width: auto;
    color: #fff;
    border: none;
}
.es_subscription_form_submit:hover, .es_subscription_form_submit:focus{
	background-color: #000 !important;
	color: #fff !important;
}
.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: 5px;
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: 4px;
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: #fff;
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%;}
.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;
}
.callback-form.contact-us{
    background-color: #f3f3f3;
}
.codedropz-upload-inner h3{
font-size: 20px !important;
line-height: 26px !important;
}
.footer-sub-head img{width: 220px;}
.sub-menu li a{border: none !important;}

  /* ======================================top-gift section start here============================ */
  .top-gift-section{padding: 40px 0;}
  .top-gift-content{
    position: relative;
    padding-right: 200px;
    padding-left: 30px;
    width: 76%;
  }
  .star_btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .start_rating .fa-star,  .start_rating .fa-star-o{
    color: #dac902;
    font-size: 16px;
  }
  .top-gift-box-img figure{width: 100%; margin: 0; padding-right: 30px; border-right: 1px dashed #cacaca;}
  .top-gift-box-img figure img{max-height: 220px; object-fit: contain; height: 100%;}
  .top-gift-box{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: 0 0 15px #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 300ms ease-in-out;
    border-radius: 15px;
  }
  .top-gift-box:hover{
    box-shadow: 0 0 20px #ccc;
  }
  .top-gift-box-img{
    display: block;  
    width: 24%;
    text-align: center;
    border-radius: 20px; overflow: hidden;
  }
  .star_btn .button{
    color: #d94f04;
    border: 1px solid #d94f04;
    width: 160px;
    height: 48px;
    line-height: 46px;
    margin-top: 10px;
    text-align: center;
    border-radius: 50px;
  }
  .star_btn .button:hover{
    background-color: #d94f04;
    border-color: #d94f04;
    color: #fff;
    
  }
  .top-gift-content .top-gift-text{
    color: #100e31;
    font-size: 14px;
    line-height: 1.5rem;
  }
  .top-gift-content h3{
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
  }
  .top-gift-short-desc{
    font-size: 14px;
    line-height: 24px;
    color: #6d6d6d;
    margin-bottom: 30px;
  }
/* ======================================top-gift section end============================ */

.brand-box {
    padding: 30px;
    background-color: #f6fdff;
    border-radius: 0px;
    overflow: hidden;
}
.btn.w{
    border-color: #fff !important;
    color: #fff !important; 
   background-color: transparent !important;
}
.btn.w:hover, .btn.w:focus{
    border-color: #fff !important;
    background-color: #fff !important;
    color: #d94f04 !important;
}
.navbar-brand{
    width: 25%;
    position: relative;
    z-index: 999
}
