

html {
  scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    font-family: 'Poppins', sans-serif !important;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Roboto", Sans-serif !important;
}

p {
    line-height: auto;
    font-size: var(--font-p);
    line-height: 25px;
    font-family: "Roboto", Sans-serif !important;
}

input,
textarea,
select {
    font-size: var(--font-body);
    line-height: 1.5;
    font-family: "Roboto", Sans-serif !important;
}

a{
    font-family: "Roboto", Sans-serif !important;
    color:inherit;
}

/* Common */

.text-center{
    text-align: center;
}

.pt-60{
    padding-top: 30px;
}
.pb-60{
    padding-bottom: 30px;
}


/* ======  All color class  ====== */


.bg-color-primary {
    background-color: var(--color-primary);
}

.bg-color-secondary {
    background-color: var(--color-secondary);
}

.text-color-primary {
    color: var(--color-primary);
}

.text-color-secondary {
    color: var(--color-secondary);
}

.text-color-white {
    color: var(--color-white);
}

.border-color-primary {
    border: 1px solid var(--color-primary);
}


input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 0rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}


/* Copy pase */

.copu-abs-area {
    /*display: flex;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
    /*height: 100%;*/
    /*right:-100px;*/
    /*transition: width 2s;*/
    /*display: none;*/
}

.before-widget.be__live__copy__btn {
    /*z-index: 9999999;*/
    /*padding: 10px;*/
    /*height: 35px;*/
    /*cursor: pointer;*/
    /*border-top-left-radius: 5px;*/
    /*border-bottom-left-radius: 5px;*/
    /*background-image: linear-gradient(to bottom, #f7c613 0%,#f3f122 100%);*/
    /*background-size: 300px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0%;*/
    /*-webkit-transition: background 300ms ease-in-out;*/
    /*transition: background 300ms ease-in-out;*/
    /*box-shadow: 0 -12px 79px rgba(0, 0, 0, 0.5);*/
    /*color: #000;*/
}
.before-widget.be__live__copy__btn:hover {
    /*background-color: #F4F200;*/
    /*background-image: #F4F200;*/
    /*background-image: -moz-linear-gradient(top, #f3f122 0%, #f7c613 100%);*/
    /*background-image: -webkit-linear-gradient(top, #f3f122 0%,#f7c613 100%);*/
    /*background-image: linear-gradient(to bottom, #f3f122 0%,#f7c613 100%);*/
}

@media only screen and (min-width: 992px) {
    .copu-abs-area-top {
        /*display: flex;*/
        /*position: absolute;*/

        /*justify-content: center;*/
        /*align-items: center;*/

        /*z-index: 99999;*/
        /*background: aqua;*/
        /*font-size: 20px;*/
        /*opacity: 90%;*/
        /*width: 0%;*/
        /*height: 0%;*/
        /*transition: width 2s;*/


    }


    .elementor-element:hover .copu-abs-area {
        /*right: 0px;*/
        /*transition: all 0.3s ease-out;*/
    }
    

}

@media (max-width: 767px) {
      .logo.eb-logo-eee21bd {
        width: 80px !important;
    }  
}

/* ===  Header  === */
.header-top-layout {
    padding: 12px 0;
}

.header-top-layout ul li:not(:last-child) {
    margin-right: 20px;
}

.header-top-layout .social-icon-wrapper {
    display: flex;
    column-gap: 15px;
}

.header-top-layout a.header-social-icon {
    display: flex;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    align-items: center;
    transition: all .4s ease-in-out;
}

.header-top-layout a.header-social-icon:hover svg {
    transform: rotateY(360deg);
    transition: all .4s ease-in-out;
}

@media only screen and (max-width: 550px) {
    .header-top-layout ul li {
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .header-top-left-content {
        margin-left: 10px;
        margin-bottom: 5px;
    }
}

.header-top-color {
    background-color: var(--color-primary);
}

.header-top-color svg {
    fill: #fff;
}

.header-top-color p,
.header-top-color a {
    color: rgb(255, 255, 255);
}

.header-top-color a.header-social-icon svg {
    fill: var(--color-white);
    transition: all 0.4s ease-in;
}

.header-top-color a.header-social-icon:hover {
    background-color: var(--color-secondary);
}

.header-top-color .header-top-left-content svg {
    fill: var(--color-secondary);
}

/* ======  header top style end  ====== */

/* ======  header bottom style start  ====== */


/* ===  header bottom layout style  === */


.header-bottom-layout {
    width: 100%;
    transition: all .3s ease-out;
}

.header-bottom-layout.overleap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
}

.header-bottom-layout .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-bottom-layout.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s;
    animation: fixed 1s;
    padding: 10px 0;
}

@keyframes fixed {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}


.header-bottom-layout .logo-container {
    max-width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
}

.header-bottom-layout .logo-container img {
    max-height: 35px;
    width: auto;
    object-fit: contain;
}

.header-bottom-layout .header-nav-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-bottom-layout .header-nav-area ul.sub-menu {
    display: block;
    position: absolute;
    top: 110%;
    width: 200px;
    visibility: hidden;
    transition: all 0.2s ease-in;
    opacity: 0;
    left: 0;
    border-radius: 5px;
    padding: 10px;
    pointer-events: none;
}

.header-bottom-layout .header-nav-area ul.sub-menu li svg {
    position: absolute;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.4s ease-in;
    left: 0;
}

.header-bottom-layout .header-nav-area ul.sub-menu li a:hover svg {
    visibility: visible;
    transform: translateX(5px);
}

.header-bottom-layout .header-nav-area>ul>li {
    padding-block: 10px;
}

.header-bottom-layout .header-nav-area>ul>li>a {
    padding: 30px 14px;
}

.header-bottom-layout.fixed .header-nav-area>ul>li>a {
    padding: 15px 18px;
}

.header-bottom-layout .header-nav-area ul li.menu-item-has-children {
    position: relative;
}

.header-bottom-layout .header-nav-area>ul>li.menu-item-has-children:hover>a svg {
    transform: rotate(180deg);
}



.header-bottom-layout .header-nav-area ul li svg {
    transition: all 0.4s ease-in;
}

.header-bottom-layout .header-nav-area ul li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 1000;
    pointer-events: auto;
}

.header-bottom-layout .header-nav-area ul.sub-menu li a {
    padding: 10px 15px;
}

.header-bottom-layout .header-nav-area ul.sub-menu li a:hover {
    padding-left: 25px;
}

/* .header-bottom-layout .header-nav-area > ul > li:not(:last-child) {
    margin-right: 0px;
} */

.header-bottom-layout .header-nav-area ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.4s ease-in;
    position: relative;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .6px;
}

.header-bottom-layout .header-nav-area ul li a:hover {
    transition: all 0.4s ease-in;
}

/* .header-bottom-layout .header-nav-area {
    max-width: 550px;
    width: 100%;
} */



/* ===  header bottom color style  === */


.header-bottom-color.overleap {
    background-color: rgba(255, 255, 255, 0);
}

.header-bottom-color {
    background-color: transparent;
}

.header-bottom-color.fixed {
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--color-white);
}

.header-bottom-color.fixed .header-nav-area>ul>li>a {
    color: var(--color-primary);
}


.header-bottom-color .header-nav-area ul li a {
    color: #000000;
}

.header-bottom-color .header-nav-area>ul>li.menu-item-has-children>a svg path {
    transition: all 0.4s ease-in;
    stroke: var(--color-white);
}

.header-bottom-color.fixed .header-nav-area>ul>li.menu-item-has-children>a svg path {
    stroke: var(--color-primary);
}

.header-bottom-color .header-nav-area>ul>li:hover>a,
.header-bottom-color .header-nav-area>ul>li:focus>a,
.header-bottom-color .header-nav-area>ul>li.active>a {
    color: var(--color-secondary);
}

.header-bottom-color .header-nav-area>ul>li>a svg {
    stroke: var(--color-white);
}

.header-bottom-color .header-nav-area ul.sub-menu {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--bg--color-primary);
}

.header-bottom-color .header-nav-area ul.sub-menu li a {
    color: var(--color-primary);
}

.header-bottom-color .header-nav-area ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--bg-color);
}

.header-bottom-color .header-nav-area>ul>li.menu-item-has-children:hover>a svg path {
    stroke: var(--color-secondary);
}


/* ===================================================== */





/* ============================================== */



.jh-btn, button.jh-btn {
    display: inline-block;
    /*padding: 12px 18px;*/
    /*border: 1px solid var(--color-primary);*/
    /*border-radius: 4px;*/
    /*background-color: var(--color-primary);*/
    /*color: #ffffff;*/
    /*font-weight: 600;*/
    /*font-size: 0.875rem;*/
    text-decoration: none;
    transition: all 0.3s ease-out;
    /*line-height: 14px;*/
    /*font-size: 12px;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: .5px;*/
}
.jh-btn:hover {
    color: var(--color--primary);
    background-color: #fff;
}
.jh-btn.opposite {
    background-color: var(--color--white);
    color: var(--color--primary);
}
.jh-btn.opposite:hover {
    background-color: var(--color--primary);
    color: var(--color--white);
}
/* a.jh-card-btn:hover {
    background-color: var(--color--secondary);
} */

.jh-section-y-padding {
    padding-block: 50px;
}
.jh-section-y-margin {
    margin-block: 50px;
}
@media only screen and (max-width: 650px) {
    .jh-section-y-padding {
        margin-block: 40px;
    }
    .jh-section-y-margin {
        margin-block: 40px;
    }
	
	.header_btn {
		display:none;
	}

}

a.scrolltop-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* background: #f36e1f; */
    background: var(--color--primary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%), 0 1px 6px 0 rgb(0 0 0 / 19%);
    display: none;
}

a.scrolltop-btn:hover {
    background: var(--color--secondary);
}

.scrolltop-btn svg {
    fill: #fff !important;
    width: 20px;
    height: 20px;
    display: initial;
}


/*
* Sub Title
*/
.eb-subtitle-inner h4 {
    color: var(--eb-primary-color);
}




/* Footer */

.jh-footer-wrapper {
    font-family: "Roboto", Sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
    background-color: black;
    color: white;
}

.jh-footer-wrapper p, .jh-footer-wrapper a {
    color: white;
}



/* Mobile Menu */
div#elementor-mobile-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 9999999999;
    display: none;
}

.jh-mobile-menu-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.jh-mobile-menu {
    height: 100%;
    width: 100%;
}


.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s;
    animation: fixed 1s;
    width: 100%;
}

.absolute {
    position: absolute;
}


/* Primary Button */
a.primary-link {
    padding: 10px 14px 10px 14px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    background-color: #007853;
    border-radius: 20px 20px 20px 20px;
    text-transform: uppercase;
    color: #f7f7f7 !important;
}

a.primary-link:hover {
    padding: 10px 14px 10px 14px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #f7f7f7;
    border-radius: 20px 20px 20px 20px;
    text-transform: uppercase;
    color:#f7f7f7;
}

a.secondary-link {
    padding: 10px 14px 10px 14px;
    background-color: #525252;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E9E9E9;
    border-radius: 20px 20px 20px 20px;
    text-transform: uppercase;
    color:#f7f7f7!important;
}

a.secondary-link:hover {
    padding: 10px 14px 10px 14px;
    background-color: #525252;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #007853 !important;
    border-radius: 20px 20px 20px 20px;
    text-transform: uppercase;
    color:#007853!important;
}