body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  font-style: normal;
  line-height: 28px;
  border-top: 25px solid #86bb46;
}
.text-bg h2 {
  font-size: 170px;
  color: #343f61 !important;
  margin-top: 30px;
  margin-bottom: -60px;
}
.pt-240 {
  padding-top: 240px;
}
.line5 {
  display: block;
}
.mr-15 {
  margin-right: 15px;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
.btn,
a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
.footer -menu li a:hover,
a:focus,
a:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
a {
  color: #00173c;
  outline: medium none;
}
a:hover {
  color: #86bb46;
}
.box20 .title a {
  color: #fff;
}
.box20 .title a:hover {
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lexend, sans-serif;
  color: #00173c;
  margin-top: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 600;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
p {
  margin-bottom: 15px;
}
hr {
  background-color: #fff;
  border-bottom: 8px dotted #86bb46;
  border-top: 0 none;
  margin: 80px 0 0 0;
  padding: 0;
  opacity: 1;
}
::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::-moz-placeholder {
  color: #555;
  font-size: 14px;
  opacity: 1;
}
::placeholder {
  color: #555;
  font-size: 14px;
  opacity: 1;
}
.btn {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 30px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background: #86bb46;
  border: none;
  font-family: Lexend, sans-serif;
  font-weight: 500;
}
.btn i {
  margin-left: 10px;
  font-size: 18px;
}
.btn::before {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #0c2957;
  top: 10px;
  left: 10px;
  z-index: -1;
  transition: all 0.3s ease 0s;
  display: none;
}
.btn:hover::before {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  content: "";
  background: #0c2957;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn:hover {
  color: #fff;
  background: #0c2957;
}
#scrollUp {
  background: #86bb46;
  height: 45px;
  width: 45px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 45px;
  transition: 0.3s;
}
#scrollUp:hover {
  background: #86bb46;
}
.header-top {
  padding-top: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.menu-area {
  position: relative;
}
.menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid #faa292;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid #86bb46;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.main-menu {
  position: relative;
  z-index: 9;
}
.menu .sub-menu li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;
}
.main-menu .sub-menu li a {
  padding: 15px;
}
.menu .sub-menu li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li.active a {
  color: #86bb46;
}
.main-menu ul li a {
  display: block;
  color: #00173c;
  padding: 16px 0;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  font-family: Lexend, sans-serif;
}
.main-menu ul li a::after {
  content: "+";
  margin-left: 10px;
  color: #86bb46;
  display: none;
}
.main-menu ul li:last-child a::after {
  display: none;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > a {
  color: #86bb46;
}
.main-menu ul li:hover > a::before {
  width: 100%;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 5 !important;
  background: #fff;
  -webkit-animation: 0.3s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.3s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.responsive {
  display: none;
}
#mobile-menu {
  display: block;
}
.right-menu li {
  float: left;
  padding: 10px 20px 10px 0;
}
.right-menu li:last-child {
  padding-right: 0;
}
.right-menu .icon {
  float: left;
  margin-right: 20px;
}
.right-menu .icon img {
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.right-menu .text {
  float: left;
  padding-top: 5px;
}
.right-menu .text span {
  display: block;
  color: #517496;
}
.right-menu .text strong {
  color: #0c2957;
  font-size: 22px;
  font-weight: 900;
  font-family: Lexend, sans-serif;
}
.top-btn {
  background: #162b6a;
  padding: 20px 30px;
  width: 100%;
  float: left;
  color: #fff;
  font-family: Lexend, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.btn:hover,
.top-btn:hover {
  background: #28314b;
}
.top-btn i {
  font-size: 16px;
  margin-left: 10px;
}
.top-btn:hover {
  background: transparent linear-gradient(90deg, #86bb460%, #86bb46100%) 0 0
    no-repeat padding-box;
  color: #fff;
}
.sticky-menu .logo {
  margin-top: 0;
  line-height: 81px;
  height: auto;
}
.slider-content {
  position: relative;
  z-index: 2;
}
.slider-content.s-slider-content.text2 {
  margin-top: 0;
}
.slider-content.s-slider-content.text3 {
  margin-top: 168px;
}
.slider-btn {
  display: inline-block;
  position: relative;
}
.second-header {
  border: none;
  padding-bottom: 0;
  background: #00173c;
  padding-top: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.second-header a,
.second-header span {
  color: #fff;
}
.second-header a {
  background: #000;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 5px;
}
.second-header a:hover {
  color: #fff;
  background: #10336a;
}
.second-menu {
  position: relative;
  z-index: 9;
  border-bottom: 5px solid #86bb46;
}
.sticky-menu .second-menu {
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.header-mid {
  background: #fff;
}
.sticky-menu .second-menu::before {
  content: none;
}
.second-menu .main-menu ul li {
  margin-right: 40px;
}
.second-menu .main-menu ul li a::before {
  content: none;
}
.second-header-btn .btn {
  background: #86bb46;
  box-shadow: 0 10px 30px 0 rgba(54, 96, 217, 0.3);
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 30px;
  position: relative;
  border-radius: 4px;
}
.second-header-btn .btn:hover {
  color: #fff;
  background: #0c2957;
}
.img-main {
  position: relative;
  z-index: 2;
}
.header-three .second-header {
  background: #86bb46;
  padding: 10px 0;
}
.header-three .menu-area::before {
  display: none;
}
.header-three .menu-area {
  border-top: 0;
  position: relative;
  z-index: 9;
}
.header-three .sticky-menu {
  margin-top: 0;
  background: #fff;
}
.header-three .main-menu ul li a {
  font-family: Lexend, sans-serif;
  color: #101010;
}
.header-three .main-menu .sub-menu li a {
  color: #4f4f4f !important;
}
.header-three .main-menu .sub-menu li a:hover {
  color: #86bb46 !important;
}
.header-three .main-menu ul li a:hover {
  color: #86bb46;
}
.header-three .btn.ss-btn {
  float: right;
}
.slider-three .slider-img {
  margin-left: -25px;
  margin-top: 50px;
  margin-right: -227px;
}
.slider-bg-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #040f2d91;
  z-index: 1;
}

/* breadcrumb */
.breadcrumb-wrap.text-left {
    text-align: center !important;
}
.breadcrumb-area {
background-size: cover;
position: relative;
    min-height: 260px;
    background-repeat: no-repeat;
    background-color: #000;
}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
    text-transform: uppercase;
}
/* services */
.services-05::before{
    content: "";
    background: #0c2957;
    position: absolute;
    top: 0;
    width: 100%;
    height: 529px;
    display: none;
}

.services-box-05{
border-radius: 8px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.11);
overflow: hidden;
    margin: 0 15px;
    margin-bottom: 30px;
}
.services11 .services-box-05{
    margin-right: 0;
    margin-left: 0;
}
.services-content-05{
padding:30px;
}
.services-content-05 .icon{
    display: flex;
    margin-bottom: 15px;
}
.services-content-05 .icon h4{
    font-size: 24px;
    padding-top: 10px;
}

.services-content-05 .icon span{
    border-right: 1px solid #e1e1e1;
    padding-right: 15px;
    margin-right: 15px;
    width: 100px;
    height: 82px;
margin-bottom: 0;
}
.services-content-05 a {
  font-weight: 500;
  text-transform: uppercase;
  color: #86bb46;
}
.services-content-05 a:hover {
  color: #00173c;
}

.services-content-05 span{
    color: #86bb46;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.services-text-05 p{
    font-size: 20px;
    color: #777 !important;
}
.services-text05 a{
    font-size: 20px;
color: #86bb46;
font-weight: 500;
text-decoration: underline;
}
.services-icon-05 img{
    width: 100%;
}
.services-area2 .container {
    z-index: 1;
    position: relative;
}
.services-area2 h2{
    color: #30313d;
}
.services-area2 .services-box2 {
    background-color: rgb(255, 255, 255);
    box-shadow:2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07) ;
}
.services-area2 .services-box2 h3 {
    padding-left: 30px;
    border-left: 5px solid #86bb46;
}
.services-area2 .services-box2 .services-icon{
    border-radius: 15px;
    background-color: #fff7e7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}
.services-area2 .services-box2 .services-icon i{
    border: none;
    color: #86bb46;
}
.services-area2 .services-box2 p{
    margin-bottom: 0;
}
.services-box2 .services-content2 {
    padding: 30px 0 30px 0;
    position: relative;
}
.services-box2 .services-content2 h3 {
    font-weight: 700;
    font-size: 24px;
}
.services-box2 .services-content2 .icon{
color: #777777;
width: 50px;
height: 50px;
border: 2px solid #7777777d;
text-align: center;
font-size: 30px;
line-height: 48px;
display: inline-block;
border-radius: 50%;
position: absolute;
top: 28%;
right: 30px;
}
.services-box2 .services-content2 .icon:hover{
color: #86bb46;
border: 2px solid #86bb46;
}
/* 19. contact */
.contact-bg2{
     z-index: 1;
    position: relative;
    margin-bottom: -120px;
    padding-top: 30px;
    margin-top: -30px;
}
.contact-bg02 {
  background: #fff;
  padding: 50px;
    box-shadow: 1px 1.732px 20px 0px rgba(19, 33, 42, 0.1);
      border-radius: 8px;
   
}
.contact-bg02 h4{
    font-size: 32px;
}
.contact-area  ul {
  border: none;
  display: inherit;
}
.contact-area li {
  display: inline-block;
  margin: 30px 15px 30px 0;
}
.contact-area li span {
  padding: 15px 30px;
  color: #fff;
  background: #2b2c30;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
    border-radius: 4px;
}
.contact-area li span:hover, .contact-area li span.active {
color: #fff;
background: #86bb46;
}
.contact-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-wrapper textarea {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 200px;
	width: 100%;
	text-transform: capitalize;
	transition: .3s;
	background: #f4f4fe;
	padding: 30px 40px;
}
.contact-wrapper textarea::-moz-placeholder {
	color: #b3bdcd;
	font-size: 14px;
}
.contact-wrapper textarea::placeholder {
	color: #8990b0;
	font-size: 14px;
}
.c-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	color: #8990b0;
	font-size: 14px;
}
.contact-message.c-icon i{top: 30px;transform: unset;}
.contact-wrapper input {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 80px;
	text-transform: capitalize;
	width: 100%;
	padding: 0 40px;
	transition: .3s;
	background: #f4f4fe;
}
.contact-wrapper input::-moz-placeholder {
	color: #8990b0;
	font-size: 14px;
}
.contact-wrapper input::placeholder {
	color: #8990b0;
	font-size: 14px;
}
.contact-name {
	position: relative;
}
.contact-field label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00173c;
	margin-bottom: 20px;
	cursor: unset;
}
.contact-field {
 padding-right: 0;
}
.contact-field input  {
	width: 100%;
border: none;
padding-left: 15px;
transition: .3s;
border-radius: 8px;
    border: 1px solid #777;
    height: calc(3.0em + .75rem + 2px);
}

.contact-field.c-name::after{content: "\f007";}
.contact-field::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 14px;
	text-align: center;
	right: 25px;
	color: #86bb46;
	bottom: 22px;
    display: none;
}
.contact-field.c-email::after{content: "\f0e0";}
.contact-field.c-subject::after{content: "\f249";}
.contact-field.c-message::after {
	content: "\f303";
	font-weight: 600;
	top: 20px;
	bottom: unset;
}
.contact-field input::placeholder,.contact-field textarea::placeholder{color: #9e9e9e;}
.contact-field textarea {
width: 100%;
padding: 15px;
transition: .3s;
height: 115px;
border: 1px solid #777;
}

.contact-bg {
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.contact-img {
	position: absolute;
	bottom: 0;
	right: 170px;
	z-index: -1;
}
.contact-form .btn::before {
  display: none;
}

/* 17. f-cta */
.f-cta-area {
	background: #fff;
	margin-left: 260px;
	margin-right: 260px;
	position: relative;
	top: -70px;
	margin-bottom: 30px;
	box-shadow: 0 -3px 65px 0 rgba(0,0,0,.09);
}
.f-cta-icon i {
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 78px;
	background: #86bb46;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
}

.contact-info .single-cta {
   float: left;
}
.contact-info p{
}
.contact-info h5{
	color:#00173c;
}
.single-cta {
    border-bottom: 1px solid #ccc;
    float: left;
width: 100%;
}
div.single-cta:last-child {
    border: 0;
}
.single-cta h5 {
	font-size: 20px;
	margin-bottom:15px !important;
}
.single-cta p{margin-bottom: 0;}
.single-cta p a{color: #777;}
.single-cta p a:hover{color: #86bb46;}
.s-cta-btn .btn{color:#fff;margin-top: 10px; border: none;}


.header-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-radius: 4px;
  background: #86bb46;
  border: none;
  color: #fff;
  padding: 5px 15px;
}
.header-btn i {
  margin-left: 0;
}
.slider-bg {
  min-height: 800px !important;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.slider-bg .video-i.popup-video {
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-family: Lexend, sans-serif;
}
.slider-bg .video-i.popup-video img {
  display: inline-block;
}
.slider-bg2 {
  min-height: 900px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -118px;
  z-index: 1;
}
.slider-bg2 .slider-content > span::before {
  content: "";
  background: #383838;
  height: 3px;
  float: left;
  width: 60px;
  margin-top: 15px;
  margin-right: 10px;
}
.slider-bg2 .slider-content h2 {
  color: #fff;
}
.slider-bg2 .slider-content p {
  color: #676f67;
  font-size: 16px;
  margin-bottom: 0;
}
.slider-bg2 .slider-content > span {
  font-size: 22px;
  font-weight: 500;
  color: #86bb46;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}
.slider-bg .video-i i {
  background: #fff;
  padding: 14px;
  border-radius: 100%;
  width: 60px;
  display: inline-block;
  text-align: center;
  color: #86bb46;
  height: 60px;
  line-height: 30px;
  box-shadow: 1px 1.732px 60px 0 rgba(250, 63, 108, 0.1);
  margin-right: 10px;
}
.slider-bg2 .video-i {
  background: #383838;
  padding: 14px;
  border-radius: 100%;
  width: 51px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}
.slider-bg2 .video-i:hover {
  background: #86bb46;
  padding: 14px;
  border-radius: 100%;
  width: 51px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}
.slider-content > span {
  font-size: 24px;
  font-weight: 500;
  color: #86bb46;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 20px;
}
.slider-content h2 {
  font-size: 46px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #19305c;
  text-shadow: 0 0 3px #fff;
  font-weight: 800;
}
.slider-content h2 span {
  color: #86bb46;
}
.slider-content h5 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #19305c;
  text-shadow: 0 0 3px #fff;
  text-transform: uppercase;
}
.slider-content h4 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
}
.slider-content h4 span {
  color: #86bb46;
}
.slider-content p span {
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #86bb46;
  margin-right: 20px;
  position: relative;
  top: -4px;
}
.slider-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.slider-content .btn {
  background: #19305c;
}
.p-relative {
  position: relative;
}
.slider-active .slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 5%;
  color: #00163b;
  font-size: 26px;
  line-height: 60px;
  border: none;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  padding: 0;
  background: 0 0;
  transition: 0.5s;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.single-slider.slider-bg::before {
  content: "";
  width: 510px;
  height: 1000px;
  background: #86bb46;
  position: absolute;
  transform: rotate(16deg);
  left: 14%;
}
.slider-active .slick-arrow {
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.slider-active:hover .slick-arrow {
  opacity: 1;
}
.slider-active .slick-arrow:hover {
  color: #fff;
  background: #86bb46;
}
.second-slider-content h2 {
  font-size: 90px;
  margin-bottom: 20px;
}
.second-slider-bg::before {
  opacity: 0.5;
}
.second-slider-content {
  padding-top: 85px;
  padding-bottom: 5px;
}
.s-slider-content h2 {
  margin-bottom: 25px;
}
.s-slider-content p {
  font-size: 18px;
  color: #777;
  line-height: 26px;
  margin: auto;
}
.btn-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  background: #ffb3a5;
  padding: 10px 15px;
  color: #fff;
}
.btn.ss-btn.active {
  background: 0 0;
  color: #86bb46;
  border: 2px solid #86bb46;
  box-shadow: none;
}
.btn.ss-btn.active:hover {
  color: #fff;
  background: #86bb46;
}
.line {
  float: left;
  margin-right: 15px;
}
.ss-three {
  top: 10% !important;
  left: 90% !important;
}
.ss-five {
  left: 0 !important;
  top: 60% !important;
}
.slider-bg .text2 h2 {
  font-size: 60px;
}
.slider-bg .text2 a {
  color: #fff;
}
.slider-bg .text2 .btn.ss-btn.active {
  background: #86bb46;
  border: 2px solid #86bb46;
  color: #fff;
}
.slider-bg .text2 p {
  padding-right: 22%;
  color: #fff;
}
.slider-text-2 h2 {
  color: #fff;
}
@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.slider-content2 h2 {
  color: #0c2957;
}
.slider-content2 p {
  color: #777;
}
.slider-content2 h5 {
  color: #777;
}
.about-img {
  margin-left: -50px;
}
.about-text {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 200px;
  background: #86bb46;
  border-radius: 4px;
  box-shadow: 0 13px 60px 0 rgba(53, 97, 228, 0.4);
  border-radius: 50%;
  height: 200px;
}
.about-text .line2 {
  border: 1px dashed #fff;
  margin: 10px;
  padding: 40px 0 0;
  border-radius: 50%;
  height: 180px;
  width: 180px;
}
.about-text span {
  font-size: 36px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: Lexend, sans-serif;
  margin-top: 15px;
}
.about-text span sub {
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  margin-left: -10px;
  bottom: 5px;
}
.about-title > span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #86bb46;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
}
.about-title h2 {
  font-size: 46px;
  margin-bottom: 0 !important;
}
.about-title h5 {
  color: #86bb46;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-title .title-strong {
  color: #4f4f4f;
  font-weight: 500;
  font-size: 18px;
}
.about-title .title-strong span {
  padding: 3px 12px;
  background: #86bb46;
  border-radius: 5px;
  color: #fff;
}
.about-title p span {
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #86bb46;
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.about-title p {
  margin-bottom: 0;
}
.about-content p {
  margin-bottom: 45px;
}
.about-content li {
  display: flex;
  margin-bottom: 10px;
  color: #19305c;
}
.about-content li .text {
  padding-top: 0;
}
.about-title h2 span {
  color: #86bb46;
}
.about-content li .icon i {
  width: 40px;
  height: 40px;
  background: #ebebeb;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  color: #86bb46;
}
.section-t h2 {
  font-size: 350px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  color: #00173c;
  opacity: 0.05;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  top: -35px;
  line-height: 1;
}
.second-about {
  transform: translate(300px, 30px);
  left: 0;
  right: 25px;
  bottom: inherit;
  text-align: center;
  top: 0;
}
.second-about p {
  margin-bottom: 0;
  color: #fff;
  font-family: Lexend, sans-serif;
}
.s-about-content p {
  margin-bottom: 15px;
}
.about-content strong {
  color: #86bb46;
}
.about-content2 p {
  color: #ffffffab;
}
.about-content2 .about-title h2 {
  color: #fff;
}
.about-content2 li {
  display: flex;
  margin-bottom: 10px;
  color: #fff;
}
.about-content2 li .icon {
  width: 15px;
  height: 15px;
  background: #86bb46;
  text-align: center;
  margin-right: 20px;
  color: #e11d07;
  display: block;
  margin-top: 10px;
}
.about-content2 li .text {
  padding-top: 5px;
}
.s-btn {
  font-size: 14px;
  font-weight: 500;
  color: #00173c;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 9px 30px;
  border-radius: 50px;
}
.s-btn:hover {
  background: #86bb46;
  border-color: #86bb46;
  color: #fff;
}
.section-title h5 {
  color: #86bb46;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.section-title h5 div {
  display: inline-block;
  margin: 0 10px;
}
.section-title h2 {
  font-size: 46px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  position: relative;
  color: #86bb46;
}
.section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 60px;
  background: #86bb46;
  margin: auto;
  transition: 0.3s;
  display: none;
}
section:hover .section-title h2::before {
  width: 100px;
}
.about-content3 li {
  line-height: 45px;
}
.about-content3 li::before {
  font-family: "Font Awesome 5 Pro";
  content: "?";
  margin-right: 15px;
  color: #86bb46;
  font-size: 18px;
}
.about-content2 .about-content3 li::before {
  border-radius: 50%;
}
.about-content2 .about-content3 li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.services-box01 {
  position: relative;
}
.services-box01 a {
  color: #86bb46;
  font-weight: 500;
  text-transform: uppercase;
}
.services-box01 a:hover {
  color: #00173c;
}
.services-box01 h5 {
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.services-box01 h5::before {
  width: 10%;
  height: 2px;
  background: #86bb46;
  content: "";
  position: absolute;
  bottom: 0;
}
.services-active {
  margin: 0 -15px;
}
.services-box-02 .services-img {
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}
.services-box-02 .services-img a:hover {
  color: #fff;
}
.services-box-02 .services-img img {
  width: 100%;
}
.services-box-02 .services-content2 {
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.services-box-02 .services-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #86bb46;
  left: 0;
  top: -100px;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-box-02 .services-img:hover::before {
  top: 0;
  width: 100%;
  height: 100%;
}
.services-box-02 .services-content2 h4 {
  color: #fff;
  font-size: 24px;
}
.services-box-02 .services-content2 .link {
  width: 45px;
  height: 45px;
  background: #ffffff8c;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  margin-top: 15px;
}
.services-box-02 .services-content2 .link:hover {
  background: #000;
}
.services-box-02 .services-content2 .icon {
  width: 49px;
  margin-bottom: 15px;
}
.services-box-02 .services-content2 p {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: -80px;
  position: relative;
  opacity: 0;
  width: 100%;
}
.services-box-02 .services-img:hover p {
  margin-bottom: 0;
  opacity: 1;
}
.single-services {
  background: #fff;
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.07);
  position: relative;
}
.single-services::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #86bb46;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.services-content span {
  display: block;
  height: 2px;
  width: 150px;
  background: #86bb46;
  transition: 0.3s;
  margin-bottom: 55px;
}
.services-content {
  padding: 60px 40px;
  padding-bottom: 55px;
}
.services-content h4 {
  font-size: 24px;
  margin-bottom: 23px;
}
.services-content h4:hover a {
  color: #86bb46;
}
.services-content p {
  margin-bottom: 0;
}
.single-services:hover .services-content span {
  background: #86bb46;
}
.single-services:hover::before {
  opacity: 1;
}
.services-icon i {
  font-size: 48px;
  border-radius: 50%;
  color: #ff4328;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #ff4328;
}
.about-content ul li {
  margin-bottom: 25px;
  color: #777;
}
.about-content ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f622";
  margin-right: 10px;
  color: #86bb46;
}
.services-icon2 {
  position: absolute;
  right: 5%;
  top: 0;
}
.services-three .services-icon {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  margin-bottom: 30px;
}
.services-three .services-icon img {
  width: 100%;
}
.services-three ul li {
  margin-bottom: 25px;
}
.services-three ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "ï€Œ";
  margin-right: 10px;
  color: #86bb46;
}
.services-three .second-services-content {
  float: left;
  width: 100%;
}
.services-three .s-single-services {
  transition: 0.3s;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
  display: block;
  box-shadow: none;
}
.services-three .s-single-services.active {
  background: #fff;
  margin-top: 0;
  position: relative;
  z-index: 1;
  left: 0;
}
.services-three .s-single-services.active .services-icon {
  background: #fff 0 0 no-repeat padding-box;
  width: 90px;
  height: 90px;
}
.services-three .s-single-services.active a.ss-btn {
  display: none;
}
.second-services-content h5 {
  transition: 0.3s;
  letter-spacing: 0;
  font-size: 26px;
  color: #030c26;
}
.second-services-content p {
  margin-bottom: 0;
}
.second-services-content a::after {
  left: -40px;
  right: unset;
  opacity: 0;
}
.s-single-services {
  transition: 0.3s;
  background: #fff;
  position: relative;
  display: flex;
}
.s-single-services .services-icon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.second-services-content a {
  color: 000f38;
  transition: all 0.3s ease 0s;
}
.s-single-services a.ss-btn {
  display: none;
}
.s-single-services .active-icon {
  display: none;
}
.s-single-services .d-active-icon {
  display: block;
}
.s-single-services:hover {
  background: #fff;
}
.s-single-services.active a.ss-btn {
  display: inline-block;
}
.s-single-services.active .active-icon {
  display: block;
}
.s-single-services.active .d-active-icon {
  display: none;
}
.services-bg {
  background-position: center;
  background-size: cover;
}
.services-active2 {
  padding-top: 50px;
  padding-bottom: 300px;
}
.services-active2 .slick-arrow {
  position: absolute;
  top: 50%;
  left: -60px;
  border: none;
  background: 0 0;
  padding: 0;
  font-size: 24px;
  color: #86bb46;
  z-index: 9;
  cursor: pointer;
  transition: 0.3s;
}
.services-active2 .slider-nav {
  position: absolute;
  bottom: 0;
}
.services-active2 li {
  display: flex;
  margin-bottom: 10px;
}
.services-active2 li .icon {
  padding-right: 10px;
}
.services-area .services-box {
  background: #f7f6fb;
  padding-top: 30px;
}
.services-box .services-content2 {
  margin-top: 25px;
  padding-bottom: 30px;
  transition: 0.3s;
  padding-left: 30px;
  padding-right: 30px;
}
.services-box .services-content2 p {
  margin-bottom: 0;
}
.services-content2 h5 {
  font-size: 24px;
  margin-bottom: 15px !important;
}
.services-content2 h5 a {
  color: #30313d;
}
.services-box .ss-btn2 {
  width: 60px;
  height: 60px;
  background: #86bb460% 0 no-repeat padding-box;
  box-shadow: 0 16px 32px #86bb4633;
  display: none;
  color: #fff;
  line-height: 60px;
  font-size: 31px;
  border-radius: 50%;
  position: absolute;
  left: 42%;
  bottom: -25px;
  transition: 0.3s;
}
.services-box .services-content2:hover .ss-btn2 {
  display: inline-block;
}
.services-02 ul {
  display: flex;
  border: 2px solid #f5f5f5;
}
.services-02 ul li {
  padding: 30px;
  border-right: 2px solid #f5f5f5;
  background: #fff;
  transition: 0.2s;
}
.services-02 ul li:last-child {
  border: none;
}
.services-icon-02 {
  margin-bottom: 30px;
}
.services-content-02 h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
.services-content-02 {
  font-size: 14px;
}
.services-content-02 .ss-btn2 {
  margin-top: 20px;
  display: block;
}
.services-content-02 .ss-btn2 i {
  width: 40px;
  height: 40px;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #777;
}
.services-content-02 .ss-btn2 span {
  color: #86bb46;
  margin-left: -10px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.services-02 ul li:hover {
  border: none;
  box-shadow: 0 16px 32px #0000000a;
  transform: scale(1.08);
  transition: 0.2s;
}
.services-02 ul li:hover .ss-btn2 span {
  margin-left: 5px;
  opacity: 1;
  transition: 0.2s;
}
.services-box-03 {
  background: #fff;
  padding: 50px;
}
.services-box-04 {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 8px 38px 0 rgba(40, 40, 40, 0.04);
  padding: 45px;
}
.services-icon-04 {
  display: flex;
  margin-bottom: 30px;
}
.services-icon-04 img {
  margin-right: 15px;
}
.services-icon-04 h4 {
  padding: 15px 0 0;
}

.services-05::before {
  content: "";
  background: #0c2957;
  position: absolute;
  top: 0;
  width: 100%;
  height: 529px;
  display: none;
}

.services-box-05 {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin: 0 15px;
  margin-bottom: 30px;
}
.services11 .services-box-05 {
  margin-right: 0;
  margin-left: 0;
}
.services-content-05 {
  padding: 30px;
}
.services-content-05 .icon {
  display: flex;
  margin-bottom: 15px;
}
.services-content-05 .icon h4 {
  font-size: 24px;
  padding-top: 10px;
}
.services-content-05 .icon span {
  border-right: 1px solid #e1e1e1;
  padding-right: 15px;
  margin-right: 15px;
  width: 100px;
  height: 82px;
  margin-bottom: 0;
}
.services-content-05 a {
  font-weight: 500;
  text-transform: uppercase;
  color: #86bb46;
}
.services-content-05 a:hover {
  color: #00173c;
}
.services-content-05 span {
  color: #86bb46;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.services-text-05 p {
  font-size: 20px;
  color: #777 !important;
}
.services-text05 a {
  font-size: 20px;
  color: #86bb46;
  font-weight: 500;
  text-decoration: underline;
}
.services-icon-05 img {
  width: 100%;
}

.services-09::before {
  display: none;
}
.services-09 .section-title h5,
.services-09 p {
  color: #fff;
}
.services-area2 .container {
  z-index: 1;
  position: relative;
}
.services-area2 h2 {
  color: #30313d;
}
.services-area2 .services-box2 {
  background-color: #fff;
  box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, 0.07);
}
.services-area2 .services-box2 h3 {
  padding-left: 30px;
  border-left: 5px solid #86bb46;
}
.services-area2 .services-box2 .services-icon {
  border-radius: 15px;
  background-color: #fff7e7;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
}
.services-area2 .services-box2 .services-icon i {
  border: none;
  color: #86bb46;
}
.services-area2 .services-box2 p {
  margin-bottom: 0;
}
.services-box2 .services-content2 {
  padding: 30px 0 30px 0;
  position: relative;
}
.services-box2 .services-content2 h3 {
  font-weight: 700;
  font-size: 24px;
}
.services-box2 .services-content2 .icon {
  color: #777;
  width: 50px;
  height: 50px;
  border: 2px solid #7777777d;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 28%;
  right: 30px;
}
.services-box2 .services-content2 .icon:hover {
  color: #86bb46;
  border: 2px solid #86bb46;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
  50% {
    -webkit-transform: rotateX(0) translateY(-20px);
    -moz-transform: rotateX(0) translateY(-20px);
    -ms-transform: rotateX(0) translateY(-20px);
    -o-transform: rotateX(0) translateY(-20px);
    transform: rotateX(0) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
  50% {
    -webkit-transform: rotateX(0) translateY(-20px);
    -moz-transform: rotateX(0) translateY(-20px);
    -ms-transform: rotateX(0) translateY(-20px);
    -o-transform: rotateX(0) translateY(-20px);
    transform: rotateX(0) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
}
.video-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 588px;
}
.video-img img {
  width: 100%;
}
.video-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.65;
}
.video-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 30px;
  color: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  background: #86bb46;
  border-radius: 50%;
  padding: 25px;
}
.video-img a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90px;
  width: 90px;
  background: transparent linear-gradient(90deg, #86bb460%, #86bb46100%) 0 0
    no-repeat padding-box;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 1.5s ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-content p {
  margin-bottom: 30px;
}
.video-area {
  z-index: 1;
}
.s-video-content {
  width: 100%;
}
.s-video-content h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
.s-video-wrap h6 {
  margin-bottom: 15px;
  color: #fff;
}
.s-video-content a {
  z-index: 9;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.s-video-content h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
.s-video-wrap p {
  color: #fff;
  margin-bottom: 0;
}
.s-video-content h6 {
  color: #fff;
}
.g-btn .text {
  color: #00173c;
}
.g-btn .text strong {
  color: #1f53db;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
  50% {
    -webkit-transform: rotateX(0) translateY(-10px);
    -moz-transform: rotateX(0) translateY(-10px);
    -ms-transform: rotateX(0) translateY(-10px);
    -o-transform: rotateX(0) translateY(-10px);
    transform: rotateX(0) translateY(-10px);
  }
  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
  50% {
    -webkit-transform: rotateX(0) translateY(-10px);
    -moz-transform: rotateX(0) translateY(-10px);
    -ms-transform: rotateX(0) translateY(-10px);
    -o-transform: rotateX(0) translateY(-10px);
    transform: rotateX(0) translateY(-10px);
  }
  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
}
.class-content {
  padding: 60px 40px 25px;
  float: left;
  position: relative;
}
.class-content h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.class-area2 h2 {
  color: #fff;
}
.class-active .slick-arrow {
  position: absolute;
  top: 30%;
  left: -60px;
  border: none;
  background: 0 0;
  padding: 0;
  font-size: 36px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: 0.3s;
  background: #86bb46;
  width: 60px;
  height: 60px;
  border-radius: 4px;
}
.class-active .slick-arrow:hover {
  background: #86bb46;
  color: #fff;
}
.com-icon {
  position: absolute;
  right: 0;
  top: 20px;
}
.test-line {
  margin-top: 30px;
  margin-bottom: 30px;
}
.test-line img {
  display: inline-block;
}
.contact-bg2 {
  z-index: 1;
  position: relative;
  margin-bottom: -120px;
  padding-top: 30px;
  margin-top: -30px;
}
.contact-bg02 {
  background: #fff;
  padding: 50px;
  box-shadow: 1px 1.732px 20px 0 rgba(19, 33, 42, 0.1);
  border-radius: 8px;
}
.contact-bg02 h4 {
  font-size: 32px;
}
.contact-area ul {
  border: none;
  display: inherit;
}
.contact-area li {
  display: inline-block;
  margin: 30px 15px 30px 0;
}
.contact-area li span {
  padding: 15px 30px;
  color: #fff;
  background: #2b2c30;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
}
.contact-area li span.active,
.contact-area li span:hover {
  color: #fff;
  background: #86bb46;
}
.contact-area {
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-area .map {
  position: absolute;
  right: 0;
  top: 0;
}
.contact-name {
  position: relative;
}
.contact-bg {
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.contact-img {
  position: absolute;
  bottom: 0;
  right: 170px;
  z-index: -1;
}

.f-cta-icon {
    float: left;
    margin-right: 30px;
}
.single-cta {
    line-height: 28px;
}
.single-cta a {
    color: #00173c;
}

.f-contact {
  display: flex;
}
.f-contact i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #86bb46;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}
.f-contact a {
  color: #fffc !important;
}
.f-contact a:hover {
  color: #fffc !important;
}
.f-contact span {
  color: #fffc;
}
.f-contact h3 {
  color: #fff;
  font-size: 24px;
}
.footer-bg {
  color: #777;
  background-position: -180px center !important;
  background-size: cover;
}
.footer-text p {
  color: #ddd;
  margin-bottom: 0;
}
.f-widget-title h2 {
  font-size: 24px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}
.f-widget-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 70px;
}
.footer-link ul li i {
  color: #86bb46;
  margin-right: 5px;
}
.footer-link ul li a {
  color: #fffc;
  display: inline-block;
}
.footer-link ul li a::before {
  content: "+";
  margin-right: 8px;
  color: #86bb46;
  font-size: 18px;
  display: none;
}
.footer-link ul li a:hover {
  color: #fff;
}
.footer-link ul li {
  margin-bottom: 10px;
}
.footer-link ul li:last-child {
  margin-bottom: 0;
}
.copyright-wrap {
  border-top: 1px dashed #32434f;
  color: #fff;
  font-size: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 70px;
}
.copyright-wrap .container {
  padding: 20px 0;
}
.copyright-wrap li {
  display: inline;
  padding-left: 15px;
  margin-left: 40px;
  position: relative;
}
.copyright-wrap li::before {
  background-color: #00173c;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: -4px;
  top: 5px;
  border-radius: 50px;
}
.copyright-wrap li a {
  color: #fff;
}
.f-contact .icon {
  float: left;
  margin-top: 7px;
  margin-right: 15px;
  width: 40px;
}
.f-contact li {
  float: left;
  margin-bottom: 15px !important;
  width: 100%;
}
.f-contact li:last-child {
  margin-bottom: 0 !important;
}
#contact-form4 {
  margin-top: 20px;
}
.copy-text {
  text-align: center;
}
.menu .sub-menu li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;
}
.main-menu .sub-menu li a {
  padding: 15px;
  color: #000;
}
.widget_text img {
  height: auto;
}
video {
  width: 100%;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
.footer-widget .widget ul li {
  text-align: left;
  color: #fff;
}
.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.video2 {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: -250px;
  width: auto;
  z-index: 0;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
.map-img li {
  position: absolute;
  display: inline-block;
  z-index: 999;
  top: 93px;
  left: 0;
}
.map-img li:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 45%;
}
.map-img li:nth-child(3) {
  position: absolute;
  top: 100px;
  left: 85%;
}
.map-img li:nth-child(4) {
  position: absolute;
  top: 40%;
  left: 15%;
}
.map-img li:nth-child(5) {
  position: absolute;
  top: 43%;
  left: 70%;
}
.map-content {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 30px 60px 0 rgba(40, 40, 40, 0.04);
  margin-top: -150px;
  position: relative;
}
.map-line {
  height: 100%;
  width: 5px;
  background: #27ac60;
  position: absolute;
  left: 50%;
}
.contact-area .container {
  position: relative;
  z-index: 1;
}
.contact-bg02 .slider-btn {
  width: 100%;
}
.contact-bg02 .slider-btn .btn {
  width: 100%;
}
.contact-bg02 .btn.ss-btn.active {
  background: #86bb46;
  border: 2px solid #86bb46;
  color: #fff;
}
.contact-bg-an-01 {
  position: absolute;
  left: 9.8%;
  top: 25%;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}
.contact-bg-an-02 {
  position: absolute;
  right: 3%;
  bottom: 7%;
  animation: alltuchtopdown 5s infinite;
  -webkit-animation: alltuchtopdown 5s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 3s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
  50% {
    -webkit-transform: rotateX(0) translateY(-20px);
    -moz-transform: rotateX(0) translateY(-20px);
    -ms-transform: rotateX(0) translateY(-20px);
    -o-transform: rotateX(0) translateY(-20px);
    transform: rotateX(0) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
  50% {
    -webkit-transform: rotateX(0) translateY(-20px);
    -moz-transform: rotateX(0) translateY(-20px);
    -ms-transform: rotateX(0) translateY(-20px);
    -o-transform: rotateX(0) translateY(-20px);
    transform: rotateX(0) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
  }
}
.widget-title {
  margin-bottom: 40px;
}
.meta__info ul {
  margin-bottom: 7px;
}
.meta__info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}
.meta__info ul li a {
  color: #777;
  text-transform: capitalize;
}
.meta__info ul li a i {
  margin-right: 5px;
}
.meta__info ul li a:hover {
  color: #86bb46;
}
.meta__info ul li i {
  margin-right: 5px;
}
.footer-widget a {
  color: #99a3ac;
}
.contact-info h5 {
  color: #00173c;
}
.footer-widget p {
  color: #fffc;
}
.logo {
  width: 320px;
}
.logo a {
  color: #fff;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
Element {
}
.slider-active .slick-arrow:hover {
  color: #fff;
  background: #86bb46;
}
.slider-active:hover .slick-arrow, .slider-active:hover .slick-next {
  opacity: 1;
}
.slider-active:hover .slick-prev {
  left: 4%;
}
.slider-active .slick-arrow, .slider-active .slick-next {
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.slider-active .slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 5%;
  color: #00163b;
  font-size: 26px;
  line-height: 60px;
  border: none;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  padding: 0;
  background: none;
  transition: .5s;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
a, button {
  color: #00173c;
  outline: medium none;
}
button, select {
  text-transform: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.slider-active .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5%;
    color: #00163b;
    font-size: 26px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.single-slider.slider-bg::before {
  content: "";
  width: 510px;
  height: 1000px;
  background: #86bb46;
  position: absolute;
  transform: rotate(16deg);
  left: 14%;
}
.slider-active .slick-next {
	right: 5%;
left: inherit;
}
.slider-active .slick-arrow,.slider-active .slick-next{
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.slider-active:hover .slick-prev
{
    left: 4%;
}
.slider-active:hover .slick-next
{
    right: 4%;
}
.slider-active:hover .slick-arrow,.slider-active:hover .slick-next{
   opacity: 1;
}
.slider-active .slick-arrow:hover {
	color: #fff;
    background: #86bb46;
}
.fotogalerie {
border: 2px solid #86bb46;
 }
 
 /* 11. team */
.team-area .single-team {
  margin-left: 0;
  margin-right: 0;
}
.single-team {
margin-left: 15px;
margin-right: 15px;
padding: 0px;
}
.team-area .container{
    z-index: 1;
    position: relative;
}
.team-active .slick-dots{
    text-align: center;
    display: none;
}
.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.team-active .slick-dots .slick-active button {
  width: 10px;
  background-color: #86bb46;
}
.team-active .slick-dots li button {
text-indent: -99999px;
padding: 0;
margin-left: 10px;
z-index: 1;
cursor: pointer;
transition: .3s;
background-color: #cccccc;
height: 10px;
width: 10px;
border-radius: 2px;
border: none;
    
}
 .team-active .slick-dots li.slick-active button {
}
.team-active .slick-dots li.slick-active button::before {
    opacity: 1;
}
.team-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.team-thumb{
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.team-thumb img{
    display: inline-block !important;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #86bb46;
}


.team-info {
padding: 30px 0px 0;
transition: .3s;
position: relative;
    text-align: center;
}

.team-info .text {
    padding-left: 30px;
    border-left: 5px solid #86bb46;
}

.team-info h4 {
	font-size: 24px;
	margin-bottom: 5px;
	transition: .3s;
}
.team-info span {
	font-size: 16px;
	transition: .3s;
    color: #86bb46;
    font-weight: 600;
}
.team-info p{
    margin-bottom: 0;
    color: #86bb46;
}

.team-t h2 {
	top: 50px;
}
.single-team:hover .team-info h4{
    color: #86bb46;
}
.slick-slide {
    outline: none;
}

.team-active{
    position: relative;
}
.team-active .slick-arrow {
position: absolute;
top: 30%;
left: -50px;
border: none;
background: none;
padding: 0;
font-size: 20px;
color: #fff;
z-index: 9;
cursor: pointer;
transition: .3s;
background: #86bb46;
width: 50px;
height: 50px;
border-radius: 50%;
}
.team-active .slick-arrow:hover{
    background: #12265a;
}
.team-active .slick-next {
    left: inherit;
    right: -50px;
}
.team-area-content{
    padding: 100px 0;
}

.team-info h4 a:hover{
      color: #86bb46;
}
.team-area-content span {
    margin-bottom: 10px;
    color: #86bb46;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
}
.team-area-content span::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #86bb46;
    position: relative;
    display: inline-block;
    top: -5px;
    margin-right: 15px;
}
.team-area-content ul{
    margin-top: 30px;
    margin-bottom: 50px;
}
.team-area-content li{
    display: flex;
    margin-top: 15px;
}
.team-area-content li .icon i{
    margin-right: 10px;
    color: #86bb46;
    width: 20px;
}
.team-area-content li .icon strong{
     color: #0c2957;
}
.team-area-content li .icon{
    margin-right: 10px;
    width: 35%;
}


