@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    /*--tg-body-font-family: 'DM Sans', sans-serif;*/
    /*--tg-heading-font-family: 'Poppins', sans-serif;*/
    --tg-primary-color: #FE5D14;
    --tg-secondary-color: #131944;
    --tg-body-font-color: #61657E;
    --tg-heading-font-color: #1C1C1C;
    --tg-paragraph-color: #61657E;
    --tg-menu-color: #0C1239;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.62;
    --tg-heading-line-height: 1.2;
    --tg-blue: #161C49;
    --tg-blue-two: #0F1437;
    --tg-blue-three: #0A0E21;
    --tg-border-color: #D8DEFC;
    --tg-input-border-color: #CFCFCF;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-seashell: #FFF3ED;
    --tg-unbleached-silk: #FFDAC9;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-gray: #F4F6FF;
    --tg-gray-two: #EDF0FF;
    --tg-gray-three: #B8B8B8;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}
body {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
}
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: unset;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--tg-primary-color);
	text-decoration: none;
}
a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none
}
p {
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	color: var(--tg-paragraph-color);
	margin-bottom: 15px;
}
hr {border-bottom: 1px solid var(--tg-primary-color);border-top: 0 none;margin: 30px 0;padding: 0;}
label {color: var(--tg-body-font-color);cursor: pointer;font-size: 16px;font-weight: 400;}
*::-moz-selection {background: var(--tg-primary-color);color: var(--tg-white);text-shadow: none;}
::-moz-selection {background: var(--tg-primary-color);color: var(--tg-white);text-shadow: none;}
::selection {background: var(--tg-primary-color);color: var(--tg-white);text-shadow: none;}
*::-moz-placeholder {color: var(--tg-body-font-color);font-size: var(--tg-body-font-size);opacity: 1;}
*::placeholder {color: var(--tg-body-font-color);font-size: var(--tg-body-font-size);opacity: 1;}

.theme-overlay {position: relative}
.theme-overlay::before {background: var(--tg-primary-color) none repeat scroll 0 0;content: "";height: 100%;left: 0;
	opacity: 0.6;position: absolute;top: 0;width: 100%;}
.separator {border-top: 1px solid var(--tg-primary-color);}

.container {padding-left: 15px;padding-right: 15px;}
.row {--bs-gutter-x: 30px;}
.row.g-0 {--bs-gutter-x: 0;}
.gutter-y-30 {--bs-gutter-y: 30px;}

.btn {user-select: none;-moz-user-select: none;background: var(--tg-primary-color) none repeat scroll 0 0;border: medium none;color: var(--tg-white);cursor: pointer;display: inline-block;
	font-size: 18px;font-weight: 400;letter-spacing: 0;line-height: 1;margin-bottom: 0;padding: 20px 31px;text-align: center;
	text-transform: none;touch-action: manipulation;transition: all 0.3s ease 0s;vertical-align: middle;white-space: nowrap;border-radius: 4px;
	font-family: var(--tg-heading-font-family);position: relative;overflow: hidden;z-index: 1;}

.btn:hover:before {top: -40%;}
.btn:hover {color: var(--tg-white);}
.btn.btn-two::after {display: none;}
.breadcrumb > .active {color: var(--tg-primary-color);}

.scroll-top {width: 50px;height: 50px;line-height: 50px;position: fixed;bottom: -10%;
	right: 50px;font-size: var(--tg-body-font-size);border-radius: 6px;z-index: 99;color: var(--tg-white);text-align: center;
	cursor: pointer;background: var(--tg-primary-color);transition: 1s ease;border: none;}
.scroll-top.open {bottom: 30px;}
.scroll-top::after {position: absolute;z-index: -1;content: '';top: 100%;left: 5%;height: 10px;width: 90%;
	opacity: 1;background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);}
.scroll-top:hover {background: var(--tg-secondary-color);}