html {
	scroll-behavior: smooth;
}

* {
	transition: 0.1s ease;
}

@font-face {
	font-family: TT-Chocolates-Light;
	src: url(../fonts/TT-Chocolates-Light.otf);
}

@font-face {
	font-family: TT-Chocolates-Regular;
	src: url(../fonts/TT-Chocolates-Regular.otf);
}

@font-face {
	font-family: TT-Chocolates-DemiBold;
	src: url(../fonts/TT-Chocolates-DemiBold.otf);
}

@font-face {
	font-family: TT-Chocolates-ExtraBold;
	src: url(../fonts/TT-Chocolates-ExtraBold.otf);
}

:root {
	--st-font-regular: TT-Chocolates-Regular;
	--st-font-light: TT-Chocolates-Light;
	--st-font-bold: TT-Chocolates-DemiBold;
	--st-font-extra-bold: TT-Chocolates-ExtraBold;
}

body {
	color: #444;
	font-family: var(--st-font-regular);
	overflow-x: hidden !important;
	font-size: 16px;
}

h1.h1,
h2.h2 {
	font-family: var(--st-font-extra-bold);
}

h3.h3,
h5.h5,
.nav-link,
p strong {
	font-family: var(--st-font-bold);
}

h4.h4,
h6.h6 {
	font-family: var(--st-font-light);
}

h1.h1 {
	position: relative;
	text-transform: uppercase;
}

.header-top {
	background-color: #fff;
	padding: 5px 0;
}

.header-top ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-top ul li {
	display: inline-block;
	padding: 10px 15px;
	font-weight: bold;
	color: var(--bs-primary);
}

.header-top ul li a {
	text-decoration: none;
}

.navbar {
	border-top: 1px solid #ddd;
	box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.06),0px 0px 29px 0px rgba(0, 0, 0, 0.06);
	z-index: 999;
}

.carousel-caption h5 span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
}

.wrap1 {
	padding: 8px 0;
}

.wrap1 .col:nth-child(odd) .box {
	background-color: var(--bs-primary);
}

.wrap1 .col:nth-child(even) .box {
	background-color: var(--bs-secondary);
}

.wrap1 .box {
	padding: 30px 20px;
	color: #fff;
}

.wrap1 .box a {
	color: #fff;
	margin-top: 10px;
	font-size: 40px;
	display: inline-block;
}

.wrap1 .box .box-icon {
	font-size: 50px;
}

.wrap2{
	padding: 100px 0;
}

.wrap2 .icon{
	font-size: 40px;
	width: 80px;
	margin-top: 5px;
}

.wrap2 .box{
	background-color: #f1f1f1;
	padding: 15px;
	border-radius: 4px;
}

.wrap2 .box a{
	text-decoration: none;
}

.wrap3{
	padding: 100px 0;
	background-color: #111;
	background-image: url(../images/wrap3-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.wrap3 .box, .services-list .box{
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.wrap3 .box .text-box, .services-list .box .text-box{
	position: absolute;
	bottom: -82px;
	right: 0;
	left: 0;
	padding: 20px 15px;
	color: var(--bs-light);
	transition: all 0.5s;
	z-index: 2;
	height: 243px;
}

.wrap3 .box .text-box a, .services-list .box .text-box a{
	text-decoration: none;
	color: var(--bs-light);
}

.wrap3 .box::after, .wrap3 .box::before, .services-list .box::after, .services-list .box::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.3s;
}

.wrap3 .box::before, .services-list .box::before{
	background-image: linear-gradient(transparent, rgba(0,0,0,0.6));
	opacity: 1;
}

.wrap3 .box::after, .services-list .box::after{
	background-image: linear-gradient(transparent, rgba(var(--bs-secondary-rgb),0.8) 80%);
	opacity: 0;
}

.wrap3 .box:hover::before, .services-list .box:hover::before{
	opacity: 0;
}

.wrap3 .box:hover::after, .services-list .box:hover::after{
	opacity: 1;
}

.wrap3 .box:hover .text-box, .services-list .box:hover .text-box{
	transition: all 0.5s;
	bottom: 0;
}

.wrap3 .box .text-box .icon, .services-list .box .text-box .icon{
	    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: var(--bs-secondary);
    color: var(--bs-light);
    padding-top: 25px;
    border-radius: 50%;
    text-align: center;
    width: 90px;
    height: 90px;
}

.wrap3 .center-box, .services-list .center-box{
	background-color: #fff;
	padding: 50px;
	border-radius: 4px;
	margin: 100px auto -190px;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
}

.wrap3 .center-box .icon, .services-list .center-box .icon{
	font-size: 40px;
	margin: 0 20px 0 0;
	width: 100px;
	height: 100px;
	color: var(--bs-primary);
	background-color: rgba(var(--bs-primary-rgb),0.2);
	padding-top: 27px;
    text-align: center;
	border-radius: 50%;
}

.wrap3 .center-box .call-btn, .services-list .center-box .call-btn{
	width: 160px;
}

.wrap4{
	padding: 180px 0 100px;
}

.wrap4 .wrap4-list{
	margin: 0;
	padding: 0;
}

.wrap4 .wrap4-list li{
	list-style: none;
	display: inline-block;
	width: 99%;
}

.wrap4 .wrap4-list li a{
	padding: 15px 16px;
	display: block;
	border-radius: 4px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
	border-left: 2px solid var(--bs-primary);
	margin:0 10px 20px;
	text-decoration: none;
	color: inherit;
	font-family: var(--st-font-bold);
	transition: all 0.5s;
}

.wrap4 .wrap4-list li a:hover{
	background-color: var(--bs-primary);
	color: var(--bs-light);
}

.wrap5{
	padding: 100px 0;
	background-color: var(--bs-light);
	background-image: url(../images/wrap5-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}

.wrap5 .table tr td, .wrap5 .table tr th{
	padding: 20px 0;
}

.wrap5 .table tr td{
	padding-left: 20px;
}

.wrap5 .table tr th{
	border-right: 1px solid rgba(var(--bs-black-rgb),0.2);
	width: 15%;
}

.wrap5 .table .icon{
	font-size: 30px;
	color: var(--bs-primary);
}

footer{
	padding: 100px 0;
	background-color: #111;
	color: var(--bs-light);
    box-shadow: 0 -7px 0 #000;
}

footer ul{
	margin: 0;
	padding: 0;
}

footer ul li{
	list-style: none;
}

footer ul li a{
	text-decoration: none;
	color: rgba(var(--bs-white-rgb),0.5);
	padding: 2px 0;
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid rgba(var(--bs-white-rgb),0.1);
}

footer ul li a:hover{
	color: var(--bs-light);
	border-color: var(--bs-primary);
}

.inner-page{
	padding: 100px 0;
}

.sidebar {
    margin:0;
    padding:0;
}

.sidebar li{
    list-style:none;
}

.sidebar li a{
    text-decoration:none;
    display:block;
    padding:10px 20px;
    background-color:#f9f9f9;
    margin-bottom:4px;
    position:relative;
    transition:all 0.3s;
    border-radius:4px;
    border:2px solid transparent;
}

.sidebar li a:hover{
    padding-left:40px;
    color:var(--bs-secondary);
    border-color:var(--bs-secondary);
}

.sidebar li a::before{
    content:"\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position:absolute;
    left:-8px;
    transition:all 0.2s;
}

.sidebar li a:hover::before{
    left:8px;
}

.BottomToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px;
}

.delay-3{
	animation-delay: 0.3s;
}

ul.ul li {
    list-style-image:url(../images/ul.png);
    margin-top:7px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.wrap1 .col:nth-child(1) .box,
	.wrap1 .col:nth-child(4) .box {
		background-color: var(--bs-primary);
	}

	.wrap1 .col:nth-child(2) .box,
	.wrap1 .col:nth-child(3) .box {
		background-color: var(--bs-secondary);
	}

	.wrap4 .wrap4-list li{
		width: 49%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.carousel-caption {
		top: 8%;
	}

	.nav-link {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.wrap3 .box .text-box{
		bottom: -77px;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.dropdownMenu {
		visibility: hidden;
		display: block;
		top: 30px;
		transition: all 0.5s;
		opacity: 0;
	}

	.dropMenu:hover .dropdownMenu {
		visibility: visible;
		top: 50px;
		opacity: 1;
	}

	.carousel-caption {
		top: 10%;
	}

	.navbar{
		position: sticky;
		top: 0;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.carousel-caption {
		top: 20%;
	}

	.wrap1 .col:nth-child(odd) .box {
		background-color: var(--bs-primary);
	}

	.wrap1 .col:nth-child(even) .box {
		background-color: var(--bs-secondary);
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}