:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #a1000c;
    --bs-secondary: #EFA286;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #FAF9FB;
    --bs-dark: #202135;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}









/* Header */

.header-top {
    display: none;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: #ffffff;
    background: unset;
}
.navigation-area {
    background: #fff;
    padding: 20px 0;
}
.is-sticky .navigation-area {
    background: #ffffff none repeat scroll 0 0;
}
.is-sticky .navigation-area .navbar-nav li a {
    color: #012258;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: #012258;
}
.nav.navbar-nav li a {
    color: #012258;
    font-family: Arial,Arial,Helvetica,sans-serif;
    font-size: 16px;
}
ul.nav.navbar-nav.text-right {
    margin-top: 0px;
}
.dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
}
.dropdown_menu {
    background-color: #002355;
    width: 260px;
}
.dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
}
.dropdown_menu:hover li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid;
}
.dropdown:hover .dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid;
}
.product_title, .gallery_title, .about_title, .contact_title {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 40px;
    position: relative;
  
}
.nav.navbar-nav li:hover a {
    color: #c1001e;
}

#home-slider .teashop-table {
    display: none;
}
.bg-overlay:after {
    background: #00000026 none repeat scroll 0 0;
}


.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -110px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
.about h1, .about h4 {
    font-family: 'PT Sans';
}
.about {
    padding: 80px 0;
}


.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid #000 !important;
}
.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid #000 !important;
}
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.feature-style-two{
  position: relative;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 45px 40px 45px;
  border-top: solid;
  border-width: 5px;
 border-color: #a1000c;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.feature-block:nth-child(2) .feature-block-two .inner-box {
    border-color: #222;
    background: #ededed;
}
.feature-block:nth-child(3) .feature-block-two .inner-box {
    border-color: #222222;
    background: #ededed;
}

.feature-block:nth-child(4) .feature-block-two .inner-box {
    border-color: #a1000c;
}
.feature-block-two {
    box-shadow: 0 0 5px 0 #222;
    border-radius: 20px;
}

.feature-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: var(--secondary-color);
  margin-bottom: 22px;
}

.feature-block:nth-child(2) .feature-block-two .inner-box .icon-box{
  color: var(--theme-color);
}

.feature-block:nth-child(3) .feature-block-two .inner-box .icon-box{
  color: #06B502;
}

.feature-block:nth-child(4) .feature-block-two .inner-box .icon-box{
  color: #FF8A00;
}

.feature-block-two .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
  font-family: sans-serif;
}

.feature-block-two .inner-box h3 a {
    display: inline-block;
    color: #a1000c;
}

.feature-block-two .inner-box h3 a:hover{

}





/** feature-style-three **/

.feature-style-three{
  position: relative;
  background: #F7F7F7;
  overflow: hidden;
}

.feature-style-three .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.03;
}

.feature-block-three .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 45px 30px 33px 30px;
  border-top: solid;
  border-width: 5px;
  border-color: #7B0000;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover:before{
  height: 100%;
  top: 0px;
}

.feature-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 35px;
  padding-left: 26px;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box{
  color: #fff;
}

.feature-block-three .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0px;
  top: -20px;
  opacity: 0.1;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box:before{
  background: #fff;
  opacity: 0.2;
}

.feature-block-three .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 11px;
}

.feature-block-three .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-three .inner-box h3 a:hover{
  text-decoration: underline;
}

.feature-block-three .inner-box:hover h3 a,
.feature-block-three .inner-box:hover p{
  color: #fff;
}

.feature-block-three .inner-box p{
  transition: all 500ms ease;
}
.img-blk img {
    border-radius: 20px;
}
.sub-title{
     font-family: 'PT Sans';
}
.feature-style-two .inner-box {
    height: 300px;
}
.text_animation{
    -webkit-animation: blinkingText 0.8s infinite; /* Safari 4  */
    -moz-animation:    blinkingText 0.8s infinite; /* Fx 5  */
    -o-animation:     blinkingText 0.8s infinite; /* Opera 12  */
   animation:blinkingText 0.8s infinite;
}
@-webkit-keyframes blinkingText {
    0%{        color: #000;    }
    49%{    color: #E0231D;	}
	50%{	color: #0001B6;	}
	99%{	color: #555;	}
	100%{	color: #EDE91F;	}
  }
 @-moz-keyframes blinkingText {
   0%{		color: #000;	}
	49%{	color: #E0231D;	}
	50%{	color: #0001B6;	}
	99%{	color: #555;	}
	100%{	color: #EDE91F;	}
 }
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: #E0231D;	}
	50%{	color: #0001B6;	}
	99%{	color: #555;	}
	100%{	color: #EDE91F;	}
}






section.beyond-div:before {
    position: absolute;
    background: url(https://html.themehealer.com/careon/assets/images/shapes/site-footer-bg-shape.png);
    content:'';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
section.beyond-div {
    margin: 80px 0 0px 0;
    position: relative;
    display: block;
    background-color: #ededed;
    padding: 120px 0px 250px;
    z-index: 1;
}
.beyond-div .sec-title.mb_30 {
    text-align: center;
    margin: 0 0 60px 0;
}
.beyond-div i.beybg-color {
    background: #b5151b;
    font-size: 50px;
    position: absolute;
    z-index: 1;
    padding: 0.5rem!important;
    color: #f8f9fa!important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.beyond-div .beypl-80 {
    padding-left: 80px;
}
.beyond-div h4.beyh3 {
    font-family: 'PT Sans';
    font-size: 20px;
    margin: 10px 0;
}
.beyond-div h2 {
    font-family: 'PT Sans';
}
.mar {
    margin: 0 0 30px 0;
}


.services-one__info {
    position: relative;
    z-index: 1;
    margin-top: -216px;
}
.services-one__info__inner {
    position: relative;
    padding: 59px 61px 55px;
    background-color: #202020;
    overflow: hidden;
}
.services-one__info__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}
.services-one__info .row {
    position: relative;
    z-index: 1;
}
.services-one__info__left {
    width: 100%;
    max-width: 100%;
}
.services-one__info__title {
    color: var(--floens-white, #ffffff);
    line-height: 1;
    letter-spacing: -0.9px;
    margin-bottom: 18px;
    font-family: 'PT Sans';
}
.services-one__info__text {
    padding-right: 10px;
    color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.7);
    margin-bottom: 0;
}
.services-one__info__right__inner {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.services-one__info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--floens-white, #ffffff);
    border-radius: 50%;
}
.services-one__info__icon span {
    font-size: 29.27px;
    color: var(--floens-base2, #8A5133);
}
.services-one__info__number {
    font-size: 30px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}
.services-one__info__shape-one {
    position: absolute;
    right: 36.3%;
    bottom: -1px;
    width: 139px;
    height: 110px;
    background-color: #c1a1a233;
    clip-path: polygon(30% 0, 100% 0%, 69% 100%, 0% 100%);
    z-index: 1;
}
.services-one__info__shape-two {
    position: absolute;
    right: 44.6%;
    bottom: -1px;
    width: 100px;
    height: 79px;
    background-color: #b5151b;
    clip-path: polygon(32% 0, 100% 0%, 72% 100%, 0% 100%);
}
.services-one__info__right {
    display: table;
    margin-left: auto;
}
.services-one__info__right__inner {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.services-one__info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--floens-white, #ffffff);
    border-radius: 50%;
}
.services-one__info__right:hover .services-one__info__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.services-one__info__number:hover {
    background-size: 100% 1px;
}

.why-choose-one {
    position: relative;
    display: block;
    padding: 111px 0 0;
    z-index: 1;
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-top: 90px;
}

.why-choose-one__left .section-title-two {
    margin-bottom: 22px;
}

.why-choose-one__progress-list {
    position: relative;
    display: block;
    margin: 31px 0 30px;
}

.why-choose-one__progress-list li {
    position: relative;
    display: block;
}

.why-choose-one__progress-list li li {
    margin-top: 31px;
}

.why-choose-one__progress {
    position: relative;
    display: block;
}

.why-choose-one__progress-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--careon-black);
    margin-bottom: 11px;
    text-transform: capitalize;
}

.why-choose-one__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--careon-extra);
    border-radius: 5px;
}

.why-choose-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--careon-primary);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.why-choose-one__progress .count-text {
    position: absolute;
    right: -10px;
    bottom: 22px;
    color: var(--careon-black);
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.why-choose-one__progress .bar.marb-0 {
    margin-bottom: 0;
}

.why-choose-one__btn-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 65px;
    margin-top: 31px;
}

.why-choose-one__btn-box {
    position: relative;
    display: block;
}

.why-choose-one__call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-choose-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--careon-primary);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__call-icon:hover {
    background-color: var(--careon-base);
}

.why-choose-one__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: var(--careon-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__call-icon:hover span {
    color: var(--careon-white);
}

.why-choose-one__call-content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-one__call-content p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
}

.why-choose-one__call-content p a {
    color: var(--careon-black);
}

.why-choose-one__call-content p a:hover {
    color: var(--careon-base);
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-left: 37px;
}

.why-choose-one__img {
    position: relative;
    display: block;
}

.why-choose-one__img img {
    width: 100%;
}

.why-choose-one__img-shape-1 {
    position: absolute;
    top: 59%;
    left: 52%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.why-choose-one__img-shape-1>img {
    width: auto;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
    position: relative;
    display: block;
    padding: 80px 0 60px;
    z-index: 1;
}

.why-choose-two__top {
    position: relative;
    display: block;
    margin-bottom: 59px;
}

.why-choose-two__top-left {
    position: relative;
    display: block;
}

.why-choose-two__top-left .section-title {
    margin-bottom: 0px;
}

.why-choose-two__top-right {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-top: 6px;
}

.why-choose-two__top-btn-box {
    position: relative;
    display: block;
    margin-top: 20px;
}

.why-choose-two__top-btn-box .thm-btn {
    background-color: var(--careon-base);
}

.why-choose-two__top-btn-box .thm-btn::before,
.why-choose-two__top-btn-box .thm-btn::after {
    background-color: var(--careon-black);
}

.why-choose-two__bottom {
    position: relative;
    display: block;
}

.why-choose-two__bottom-list-box {
    position: relative;
    display: block;
}

.why-choose-two__list {
    position: relative;
    display: block;
}

.why-choose-two__list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--careon-bdr-color);
    border-radius: 10px;
    margin-bottom: 0px;
    padding: 6px 22px 10px;
}

.why-choose-two__list li .icon {
    position: relative;
    display: inline-block;
}

.why-choose-two__list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--careon-primary);
    transform: scale(1);
    transition: 500ms ease;
}

.why-choose-two__list li:hover .icon span {
    transform: scale(0.9);
}

.why-choose-two__list li .content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-two__list li .content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}

.why-choose-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.why-choose-two__img::before {
    background: hsla(0, 0%, 100%, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
}

.why-choose-two__img:hover::before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.why-choose-two__img img {
    width: 100%;
    border-radius: 10px;
}


/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    padding: 120px 0 120px;
    z-index: 1;
}

.why-choose-three__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 113px) / 2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.why-choose-three__left {
    position: relative;
    display: block;
}

.why-choose-three__left .section-title-three {
    margin-bottom: 22px;
}

.why-choose-three__text {
    margin-bottom: 27px;
}

.why-choose-three__point {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-three__point:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 30px;
    left: 30px;
    border: 1px dashed var(--careon-base);
    z-index: -1;
}

.why-choose-three__point li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.why-choose-three__point li li {
    margin-top: 51px;
}

.why-choose-three__point-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--careon-base);
    border-radius: 50%;
    top: 4px;
}

.why-choose-three__point-icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--careon-white);
    transition: all 500ms linear;
    transition-delay: 0.1s
}

.why-choose-three__point li:hover .why-choose-three__point-icon span {
    transform: scale(0.9);
}

.why-choose-three__point-content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-three__point-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 13px;
}

.why-choose-three__btn-box {
    position: relative;
    display: block;
    margin-top: 31px;
}

.why-choose-three__btn-box .thm-btn {
    background-color: var(--careon-white);
    color: var(--careon-black);
}
.why-choose-two .sub-title.pe-3.mb-0::before, .why-choose-two .sub-title.pe-3.mb-0::after{
    display: none;
}

.why-choose-two h1, .why-choose-two h4 {
    font-family: 'PT Sans';
}

.service-style-five{
  position: relative;
  z-index: 1;
}

.service-style-five .category-block-one:nth-child(3) .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(0, 57, 168, 0) 24.13%, #0C3D9C 60.55%, #0B3C9D 100%);
}

.service-style-five .category-block-one:nth-child(2) .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(3, 161, 0, 0) 23.97%, #1D991A 60.46%, #1C9818 100%);
}

.service-style-five .category-block-one .inner-box .big-text{
  font-size: 96px;
  width: 100%;
  text-align: center;
}

.service-section.pb_120 .tabs-content{
  border-radius: 20px;
  overflow: hidden;
}

.service-style-five{
  position: relative;
  z-index: 1;
}

.service-style-five .category-block-one:nth-child(3) .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(0, 57, 168, 0) 24.13%, #0C3D9C 60.55%, #0B3C9D 100%);
}

.service-style-five .category-block-one:nth-child(2) .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(3, 161, 0, 0) 23.97%, #1D991A 60.46%, #1C9818 100%);
}

.service-style-five .category-block-one .inner-box .big-text{
  font-size: 90px;
  width: 100%;
  text-align: center;
}

.service-section.pb_120 .tabs-content{
  border-radius: 20px;
  overflow: hidden;
}

.category-section{
  position: relative;
}

.category-section .inner-container{
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}

.category-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  padding: 55px 80px 60px 80px;
  margin-bottom:-20px;
}

.category-block-one .inner-box .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.category-block-one .inner-box .bg-layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(270deg, rgba(169, 7, 0, 0) 23.97%, #a1000c 60.46%, #a1000c 100%);
}

.category-block:nth-child(2) .category-block-one .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(0, 57, 168, 0) 24.13%, #0C3D9C 60.55%, #0B3C9D 100%);
}

.category-block:nth-child(3) .category-block-one .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(3, 161, 0, 0) 23.97%, #1D991A 60.46%, #1C9818 100%);
}

.category-block:nth-child(4) .category-block-one .inner-box .bg-layer:before{
  background: linear-gradient(270deg, rgba(176, 137, 0, 0) 24.13%, #9B7B08 60.55%, #9B7B07 100%);
}

.category-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.1;
}

.category-block-one .inner-box .big-text {
    position: absolute;
    left: 15px;
    bottom: 51px;
    font-size: 60px;
    line-height: 50px;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.10);
    writing-mode: vertical-lr;
}

.category-block-one .inner-box h2{
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 16px;
}

.category-block-one .inner-box h2 a {
    color: #fff;
    display: inline-block;
    font-family: 'PT Sans';
}

.category-block-one .inner-box h2 a:hover{
  text-decoration: underline;
}

.category-block-one .inner-box p{
  max-width: 310px;
  color: #fff;
  margin-bottom: 55px;
}

.category-block-one .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 24px;
  color: var(--title-color);
  font-weight: 600;
  background: #fff;
  padding: 13px 30px;
  border-radius: 4px;
}

.category-block-one .inner-box .btn-box a:hover{
  color: #fff;
  background: #000;
}

.category-block-one .inner-box .list-style-one{
  margin-bottom: 22px;
}

.category-block-one .inner-box .list-style-one li{
  float: left;
  width: 50%;
  color: #fff;
}

.category-block-one .inner-box .list-style-one li:before{
  background: #fff;
  color: #111111;
}

.category-block-one .inner-box .content-box{
  position: relative;
  max-width: 430px;
}

.category-block-one .inner-box .content-box p{
  margin-bottom: 25px;
  max-width: 100%;
}

.category-block-one .inner-box .content-box h2{
  font-size: 36px;
  line-height: 50px;
}
.lstcnt {
    margin-top: 15px;
}

.funrl .sub-title::before, .funrl .sub-title::after{
    display: none;
}
.funrl .why-choose-two__list li {
    position: relative;
    display: block;

}
.funrl .why-choose-two__list li {
    padding: 6px 0 0px;
}

.funrl .why-choose-two__list li .content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}
.funrl .sub-title {
   
    text-transform: capitalize;
}
.altarea_li {
    line-height: 2;
}
.callnw {
    font-size: 25px;
}
.text_animation a {
    -webkit-animation: blinkingText 0.8s infinite;
    -moz-animation: blinkingText 0.8s infinite;
    -o-animation: blinkingText 0.8s infinite;
    animation: blinkingText 0.8s infinite;
}
/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px;
    background: #181818; 
    color: #fff;
}
    
#qcfooter-block h3 {font-size: 16px;}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {
    height: 100%;
    background: #d9d9d9;
    border-radius: 10px;
}
.footer-content p {font-size: 13px; line-height: 20px;}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #fff; border: 1px solid #fff; border-radius: 3px;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
.qcinput {border: 2px solid #fff; color: #fff; padding: 5px; margin-bottom: 10px;}
.qcEmailSubBtn {padding: 10px; line-height: 0;font-size: 14px; background: #26A69A; color: #fff; border: 2px solid transparent; margin-bottom: 5px; outline: none;}
.qcEmailSubBtn:hover, .qcEmailSubBtn:focus {background: #26A69A; color: #fff; border: 2px solid #fff; outline: none;}
.qcEmailSubBtn i {font-size: 13px;}
#qcfooter-copyrights {padding: 10px 0; background: #1b2221; border-top: 1px solid #ddd;}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/


.contact-info-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.contact-info-item:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-item .icon-box {
    position: relative;
    background-color: #a1000c;
    border-radius: 10px;
    height: 60px;
    color: #fff;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.5s ease-in-out;
}

.contact-info-item:hover .icon-box {
    background-color: #222222;
    color: #fff;
}

.contact-info-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box::before{
    transform: scale(1);
}

.contact-info-item .icon-box img{
    position: relative;
    max-width: 30px;
    z-index: 1;
}

.contact-info-content{
    width: calc(100% - 80px);
}
.contact-info-box {
    margin-top: 30px;
}
.contact-info-content h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: sans-serif;
    color: #000;
}
.contact-info-content p{
    margin-bottom: 0;
}
.contc h2 span {
    display: inline-block;
}
.contc p {
    font-family: 'manrope';
    line-height: 2;
}
.contact_details.pad_tb40 {
    padding-bottom: 70px;
}
.contact_pg.pg_mar {
    padding: 120px 0;
}
.contact-box .sub-title.mb_12 {
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-box .sub-title::before,.contact-box .sub-title::after{
    display: none;
}
.contact-box h2 {
    font-family: 'PT Sans';
}
.sub-title::before, .sub-title::after{
    display: none;
}
@media (max-width: 767px){
    .services-one__info__inner {
    padding: 59px 20px 55px;
    }
    .feature-block   p {
    margin: 0 10px;
}
.img-blk img {
    margin-bottom: 30px;
}
.about .text-start.mb-5 {
    margin-top: 30px;
}
}