/**
* Template Name: BizPage
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('../fonts/Poppins-Bold.woff') format('woff');
}

body {
  background: #fff;
  color: #666666;
  font-family: 'Poppins Regular', sans-serif;
}
li { list-style:none; }
a {
  color: #1fa92f;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1fa92f;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2ce782;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1fa92f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.blue-button {
  background: #2583db !important;
}
.blue-button:hover {
  background: #1fa92f !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-header { margin:0; padding:0; width:100%; float:left; background:#145894; height:50px; line-height:50px; color:#fff; }
.top-header h2 { font-size:17px; margin:0; }
.top-header h2 a { color:#fff; }
.bottom-header { margin:0; padding:0; width:100%; float:left; height:80px; line-height:80px; color:#fff; background:url("../../images/menu-bg.png") repeat; }
#header {
  transition: all 0.5s;
  z-index: 997;
  top:0;
}

#header.header-transparent {
  background:url("../../images/menu-bg.png") repeat;
}

#header.header-scrolled {
  top:0;
  background:#fff;
}

#header .logo {
  margin: 0;
  padding: 0;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 65px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar li.menu-item-has-children a::after { 
  content: "\f4fe"; 
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
  right:-5px;
}
.navbar li.menu-item-has-children ul.sub-menu li a::after { content:none; }
.navbar li a { border-bottom:5px solid transparent; }
.navbar li.active a { border-bottom:5px solid #c0c0c0; }
.navbar li a:hover { border-bottom:5px solid #c0c0c0; }
.navbar li.current_page_item a { border-bottom:5px solid #c0c0c0; }
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 17px;
  font-weight:500;
  color: #2a2829;
  white-space: nowrap;
  transition: 0.3s;
  line-height:17px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 17px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1fa92f;
}

.navbar .menu-item-has-children ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .menu-item-has-children ul li {
  min-width: 200px;
}

.navbar .menu-item-has-children ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #666666;
  border-bottom:none;
}

.navbar .menu-item-has-children ul a i {
  font-size: 12px;
}

.navbar .menu-item-has-children ul a:hover,
.navbar .menu-item-has-children ul .active:hover,
.navbar .menu-item-has-children ul li:hover>a {
  color: #1fa92f;
}

.navbar .menu-item-has-children:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  display:block;
}

.navbar .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .menu-item-has-children .menu-item-has-children:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1fa92f;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .menu-item-has-children ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .menu-item-has-children ul li {
  min-width: 200px;
}

.navbar-mobile .menu-item-has-children ul a {
  padding: 10px 20px;
}

.navbar-mobile .menu-item-has-children ul a i {
  font-size: 12px;
}

.navbar-mobile .menu-item-has-children ul a:hover,
.navbar-mobile .menu-item-has-children ul .active:hover,
.navbar-mobile .menu-item-has-children ul li:hover>a {
  color: #1fa92f;
}

.navbar-mobile .menu-item-has-children>.menu-item-has-children-active {
  display: block;
}

.inner-page::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow7.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.inner-page1::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow2.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.inner-page { color:#2e2f31; position: relative; padding:0 0 50px 0; z-index:99; }
.about-inner { padding:60px 0 0 0; background: #ebecee url("../../images/about-img1.png") no-repeat scroll left 10px; }
img.about-img { position:absolute; bottom:0px; }
.mission { background:#133e6b url("../../images/about-img2.jpg") no-repeat scroll center bottom; padding:70px 40px 350px 40px; color:#fff; margin:0; width:100%; float:left; border-radius:0 0 10px 10px; background-size:contain;  height:650px; }
.mission .section-header h3 { color:#fff; }
.inner-page1 { margin-top:-50px; background:#fff; padding:0 0 60px 0; position: relative; }
.vision { background:#fff; padding:0; margin:130px 0 0 0; width:100%; float:left; height:520px; position:relative; }

@media (max-width: 600px) {
  .about-inner { background:#ebecee; }
  img.about-img { position:relative; }
  .mission { margin-top:20px; border-radius:10px; }
  .vision { margin:50px 0 0 0; }
}
.marketkeys { padding:40px 0; background:#e9eaec url("../../images/marketkeys-bg1.jpg") no-repeat scroll center center;background-size:100%;  position: relative; }
.europe-marketkeys { padding:40px 0; background:#e9eaec url("../../images/europe.jpg") no-repeat scroll center center;background-size:100%;  position: relative; }
.middle-east-marketkeys { padding:40px 0; background:#e9eaec url("../../images/middleeast.jpg") no-repeat scroll center center;background-size:100%;  position: relative; }
.australia-new-zealand-marketkeys { padding:40px 0; background:#e9eaec url("../../images/australia-newzealand.jpg") no-repeat scroll center center;background-size:100%;  position: relative; }
.marketkeys1 { padding:60px 0 120px 0; background:#275d99 url("../../images/marketkeys-bg2.jpg") no-repeat scroll center bottom;background-size:100%;  position: relative; }
.marketkeys1 .section-header h3 { color:#fff; }
.btn-get-started {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding:12px 20px;
  border-radius:10px;
  transition: 0.5s;
  margin: 10px 0;
  color: #fff;
  background: #1fa92f;
}
.btn-get-started:hover {
  background:#2583db;
  color: #fff;
}
.marketkey-slider-holder { margin:-80px 0 0 0; padding:0 0 60px 0; width:100%; position:relative; }
.marketkey-slider .swiper-slide { text-align:center; }
.marketkey-slider .swiper-slide p { margin:15px 0 0 0; }
.marketkey-slider .swiper-slide img { 
   border:5px solid #fff;
   border-radius:10px;
   box-shadow:1px 2px 3px #000;
   transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
  width:100%;
}
.marketkey-slider .swiper-slide img:hover { 
   border:5px solid #2a80d5;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
   box-shadow:0px 0px 0px #000;
}
.marketkey-slider .swiper-slide:hover p { color:#14aa2c; }
.marketkeys::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow8.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.marketkeys1::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow2.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.europe-marketkeys::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow8.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.middle-east-marketkeys::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow8.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.australia-new-zealand-marketkeys::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow8.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.blog::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow8.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow8.png") no-repeat scroll 0 0;
  position: absolute;
  top:100px;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg2::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow2.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.marketkeys2::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow1.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.join-us::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow9.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.join-us1::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow2.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg6::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow10.png") no-repeat scroll 0 0;
  position: absolute;
  top:100px;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg7::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow11.png") no-repeat scroll 0 0;
  position: absolute;
  top:100px;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg8::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow12.png") no-repeat scroll 0 0;
  position: absolute;
  top:100px;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg9::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow13.png") no-repeat scroll 0 0;
  position: absolute;
  top:100px;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg10::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow14.png") no-repeat scroll 0 0;
  position: absolute;
  top:100px;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg5::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow1.png") no-repeat scroll 0 0;
  position: absolute;
  top:0px;
  right: 10%;
  content: "";
  z-index: 98;
}
.cad-bg3::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow15.png") no-repeat scroll 0 0;
  position: absolute;
  top:0px;
  right: 10%;
  content: "";
  z-index: 98;
}
.faq::before {
  width: 109px;
  height: 37px;
  background: url("../../images/arrow1.png") no-repeat scroll 0 0;
  position: absolute;
  top:0px;
  right: 10%;
  content: "";
  z-index: 98;
}
/*.marketkey-slider .swiper-button-next, .marketkey-slider .swiper-button-prev { color:#848484; }*/
.faq { padding:30px 0; background:#fff;  position: relative; }
.faq .accordion-button:not(.collapsed) { background:#1fa92f; color: #fff; }
.faq .accordion-button { background:#1fa92f; color: #fff; }

.cad-banner {  height: 65vh !important;  margin-bottom:-100px; }
.cad-bg { padding:140px 0 40px 0; background:#e9eaec url("../../images/marketkeys-bg1.jpg") no-repeat scroll center 99px; background-size:100%;  position: relative; }
.cad-bg6 { padding:140px 0 40px 0; background:#e9eaec url("../../images/marketkeys-bg1.jpg") no-repeat scroll center 99px; background-size:100%;  position: relative; }
.cad-bg7 { padding:140px 0 40px 0; background:#e9eaec url("../../images/marketkeys-bg1.jpg") no-repeat scroll center 99px; background-size:100%;  position: relative; }
.cad-bg8 { padding:140px 0 40px 0; background:#e9eaec url("../../images/marketkeys-bg1.jpg") no-repeat scroll center 99px; background-size:100%;  position: relative; }
.cad-bg9 { padding:140px 0 40px 0; background:#e9eaec url("../../images/marketkeys-bg1.jpg") no-repeat scroll center 99px; background-size:100%;  position: relative; }
.cad-bg10 { padding:140px 0 40px 0; background:#e9eaec url("../../images/marketkeys-bg1.jpg") no-repeat scroll center 99px; background-size:100%;  position: relative; }
.cad-img1 {  position:absolute;  left: 0;  top:0;  z-index: 9; }
.cad-bg2 { padding:30px 0; background:#275e97;  position: relative; }
.cad-bg3 { padding:70px 0; background:#17426c; position: relative; }
.cad-bg4 { padding:0; background:#fff; margin:0; }
.cad-bg4 .section-header h3 { font-size: 33px; line-height:41px; }
.cad-bg4 img.img-fluid { width:100%; }
ul.cad-list { padding:0; margin:0 0 0 30px; list-style:none; }
ul.cad-list li { padding:0; margin:10px 0; list-style:none; }
ul.cad-list li img { float: left;  margin-right: 10px; margin-top:4px; }
.cad-bg5 { padding:50px 0; background:#fff url("../../images/specialise-bg.jpg") repeat-x scroll top; position: relative;  }
#cad-img-section img { border:2px solid #979797; border-radius:10px;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
  width:100%;
}
#cad-img-section img:hover { 
  border:2px solid #2a80d5;  
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
#cad-img-section p { text-align:center; margin-top:5px; margin-bottom: 0; }
#cad-img-section .col-md-3:hover p { color:#14aa2c; }
.marketkeys2 { padding:60px 0; background:#275d99 url("../../images/marketkeys-bg2.jpg") no-repeat scroll center bottom;background-size:100%;  position: relative; }
.join-us { padding:60px 0; background:#fff; position: relative; }
.join-us1 { padding:60px 0; background:#fff; position: relative; }
.join-bg1 { padding:60px 0; background:#eee; position: relative; }
.join-bg2 { padding:60px 0; background:#fff; position: relative; }
.btn-apply {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding:6px 20px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px 0;
  color: #1fa92f;
  background: #fff;
  border:2px solid #1fa92f;
}
.btn-apply:hover { color: #fff;  background: #1fa92f; }
#ApplyModal p { margin:0; }
#ApplyModal .modal-body { border:2px solid#1fa92f; border-radius: 5px; }
.submit-apply { 
  background: #1fa92f;
  border: 0;
  padding:8px 0;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  width: auto;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  width:100%; 
}
#join-us li { list-style: square; }
.hide-text {display: none;}
.social-share a{
padding:15px 18px;
color: #000;
background-color: #f4f4f4;
border-radius: 50%;
height: 50px;
width: 50px;
margin: 5px;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height:80vh;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-top:50px;
}
.about-banner {
  height: 70vh !important;   
}
.contact-banner {
  height: 70vh !important;   
}
.mobile_banner { display:none; }
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
  max-width: 800px;
}

#hero .container {
  text-align:left;
}

#hero h2, #hero h1 {
  color: #141416;
  margin-bottom:20px;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Poppins Bold', sans-serif;
}
#hero h2 span, #hero h1 { color: #10a808; }
@media (max-width: 768px) {
  #hero h2, #hero h1 {
    font-size: 28px;
  }  
  #hero p {
    font-size: 18px;
  }
}
@media (max-width:468px) {
  #contact .php-email-form .col-md-21 { width:100% !important; }
  #testimonials .testimonials-slider { width:100% !important; }
  .top-header h2 span { display:none; }
  #about { min-height:auto !important; }
  .service-image { display:none; }
  .service-link { display:none; }
  ul.service-list li { margin:0 0 10px 0 !important; }
  ul.service-list {  margin: -50px 0 0 0 !important; }
  #about { background-position:center center !important; }
  #call-to-action { background-size: cover !important; background-position: center !important; }
  #skills { background-size: cover !important; background-position: center !important; }
  #contact { background-size: cover !important; background-position: center !important; }
  .cad-img1  {  position: relative; }
  #hero .carousel-fade .carousel-inner .carousel-item { background-position: right !important; }
}
#hero p { color: #282828;  font-size: 21px;  margin-bottom:20px;  font-weight: 600; }
@media (max-width: 768px) {
  #hero p {
    font-size: 18px;
  }
}
#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}
#hero .carousel-indicators [data-bs-target] { background-color: #000; }

#hero .btn-get-started {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding:12px 20px;
  border-radius:10px;
  transition: 0.5s;
  margin: 10px 0;
  color: #fff;
  background: #1fa92f;
}

#hero .btn-get-started:hover {
  background:#2583db;
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h1 {
    font-size: 39px;
    color: #111;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Poppins Bold', sans-serif;
}
.section-header h1 span { color:#22aa31; }

.section-header h3 {
  font-size: 39px;
  color: #111;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  font-family:'Poppins Bold', sans-serif;
}
.section-header h3 span { color:#22aa31; }

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #1fa92f;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #1fa92f;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background:#edeef0 url("../../images/martsourcing-bg.jpg") no-repeat scroll 0 0;
  padding: 60px 0;
  background-size:100%;
  min-height:800px;
  position: relative;
}
#about::before {
  width:109px;
  height:37px;
  background: url("../../images/arrow1.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right:10%;
  content: "";
  z-index: 98;
}
#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}
#about .service-image { position:absolute; }
#about .service-link { position:relative; }
#about .service-link a { position:relative; z-index:999; }
#about .service-link a:nth-child(1) { left:260px; top:-35px; }
#about .service-link a:nth-child(2) { left:280px; top:-10px; }
#about .service-link a:nth-child(3) { left:285px; top:50px; }
#about .service-link a:nth-child(4) { left:265px; top:135px; }
#about .service-link a:nth-child(5) { left:210px; top:240px; }
#about .service-link a:nth-child(6) { left:122px; top:340px; }
#about .service-link a:nth-child(7) { left:-7px; top:425px; }
#about .service-link a:nth-child(8) { left:-200px; top:490px; }
#about .service-link a img.hover-sv { display:none; }

@media (max-width:1366px) {
  #about .service-link a:nth-child(8) { left:300px; top:420px; }  
}

ul.service-list { margin:0; padding:0; width:100%; float:left; list-style:none; }
ul.service-list li { margin:0 0 40px 0; padding:0; width:100%; float:left; }
ul.service-list li a { color:#1a1b1d; font-weight:bold; font-size:19px; }
ul.service-list li a:hover { color:#155ea6; }

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #1fa92f;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .about-col i {
  font-size: 28px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #1fa92f;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #1fa92f;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
#services::before {
  width:109px;
  height:37px;
  background: url("../../images/arrow2.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right:10%;
  content: "";
  z-index: 98;
}
#services img { 
   transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
#services img:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background:#386eaa url("../../images/experience-bg.jpg") no-repeat scroll 0 0;
  background-size: 100%;
  padding: 60px 0;
  position: relative;
}
#call-to-action::before {
  width:109px;
  height:37px;
  background: url("../../images/arrow3.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right:10%;
  content: "";
  z-index: 98;
}
#call-to-action h3 {
  font-size: 39px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  font-family:'Poppins Bold', sans-serif;
}
#call-to-action h3 span { color:#22aa31; }

#call-to-action .counters span::after {
  content: "+";
  position: absolute;
  z-index: 9;
  color: #fff;
}
#call-to-action .counters span {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: bold;
  font-size:61px;
  display: block;
  color: #fff;
}
#call-to-action .counters p {
  padding: 0;
  margin: 0;
  font-family: 'Poppins Regular', sans-serif;
  font-size:21px;
  color: #fff;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
  background: url("../../images/expertise-bg.jpg") no-repeat scroll 0 0;
  background-size: 100% 100%;
  position: relative;
}
#skills::before {
  width:109px;
  height:37px;
  background: url("../../images/arrow4.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right:10%;
  content: "";
  z-index: 98;
}
.expertise-col { padding:20px; margin:0; background:#fff; border:1px solid #000; width:100%; float:left; position:relative; }
.expertise-col:hover { background:#1eaa2f; color:#fff; }
ul.expertise-list { padding:0px; margin:0; width:100%; float:left; list-style:none; }
ul.expertise-list li { padding:0px; margin:0; width:100%; float:left; font-size: 15px; }
img.normal-v { position:absolute; right:20px; top:20px; display:block; }
img.hover-v { display:none; }
.expertise-col:hover img.normal-v { display:none; }
.expertise-col:hover img.hover-v { position:absolute; right:20px; top:20px; display:block; }

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: 'Poppins Regular', sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #1fa92f;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #1fa92f;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  font-size: 22px;
  color: #333;
  line-height: 0;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #1fa92f;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #1fa92f;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1fa92f;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1fa92f;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  opacity: 0.5;
  transition: 0.3s;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1fa92f;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1fa92f;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
  background: url("../../images/testimonial-bg.jpg") no-repeat scroll 0 0;
  background-size: 100% 100%;
  position: relative;
}
#testimonials::before {
  width:109px;
  height:37px;
  background: url("../../images/arrow5.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right:10%;
  content: "";
  z-index: 98;
}

#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials h3 { color:#fff; }
#testimonials .testimonials-carousel {
  overflow: hidden;
}
#testimonials .testimonials-slider { width:60%; margin:0 auto; }
#testimonials .testimonial-item {
  text-align: center;
  background:#fff;
  padding:40px 20px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin:12px;
  position: relative;
  margin:10px 50px;
}
#testimonials .swiper-slide { padding:0 0 90px 0; }
#testimonials .testimonial-item::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -12px;
    left: -10px;
    border:2px solid #fff;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#testimonials .testimonial-item:after {
  width:95px; 
  height:88px; 
  background:url("../../images/arrow-down.png") no-repeat scroll 0 0;
  position: absolute;
  bottom:-88px;
  left:150px;
  content: "";
  z-index: 98;
 }
#testimonials .testimonial-item h3 {
  font-size:19px;
  font-weight: normal;
  margin: 10px 0 5px 0;
  color: #21a929;
}

#testimonials .testimonial-item h3 span {
  font-size: 11px;
  color: #7a7a7a;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width:75px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width:75px;
  float:right;
}

#testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  color:#3d3d3d;
}

#testimonials .testimonials-slider .swiper-button-next {
  color: #fff;
  right:0px;
  top:35%;
}

#testimonials .testimonials-slider .swiper-button-prev {
  color: #fff;
  left:0px;
  top:35%;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #1fa92f;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
  background: url("../../images/contact-bg.jpg") no-repeat scroll 0 0;
  background-size: 100% 100%;
  position: relative;
}
#contact::before {
  width:109px;
  height:37px;
  background: url("../../images/arrow6.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right:10%;
  content: "";
  z-index: 98;
}
#contact .contact-info {
  text-align: center;
}

#contact .contact-info h3 {
  font-size:21px;
  margin-top: 15px;
  font-weight: 500;
  color: #4d4d4d;
}

#contact .contact-info a {
  color: #4d4d4d;
}

#contact .contact-info a:hover {
  color: #1fa92f;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  padding:0px;
}
.php-email-form p {
  margin:0px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #1fa92f;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1fa92f;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form .form-group {
  margin-bottom: 20px;
}
#contact .php-email-form .col-md-21 { width:20%; }
#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  border-radius:10px;
  border:1px solid #cacaca;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #1fa92f;
}

#contact .php-email-form .submit-button {
  background: #1fa92f;
  border: 0;
  padding:18px 0;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  width:100%;
  border-radius:8px;
  margin-top:-9px;
  font-size: 18px;
  font-weight:600;
}

#contact .php-email-form .submit-button:hover {
  background:#2583db;
}
#contact .php-email-form p { margin:0; }
/* Contact Section
--------------------------------*/
#contact-page {
  padding: 60px 0;
  position: relative;
}
.section-bg1 { 
  background:#fff;
}
.contact-section-bg { 
  background:#275e97;
}
#contact-page .contact-info i {
  font-size: 48px;
  display: inline-block;
  color: #18d26e;
}
.section-bg1::before {
  width:109px;
  height:37px;
  background: url("../../images/arrow2.png") no-repeat scroll 0 0;
  position: absolute;
  top: 0;
  right:10%;
  content: "";
  z-index: 98;
}
#contact-page .contact-info {
  text-align: center;
}

#contact-page .contact-info a {
  color: #4472a2;
}

#contact-page .contact-info a:hover {
  color: #1fa92f;
}

#contact-page .contact-address,
#contact-page .contact-phone,
#contact-page .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact-page .contact-address,
  #contact-page .contact-phone,
  #contact-page .contact-email {
    padding: 20px 0;
  }
}

#contact-page .php-email-form {
  padding:0px;
}

#contact-page .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact-page .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact-page .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #1fa92f;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact-page .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact-page .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1fa92f;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact-page .php-email-form .form-group {
  margin-bottom: 20px;
}
#contact-page .php-email-form .col-md-21 { width:20%; }
#contact-page .php-email-form input,
#contact-page .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  border-radius:10px;
  border:1px solid #cacaca;
}

#contact-page .php-email-form input::focus,
#contact-page .php-email-form textarea::focus {
  background-color: #1fa92f;
}

#contact-page .php-email-form .submit-button {
  background: #1fa92f;
  border: 0;
  padding:15px 25px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  width:auto;
  border-radius:8px;
  font-size: 18px;
  font-weight:600;
}

#contact-page .php-email-form .submit-button:hover {
  background:#2583db;
}

/* Relative positioning*/
.map-holder { width:100%; }
#image-map {
    position: relative;
    margin:0px auto;
    width:1055px;
}
.ctooltip {
  position: absolute;
  display: inline-block;
}
.ctooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #1fa92f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}
.ctooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1fa92f transparent transparent transparent;
}
.ctooltip:hover .tooltiptext {
  visibility: visible;
}
.position1 { left:360px; top:211px; }
.position2 { right:126px; top:254px; }
.position3 { right:325px; top:248px; }
.position4 { right:404px; top:223px; }
.position5 { right:452px; bottom:100px; }
.position6 { left:326px; top:302px; }
.position7 { left:272px; top:320px; }
.position8 { left:300px; top:264px; }
.position9 { left:204px; top:281px; }
.position10 { left:181px; top:140px; }

@media (max-width: 1054px) {
  .map-holder {
    overflow:scroll;
  }
}







@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding:60px 0 40px 0;
  position:relative;
}

.blog .entry {
  padding:0px;
  margin-bottom: 60px;
  text-align:center;
}

.blog .entry .entry-img img {
  height: 100%;
  margin:0;
  overflow: hidden;
  border-radius: 10px;
  width:100%;
}

.blog .entry .entry-img a img {
  height: 100%;
  margin:0;
  overflow: hidden;
  border-radius: 10px;
  width:100%;
}
.blog .entry .entry-title {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin:15px 0;
}

.blog .entry .entry-title a {
  color: #111;
  transition: 0.3s;
}
.blog .entry .entry-title a span { color:#10a808; }
.blog .entry .entry-title a:hover {
  color: #1fa92f;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #1fa92f;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: left;
  text-align-last: left;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background:#1fa92f;
  color: #fff;
  padding:12px 20px;
  transition: 0.3s;
  font-size: 16px;
  border-radius:10px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #2583db;
  color: #fff;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content ul li { list-style:square !important; margin: 5px 0; }

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #1fa92f;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #1fa92f;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #666666;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #1fa92f;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #333333;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(51, 51, 51, 0.4);
  margin-right: 5px;
  transition: 0.3s;
}

.blog .blog-author .social-links a:hover {
  color: #1fa92f;
}

.blog .blog-author p {
  font-style: italic;
  color: #666666;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #666666;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #333333;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #1fa92f;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #666666;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #666666;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  background:#1fa92f;
  color: #fff;
  padding:12px 20px;
  transition: 0.3s;
  font-size: 16px;
  border-radius:10px;
  border: none;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background: #2583db;
  color: #fff;
}

.blog .blog-pagination {
  color: #1fa92f;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #1fa92f;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: bold;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #1fa92f;
  border-radius: 50px;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #333333;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 70px);
  box-shadow: none;
}

.blog .sidebar .search-form form input:focus {
  box-shadow: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: -1px;
  background: #1fa92f;
  color: #fff;
  transition: 0.3s;
  line-height: 0;
  border-radius: 50px;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #13a456;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #333333;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #1fa92f;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b3b3b3;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  height: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #333333;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #1fa92f;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b3b3b3;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #333333;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #1fa92f;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  background: #1fa92f;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #145894;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 13px;
}

#footer .footer-top {
  background: #525252;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info h3 {
  font-size:19px;
  margin:15px 0 5px 0;
  padding:0;
  line-height:1;
  font-family: 'Poppins Regular', sans-serif;
  font-weight:600;
  color:#525252;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height:15px;
  margin-bottom: 0;
  font-family: 'Poppins Regular', sans-serif;
  color: #525252;
  width:100%;
  margin:0 0 10px 0;
}
#footer .footer-top .footer-info p a { color: #525252; }
#footer .footer-top p.border-top { border-top:1px solid #c6c6c6 !important; }
.border-both { border-left:1px solid #c6c6c6; border-right:1px solid #c6c6c6; margin:0 !important; padding: 0 0 0 50px !important; }
.margin-left-heading { padding: 0 0 0 50px; }
@media (max-width: 992px) { 
  .border-both { margin: 0 0 30px 0 !important; padding: 0 !important; border-left:none; border-right:none;  }
  .margin-left-heading { padding:30px 0 0 0; }
  #testimonials .testimonial-item::after { left:50px; }
}
#footer .footer-top .footer-info p i { color:#fff; background:#1f83d5; border-radius:50%; padding: 4px 5px;
  font-size: 9px;   font-weight: normal; }
#footer .footer-top .social-links a {
  display: inline-block;
  background: #7f8293;
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #2084e3;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  color:#525252;
}

#footer .footer-top .footer-links ul li {
  padding:5px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #525252;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1fa92f;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #525252;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #1fa92f;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top:20px;
}

#footer .copyright a {
  text-align: center;
  font-size: 13px;
  color: #fff;
}
 h1.title-text {
    font-size: 39px;
    color: #111;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Poppins Bold', sans-serif;
}

.faq_sec {padding: 20px 0 60px 0;}
.accordion-button, .accordion-button:not(.collapsed) {background: #17426c; color: #ffff;}
.accordion-button:focus {box-shadow: none;}
.accordion-button:after {background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;}
.other_links {padding-top: 20px;}
.other_links p {margin-bottom: 0;}
.other_links a {color: #525252;}
.other_links a:hover {color: #1fa92f;}


.blog .blog-comments .reply-form .submit
{
  background: #1fa92f;
  color: #fff;
  padding: 12px 20px;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 10px;
  border: none;
}
.blog .blog-comments .reply-form .submit:hover{
  background: #2583db;
  color: #fff;
}

/* Wrap Name and Email in one row */
.comment-form-author,
.comment-form-email {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.comment-form-author {
    margin-right: 4%;
}

/* Make Website full width */
.comment-form-url {
    width: 100%;
}

/* Reduce Comment textarea height */
.comment-form-comment textarea {
    min-height: auto;
    height: 90px;
}

/* Improve spacing */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.comment-form p {
    margin-bottom: 15px;
}

.logo-list {
  list-style: none;
  padding: 5px;
  margin: 0;
  display: flex;           /* Horizontal layout */
  justify-content: center; /* Center align logos */
  gap: 20px;               /* Space between logos */
}

.logo-list li {
  display: inline-block;
}

.logo-list img {
  max-height: 200px;  /* adjust logo size */
  width: auto;
}


/* Phone + Email list inline */
.top-header-list {
  display: flex;
  gap: 15px; /* Space between phone and email */
  margin: 0;
  padding: 0;
}

.top-header-list li {
  display: inline-block;
}

.top-header-list a {
  text-decoration: none;
  color: #fff; /* Change as needed */
  font-size: 14px;
}
/* Reset UL default styles */
.top-header .col-md-12.text-end ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Style the top header block */
.top-header .col-md-12.text-end > ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Right align */
  gap: 20px; /* Space between Let's Talk, phone, email */
}

/* Remove margin under h2 and inline align */
.top-header .col-md-12.text-end h2 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
}
