:root {
    --green:#379946;
    --pink:#ee478f;
    --purple:#882ff6;
    --blue:#4ba7c1;
    --orannge:#ef5b23;
    --yellow:#fbb51d;
    --red:#ec4624;
    --dark:#434c5e;
    --light:#ffffff;
    --body-font-family: 'Roboto', sans-serif;
    --body-font-size:1rem;
    --body-font-weight:400;
    --body-line-height: 1.5;
}

body {
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
	color: var(--dark);
    /* background-color: #f6f9fc; */
    background-color: #ffffff !important;
}

a {
    color: var(--dark);
}

img, figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* .section {
    padding: 100px 0;
    position: relative;
} */

main.page-wrapper {
    overflow-x: hidden;
	flex: 1 0 auto;
}

@media (min-width: 1280px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1260px;
	}
}

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

.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.625rem 0;
	font-size: .875rem;
	background-color: var(--orannge);
}

.topbar-dark .topbar-text, .topbar-dark .topbar-link {
	color: rgba(255,255,255,.65);
}

.topbar .topbar-text, .topbar .topbar-link {
	display: inline-block;
	text-decoration: none !important;
	margin-right: 1rem;
}

.topbar-dark .topbar-text>i, .topbar-dark .topbar-link>i {
	color: var(--light);
}

.topbar .topbar-text>i, .topbar .topbar-link>i {
	margin-right: 0.375rem;
	font-size: 1.15em;
	vertical-align: middle;
}


/* ////////////////////Navebar/////////////////////// */

ul.our-cat  {
	margin-right: 25px;
}

.our-cat a {
    color: var(--dark);
}

.our-cat li a {
    background: #ededed;
    border: none;
}

.our-cat li a:hover {
    background: var(--orannge);
    color: var(--light);
}

.our-cat i {
    margin-right: 11px;
}

.our-cat .dropdown-menu {
    width: 100%;
    padding: 6px 0 0 0;
    border: 0;
    background: none;
    box-shadow: 1px 4px 5px 0px rgb(173 173 173 / 15%);
}

.our-cat .dropdown-menu a {
    background: var(--light);
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
}

.our-cat .dropdown-menu a:hover {
    background: #f2f2f2;
    color: var(--dark);
}

.show>.btn-secondary.dropdown-toggle {
    background-color: #ef5b23;
    border: none;
	padding-left: 15px;;
}

.navbar-tool {
	position: relative;
	display: flex;
	align-items: center;
}

@media (min-width: 992px) {
.navbar-tool .navbar-tool-tooltip {
    display: block;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .2s ease-in-out,top .2s ease-in-out;
    padding: 0.0625rem 0.375rem;
    border-radius: 0.25rem;
    background-color: #2b3445;
    color: #fff;
    font-size: .6875rem;
    white-space: nowrap;
    opacity: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 0.9rem;
	}
}

.navbar-light .navbar-tool-icon-box {
	color: #4b566b;
}
.navbar-tool-icon-box {
	position: relative;
	width: 2.875rem;
	height: 2.875rem;
	transition: color .25s ease-in-out;
	border-radius: 50%;
	line-height: 2.625rem;
	text-align: center;
}

.navbar-tool-icon {
	font-size: 1.25rem;
	line-height: 2.875rem;
}

[class^=ci-], [class*=" ci-"] {
	display: inline-block;
	font-family: "cartzilla-icons" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.ci-heart:before {
	content: "";
}

.navbar-light .navbar-tool-text {
	color: #4b566b;
}

.navbar-tool-text {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: -5px;
    transition: color .25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap;
}

.navbar-light .navbar-tool-text>small, .navbar-light .navbar-tool-text>.small {
	color: #7d879c;
}
.navbar-tool-text>small, .navbar-tool-text>.small {
	display: block;
	margin-bottom: -0.125rem;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-tool-text {
			display: block;
	}
}

#searchDiv form {
	width: 100%;
	margin: 0;
}

#searchDiv i {
	position: absolute;
	right: 0;
	top: 0.7rem;
	margin-right: 1rem !important;
}

.navbar-stuck-toggler {
    display: none;
}

.navbar-tool-label {
    position: absolute;
    top: 0.2rem;
    right: 0.175rem;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background-color: var(--orannge);
    color: #fff;
    text-align: center;
    z-index: 1;
    line-height: 20px;
    font-size: 14px;
}

.border-primery {
	border-bottom: 1px solid #ddd;
}

svg.bi.bi-cart3 {
    margin-top: 13px;
    width: 20px;
    height: 20px;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: var(--orannge) !important;
}

.navbar-light .navbar-nav .nav-link:hover{
	color: var(--orannge);
}

.lang {
    border-left: 1px solid #f7885d;
    margin: -10px 0;
    line-height: 39px;
    border-right: 1px solid #f7885d;
    background: #ef6e3d;
    font-family: system-ui;
}

.navbar-nav {
    background-color: transparent !important;
}

.lang a {
    padding: 0px 24px 0px 24px;
}

.lang:hover {
	background-color: var(--dark);
}

.lang a:hover {
	text-decoration: none;
}


/*//////////////////////////////////////// Slider ////////////////////////////////////////*/

/* #myContainer {
    z-index: -1;
    position: relative;
} */

/*//////////////////////////////////////// Feature Shop Talent ////////////////////////////////////////*/

.talent_shop {
    border: 8px solid #fff;
    border-radius: 25px;
    top: 0;
    transition-duration: 300ms, 300ms;
}

.talent_shop:hover {
    transition-property: opacity, top;
    transition-duration: 300ms, 300ms;
    top: -20px;
}

.talent_shop:first-child {
    background-color: var(--pink);
}

.talent_shop:nth-child(2) {
    background-color: var(--purple);
}

.talent_shop:nth-child(3) {
    background-color: var(--yellow);
}

.talent_shop:nth-child(4) {
    background-color: var(--green);
}

.product-card .badge {
    right: auto;
    left: 0.75rem;
}

.product-card .product-card-actions, .product-card>.btn-wishlist, .product-card .badge, .pr_detail .badge {
    position: absolute;
    left: 14px;
    top: 17px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 0.75rem;
    font-size: 12px;
    z-index: 1;
    border-radius: 50px;
    font-weight: 100;
    background-color: var(--yellow);
}

.product-card {
    border: 1px solid rgba(0,0,0,.125);
    transition: all 0.15s ease-in-out;
}

.star-rating {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
}

span.fa.fa-star {
    color: var(--yellow);
    font-size: 14px;
    text-indent: -2px;
}

span.fa.fa-star.checked {
    color: #ddd;
}

.product_info {
    padding: 15px;
}

.product_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    width: 100%;
    font-weight: bold;
}

.product_price {
    margin-bottom: 6px;
}

.price {
    color: var(--orannge);
    font-weight: 600;
}

.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
    opacity: 0.7;
}

.btn-wishlist {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 5;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0 !important;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .2s ease-in-out;
    border: 0;
    border-radius: 50%;
    background-color: #f3f5f9;
    color: #373f50;
    text-align: center;
}

.btn-wishlist:focus {
    border: none !important;
    outline: none;
}

.btn-wishlist:hover {
    color: var(--red);
}

.card-img-top {
    background: #333 !important;
}

.card-img-top img {
    opacity: 1;
    width: 100%;
    height:250px;
}

.card-img-top img:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.addto_cart button {
    padding: 10px 15px;
    background-color: var(--green);
    border: none;
    opacity: 0.9;
}

.addto_cart button:hover {
    opacity: 1;
}

.addto_cart {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 15px 0px 0px;
    z-index: 1;
}

.addto_cart svg {
    color: #fff;
}

.more_1 {
    border: 1px solid var(--orange);
    color: var(--orange);
    padding: 10px 15px;
    margin-top: -5px;
}

.more_1:hover {
    background: var(--orange);
    color: var(--light);
}

.more_1 i {
    top: 1px;
    position: relative;
    padding-left: 10px;
}



/*//////////// Contact us //////////////////*/

.form-control {
    height: auto;
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
    color: var(--dark);
    border: 1px solid #dae1e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3125rem;
}

.btn-primary {
    background-color: var(--orange) !important;
    color: #fff !important;
    width: 100%;
    padding: 10px !important;
    border-color: var(--orange)!important;
}

.btn-success {
    background-color: var(--green) !important;
    color: #fff !important;
    width: 100%;
    padding: 10px !important;
    border-color: var(--green)!important;
}

.contact_info {
    padding: 30px;
    box-shadow: 0px 10px 11px 0px #33333345;
}

.contact_info i {
    padding-right: 20px;
    top: 4px;
    position: relative;
}

textarea.form-control {
    height: 150px;
}

.login_pop small {
    display: block;
}

.login_pop a {
    color: var(--dark);
    line-height: 16px;
}

.modal-dialog p {
    opacity: 0.7;
}

.modal-header .close {
    position: absolute;
    top: 3%;
    right: 4%;
    background: #eee;
    border-radius: 52px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}

.modal-header .close:hover {
    background: var(--orange);
    color: var(--light);
}

.modal-header .close:hover {
    background: var(--orange);
    color: var(--light);
}

.modal-header .close:focus {
    border: none;
}

.form-control {
    padding: 1rem 1rem !important;
}

/* login/ registeration */

.login_register_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 80px 0;
}

.login_wrap {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.login_wrap span{
    color: var(--orannge);
}

.login_wrap a:hover{
    text-decoration: none;
    color: var(--dark);
}






/* breadcrumb */

.breadcrumb_section {
    position: relative;
    z-index: -1;
    padding: 40px 0;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb_section h4 {
    font-weight: bold;
}


/* ///////////////////////////////////////Footer /////////////////////////////*/

.footer-section {
    background: #f6f9fc;
    position: relative;
    font-size: 14px;
}

.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: var(--primary);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 100px;
}

.footer-text p {
    margin-bottom: 14px;
    padding-right: 40px;
}

.footer-social-icon span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 20px;
    margin-right: 7px;
}

.footer-social-icon i {
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

.facebook-bg{
    background: #3B5998;
}

.twitter-bg{
    background: #55ACEE;
}

.google-bg{
    background: #DD4B39;
}

.instagram-bg {
    background: #C13584;
}

.whatsapp-bg {
    background: #28D146;
}

.footer-social-icon a svg {
    width: 23px;
    height: 23px;
    padding: 10px;
    border-radius: 30px;
}

.footer-widget-heading h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--orannge);
}

.footer-widget ul li {
    margin-bottom: 12px;
    list-style: none;
}

.footer-widget ul li a:hover{
    color: var(--primary);
}

/* .footer-widget ul li a {

} */

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--primary);
    padding: 13px 20px;
    border: 1px solid var(--primary);
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area{
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a{
    color: var(--primary);
}

.footer-menu {
    text-align: right;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a{
    color: var(--primary);
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}


/* /////////////////////////////////////////////Single product///////////////////////////////////////////////////////// */

.pr_detail .product_price {
    float: left;
}

.pr_detail .star-rating {
    float: right;
    margin-top: 7px;
}

.pr_detail .pr_desc {
    display: inline-block;
    width: 100%;
}

.pr_detail .badge {
    position: relative;
    left: inherit;
    top: inherit;
}

.cart_extra .btn-wishlist {
    position: relative;
    top: inherit;
    right: inherit;
    border-radius: 0.25rem;
}

.cart_extra svg {
    vertical-align: baseline;
    height: 16px;
    width: 35px;
}

.subscribe {
    background: var(--green);
    padding: 60px 0;
}

.subscribe .form-control {
    color: #000;
    box-shadow: none;
    height: 50px;
    padding: 8px 15px;
}

.newsletter_form button {
    position: absolute;
    right: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 12px 40px;
}

.why_talent, .talent_brands, .with_talent, .section01, .new_address {
    padding: 50px 0;
}

.icon_box_style1 {
    text-align: center;
    padding: 0 50px;
    position: relative;
}

.icon_box_style1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: #ddd;
}

.icon svg {
    width: 36px;
    height: 36px;
    fill: var(--orange);
    margin-bottom: 40px;
}

.why_talent .featured_Products_header {
    margin-bottom: 70px;
}

[class*="col-"]:last-child .icon_box_style1::before {
	content: normal;
}

.icon_box_style1::after {
    content: '';
    position: absolute;
    background: var(--orange);
    width: 70px;
    height: 70px;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 60px;
    opacity: 0.1;
}

.talent_brands img {
    display: block;
}

/* /////////////////////////////////////////////About us///////////////////////////////////////////////////////// */

.section01 img {
    width: 90%;
}

.with_talent {
    background: #f6f9fc;
}

.with_talent i {
    margin-right: 15px !important;
    font-size: 28px !important;
    color: var(--green);
}



/* /////////////////////////////////////////////User dasboard///////////////////////////////////////////////////////// */

.dashboard_menu .nav-tabs li.nav-item a {
    text-align: left;
    padding: 12px 20px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
}

.nav-tabs {
    border: 1px solid #dee2e6;
    border-radius: 5px
}

.dashboard_menu svg {
    margin-right: 10px;
    margin-top: -2px;
}

.dashboard_menu .nav-tabs li.nav-item a.active{
    background-color: var(--orannge);
    color: #fff;
}



































@media only screen and (max-device-width: 480px) {
    .icon_box_style1 {
        margin-bottom: 40px;
    }
    .footer-section {
        background: #f6f9fc;
        position: relative;
        font-size: 14px;
        padding-top: 0 !important;
    }
    .why_talent {
        padding: 0;
    }
    .icon_box_style1::before {
        width: 0px;
    }
}