@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap");
body {
  font-size: 15px;
  font-weight: 400;
  font-family: "Livvic", sans-serif;
  color: #444444;
  line-height: 1.6;
}

p {
  font-weight: 400;
  color: #444444;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #252525;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}



.top-header {
  padding: 7px 0 10px;
  background-color: #418d5f;
}




.top-head-left {
  float: left;
}
.top-head-left .top-contact {
  position: relative;
  display: inline-block;
}

.top-head-left .top-contact h3 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
}
.top-head-left .top-contact h3 a {
  color: #ffffff;
  margin-bottom: 0;
  text-decoration: none;
}
.top-head-left .top-contact h3 a:hover {
  color: #262e3e;
}

.top-header-right {
  float: right;
}
.top-header-right .top-header-social {
  display: inline-block;
}
.top-header-right .top-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header-right .top-header-social ul li {
  display: inline-block;
  top: 1px;
  position: relative;
}
.top-header-right .top-header-social ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
}
.top-header-right .top-header-social ul li a:hover {
  color: #262e3e;
}
.mobile-nav {
  display: none;
}

.main-nav {
  background-color: #ffffff;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a::before, .main-nav nav .navbar-nav .nav-item .active::before {
  opacity: 1;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #252525;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #008f63;
  opacity: 0;
  transition: 0.7s;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  transform: scale(0);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e1e1e1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #252525 !important;
  position: relative;
  z-index: 1;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #008F55;
  transition: 0.9s;
  z-index: -1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ffffff !important;
  border-radius: 0;
  padding-left: 35px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  width: 100%;
}




.sticky-nav {
  top: 0;
  position: fixed;
  transition: 0.7s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .main-nav {
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}


.banner-slider-area {
  position: relative;
}
.banner-slider-area .owl-dots {
  margin-top: 0px !important;
  position: absolute;
  display: grid;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 10px;
}
.banner-slider-area .owl-dots .owl-dot span {
  background-color: rgba(251, 251, 251, 0.2470588235) !important;
  transition: 0.7s;
  margin: 7px 7px;
  width: 40px !important;
  height: 40px !important;
  border: 10px solid rgba(251, 251, 251, 0.2470588235);
}
.banner-slider-area .owl-dots .owl-dot.active span {
  background-color: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #06c78b;
}
.banner-slider-area .owl-dots .owl-dot:hover span {
  background-color: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #06c78b;
}

.banner-item {
  position: relative;
  z-index: 1;
  background-position: center center;
  /* object-fit: cover */
  background-size:100% 100%;

  background-repeat: no-repeat;
}
.banner-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* background-color: #070b3b; */
  /* background-color: #008f63ab; */
  /* background-color: #008f6387; */
  opacity: 0.7;
}

.banner-item-content {
  /* padding-top: 130px; */
  padding-top: 80px;
  padding-bottom: 50px;
}
.banner-item-content span {
  font-size: 15px;
  font-weight: 500;
  color: #dffff5;
  padding: 10px 25px;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  background: #262d40;
}
.banner-item-content h1 {
  margin-top: 25px;
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  max-width: 600px;
  margin-bottom: 20px;
}
.banner-item-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  max-width: 660px;
  margin-bottom: 35px;
}

.item-bg1 {
  background-image: url(../images/ban1.png);
}

.item-bg2 {
  background-image: url(../images/ban2.png);
}

.item-bg3 {
  background-image: url(../images/ban1.png);
}




.title-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.sub-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	/* font-family: var(--title-font); */
	letter-spacing: 4px;
	color: #418d5f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-bottom: 24px;
	text-transform: uppercase;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -0.34em
}
.sub-title::before {
	content: '';
	height: 2px;
	width: 60px;
	background: #418d5f;
	display: inline-block
}
.sub-title::after {
  content: '';
  height: 2px;
  width: 60px;
  background: #418d5f;
  display: inline-block;
}
@media (max-width: 375px) {
	.sub-title::before {
		display: none
	}
}
@media (max-width: 375px) {
	.sub-title::after {
		display: none
	}
}
.title-area .sec-title {
  margin-bottom: 18px;
}
.sec-title {
  margin-bottom: -11px;
  margin-top: -0.2em;
  text-transform: capitalize;
}
.about-sec-2-left .img-box1 {
  text-align: start;
}
.img-box1 {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%
}

.img-box1 .img1 img {
	border-radius: 20px
}
.about-sec-2-left .img-box1 .shape1 {
  border: 8px solid #fff;
  height: 218px;
  width: 218px;
  border-radius: 50%;
  top: 36px;
  right: 43px;
}
.img-box1 .shape1 {
  position: absolute;
  top: 54%;
  right: 26px;
  z-index: 3;
  border-radius: 20px;
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
.about-sec-2-left .img-box1 .shape1 img {
  border-radius: 50%;
}
.img-box1 .img2 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.about-sec-2-left .img2 img {
  border-radius: 40px;
}
.about-sec-2-left .year-counter {
  top: 62%;
  right: -55px;
  text-align: center;
}
.year-counter {
  position: absolute;
  right: -10px;
  top: 80px;
}
.year-counter .rotate-text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.year-counter_text-small {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-align: start;
}
.about-sec-2-left .year-counter_text-big {
  font-size: 34px;
  margin-bottom: 70px;
}
.year-counter_text-big {
  font-size: 36px;
  color: #A1A6B0;
  margin-bottom: 84px;
}
.year-counter_number {
  
  font-size: 70px;
  font-weight: 700;
  color: #418d5f;
  line-height: 50px;
  margin-bottom: 20px;
}

.about-sec-2 .title-area {
  margin-bottom: 30px;
}
.about-sec-2 .about-bottom-box-wrap {
  max-width: 500px;
}
.about-sec-2 .about-bottom-box-wrap .about-bottom__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
  gap: 15px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 28px;
}
.about-sec-2 .about-bottom-box-wrap .about-bottom__icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: red;
  border-radius: 24px;
  color: #fff;
  font-size: 32px;
}
.about-sec-2 .about-bottom-box-wrap .about-bottom__icon i {
  -webkit-transition: .4s;
  transition: .4s;
}
.about-sec-2 .about-bottom-box-wrap .about-bottom__box-title {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 600;
  margin-top: -0.15em;
}
.about-sec-2 .about-bottom-box-wrap .about-bottom__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-bottom: 28px
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box:last-child {
	margin-bottom: 0
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box:hover .about-bottom__icon i {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box:nth-child(2) .about-bottom__icon {
	background-color: #ffc702;
	color: #000000;
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box:nth-child(3) .about-bottom__icon {
	background-color: #8CC63F;
	color: #000000;
}



.about-sec-2 .about-bottom-box-wrap .about-bottom__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box-title {
	font-size: 22px;
	margin-bottom: 8px;
	font-weight: 600;
	margin-top: -0.15em
}

.about-sec-2 .about-bottom-box-wrap .about-bottom__box-text {
	margin-bottom: -0.15em
}
/*==================================
Services Area 
=================================*/
.services-area {
  background-color: #007853;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}
.sp-color1{
  color: #ffffff;
}
.services-area .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.services-area .section-title p {
  color: #ffffff;
  /* max-width: 760px; */
}

.services-card {
  padding: 30px 20px 25px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #232e3c;
  border-radius: 272px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}
.services-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 170px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}
.services-card i {
  color: #0071dc;
  font-size: 60px;
  line-height: 1;
  transition: 0.7s;
}
.services-card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  transition: 0.7s;
  height: 50px;
}
.services-card h3 a {
  display: block;
  color: #252525;
  transition: 0.7s;
}
.services-card p {
  margin-bottom: 12px;
  transition: 0.7s;
  /* height: 200px; */
  display: inline;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.services-card .learn-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  transition: 0.7s;
}
.services-card .learn-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #252525;
  transition: 0.7s;
}
.services-card .learn-btn:hover {
  color: #ffffff;
}
.services-card .learn-btn:hover i {
  color: #ffffff;
}
.services-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}
.services-card:hover i {
  color: #ffffff;
}
.services-card:hover h3 a {
  color: #ffffff;
}
.services-card:hover p {
  color: #ffffff;
}
.services-card:hover .learn-btn {
  color: #ffffff;
}
.services-card:hover .learn-btn i {
  color: #ffffff;
}

.services-card-color-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 40px 30px 35px;
  border-radius: 15px;
}

.services-left {
  margin-bottom: 30px;
}
.services-left .section-title {
  margin-bottom: 20px;
}
.services-left .section-title p {
  padding-top: 17px;
}

.services-style-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.service-shape img {
  max-width: 400px;
}

.services-area-two {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}
.services-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/services/services-bg.png);
}
.services-area-two .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.services-item {
  position: relative;
  margin-bottom: 80px;
  transition: 0.7s;
}
.services-item:hover {
  transform: translateY(-5px);
}
.services-item:hover .content h3 a {
  color: #ffc221;
}
.services-item a {
  display: block;
}
.services-item a img {
  border-radius: 5px;
}
.services-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 82%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 20px 20px 100px;
  margin-bottom: 30px;
}
.services-item .content i {
  font-size: 60px;
  position: absolute;
  top: 17px;
  left: 20px;
  line-height: 1;
  color: #0071dc;
}
.services-item .content span {
  color: #0071dc;
}
.services-item .content h3 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 0;
}
.services-item .content h3 a {
  color: #252525;
}

.services-area-three {
  background-color: #f8f8f8;
}
.services-area-three .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}

.services-widget-area .section-title h2 {
  color: #252525;
}

.services-style-area .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}
.services-style-area .section-title p {
  max-width: 600px;
}

.service-article .service-article-img {
  margin-bottom: 25px;
}
.service-article .service-article-img img {
  border-radius: 15px;
}
.service-article .service-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-article-content p {
  margin-bottom: 20px;
}
.service-article .service-article-content .service-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.service-article .service-article-content .service-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
}
.service-article .service-article-content .service-article-list li:hover {
  color: #0071dc;
}
.service-article .service-article-content .service-article-list li:hover i {
  color: #ffc221;
}
.service-article .service-article-content .service-article-list li:last-child {
  margin-bottom: 0;
}
.service-article .service-article-content .service-article-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}
.service-article .service-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-article-another p {
  margin-bottom: 20px;
}
.service-article .service-article-another .service-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}
.service-article .service-article-another .service-article-another-img img {
  border-radius: 15px;
}
.service-article .service-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-work-process p {
  margin-bottom: 30px;
}
.service-article .work-process-card p {
  margin-bottom: 0;
}
.default-btn {
  display: inline-block;
  padding: 12px 32px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #418d5f;
}
.work-process-area .section-title h2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.work-process-left {
  background-color: #070b3b;
  padding: 148px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/shape/bg-shape.png);
}
.work-process-left .section-title {
  margin-bottom: 30px;
}
.work-process-left .section-title h2 {
  color: #ffffff;
}
.work-process-left .default-btn {
  margin: 0 auto;
}

.work-process-card {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70px;
  height: 55px;
  background-color: #0071dc;
  border-radius: 0 0 0 270px;
  opacity: 0.1;
  transition: 0.7s;
}
.work-process-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1.2;
}
.work-process-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.work-process-card p {
  margin-bottom: 0;
}
.work-process-card .number {
  font-size: 24px;
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 15px;
}

.work-process-area-two {
  position: relative;
}

.work-shape {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.work-process-card-two {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 23px;
  margin-bottom: 30px;
}
.work-process-card-two .number-title {
  font-size: 30px;
  color: #0071dc;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.work-process-card-two h3 {
  margin-bottom: 15px;
}
.work-process-card-two p {
  margin-bottom: 0;
}

.work-process-right {
  background-color: #070b3b;
  padding: 138px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/shape/bg-shape2.png);
}
.work-process-right .section-title {
  margin-bottom: 30px;
}
.work-process-right .section-title h2 {
  color: #ffffff;
}
.work-process-right .default-btn {
  margin: 0 auto;
}

.work-process-card-three {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 23px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-card-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 85px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 0 0 0 100%;
  opacity: 0.1;
  transition: 0.7s;
}
.work-process-card-three .number-title {
  font-size: 30px;
  color: #0071dc;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.work-process-card-three h3 {
  margin-bottom: 15px;
}
.work-process-card-three p {
  margin-bottom: 0;
}
.work-process-card-three i {
  font-size: 30px;
  color: #0071dc;
  position: absolute;
  top: 7px;
  right: 15px;
}
.work-process-card svg{
  font-size: 30px;
  color: #008F55;
}
/*==================================
Case Study Area 
=================================*/
.case-study-area .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-item {
  position: relative;
  margin-bottom: 80px;
}
.case-study-item a {
  display: block;
}
.case-study-item a img {
  border-radius: 15px;
  height: 300px;
  background-size: cover;
  object-fit: cover;
  border: 7px ridge #007a57;
}
.case-study-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgb(7 36 1 / 37%);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.case-study-item .content h3 {
  margin-bottom: 5px;
}
.case-study-item .content h3 a {
  color: #252525;
}
.case-study-item .content h3:hover a {
  color: #0071dc;
}
.case-study-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-study-item .content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #444444;
  font-weight: 500;
  position: relative;
}
.case-study-item .content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 2px;
  height: 15px;
  background-color: #444444;
  transform: skew(-20deg);
}
.case-study-item .content ul li a {
  color: #444444;
}
.case-study-item .content ul li:last-child {
  margin-left: 0;
}
.case-study-item .content ul li:last-child::before {
  display: none;
}
.case-study-item .content ul li:hover a {
  color: #008f63;
}
.case-study-item .content .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 20px;
  color: #008f63;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #e6f1fc;
  transition: 0.5s;
}
.case-study-item .content .more-btn:hover {
  background-color: #0071dc;
  color: #ffffff;
}
.case-study-item:hover .content h3 a {
  color: #008f63;
}
.case-study-item:hover .content .more-btn {
  background-color: #008f63;
  color: #ffffff;
}

.case-article .case-article-img {
  margin-bottom: 25px;
}
.case-article .case-article-img img {
  border-radius: 15px;
}
.case-article .case-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-article-content p {
  margin-bottom: 20px;
}
.case-article .case-article-content .case-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.case-article .case-article-content .case-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
}
.case-article .case-article-content .case-article-list li:hover {
  color: #0071dc;
}
.case-article .case-article-content .case-article-list li:hover i {
  color: #ffc221;
}
.case-article .case-article-content .case-article-list li:last-child {
  margin-bottom: 0;
}
.case-article .case-article-content .case-article-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 5px;
  transition: 0.5s;
}
.case-article .case-article-content .case-article-list.case-article-ls li i {
  top: -1px;
}
.case-article .case-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-article-another p {
  margin-bottom: 20px;
}
.case-article .case-article-another .case-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}
.case-article .case-article-another .case-article-another-img img {
  border-radius: 15px;
}
.case-article .case-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-work-process p {
  margin-bottom: 30px;
}

.case-play-btn {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.case-play-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/build/build-play-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.case-play-btn .case-play {
  font-size: 40px;
  color: #0071dc;
  width: 80px;
  height: 80px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 85px;
  text-align: center;
  position: relative;
  transition: 0.7s;
  animation: pulse 3s ease-out infinite;
}
.case-play-btn .case-play i {
  position: relative;
  top: 1px;
  left: 3px;
}
.case-play-btn .case-play:hover {
  border-radius: 0;
  transform: scale(1);
}
.case-play-btn .case-play:hover::before {
  border-radius: 0;
  animation: none;
}

.case-study-area-two {
  position: relative;
  z-index: 1;
}
.case-study-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-color: #070b3b;
}
.case-study-area-two .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
/*==================================
Clients Area
=================================*/
.clients-area {
  position: relative;
  z-index: 1;
  background-color: #00684a;
}
.clients-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clients-area .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.clients-area .owl-nav {
  margin-top: 0;
}
.clients-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7%;
  font-size: 25px !important;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 42px !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.clients-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}
.clients-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7%;
  color: #444444 !important;
  font-size: 25px !important;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.clients-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}

.clients-area-two {
  background-color: #ffffff;
}
.clients-area-two .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #252525;
}

.clients-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding: 30px 40px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.clients-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 10px;
}
.clients-content .content {
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}
.clients-content .content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: unset !important;
  width: 85px !important;
  height: 85px !important;
}
.clients-content .content i {
  position: absolute;
  bottom: -10px;
  left: 60px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #006a4d;
  color: #ffffff;
  text-align: center;
}
.clients-content .content h3 {
  padding-top: 20px;
  margin-bottom: 0;
}
.clients-content .content span {
  margin-bottom: 0;
}
.clients-content p {
  margin-bottom: 0;
}

.client-circle .client-circle-1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.client-circle .client-circle-2 {
  position: absolute;
  top: 40%;
  left: 3%;
}
.client-circle .client-circle-3 {
  position: absolute;
  top: 75%;
  left: 0%;
}
.client-circle .client-circle-4 {
  position: absolute;
  top: 10%;
  right: 20%;
}
.client-circle .client-circle-5 {
  position: absolute;
  top: 25%;
  right: 5%;
}
.client-circle .client-circle-6 {
  position: absolute;
  top: 70%;
  right: 0;
}
.client-circle .client-circle-7 {
  position: absolute;
  bottom: 5%;
  right: 35%;
}

.circle {
  width: 40px;
  height: 40px;
  background-color: #00684a ;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 13px solid #f6fbff;
}

.clients-content-color {
  background-color: #070b3b;
}
.clients-content-color::before {
  background-color: #070b3b;
}
.clients-content-color .content h3 {
  color: #ffffff;
}
.clients-content-color .content span {
  color: #ffffff;
}
.clients-content-color p {
  color: #ffffff;
}

.clients-area-three {
  background-color: #f4f4ff;
  position: relative;
  z-index: 1;
}
.clients-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/shape/bg-shape5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.clients-area-three .owl-nav {
  margin-top: 0;
  line-height: 0;
}
.clients-area-three .owl-nav .owl-prev {
  position: absolute;
  bottom: 90px;
  left: 575px;
  font-size: 25px !important;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}
.clients-area-three .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}
.clients-area-three .owl-nav .owl-next {
  position: absolute;
  bottom: 90px;
  left: 620px;
  color: #444444 !important;
  font-size: 24px !important;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}
.clients-area-three .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}

.clients-slider-img {
  position: relative;
  z-index: 1;
  text-align: center;
}
.clients-slider-img img {
  width: unset !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.clients-slider-img .clients-slider-circle {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -35px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  height: 90%;
  animation: border-transform 15s infinite ease-in-out;
  background-image: linear-gradient(#0071dc, #070b3b);
}

.clients-slider-content {
  margin-bottom: 90px;
}
.clients-slider-content i {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  line-height: 82px;
  font-size: 40px;
  background-color: #0071dc;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.clients-slider-content i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #0071dc;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}
.clients-slider-content p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}
.clients-slider-content h3 {
  margin-bottom: 7px;
  color: #0071dc;
}
.clients-slider-content span {
  margin-bottom: 0;
  font-weight: 500;
}

.owl-item.active .clients-slider-item .clients-slider-img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}
.owl-item.active .clients-slider-item .clients-slider-content i {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.1s;
}
.owl-item.active .clients-slider-item .clients-slider-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.5s;
}
.owl-item.active .clients-slider-item .clients-slider-content h3 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.7s;
}
.owl-item.active .clients-slider-item .clients-slider-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.9s;
}
.blog-area  {
  padding-top: 10px;
  padding-bottom: 60px;
}
.blog-card {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.9s;
  border: 1px solid #f1f1f1;
}
.blog-card .blog-img {
  position: relative;
}
.blog-card .blog-img img {
  border-radius: 5px;
}
.blog-card .blog-img .blog-tag {
  background-color: #008f63;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 5px;
  text-align: center;
}
.blog-card .blog-img .blog-tag h3 {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-card .blog-img .blog-tag span {
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
}
.blog-card .content {
  padding: 25px 30px;
}
.blog-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-card .content ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}
.blog-card .content ul li a {
  color: #444444;
}
.blog-card .content ul li a i {
  font-size: 20px;
  color: #0071dc;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.blog-card .content ul li a:last-child {
  margin-right: 0;
}
.blog-card .content ul li a:hover {
  color: #ffc221;
}
.blog-card .content ul li a:hover i {
  color: #0071dc;
}
.blog-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}
.blog-card .content h3 a {
  color: #252525;
}
.blog-card .content p {
  margin-bottom: 8px;
}
.blog-card .content .read-btn {
  color: #0071dc;
  font-size: 15px;
  font-weight: 600;
}
.blog-card .content .read-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.blog-card .content .read-btn:hover {
  color: #252525;
  letter-spacing: 0.25px;
}
.blog-card:hover {
  transform: translateY(-10px);
}
.blog-card:hover .content h3 a {
  color: #008f63;
}

.blog-item {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.9s;
}
.blog-item .blog-img {
  position: relative;
}
.blog-item .blog-img img {
  border-radius: 5px;
}
.blog-item .blog-img .blog-tag {
  background-color: #0071dc;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.7s;
  color: #ffffff;
}
.blog-item .blog-img .blog-tag:hover {
  background-color: #ffffff;
  color: #0071dc;
}
.blog-item .blog-img2 {
  position: relative;
}
.blog-item .blog-img2 img {
  border-radius: 5px;
  padding: 20px;
  background-color: #e6f1fc;
}
.blog-item .blog-img2 .blog-tag {
  background-color: #0071dc;
  padding: 10px 14px 8px;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}
.blog-item .blog-img2 .blog-tag h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: 600;
}
.blog-item .blog-img2 .blog-tag span {
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
.blog-item .blog-img3 {
  position: relative;
}
.blog-item .blog-img3 img {
  border-radius: 5px;
}
.blog-item .blog-img3 .blog-tag {
  background-color: #0071dc;
  padding: 10px 14px 8px;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}
.blog-item .blog-img3 .blog-tag h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: 600;
}
.blog-item .blog-img3 .blog-tag span {
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
.blog-item .content {
  padding: 25px 21px;
}
.blog-item .content ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.blog-item .content ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  color: #444444;
  font-weight: 500;
}
.blog-item .content ul li i {
  font-size: 18px;
  color: #0071dc;
  margin-right: 5px;
  position: relative;
  top: 3px;
  transition: 0.7s;
}
.blog-item .content ul li a {
  color: #444444;
}
.blog-item .content ul li a i {
  font-size: 20px;
  color: #0071dc;
  margin-right: 5px;
  position: relative;
  font-size: 18px;
  transition: 0.7s;
}
.blog-item .content ul li a:last-child {
  margin-right: 0;
}
.blog-item .content ul li a:hover {
  color: #0071dc;
}
.blog-item .content ul li a:hover i {
  color: #ffc221;
}
.blog-item .content h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.blog-item .content h3 a {
  color: #252525;
}
.blog-item .content p {
  margin-bottom: 8px;
}
.blog-item .content .read-btn {
  color: #0071dc;
  font-size: 14px;
  font-weight: 600;
}
.blog-item .content .read-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.blog-item .content .read-btn:hover {
  color: #252525;
  letter-spacing: 0.25px;
}
.blog-item:hover {
  transform: translateY(-10px);
}
.blog-item:hover .content h3 a {
  color: #0071dc;
}

.blog-article {
  margin-bottom: 30px;
}
.blog-article .blog-article-img {
  margin-bottom: 30px;
  position: relative;
}
.blog-article .blog-article-img img {
  border-radius: 15px;
}
.blog-article .blog-article-img .blog-article-tag {
  background-color: #ffc221;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 3px;
  text-align: center;
}
.blog-article .blog-article-img .blog-article-tag h3 {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-article .blog-article-img .blog-article-tag span {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
}
.blog-article .blog-article-title {
  margin-bottom: 20px;
}
.blog-article .blog-article-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-title ul li {
  display: inline-block;
  font-size: 15px;
  color: #252525;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}
.blog-article .blog-article-title ul li:last-child {
  margin-right: 0;
}
.blog-article .blog-article-title ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #0071dc;
}
.blog-article .blog-article-title h2 {
  margin-top: 15px;
  font-size: 26px;
  max-width: 650px;
  margin-bottom: 0;
  color: #252525;
}
.blog-article .article-content {
  padding-bottom: 10px;
}
.blog-article .article-content p {
  margin-bottom: 20px;
}
.blog-article .article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 20px 30px 20px 50px;
  margin-left: 35px;
}
.blog-article .article-content .blockquote p {
  font-size: 15px;
  color: #444444;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.blog-article .article-content .blockquote span {
  font-size: 15px;
  color: #252525;
  font-weight: 600;
}
.blog-article .article-content .blockquote i {
  font-size: 35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  background-image: linear-gradient(to right, #070f60, #0071dc);
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 24%;
  left: -35px;
}
.blog-article .blog-article-share {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.blog-article .blog-article-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 3px;
  transition: 0.7s;
  color: #252525;
  font-weight: 400;
  margin-right: 5px;
}
.blog-article .blog-article-share .blog-tag ul li:last-child {
  margin-right: 0;
}
.blog-article .blog-article-share .blog-tag ul li i {
  color: #0071dc;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.blog-article .blog-article-share .blog-tag ul li a {
  color: #ffffff;
  background-color: #0071dc;
  padding: 5px 12px;
  border-radius: 10px;
  font-size: 14px;
}
.blog-article .blog-article-share .blog-tag ul li:hover a {
  background-color: #ffc221;
}
.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.blog-article .blog-article-share .social-icon li a {
  border-radius: 0;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #0071dc;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog-article .blog-article-share .social-icon li a:hover {
  background-color: #0071dc;
  color: #ffffff;
}
.blog-article .comments-wrap {
  margin-bottom: 30px;
}
.blog-article .comments-wrap .comment-title .title {
  font-size: 24px;
  margin-bottom: 0;
  color: #252525;
}
.blog-article .comments-wrap .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .comments-wrap .comment-list li {
  position: relative;
  padding: 30px;
  padding-left: 75px;
  border-bottom: 1px solid #e1e1e1;
}
.blog-article .comments-wrap .comment-list li:last-child {
  margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li img {
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 50%;
}
.blog-article .comments-wrap .comment-list li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #252525;
}
.blog-article .comments-wrap .comment-list li span {
  font-size: 15px;
  color: #252525;
}
.blog-article .comments-wrap .comment-list li p {
  margin-top: 10px;
  margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li a {
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 0;
}
.blog-article .comments-wrap .comment-list li a:hover {
  color: #ffc221;
}
.blog-article .comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-article .comments-form .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #252525;
}
.blog-article .comments-form .contact-form {
  box-shadow: none;
  padding: 0;
  background-color: #ffffff;
}
.blog-article .comments-form .default-btn {
  width: unset;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.search-widget .search-form {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  color: #252525;
  border-radius: 5px;
}
.search-widget .search-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.search-widget .search-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 45px;
  width: 45px;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #0071dc;
  line-height: 57px;
  border-radius: 5px;
}
.search-widget .search-form button i {
  color: #ffffff;
  font-size: 24px;
}
.search-widget .search-form button:hover {
  background-color: #252525;
}

.side-bar-area {
  margin-left: 15px;
}

.side-bar-widget {
  background-color: #ffffff;
}
.side-bar-widget .title {
  font-size: 20px;
  color: #252525;
  padding: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background-color: transparent;
  width: 100%;
}
.side-bar-widget .side-bar-categories {
  margin-bottom: 15px;
}
.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.side-bar-widget .side-bar-categories ul li .line-circle {
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #0071dc;
  border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li .line-circle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background-color: #0071dc;
  border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: none;
}
.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #444444;
  font-weight: normal;
  padding: 5px 0 5px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.side-bar-widget .side-bar-categories ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #444444;
}
.side-bar-widget .side-bar-categories ul li a:hover {
  color: #0071dc;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #0071dc;
}
.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
}
.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #070b3b;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-details.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-img2.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-img3.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog/blog-img1.jpg);
}
.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 0;
}
.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  max-width: 210px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #252525;
  margin-bottom: 5px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #0071dc;
}
.side-bar-widget .widget-popular-post .item .info p {
  font-size: 15px;
  margin-bottom: 0;
  max-width: 180px;
  color: #0071dc;
}
.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  margin: 5px;
  color: #ffffff;
}
.side-bar-widget .side-bar-widget-tag li a {
  color: #ffffff;
  padding: 7px 15px;
  background-color: #0071dc;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  transition: 0.7s;
}
.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
  background-color: #ffc221;
}
.side-bar-widget .blog-gallery {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.side-bar-widget .blog-gallery li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.side-bar-widget .blog-gallery li a {
  display: block;
  position: relative;
}
.side-bar-widget .blog-gallery li a img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.side-bar-widget .blog-gallery li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0071dc;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
}
.side-bar-widget .blog-gallery li a::after {
  content: "\ee93";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  text-align: center;
  background-color: transparent;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 35px;
  font-family: "boxicons";
  color: #ffffff;
}
.side-bar-widget .blog-gallery li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.side-bar-widget .blog-gallery li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.blog-style-card {
  margin-bottom: 30px;
}
.blog-style-card .blog-style-img {
  position: relative;
}
.blog-style-card .blog-style-img img {
  border-radius: 15px;
}
.blog-style-card .blog-style-img .blog-style-tag {
  background-color: #ffc221;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 3px;
  text-align: center;
}
.blog-style-card .blog-style-img .blog-style-tag h3 {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-style-card .blog-style-img .blog-style-tag span {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
}
.blog-style-card .content {
  padding: 30px 0 0;
}
.blog-style-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-style-card .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #252525;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}
.blog-style-card .content ul li:last-child {
  margin-right: 0;
}
.blog-style-card .content ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #0071dc;
}
.blog-style-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-style-card .content h3 a {
  color: #252525;
  display: block;
}
.blog-style-card .content p {
  margin-bottom: 15px;
}
.blog-style-card .content .default-btn {
  padding: 8px 16px;
  font-size: 14px;
}
.blog-style-card:hover .content h3 a {
  color: #0071dc;
}
.footer-area {
  background-color: #00583d;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
  margin-bottom: 20px;
  position: relative;
  top: -5px;
}
.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.2;
}
.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 300px;
}
.footer-widget .footer-call-content {
  background-color: #ffffff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  max-width: 345px;
}
.footer-widget .footer-call-content:hover i {
  background-color: #0071dc;
  color: #ffffff;
}
.footer-widget .footer-call-content h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
  color: #252525;
}
.footer-widget .footer-call-content span a {
  color: #252525;
  font-weight: 600;
}
.footer-widget .footer-call-content span a:hover {
  color: #0071dc;
}
.footer-widget .footer-call-content i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #e5f3ff;
  color: #0071dc;
  border-radius: 50px;
  transition: 0.7s;
}
.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-list li a {
  color: #ffffff;
  font-weight: 400;
}
.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.footer-widget .footer-list li a:hover {
  color: #03c700;
}
.footer-widget .footer-blog {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-blog li {
  display: block;
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
}
.footer-widget .footer-blog li:hover h3 a {
  color: #262e3e;
}
.footer-widget .footer-blog li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-blog li a {
  display: block;
}
.footer-widget .footer-blog li a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}
.footer-widget .footer-blog li h3 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
  max-width: 200px;
}
.footer-widget .footer-blog li h3 a {
  color: #ffffff;
  line-height: 1.4;
}
.footer-widget .footer-blog li h3 a:hover {
  color: #262e3e;
}
.footer-widget .footer-blog li span {
  font-size: 14px;
  color: #262e3e;
}
.footer-widget .newsletter-area .newsletter-form {
  position: relative;
  max-width: 270px;
  border-radius: 5px;
}
.footer-widget .newsletter-area .newsletter-form .form-control {
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 0;
  padding: 0 45px 0 15px;
  max-width: 100%;
  color: #252525;
  font-weight: 400;
}
.footer-widget .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #0071dc;
  color: #ffffff;
  height: 45px;
  line-height: 50px;
  width: 45px;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  transition: 0.5s;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #252525;
  color: #ffffff;
}
.footer-widget .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

.copy-right-area {
  padding: 15px 0;
  border-top: 1px solid rgb(255 255 255 / 38%);
}

.copy-right-text {
  text-align: center;
}
.copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}
.copy-right-text p a {
  color: #262e3e;
  border-bottom: 1px solid #ffffff;
}
.copy-right-text p a:hover {
  color: #0071dc;
  border-color: #ffffff;
}

/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #0071dc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  transition: 0.5s;
}
.go-top i {
  transition: 0.5s;
}
.go-top:hover {
  background-color: #262e3e;
}
.go-top.active {
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}




/*==================================
Preloader CSS End
=====================================*/
/*==================================
Home Page Six Css
=====================================*/




.navbar-brand img{
  height: 70px;
  width: auto;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: 0 0;
  padding: 20px 0 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  height: 70px;
}
.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #008f63;
  text-decoration: none;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #008f63;
  position: relative;
  height: 4px;
  margin-top: -5px;
  top: 8px;
  border-radius: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 70px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #677294;
  border-top: 1px solid #dbeefd;
  text-decoration: none;
}
.mean-container .mean-nav ul li a.active {
  color: #000;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: #677294;
  border-top: 1px solid #dbeefd;
  opacity: 1;
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 2;
  font-weight: 700;
  background: 0 0;
  border: none !important;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
.mean-nav .dropdown-toggle::after,
.mobile-nav {
  display: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item:hover a,
.mobile-nav.mean-container .mean-nav ul li a.active {
  color: #008f63;
}
.main-nav {
  background: #fff;
  top: 0;
  left: 0;
  /* padding-top: 15px;
  padding-bottom: 15px; */
  width: 100%;
  z-index: 999;
  height: auto;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.main-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  /* color: #fff; */
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #0d1028;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  padding: 20px 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 15px;
  margin: 0;
  display: block;
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu,
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu,
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #fff;
  text-transform: capitalize;
}
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    /* top: 13px; */
    z-index: 999;
    left: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 130px;
  }
  .mean-container .mean-bar {
    background-color: #fff;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 20px 15px 0 0;
    margin-top: 3px;
  }
  .mobile-nav nav .navbar-nav {
    height: auto;
    overflow-y: scroll;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .main-nav {
    display: none !important;
  }
}

.top-contact i {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .top-header-right {
      float: none;
      text-align: center;
      margin-top: 5px;
  }
  .top-head-left {
    margin-top: 3px;
    float: none;
    text-align: center;
}
.banner-item-content span {
  font-size: 15px;
  font-weight: 500;
  color: #dffff5;
  padding: 10px 25px;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  background: #262d40;
  margin-top: 20px;
}
.banner-item-content h1 {
  margin-top: 25px;
  font-size: 16px;
  color: #ffffff !important;
  font-weight: bold;
  max-width: 600px;
  margin-bottom: 20px;
}
.title-area {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.about-sec-2-left .year-counter{
  display: none;
}
.about-sec-2-left .img-box1 .shape1 {
  border: 8px solid #fff;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  top: -27px;
  right: -30px;
}
.about-sec-2 {
  margin-top: 30px;
}
.sec-text {
  text-align: justify;
}
.banner-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color:   #002415d4;
 opacity: 0.7;
}
}


.contact-info {
  margin-bottom: 30px;
  background-color: #262e3c;
  padding: 52px 35px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.contact-info::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-info span {
  color: #ffc221;
  display: block;
  margin-bottom: 5px;
}
.contact-info h2 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 15px;
}
.contact-info p {
  color: #ffffff;
  margin-bottom: 20px;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  font-size: 20px;
  color: #418d5f;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  display: block;
}
.contact-info ul li .content a {
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.contact-info ul li .content a:hover {
  color: #0071dc;
}
.contact-info ul li .content span {
  color: #ffffff;
  font-weight: 400;
  display: block;
  font-size: 15px;
}
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form h2 {
  color: #252525;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contact-form .form-group label span {
  color: #008f63;
}
.contact-form .form-group.checkbox-option {
  position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}
.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
  color: #0071dc;
}
.contact-form .form-group.checkbox-option p a:hover {
  color: #ffc221;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 1px solid #008f63;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #252525;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}
.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px;
}
.contact-form .agree-label label a {
  color: #0071dc;
}
.contact-form .agree-label label a:hover {
  color: #ffc221;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 0;
  outline: none;
}

.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::placeholder {
  color: #444444;
}

.contact-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
}
.contact-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  font-size: 24px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
}
.contact-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #252525;
}
.contact-card span {
  color: #444444;
  font-weight: 500;
  font-size: 17px;
  display: block;
}
.contact-card span a {
  color: #444444;
  display: block;
}
.contact-card span a:hover {
  color: #0071dc;
}
/* 
.footer-area {
  background-color: #0c243b;
  position: relative;
  z-index: 1;
} */
.footer-bg2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/bg-shape5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.footer-bg2 {
  background-color: #175a32;
  position: relative;
  z-index: 1;
}
.inner-banner {
  position: relative;
  z-index: 1;
  background-color: #00563c;
}
.inner-banner .inner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.inner-banner .inner-title h3 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}
.inner-banner .inner-title ul li a {
  color: #ffffff;
}
.inner-banner .inner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.inner-banner .inner-title ul li i {
  color: #ffffff;
  position: relative;
  top: 0px;
  margin: 0 3px;
}
.inner-banner .inner-title ul li {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}
.inner-banner .inner-title ul li a:hover {
  color: #4aff29;
}
.technology-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/technology-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.technology-area .section-title h2 {
  color: #ffffff;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.technology-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}

.technology-card {
  padding: 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.technology-card i {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}
.technology-card h3 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
}

.technology-area-two {
  background-color: #f8f8f8;
}
.technology-area-two .section-title h2 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.technology-card-color {
  border-color: #0071dc;
}
.technology-card-color i {
  color: #0071dc;
}
.technology-card-color h3 {
  color: #252525;
}

.technology-area-three {
  position: relative;
  z-index: 1;
  background-color: #04543c;
}
.technology-area-three .section-title {
  margin-bottom: 30px;
}
.technology-area-three .section-title h2 {
  color: #ffffff;
  max-width: 540px;
}
.technology-area-three .section-title p {
  color: #ffffff;
  margin-bottom: 20px;
  padding-top: 17px;
}
.technology-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/bg-shape3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}

.technology-card-color2 i {
  color: #0071dc;
}

.technology-area-four {
  background-color: #f8f8f8;
}
.technology-area-four .section-title {
  margin-bottom: 30px;
}
.technology-area-four .section-title p {
  padding-top: 18px;
}

.technology-item {
  padding: 17px 17px 15px;
  border: 1px solid #0071dc;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.technology-item i {
  font-size: 35px;
  line-height: 1;
  color: #0071dc;
}
.technology-item h3 {
  color: #070b3b;
  margin-bottom: 0;
  margin-top: 17px;
  font-weight: 500;
  font-size: 18px;
}

.technology-play-area {
  padding: 200px 0;
  text-align: center;
  background-image: url(../images/technology-img2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.technology-play-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.5;
  border-radius: 10px;
}
.technology-play-area .play-btn i {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #ffc221;
  border-radius: 50px;
  transition: 0.7s;
}
.technology-play-area .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #ffffff;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}
.technology-play-area .play-btn:hover i {
  background-color: #ffc221;
  color: #ffffff;
}
.technology-play-area .play-btn:hover i::after {
  border-color: #ffc221;
}
