@import url("variables.css");

/* Global css starts here */
body {
	background-color: var(--body-color);
	color: var(--default-text-color);
	font-family: var(--font-default);
}

a,
a:hover {
	color: var(--default-text-color);
	text-decoration: none;
}

.btn {
	background: var(--extra-color-1);
	border-radius: 0px;
	color: var(--default-text-color);
	font-family: var(--font-medium);
	font-weight: 500;
	padding: 10px 29px;
	border: 1px solid transparent;
	font-size: 13px;
}

@media(max-width:1200px) {
	.btn {
		font-size: 10px;
		padding: 7px 12px;
	}

}

@media(max-width:991px) {
	.btn {
		font-size: 13px;
	}
}

@media(max-width:575px) {
	.btn {
		width: 100%;
	}
}

.btn:hover {
	background: var(--secondary-btn-color);
	color: var(--extra-color-2);
	border: 1px solid var(--extra-color-1);
}

figure {
	margin-bottom: 0;
}

/* .sub-title {
	position: relative;
	font-size: 18px;
	letter-spacing: 4px;
	color: #f8bc26;
	padding-left: 55px;
	margin: 0;
}
.sub-title:before {
	content: "";
	background: #f8bc26;
	position: absolute;
	left: 0;
	top: 11px;
	width: 40px;
	height: 2px;
} */
h6.line-heading::before {
	content: "";
	width: 33px;
	height: 1px;
	display: inline-flex;
	background: var(--extra-color-1);
	position: relative;
	top: -5px;
	margin-right: 10px;
}

h6.line-heading {
	color: var(--extra-color-1);
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 16px;
}

@media(max-width:575px) {
	h6.line-heading {
		font-size: 15px;
	}
}

h6.both-sides:after {
	content: "";
	width: 33px;
	height: 1px;
	display: inline-flex;
	background: var(--extra-color-1);
	position: relative;
	top: -5px;
	margin-right: 10px;
	right: -4px;
}

/* Global css ends here */

/* Typography starts here */
h1 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 60px;
	line-height: 1.5;
}

h2 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 43px;
	line-height: 1.5;
}

h3 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
}

h4 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 25px;
	line-height: 1.5;
}

h5 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
}

h6 {
	font-family: var(--font-semibold);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
}

p {
	font-family: var(--font-default);
	font-size: 14px;
	line-height: 1.4;
}

/* Responsive Fonts */
/* @media (max-width: 1400px){
	h2{
		font-size: 40px;
	}
} */
@media (max-width: 1200px) {
	h1 {
		font-size: 54px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 34px;
	}

	h4 {
		font-size: 23px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 17px;
	}

	p {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
		line-height: 1.3;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 17px;
	}

	p {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 15px;
	}

	p {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 41px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 27px;
	}

	h4 {
		font-size: 19px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 15px;
	}

	p {
		font-size: 12px;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 13px;
	}

	p {
		font-size: 12px;
	}

	.order-no-1 {
		order: 1;
	}
}

@media (max-width: 430px) {
	h1 {
		font-size: 31px;
	}

	h2 {
		font-size: 26px;
		line-height: normal;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 15px;
	}

	h6 {
		font-size: 13px;
	}

	p {
		font-size: 10px;
	}

	.order-no-1 {
		order: 1;
	}
}

/* @media(max-width:575px){
	h2 {
		font-size: 28px;
		line-height: 1.3;
	}

} */
/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
	h5 {
		font-size: 20px;
	}
}

/* Mobile Responsive Ends Here  */


/* Typography ends here */
/* header starts here */
header#header {
	position: absolute;
	width: 100%;
	z-index: 9;
}

header#header ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
}

header#header .secondary-header-wraapper {
	backdrop-filter: blur(20px);
	padding: 17px 0px;
	background: #ffffff1f;
}

.secondary-header-wraapper .secondary-header-icon-wrapper ul li a span {
	font-family: var(--font-roboto-reg);
	font-size: 14px;
}

.secondary-header-wraapper .secondary-header-icon-wrapper ul li a {
	color: var(--second-text-color);
	margin: 0px 25px 0px 0px;
}

.secondary-header-wraapper .header-social-icons-wrapper ul {
	justify-content: end;
}

.secondary-header-wraapper .header-social-icons-wrapper ul li {
	margin: 0px 0px 0px 15px;
}

.secondary-header-wraapper .header-social-icons-wrapper ul li span,
.secondary-header-wraapper .header-social-icons-wrapper ul li a {
	color: var(--second-text-color);
}

.secondary-header-wraapper .header-social-icons-wrapper ul li span {
	font-family: var(--font-roboto-reg);
	font-size: 14px;
}

header#header .main-header-wrapper {
	padding: 8px 0px;
	border-bottom: 1px solid #96a4af;
}

header#header .main-header-wrapper a.nav-link {
	font-family: var(--font-default);
	color: var(--second-text-color);
	font-size: 11px;
	font-weight: 400;
	padding: 8px 7px;
}

header#header .main-header-wrapper .logo-wrapper a {
	display: inline-block;
	max-width: 102px;
}

.option-header {
	display: flex;
	align-items: center;
	gap: 10px;
}

.option-header .header-btn-wrapper .btn {
	white-space: nowrap;
}

header#header .main-header-wrapper .goog-te-gadget {
	font-size: 0;
}

header#header .main-header-wrapper .goog-te-gadget span a {
	display: none;
}

header#header .main-header-wrapper select.goog-te-combo {
	border: 1px solid #ddd;
	padding: 4px 5px;
}

.option-header .select-language select {
	background: transparent;
	color: #FFF;
	appearance: none;
	border: 0px;
	outline: none;
	font-family: var(--font-heading);
	font-size: 12px;
}

.option-header .select-language select option {
	color: #000;
}

.option-header .select-language img {
	max-width: 25px;
}

.option-header .select-language {
	margin-left: auto;
	display: flex;
	gap: 9px;
	align-items: center;
}

header#header .main-header-wrapper .for-dropdown {
	position: relative;
}

header#header .main-header-wrapper .for-dropdown ul.inner-dropdown {
	background: #fff;
	position: absolute;
	width: 100px;
	top: 25px;
	display: none;
}

header#header .main-header-wrapper .for-dropdown:hover ul.inner-dropdown {
	display: block;
}

header#header .main-header-wrapper .for-dropdown ul.inner-dropdown li a {
	color: #000;
	padding: 0;
}

header#header .main-header-wrapper .for-dropdown ul.inner-dropdown li {
	border-bottom: 1px solid #ddd;
	padding: 5px 8px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
	header#header .main-header-wrapper a.nav-link {
		padding: 8px 6px;
	}
}

@media(max-width:1200px) {
	header#header .main-header-wrapper a.nav-link {
		font-size: 10px;
	}

	.option-header .select-language img {
		max-width: 22px;
	}

	.option-header .select-language select {
		font-size: 10px;
	}
}

@media(max-width:1100px) {
	.nav-link {
		padding: 0.6rem 0.8rem;
	}

	/* .btn {
		padding: 10px 22px;
	} */
}

/* Laptop Responsive  */


/* header ends here */

/* Mobile Header Starts Here  */
.header-bar {
	display: none;
}

.mobile-header ul.mobile-heaader-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobile-header .mobile-heaader-menu li.nav-items {
	margin-bottom: 9px;
}

.mobile-header .mobile-heaader-menu a.nav-anchor {
	color: var(--default-text-color);
	text-decoration: none;
	font-size: 14px;
	font-family: var(--font-roboto-reg);
}

.mobile-header {
	width: 75%;
	height: 100%;
	position: fixed;
	background-color: var(--light-background-color);
	top: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	z-index: 9;
	transition: 0.7s;
	padding: 78px 20px 0px 20px;
	transform: translateX(150%);
	overflow: scroll;
}

.mobile-header.active {
	transform: translateX(0%);
}

.mobile-header .secondary-header-icon-wrapper {
	margin-bottom: 14px;
}

.mobile-header .header-social-icons-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-header .secondary-header-icon-wrapper ul li a span {
	font-size: 12px;
}

.mobile-header .header-social-icons-wrapper {
	padding-top: 14px;
}

.mobile-header .secondary-header-icon-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-header .secondary-header-icon-wrapper ul li {
	margin-bottom: 6px;
}

.mobile-header .header-social-icons-wrapper ul li {
	margin-bottom: 4px;
	display: inline-block;
	padding: 5px;
}

.mobile-header .close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 26px;
	cursor: pointer;
}

.mobile-header .cancel {
	background: #000000;
	width: 35px;
	text-align: center;
	height: 34px;
	line-height: 33px;
	margin: 0px 20px 20px auto;
	color: #fff;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	font-size: 26px;
}

.colse-header {
	position: absolute;
	top: 11px;
	right: 2px;
}

/* Tablet Responsive  */
@media(max-width:991px) {
	.secondary-header-wraapper .header-social-icons-wrapper {
		padding-top: 20px;
	}

	.secondary-header-wraapper .header-social-icons-wrapper ul {
		justify-content: start;
	}

	.header-bar {
		display: block;
		/* position: absolute;
		right: 28px;
		top: 26px; */
	}

	.header-bar i.fa.fa-bars {
		color: #fff;
	}

	.header-menu-wrapper {
		display: none;
	}

	.secondary-header-wraapper {
		display: none;
	}

	#header .header-btn-wrapper {
		display: none;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive Starts Here  */
@media (max-width:575px) {
	.secondary-header-wraapper .header-social-icons-wrapper {
		padding-top: 20px;
	}

	.secondary-header-wraapper .header-social-icons-wrapper ul {
		justify-content: start;
	}

	.header-bar {
		display: block;
		/* position: absolute;
		right: 28px;
		top: 20px; */
	}

	.header-bar i.fa.fa-bars {
		color: #fff;
	}

	.header-menu-wrapper {
		display: none;
	}

	.secondary-header-wraapper {
		display: none;
	}

	#header .header-btn-wrapper {
		display: none;
	}
}

/* Mobile Responsive Ends Here  */
/* Mobile Header Ends Here  */

/* Team Box Css Start Here */
.team-box .team-img figure {
	margin-bottom: 0;
}

.team-box .team-img img {
	height: 430px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.team-box:hover ul.social-icons {
	transform: translate(0);
}

.team-box ul.social-icons {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 0.6s;
	transform: translateY(80%);
}

.team-box .team-img {
	position: relative;
	overflow: hidden;
}

.team-box ul.social-icons li {
	background: #007033;
	color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-box ul.social-icons li a {
	color: #fff;
}

.team-box ul.social-icons li a i {
	font-size: 20px;
}

.team-box .team-member-name {
	margin-top: 10px;
}

.team-box .team-member-name h3 {
	font-size: 35px;
	line-height: 45px;
	margin: 0;
}

.team-box .team-member-name p {
	margin: 0;
	color: #f8bc26;
	font-size: 17px;
}

/* Team Box Css End Here */

/* Blog Css Start Here */
.blog-box {
	margin-bottom: 40px;
}

.blog-box .blog-img img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 5px;
}

.blog-box .blog-content {
	padding-left: 10px;
}

.blog-box .blog-content .title {
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 10px;
}

.blog-box .blog-content .details {
	padding: 0 0 15px 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.blog-box .blog-content .details li {
	margin-right: 30px;
	font-size: 14px;
}

.blog-box .blog-content .details li .icon {
	margin-right: 5px;
}

.blog-box .blog-content .description {
	font-size: 13px;
}

.blog-box .button-group {
	margin-top: 47px;
}

/* Tablet Responsive  */
@media(max-width:991px) {
	.blog-box .blog-content .title {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 0px;
	}

	.blog-box .blog-content .details {
		padding: 0 0 10px 0;
	}

	.blog-box .blog-content .description {
		font-size: 13px;
	}

	.blog-box .button-group {
		margin-top: 10px;
	}
}

/* Tablet Responsive  */

/* blog Css End Here */

/* banner starts here */
.banner .banner-slider .slides {
	background-image: url("../img/banner-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 200px;
	height: 720px;
}

/* .banner {
	background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
} */
.banner .banner-contents-wrapper h1 {
	color: var(--second-text-color);
	font-size: 34px;
	line-height: 44px;
}

.banner .banner-contents-wrapper h1 span {
	color: var(--extra-color-1);
}

.banner .banner-contents-wrapper p {
	color: var(--second-text-color);
	font-weight: 400;
	font-family: var(--font-default);
}

.banner .banner-contents-wrapper .btn-wrapper {
	margin-top: 25px;
}

.banner .banner-contents-wrapper .btn-wrapper a {
	margin-right: 24px;
}

.banner .banner-cont-wrapper {
	background: #1873424d;
	backdrop-filter: blur(35px);
	/* background-image: url(../img/back.png); */
}

.banner .banner-cont-wrapper p {
	margin: 0px;
	padding: 42px 37px;
	color: var(--second-text-color);
	font-family: var(--font-light);
	font-size: 13px;
	word-wrap: break-word;
}

.banner .banner-cont-wrapper p:empty {
	display: none;
}

.banner .renews-wrapper {
	background: var(--extra-color-2);
	padding: 49px 39px 41px 36px;
	height: 285px;
}

.banner .banner-slider .slick-prev {
	left: 2%;
	z-index: 1;
}

.banner .banner-slider .slick-prev::before {
	background: #fff;
	color: #000;
	content: "\f104";
	font-family: 'FontAwesome';
	position: unset !important;
	width: 25px;
	height: 25px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.banner .banner-slider .slick-next {
	right: 2%;
}

.banner .banner-slider .slick-next::before {
	background: #fff;
	color: #000;
	content: "\f105";
	font-family: 'FontAwesome';
	position: unset !important;
	width: 25px;
	height: 25px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.banner .renews-wrapper h4 {
	line-height: 1.2;
	color: var(--second-text-color);
}

.banner .renews-wrapper p {
    color: var(--second-text-color);
    font-family: var(--font-light);
    font-size: 11px;
    line-height: 17px;
}

.banner .renews-wrapper a {
	color: var(--extra-color-1);
	font-family: var(--font-medium);
}

.banner .banner-video-btn button.video-btn {
	background: #8B8B8A;
	border: 0px;
	position: absolute;
	left: -13%;
	top: -43px;
	padding: 10px;
	border-radius: 50%;
	max-width: 95px;
}

.banner .banner-video-btn button.video-btn img {
	max-width: 100%;
}

.banner .play-video-banner {
	position: relative;
	bottom: -28px;
}

.banner .banner-video-btn {
	position: relative;
}

/* Laptop Responsive */
@media(max-width:1100px) {
	.banner .renews-wrapper {
		padding: 54px 30px 41px 30px;
	}
}

/* Laptop Responsive */

/* Tablet Responsive  */
@media(max-width:991px) {
	.banner .banner-video-btn button.video-btn {
		left: -6%;
	}
	.banner .banner-slider .slick-arrow {
		display: none !important;
	}

	.banner .play-video-banner {
		bottom: -54px;
	}
}

@media (max-width: 768px) {
	.banner .banner-slider .slides {
		padding-top: 100px;
		height: auto;
	}

	.banner .renews-wrapper {
		height: auto;
	}

	.banner .banner-cont-wrapper {
		margin-bottom: 0;
	}
}

/* Tablet Responsive  */


/* Mobile Responsive Starts Here  */
@media (max-width:575px) {
	/* .banner {
		padding-top: 120px;
	} */

	h6.line-heading {
		letter-spacing: 0px;
	}

	.banner .banner-contents-wrapper h1 {
		font-size: 17px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.banner .banner-contents-wrapper p {
		font-size: 12px;
		margin-top: 11px;
	}

	.btn {
		margin-top: 13px;
		font-size: 13px;
	}

	.banner .banner-contents-wrapper .btn-wrapper a {
		margin-right: 0px;
	}

	.banner .banner-cont-wrapper {
		margin: 30px 0px 30px 0px;
	}

	.banner .banner-cont-wrapper p {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		line-height: 1.7;
	}

	.banner .renews-wrapper {
		padding: 100px 12px 30px;
	}

	.banner .banner-video-btn button.video-btn {
		left: 0%;
		top: 0px;
	}

	.banner .renews-wrapper h3 {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 13px;
	}

	.banner .banner-contents-wrapper .btn-wrapper {
		margin-top: 0px;
	}

	.banner .banner-cont-wrapper {
		background: unset;
		backdrop-filter: unset;
	}

}

/* Mobile Responsive Ends Here  */

/* banner ends here */
/* About starts here */
.about-sec {
	padding-top: 70px;
	padding-bottom: 100px;
}

.about-sec .about-content-wrapper ul li {
	padding: 0 0 0 20px;
	position: relative;
}

.about-sec .about-content-wrapper ul li:before {
	content: '';
	background-image: url('../../../assets/front/img/icon.png');
	background-size: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	height: 10px;
}

.about-sec .about-content-wrapper h2 {
	font-size: 43px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.about-sec .about-content-wrapper h2 span {
	color: var(--extra-color-1);
}

.about-sec .about-content-wrapper p {
	/* font-family: var(--font-default);
	font-size: 14px; */
	font-weight: 400;
}

.about-sec .about-content-wrapper p.play-des {
	font-family: var(--font-sembold-italic);
	color: var(--light-black-color);
	opacity: 0.6;
	font-size: 16px;
}

.about-sec .about-content-wrapper ul {
	list-style: none;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.about-sec .about-content-wrapper ul li i {
	color: var(--extra-color-2);
}

.about-sec .about-content-wrapper ul li span {
	margin-left: 15px;
}

.about-sec .about-content-wrapper ul li {
	line-height: 2;
	font-family: var(--font-roboto-reg);
	font-size: 16px;
	color: var(--extra-light);
}

/* Mobile Responsive Starts Here  */
@media (max-width:575px) {
	.about-sec {
		padding-top: 80px;
		padding-bottom: 0px;
	}

	.about-sec .about-content-wrapper {
		padding-top: 30px;
	}

	.about-sec .about-content-wrapper h2 {
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 9px;
	}

	.about-sec .about-content-wrapper ul {
		margin-top: 18px;
	}

	.about-sec {
		padding-top: 50px;
		padding-bottom: 0px;
	}
}

/* Mobile Responsive Ends Here  */

/* About ends here */
/* choose starts here */
.why-choose-sec {
	padding-bottom: 14px;
	background: #f2f8f4;
	padding-top: 76px;
}

.why-choose-sec .choose-content-wrapper ul li {
	position: relative;
	padding-left: 25px;
}

.why-choose-sec .choose-content-wrapper ul li:before {
	content: '';
	background-image: url(../../../assets/front/img/icon.png);
	background-size: 13px;
	position: absolute;
	left: 0;
	top: 7px;
	width: 13px;
	height: 13px;
	z-index: 9;
}

.why-choose-sec .choose-content-wrapper h2 {
	font-size: 43px;
}

.why-choose-sec .choose-content-wrapper h2 span {
	color: var(--extra-color-1);
}

.why-choose-sec .choose-content-wrapper ul {
	padding: 0px;
	list-style: none;
}

.why-choose-sec .choose-content-wrapper ul li {
	display: flex;
}

.why-choose-sec .choose-content-wrapper ul li p {
	margin-left: 11px;
	color: var(--light-black-color);
	font-family: var(--font-default);
}

.why-choose-sec .choose-content-wrapper ul li i {
	margin-top: 4px;
	color: var(--extra-color-2);
}

.why-choose-sec .choose-content-wrapper ul {
	margin-top: 25px;
}

.why-choose-sec .choose-content-wrapper ul li {
	font-family: var(--font-light);
	margin-bottom: 20px;
}

.why-choose-sec .choose-cards-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper {
	display: flex;
	flex: 0 0 48%;
	justify-content: space-between;
	padding: 24px 20px;
	background: #ffffff;
	transition: all 0.4s ease-in-out;
	height: 285px;
	margin-bottom: 20px;
	box-shadow: 1px 3px 9px 2px rgba(214, 203, 203, 0.75);
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-content-wrapper {
	flex: 0 0 80%;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-img-wrapper {
	flex: 0 0 16%;
	position: relative;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-img-wrapper figure {
	margin: 0;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-img-wrapper .img-hove {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper:hover .choose-img-wrapper .img-hove {
	opacity: 1;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper:hover .choose-img-wrapper .main-img {
	opacity: 0;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper:hover {
	background: var(--extra-color-2);
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper:hover .choose-content-wrapper h5 {
	color: var(--second-text-color);
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper:hover .choose-content-wrapper p {
	color: var(--second-text-color);
	opacity: 50%;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-content-wrapper h5 {
	font-size: 22px;
	color: #001628;
}

.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-content-wrapper p {
	color: #001628;
	opacity: 58%;
	font-size: 12px;
}

/* Laptop responsive  */
@media(max-width:1100px) {
	.why-choose-sec .choose-content-wrapper h2 {
		font-size: 36px;
		line-height: 1.3;
	}

	.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-content-wrapper h5 {
		font-size: 20px;
		line-height: 1.2;
	}

	.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-content-wrapper p {
		max-width: 200px;
		overflow: hidden;
		-webkit-line-clamp: 14;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		font-size: 10px;
	}
}

/* Laptop responsive  */

/* Mobile Responsive Starts Here  */

@media(max-width:575px) {
	.why-choose-sec {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.why-choose-sec .choose-content-wrapper h2 {
		font-size: 20px;
		margin-top: 9px;
	}

	.why-choose-sec .choose-cards-wrapper {
		flex-direction: column;
	}

	.why-choose-sec .choose-cards-wrapper .choose-card-wrapper {
		flex-direction: column-reverse;
		text-align: center;
	}

	.why-choose-sec .choose-cards-wrapper .choose-card-wrapper .choose-content-wrapper h5 {
		font-size: 20px;
		margin-top: 10px;
	}

	.why-choose-sec .choose-content-wrapper ul li span {
		font-size: 12px;
	}
}

/* Mobile Responsive Ends Here  */
/* choose ends here */

/* testimonails starts here */
.testimonails-sec .testimonials-card-wrapper {
	background: var(--extra-color-2);
	display: flex;
	height: 307px;
	align-items: center;
	justify-content: space-between;
}
.testimonails-sec .owl-carousel {
	overflow: hidden;
	/* margin-top: 60px; */
}
.testimonails-sec {
	padding-top: 22px;
	padding-bottom: 72px;
	position: relative;
}
.testimonails-sec .owl-carousel .owl-nav {
	position: absolute;
	left: 7%;
	bottom: 0px;
}

.testimonails-sec .owl-carousel .owl-nav button span {
	color: #fff;
	font-size: 30px;
	margin: 0px 5px;
}
section.testimonails-sec::before {
	content: "";
	height: 32%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	background: #f2f8f4;
	z-index: -1;
}

/* .testimonails-sec .testimonials-card-wrapper .testimonails-wrapper {
	flex: 0 0 62%;
	position: relative;
	z-index: 1;
} */

.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper:before {
	content: "";
	position: absolute;
	right: 17%;
	top: 12px;
	z-index: -1;
	height: 100%;
	background-image: url(../img/test.png);
	width: 176px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.testimonails-sec .testimonials-card-wrapper .testimonails-side-img-wrapper {
	flex: 0 0 28%;
	position: relative;
	top: 0px;
}

.testimonails-sec .testimonials-card-wrapper.what {
	flex: 0 0 10%;
}

.testimonails-sec .testimonials-card-wrapper .testimonails-side-img-wrapper img {
	position: absolute;
	top: -161px;
	max-width: 109%;
}

.testimonails-sec .testimonials-card-wrapper .what {
	flex: 0 0 10%;
	background: var(--extra-color-1);
	height: 100%;
	align-self: center;
	display: flex;
	justify-content: end;
	align-items: center;
	overflow: hidden;
}

.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonail-intro-wrapper {
	display: flex;
	align-items: center;
}

.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonail-intro-wrapper .testimonail-img-wrapper img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    margin-top: 15px;
}

.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonail-intro-wrapper .testimonail-name-wrapper {
	margin-left: 19px;
}

.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonail-intro-wrapper .testimonail-name-wrapper h5 {
	color: var(--second-text-color);
}

.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonail-intro-wrapper .testimonail-name-wrapper span {
	color: var(--second-text-color);
}

.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonails-des-wrapper p {
	color: var(--second-text-color);
	font-size: 17px;
	font-family: var(--font-default);
	line-height: 1.7;
	margin-top: 12px;
}

.testimonails-sec .testimonials-card-wrapper .what h6 {
	transform: rotate(180deg);
	font-size: 17px;
	writing-mode: vertical-lr;
	display: inline-block;
	font-family: var(--font-roboto-reg);
}

/* Laptop Responsive */
@media(max-width:1100px) {
	.testimonails-sec .testimonials-card-wrapper .what h6 {
		font-size: 16px;
	}
}

/* Tablet Responsive  */
@media(max-width:991px) {
	.testimonails-sec .testimonials-card-wrapper .what h6 {
		overflow: unset;
		justify-content: center;
	}
}

/* Tablet Responsive  */

/* Laptop Responsive */

/* Mobile Responsive Starts Here  */
@media (max-width:575px) {
	.testimonails-sec {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonail-intro-wrapper .testimonail-name-wrapper h5 {
		color: var(--second-text-color);
		font-size: 20px;
		margin-top: 10px;
	}

	.testimonails-sec .testimonials-card-wrapper .testimonails-side-img-wrapper img {
		display: none;
	}

	.testimonails-sec .testimonials-card-wrapper {
		display: block;
		height: unset;
		align-items: center;
		justify-content: center;
	}

	.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonails-des-wrapper p {
		color: var(--second-text-color);
		font-size: 12px;
		font-weight: 400;
		padding: 0px 5px 0px 5px;
		margin-top: 10px;
		text-align: center;
	}

	.testimonails-sec .testimonials-card-wrapper .what {
		justify-content: center;
		align-items: center;
		height: 100px;
	}

	.testimonails-sec .testimonials-card-wrapper .what h6 {
		transform: unset;
		font-size: 15px;
		text-align: center;
		writing-mode: horizontal-tb;
	}

	.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper .testimonail-intro-wrapper {
		flex-direction: column;
		text-align: center;
	}

	.testimonails-sec .testimonials-card-wrapper .testimonails-wrapper {
		padding: 25px 0px;
	}
}

/* mobile responsive Ends Here  */

/* testimonails ends here */
/* services starts here */
section.services-sec .serv-heading-wrapper p {
	color: var(--light-black-color);
	font-family: var(--font-default);
	font-size: 14px;
}

.services-sec .services-cards-wrapper {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
}

.services-sec .services-cards-wrapper .services-card-wrapper {
	flex: 0 0 20%;
	position: relative;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	/* height: 679px; */
}

.services-sec .services-cards-wrapper .services-card-wrapper img {
	filter: brightness(0.3);
}

.services-sec .services-cards-wrapper .services-card-wrapper .services-content-wrapper {
	position: absolute;
	padding: 20px;
	height: 100%;
	z-index: 10;
	bottom: 0%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.services-sec .services-cards-wrapper .services-card-wrapper:hover .services-content-wrapper a {
	background: transparent;
	color: var(--second-text-color);
}

.services-sec .services-cards-wrapper .services-card-wrapper figure {
	margin: 0px;
}

.services-sec .services-cards-wrapper .services-card-wrapper .services-content-wrapper h3 {
	font-size: 33px;
	color: var(--second-text-color);
	line-height: 1.3;
}

.services-sec .services-cards-wrapper .services-card-wrapper .services-content-wrapper p {
	color: var(--second-text-color);
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 80px;
}

.services-sec .services-cards-wrapper .services-card-wrapper .services-content-wrapper a {
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	height: 96px;
	display: inline-flex;
	width: 96px;
	background: var(--extra-color-1);
	border-radius: 50%;
	justify-content: center;
	font-weight: 500;
	align-items: center;
	font-family: "poppins-med";
}

.services-sec .services-cards-wrapper .services-img-wrapper::before {
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	background: #00703396;
	position: absolute;
	top: 0px;
	z-index: 9;
	transform: translateY(100%);
	transition: all 0.3s ease-in-out;
}

.services-sec .services-card-wrapper:hover .services-img-wrapper::before {
	transform: translateY(0%);
}

.services-sec .services-cards-wrapper .services-img-wrapper {
	position: relative;
}

/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
	.services-sec .services-cards-wrapper {
		flex-direction: column;
	}

	.services-sec .services-cards-wrapper .services-card-wrapper .services-content-wrapper h2 {
		font-size: 20px;
	}

	.services-sec .services-cards-wrapper .services-card-wrapper .services-content-wrapper p {
		font-size: 12px;
	}
}

/* Mobile Responsive Ends Here  */


/* services ends here */
/* / Steps Css Start Here /  */
.work-process {
	padding: 60px 0;
}

.work-process .heading-wrapper {
	max-width: 60%;
}

.work-process .steps-box {
	padding: 200px 0;
	position: relative;
	background-image: url(../img/world-map.png);
	background-size: cover;
	background-position: center center;
}

.work-process .steps-box .steps {
	position: absolute;
	max-width: 25%;
	text-align: center;
}

.work-process .steps-box .step1 {
	bottom: 40px;
	left: 9%;
}

.work-process .steps-box .steps p {
	font-family: var(--font-light);
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.work-process .steps-box .step2 {
	top: 60px;
	left: 27.5%;
}

.work-process .steps-box .step3 {
	left: 20%;
	bottom: 40px;
	right: 0;
	margin: 0px auto;
}

.work-process .steps-box .step4 {
	top: 60px;
	right: 8.5%;
}

.work-process-mobile {
	display: none;
}

/* Tablet Responsive  */
@media(max-width:991px) {
	.work-process .steps-box .steps {
		max-width: 30%;
	}

	.work-process .steps-box .step1 {
		bottom: 65px;
		left: -2%;
	}

	.work-process .steps-box .step2 {
		top: 90px;
		left: 22.5%;
	}

	.work-process .steps-box .step3 {
		left: 28%;
		bottom: 85px;
	}

	.work-process .steps-box .step4 {
		top: 90px;
		right: -4.5%;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
	.work-process {
		display: none;
	}

	.work-process-mobile {
		display: block;
		padding: 30px 0px;
		text-align: center;
	}

	.work-process-mobile .step-img img {
		width: 120px;
		padding: 20px 0px;
	}


}

/* Mobile Responsive Ends Here  */

/* / Steps Css End Here / */
/* quality starts here */
.quality-sec {
	background-image: linear-gradient(to right, #007033d9, #007033d9),
		url("../img/quality-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 75px 0px 65px;
}

.quality-sec .quality-content-wrapper .pro-heading-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.quality-sec .quality-content-wrapper .pro-heading-wrapper h6 {
	font-size: 19px;
	color: var(--second-text-color);
}

.quality-sec .quality-content-wrapper .progress-wrapper {
	background: var(--body-color);
	height: 14px;
	border: 1px solid var(--extra-color-1);
}

.quality-sec .quality-content-wrapper .progress-wrapper .progress {
	height: 5px;
	background: var(--extra-color-1);
	border-radius: 0px;
	margin: 4px 2px;
}

.quality-sec .quality-content-wrapper h2 {
	color: var(--second-text-color);
}

.quality-sec .quality-content-wrapper h2 span {
	color: var(--extra-color-1);
}

.quality-sec .quality-content-wrapper p {
	color: var(--second-text-color);
	font-size: 14px;
}

.quality-sec .quality-content-wrapper .pro-lines-wrapper {
	margin-bottom: 20px;
}

.quality-sec .quality-form-wrapper {
	background: var(--body-color);
	padding: 27px 30px;
}

.quality-sec .quality-form-wrapper .form-group {
	margin-bottom: 1rem;
}

.quality-sec .quality-form-wrapper .form-group input {
	height: 54px;
	border: 0px;
	background: #f8f8f8;
	font-size: 13px;
	font-weight: 400;
	color: #636060;
	font-family: var(--font-light);
}

.quality-sec .quality-form-wrapper .form-group select {
	height: 54px;
	border: 0px;
	background: #f8f8f8;
	font-size: 13px;
	font-weight: 400;
	color: #636060;
	font-family: var(--font-light);
}

.quality-sec .quality-form-wrapper .form-group select:focus,
.quality-sec .quality-form-wrapper .form-group textarea:focus {
	box-shadow: none;
	outline: none;
}

.quality-sec .quality-form-wrapper .form-group textarea {
	border: 0px;
	background: #f8f8f8;
	font-size: 13px;
	font-weight: 400;
	color: #636060;
	padding: 15px .75rem;
	font-family: var(--font-light);
}

/* Mobile Responsive Starts Here  */
@media (max-width:575px) {
	.quality-sec {
		padding: 50px 0px;
	}

	.quality-sec .quality-content-wrapper p {
		font-size: 12px;
	}

	.quality-sec .quality-content-wrapper .pro-heading-wrapper h6 {
		font-size: 15px;
	}

	.quality-sec .quality-form-wrapper .form-group {
		margin-bottom: 0px;
	}

	.quality-sec .quality-form-wrapper .form-group input {
		margin-bottom: 10px;
	}

	.quality-sec .quality-form-wrapper .form-group select {
		margin-bottom: 10px;
	}

	.quality-sec .quality-form-wrapper .form-group textarea {
		margin-bottom: 10px;
	}
}

/* Mobile Responsive Ends Here  */

/* quality ends here */

/* Begin of inner banner of Css */

section.pageheader {
	background-image: url("../img/inner-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 200px;
	padding-bottom: 100px;
}

.banner-content-wrapper h6 {
	font-size: 35px;
	color: #ffffff;
	font-family: "roboto";
	margin: 0;
}

.banner-content-wrapper p {
	font-size: 13px;
	color: #ffffff;
	margin: 0;
}

.banner-content-wrapper p a {
	color: #ffffff;
}

.banner-content-wrapper {
	text-align: center;
}

/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
	.banner-content-wrapper h6 {
		font-size: 33px;
	}
}

/* Mobile Responsive Ends Here  */

/* ================================= */

/* blog starts here */
.blogs-sec {
	padding: 80px 0px;
}

.blogs-sec .blog-sec-heading-wrapper h2 span {
	color: var(--extra-color-1);
}

.blogs-sec .blog-card-wrapper {
	box-shadow: 1px 3px 9px 2px rgba(214, 203, 203, 0.75);
}

.blogs-sec .blog-card-wrapper .blog-img-wrapper img {
	height: 195px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.blogs-sec .blog-card-wrapper .blog-content-wrapper {
	padding: 20px;
	height: 220px;
}

.blogs-sec .blog-card-wrapper .blog-content-wrapper h5 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 70px;
}

.blogs-sec .blog-card-wrapper .blog-img-wrapper {
	position: relative;
	overflow: hidden;
}

.blogs-sec .blog-card-wrapper .blog-img-wrapper .blog-date-wrapper {
	position: absolute;
	bottom: 9px;
	left: 15px;
	background: var(--extra-color-2);
	border-radius: 3px;
}

.blogs-sec .blog-card-wrapper .blog-img-wrapper figure {
	margin: 0px;
}

.blogs-sec .blog-card-wrapper .blog-img-wrapper .blog-date-wrapper h6 {
	margin: 0px;
	font-size: 14px;
	padding: 4px 10px;
	color: var(--second-text-color);
}

.blogs-sec .blog-card-wrapper .blog-content-wrapper h6 {
	font-family: var(--font-light);
	font-size: 14px;
	text-transform: uppercase;
}

.blogs-sec .blog-card-wrapper .blog-content-wrapper h6 i {
	color: var(--extra-color-2);
}

.blogs-sec .blog-card-wrapper .blog-content-wrapper p {
	opacity: 48%;
	font-size: 13px;
	font-weight: 400;
	font-family: var(--font-default);
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blogs-sec .blog-card-wrapper .blog-content-wrapper a {
	text-transform: uppercase;
	color: var(--extra-color-2);
	font-size: 14px;
	font-family: var(--font-default);
}

.blogs-sec .blog-card-wrapper .blog-content-wrapper a i {
	margin-left: 8px;
}

/* Tablet Responsive  */
@media(max-width:991px) {
	.blogs-sec .blog-card-wrapper {
		margin-bottom: 20px;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
	.blogs-sec {
		padding: 50px 0px;
	}

	.blogs-sec .blog-card-wrapper {
		margin-bottom: 20px;
	}
}

/* Mobile Responsive Ends Here  */

/* blog ends here */
/* News letter starts here */
.newsletter {
	margin-bottom: -73px;
}

.newsletter .news-letter-wrapper {
	background: var(--extra-color-2);
	padding: 20px 30px;
	margin: 0px 30px;
	box-shadow: 1px 3px 11px 2px rgba(168, 168, 168, 0.75);
}

.newsletter .news-letter-wrapper .newsletter-content-wrapper h2 {
	color: var(--second-text-color);
	font-size: 37px;
	line-height: 1.3;
	text-transform: capitalize;
}

.newsletter .news-letter-wrapper .newsletter-content-wrapper p {
	font-size: 13px;
	font-family: var(--font-default);
	color: var(--second-text-color);
	font-weight: 400;
}

.newsletter .news-letter-wrapper .newsletter-fields-wrapper input.form-control {
	height: 55px;
	border-radius: 0px;
	border: 1px solid #dcdcdc;
	font-family: var(--font-default);
	margin-right: 11px;
	color: #a3b0b2;
}

.newsletter .news-letter-wrapper .newsletter-fields-wrapper button.btn {
	padding: 10px 40px;
	height: 55px;
	font-size: 14px;
	font-family: var(--font-medium);
	font-weight: 500;
}

/* Laptop Responsive  */
@media(max-width:1100px) {
	.newsletter .news-letter-wrapper .newsletter-content-wrapper h2 {
		font-size: 36px;
		line-height: 1.2;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media(max-width:991px) {
	.newsletter .news-letter-wrapper {
		margin: 0px 0px;
	}
}

/* Tablet Responsive  */


/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
	.newsletter .news-letter-wrapper {
		margin: 0px;
		padding: 20px 10px;
	}

	.newsletter .news-letter-wrapper .newsletter-content-wrapper h2 {
		font-size: 20px;
		line-height: normal;
	}

	.newsletter .news-letter-wrapper .newsletter-content-wrapper p {
		font-size: 12px;
	}

	.newsletter-fields-wrapper .input-group {
		display: block;
	}

	.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
	.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
		display: block;
		width: 100%;
	}
}

/* Mobile Responsive Ends Here  */

/* News letter ends here */
/* Footer starts here */
footer {
	padding-top: 200px;
	/* background-image: url("../img/footer-bg.png"); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

footer .footer-widget-wrapper .footer-content-wrapper p {
	font-family: var(--font-default);
	color: var(--default-text-color);
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}

footer .footer-heading-wrapper {
	margin-bottom: 31px;
}

footer .footer-heading-wrapper h5 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 20px;
}

footer .footer-link-wrapper ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

footer .footer-link-wrapper ul li a i {
	margin-right: 14px;
	color: var(--extra-color-2);
}

footer .footer-link-wrapper ul li a {
	margin-bottom: 12px;
	display: block;
	font-family: var(--font-light);
	color: var(--default-text-color);
	font-size: 13px;
}

footer .footer-detail-icons-wrapper ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

footer .footer-detail-icons-wrapper ul li a i {
	margin-right: 14px;
	color: var(--extra-color-2);
	margin-top: 4px;
}

footer .footer-detail-icons-wrapper ul li a {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
	font-family: var(--font-light);
	color: var(--default-text-color);
	font-size: 13px;
}

footer .footer-social-icons-wrapper ul {
	padding: 0px;
	list-style: none;
	display: flex;
}

footer .footer-social-icons-wrapper ul li {
	margin-right: 8px;
}

footer .footer-social-icons-wrapper ul li a {
	background: var(--extra-color-2);
	display: block;
	height: 23px;
	width: 23px;
	text-align: center;
	color: var(--second-text-color);
	font-size: 15px;
}

footer .footer-des-wrapper p {
	font-size: 13px;
	opacity: 78%;
	color: var(--default-text-color);
}

/* Laptop Responsive  */
@media(max-width:1200px) {
	footer .footer-link-wrapper ul li a {
		font-size: 12px;
	}

	footer .footer-link-wrapper ul li a i {
		margin-right: 3px;
	}
}

/* Laptop Responsive  */

/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
	footer {
		padding-top: 130px;
		background-image: unset;
	}

	footer .footer-logo-wrapper a img {
		width: 60%;
	}

	footer .footer-widget-wrapper {
		text-align: left;
	}

	footer .footer-heading-wrapper {
		margin-bottom: 10px;
	}

	footer .footer-detail-icons-wrapper ul li a {
		margin-bottom: 10px;
	}

	footer .footer-widget-wrapper .footer-content-wrapper p {
		margin-top: 0px;
	}

	footer .d-flex {
		display: block !important;
	}

}

/* Mobile Responsive Ends Here  */

/* Mobile Responsive Starts Here  */

/* Footer ends here */
/* copyright starts here */
div#copyright {
	margin-top: 41px;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	padding: 20px 0px;
}

div#copyright p {
	margin: 0px;
}

/* Mobile Responsive Starts Here  */
@media(max-width:575px) {
	div#copyright {
		margin-top: 0px;
	}
}

/* Mobile Responsive Ends Here  */

/* copyright ends here */