html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*:focus {
	outline: 0;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #cccccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #424242;
	border-radius: 5px;
}

body {
	position: relative;
	background: #ffffff;
	color: #515151;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.6rem;
	direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3D3D3D;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: inherit;
}

.display-1 {
	font-size: 3rem;
	line-height: 3.75rem;
}

h1 {
	font-size: 1.8rem;
	line-height: 2.25rem;
}

h2 {
	font-size: 1.75rem;
	line-height: 2rem;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.3rem;
}

h6 {
	font-size: 1rem;
	line-height: 1.125rem;
}

.font-48 {
	font-size: 48px;
	line-height: 60px;
}

.font-36 {
	font-size: 36px;
	line-height: 42px;
}

.font-30 {
	font-size: 30px;
	line-height: 36px;
}

ul,
ol,
dl,
figure {
	margin: 0;
	padding: 0;
}

figure {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

span,
strong {
	font-size: 14px;
	line-height: 24px;
}

p {
	font-size: 14px;
	margin-bottom: 0.5rem;
}

small {
	color: #5E5E5E;
	font-size: 12px;
	line-height: 16px;
}

ul li,
ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	margin-bottom: 0;
}

ol,
ul {
	padding-left: 0;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.img-fluid {
	width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus {
	text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
	color: #8CC835 !important;
	font-weight: 400;
	display: inline-block;
}

.active-link:hover {
	text-decoration: none;
	color: #8CC835;
}

a,
dt {
	color: #525252;
	outline: none;
	text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
	color: #8CC835;
	text-decoration: none;
}

.btn {
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active,
.btn.active {
	outline: none;
	box-shadow: none;
}

.btn-button {
	position: relative;
	background-color: #8CC835;
	border: #8CC835 1px solid;
	border-radius: 0.25rem;
	box-shadow: none;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	color: #ffffff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	padding: 0.5rem 1.5rem;
	text-transform: capitalize;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	cursor: pointer;
}

.btn-button:hover,
.btn-button:focus {
	background-color: #5B920B;
	border: #5B920B 1px solid;
	box-shadow: none;
	color: #fff;
	outline: none;
}

.btn-button i {
	margin-left: 6px;
}

.btn-outline {
	background-color: unset;
	border: #8CC835 1px solid;
	color: #8CC835;
}

.btn-outline:hover {
	background-color: #8CC835;
	border: #8CC835 1px solid;
	box-shadow: none;
	color: #ffffff;
}

.btn-read {
	display: inline-block;
	position: relative;
	color: #8CC835;
	font-size: 1rem;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
}

.btn-read i {
	margin-left: 6px;
	font-size: 12px;
}

.btn-read:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #8CC835;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
	background-color: none;
	border: none;
	box-shadow: none;
	outline: none;
	color: #8CC835;
}

.form-group {
	position: relative;
}

.form-control,
.form-select {
	position: relative;
	background-image: none;
	border: 1px solid #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #898989;
	outline: none;
	height: 45px;
	font-size: 0.875rem !important;
	padding: 0 15px;
}

.form-control:focus,
.form-select:focus {
	background-color: none;
	border-color: none;
	border: 1px solid #888888;
	box-shadow: none;
	color: #898989;
	outline: 0;
}

input,
textarea,
select,
button {
	outline: none;
	font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	height: 45px;
	font-size: 0.875rem !important;
	padding: 0 20px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	border: none;
	outline: none;
	box-shadow: none;
	border-color: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-moz-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-webkit-appearance: textfield;
}

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

.form-control.ndate-picker {
	background-color: #ffffff;
}

.form-label {
	margin-bottom: .2rem;
}

label {
	display: inline-block;
	font-weight: 500;
	font-size: .875rem;
	margin-bottom: 0;
}

.title-widget {
	position: relative;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
	position: relative;
	color: #3D3D3D;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 10px;
	-webkit-animation: animatedIntro 1.5s;
	-ms-animation: animatedIntro 1.5s;
	-o-animation: animatedIntro 1.5s;
	animation: animatedIntro 1.5s;
}

.title-widget span,
.title-widget span,
.title-widget span,
.title-widget span,
.title-widget span,
.title-widget span {
	color: #05ADEE;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-transform: capitalize;
}

.position-relative {
	position: relative !important;
	z-index: 1;
}

.py-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.py-60 {
	padding: 60px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.py-50 {
	padding: 50px 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.py-30 {
	padding: 30px 0;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.py-20 {
	padding: 20px 0;
}

.pt-20 {
	padding-top: 20px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.p-0 {
	padding: 0 !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.size-28 {
	width: 28px;
	height: 28px;
	stroke: #383B46;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.size-24 {
	width: 24px;
	height: 24px;
	stroke: #383B46;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.size-20 {
	width: 20px;
	height: 20px;
	stroke: #383B46;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.size-18 {
	width: 18;
	height: 18;
	stroke: #383B46;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.size-16 {
	width: 16px;
	height: 16px;
	stroke: #383B46;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.size-12 {
	width: 16px;
	height: 16px;
	stroke: #383B46;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

hr {
	background-color: rgba(237, 237, 237, 1);
	opacity: 1;
}

.line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px solid rgba(237, 237, 237, 1);
}



.bg-primary {
	background-color: #8CC835 !important;
}

.bg-light {
	background-color: #F4F7F7 !important;
}

.bg-blue {
	background-color: #05ADEE;
}

.bg-dark {
	background-color: #020006;
}

.bg-orange {
	background-color: #F58261;
}

.bg-secondary {
	background-color: #051642;
}

.bg_gradient {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 100), rgba(240, 242, 246, 100));
}

.section-content {
	position: relative;
	padding: 50px 0 80px 0;
}

main.section-all {
	min-height: 500px;
}

/******** header ********/

header {
	position: relative;
}

.header-right {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	padding: 30px 0;
}

.h-top_rit {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

/******** banner ********/
.slider-banner {
	position: relative;
	background-color: #f5f5f5;
}

.slider-banner .carousel-inner {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 1;
	overflow: hidden;
}

.slider-banner .carousel-inner .carousel-item {
	display: block;
	height: 100%;
	min-height: 1px;
}

.slider-banner .carousel-inner .carousel-item img {
	object-position: center center;
	object-fit: cover;
	height: 100%;
	/* height: 850px !important; */
}

.slider-caption {
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	z-index: 1;
}

.carousel-caption-info {
    color: #FFFFFF;
    background-color: rgb(0, 0, 0, 0.7);
    padding: 20px;
    z-index: 1;
}

.carousel-caption-info h3 {
	display: block;
	color: #fff;
	font-size: 48px;
	line-height: 54px;
	font-weight: 900;
	/*text-transform: capitalize;*/
}

.carousel-caption-info h3 span {
	display: block;
	color: #05ADEE;
	font-size: 44px;
	line-height: 54px;
	font-weight: 900;
}

.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.carousel-control-next {
    right: 3%;
}
.carousel-control-prev {
    left: 3%;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 45%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 15%; */
    padding: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 0;
    font-size: 20px;
    /* opacity: .5; */
    transition: opacity .15s ease;
    z-index: 9;
}

/*** service-section ***/
.service-section {
	position: relative;
}

.position-vac {
	color: #8CC835;
	display: block;
	font-size: 15px;
	font-weight: 600;
}

.content-wrap:hover {
	background-color: rgba(18, 131, 137, 0.16);
}

.pt-100 {
	padding-top: 100px;
}

.welcone-wrap {
	padding-left: 30px;
}

.pr-5 {
	padding-right: 3px !important;
}

.pl-5 {
	padding-left: 3px !important;
}

.icon-title {
	color: #ffffff;
	font-size: 35px;
}

.frame-wrap {
	position: relative;
}

.frame-img {
	position: relative;
	overflow: hidden;
}

.image-card {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.image-card img {
	border-radius: 0;
	object-fit: cover;
	height: 300px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.frame-img:hover .image-card img {
	border-radius: 0;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.image_card-1 {
	border-radius: 0;
	object-fit: cover;
	height: 400px;
}

.servie_1 {
	position: relative;
	background: #05ADEE;
}

.servie_2 {
	position: relative;
	background: #8CC835;
}

.service-content p small {
	color: #ffffff;
}


.content-info {
	position: relative;
	padding: 40px;
	/*height: 100%;*/
}

.image-card_1 {
	object-fit: cover;
	height: 300px;
}


.btn-lg {
	background-color: #05ADEE;
	border: 1px solid #05ADEE;
	padding: 1rem 2rem;
}

.proccess-section {
	position: relative;
	background-color: rgba(50, 173, 238, 0.1);
}

.proccess-section::after {
	position: absolute;
	content: "";
	background: url(../assets/images/Vector.png) no-repeat;
	height: 114px;
	width: 100%;
	top: 35%;
}

.proccess_wrap {
	position: relative;
}

.thumb-circle {
	position: relative;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	height: 86px;
	width: 86px;
	text-align: center;
	line-height: 86px;

}

.count-info {
	position: absolute;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	top: -6px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	left: 0;
	text-align: center;
}



.thumb-circle i {
	color: #ffffff;
	font-size: 48px;
}

.info-holder h6 {
	color: #3D3D3D;
	font-weight: 600;
}

.ection-subscribe {
	position: relative;
}

.section-subscribe {
	position: relative;
}
.subscribe-from {
	position: relative;
	width: 100%;
	padding-left: 50px;
}

.subscribe-from input {
	position: relative;
	border: none;
	background: #ffffff;
	border-radius: 4px;
	color: #707070;
	font-size: 16px;
	outline: none;
	line-height: 50px;
	height: 50px;
	text-align: left;
	padding: 0 20px;
	width: 70%;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.subscribe-from .subscribe-button {
	position: relative;
	background: #8CC835;
	border: none;
	border-radius: 4px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 0 30px;
	width: 25%;
	text-transform: capitalize;
}

.section-subscribe::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 313px;
    height: 178px;
    background-image: url(../assets/images/pattern1.png);
    background-repeat: no-repeat;
}
.section-subscribe::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 141px;
    height: 158px;
    background-image: url(../assets/images/line-plane.png);
    background-repeat: no-repeat;
}
.patern-img {
	position: absolute;
	content: '';
	left: 30px;
	top: -30px;
	width: 70px;
	height: 70px;
	background-color: #ffffff;
	border-radius: 100%;
	z-index: 1;
}


footer {
	position: relative;
	padding: 30px 0 20px 0;
}

.footer-link li {
	list-style: none;
	font-size: 15px;
	line-height: 32px;
}

.contact-info h6 {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.contact-info address {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0.6rem;
}

.contact-info p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}


.social-widgets {
	position: relative;
}

.social-widgets ul li {
	display: inline-block;
	font-size: 0.875em;
	text-align: center;
	margin-bottom: 6px;
	margin-left: 5px;
}

.social-widgets ul li a {
	border-radius: 100%;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0 2px;
	margin-bottom: 6px;
	text-align: center;
}

.social-widgets ul li:nth-child(1) a {
	background: #1974d0;
	color: #ffffff;
}

.social-widgets ul li:nth-child(2) a {
	background: #1596e7;
	color: #ffffff;
}

.social-widgets ul li:nth-child(3) a {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #ffffff;
}

.social-widgets ul li:nth-child(4) a {
	background: #db0505;
	color: #ffffff;
}

.about-company h5 {
	color: #ffffff;
	font-size: 20px;
	font-family: 'Sansita', sans-serif;
	font-style: italic;
	text-transform: uppercase;
}

.about-company small {
	color: #89B6E9;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.copy-right p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 0 !important;
	text-transform: capitalize;
	margin: 0;
}

.copy-right p a {
	color: #666666;
}

.copy-right p span {
	color: #8CC835;
}

.copy-right p a:hover {
	color: #8CC835;
	text-decoration: underline;
}

/******** all page css *******/
.site_page-title-inner {
	position: relative;
}

.page-titleShape {
	position: relative;
	padding: 120px 0 120px 0;
}

.page-titleShape::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.60) 45%, rgba(0, 0, 0, 0.96));
	/* background-size:  !important;
	background-position: center top !important; */
	background-repeat: no-repeat !important;
	z-index: 1;
}

.highlight-box ul li {
  position: relative;
  line-height: 35px;
font-size: 14px;
  padding-left: 22px;
}

.highlight-box ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ce";
  width: 12px;
  position: absolute;
  height: 12px;
  background-size: contain;
  color: #05ADEE;
  left: 0;
  top: 0px;
  display: inline-block;
  font-size: 12px;
}

.page-title {
	position: relative;
	z-index: 2;
}

.page-title ul li {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
	padding: 10px 0;
}

.page-title ul li a {
	color: #25AAE2;
}

.page-title ul li+li::before {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 10px;
	/* height: 5px;
	width: 5px; */
	display: inline-block;
	margin: 0 5px 0 8px;
	/* background-color: #1e8943; */
	/* border-radius: 4px; */
}

.page-title h3 {
	color: #fff;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 0;
}

.list-item li {
	position: relative;
	font-size: 0.875rem;
	font-weight: 400;
	list-style-type: disc;
	list-style-position: inside;
	margin: 2px 0;
}

.sm-grid {
	display: inline-block;
}

.sm_mbl-block {
	display: none;
}

.dropbtn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
}

#myInput {
	box-sizing: border-box;
	background-image: url('../assets/icons/search.png');
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 14px 20px 12px 45px;
	border: none;
	border-bottom: 1px solid transparent;
}

#myInput:focus {
	outline: 3px solid transparent;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 230px;
	overflow: auto;
	border: none;
	z-index: 1;
	right: 0;
	top: 100px;
}

.dropdown-content a {
	color: #666;
	font-size: 14px;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}


.cont-icon {
	display: flex;
	background-color: #8CC835;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	line-height: 45px;
	width: 45px;
	height: 45px;
	font-size: 20px;
	text-align: center;
	padding: 0px 10px;
	margin-right: 10px;
}

.sidebar-widget {

	overflow: auto;
}

.sidebar-widget ul li {
	background-color: #EBEBEB;
	display: block;
	margin-bottom: 3px;
}

.sidebar-widget ul li:last-child {
	border-bottom: none;
}

.sidebar-widget ul li a {
	display: block;
	border-radius: 0;
	color: #515151;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 20px;

}

.sidebar-widget ul li a.active {
	background-color: #8CC835;
	color: #fff !important;
}

.sidebar-widget ul li a:hover {
	background-color: #8CC835;
	color: #fff !important;
}

.company-info {
	padding: 25px 15px;
}

.cnt-info {
	display: block;
}

.section-title {
    text-align: center;
    color: #8CC835;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: 0;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    /* -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); */
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 16px;
    color: #3D3D3D !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #3D3D3D !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


.accordion {
	width: 90%;
	max-width: 1000px;
	margin: 2rem auto;
  }
  .accordion-item {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	color: #4f4f4f;
	margin: 1rem 0;
	border-radius: 0 !important;
	/* box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1); */
  }
  .accordion-item:not(:first-of-type) {
	border-top: 1px solid #dbdbdb;
  }
  .accordion-item-header {
	padding: 0.5rem 3rem 0.5rem 1rem;
	min-height: 3.5rem;
	line-height: 1.25rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
  }
  .accordion-item-header::after {
	content: "\002B";
	font-size: 1rem;
	position: absolute;
	right: 1rem;
  }
  .accordion-item-header.active::after {
	content: "\2212";
  }
  .accordion-item-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
	padding: 1rem;
	line-height: 1.5rem;
	border-top: 1px solid;
	border-image: linear-gradient(to right, transparent, #8897a7, transparent) 1;
  }
  
  .frame-img.service-card img{
  height: 275px;
  object-fit: cover;
}
/********responsive css*********/


@media (max-width: 1280px) {
	.container {
		max-width: calc(100% - 30px);
		padding: 0 30px;
	}

}

@media (max-width: 992px) {
	.container {
		max-width: calc(100% - 20px);
		padding: 0 10px;
	}

	.navik-header .logo img {
		width: 120px;
	}

	.header-right {
		position: absolute;
		display: inline-block;
		right: 50px;
		top: 0;
		padding: 20px 0;
		/* padding: 30px 0; */
	}

	.h-top_rit {
		display: inline-block;
	}

	.search-box {
		margin-top: 5px;
	}

	.dropdown-content {
		right: 0;
		top: 80px;
	}

	.navik-header .logo {
		text-align: left;
		padding: 20px 0px;
	}

	.navik-menu ul li>a {
		padding: 6px 15px;
	}

	.navik-menu ul li.current-menu>a,
	.navik-menu ul li:hover>a {
		color: #ffffff;
		background-color: #;
	}

	.py-60 {
		padding: 40px 0;
	}

	.pb-60 {
		padding-bottom: 40px;
	}

	.title-widget h1,
	.title-widget h2,
	.title-widget h3,
	.title-widget h4,
	.title-widget h5,
	.title-widget h6 {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.font-32,
	.font-28,
	.font-36 {
		font-size: 1.5rem;
	}

	.burger-menu {
		font-size: 30px;
		top: 20px;
	}

	.display-1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}



}

@media (max-width: 768px) {

	.btn-button {
		font-size: 0.75rem;
		padding: 0.6rem 1.125rem;
	}

	.mt-50 {
		margin-top: 30px;
	}

	.title-widget span,
	.title-widget span,
	.title-widget span,
	.title-widget span,
	.title-widget span,
	.title-widget span {

		font-size: 14px;

		line-height: 24px;

	}

	.navik-header-container {
		position: relative;
	}

	.slider-banner .carousel-inner .carousel-item img {
		object-position: center center;
		object-fit: cover;
		height: 450px !important;
	}

	.carousel-caption-info h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.slider-caption {
		bottom: 2%;
    left: 10%;
    right: 10%;
}
	

	.carousel-caption-info h3 span {
		font-size: 36px;
		line-height: 40px;
	}

}

@media (max-width: 576px) {

	.font-48 {
		font-size: 1.75rem;
	}

	.font-24 {
		font-size: 1.25rem;
	}


	.subscribe-from {
		padding-left: 0;
	}

	.subscribe-from input {
		width: 1000%;
	}

	.subscribe-from .subscribe-button {
		width: 100%;
	}

	.phone-info {
		display: none;
	}
		.slider-banner .carousel-inner .carousel-item img {
		object-position: center center;
		object-fit: cover;
		height: 200px !important;
	}
.carousel-caption-info {
    padding:10px;
}
	.carousel-caption-info h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.carousel-caption-info h3 span
{
    		font-size: 12px;
		line-height: 16px;
}

	.carousel-caption-info p{
	    /*display:none;*/
	    font-size: 10px;
        line-height: 12px;
	}
.carousel-control-next, .carousel-control-prev {

    width: 30px;
    height: 30px;
   }
   
.carousel-control-next-icon, .carousel-control-prev-icon {

    width: 1rem;
    height: 1rem;
}
}
@media (max-width:480px) {
	.dropdown-content {
		right: -55px;
		top: 80px;
	}

	.frame-img {
		transform: inherit;
		-ms-transform: inherit;
		-webkit-transform: inherit;
	}

	.frame-tittle {
		transform: inherit;
		-ms-transform: inherit;
		-webkit-transform: inherit;
	}



}

.icon {
    color: #01a0dc;
}