/*
Theme Name: Techlead Solution
Theme URI: https://techleadsolution.in/
Author: Techlead Solution Team
Author URI: https://techleadsolution.in/
Description: Premium WordPress theme for Techlead Solution - Technology and IT Solutions Company
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techlead-solution
Domain Path: /languages
Tags: technology, solutions, responsive, custom-header, custom-menu, featured-images
*/


@font-face {
    font-family: 'standard';
    src: url('./assets/fonts/standard.eot');
    src: url('./assets/fonts/standard.eot') format('embedded-opentype'),
         url('./assets/fonts/standard.woff') format('woff'),
         url('./assets/fonts/standard.ttf') format('truetype'),
         url('./assets/fonts/standard.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .demo-icon {
    font-family: "standard";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    /* For safety - reset parent styles, that can break glyph codes*/
    /* fix buttons height, for twitter bootstrap */
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* You can be more comfortable with increased icons size */
    /* Font smoothing. That was taken from TWBS */
    /* Uncomment for 3D effect */
  }

:root
{
	--primary:#2863a7;
	--secondary:#0162af;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
section
{
	float: left;
	width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70
{
    padding-top: 70px;
}
.pb-70
{
    padding-bottom: 70px;
}
.pb-50
{
    padding-bottom: 50px;
}
.pt-0
{
    padding-top: 0px;
}
.pb-0
{
    padding-bottom: 0px;
}
h2 {
    color: var(--secondary);
    font-size: 35px;
    font-weight: 700;
    position: relative;
}

nav, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0
{
    margin-left: 0px !important;
}

ul,
p
{
	padding: 0;
	margin: 0;
}

/*Banner*/
.banner1 {
    background-image: url(assets/images/banner/banner1.webp);
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}
.banner-heading {
    padding: 60px 0px 70px 0px;
    width: 100%;
    color: #fff;
}
.banner-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: 600;
}
.breadcrumb {
    position: absolute;
    bottom: -16px;
    font-size: 16px;
    font-weight: 300;
    background: var(--primary);
    padding: 6px 15px;
}
ol.breadcrumb a {
    color: #fff;
    font-weight: 500;
}
ol.breadcrumb i {
    font-size: 12px;
    margin-left: 7px;
}
/* /top header/ */


/* slider */
.pic, .pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left, 
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-right
{
    right: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-left, 
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
    margin: 15px;
}
#slider .carousel-control i:hover {
    background: var(--secondary);
}
.slider01 {
    background: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 10px;
}
.slider-content {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    text-align: left;
}
.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    color: var(--secondary);
    font-weight: 700;
    padding: 15px 0px;
}
.slider-description {
    color: #000;
    font-weight: 500;
    margin: 20px 0 20px;
}

.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i ,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}
/*******************btn*********************/

.btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    background-color: var(--secondary);
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.btn a:before
{
    background: #000 !important;
}
  .btn a:before,
  .btn a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--primary);
    z-index: 9;
    transition: all .35s;
  }
  
.btn a:before{
    opacity: .5;
  }
  
.btn a:after{
    transition-delay: .2s;
  }
  
.btn a:hover{
    color: #fff;
  }
  
.btn a:hover:before,
.btn a:hover:after{
    top: 0;
  }
  .btn:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
}

button.btn.btnone a {
    padding: 14px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid;
}
/* Footer */
.main-footer.style-two {
    position: relative;
    background-image: url(assets/images/footer.webp);
    padding-bottom: 0;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.links-widget .widget-content {
    position: relative;
}
.links-widget ul li {
    position: relative;
}

.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}

.contact-widget .social-links {
    position: relative;
}
.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 500;
}
.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-widget .social-links li a span {
    position: relative;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient( 0deg, rgb(17 101 110) 16%, rgb(74 172 179) 100%);
}
footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}

.copyright-info, .copyright-info a, .widget-content a {
    color: #fff;
}
.copyright-info.right {
    text-align: right;
}
.copyright {
    margin-top: 40px;
    background: var(--secondary);
    padding: 6px 0px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
    line-height: 24px;
}
.widgets-section li {
    margin-bottom: 10px;
}
.contact-widget ul.list i {
    margin-right: 10px;
}
.contact-widget ul.list {
    margin-bottom: 20px;
}
.copyright-text.text-right {
    text-align: right;
}
.copyright-text a
{
    text-decoration: none;
}
section.bottom_footer {
    padding: 0px;
    background: var(--secondary);
    padding-bottom: 6px;
}
ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}
.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}
.hover-content-heading a {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}
.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}
.website-tag-part {
    float: left;
    width: 100%;
}
.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--secondary);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--secondary);
    font-size: 13px;
}
.hover-content-heading a:hover {
    background: var(--secondary);
}
h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}


.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    color: #fff;
    font-size: 16px;
    margin-bottom: 9px;
    flex-direction: row;
    font-weight: 400;
}
.footer-contact li a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px;

    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}
i.fa-solid.fa-phone.m-i-r {
    margin-right: -3px;
}
i.fa-solid.fa-envelope.m-i-r {
    margin-right: 2px;
}
/* Testimonial Section */

.testimonial-section{
	position:relative;
	
}

.testimonial-section .sec-title .text{
	margin-top:40px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .btn_01{
	position:relative;
	text-align:right;
	padding-right:15px;
}

.testimonial-section .btn_01{
	position:relative;
	width:10px;
	height:5px;
	border-radius:0px;
	margin-left:10px;
	display:inline-block;
	background-color:var(--secondary);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	opacity: 0.9;
}

.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover{
	width:30px;
	background-color:var(--primary);
}



.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box {
    position: relative;
}

.testimonial-block .inner-box .upper-box{
	position:relative;
	padding-top:9px;
	padding-left:115px;
	margin: auto;
    width: 350px;
    text-align: center;
}

.testimonial-block .inner-box .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
}
.carousel-indicators.testi_btn {
    bottom: -60px;
}

.testimonial-block .inner-box .upper-box h4{
	position:relative;
	color:var(--secondary);
	font-weight:600;
}

.testimonial-block .inner-box .upper-box .designation{
	position:relative;
	color:var(--primary);
	font-size:16px;
}

.testimonial-block .inner-box .text{
	position:relative;
	margin-top:35px;
	color:#000;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
	text-align: center;
}


/* Fun fact */
.counter-area {
    background: var(--primary);
    color: #fff;
}
.tp-counter-item-icon {
    font-size: 50px;
    line-height: 50px;
}
.counter {
    font-size: 25px;
    margin: 15px 0px;
    float: left;
    width: 100%;
}
/*Font*/
.span3 {
    float: left;
    width: 25%;
    border: 1px solid #000;
    padding: 11px;
}
span.i-code {
    float: right;
}
/*Slider client*/
@media (max-width: 767px) {
    #multislider01 .carousel-inner .carousel-item>div {
        display: none;
    }

    #multislider01 .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

#multislider01 .carousel-inner .carousel-item.active,
#multislider01 .carousel-inner .carousel-item-next,
#multislider01 .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    #multislider01 .carousel-inner .carousel-item-end.active,
    #multislider01 .carousel-inner .carousel-item-next {
        transform: translateX(16.6%);
    }

    #multislider01 .carousel-inner .carousel-item-start.active,
    #multislider01 .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%);
    }
}

#multislider01 .carousel-inner .carousel-item-end,
#multislider01 .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.client_btn {
    background: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
a {
    list-style: none;
    text-decoration: none;
}




/* about us page */
.about .pattern-layer .pattern-1 {
    position: absolute;
    left: -139px;
    bottom: 0px;
    width: 316px;
    height: 406px;
    background-repeat: no-repeat;
}
.about .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 261px;
    height: 188px;
    background-repeat: no-repeat;
}

.about {
    background-color: #fff;
    overflow-x: clip;
    position: relative;
}
.vertical-column-gap-lg {
    row-gap: 40px;
}
@media only screen and (min-width: 576px) {
    .about .about__content-single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }
}

.about .about__content-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 36px 20px 36px 40px;
    margin-top: 40px;
    border: 1px solid #dedede;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.about .about__content-single::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1px;
    background-color: var(--primary);
    width: 6px;
    height: 90%;
}
.about .about__content-single .thumb i {
    font-size: 64px;
    color: #000;
}
.about .about__content-single h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.about .about__thumb {
    position: relative;
    height: 100%;
    min-height: 500px;
}
.about .about__thumb-single:nth-of-type(1) {
    top: 0px;
    left: 10px;
    z-index: 3;
}
.about .about__thumb-single:nth-of-type(1) .thumb {
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.about .about__thumb-single:nth-of-type(2) {
    right: 11px;
    top: 0px;
    z-index: 1;
}
.about .about__thumb-single:nth-of-type(2) .thumb {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.about .about__thumb-single:nth-of-type(3) {
    bottom: 4px;
    left: 0%;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.about .about__thumb-single:nth-of-type(3) .thumb {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.about .about__thumb-single {
    position: absolute;
    -webkit-filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.21));
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.21));
}
.about .about__thumb {
    position: relative;
    height: 100%;
    min-height: 500px;
}

/* section title css */
.pro-img{
    max-width: 100%;
    height: auto;
}
.property-type .property-type-item:hover  .content h5  {
    color: #fff;
}
.section__header {
    margin-bottom: 40px;
}
.section__header span {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    margin-top: -8px;
}
.section__header h2 {
    color: #000;
    font-weight: 700;
    margin: 5px 0px 15px;
}
.section__header .icon-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
}
.section__header .icon-thumb .icon-thumb-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3px;
    line-height: 0px;
    padding-bottom: 4px;
}
.filter-img {
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1631%) hue-rotate(201deg) brightness(86%) contrast(120%);
    filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1631%) hue-rotate(201deg) brightness(86%) contrast(120%);
}
.section__header .icon-thumb span {
    width: 70px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    line-height: 0px;
}
.section__header .icon-thumb span:nth-of-type(2) {
    width: 56px;
}
.section__header .icon-thumb span {
    width: 70px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    line-height: 0px;
}

/* service box */

.property-type {
  padding: 100px 0px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.property-type .section__header {
  margin: 0px;
}
.property-type .slider-navigation-two .prev-slide {
  border: 1px solid var(--quaternary-color);
}
.property-type .slider-navigation-two .next-slide {
  border: 1px solid var(--primary);
}
.property-type .property-type-slider-wrapper {
  margin-top: 40px;
}
.property-type .property-type-item {
  text-align: center;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.property-type .property-type-item::before, .property-type .property-type-item::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.property-type .property-type-item::before {
  width: 80px;
  height: 80px;
  background-color: #3183ff;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.property-type .property-type-item::after {
  width: 100px;
  height: 100px;
  background-color: #0065fe;
  z-index: -2;
}
.property-type .property-type-item .thumb {
  margin-bottom: 24px;
}
.property-type .property-type-item .thumb i {
  font-size: 96px;
  color: var(--black);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.property-type .property-type-item h5 {
  font-weight: 600;
  color: var(--quaternary-color);
}
.property-type .property-type-item h5:hover {
  color: var(--primary);
}
.property-type .property-type-item p {
  font-size: 14px;
  color: var(--primary);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.property-type .property-type-item .item-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%) scale(0);
      -ms-transform: translateX(100%) scale(0);
          transform: translateX(100%) scale(0);
}
.property-type .property-type-item:hover {
  background-color: var(--primary);
  border-top-left-radius: 0px;
}
.property-type .property-type-item:hover::before, .property-type .property-type-item:hover::after {
  -webkit-transform: translate(-35%, -35%);
      -ms-transform: translate(-35%, -35%);
          transform: translate(-35%, -35%);
}
.property-type .property-type-item:hover .thumb i {
  color: var(--white);
}
.property-type .property-type-item:hover h5,
.property-type .property-type-item:hover p {
  color: var(--white);
}
.property-type .property-type-item:hover .item-bg {
  -webkit-transform: translateX(15%) scale(1);
      -ms-transform: translateX(15%) scale(1);
          transform: translateX(15%) scale(1);
}
.property-type .swiper-slide-active .property-type-item {
  background-color: var(--primary);
  border-top-left-radius: 0px;
}
.property-type .swiper-slide-active .property-type-item::before, .property-type .swiper-slide-active .property-type-item::after {
  -webkit-transform: translate(-35%, -35%);
      -ms-transform: translate(-35%, -35%);
          transform: translate(-35%, -35%);
}
.property-type .swiper-slide-active .property-type-item .thumb i {
  color: var(--white);
}
.property-type .swiper-slide-active .property-type-item h5,
.property-type .swiper-slide-active .property-type-item p {
  color: var(--white);
}
.property-type .swiper-slide-active .property-type-item .item-bg {
  -webkit-transform: translateX(15%) scale(1);
      -ms-transform: translateX(15%) scale(1);
          transform: translateX(15%) scale(1);
}


.property-type{
    background-image: url(assets/images/homepage/slider-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.property-type {
        padding: 80px 0;
        background-color: #f8f9fa;
    }
    
    .section__header span {
        color: var(--primary);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }
    
    .section__header h2 {
        font-size: 36px;
        margin-bottom: 20px;
        color: #1a1a1a;
    }
    
    .icon-thumb {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .icon-thumb-single span {
        display: inline-block;
        width: 40px;
        height: 2px;
        background: var(--primary);
        margin: 0 10px;
    }
    
    .filter-img {
        max-height: 30px;
    }

    
    .s-box {
        flex: 1;
        min-width: 200px;
        /* max-width: 220px; */
    }
    

    
    @media (max-width: 992px) {
        .s-box {
            min-width: 160px;
        }
    }
    
    @media (max-width: 768px) {
        
        .s-box {
            min-width: calc(50% - 15px);
            max-width: calc(50% - 15px);
        }
    }
    
    @media (max-width: 576px) {
        .s-box {
            min-width: 100%;
            max-width: 100%;
        }
    }

    /* services main start */
    .service_blk_1_icon2 i {
    font-size: 35px;
    margin-top: 21px;
    color: #2863a7;
}
    .service_blk_1_icon i {
    font-size: 35px;
    margin-top: 21px;
    color: #fff;
}
    .service_blk_1 {
    background-color: #ffffff;
    border: 1px solid #e6e7ef;
    position: relative;
}
.title-holder h3 a {
    font-size: 18px !important;
    font-weight: 600;
}
.service_blk_1_shpae {
    position: absolute;
    top: 0;
    right: 0;
}
.service_blk_1_shpae img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.service_blk_1_top {
    padding: 17px 24px;
}
p.service_blk_1_stitle {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
    /* font-family: "Inter"; */
    margin-bottom: 0;
    position: relative;
}
h4.service_blk_1_title {
    position: relative;
    z-index: 999;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    /* font-family: "Inter"; */
}
h4.service_blk_1_title a {
    display: inline-block;
    color: #000;
}
.service_blk_1_icon {
    position: absolute;
    top: 6px;
    right: 8px;
    opacity: 0;
    transition: .5s;
    transform: scale(.5);
    width: 80px;
    height: 80px;
    border-radius: 40px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
    background-color: var(--primary);
    text-align: center;
    line-height: 80px;
}
.service_blk_1_icon img {
    width: 50px;
}
.service_blk_1_img {
    position: relative;
    margin-right: 40px;
}
.service_blk_1_img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    background-image: linear-gradient(180deg, var(--primary) 0%, #070f64 100%);
}
.service_blk_1_img img {
    width: 100%;
}
.service_blk_1_icon2 {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    text-align: center;
    line-height: 80px;
    transform: translateY(-50%);
    transition: .5s;
}
p.service_blk_1_text {
    position: absolute;
    left: 25px;
    right: 20px;
    bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #e2e0fc;
    font-weight: 400;
    /* font-family: "Heebo"; */
    opacity: 0;
    transition: .5s;
}
.service_blk_1_bottom {
    padding: 22px 22px;
    position: relative;
}
a.read_more_1_btn {
    font-size: 17px;
    line-height: 28px;
    color: var(--primary);
    font-weight: 600;
    /* font-family: "Inter"; */
    display: inline-block;
    transition: .5s;
    vertical-align: middle;
}
a.read_more_1_btn span {
    width: 26px;
    height: 26px;
    background-color: #f0f1f7;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
    transition: .5s;
}
a.read_more_1_btn span:before {
    display: inline-block;
    transition: .5s;
}
.service_blk_1:hover .service_blk_1_icon {
    opacity: 1;
    transform: scale(1);
}
.service_blk_1:hover .service_blk_1_text {
    opacity: 1;
    bottom: 30px;
}
.service_blk_1:hover .service_blk_1_icon {
    opacity: 1;
    transform: scale(1);
}
.service_blk_1:hover .service_blk_1_img:before {
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: .8;
}
.service_blk_1:hover .service_blk_1_icon2 {
    opacity: 0;
    transform: scale(.5) translateY(-50%);
}
a.read_more_1_btn:hover {
    color: var(--primary);
}
a.read_more_1_btn:hover span {
    background-color: var(--primary);
    color: #ffff;
}
a.read_more_1_btn:hover span:before {
    transform: rotate(45deg);
}



/* testimonial start */
.testimonial-area {
  position: relative;
  z-index: 1;
}

.testimonial-section::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/homepage/02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  opacity: .02;
  z-index: -1;
}

.testimonial-single {
  margin-bottom: 45px;
  background: #fff;
  /* background-image: url(assets/images/about/about-bg2-1.webp); */
  border-radius: 15px;
  padding: 30px;
  position: relative;
  margin-top: 35px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.testimonial-single::before{
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 4px solid var(--primary);
}

.testimonial-quote p {
  color: #000;
}

.testimonial-author-info{
  margin: 50px 0 10px 0;
}

.testimonial-author-img {
    position: absolute;
    top: 10px;
    left: 35px;
    width: 240px;
    padding: 5px;
    z-index: 1;
}
/*.testimonial-author-img::before{*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -5px;*/
/*  right: -5px;*/
/*  bottom: -5px;*/
/*  height: 50%;*/
/*  border: 3px solid var(--primary);*/
/*  border-radius: 50px;*/
/*  z-index: -1;*/
/*}*/
.testimonial-author-img img {
  /*border-radius: 50%;*/
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  width:100%;
  height:auto;
}
.testimonial-author-info h4 {
  font-size: 20px;
  color: #000;
}

.testimonial-author-info p {
  color: var(--primary);
  font-weight: 500;
}

.testimonial-quote-icon {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 80px;
  opacity: .2;
}

.testimonial-quote-icon img{
  width: 90px !important;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid var(--primary);
  margin: 5px;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: all 0.5s ease;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background: var(--primary);
  border-color: var(--primary);
}

.testimonial-rate {
  color: var(--primary);
  margin-top: 15px;
}

/* whychoose us start */
.who {
    background-color: #eef5ff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 1200px) {
    .who .who__thumb {
        position: relative;
        height: 100%;
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .who .who__thumb .thumb-lg {
        top: 50px;
        /* right: 0px; */
        z-index: 2;
    }
}
@media only screen and (min-width: 1200px) {
    .who .who__thumb .thumb-lg, .who .who__thumb .thumb-sm, .who .who__thumb .thumb-shape {
        position: absolute;
    }
}


    .who .who__thumb .thumb-lg img {
        min-width: 580px;
    }

@media only screen and (min-width: 1200px) {
    .who .who__thumb .thumb-sm {
       right: 5px;
        bottom: 40px;
        top: unset;
        left: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 3;
    }
}
.who .about-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
    row-gap: 24px;
    margin: 30px 0px;
}
.thumb-lg img {
    max-width: 100%;
    height: auto;
    border: 0px;
    outline: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .who .who__thumb .thumb-lg, .who .who__thumb .thumb-sm, .who .who__thumb .thumb-shape {
        position: absolute;
    }
}
.video-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}
@media only screen and (min-width: 1200px) {
    .who .who__content {
        padding: 100px 0px;
    }
}
.who .about__content-inner p {
    color: #000;
}
@media only screen and (min-width: 576px) {
    .who .about-content__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.who .about__content-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    border: 1px solid #dedede;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    width: 100%;
}
.who .about__content-single::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1px;
    background-color: var(--primary);
    width: 6px;
    height: 90%;
}
.who .about__content-single .thumb i {
    font-size: 48px;
    color:#000;
}
.who .about__content-single h6 {
    font-weight: 600;
    color:#000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.who .about-content__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.who .cta {
    margin-top: 50px;
}
.btn--primary {
    padding: 13px 24px;
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    position: relative;
    z-index: 1;
}
.btn--primary::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 0%;
    height: 100%;
    background-color:#000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}
.btn--primary::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 5px;
    bottom: 0px;
    width: 4px;
    height: 100%;
    background-color: #fff;
    opacity: 0.3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.who .z-shape {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 520px;
    height: 100%;
    background-color: var(--primary);
    -webkit-clip-path: polygon(100% 0%, 34% 41%, 96% 80%, 58% 100%, 28% 100%, 68% 80%, 8% 42%, 73% 0%);
    clip-path: polygon(100% 0%, 34% 41%, 96% 80%, 58% 100%, 28% 100%, 68% 80%, 8% 42%, 73% 0%);
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    z-index: -1;
}
.who .z-shape-l {
    position: absolute;
    top: -125px;
    left: 326px;
    height: 520px;
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--primary);
    z-index: -1;
}
.who .z-shape-s {
    position: absolute;
    bottom: -59px;
    left: 540px;
    height: 200px;
    width: 40px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    background-color: var(--primary);
    z-index: -1;
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}
.who .z-shape-sq {
    position: absolute;
    bottom: -56px;
    left: -102px;
    height: 450px;
    width: 460px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color:#000;
    z-index: -2;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 100% 100%, 0% 100%);
}

.btn--primary:hover {
    border: 1px solid #000;
    background-color: #000
}
.btn--primary:hover::before {
    width: 100%;
}
.btn--primary:hover::after {
    right: calc(100% - 8px);
}


/* team start */
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.team-two .team__single {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.team-two .thumb-wrapper {
    position: relative;
}
@media only screen and (min-width: 576px) {
    .team-two .thumb {
        padding: 35px;
    }
}

.team-two .thumb {
    position: relative;
    width: 300px;
    height: 300px;
    padding: 31px;
}
.team-two .thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #d5d5d5;
    border-radius: 50%;
    -webkit-transform: translate(25%, 25%);
    -ms-transform: translate(25%, 25%);
    transform: translate(25%, 25%);
}
.team-two .thumb svg {
    position: absolute;
    inset: 0px;
    width: 300px;
    height: 300px;
    -webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg);
}
@media only screen and (min-width: 576px) {
    .team-two .thumb circle {
        stroke-width: 40px;
    }
}

.team-two .thumb circle {
    fill: none;
    stroke-width: 20px;
    stroke: #d5d5d5;
    stroke-dasharray: 580;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.team-two .thumb-wrapper .social {
    position: absolute;
    inset: 0px;
    z-index: 2;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.team-two .thumb-wrapper .social a:nth-of-type(1) {
    bottom: 35px;
    left: 70px;
}
.team-two .thumb-wrapper .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--quaternary-color);
    color: var(--white);
    font-size: 20px;
    position: absolute;
}
.team-two .content {
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
}
.team-two .content span {
    font-weight: 700;
    color: var(--primary);
}
.team-two .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    position: relative;
    z-index: 2;
}
.team-two .team__single:hover .thumb-wrapper .social {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
    .team-two .team__single:hover .thumb::before {
    background-color: #000;
}

span {
    display: inline-block;
}
.team-two .content h4 {
    color: #000;
    font-weight: 600;
    margin: 8px 0px;
}
.team-two .team__single:hover .thumb circle {
    stroke: var(--primary);
}
@media only screen and (min-width: 768px) {
    h4 {
        font-size: 24px;
        line-height: 34px;
    }
}
.team-two .content p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #000;
}
.team-two .content p a i {
    font-size: 20px;
}
.icon-mobile:before {
    content: '\0043';
}
@media only screen and (min-width: 576px) {
    .team-two .thumb circle {
        stroke-width: 40px;
    }
}
.team-two {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom -100px;
}

/* blog start */
.ns-blog-item {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ns-blog-img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.ns-blog-img {
    position: relative;
    z-index: 5;
}
.w_img img {
    width: 100%;
}
.ns-blog-tag {
    position: absolute;
    left: 30px;
    top: 0;
    height: 35px;
    padding: 0 20px;
    background-color: var(--primary);
    color: #fff;
    line-height: 35px;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
    display: inline-block;
}
.ns-blog-img-shape-1 {
    position: absolute;
    right: -140px;
    bottom: -110px;
    right: -250px;
    width: 240px;
    height: 240px;
    background: var(--primary);
    border-radius: 50%;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.ns-blog-img-shape-2 {
    position: absolute;
    right: -70px;
    bottom: -155px;
    bottom: -250px;
    width: 240px;
    height: 240px;
    background: #000;
    border-radius: 50%;
    content: "";
    z-index: 1;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.ns-blog-content {
    padding: 34px 30px 34px;
    position: relative;
    z-index: 5;
}
.ns-blog-content-meta {
    margin-bottom: 8px;
}
.ns-blog-content-meta span {
    display: inline-block;
    font-size: 17px;
}

.ns-blog-admin {
    margin-right: 10px;
}
.ns-blog-content-meta span {
    display: inline-block;
    font-size: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ns-blog-content-title {
        font-size: 22px;
    }
}

.ns-blog-content-title {
    font-size: 19px;
    margin-bottom: 15px;
}
.ns-blog-content p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 15px;
}
.ns-blog-btn {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.ns-blog-shape-1 {
    position: absolute;
    right: 5px;
    bottom: -35px;
    bottom: -80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 70px;
    height: 70px;
    background-color: var(--primary);
    z-index: -1;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.ns-blog-shape-2 {
    position: absolute;
    right: -25px;
    bottom: -40px;
    right: -50px;
    width: 50px;
    height: 100px;
    background: #000;
    transform: rotate(45deg);
    z-index: -2;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.ns-blog-item:hover .ns-blog-img-shape-2 {
    opacity: 1;
    visibility: visible;
    bottom: -155px;
}
.ns-blog-item:hover .ns-blog-img-shape-1 {
    opacity: 1;
    visibility: visible;
    right: -140px;
}
.ns-blog-item:hover .ns-blog-shape-1 {
    opacity: 1;
    visibility: visible;
    bottom: -35px;
}
.ns-blog-item:hover .ns-blog-shape-2 {
    opacity: 1;
    visibility: visible;
    right: -25px;
}
.ns-blog-bg-shape-1.ns-blog-shape-bg {
    left: 0;
    bottom: 0;
}
.ns-blog-shape-bg {
    position: absolute;
    z-index: -1;
}
.ns-blog-bg-shape-2.ns-blog-shape-bg {
    bottom: 0;
    right: 0;
}
.ns-blog-bg-shape-3.ns-blog-shape-bg {
    top: -420px;
    left: 0;
}
.ns-blog-bg-shape-4.ns-blog-shape-bg {
    top: 100px;
    right: 0;
}
.ns-blog-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ns-blog-area {
    background-color: #f4f5f9;
}
.ns-blog-content-title a{
    color: #000;
}
/* cta tech */
.cta-five {
    position: relative;
    background-color: #fff;
}
.cta-five__bg {
    position: relative;
    z-index: 2;
    background-color: #051d1f;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 75px;
    padding: 11px 70px 11px 11px;
}
.cta-five__bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:#051d1f;
    opacity: .84;
    border-radius: 75px;
    content: "";
}
.cta-five__content {
    display: flex;
    position: relative;
    align-items: center;
    gap: 54px;
}
.cta-five__content__icon {
    width: 129px;
    height: 129px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 62px;
    color:  #fff;
    border: 8px solid #fff;
}
.cta-five__content__icon i {
    display: block;
    transition: all .6s ease;
}
.cta-five__content__title {
    margin: 0;
    font-size: 30px;
    letter-spacing: .45px;
    color:  #fff;
}
.cta-five__content__title a {
    color: #fff;

}
.cta-five__bg:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    margin: 0 auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 46px 0;
    border-color: var(--primary) transparent transparent transparent;
    animation: messageMove 3s linear 0s infinite;
}
/* btn */
.cta-five .tolak-btn {
    margin-left: auto;
    width: 180px;
}

.tolak-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    padding: 12.7px 32.5px;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.tolak-btn b a {
    position: relative;
    color: #fff;
    z-index: 2;
    font-weight: inherit;
}
.tolak-btn span {
    background:  #051d1f;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width .6s ease 0s, height .6s ease 0s;
    width: 0;
    z-index: 1;
}
.tolak-btn span {
    background: var(--tolak-black, #051d1f);
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width .6s ease 0s, height .6s ease 0s;
    width: 0;
    z-index: 1;
}
.tolak-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}
.main-header-three__btn {
    position: relative;
}

/* contact tech */
.contact-two {
    position: relative;
    padding: 70px 0 0;
    background-color:  #fff;
}
.contact-two__wrapper {
    position: relative;
    border: 1px solid  #ddd;
    border-radius: 20px;
    padding: 50px 48px;
}
.contact-two__info {
    position: relative;
    background-color:  var(--primary);
    max-width: 501px;
    border-radius: 11px;
    padding: 45px 52px 69px;
}
.contact-two__info__shape {
    position: absolute;
    right: 40px;
    bottom: 45px;
    width: 120px;
    height: 120px;
    background-position: 50%;
    background-repeat: no-repeat;
    animation: wobble-horizontal-on-hover 4s linear infinite;
}
.contact-two__info__title {
    color:  #fff;
    font-size: 22px;
    margin: 0 0 17px;
}
.contact-two__info__text {
    color:  #fff;
    margin: 0 0 32px;
}
.contact-two__info__box-wrapper {
    padding: 0 0 0 41px;
    border-left: 5px solid  #fff;
    list-style: none;
    position: relative;
}
.contact-two__info__social {
    position: relative;
}
.contact-two__info:after {
    position: absolute;
    right: -45px;
    top: 70px;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 45px 45px;
    border-color: transparent transparent transparent #051d1f;
    animation: topBottomTwo 4s linear infinite;
}
.contact-two__info__box-wrapper:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 22px;
    border-color: transparent transparent transparent  #fff;
    animation: topBottomTwo 3s linear infinite;
}
.contact-two__info__box__icon {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--tolak-base, var(--primary));
    border-radius: 50%;
    font-size: 34px;
    transition: all .5s ease;
    z-index: 1;
    overflow: hidden;
}
.contact-two__info__box {
    position: relative;
    min-height: 64px;
    padding: 2px 0 0 92px;
}
.contact-two__info__box+.contact-two__info__box {
    margin-top: 35px;
}
.contact-two__info__box__title {
    color:  #fff;
    font-size: 22px;
    margin: 0 0 9px;
}
.contact-two__info__box__text a {
    color: #fff;
    background: linear-gradient(90deg, currentcolor 0, currentcolor) 0 95% / 0 1px no-repeat;
    transition: all .5s ease;
}
.contact-two__info__box p {
    color: #fff;
}
.contact-two__content {
    position: relative;
    padding: 31px 0 0;
}
.contact-two__content__text {
    margin: 0 0 35px;
}
@media (min-width: 576px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}
.form-one__group {
    display: grid;
    grid-template-columns: -1fr;
    grid-gap: 30px;
    margin: 0;
}
.contact-two__content .form-one textarea {
    height: 150px;
    padding-top: 13px;
}
.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}
.form-one .bootstrap-select>.dropdown-toggle, .form-one input[type=email], .form-one input[type=text], .form-one textarea {
    display: block;
    width: 100%;
    height: 55px;
    background-color: transparent;
    color: var(--tolak-text-dark, #b7b7b7);
    font-size: 17px;
    font-weight: 400;
    border: none;
    border: 1px solid rgba(var(--tolak-white-rgb, 255, 255, 255), .47);
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
}
.contact-two__content .form-one input[type=text], .contact-two__content .form-one textarea {
    border: 1px solid var(--tolak-border-color, #ddd);
}
.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}
.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.contact-two__content .form-one .bootstrap-select>.dropdown-toggle, .contact-two__content .form-one input[type=email], .contact-two__content .form-one input[type=text], .contact-two__content .form-one textarea {
    border: 1px solid var(--tolak-border-color, #ddd);
}
.form-one .bootstrap-select>.dropdown-toggle, .form-one input[type=email], .form-one input[type=text], .form-one textarea {
    display: block;
    width: 100%;
    height: 55px;
    background-color: transparent;
    color: var(--tolak-text-dark, #b7b7b7);
    font-size: 17px;
    font-weight: 400;
    border: none;
    border: 1px solid rgba(var(--tolak-white-rgb, 255, 255, 255), .47);
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
}

/* footer start */
.main-footer {
    background-color: #181818;
    background-image: url(../images/background/bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-footer .upper-box {
    position: relative;
    padding: 50px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .upper-box .contact-info.logo-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.main-footer .upper-box .contact-info {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .upper-box .contact-info .logo {
    margin: 0 auto;
    max-width: 250px;
}
.main-footer .upper-box .contact-info {
    position: relative;
    margin-bottom: 30px;
}
.text {
    color: #fff;
}
.main-footer .upper-box .contact-info .inner-box {
    position: relative;
    display: inline-block;
    text-align: left;
}
.main-footer .upper-box .contact-info .title {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.main-footer .upper-box .contact-info .text {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
.main-footer .upper-box .contact-info .text a {
    color: inherit;
    font-weight: inherit;
}
.main-footer .upper-box .contact-info:last-child {
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.main-footer .upper-box .contact-info {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .upper-box .contact-info .inner-box {
    position: relative;
    display: inline-block;
    text-align: left;
}
.main-footer .upper-box .contact-info .title {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.main-footer .upper-box .contact-info .text {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
.main-footer .widgets-section {
    position: relative;
    padding: 80px 0 30px;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 18px;
}
.main-footer .footer-widget {
    position: relative;
}
.main-footer .widget-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.main-footer .text {
    margin-bottom: 20px;
    font-weight: 400;
}
.user-links li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
    position: relative;
}
.user-links li a {
    color: inherit;
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-bottom {
    position: relative;
    background-color: #111111;
}
.footer-bottom .inner-container {
    position: relative;
padding: 5px 15px;
    text-align: center;
}
.footer-bottom .copyright-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
}
.footer-bottom .copyright-text p {
    margin-bottom: 0;
}
.footer-bottom .copyright-text a {
    color: inherit;
}

/* header start */

	/* Header Styles */
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 20px 5%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		    background-color: #0000008f;
		z-index: 100;
		transition: background-color 0.3s;
	}

	header.scrolled {
		background-color: rgba(0, 0, 0, 0.8);
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	.logo a {
		height: 50px;
		display: flex;
		align-items: center;
	}

	.logo img {
		height: 100%;
	}

	.logo-text {
		color: white;
		font-weight: 700;
		font-size: 1.5rem;
		margin-left: 10px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}

	nav ul {
		display: flex;
		list-style: none;
	}

	nav ul li {
		margin-left: 30px;
	}

	nav ul li a {
		text-decoration: none;
		color: white;
		font-weight: 600;
		font-size: 16px;
		transition: color 0.3s;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}

	nav ul li a:hover {
		color: #ff5722;
	}

	.menu-toggle {
		display: none;
		cursor: pointer;
		z-index: 101;
	}

	.menu-toggle span {
		display: block;
		width: 25px;
		height: 3px;
		background-color: white;
		margin: 5px 0;
		transition: all 0.3s;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}

	/* Video Hero Section */
	.video-hero {
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}

	.video-container {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.video-container video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.video-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: white;
		text-align: center;
		padding: 0 20px;
	}

	.video-overlay h1 {
		font-size: 3.5rem;
		margin-bottom: 20px;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	}

	.video-overlay p {
		font-size: 1.2rem;
		max-width: 700px;
		margin-bottom: 30px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}

	.cta-button {
		padding: 12px 30px;
		background-color: #ff5722;
		color: white;
		border: none;
		border-radius: 30px;
		font-size: 1rem;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.3s;
		text-decoration: none;
	}

	.cta-button:hover {
		background-color: #e64a19;
		transform: translateY(-3px);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	}

	/* Mobile Responsive Styles */
	@media (max-width: 768px) {
		header {
			padding: 15px 5%;
		}

		.logo {
			height: 30px;
		}

		.logo-text {
			font-size: 1.2rem;
		}

		nav {
			position: fixed;
			top: 0;
			right: -100%;
			width: 70%;
			height: 100vh;
			background-color: rgba(0, 0, 0, 0.9);
			display: flex;
			justify-content: center;
			align-items: center;
			transition: right 0.5s;
			z-index: 100;
		}

		nav.active {
			right: 0;
		}

		nav ul {
			flex-direction: column;
			align-items: center;
		}

		nav ul li {
			margin: 20px 0;
		}

		.menu-toggle {
			display: block;
		}

		.menu-toggle.active span:nth-child(1) {
			transform: rotate(45deg) translate(5px, 6px);
		}

		.menu-toggle.active span:nth-child(2) {
			opacity: 0;
		}

		.menu-toggle.active span:nth-child(3) {
			transform: rotate(-45deg) translate(5px, -6px);
		}

		.video-overlay h1 {
			font-size: 2rem;
		}

		.video-overlay p {
			font-size: 1rem;
		}
	}

	@media (max-width: 480px) {
		.video-overlay h1 {
			font-size: 1.8rem;
		}

		.logo-text {
			font-size: 1rem;
		}
	}

/* contact us start */
.contact-sec{
    background-color: #ffffff;
}
.team-block-one {
    max-width: 270px;
    margin: 0 auto;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    padding-bottom: 50px;
}
.team-block-one .inner-box .image-box .bar-box .bar-1 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 74px;
    height: 26px;
    border-radius: 0% 0% 50% 50%;
}
.team-block-one .inner-box .image-box .bar-box .bar {
    position: absolute;
}
.team-block-one .inner-box .image-box .bar-box .bar {
    background: var(--primary);
}
.team-block-one .inner-box .image-box .bar-box .bar-2 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    width: 92px;
    height: 12px;
    border-radius: 10px;
}
.team-block-one .inner-box .image-box .bar-box .bar-3 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 51px;
    width: 110px;
    height: 12px;
    border-radius: 10px;
}
.team-block-one .inner-box .image-box .bar-box .bar-3 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 51px;
    width: 110px;
    height: 12px;
    border-radius: 10px;
}
.team-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #000;
    width: calc(100% - 14px);
    height: 79%;
    left: 7px;
    top: 7px;
    transform: scale(0, 0);
    opacity: 0.4;
    z-index: 1;
    border-radius: 50%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 0% 96%, 0% 0%);
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}
.team-block-one .inner-box .lower-content {
    padding-top: 25px;
    text-align: center;
}
.p_relative {
    position: relative;
}
.d_block {
    display: block;
}
.team-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 7px;
}
.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 17px;
}
.team-block-one .inner-box .image-box .shape {
    position: absolute;
    left: 0px;
    top: -8px;
    width: 270px;
    height: 255px;
    background-repeat: no-repeat;
    z-index: 1;
}
.team-block-one .inner-box:hover .image-box .image:before {
    transform: scale(1, 1);
}
.team-block-one .inner-box:hover .image-box .social-links {
    transform: translate(-50%, -50%) scale(1, 1);
}
/* breadcrumb */
.breadcrumb__area {
    background: #000;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 0 0 150px 0;
    padding: 190px 0 100px;
    margin-top: -1px;
}

.fix {
  overflow: hidden;
}
.breadcrumb__bg-shape {
  position: absolute;
  width: 279.91px;
  height: 436.94px;
  background: linear-gradient(174.89deg, rgba(0, 0, 0, 0) 20.65%, var(--primary) 95.9%);
  transform: rotate(15deg);
  bottom: -150px;
  left: 135px;
  z-index: -1;
}
.breadcrumb__bg-shape:before {
  content: "";
  position: absolute;
  width: 133.18px;
  height: 436.94px;
  background: linear-gradient(174.89deg, rgba(6, 122, 122, 0) 6.98%, var(--primary) 95.9%);
  z-index: -2;
  bottom: -66px;
  left: -100px;
}
h3.title.font-title {
  font-size: 34px;
}
.breadcrumb__content .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
  color:#fff;
  position: relative;
  display: block;
  margin-bottom: -0.1em;
}
/* .breadcrumb-wrap {
  text-align: end;
} */
.breadcrumb {
  margin-bottom: 0;
  align-items: center;
  line-height: 1.3;
  gap: 5px;
  background: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: auto;
  border-radius: 5px;
  padding: 15px 15px;
  margin-top: 45px;
}
.breadcrumb > * {
  font-size: 16px;
  color: var(--primary);
  text-transform: capitalize;
  font-weight: 700;
}
.breadcrumb > * a {
  color: var(--primary);
}
.breadcrumb .breadcrumb-separator {
  line-height: 0;
  font-size: 16px;
  margin-top: 1px;
  font-weight: 400;
  margin-top: 2px;
  color: var(--primary);
}
.breadcrumb > * {
  font-size: 16px;
  color: var(--primary);
  text-transform: capitalize;
  font-weight: 700;
}
.breadcrumb__area:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000e8;
  opacity: 0.86;
  z-index: -3;
}


.contact-wrapper {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  background-image: url(assets/images/banner/banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
}

.contact-img{
  position: relative;
  margin-right: 25px;
}

.contact-img::before{
  content: "";
  position: absolute;
  border: 8px solid var(--primary);
  width: 50%;
  right: 10px;
  top: 50px;
  bottom: 0px;
}

.contact-img img{
  width: 100%;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.contact-form{
  padding: 20px 0;
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color:  #000;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 0px 0;
  border-radius: 0px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: var(--primary);
}


.contact-form .form-group {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group .form-control {
    padding: 0px 0;
    border-radius: 0px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.form-group textarea, .form-group input[type="email"], .form-group input[type="text"] {
    background: #fff;
    border: transparent;
    outline: 0;
    width: 100%;
    height: 50px;
    color: #000;
    margin-bottom: 0px;
    padding: 0 19px;
    border-radius: 0;
}
/* about page strat */

.about-area {
    position: relative;
    z-index: 1;
    overflow: hidden; /* Prevent background overflow */
}

.about-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/banner/about5.png) no-repeat right center;
    background-size: contain; /* or cover, depending on image use */
    z-index: -1;
    opacity: 2.1; /* Optional: if it's decorative */
}
.about-thumb img{
    width: 100%;
    height: auto;
}
.about-thumb {
    position: relative;
    z-index: 1;
}
.about-shape {
    position: absolute;
    top: 20%;
    right: 44%;
}
h4.about-title {
    position: absolute;
    bottom: 18%;
    font-size: 20px;
    line-height: 75px;
    color: #fff;
    font-weight: 600;
    left: 12%;
    margin: 0;
}
p.section-title-descr {
    width: 84%;
    margin: 0;
    padding: 19px 0 25px;
}
.about-area:before {
        z-index: -1;
    }

    /* fun fact */
    .fun-fact-section {
    padding: 120px 0 90px;
    position: relative;
}
.counter-block {
  position: relative;
  margin-top: 75px;
  margin-bottom: 50px;
}
.counter-block .inner {
  position: relative;
  min-height: 200px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 5px 40px 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-image: url(assets/images/shape/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.counter-block .inner:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.counter-block .inner:hover .icon {
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
}
.counter-block .icon {
  background-color: #e6e8ed;
  color: var(--primary);
  display: block;
  font-size: 62px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
  margin: -75px auto 0;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 115px;
  z-index: 1;
}
.counter-block .count-box {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.counter-block .count-box .count-text {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
}
.counter-block .counter-title {
  display: block;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: var(--primary);
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* how we work */
.service3 .service3-box {
    margin-top: 30px;
    background-color: #fff;
    padding: 24px;
    border-radius: 7px;
    display: flex;
    align-items: start;
    transition: all 0.4s;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top: 5px solid var(--primary);
}
.heading3 h4 a {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #0D0E10;
    transition: all 0.4s;
}
.service3 .service3-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    background-color: #2863a7bf;
}
.service3 .service3-box:hover .heading3 h4 a {
    color: #fff;
    transition: all 0.4s;
}
.service3 .service3-box:hover .heading3 p {
    color: #fff;
}
.service3 .main-image {
    margin-top: 30px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .reveal {
        position: relative;
        display: inline-flex;
        visibility: hidden;
        overflow: hidden;
    }
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service3 {
    background-color: #EFF1FF;
}
.main-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* vision and mission start */
.feature-three {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-color:#fff;
}
.feature-three__item {
    position: relative;
}
.feature-three__item__image {
    position: relative;
    overflow: hidden;
}
.feature-three__item__image img {
    width: 100%;
    height: auto;
    transition: all .5s ease;
}
.feature-three__item__image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    /* background-image: linear-gradient(0deg, rgba(var(--tolak-black-rgb, 5, 29, 31), 1) 0, rgba(var(--tolak-black-rgb, 5, 29, 31), 0) 100%); */
    width: 100%;
    height: 100%;
    opacity: .62;
}
.feature-three__item__normal {
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 0 0 23px 30px;
}
.feature-three__item:hover .feature-three__item__image img {
    transform: scale(1.05);
}
.feature-three__item__normal__title {
    color: #fff;
    letter-spacing: .33px;
    font-size: 22px;
    margin: 0 0 6px;
}
.feature-three__item__normal__text {
    margin: 0;
    color:  #fff;
    font-weight: 300;
    font-style: italic;
}
.feature-three__item__hover {
    position: absolute;
    left: 0;
    bottom: -56px;
    width: 100%;
    background-color:  #fff;
    border: 1px solid  #ddd;
    border-radius: 70px 70px 0 0;
    text-align: center;
    padding: 64px 20px 23px;
    opacity: 1;
    animation-duration: .5s;
    animation-fill-mode: both;
}
.feature-three__item__icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    margin: 0 auto;
    width: 82px;
    height: 82px;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 48px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-three__item__icon span {
    display: inline-block;
    transition: all .6s ease;
}
.feature-three__item__title {
    font-size: 25px;
    margin: 0 0 9px;
}
.feature-three__item__text {
    margin: 0;
}

.logo1 a img{
    width: 25%;
    height: auto;
}

/* about-sec 2 */
section.services-section-five {
    padding: 262px 0;
}
.services-section-five:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000d9;
    opacity: 0.9;
    content: "";
}
.services-section-five {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.sec-con{
    color: #fff;
    z-index: 1;
}
.text-w{
    color: #fff !important;
    z-index: 1;
}
.text-w-b{
    background-color: #fff !important;
    z-index: 1;
}

  .masonry-gallery {
      column-count: 1;
      column-gap: 1rem;
    }

    @media (min-width: 576px) {
      .masonry-gallery {
        column-count: 2;
      }
    }

    @media (min-width: 768px) {
      .masonry-gallery {
        column-count: 3;
      }
    }

    .masonry-gallery img {
      width: 100%;
      display: block;
      margin-bottom: 1rem;
      border-radius: 8px;
    }

    /* product css */
.single-shop-item--style2 {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 0px;
    border-radius: 10px;
    border: 1px solid #dae5ec;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-shop-item_inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 20px 20px;
}

.single-shop-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #dae5ec;
    border-radius: 10px;
}
.single-shop-item .img-holder img {
    width: 100%;
    filter: grayscale(0%);
    transition: all 500ms ease;
}
.single-shop-item .img-holder .overlay {
    position: absolute;
    top: 19px;
    right: -21px;
    display: inline-block;
    transform: rotate(90deg) translateY(-100px);
    transform-origin: bottom;
    background: var(--thm-base);
    padding: 5.5px 15px;
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-quantity-box {
    position: relative;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #ecf2f6;
    border: 1px solid #dae5ec;
    border-radius: 10px;
    padding-left: 20px;
    margin: 10px 0 0;
}
.product-quantity-box {
    position: relative;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #ecf2f6;
    border: 1px solid #dae5ec;
    border-radius: 10px;
    padding-left: 20px;
    margin: 10px 0 0;
}
.product-quantity-box {
    position: relative;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #ecf2f6;
    border: 1px solid #dae5ec;
    border-radius: 10px;
    padding-left: 20px;
    margin: 10px 0 0;
}
.product-quantity-box .rate-box {
    position: relative;
    display: block;
    width: 100px;
    border-left: 1px solid #dae5ec;
    background: #ffffff;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.single-shop-item .title-holder {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 27px;
}
.single-shop-item .title-holder {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 27px;
}
.single-shop-item .title-holder .btn-box {
    position: relative;
    display: block;
    padding-top: 24px;
    line-height: 0;
}
.title-holder h3 a{
    font-size: 20px;
    color: #000;
}
/* video section */
.video-section {
            width: 100%;
            margin: 0 auto;
        }
        
        .video-column {
            flex: 1;
            min-width: 300px;
            background: #f9f9f9;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        /* .video-container {
            position: relative;
            padding-bottom: 56.25%; 
            height: 0;
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        } */
        
        .video-title {
            text-align: center;
            background: #fff;
        }
        
        .video-title h3 {
            margin: 0;
            color: #222;
            font-size: 18px;
        }
        
        @media (max-width: 768px) {
            .video-row {
                flex-direction: column;
            }
        }

/* blog detail */
.s-blog .title {
    font-size: 25px !important;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: -0.1em;
}
.blog-con-d h2{
    font-size: 30px;
    font-weight: 600;
    color: var(--primary);
}
section.services-details {
    overflow: initial;
    position: relative;
}
.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 35px;
}
.services-details .content-side .image-slide img {
    border-radius: 6px;
    width: 100%;
}
.services-details .content-side .image-slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 140px;
    background-color: var(--primary);
    padding: 20px 30px;
    border-top-right-radius: 6px;
}
.services-details .content-side .image-slide .content h4 {
    color: #fff;
    font-weight: 700;
}
.services-details .content-side .text {
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
    color: #000;
}
.services-details .content-side .list {
    position: relative;
}
.services-details .content-side .list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex
;
}
.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}
.text-white {
    font-weight: 500;
}
.widget_categories_two {
    margin-bottom: 45px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 6px;
}
.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}
.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0px 13px 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 6px;
}
.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}
.widget+.widget {
    margin-top: 50px;
}

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.widget_contact img {
    margin-bottom: 20px;
}
.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}
.widget_contact .phone-number a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.widget_contact .email a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: var(--primary);
}
.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}
.block-wrap {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: rgb(219 2 2 / 12%) 0px 5px 15px;
    border-radius: 15px;
}
.block-title-wrap {
    border-bottom: 1px solid var(--primary);
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.text-h3 {
    color: var(--primary);
}
.list-3-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 2;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.property-features-wrap .block-content-wrap .list-3-cols li {
    border: none;
    display: block;
}
.block-content-wrap.feature01 ul li {
    width: 50%;
    float: left;
}
.block-content-wrap .list-3-cols li, .block-content-wrap .list-2-cols li, .block-content-wrap .list-1-cols li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 3px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.feature01 ul li::before {
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}
.data-sec{
    background-image: url(assets/images/service/vision-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-info-box {
    background: #fff;
    padding: 10px 15px 10px;
    border-radius: 85px;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary);
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 29px;
}
.contact-info-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary);
    border-radius: 5px;
    transition: 0.5s;
    z-index: -1;
}
.contact-info-box:hover:before {
    width: 100%;
}
.contact-info-box:hover .contact-info-content p {
    color: #fff;
}
.contact-info-content p:before {
    position: absolute;
    content: "\f063";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "\e809";
    font-family: "fontello";
    font-style: normal;
    color: var(--primary);
    margin-right: 10px;
}
.contact-info-box:hover p:before {

    color: #fff;

}
.contact-info-box{
    margin-bottom: 25px;
}
.contact-info-content {
    padding-left: 20px;
}
.career-section{
    background-image: url(assets/images/about/about-ind-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.comment-respond {
    background-image: url(assets/images/services/pattern-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 32px 40px 50px;
    margin-top: 20px;
    border-bottom: 3px solid var(--primary);
    border-top: 3px solid var(--primary);
}
.comment-notes {
    margin-bottom: 15px;
}
.comment-field {
    margin-bottom: 15px;
}
.comment-field textarea {
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--primary);
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}
.comment-field textarea {
    min-height: 130px;
    max-height: 130px;
}
.comment-field {
    margin-bottom: 15px;
}
.comment-field input, .comment-field textarea {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--primary);
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}


.blog-widget {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #E5E7E8;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.widget-title {
    position: relative;
}
.rc-post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.rc-post-thumb {
    width: 100px;
    flex: 0 0 auto;
}
.rc-post-thumb img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.rc-post-content .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    gap: 6px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Teko', sans-serif;
    font-size: 16px;
}
.rc-post-content .date i {
    color: var(--primary);
    font-size: 16px;
}
.blog_details h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 22px;
    margin-top: 23px;
}
button.btn.btn-custom.with-25 {
    width: 200px;
    text-transform: uppercase;
    margin: auto;
}
@media (max-width: 991px) {
    .header-top {
        display: none;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 9999999;
        background-color: #fff;
        left: 0;
        right: 0;
        border-radius: 10px;
        top: 66px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .btn-9 {
        margin-left: 27px;
    }
    .menutop ul li a {
        line-height: 27px;
        border-bottom: 2px solid;
    }
}
.rc-post-content .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 400;
}
h2.sub-h2 {
    font-size: 30px;
}
.post-title a{
    color: #000;
}

.cp-news4-item {
    transition: background-color 0.5s ease, transform 0.5s ease;
}

.cp-news4-item:hover {
    transform: translateY(-10px);
   
}
.box-shadow1 {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.p-1-9 {
    padding: 1.9rem;
}
.form-group01 input {
    border: 1px solid #ff644b;
    border-radius: 10px;
    width: 100%;
    padding: 11px 14px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
.card-style5 .card-body {
    position: relative;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px 25px;
    z-index: 1;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px dotted var(--primary);
    border-radius: .25rem;
}
.card p {
    margin: 0 0 20px;
}
.wp-block-list li a{
    color: #000;
    margin-bottom: 10px;
}
.wp-block-list{
    margin-bottom: 10px;
}


/* product detail */
.pro-slider img{
    width: 100%;
    height: auto;
}
.why-choose-image{
    width: 31%;
    height: auto;
    position: absolute;
    right: 52px;
    bottom: 89px;
}
.section-full{
    position: relative;
}
.inner-box1:hover .hove-w {
    /* border-color: #fff; */
    background-color: #fff;
    transition: all 0.3s ease;
}
.m-b20 {
    margin-bottom: 20px;
}
.lightgallery .dz-box {
    box-shadow: 0 0 2px 1px #b1b1b1;
    padding: 5px;
}
.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.dz-media img, .dz-post-media img {
    width: 100%;
    height: auto;
}
.lightgallery .dz-box {
    box-shadow: 0 0 2px 1px #b1b1b1;
    padding: 5px;
}
.dz-box.style-4 {
    position: relative;
    transition: all .3s;
}
.dz-box.style-4 .dz-media {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: transform .5s;
}
.dz-box.style-4 .dz-media:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .6s;
    z-index: 0;
}
.dz-box.style-4 .view-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .6s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
}
.lightimg {
    cursor: pointer;
}
.dz-box.style-4:hover {
    transform: scale(.93, .93);
}
.dz-box.style-4:hover .view-btn {
    opacity: 1;
}
.product-details__title {
    border-bottom: 2px solid var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.text.mbb-4 {
    margin-bottom: 15px;
}
.nav-tabs .nav-link.active {
    background-color: var(--primary);
}
.career-section{
background-color: #008bd00a;
}
section.career-section .nav-link.active {
    color: #fff !important;
}
.center {
    text-align: center;
}
a#link1-tab {
    color: #000;
    font-size: 22px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
a#home-tab {
    font-size: 22px;
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
ul#myTab {
    justify-content: center;
}
.career-form{
    border: 1px solid var(--primary);
    padding: 40px;
    background-image: url(assets/images/getin/getin-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cp-form{
    border: 1px solid var(--primary);
    padding: 40px;
    background-image: url(assets/images/getin/contact.webp);
    background-color: #0082c30a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #ffffff;
}

th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #90b1ed;
}

th {
    background-color: var(--primary);
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}


.product-container {
    width: 80%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.img-flui{
    width: 100%;
    height: auto;
}

.soci-i .info-list li {
    margin-right: 5px;
    display: inline-block;
}
.soci-i .info-list li a {
    border: 1px solid var(--primary);
}

.social_media .info-list li a {
    text-decoration: none;
    width: 33px;
    display: flex;
    height: auto;
    border: 1px solid #fff;
    border-radius: 30%;
}
i.ico1 {
    width: 26px;
    height: 26px;
    background-color: var(--primary);
    padding: 0px;
    border-radius: 30%;
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}
.soci-i .info-list li a {
    border: 1px solid var(--primary);
}
.product-link-iconbox {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
}
.product-textbox .product-link-iconbox .imgbox-items:first-child {
    border-left: 1px solid rgb(0 0 0 / 30%);
    padding-left: 10px;
}
.product-link-iconbox .imgbox-items {
    width: 50%;
    padding: 0 10px;
}
.product-link-iconbox .imgbox-items {
    border: 0 !important;
}
.product-link-iconbox .imgbox-items {
    padding-right: 10px;
    border-right: 1px solid rgb(0 0 0 / 30%);
}
 .imgbox-items {
    margin-left: 0;
    margin-bottom: 15px;
}

.product-linkbox {
    padding: 8px 15px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 .product-link-iconbox img {
    width: 36px;
    margin-right: 12px;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}
.product-linkbox p {
    font-weight: 600;
}
.content-spe h4{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}
.tab-pane h4{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}
#slide .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
}
.user-links li a:hover{
    color: var(--primary);
}

/* scroll icon */
.scroll-area {
    position: relative;
    z-index: 999;
}
.top-wrap {
    position: relative;
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 21px;
    border-radius: 100%;
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: var(--primary);
}
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}
.scroll-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -webkit-linear-gradient(0deg, #2863a7 0%, #2863a7 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}
.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}
.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
   background-image: -webkit-linear-gradient(0deg, #2863a7 0%, #2863a7 100%);
    border-radius: 100%;
}
.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
    @keyframes ripple {
      0%, 35% {
        transform: scale(0);
        opacity: 1;
      }
      50% {
        transform: scale(1.5);
        opacity: 0.8;
      }
      100% {
        transform: scale(2);
        opacity: 0;
      }
    }

/* whatsapp icon */
.whatsapp-float {
    position: fixed;
bottom: 80px;
    right: 20px;

    z-index: 100;
    text-align: center;
}
.whatsapp-icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: #25d366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.ptd-0{
    padding-top: 0;
}
.desktop992{
    display: block;
}
.mobile992{
    display: none;
}
@media (max-width:1200px) {
    .video-hero {
    height: auto;
}
.video-overlay h1 {
    font-size: 40px;
}
}
@media (max-width:992px) {
    .mar-b992{
        margin-bottom: 20px;
    }
    section {
    padding-top: 50px;
    padding-bottom: 50px;
    }
    .main-footer .widgets-section {
    padding: 50px 0 10px;
}
.main-footer .upper-box {
    padding: 30px 0 0px;
}
.cta-five__content__title {
    font-size: 25px;
}
.who .who__thumb .thumb-lg img {
    margin-bottom: 25px;
}
.desktop992{
    display: none;
}
.mobile992{
    display: block;
}
.ptd-0{
    padding-top: 50px;
}
.breadcrumb__content .title {
    font-size: 35px;
}
.breadcrumb__area {
    border-radius: 0 0 90px 0;
    padding: 115px 0 50px;
}
}
@media (max-width:776px) {
    .section__header h2 {
    font-size: 30px;
    }
    .ww-50{
        width: 50%;
    }
    .mar-b7{
        margin-bottom: 25px;
    }
    .main-footer .upper-box .contact-info {
    text-align: center;
}
.video-overlay h1 {
    display: none;
}
.video-overlay p {
    display: none;
}
.main-footer .upper-box .contact-info:last-child {
    text-align: center;
}
.cta-five__content__icon {
    width: 95px;
    height: 95px;
}
.cta-five__content {
    gap: 10px;
}
.cta-five__content__title {
    margin: 0;
    font-size: 21px;
}
.cta-five__bg:before {
    border-radius: 18px;
}
.cta-five__bg {
    border-radius: 18px;
}
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.contact-two__wrapper {
    padding: 25px;
}
.section__header {
    margin-bottom: 15px;
}
.contact-two__info:after {
    border-width: 0;
}
.about-thumb {
    margin-bottom: 20px;
}
.product-details__top h2{
    font-size: 25px;
    margin-top: 20px;
}
.fun-fact-section {
    padding: 25px 0 0 0;
}
.mar-t {
    margin-top: 60px;
}
.feature-three__item__hover {
    padding: 64px 5px 23px;
}
section.services-section-five {
    padding: 100px 0;
}
}
@media (max-width:576px) {
    .ptd-0{
    padding-top: 25px;
}
    section {
    padding-top: 25px;
    padding-bottom: 25px;
    }
        .main-footer .widgets-section {
    padding: 25px 0 0px;
}
    .section__header h2 {
    font-size: 25px;
    }
    .section__header span {
    font-size: 18px;
}
.contact-two__wrapper {
    padding: 15px;
}
.contact-two__info {
    padding: 15px;
}
.contact-two__info__box__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.contact-two__info__box-wrapper {
    padding: 0 0 0 30px;
}
.contact-two__info__box+.contact-two__info__box {
    margin-top: 20px;
}
.contact-two__info__box {
    padding: 2px 0 0 50px;
}

.contact-two__info__box__title {
    color: #fff;
    font-size: 18px;
}
.icon-thumb {
    margin-bottom: 15px;
}
.counter-block .count-box .count-text {
    font-size: 30px;
}
.breadcrumb__content .title {
    font-size: 25px;
}
.breadcrumb__area {
    border-radius: 0 0 45px 0;
    padding: 85px 0 21px;
}
.blog-con-d h2 {
    font-size: 25px;
}
.comment-respond {
    margin-top: 0;
    padding: 15px;
    margin-bottom: 20px;
}
.product-linkbox {
    padding: 5px;
}
.product-container {
    width: 90%;
    margin: 20px 20px;
}
h2 {
    font-size: 25px !important;
}
section.services-section-five {
    padding: 26px 0;
}
.about .about__content-single {
    padding: 15px;
}
.testimonial-single {
    padding: 15px;
}
.who .who__thumb .thumb-lg img {
    min-width: 356px;
}
.who .about__content-single {
    padding: 15px;
}
.who-t-img {
    max-width: 100%;
    height: auto;
}
}
/* .who-t-img {
    max-width: 100%;
    height: auto;
} */
.about__thumb-single.aos-init img {
    max-width: 100%;
    height: auto;
}
a.trackedUrl {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

.who .who__thumb .thumb-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.who .who__thumb {
    position: relative;
    display: inline-block;
}
.about .about__thumb-single {
    position: absolute;
    -webkit-filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.21));
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.21));
}
.about .about__thumb-single:nth-of-type(1) {
    top: 0px;
    left: 10px;
    z-index: 3;
}
.about .about__thumb-single:nth-of-type(3) {
    bottom: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.filter-img {
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1631%) hue-rotate(201deg) brightness(86%) contrast(120%);
    filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1631%) hue-rotate(201deg) brightness(86%) contrast(120%);
}

.who .about-content__wrapper {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 70px;
    row-gap: 24px;
    margin: 30px 0px;
    flex-direction: column;
}
@media only screen and (min-width: 576px) {
    .who .about-content__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
nav ul li a{
    padding: 12px 14px;
}
nav ul li a:hover {
    color: white;
    background-color: var(--primary);
    padding: 12px 14px;
    border-radius: 8px;
}
nav ul li {
    margin-left: 30px;
    text-align: center;
    display: flex;
}
.service_blk_1 {
    background-color: #ffffff;
    border: 1px solid #e6e7ef;
    position: relative;
    overflow: hidden;
}
.ns-blog-item {
    min-height: 583px;
}













