:root {
  --thm-font: "Heebo", sans-serif; /* Headings */
  --thm-b-font: "Rubik", sans-serif; /* Body font */
  --thm-base: #00ACB1; /* Primary color */
  --thm-base-hover: #00787b; /* Primary hover */
  --thm-base-rgb: 0, 172, 177; /* Primary rgb */
  --thm-base-hue: #d0feff; /* Primary low hue */
  --thm-secondary: #005963; /* Secondary */
  --thm-secondary-hover: #004148; /* Secondary hover */
  --thm-secondary-rgb: 0, 89, 99; /* Secondary rgb */
  --thm-b-text: #686a6f; /* Body text */
  --thm-b-text-rgb: 104, 106, 111; /* Body text rgb */
  --thm-border: #EBF2F3; /* Borders */
  --thm-border-rgb: 225, 225, 225; /* Borders rgb */
}

@media (max-width: 575px) {
	.about-area .about-caption {
		margin-bottom: 35px
	}
}

.about-area .about-caption p {
	font-size: 16px;
	color: #64676c;
	line-height: 1.6;
	margin-bottom: 35px;
	padding-right: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-caption p {
		padding-right: 20px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-caption p {
		padding-right: 0px
	}
}

@media (max-width: 575px) {
	.about-area .about-caption p {
		padding-right: 0px
	}
}

.about-area .about-caption ul {
	margin-bottom: 75px
}

@media (max-width: 575px) {
	.about-area .about-caption ul {
		margin-bottom: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-caption ul {
		margin-bottom: 50px
	}
}

.about-area .about-caption ul li {
	color: #000;
	font-size: 16px
}

.about-area .about-caption ul li span {
	color: #2d3092;
	font-size: 30px;
	position: relative;
	top: 4px;
	margin-right: 14px
}

.about-area .about-img {
	position: relative
}

.about-area .about-img .about-font-img {
	position: absolute;
	z-index: 0;
	left: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-img .about-font-img img {
		width: 106%
	}
}

@media (max-width: 575px) {
	.about-area .about-img .about-font-img img {
		width: 100%
	}
}

.about-area .about-img .about-back-img {
	position: absolute;
	top: 60px;
	right: -180px;
	z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.about-area .about-img .about-back-img {
		right: -10px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-img .about-back-img {
		right: -19px
	}
}

.about-area .about-img .about-back-img img {
	border: 10px solid #f2f2f2
}

@media (max-width: 575px) {
	.about-area .about-img .about-back-img img {
		width: 90%
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-img .about-back-img {
		position: unset
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-img .about-back-img {
		position: unset
	}
}

@media (max-width: 575px) {
	.about-area .about-img .about-back-img {
		position: unset
	}
}





.section-padding2 {
	padding-top: 100px;
	padding-bottom: 60px;
	border-bottom:15px solid #f4f4f4;
}

.section-padding3 {
	padding-top: 40px;
	
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.section-padding2 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding2 {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding2 {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
	.section-padding2 {
		padding-top: 20px;
		padding-bottom: 0;
	}
}




@media (max-width: 575px) {
	.about-area .about-caption {
		margin-bottom: 35px
	}
}

.about-area .about-caption p {
	font-size: 16px;
	color: #64676c;
	line-height: 3.8rem;
	margin-bottom: 35px;
	padding-right: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-caption p {
		padding-right: 20px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-caption p {
		padding-right: 0px
	}
}

@media (max-width: 575px) {
	.about-area .about-caption p {
		padding-right: 0px;
		width: 30rem;
		font-size: 14px;
	}
}

.about-area .about-caption ul {
	margin-bottom: 75px
}

@media (max-width: 575px) {
	.about-area .about-caption ul {
		margin-bottom: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-caption ul {
		margin-bottom: 50px
	}
}

.about-area .about-caption ul li {
	color: #000;
	font-size: 16px
}

.about-area .about-caption ul li span {
	color: #2d3092;
	font-size: 30px;
	position: relative;
	top: 4px;
	margin-right: 14px
}

.about-area .about-img {
	position: relative
}

.about-area .about-img .about-font-img {
	position: absolute;
	z-index: 0;
	left: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-img .about-font-img img {
		width: 106%
	}
}

@media (max-width: 575px) {
	.about-area .about-img .about-font-img img {
		width: 100%
	}
}

.about-area .about-img .about-back-img {
	position: absolute;
	top: 60px;
	right: -180px;
	z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.about-area .about-img .about-back-img {
		right: -10px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-img .about-back-img {
		right: -19px
	}
}

.about-area .about-img .about-back-img img {
	border: 10px solid #f2f2f2
}

@media (max-width: 575px) {
	.about-area .about-img .about-back-img img {
		width: 90%;
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-img .about-back-img {
		position: unset
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-img .about-back-img {
		position: unset
	}
}

@media (max-width: 575px) {
	.about-area .about-img .about-back-img {
		position: unset
	}
}

@media (max-width: 575px) {
	.about-caption {
		margin-bottom: 35px
	}
}


.mb-50 {
	margin-bottom: 50px;
	margin-left: 20px;
}




@media (max-width: 575px) {
	.section-tittle {
		margin-bottom: 50px;
		text-align: left !important
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle {
		margin-bottom: 50px
	}
}

.section-tittle span {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 22px;
	color: #29b4c9;
	text-transform: uppercase;
	display: inline-block;
	position: relative
}

@media (max-width: 575px) {
	.section-tittle span {
		font-size: 14px;
		padding-left: 60px
	}
}

.section-tittle span::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #29b4c9;
	top: 0;
	left: -67px;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width: 575px) {
	.section-tittle span::before {
		left: 0px
	}
}

.section-tittle h2 {
	font-size: 40px;
	display: block;
	color: #1b737e;
	font-weight: 800
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle h2 {
		font-size: 31px;
		text-align: center
	}
}

@media (max-width: 575px) {
	.section-tittle h2 {
		text-align: left;
		font-size: 27px
	}
}

.section-tittle2 span {
	margin-left: 72px
}

@media (max-width: 575px) {
	.section-tittle2 span {
		width: 200px;
		margin-left: 0
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle2 h2 {
		text-align: left
	}
}

@media (max-width: 575px) {
	.section-tittle2 h2 {
		text-align: left;
		font-size: 27px
	}
}

.mb-35 {
	margin-bottom: 35px
}

.mb-30 {
	margin-bottom: 10px
}

.btn {
	border: none;
	padding: 18px 58px 18px 19px;
	text-transform: capitalize;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	background-size: 200%;
	transition: 0.6s;
	box-shadow: 0px 7px 21px 0px rgba(0,0,0,0.12);
	/*background-image: linear-gradient(to left, #559af3, #1462f3, #559af3);*/
	background-image: linear-gradient(to left, #23b4c6, #298ca5, #23b4c6)
}

.btn i {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	left: 26px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.btn:hover i {
	left: 30px
}

.btn:hover {
	background-position: right
}

.btn.focus,.btn:focus {
	outline: 0;
	box-shadow: none
}

.about-btn {
	padding: 19px 97px 19px 20px
}

.about-btn i {
	left: 43px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.about-btn:hover i {
	left: 46px
}

.about-btn2 {
	padding: 19px 97px 19px 20px;
	border: none;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	background-size: 200%;
	transition: 0.6s;
	box-shadow: 0px 7px 21px 0px rgba(0,0,0,0.12);
	background-image: linear-gradient(to left, #9ea0af, #7a7c8a, #9ea0af)
}

.about-btn2 i {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	left: 43px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.about-btn2:hover i {
	left: 46px
}



/* Services */
.sigma_service{
  display: block;
  background-color: #fff;
  border: 2px solid var(--thm-border);
  padding: 40px;
  text-align: center;
  transition: .3s;
  margin-bottom: 30px;
  color: var(--thm-b-text);
  position: relative;
}

.sigma_service.border .sigma_service-thumb{
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--thm-border);
}
.sigma_service.border .sigma_service-thumb::before{
  content: '';
  position: absolute;
  top: 10px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--thm-base);
  transition: .3s;
}
.sigma_service.border .sigma_service-thumb::after{
  content: '';
  position: absolute;
  bottom: 10px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--thm-base);
  transition: .3s;
}

.sigma_service .sigma_service-thumb img{
  width: 100%;
}

.sigma_service.primary-bg:hover,
.sigma_service.primary-bg{
  background-color: var(--thm-base);
  border: 0;
}
.sigma_service.secondary-bg:hover,
.sigma_service.secondary-bg{
  background-color: var(--thm-secondary);
  border: 0;
}

.sigma_service.border.primary-bg .sigma_service-thumb::after,
.sigma_service.border.primary-bg .sigma_service-thumb::before,
.sigma_service.border.secondary-bg .sigma_service-thumb::after,
.sigma_service.border.secondary-bg .sigma_service-thumb::before{
  background-color: #fff;
}

.sigma_service.border:hover .sigma_service-thumb::after{
  bottom: -4px;
  left: 47px;
}
.sigma_service.border:hover .sigma_service-thumb::before{
  top: -4px;
  right: 47px;
}

.sigma_service.bg-white{
  border: 0;
}

.sigma_service.style-1.bg-white:hover .btn-link,
.sigma_service.style-1.bg-white:hover p,
.sigma_service.style-1.bg-white:hover h5{
  color: var(--thm-secondary);
}
.sigma_service.style-1.bg-white:hover i{
  color: var(--thm-base);
}

.sigma_service i{
  font-size: 60px;
  color: var(--thm-base);
  line-height: 1;
  transition: .3s;
}
.sigma_service .btn-link{
  margin-top: 20px;
  font-weight: 600;
  display: block;
}
.sigma_service .btn-link i{
  color: var(--thm-secondary);
  margin-left: 5px;
}
.sigma_service-thumb{
  margin-bottom: 40px;
}
.sigma_service h5{
  margin-bottom: 10px;
  transition: .3s;
}
.sigma_service p{
	font-size: 15px;
  margin: 0;
  transition: .3s;
  line-height: 4rem;
}
.sigma_service:hover{
  background-color: var(--thm-base);
  transform: translateY(-3px);
}
.sigma_service.style-1:hover .btn-link,
.sigma_service.style-1:hover i,
.sigma_service.style-1:hover p,
.sigma_service.style-1:hover h5{
  color: #fff;
}



/* Style 16 */
/*.col-lg-3.col-md-4.col-sm-6{
	width: 285px;
	height: 313px;
}*/
.sigma_service{
  display: block;
  background-color: #fff;
  border: 2px solid var(--thm-border);
  padding: 40px;
  text-align: center;
  transition: .3s;
  margin-bottom: 30px;
  color: var(--thm-b-text);
  position: relative;
}

.sigma_service-sec.style-16.section{
 /* padding: 60px 0 20px;*/
}

.sigma_service.style-16,
.sigma_service.style-18{
  text-align: left;
  padding: 30px 20px 20px;
  margin-bottom: 65px;
}

.sigma_service.style-16:hover,
.sigma_service.style-18:hover{
  background-color: transparent;
  transform: none;
}

.sigma_service.style-16 .sigma_service-thumb,
.sigma_service.style-18 .sigma_service-thumb{
  width: 80px;
  height: 80px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 16px rgba(0,0,0,.06);
  margin: -70px 0 26px;
  background-color: #fff;
}

.sigma_service.style-18 .sigma_service-thumb{
  margin: 0 20px 0 10;
}

.sigma_service.style-16 .sigma_service-thumb i,
.sigma_service.style-18 .sigma_service-thumb i{
  font-size: 44px;
  color: var(--thm-secondary);
}

.sigma_service.style-16 .sigma_service-body .btn-link{
  font-size: 0;
  font-weight: 600;
  margin-top: 12px;
}
.sigma_service.style-16 .sigma_service-body .btn-link i{
  font-size: 26px;
  margin-left: 0;
}

.sigma_service.style-16:hover .sigma_service-body .btn-link{
  font-size: 16px;
}
.sigma_service.style-16:hover .sigma_service-body .btn-link i{
  margin-left: 12px;
}

.sigma_service.style-6 .sigma_service-body .btn-link,
.sigma_service.style-8 .sigma_service-body .btn-link,
.sigma_service.style-9 .sigma_service-body .btn-link,
.sigma_service.style-11 .sigma_service-body .btn-link,
.sigma_service.style-16 .sigma_service-body .btn-link,
.sigma_service.style-17 .sigma_service-body .btn-link{
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.sigma_service.style-8 .sigma_service-body .btn-link i,
.sigma_service.style-16 .sigma_service-body .btn-link i,
.sigma_service.style-17 .sigma_service-body .btn-link i{
  color: var(--thm-base);
}

.sectionh5{
	font-family: var(--thm-font);
  font-weight: 600;
  color: #005963;
  font-size: 18px;
}


