/* ============  WebTheme widgets section style css start here  ==============  */
/*==================  Marque Animation Css Start here  =====================   */
.marque-section {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0;
}
.marque-section .marque-content h1{
   margin: 0;
   font-size: 100px;
   color: #26A692;
   line-height: 110px;
}
.marque-section .marque-content h1 span {
    margin: 0;
    font-size: 100px;
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #26A692;
    color: transparent;
    line-height: 110px;
}

.marque-section .marque-text-animate {
   align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: text-animate 30s linear infinite;
    animation: text-animate 30s linear infinite;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
/* .marque-section .marque-text-animate:hover {
    animation: inherit;
} */
@-webkit-keyframes text-animate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}
.marque-section .marque-text-animate h1 img {
    animation: img_circle_rotate 15s linear infinite;
    padding: 0 20px 0 20px;
    margin: 0 0 0 13px;
}
@keyframes img_circle_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/*   Marque option 2   */
.marque-section.option2 .marque-text-animate {
    animation: text-animate-2 25s infinite linear;
    transition:0.5s;
}
@keyframes text-animate-2 {
    from {
        transform: translateX(-50%)
    }
    to {
        transform: translateX(0%)
    }
}
.marque-section.option2 .marque-text-animate h1 img {
    animation: img_circle_rotate2 10s linear infinite;
    padding: 0 20px 0 20px;
    margin: 0 0 0 13px;
}
@keyframes img_circle_rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*   Marque css end  */

/* ======================  Banner Section Title Css Start here  =========================== */
.banner-section {
    position: relative;
    padding: 195px 0 190px;
    z-index: 0;
    transition: 0.4s;
    text-align: left;
    border-radius: 25px;
}
.banner-section.option2{
    position: relative;
    padding: 195px 0 265px;
    z-index: 0;
    transition: 0.4s;
    text-align: left;
}
.single-image img {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
.banner-subtitle h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    background-color: #FFFFFF4D;
    padding: 8px 30px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 7px 0;
    font-family: "Rajdhani", sans-serif;
}
.banner-title-one h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-top: 12px;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
}
.banner-title-two h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
}
.banner-title-three h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
}
.banner-description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFFCC;
  margin-top: 8px;
}
.banner-button {
  display: inline-block;
  line-height: 0;
  margin: 40px 0 0 0;
}
.banner-button a {
    display: inline-block;
    transition: all 0.5s ease 0s;
    z-index: 1;
    background: #26A692;
    padding: 0 36px;
    line-height: 56px;
    text-align: center;
    height: 56px;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.banner-button a i {
    display: inline-block;
    margin-left: 20px;
}
.banner-button a:hover {
  color: #fff;
}
.banner-button.two {
  margin-left: 20px;
}
.banner-button.two a {
  background: transparent;
  border: 1px solid #46A6D5
}
.banner-button a:before {
    content: "";
    background: #363DA3;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s;
    z-index: -1;
}

.banner-button a:hover:before {
  width: 100%;
  left: 0;
}

.banner-button a::after {
    background: #fff;
    content: "";
    position: absolute;
    right: 63px;
    top: 18px;
    height: 20px;
    width: 1px;
    transition: 0.4s;
}

/*=====================     Banner Two section css start here  =======================  */
.banner-section.banner-two {
  background: inherit;
  padding: 240px 0 360px 0;
  position: relative;
  z-index: 0;
  transition: 0.4s;
  text-align: center;
}
.banner-section.banner-two:before {
  display: none;
}
.banner-section.banner-two .banner-description p {
  width: 80%;
  margin: auto;
}
/* ======================  Banner animation Css Start here  =========================== */
#particles-banner-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:-1;
  background: transparent;
}
/*=====================     Brand section css start here  =======================  */
.brand-section {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.brand-section .brand-images {
    text-align: -webkit-center;
}
.brand-section .brand-images img{
  filter: brightness(0);
  transition: .4s;
}
.brand-section .brand-images img:hover{
  filter: brightness(1);
}

.brand-section.option2 {
    background: #fff;
    padding: 33px 32px;
    margin-top: -120px;
    border-radius: 30px 30px 0 0;
}

/*==================    button section css start here  =====================  */
svg {
    overflow: hidden;
    vertical-align: middle;
    height: 20px;
    width: auto;
}

/*   single Button css option 1  */

.single-button.option1 .button-content a {
    display: inline-block;
    padding: 0 36px;
    line-height: 55px;
    text-align: center;
    height: 55px;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    transition: 0.4s;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    background: #26A692;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.single-button.option1  .button-content a:hover {
  color:#fff;
}
.single-button.option1 .button-content a:before {
  background: #0D0D3F;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 28px;
}
.single-button.option1 .button-content a:hover:before {
  width:103%;
}
.single-button.option1 .button-content a i {
  padding: 0 0 0 20px;
  position: relative;
  top: 0;
  color: #fff;
  transition: 0.4s;
}
.single-button.option1 .button-content a i::after {
    background: #fff;
    content: "";
    position: absolute;
    left: 9px;
    top: 3px;
    height: 15px;
    width: 1px;
    transition: 0.4s;
}

/*   single Button css option 2  */

.single-button.option2 .button-content a {
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  line-height: 52px;
  text-align: center;
  height: 52px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  font-size: 15px;
  color: #121d17;
  font-weight: 500;
}
.single-button.option2  .button-content a:hover {
  color:#fff;
}
.single-button.option2 .button-content a:before {
  background: #FF860F;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 26px;
}
.single-button.option2 .button-content a:hover:before {
  width:103%;
}
.single-button.option2 .button-content a i {
  padding: 0 0 0 5px;
  position: relative;
  top: 0;
  font-size: 12px;
  color: #121d17;
  transition: 0.4s;
  font-weight: 900;
}
.single-button.option2 .button-content a:hover i {
  color: #ffffff;
}

/*   single Button css option 3  */

.single-button.option3 .button-content a {
  display: inline-block;
  background: #2688EA0D;
  width: 100%;
  font-size: 16px;
  line-height: 55px;
  color: #80868C;
  font-weight: 400;
  text-align: center;
  height: 55px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.single-button.option3  .button-content a:hover {
  color:#fff;
}
.single-button.option3 .button-content a:before {
  background: #26A692;
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:0;
  z-index: -1;
  transition:0.4s;
  border-radius: 4px;
}
.single-button.option3 .button-content a:hover:before {
  width:100%;
}
.single-button.option3 .button-content a i {
  padding-right: 9px;
  position: relative;
  top: 0;
  font-size: 20px;
  color: #363DA3;
  transition:0.4s;
}
.single-button.option3 .button-content a:hover i {
  color: #26A692;
}

/*   single Button css option 4  */
.button-content {
  line-height: 0;
}
.single-button.option1.option4 .button-content a {
  display: inline-block;
  background: #26A692;
  padding: 0;
  line-height: 60px;
  text-align: center;
  height: 60px;
  width: 196px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

/*  =====================  Faq section css start here  ========================= */

.accordion-content li {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    z-index: 1;
}
.accordion-content li p {
    display: none;
    padding: 17px 25px 3px;
    color: #6c7470;
    font-size: 16px;
}
.accordion-content a img {
  transition: 0.4s;
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 10px 0 0;
}
.accordion-content a {
  z-index: 1;
  position: relative;
  width: 100%;
  display: inline-grid;
  cursor: pointer;
  padding: 12px 33px;
  background: inherit;
  border-radius: 10px;
  font-size: 20px;
  color: #0D0D3F!important;
  font-weight: 600;
  transition: 0.4s;
  box-shadow: 0px 0px 2px 0px #00000040;
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
}
.accordion-content a:hover {
    color: #26A692 !important;
}
.accordion-content a.active {
  color: #fff !important;
  background: #26A692;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.accordion-content a.active:hover {
    color: #fff !important;
}
.accordion-content .active img {
  filter: brightness(0) invert(1);
}
.accordion-content a:after {
    width: 10px;
    height: 2px;
    background: #0D0D3F;
    position: absolute;
    right: 24px;
    content: " ";
    top: 50%;
    transition:0.3s;
    transform: translate(-50%, -50%);
}
.accordion-content a:before {
    width: 2px;
    height: 10px;
    background: #0D0D3F;
    position: absolute;
    right: 32px;
    content: " ";
    top: 50%;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
    transform: translate(-50%, -50%);
}
.accordion-content li p {
  display: none;
  font-size: 16px;
  line-height: 28px;
  padding: 23px 20px 23px 33px;
  box-shadow: 0px 0px 2px 0px #00000040;
  background: inherit;
  border-radius: 0 0 10px 10px;
  color: #80868C;
}
a.active:after {
    transition: 0.3s;
    background: #fff;
    transform: translate(-50%, -50%);
}
a.active:before {
 display: none;
}

/*=================   Call to action section css start here =============== */

.single-call-to-action {
    text-align: center;
    padding: 50px;
    background: #efefef;
    border-radius: 10px;
}
.call-video-button {
    display: inline-block;
    background: #26A692;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}
.call-video-link a {
    color: #fff;
    font-size: 30px;
}
.call-action-title h3 {
    padding: 20px 0 0 0;
    font-size: 20px;
}
.call-action-title h1 {
    padding: 20px 0 20px 0;
    font-size: 40px;
}
.call-action-description p {
    font-size: 18px;
    color: #6c7470;
    padding: 0 0 30px 0;
}
.call-action-button a {
    background: #6c7470;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
}

/* ==================   case study post type css start here ===============*/

.case-study-thumb {
  position: relative;
  z-index: 1;
  height: 680px;
  overflow: hidden;
  transition: 0.5s;
}
.case-study-thumb::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #FFFFFF80;
}
.single-case-study-post-type .case-study-thumb a img {
	display: none;
}
.single-case-study-post-type .case-study-content {
    padding: 0px 0 0 50px;
    position: absolute;
    bottom: -85px;
    left: 0;
    transition: 0.5s;
    z-index: 2;
}
.single-case-study-post-type:hover .case-study-content {
  bottom: 30px;
}
.single-case-study-post-type .case-study-title h1 a {
  display: inline-block;
  transition: 0.5s;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  position: relative;
  padding: 20px 0 0;
}
.case-study-thumb:hover .case-study-title h1 a {
  color: #26A692;
}
.case-study-category h5 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  background-color: #FFFFFF33;
  z-index: 2;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  padding:8px 30px;
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
}
.case-study-category h5:before {
  content:"";
  position: absolute;
  background: #26A692;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition:0.4s;
  border-radius: 5px;
  transform: scale(0);
}
.case-study-thumb:hover .case-study-category h5:before {
  transform: scale(1);
}
.case-study-disc p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 6px 0 30px;
    opacity: 0;
    transition: .4s;
}
.case-study-button a i {
  font-size: 18px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #26A692;
  color: #ffffff;
  transform: rotate(0deg);
  transition: 0.4s;
  position: relative;
  display: inline-block;
  opacity: 0;
}
.case-study-button a:hover i {
  transform: rotate(-45deg);
}
.case-study-thumb:hover .case-study-disc p {
  opacity: 1;
}
.case-study-thumb:hover .case-study-button a i {
  opacity: 1;
}

/* ==================   Circle Progress css start here ===============*/

.single-circle-progress {
    display: inline-block;
    position: relative;
}
.single-circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.circle-progress-content {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: transparent;
  display: inline-block;
  position: relative;
}
.circle-progress-content:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.circle-progress-content > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.circle-progress-content .circle-progress-site-2 {
  left: 0;
}
.circle-progress-content .circle-progress-graph {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #121D17;
}
.circle-progress-content .circle-progress-site-2 .circle-progress-graph {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  transform-origin: center left;
}
.circle-progress-content .circle-progress-site-1 {
  right: 0;
}
.circle-progress-content .circle-progress-site-1 .circle-progress-graph {
    left: -96%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.circle-progress-content .circle-progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: #121D17;
}
.circle-progress-content .circle-progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* Circle progress animation */
.circle-progress-content[data-percentage="10"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-1 1.5s linear forwards;
}
.circle-progress-content[data-percentage="10"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="20"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-2 1.5s linear forwards;
}
.circle-progress-content[data-percentage="20"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="30"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-3 1.5s linear forwards;
}
.circle-progress-content[data-percentage="30"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="40"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-4 1.5s linear forwards;
}
.circle-progress-content[data-percentage="40"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="50"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="50"] .circle-progress-site-2 .circle-progress-graph {
  animation: 0;
}
.circle-progress-content[data-percentage="60"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="60"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-1 1.5s linear forwards 1.5s;
}
.circle-progress-content[data-percentage="70"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="70"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-2 1.5s linear forwards 1.5s;
}
.circle-progress-content[data-percentage="80"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="80"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-3 1.5s linear forwards 1.5s;
}
.circle-progress-content[data-percentage="90"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="90"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-4 1.5s linear forwards 1.5s;
}
.circle-progress-content[data-percentage="100"] .circle-progress-site-1 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards;
}
.circle-progress-content[data-percentage="100"] .circle-progress-site-2 .circle-progress-graph {
  animation: progress-loding-5 1.5s linear forwards 1.5s;
}

@keyframes progress-loding-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes progress-loding-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes progress-loding-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes progress-loding-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes progress-loding-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

/*  =================    Counter Section CSS   ==================  */

.counter-section {
	position: relative;
  transition: .4s;
}
.counter-section.option1 {
    padding: 30px 0 18px;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 225px;
    transition: 0.4s;
    border-radius: 20px;
    box-shadow: 0 0 2px 0 #00000040;
}

.counter-section.option1 .counter-icon {
  position: relative;
  top: 0;
  height: 80px;
  width: 80px;
  line-height: 105px;
  border-radius: 50%;
  background-color: #26A6921A;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  transition: .4s;
}
.counter-section.option1 .counter-icon img{
  transition: .4s;
}
.counter-section.option1 .calculate-number {
    display: inline-block;
    color: #0D0D3F;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    padding: 11px 0 0;
    transition: 0.4s;
}
.counter-section.option1 .conter-plus {
  display: inline-block;
  color: #0D0D3F;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  transition:0.4s;
}
.counter-section.option1 .counter-title h1 {
  color: #9094B6;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.counter-section.option1:hover .counter-icon img{
   transform: scaleX(-1);
}

/*  counter option 2 Css Start here   */

.counter-section.option2 {
  position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    z-index: 1;
    transition: .4s;
}
.counter-section.option2 .counter-icon {
    height: 90px;
    width: 90px;
    line-height: 125px;
    text-align: center;
    border-radius: 50%;
    background-color: #FFFFFF4D;
    transition: .4s;
}
.counter-section.option2 .counter-icon img{
   transition: .4s;
}
.counter-section.option2 .calculate-number {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}
.counter-section.option2 span.conter-plus {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}
.counter-section.option2 .counter-title h1 {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFFB2;
  font-weight: 500;
  padding: 2px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.counter-section.option2:hover .counter-icon img{
  transform: scaleX(-1);
}

/* ======================  Feature Box Css Start here  =========================== */
.single-feature-box {
    text-align: center;
    z-index: 1;
    padding: 5px 15px 12px;
    border-radius: 5px;
    background: #fff;
    transition: .5s;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.single-feature-box .feature-title h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 27px 0 8px;
}
.single-feature-box .feature-description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
	transition: .5s;
}
.single-feature-box .feature-icon{
	display:inline-block;
	position:relative;
  height: 100px;
  width: 100px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  transition: .5s;
  box-shadow: 0px 0px 2px 0px #00000040;
  z-index: 1;
}
.single-feature-box .feature-icon img{
  transition: .5s;
}
.single-feature-box .feature-icon::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
  transform: scale(0);
  border-radius: 50%;
  background-color: #26A692;
  z-index: -1;
}
.single-feature-box:hover .feature-icon::before{
  transform: scale(1);
}
.single-feature-box:hover .feature-icon img{
  filter: brightness(0) invert(1);
  transform: scaleX(-1);
}
.single-feature-box:hover .feature-title h1{
   color: #26A692;
}
.work-process{
  margin-top: 80px;
}

/* ======================  Flip Box Css Start here  =========================== */

.single-flip-box .flip-box-content {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: .5s;
}
.single-flip-box .flip-box-content .flip-box-above {
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  text-align: center;
  backface-visibility: hidden;
  perspective: 1000px;
  transition: .5s;
  border-radius: 5px;
  padding: 45px 25px 40px;
  background: #fff;
  position: relative;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.single-flip-box .flip-box-content:hover .flip-box-above {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.single-flip-box .flip-box-content .flip-icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 1px solid #26A692;
  text-align: center;
  line-height: 90px;
  margin: auto;
}
.single-flip-box .flip-box-content .above-title h1 {
  font-size: 22px;
  line-height: 28px;
  color: #121D17;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 20px 0;
}
.single-flip-box .flip-box-content .above-description p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.single-flip-box .flip-box-content .flip-box-behind{
  padding: 47px 25px 68px 25px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  text-align: center;
  backface-visibility: hidden;
  perspective: 1000px;
  transition: .5s;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.single-flip-box .flip-box-content:hover .flip-box-behind {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.single-flip-box .flip-box-content .flip-box-behind:before {
  border-radius: 5px;
  background: rgb(181, 154, 109, 0.9);
  z-index: -1;
  content:"";
  top:0;
  left: 0;
  height: 100%;
  width:100%;
  position: absolute;
}
.single-flip-box .flip-box-content .behind-title h1 {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.single-flip-box .flip-box-content .behind-description p {
  font-size: 16px;
  line-height: 26px;
  color: #fafafa;
  font-weight: 400;
  text-align: center;
  padding: 17px 0 37px 0;
  margin: 0;
}
.single-flip-box .flip-box-content a.behind-btn {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 16px 30px 16px 30px;
}
.single-flip-box .flip-box-content a.behind-btn i {
  font-size: 15px;
  color: #fff;
  padding: 0 0 0 5px;
  top: 1px;
  position: relative;
}

/* ======================  Heading Title Css Start here  =========================== */
.single-heading .heading-title {
  font-size: 16px;
  line-height: 26px;
  color: #9094B6;
}
.single-heading .heading-title span{
  color: #26A692;
  display: inline-block;
}

/* ======================  Section Title Css Start here  =========================== */
/*      title css option 1      */
.main-title-area.option1 .section-subtitle h3 {
  color: #26A692;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 8px 30px;
  background-color: #26A6921A;
  border-radius: 5px;
}
.main-title-area.option1 .section-title-one h1 {
    font-size: 45px;
    color: #0D0D3F;
    font-weight: 700;
    line-height: 50px;
    margin-top: 20px;
}
.main-title-area.option1 .section-title-two h1 {
  font-size: 45px;
  color: #0D0D3F;
  font-weight: 700;
  line-height: 50px;
}

.main-title-area.option1 .section-description p {
  font-size: 16px;
  line-height: 28px;
  color: #9094B6;
  font-weight: 500;
  padding: 20px 0 0;
}

/*      title css option 2      */

.main-title-area.option2 .section-subtitle h3 {
    color: #ffffff;
    position: relative;
    background-color: #FFFFFF1A;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 6px 31px;
    border-radius: 5px;
}
.main-title-area.option2 .section-title-one h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 20px;
}
.main-title-area.option2 .section-title-two h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}
.main-title-area.option2 .section-description p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 0 0 0;
}
/*      title css option 3     */
.main-title-area.option3 .section-subtitle h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 55px;
  color: #26A692;
  font-weight: 500;
}
.main-title-area.option3 .section-subtitle h3:before {
  content: "";
  position: absolute;
  right: -42px;
  top: 28px;
  height: 2px;
  width: 30px;
  background: #26A692;
  border-radius: 1px;
}
.main-title-area.option3 .section-subtitle h3:after {
  content: "";
  position: absolute;
  left: -42px;
  top: 28px;
  height: 2px;
  width: 30px;
  background: #26A692;
  border-radius: 1px;
}
.main-title-area.option3 .section-title-one h1 {
  font-size: 40px;
  line-height: 50px;
  color: #121D17;
  font-weight: 700;
  text-align: center;
}
.main-title-area.option3 .section-title-two h1 {
  font-size: 40px;
  line-height: 50px;
  color: #121D17;
  font-weight: 700;
  text-align: center;
}

/*      title css option 4    */

.main-title-area.option4 .section-title-one h1 {
  font-size: 56px;
  line-height: 70px;
  color: #121d17;
  font-weight: 700;
}
.main-title-area.option4 .section-title-two h1 {
  font-size: 56px;
  line-height: 70px;
  color: #121d17;
  font-weight: 700;
}
.main-title-area.option4 span.section-brandcolor-title {
  color: #fff;
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
}
.main-title-area.option4 .section-description p {
  font-size: 17px;
  line-height: 30px;
  color: #6c7470;
  font-weight: 400;
  width: 80%;
  padding: 11px 0 15px 0;
}

/* ======================  Icon Box Css Start here  =========================== */
.icon-box-section.option1 {
    display: flex;
    align-items: center;
    background: #FFFFFF1A;
    padding: 9px 10px 10px;
    border-radius: 5px;
    position: relative;
    gap: 10px;
    z-index: 1;
}
.icon-box-section.option1:before {
  content: "";
  position:absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
  background: #26A692;
  border-radius: 5px;
}
.icon-box-section.option1 .icon-box-icon-content {
    flex-shrink: 0;
}
.icon-box-section.option1 .small-img{
  height: 60px;
  width: 60px;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  transition: 0.5s;
  background-color: #363DA3;
}
.icon-box-section.option1 .small-img img{
  transition: .5s;
}
.icon-box-section.option1 .icon-box-title h2 {
  color: #ffffff;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.icon-box-section.option1:hover:before {
  height: 100%;
}
.icon-box-section.option1:hover .small-img img{
  transform: scaleX(-1);
}

/*   icon box option 2*/
.icon-box-section.option2 {
    display: flex;
    transition: 0.5s;
    align-items: center;
    gap: 12px;
}
.icon-box-section.option2 .icon-box-title h2 {
  color: #9094B6;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

/*   icon box option 3    */
.icon-box-section.option3 {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  gap: 10px;
}
.icon-box-section.option3 .icon-box-icon i {
  color: #fff;
  background-color: #26A692;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  display: inline-block;
}
.icon-box-section.option3 .icon-box-title h2 {
  font-size: 20px;
  line-height: 26px;
  color: #0D0D3F;
  font-weight: 600;
}
.icon-box-section.option3 .icon-box-description p{
  font-size: 15px;
  color: #9094B6;
}

.icon-box-section.option4 {
    padding: 20px 0 10px;
    transition: 0.5s;
}
.icon-box-section.option4 .icon-box-icon i{
  font-size: 40px;
  display: inline-block;
  color: #363DA3;
  height: 80px;
  position: relative;
  width: 80px;
  line-height: 80px;
  background-color: #363DA31A;
  text-align: center;
  border-radius: 50%;
  transition: .4s;
}
.icon-box-section.option4 .icon-box-icon i::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 50%;
  width: 100%;
  background-color: #26A692;
  transition: .4s;
  transform: scale(0);
  z-index: -1;
}
.icon-box-section.option4 .icon-box-title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #0D0D3F;
  margin: 20px 0 12px;
  transition: .4s;
  font-weight: 700;
}
.icon-box-section.option4 .icon-box-description p{
  font-size: 16px;
  color: #9094B6;
}
.icon-box-section.option4:hover .icon-box-icon i{
  color: #fff;
}
.icon-box-section.option4:hover .icon-box-icon i::after{
   transform: scale(1);
}
.icon-box-section.option4:hover .icon-box-title h2{
   color: #26A692;
}
.icon-box-section.option5 {
    display: flex;
    align-items: center;
    transition: .5s;
    margin-left: 30px;
}
.icon-box-section.option5 .icon-box-icon i {
    font-size: 30px;
    color: #26A692;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #fff;
    line-height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}
.icon-box-section.option5 .icon-box-title h2 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0;
}
.icon-box-section.option5 .icon-box-description p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.icon-box-section.option6 {
    display: flex;
    align-items: center;
    transition: .4s;
}
.icon-box-section.option6 .icon-box-icon i {
    font-size: 24px;
    color: #363DA3;
    display: inline-block;
    height: 54px;
    width: 54px;
    text-align: center;
    background-color: #363DA31A;
    line-height: 54px;
    border-radius: 50%;
    margin-right: 12px;
    transition: .4s;
}
.icon-box-section.option6 .icon-box-title h2 {
    font-size: 16px;
    line-height: 28px;
    color: #0D0D3F;
    margin: 0 0 0;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.icon-box-section.option6 .icon-box-description p {
    font-size: 20px;
    color: #0D0D3F;
    line-height: 26px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}
.icon-box-section.option6:hover .icon-box-icon i{
  color: #fff;
  background-color: #26A692;
}

/* ======================  Service section Css Start here  =========================== */

.service-section.option1 {
    transition: 0.5s;
    padding: 43px 94px 45px 37px;
    position: relative;
    background-image: url(https://webthemesolution.com/bescolt/wp-content/uploads/2025/06/ser-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
}
.service-section.option1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
  background-image: url(https://webthemesolution.com/bescolt/wp-content/uploads/2025/06/ser-bg-hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.service-section.option1:hover:before {
  height:100%
}
.service-section.option1 .service-title h1 {
  font-size: 22px;
  color: #0D0D3F;
  transition: 0.5s;
  font-weight: 600;
  line-height: 30px;
}
.service-section.option1 .service-title h2 {
  font-size: 22px;
  color: #0D0D3F;
  transition: 0.5s;
  font-weight: 600;
  line-height: 30px;
}
.service-section.option1 .service-description p {
    color: #9094B6;
    font-weight: 500;
    padding: 32px 0 0 0;
    font-size: 16px;
    margin: 31px 0 0;
    line-height: 28px;
    border-top: 1px solid #0D0D3F1A;
    transition: 0.4s;
}
.service-section.option1:hover .service-description p {
    border-top: 1px solid #ffffff40;
}
.service-section.option1 .service-icon-img {
    position: absolute;
    bottom: 45px;
    right: 28px;
    transition: .4s;
}
.service-section.option1 .service-button a i{
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
  height: 60px;
  width: 60px;
  text-align: center;
  display: inline-block;
  position: absolute;
  line-height: 60px;
  border-radius: 50%;
  top: 2px;
  right: 8px;
  color: #0D0D3F;
  box-shadow: 0 0 2px 0 #00000040;
}
.service-section.option1:hover .service-button a i {
  transform: rotate(-45deg);
  color: #fff;
  background-color: #26A692;
}
.service-section.option1:hover .service-icon-img{
  filter: brightness(0) invert(1);
  transform: scaleX(-1);
}
.service-section.option1 .service-button:hover i {
  transform: rotate(0deg);
  color: #fff;
}
.service-section.option1:hover .service-title h1{
  color: #fff;
}
.service-section.option1:hover .service-title h2{
  color: #fff;
}
.service-section.option1:hover .service-description p{
  color: #fff;
}

/*  service option 2 css Start here  */
.service-section.option2 {
    text-align: center;
    transition: 0.5s;
    padding: 14px 0px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0 3px;
    box-shadow: 0px 0px 2px 0px #00000033;
}
.service-section.option2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
  background-image: url(https://webthemesolution.com/bescolt/wp-content/uploads/2025/06/ser2-hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.service-section.option2:hover:before {
  height:100%
}

.service-section.option2 .service-icon-img {
  height: 100px;
  width: 100px;
  line-height: 130px;
  text-align: center;
  position: relative;
  margin: 0 auto 0;
  background-color: #363DA31A;
  border-radius: 50%;
  filter: brightness(1)invert(0);
  transition: 0.5s;
  z-index: 1;
}
.service-section.option2 .service-icon-img::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .4s;
  background-color: #26A692;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0)
}
.service-section.option2 .service-icon-img img{
  transition: .4s;
}
.service-section.option2 .service-title h1 {
  color: #0D0D3F;
  padding: 28px 0 0;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.service-section.option2 .service-description p {
    color: #9094B6;
    font-weight: 500;
    padding: 8px 0 31px;
    font-size: 16px;
    line-height: 28px;
    transition: .4s;
}
.service-section.option2 .service-button a {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 35px;
  transition: 0.4s;
  color: #363DA3;
  display: inline-block;
  background-color: #363DA31A;
  border-radius: 28px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.service-section.option2 .service-button a::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .4s;
  background-color: #26A692;
  border-radius: 28px;
  z-index: -1;
  transform: scale(0);
}
.service-section.option2:hover .service-icon-img img{
  filter: brightness(0)invert(1);
  transform: scaleX(-1);
}
.service-section.option2:hover .service-icon-img::before{
  transform: scale(1);
}
.service-section.option2:hover .service-title h1{
  color: #fff;
}
.service-section.option2:hover .service-description p{
  color: #fff;
}
.service-section.option2:hover .service-button a{
  color: #fff;
}
.service-section.option2:hover .service-button a::before {
  transform: scale(1);
}
.service-section.option2 .service-button a i {
  display: inline-block;
  transition:0.4s;
  margin-left: 21px;
  position: relative;
}
.service-section.option2 .service-button a i::after {
    position: absolute;
    content: "";
    top: 4px;
    left: -12px;
    height: 18px;
    width: 2px;
    background-color: #363DA3;
    transition:0.4s;
}
.service-section.option2:hover .service-button a i::after{
  background-color: #fff;
}
.service-section.option2:hover .service-button i {
  color: #fff;
}

/*  service option 3 css Start here  */
.service-section.option3 {
    position: relative;
    transition: .4s;
    padding: 400px 0 48px;
    margin-left: 50px;
}
.service-section.option3 .service-title h1 {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    background-color: #FFFFFF33;
    padding: 9px 32px;
    border-radius: 5px;
    font-weight: 600;
    margin: 0;
    line-height: 25px;
    position: relative;
    transition: .4s;
}
.service-section.option3 .service-title h2 {
    font-size: 30px;
    color: #fff;
    margin: 15px 0 0px;
    font-weight: 700;
    transition: .4s;
}
.service-section.option3 .service-description p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 32px;
    font-weight: 500;
    transition: .4s;
}
.service-section.option3 .service-button a i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #26A692;
    text-align: center;
    border-radius: 50%;
    transition: .4s;
    font-weight: 600;
    transform: rotate(-45deg);
}
.service-section.option3:hover .service-title h1{
   background-color: #26A692;
}
.service-section.option3:hover .service-title h2{
   color: #26A692;
}
.service-section.option3 .service-button a i:hover{
   background-color: #363DA3;
}

/* ======================
	Form area custom css
=========================*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #26A692;
  color: #fff;
  width: 90%;
  height: 56px;
  line-height: 55px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/* ======================  Main Contact css start here  =========================== */
.form-group input{
  margin-bottom: 30px;
}
.form-group input::placeholder{
  color: #9094B680;
}
.form-group textarea{
  height: 161px;
  margin-bottom: 30px;
}
.form-group textarea::placeholder{
  color: #9094B680;
}
.form-group .buttons input{
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  height: 56px;
  text-transform: uppercase;
  width: 213px;
  background-color: #363DA3;
  border-radius: 30px;
  margin-bottom: 0px;
  transition: .4s;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.form-group .buttons input:hover{
  background-color: #26A692;
}

.main-form-section input {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 15px;
  border: 1px solid #FFFFFF1A;
  color: #fff !important;
  font-weight: 400;
  margin: 0 0 30px 0;
  border-radius: 5px;
  background: inherit;
}
.main-form-section textarea {
  height: 150px;
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 30px 0;
  border-radius: 5px;
  background: inherit;
  color: #fff;
}
.main-form-section .contact-button {
  text-align: center;
  padding-top: 25px;
}
.main-form-section .contact-button input {
  display: inline-block;
  background: transparent;
  border: 1px solid #46A6D5;
  padding: 0 42px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  font-size: 18px;
  color: #ffffff !important;
  font-weight: 600;
  width: 200px;
}
.main-form-section .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #26A692;
    background: inherit;
    color: #fff;
}
.main-form-section input::placeholder {
  color: #9094B680 !important;
  font-size: 16px;
}
.main-form-section textarea::placeholder {
  color: #9094B680 !important;
  font-size: 16px;
}
.main-form-section select {
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 15px;
  border: 1px solid #ebebeb;
  color: #b1b1b1 !important;
  font-weight: 400;
  margin: 0 0 30px 0;
  border-radius: 5px;
  width: 100%;
  outline: 0;
}
.main-form-section select option {
  font-size: 16px;
  color: #121D17;
  font-weight: 400;
}
.main-form-section select option:hover {
  background: #26A692;
  color: #fff;
}
.main-form-section select::placeholder {
  color: #9094B680 !important;
  font-size: 16px;
}
.main-form-section .select:focus {
  outline: none;
  box-shadow: none;
  border-color: #26A692;
}
p.footer-email label {
  width: 100%;
}
p.footer-email label input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 15px;
  border-radius: 5px;
  background: transparent;
  outline: 0;
  margin: 0 0 20px 0;
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  font-size: 16px;
}
p.footer-email label input::placeholder {
  opacity: 0.3;
  font-size: 14px;
  color: #9094B680;
  font-weight: 400;
}
.footer-email-button {
  transition: 0.5s;
}
.footer-email-button input[type="submit"] {
  background: #26A692;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.5s;
  border: 1px solid transparent;
}
.footer-email-button input[type="submit"]:hover {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.1);
  letter-spacing: 2px;
}

/* ======================  Icon List Css Start here  =========================== */
.list-section {
  position: relative;
  z-index: 1;
}
ul.single-list-content li a{
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  padding: 0 0 7px;
  transition: 0.4s;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
}
ul.single-list-content li a i {
    display: inline-block;
    font-size: 12px;
    transition: 0.4s;
    position: absolute;
    opacity: 0;
    left: 0;
}
ul.single-list-content li a:hover {
  color: #26A692;
  margin-left: 18px;
}
ul.single-list-content li a:hover i{
   opacity: 1;
}


/* ======================  list option 2 Css Start here  =========================== */
.list-section.option2 ul.single-list-content li {
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
  padding: 12px 0 12px 20px;
  transition: 0.4s;
  display: block;
  background: #151C22;
  margin: 0 0 20px 0;
  border-radius: 5px;
  z-index: 1;
  position:relative;
}
.list-section.option2 ul.single-list-content li:hover {
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
.list-section.option2 ul.single-list-content li a:hover {
  color: #fff;
}
.list-section.option2 ul.single-list-content li:hover:before {
  height: 100%;
}
.list-section.option2 ul.single-list-content li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
  background: linear-gradient(90deg, #489FD6 0%, #6E36EB 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
}
/* ======================  Pricing Css Start here  =========================== */
.pricing-section {
    padding: 40px 30px 32px;
    position: relative;
    transition: 0.4s;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #00000040;
}
.pricing-inner-box {
  position: relative;
  background-color: #363DA3;
  padding: 28px 30px 22px;
  border-radius: 15px;
  transition: 0.4s;
  z-index: 1;
}
.pricing-inner-box::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .4s;
  transform: scale(0);
  background: #26A692;
  border-radius: 15px;
  z-index: -1;
}
.pricing-name h2 {
  color: #ffffff;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
}
.pricing-price-content .dollar {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    transition: 0.4s;
    font-family: "Rajdhani", sans-serif;
}
.pricing-price-content .pricing-price {
  color: #ffffff;
  text-align: left;
  transition: 0.4s;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  font-family: "Rajdhani", sans-serif;
}
.pricing-price-content .price-date {
  color: #ffffff;
  transition: 0.4s;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.pricing-img {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 38px;
}
.pricing-services-list {
    margin: 26px 0 28px;
}
.pricing-services-list li {
  list-style: none;
  color: #4A4F85;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  padding: 6px 0 6px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.pricing-services-list li svg {
  width: 18px;
  margin: 0 5px 0 0;
}
.pricing-services-list li .pricing-svg {
    position: absolute;
    right: 0;
}
.pricing-contact-button a {
    font-size: 16px;
    padding: 15px 35px;
    border-radius: 28px;
    background-color: #363DA3;
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: 0.4s;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.pricing-contact-button a i {
    display: inline-block;
    margin-left: 20px;
}
.pricing-contact-button a::after {
    background: #fff;
    content: "";
    position: absolute;
    right: 61px;
    top: 18px;
    height: 18px;
    width: 1px;
    transition: 0.4s;
}
.pricing-contact-button a:before {
  content: "";
  position: absolute;
  background: #26A692;
  height: 100%;
  width: 0;
  left: -3px;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
  border-radius: 25px;
}
.pricing-section:hover .pricing-contact-button a:before {
    width:103%;
}
.pricing-section:hover .pricing-contact-button a{
  color: #fff;
}
.pricing-section:hover .pricing-inner-box::before{
  transform: scale(1);
}

/* ======================  team Member Css Start here  =========================== */
.team-section.option1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 2px 0px #00000040;
}
.team-section.option1 .team-member-image {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.team-section.option1 .team-member-image img {
  width: 100%;
  transition: 0.4s;
}
.team-section.option1 .team-member-content {
  position: relative;
  padding: 20px 0 32px 35px;
  transition: 0.4s;
  z-index: 1;
}
.team-section.option1 .team-member-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
  background: #26A692;
  border-radius: 0 0 10px 10px;
}
.team-section.option1:hover .team-member-content:before {
  height: 100%;
}
.team-section.option1 .team-member-name h1 {
  margin: 12px 0 0;
  color: #0D0D3F;
  transition: 0.4s;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.team-section.option1:hover .team-member-name h1 {
  color: #fff;
}
.team-section.option1 .member-designation h3 {
  color: #9094B6;
  transition: 0.4s;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.team-section.option1:hover .member-designation h3 {
  color: #fff;
}
.team-section.option1 .single-team-share-icon {
    position: absolute;
    bottom: 10px;
    right: 48px;
    transition: .4s;
    z-index: 1;
}
.team-section.option1 .single-team-share-icon span{
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #363DA3;
  cursor: pointer;
  transition: .4s;
  z-index: 1;
}

.team-section.option1 .single-team-share-icon span::before {
    position: absolute;
    content: "";
    top: -25px;
    left: -42px;
    height: 51px;
    width: 99px;
    transition: .4s;
    background-image: url(https://webthemesolution.com/bescolt/wp-content/uploads/2025/06/share-bg.png);
    background-repeat: no-repeat;
}
.team-section.option1 .single-team-share-icon span::after {
    position: absolute;
    content: "";
    top: -25px;
    left: -40px;
    height: 51px;
    width: 99px;
    transition: .4s;
    background-image: url(https://webthemesolution.com/bescolt/wp-content/uploads/2025/06/share-hover.png);
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
}
.team-section.option1 .team-media-icon {
    position: absolute;
    bottom: -215px;
    right: -10px;
    transition: .4s;
    z-index: 1;
}
.team-section.option1 .team-media-icon i{
  font-size: 15px;
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 40px;
  text-align: center;
  background-color: #363DA3;
  border: 1px solid #363DA3;
  border-radius: 50%;
  transition: .4s;
}
.team-section.option1 .single-team-share-icon:hover .team-media-icon{
  bottom: 60px;
}
.team-section.option1 .team-media-icon i:hover{
  background-color: #26A692 !important;
}
.team-section.option1:hover .single-team-share-icon span{
  color: #fff;
}
.team-section.option1:hover .single-team-share-icon span::after{
  opacity: 1;
}

/* ======================  team Member Slide Css Start here  =========================== */
.team-slide-section {
    position: relative;
    margin-bottom: 5px;
    transition: .4s;
    line-height: 0;
}
.team-slide-section .team-slide-member-image img {
    width: 100%;
}
.team-slide-section .team-slide-content {
  position: relative;
  padding: 32px 33px 30px;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 2px 0px #00000040;
  transition: .4s;
}
.team-slide-section .team-slide-content::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #26A692;
    transition: .4s;
    z-index: -1;
}
.team-slide-section .team-slide-member-name h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  transition: .4s;
}
.team-slide-section .team-slide-member-designation p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    transition: .4s;
}
.team-slide-section .team-slide-media-icon {
    position: absolute;
    bottom: 0;
    right: -14px;
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}
.team-slide-section .single-team-share-icon:hover .team-slide-media-icon{
  bottom: 45px;
  opacity:1;
}
.team-slide-section .team-slide-media-icon a i:hover{
  background-color: #26A692;
}
.team-slide-section .team-slide-media-icon a i{
  font-size: 15px;
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 40px;
  text-align: center;
  background-color: #363DA3;
  border: 1px solid #363DA3;
  border-radius: 50%;
  transition: .4s;
}
.team-slide-section .single-team-share-icon {
    position: absolute;
    bottom: 10px;
    right: 48px;
    transition: .4s;
    z-index: 1;
}
.team-slide-section .single-team-share-icon span{
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #363DA3;
  cursor: pointer;
  transition: .4s;
  z-index: 1;
}
.team-slide-section .single-team-share-icon span::before {
    position: absolute;
    content: "";
    top: -25px;
    left: -42px;
    height: 51px;
    width: 99px;
    transition: .4s;
    background-image: url(https://webthemesolution.com/bescolt/wp-content/uploads/2025/06/share-bg.png);
    background-repeat: no-repeat;
}
.team-slide-section .single-team-share-icon span::after {
    position: absolute;
    content: "";
    top: -25px;
    left: -40px;
    height: 51px;
    width: 99px;
    transition: .4s;
    background-image: url(https://webthemesolution.com/bescolt/wp-content/uploads/2025/06/share-hover.png);
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
}

.team-slide-section:hover .team-slide-content::before{
   height: 100%;
}
.team-slide-section:hover .single-team-share-icon span::after{
  opacity: 1;
}
.team-slide-section:hover .team-slide-member-name h1{
  color: #fff;
}
.team-slide-section:hover .team-slide-member-designation p{
  color: #fff;
}
.team-slide-section:hover .single-team-share-icon span{
  color: #fff;
}
.team-slide.owl-carousel.owl-loaded.owl-drag .owl-nav {
    text-align: center;
    margin-top: 45px;
}
.team-slide.owl-carousel.owl-loaded.owl-drag .owl-prev, .owl-next{
  color: #fff;
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  text-align: center;
   background-color: #26A692;
  border-radius: 50%;
  margin: 0 5px;
  transition: .5s;
}
.team-slide.owl-carousel.owl-loaded.owl-drag .owl-prev:hover{
   background-color: #363DA3;
}
.team-slide.owl-carousel.owl-loaded.owl-drag .owl-next{
   background-color: #363DA3;
}
.team-slide.owl-carousel.owl-loaded.owl-drag .owl-next:hover{
   background-color: #26A692;
}
/* ======================  Testimonial Css Start here  =========================== */
.testimonial-section.option1 {
  transition: 0.5s;
}
.testimonial-section.option1 .testimonial-single-box {
    text-align: center;
    position: relative;
    transition: .4s;
    z-index: 1;
}
.testimonial-section.option1 .testimonial-single-content {
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    padding: 0 28px 35px;
    box-shadow: 0px 0px 2px 0px #0D0D3F33;
    z-index: 1;
    transition: .4s;
}
.testimonial-section.option1 .testimonial-single-content::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #26A692;
  box-shadow: 0 0 10px 0 #47A2D633 inset;
  border-radius: 10px;
  z-index: -1;
  transition: .4s;
}
.testimonial-section.option1 .testimonial-single-content::after{
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  border-left: 1px solid #0D0D3F33;
  border-bottom: 1px solid #0D0D3F33;
  background: #fff;
  border-radius: 0px 0 0 5px;
  transform: rotate(-45deg);
  transition: .4s;
}
.testimonial-section.option1 .testimonial-rating {
    position: relative;
    padding: 5px 38px 10px;
    background: #fff;
    display: inline-block;
    transition: .4s;
    top: -22px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #0D0D3F33;
}
.testimonial-section.option1 .testimonial-title h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #0D0D3F;
    padding: 10px 0 0;
}
.testimonial-section.option1 .about-author h1 {
    transition: 0.4s;
    font-size: 22px;
    line-height: 30px;
    color: #0D0D3F;
    padding: 4px 0 0;
    font-weight: 600;
}
.testimonial-section.option1 .about-author h3 {
  font-size: 16px;
  line-height: 28px;
  color: #9094B6;
  font-weight: 500;
  font-family: "Plus Jakarta Sans";
}
.testimonial-section.option1 .testi-description p {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: #9094B6;
    padding: 9px 0 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}
.testimonial-section.option1 .author-image {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 56px 0 0;
}

.testimonial-star i.fa.fa-star.active {
  color: #FFCC00;
  padding: 0 5px 0 0;
  font-size: 13px;
  font-weight: 900;
}
.testimonial-single-box:hover .testimonial-single-content::before {
    height: 100%;
}
.testimonial-single-box:hover .testimonial-single-content::after{
  background: #26A692;
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
}
.testimonial-single-box:hover .testimonial-title h2{
  color: #fff;
}
.testimonial-single-box:hover .testi-description p{
  color: #fff;
}

/* ======================  Work System Css Start here  =========================== */
.work-system-section {
  background: #26A692;
  border-radius: 10px;
  padding: 30px 0 30px 0;
  text-align: center;
  transition: 0.5s;
}
.working-title h1 {
  font-size: 25px;
}
.work-system-single-img {
  line-height: 0;
}
.work-system-numbering h3 {
  padding: 0 0 20px 0;
  font-size: 20px;
}

/* ======================  Last Post Css Start here  =========================== */
.single-last-post {
    padding: 0;
    margin: 0 0 20px 0;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.last-post-content {
    display: inline-block;
    padding: 0 0 0 15px;
}
.last-post-img {
    display: inline-block;
    float: left;
    line-height: 0;
}
.last-post-img img {
  height: 80px;
  width: 80px;
  border-radius: 5px;
}
.last-post-title h1 {
    line-height: 30px;
}
.last-post-title h1 a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    font-weight: 500;
    transition:0.4s;
}
.last-post-title h1 a:hover {
    color: #26A692;
}
.last-post-time span {
    color: #26A692;
    font-size: 14px;
}

/* ======================  Blog Post Css Start here  =========================== */
.single-blog-post-content.option1 {
  display: block;
  position: relative;
  padding: 0 0 40px 0;
}
.single-blog-post-content {
  transition: 0.5s;
}
.single-blog-post-content .blog-post-text-content {
  padding: 15px 0 0 30px;
  border-radius: 0;
  position: relative;
}
.single-blog-post-content .blog-post-img {
  position: relative;
  line-height: 0;
}
.single-blog-post-content .blog-post-img img {
  height: 208px;
  width: 260px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  position: relative;
}
.single-blog-post-content .blog-post-category ul.post-categories li {
  list-style: none;
}
.single-blog-post-content ul.post-categories li a {
  color: #26A692;
  background: inherit;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  top: 0;
  left: 0;
}
.single-blog-post-content  span.blog-post-comment a {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #0D0D3F;
  transition:0.4s;
}
.single-blog-post-content:hover  span.blog-post-comment a {
  color: #26A692;
}
.single-blog-post-content .blog-author-admin a {
    text-transform: capitalize;
    padding: 8px 36px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 26px;
    color: #26A692;
    display: inline-block;
    background: #26A6921A;
    font-weight: 400;
    margin-right: 12px;
    transition: 0.4s;
}
.single-blog-post-content .blog-author-admin a:hover {
  color: #26A692;
}
.single-blog-post-content:hover .blog-author-admin a {
  color: #26A692;
}
.single-blog-post-content .blog-post-title h1 a {
  display: inline-block;
  padding: 15px 0 15px;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #0D0D3F;
}
.single-blog-post-content:hover .blog-post-title h1 a:hover {
  color: #fff;
}
.single-blog-post-content .blog-author-admin {
  display: inline-block;
}
.blog-post-time {
    display: inline-block;
}
.single-blog-post-content .blog-post-time h6 {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #9094B6;
  font-weight: 400;
  font-family: "Plus Jakarta Sans";
}
.single-blog-post-content .blog-post-description p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.single-blog-post-content .blog-post-button a:hover{
  color: #fff;
}

.single-blog-post-content .blog-post-button a i {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  color: #363DA3;
  background-color: #363DA31A;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.single-blog-post-content:hover .blog-post-button a i{
  color: #fff;
  background-color: #FFFFFF80;
}
.single-blog-post-content .blog-post-button a i:hover{
  background-color: #363DA3;
}
.single-blog-post-content.option1 .blog-post-text-content {
  padding: 30px 30px 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px #00000040;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.single-blog-post-content.option1 .blog-post-text-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  border-radius: 0 0 5px 5px;
  background: #26A692;
  box-shadow: 0px 0px 2px 0px #00000040;
}
.single-blog-post-content:hover .blog-post-text-content:before {
  height: 100%;
}
.single-blog-post-content.option1 .blog-post-img img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
.single-blog-post-content.option1:hover .blog-author-admin a {
  background-color: #fff;
}
.single-blog-post-content.option1:hover .blog-post-time h6 {
  color: #fff;
}
.single-blog-post-content.option1 .blog_post_user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-blog-post-content.option1 .blog_post_user i{
  display: inline-block;
  font-size: 16px;
  margin-right: 7px;
  color: #0D0D3F;
  transition: .4s;
}
.single-blog-post-content.option1:hover .blog_post_user i{
  color: #fff;
}
.single-blog-post-content.option1 .blog_post_user span{
  display: inline-block;
  font-size: 16px;
  color: #0D0D3F;
  transition: .4s;
}
.single-blog-post-content.option1:hover .blog_post_user span{
  color: #fff;
}

/*==========        Blog post 2 css          ==========*/
.single-blog-post-content.option2 {
  display: block;
  position: relative;
  padding: 0 0 40px 0;
}
.single-blog-post-content.option2 .blog-post-text-content {
  padding: 40px 40px 55px 40px;
  background: #0B1319;
  text-align: center;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.single-blog-post-content.option2 .blog-post-text-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(180.12deg, #6E36EB 0.1%, #1B4C84 99.9%);
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
}
.single-blog-post-content:hover .blog-post-text-content:before {
  height: 100%;
}
.single-blog-post-content.option2 .blog-post-img img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
.single-blog-post-content.option2 .blog-post-title {
  margin-bottom: 0;
}
.single-blog-post-content.option2 .blog-post-title h1 a {
   text-align: left;
}
.single-blog-post-content.option2 .blog-post-description p {
    text-align: left;
}
.single-blog-post-content.option2 .blog-post-button a {
    left: 40px;
    right:inherit;
}

.blog-post-section .owl-nav {
    position: absolute;
    top: 340px;
    left: -440px;
}
.blog-post-section .owl-prev, .owl-next{
  color: #fff;
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #363DA3;
  border-radius: 50%;
  margin: 0 5px;
  transition: .5s;
}
.blog-post-section .owl-prev{
   background-color: #26A692;
}
.blog-post-section .owl-prev:hover{
   background-color: #363DA3;
}
.blog-post-section .owl-next:hover{
   background-color: #26A692;
}
/*==========        Portfolio css          ==========*/
.portfolio-category-tab-menu {
    position: absolute;
    top: -90px;
    right: 10px;
}
.portfolio-category-tab-menu ul {
    padding: 0;
    text-align: right;
    margin: 0;
}
.portfolio-category-tab-menu ul li {
    background: transparent;
    font-size: 15px;
    line-height: 1;
    transition: 0.5s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #48A0D6;
}
.portfolio-category-tab-menu li:hover {
	color: #fff;
  background: linear-gradient(360deg, #48A0D6 0%, #6E36EB 100%);
}
.portfolio-category-tab-menu li.active_category_menu {
	color: #fff;
  background: linear-gradient(360deg, #48A0D6 0%, #6E36EB 100%);
}
.single-portfolio {
  position: relative;
  margin: 0 0 30px 0;
  transition: 0.5s;
  overflow: hidden;
}
.portfolio-thumb {
    line-height: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.single-portfolio .portfolio-thumb img {
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}
.portfolio-text-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: -100%;
  text-align: left;
  padding: 25px 20px 20px 40px;
  transition: 0.5s;
  border-radius: 0 0 5px 0;
  background: linear-gradient(180deg, rgba(0, 124, 212, 0.8) 0%, rgba(110, 54, 235, 0.8) 100%);
  box-shadow: 0px 0px 10px 0px #47A2D633 inset;
}
.single-portfolio:hover .portfolio-text-content {
    bottom: 0;
}
.portfolio-content {
  position: absolute;
  bottom: 35px;
}
.portfolio-category a {
  color: #fff;
  text-align: center;
  transition: 0.4s;
  padding: 0;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}
.portfolio-category a:hover {
  color: #ffffff;
}
.portfolio-title h1 {
  line-height: 26px;
  padding: 0;
}
.portfolio-title h1 a {
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.portfolio-title h1 a:hover {
    color: #26A692;
}
.portfolio-button a {
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
  height: 50px;
  width: 50px;
  position: absolute;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #00CCFF33 inset;
  right: 6%;
  margin: auto;
  color: #fff;
  bottom: 10%;
  background: linear-gradient(180deg, #6E36EB 0%, #00CCFF 100%);
  text-align: center;
}
.portfolio-button a:hover {
    color: #fff;
}
.portfolio-button a i {
    color: #ffffff;
    transform: rotate(-45deg);
    display: inline-block;
    padding: 0;
    transition: 0.4s;
}
.portfolio-button a:hover i {
    color: #fff;
    transform: rotate(0deg);
}
.portfolio-details-portfolio .portfolio-text-content {
  padding: 25px 20px 20px 40px;
  border-radius: 5px;
}


/* ============== Video box section css start here ==============*/
.video-box-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: 99;
}
.video-box-content img {
  min-height: inherit;
}
.video-popup-button {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    background: #363DA3;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 50%;
    transition: 0.2s linear;
}
.video-popup-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-animation: border-animation 1500ms ease-out infinite;
  animation: border-animation 1500ms ease-out infinite;
  background: #26A692;
}
/* @keyframes border-animation {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
  }

  100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
  }
} */

@keyframes border-animation {
  0% {
      transform: translate(-50%,-50%) scale(.5);
      opacity: 1;
      border-width: 3px
  }

  40% {
      opacity: .5;
      border-width: 2px
  }

  65% {
      border-width: 1px
  }

  100% {
      transform: translate(-50%,-50%) scale(1);
      opacity: 0;
      border-width: 1px
  }
}
.video-button a {
  font-size: 18px;
}
.video-button i {
  position: relative;
  z-index: 2222;
  color: #fff;
  font-size: 18px;
}
/* js div class css start here */
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: #000;
  padding: 10px;
  border-radius: 10px;
}
.video-popup-content iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.video-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/*animation circle*/
.circle-animation {
    position: absolute;
    left: -70px;
    top: -44px;
    border-radius: 100%;
}
.text-inner {
  animation: circle 15s linear infinite;
  position: relative;
  z-index: 22;
  fill: transparent;
}
.text-inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 5px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.text-inner text {
  fill: #fff;
  direction: ltr;
  transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  letter-spacing: 4px;
  font-family: "Plus Jakarta Sans";
}
.circle-animate {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 100%;
    background: #26A692;
}
.circle-animation-img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: inline-block;
  line-height: 0;
}
.circle-animation-img img{
  -webkit-animation: wooo 5s linear infinite;
  animation: wooo 5s linear infinite;
  transition: .5s;
}
/*wood animation*/
@keyframes wooo {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}
@keyframes circle {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }
  }
  .circle {
      animation: circle 15s linear infinite;
  }
  .right-speen {
      animation: rightspeen 15s linear infinite;
  }
  .spin2 {
      animation: spin2 15s linear infinite;
  }
  @keyframes rightspeen {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(360deg);
  }
}



/* ======================  Circle Button Css Start here  =========================== */
.circle-button-content {
    position: relative;
    border-radius: 100%;
}
.circle-button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 100%;
    background: #26A692;
    transition:0.5s;
}
.circle-button-text-inner {
  animation: circle-text-rotate 15s linear infinite;
  position: relative;
  z-index: 22;
  fill: transparent;
}
@keyframes circle-text-rotate {

  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }
  
}
.circle-button-text-inner svg {
  width: 100px;
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: 10px;
  transform: rotate(0) scaleX(1) scaleY(1);
  position: relative;
}
.circle-button-text-inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 35px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    letter-spacing: 4px;
    font-family: "Plus Jakarta Sans";
}
.circle-button-icon {
    position: absolute;
    top: 34px;
    left: 0;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #26A692;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
}
.circle-button-icon i {
    font-size: 27px;
    transform: rotate(-45deg);
    display: inline-block;
    transition: 0.5s;
}
.circle-button:hover .circle-button-icon i {
    transform: rotate(0deg);
}
.circle-button-img {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0;
}
.circle-button-img img{
  -webkit-animation: wooo2 5s linear infinite;
  animation: wooo2 5s linear infinite;
  transition: .5s;
}

/*wood2 animation*/
@keyframes wooo2 {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}

/* ======================  Circle Button CSS End   =========================== */

/* ======================  social-icon Css Start here  =========================== */
.social-media-section ul li{
  display: inline-block;
}

.social-media-section ul li a i{
  font-size: 12px;
   height: 30px;
   width: 30px;
   line-height: 30px;
   border: 1px solid #26A692;
   border-radius: 50%;
   display: inline-block;
   text-align: center;
   margin-right: 7px;
   transition: .4s;
}
.social-media-section ul li a i:hover{
  color: #fff;
  background-color: #26A692;
}

/* ======================  elemento advince Css Start here  =========================== */

.footer-title{
  position: relative;
  z-index:1;
  transition: 0.4s;
}
.footer-title:before{
  position: absolute;
  content:"";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  z-index: -1;
	background: #26A692;
  transition: 0.4s;
}
.footer-title:after{
  position: absolute;
  content:"";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  z-index: 1;
	background: #fff;
  transition: 0.4s;
}
.footer-title:hover:after{
  width: 60px;
}
.footer-icon i{
  font-size: 16px;
}
.footer-copyright span{
	color: #26A692;
}
.footer-call-number i{
  position: relative;
}
.footer-call-number i:after {
  position: absolute;
  content: "";
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: inherit;
  border: 2px solid #fff;
  left: -10px;
  top: -14px;
}

.zoom-in-out {
    -webkit-animation: zoom_inout 2s alternate infinite;
    animation: zoom_inout 2s alternate infinite;
}

@keyframes zoom_inout {
    0% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}
.about-image-shape-top img {
  animation: image-top-bounce 4s infinite ease-in-out;
}

@-webkit-keyframes image-top-bounce {
0% {
  -webkit-transform: translateY(-4px);
  transform: translateY(-8px);
}
50% {
  -webkit-transform: translateY(8px);
  transform: translateY(15px);
}
100% {
  -webkit-transform: translateY(-4px);
  transform: translateY(-8px);
}
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
   }

   @-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.why-choose-progress span.elementor-progress-percentage {
    position: relative;
    top: -25px;
    font-size: 16px;
    color: #9094B6;
}

