@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
/* common css */
body {
	margin: 0px;
}
.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.container {
	width: 1250px;
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

/* menu css */
#headerwrap #header {
	width: 1205px;
	padding: 2px 0px;
}
#headerwrap #header #site-logo {
	margin: 13px 0px 0px 0;
}
#header #main-nav-wrap #main-nav li.menu-item-custom-328 {
	position: absolute;
	right: 12px;
	top: 17px
}
#header #mobile-menu .navbar-wrapper #main-nav-wrap #main-nav li.menu-item-custom-328 a {
	background-color: #028DF8;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-family: Inter;
	border-radius: 6px;
	padding: 0px;
	width: 132px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border: 1px solid #028DF8;
}
#header #mobile-menu .navbar-wrapper #main-nav-wrap #main-nav li.menu-item-custom-328 a:hover {
	background-color: #fff;
	color: #028DF8;
}
#header #mobile-menu .navbar-wrapper #main-nav-wrap #main-nav li a .child-arrow {
	right: 1px;
}
@media (max-width: 1100.98px) {
	#headerwrap .cart-icon.empty-cart {
    display: none;
	}
	#headerwrap .header-icons {
    top: 36px;
	}
	#header #main-nav-wrap #main-nav li.menu-item-custom-328 {
    position: relative;
    top: 40px;
    right: 0px;
	}
	#header #mobile-menu .navbar-wrapper #main-nav-wrap #main-nav li a {
    padding: 0px 0px 5px !important;
	}
	#header #mobile-menu .navbar-wrapper #main-nav-wrap #main-nav li a .child-arrow {
    right: 0px;
    top: 10px;
	}
}
/* end menu css */
/* home banner css */
.home-banner {
	position: relative;
}
.home-banner:before {
	content: "";
	position: absolute;
	opacity: 0.7;
	height: 100%;
	width: 100%;
	background-color: #D1D5DB;
	z-index: 1;
}
.home-banner .banner-img {
	position: relative;
}
.home-banner .banner-detail {
	position: absolute;
	bottom: 223px;
	left: 133px;
	z-index: 2;
}
.home-banner .banner-detail .banner-title {
	font-size: 75px;
	font-weight: 300;
	line-height: 56px;
	letter-spacing: -1.5px;
	color: #028DF8;
	font-family: 'Inter';
	text-transform: uppercase;
}
.home-banner .banner-detail .banner-title .highlight {
	font-weight: 800;
	line-height: 78px;
}
/* end home banner css */
/* banner object css */
.banner-obj {
	position: relative;
	margin: -149px 0px 0px;
	z-index: 5;
}
.banner-obj .obj-inn {
	display: inline-flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 3px;
}
.banner-obj .obj-inn .obj-gap {
	background-color: #CEEAFF;
	margin: 18px 15px 15px 22px;
	padding: 15px 16px;
	height: 145px;
	width: 145px;
	display: grid;
}
.banner-obj .obj-inn .obj-gap .obj-img {
	display: inline-flex;
	justify-content: center;
}
.banner-obj .obj-inn .obj-gap .obj-title {
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.4px;
	color: #007EDF;
	text-transform: uppercase;
	margin: 8px 0px 0px;
}
.banner-obj .obj-inn .obj-gap:nth-of-type(2) {
	margin: 23px 25px 22px 18px;
	padding: 16px 3px 14px 4px;
	width: 165px;
}
.banner-obj .obj-inn .obj-gap:nth-of-type(1) .obj-img svg {
	padding: 18px 0px 0px 13px;
}
.banner-obj .obj-inn .obj-gap:nth-of-type(2) .obj-img svg {
	padding: 0px 0px 0px 13px;
}
/* end banner object css */
/* about section css */
.about-sec {
	position: relative;
	margin: -13px 0px 0px;
}
.about-sec .about-wrap {
	position: relative;
	padding: 0px 24px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-sec .about-wrap .about-left {
	width: calc(42% - 16px);
	max-width: 100%;
}
.about-sec .about-wrap .about-right {
	width: calc(51.12% - 20px);
	max-width: 100%;
}
.about-sec .about-wrap .about-right .about-parts {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.about-sec .about-wrap .about-right .about-parts .about-row {
	height: 259.01px;
	width: 259.01px;
	background-color: #CEEAFF;
	border-radius: 3px;
	margin: 0px 16px 34px;
	padding: 10px 10px;
}
.about-sec .about-wrap .about-right .about-parts .about-row .part-block {
	position: relative;
	top: 43px;
	width: 237.41px;
	height: 159.257px;
	margin: 0px auto;
}
.about-sec .about-wrap .about-right .about-parts .about-row .part-title {
	font-family: Inter;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: -0.64px;
	color: #007EDF;
	margin: 56px 0px 0px 11px;
}
.about-sec .title {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #007EDF;
	margin: 0px 0px 4px;
}
.about-sec .sub-title {
	font-family: Inter;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.9px;
	color: #007EDF;
	margin: 0px 0px 15px;
}
.about-sec .desc {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #404040;
	margin: 0px 0px 33px;
}
.about-sec .about-btn {
	display: flex;
	margin: 0px 0px 0px -2px;
}
.about-sec .about-btn #lrn {
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	width: 160px;
	height: 46px;
	border: 1px solid #028DF8;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	color: #028DF8;
	border-radius: 6px;
}
/* end about sec css */
/* sub banner section css */
.subbanner-sec {
	position: relative;
	margin: 50px 0px 0px;
}
/* .subbanner-sec:after {
	content: "";
	position: absolute;
	bottom: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #EFF8FF transparent transparent transparent;
	left: 45px;
	right: 0px;
	margin: 0px auto;
	z-index: 5;
} */
.subbanner-sec .subbanner-wrap {
	position: relative;
}
.subbanner-sec .subbanner-wrap .banner-bottom {
	position: relative;
}
.subbanner-sec .subbanner-wrap .banner-bottom .sub-detail {
	position: absolute;
	width: 520px;
	bottom: 179px;
	left: 23px;
}
.subbanner-sec .subbanner-wrap .banner-bottom .sub-detail .title {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Inter;
	color: #007EDF;
	margin: 0px 0px 4px;
}
.subbanner-sec .subbanner-wrap .banner-bottom .sub-detail .sub-title {
	font-family: Inter;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.9px;
	color: #007EDF;
	margin: 0px 0px 16px;
}
.subbanner-sec .subbanner-wrap .banner-bottom .sub-detail .desc,
.subbanner-sec .subbanner-wrap .banner-bottom .sub-detail .banner-category {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #404040;
}
.subbanner-sec .subbanner-wrap .banner-bottom .sub-detail .banner-category {
	position: relative;
	margin: 16px 0px 0px;
}
.subbanner-sec .subbanner-wrap .Feeder-inn {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	top: -71px;
	margin-left: 51%;
	width: fit-content;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row {
	position: relative;
	background-color: #ffffff;
	margin: 0px 5px;
	padding: 10px 10px;
	height: 122px;
	width: 122px;
	transition: 0.2s;
	border-radius: 6px;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row.active:before {
	content: "";
	position: absolute;
	bottom: -62px;
	left: 7px;
	right: 0px;
	margin: 0px auto;
	z-index: 2;
	background-image: url(https://universaltrailers.dev-server.net.au/wp-content/uploads/2024/01/tab-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row .feeder-part {
	position: relative;
	display: flex;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row .feeder-part .feeder-hover {
	display: none;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row .feeder-part img {
	margin: 0px auto;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row[data-id="feed1"] .feeder-part img {
	width: 52.393px;
	height: 49.901px;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row[data-id="feed2"] .feeder-part img {
	width: 40.448px;
	height: 59.021px;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row[data-id="feed3"] .feeder-part img {
	width: 67px;
	height: 67px;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row[data-id="feed4"] .feeder-part img {
	width: 52.393px;
	height: 49.901px;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row .feeder-title {
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #007EDF;
	position: absolute;
	bottom: 14px;
	left: 0px;
	right: 0px;
}
.subbanner-sec .subbanner-wrap .banner-top {
	right: 0px;
	position: relative;
	width: 948.876px;
	margin-left: 31%;
}
.subbanner-sec .subbanner-wrap .banner-top img {
	margin: -130px 0px 0px 3px;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row:hover {
	background-color: #028DF8;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row:hover .feeder-part .feeder-default {
	display: none;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row:hover .feeder-part .feeder-hover {
	display: block;
}
.subbanner-sec .subbanner-wrap .Feeder-inn .subbanner-row:hover .feeder-title {
	color: #ffffff;
}
.subbanner-sec .subbanner-top {
	background-color: #EFF8FF;
}
.subbanner-sec .subbanner-bottom {
	position: relative;
	background-color: #ffffff;
	margin: -50px 0px 0px;
}
.subbanner-sec .subbanner-bottom .sub-inner {
	position: relative;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed1 .tabcont-wrap  {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed1 {
	background-color: #ffffff;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont {
	display: none;
	padding: 15px 15px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont .tab-detail {
	background-color: #CEEAFF;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont.active {
	display: block;
}
.subbanner-sec .subbanner-bottom .sub-inner .video-row {
	background-color: #CEEAFF;
	margin: 1px 6px 1px 7px;
	border-radius: 0px 0px 3px 3px;
}
.subbanner-sec .subbanner-bottom .sub-inner .video-row .vibanner-title {
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.4px;
	color: #007EDF;
	padding: 33px 21px 32px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont .tab-detail .tab-wrap {
	display: flex;
	padding: 50px 0px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont .tab-detail .tab-wrap .tab-left {
	width: calc(38.41% - 0px);
	max-width: 100%;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed2 .tab-detail .tab-wrap .tab-left .tab-image img {
	width: 40.448px;
	height: 59.021px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed3 .tab-detail .tab-wrap .tab-left .tab-image img {
	width: 67.17px;
	height: 62.669px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed4 .tab-detail .tab-wrap .tab-left .tab-image img {
	width: 52.393px;
	height: 49.901px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont .tab-detail .tab-wrap .tab-left .tab-title {
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: -0.56px;
	color: #007EDF;
	margin: 16px 0px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont .tab-detail .tab-wrap .tab-left .tab-desc {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #404040;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont .tab-detail .tab-wrap .tab-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: fit-content;
	margin: 90px 0px 0px 110px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont .tab-detail .tab-wrap .tab-right .tab-btn {
	position: relative;
	margin: 0px 5px 10px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont .tab-detail .tab-wrap .tab-right .tab-btn > a {
	background-color: #028DF8;
	border-radius: 6px;
	width: 176px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed3 .tab-detail .tab-wrap {
	justify-content: space-between;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed3 .tab-detail .tab-wrap .tab-right {
	margin: 80px 0px 0px 0px;
	grid-template-columns: 1fr 1fr 1fr;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed3 .tab-detail .tab-wrap .tab-right .row-img {
	position: relative;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed3 .tab-detail .tab-wrap .tab-right .row-img img {
	width: 186.81px;
	height: 125.314px;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed3 .tab-detail .tab-wrap .tab-right .tab-row {
	margin: 0px 9px;
	text-align: center;
}
.subbanner-sec .subbanner-bottom .sub-inner .tab-cont#feed3 .tab-detail .tab-wrap .tab-right .row-title {
	font-family: Inter;
	font-size: 25.18px;
	font-style: normal;
	font-weight: 500;
	line-height: 31.475px;
	letter-spacing: -0.504px;
	color: #007EDF;
}
/* end sub banner sec css */
/* video sec css */
.video-sec {
	position: relative;
	background-image: url(https://universaltrailers.dev-server.net.au/wp-content/uploads/2024/01/video_banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 342px;
}
.video-sec:before {
	content: "";
	position: absolute;
	background-color: #028DF8;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.video-sec .video-bottom {
	position: absolute;
	width: 50%;
	margin: 0px auto;
	left: 10px;
	right: 0px;
	text-align: center;
}
.video-sec .video-bottom .main-title {
	font-family: Inter;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.9px;
	color: #EAF0F4;
	margin: 50px 0px 0px;
}
.video-sec .video-banner {
	position: relative;
	width: 100%;
}
.video-sec .video-banner #myvideo {
	width: auto;
}
/* end video sec css */
/* testimonial css */
.testimonial-sec {
	position: relative;
	background-color: #EFF8FF;
	margin: 12px 0px 0px;
}
.testimonial-sec .testimonial-wrap {
	padding: 53px 0px 72px;
}
.testimonial-sec .testimonial-wrap .testmo-tilte {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #007EDF;
	text-align: center;
	margin: 0px 0px 3px;
}
.testimonial-sec .testimonial-wrap .testmo-subtitle {
	font-family: Inter;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.9px;
	color: #007EDF;
	text-align: center;
	margin: 0px 0px 52px;
}
.testimonial-sec .testimonial-wrap .testimonial-box {
	background-color: #ffffff;
	margin: 0px 20px;
	padding: 38px 20px 40px 41px;
	border-radius: 6px;
}
.testimonial-sec .testimonial-wrap .testimonial-box .testmo-desc {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #028DF8;
}
.testimonial-sec .testimonial-wrap .testimonial-box .testmo-top {
	position: relative;
	margin: 0px 0px 26px;
}
.testimonial-sec .testimonial-wrap .testimonial-box .testmo-bottom {
	position: relative;
	border-left: 5px solid #028DF8;
	padding: 0px 0px 0px 19px;
}
.testimonial-sec .testimonial-wrap .testimonial-box .testmo-name {
	color: #028DF8;
	font-family: Inter;
	font-size: 18.66px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.testimonial-sec .testimonial-wrap .testimonial-box .testmo-position {
	color: #9DAFBD;
	font-family: Inter;
	font-size: 15.994px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 2px 0px 0px 0px;
}
.testimonial-sec .testimonial-wrap .testimonial-inner {
	position: relative;
	margin: 0px 6px;
}
.testimonial-sec .testimonial-wrap .testimonial-inner button.slick-arrow {
	height: 44px;
	width: 44px;
	transform: none;
	background-color: #ffffff;
	top: 42%;
}
.testimonial-sec .testimonial-wrap .testimonial-inner button.slick-prev.slick-arrow {
	left: -55px;
}
.testimonial-sec .testimonial-wrap .testimonial-inner button.slick-next.slick-arrow {
	right: -55px;
}
.testimonial-sec .testimonial-wrap .testimonial-inner button.slick-arrow::before {
	opacity: 1;
	color: #000;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 12px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.testimonial-sec .testimonial-wrap .testimonial-inner button.slick-prev.slick-arrow::before {
	content: "";
	background-image: url(https://universaltrailers.dev-server.net.au/wp-content/uploads/2024/01/arrow-left.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial-sec .testimonial-wrap .testimonial-inner button.slick-next.slick-arrow::before {
	content: "";
	background-image: url(https://universaltrailers.dev-server.net.au/wp-content/uploads/2024/01/arrow-right.png);
	background-repeat: no-repeat;
	background-size: cover;
}
/* end testimonial css */
/* plot sec css */
.plot-sec {
	position: relative;
}
.plot-sec .plot-inner {
	padding: 116px 14px 97px 23px;
	display: flex;
	justify-content: space-between;
}
.plot-sec .plot-inner .plot-left {
	width: calc(64.22% - 0px);
	margin: 0px 26px 0px 0px;
}
.plot-sec .plot-inner .plot-left .plot-detail {
	position: relative;
}
.plot-sec .plot-inner .plot-left .plot-detail .plot-title {
	font-family: Inter;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 106.667% */
	letter-spacing: -0.9px;
	color: #007EDF;
	margin: 0px 0px 24px;
}
.plot-sec .plot-inner .plot-left .plot-detail .plot-desc {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #404040;
	margin: 0px 0px 35px;
}
.plot-sec .plot-inner .plot-right {
	width: calc(65.25% - 28px);
	margin: -9px 0px 0px;
}
.plot-sec .plot-inner .plot-left .plot-detail .plot-button {
	display: flex;
}
.plot-sec .plot-inner .plot-left .plot-detail .plot-button .dealer-btn {
	margin: 0px 14px 0px 0px;
}
.plot-sec .plot-inner .plot-left .plot-detail .plot-button .dealer-btn a {
	background-color: #028DF8;
	color: #ffffff;
}
.plot-sec .plot-inner .plot-left .plot-detail .plot-button .dealer-btn a:hover {
	background-color: #ffffff;
	color: #028DF8;
}
.plot-sec .plot-inner .plot-left .plot-detail .plot-button a {
	width: 160px;
	height: 48px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #028DF8;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	font-family: 'Inter';
	color: #028DF8;
}
.plot-sec .plot-inner .plot-left .plot-detail .plot-button a:hover {
	background-color: #028DF8;
	color: #ffffff;
}
/* end plot sec css */
/* footer sec css */
.footer-sec {
	position: relative;
	background-color: #9CA3AF;
}
.footer-sec .footer-wrap {
	padding: 50px 0px 28px;
}
.footer-sec .footer-top {
	display: flex;
	justify-content: space-between;
}
.footer-sec .footer-top .footer-row {
	width: 15%;
	margin: 0px 15px;
}
.footer-sec .footer-top .footer-row:nth-of-type(1) {
	width: 27.65%;
	margin-left: 22px;
}
.footer-sec .footer-top .footer-row:nth-of-type(1) img {
	top: 17px;
	position: relative;
}
.footer-sec .footer-top .footer-row .footer-widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	font-family: Inter;
	color: #111827;
	text-transform: capitalize;
}
.footer-sec .footer-top .footer-row ul {
	padding: 0px;
	margin: 0px;
}
.footer-sec .footer-top .footer-row ul li {
	list-style: none;
	margin: 0px 0px 12px;
}
.footer-sec .footer-top .footer-row ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #111827;
	font-family: Inter;
}
.footer-bottom {
	position: relative;
	background-color: #111827;
	padding: 9px 0px 12px;
}
.footer-bottom .footer-in {
	display: flex;
	justify-content: space-between;
}
.footer-bottom .footer-in .footer-powerby {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	font-family: Inter;
	color: #9CA3AF;
	margin: 4px 0px 0px;
}
.footer-bottom .footer-in .footer-link {
	position: relative;
}
.footer-bottom .footer-in .footer-link > a {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	font-family: Inter;
	color: #9CA3AF;
	text-decoration: none;
	margin: 0px 16px;
}
.footer-bottom .footer-in .footer-link > a:nth-of-type(1) {
	margin: 0px 16px 0px 0px;
}
.footer-sec .footer-top .footer-row ul li a .fab.fa-facebook-f:before {
	content: "\f39e";
}
.footer-sec .footer-top .footer-row ul li a .fab.fa-twitter:before {
	content: "\f099";
}
.footer-sec .footer-top .footer-row ul li a .fab.fa-instagram:before {
	content: "\f16d";
}
.footer-social {
	position: relative;
	margin: 57px 0px 0px;
}
.footer-sec .footer-top .footer-row .footer-social .social-icons li {
	margin: 0px 5px 0px;
}
.footer-sec .footer-top .footer-row .footer-social ul {
	display: flex;
	justify-content: center;
}
.footer-sec .footer-top .footer-row .footer-social .social-icons li a {
	font-size: 26px;
}
/* end footer sec css */