/* -------------------------------------
Start Banner Area
---------------------------------------*/
.banner-area {
  background-color: rgba(44, 178, 179, 0.05);
  padding-top: 30px;
  padding-bottom: 60px;
  z-index: 1;
  position: relative;
}

.banner-area .container-fluid {
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
}

.banner-area .banner-shape-3 {
  position: absolute;
  top: 86px;
  right: 126px;
  z-index: -1;
}

.banner-area .banner-shape-4 {
  position: absolute;
  left: 115px;
  top: 102px;
  z-index: -1;
}

.banner-area .banner-shape-5 {
  position: absolute;
  top: 75px;
  left: 0;
  right: 25%;
  text-align: center;
  z-index: -1;
  -webkit-animation: rotateme 8s linear infinite;
          animation: rotateme 8s linear infinite;
}

.banner-area .banner-shape-7 {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 26%;
  text-align: center;
}

.single-banner-content {
  margin-right: -25px;
  z-index: 1;
  position: relative;
  top: 20px;
  left: -5px;
}

.single-banner-content .banner-shape-6 {
  position: absolute;
  left: 356px;
  bottom: 0;
  z-index: -1;
}

.single-banner-content span {
  font-size: 24px;
  line-height: 10px;
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  left: 5px;
  font-weight: 700;
}

.single-banner-content h1 {
  font-size: 90px;
  line-height: 70px;
  font-weight: 800;
  margin-bottom: 8px;
}

.single-banner-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
}


.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


@media only screen and (max-width: 767px) {

    .banner-area {
      /* padding-top: 0px; */
      overflow: hidden;
    }
    .banner-area .container-fluid {
      max-width: 540px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .banner-area .banner-shape-3 {
      display: none;
    }
    .banner-area .banner-shape-4 {
      display: none;
    }
    .banner-area .banner-shape-5 {
      display: none;
    }
    .banner-area .banner-shape-7 {
      display: none;
    }
    .single-banner-content {
      margin-bottom: 30px;
      margin-right: 0;
      top: 0;
      left: 0;
    }
    /* .single-banner-content span {
      font-size: 16px;
    } */
    .single-banner-content h1 {
      font-size: 34px;
      line-height: 45px;
      margin-bottom: 0;
    }
    .single-banner-content p {
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 15px;
      padding-right: 0;
    }
    .single-banner-content .banner-shape-6 {
      display: none;
    }
  }
  
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
 
    .banner-area {
      padding-top: 80px;
      padding-bottom: 80px;
      overflow: hidden;
    }
    .banner-area .container-fluid {
      max-width: 720px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .banner-area .banner-shape-3 {
      display: none;
    }
    .banner-area .banner-shape-4 {
      display: none;
    }
    .banner-area .banner-shape-5 {
      display: none;
    }
    .banner-area .banner-shape-7 {
      display: none;
    }
    .single-banner-content {
      margin-bottom: 30px;
      margin-right: 0;
      top: 0;
      left: 0;
    }
    .single-banner-content span {
      font-size: 16px;
    }
    .single-banner-content h1 {
      font-size: 58px;
      line-height: 78px;
    }
    .single-banner-content p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 15px;
      padding-right: 0;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
  
    .banner-area {
      padding-top: 80px;
      padding-bottom: 100px;
      overflow: hidden;
    }
    .banner-area .container-fluid {
      max-width: 960px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .banner-area .banner-shape-3 {
      display: none;
    }
    .banner-area .banner-shape-4 {
      display: none;
    }
    .banner-area .banner-shape-5 {
      display: none;
    }
    .banner-area .banner-shape-7 {
      display: none;
    }
    .single-banner-content {
      margin-bottom: 30px;
      margin-right: 0;
      top: 0;
      left: 0;
    }
    .single-banner-content span {
      font-size: 16px;
    }
    .single-banner-content h1 {
      font-size: 53px;
      line-height: 60px;
    }
    .single-banner-content p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 15px;
      padding-right: 0;
    }
    .single-banner-content .banner-shape-6 {
      left: 330px;
    }

  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-area {
      padding-top: 80px;
      padding-bottom: 100px;
      overflow: hidden;
    }
    .banner-area .container-fluid {
      max-width: 1140px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .banner-area .banner-shape-4 {
      left: 55px;
      top: 100px;
    }
    .banner-area .banner-shape-3 {
      top: 45px;
      right: 70px;
    }
    .single-banner-content {
      margin-bottom: 30px;
      margin-right: 0;
      top: 0;
      left: 0;
    }
    .single-banner-content span {
      font-size: 18px;
    }
    .single-banner-content h1 {
      font-size: 63px;
      line-height: 86px;
    }
    .single-banner-content p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 15px;
      padding-right: 0;
    }
    .single-banner-content .banner-shape-6 {
      left: 378px;
      bottom: -10px;
    }
  }

  @media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .single-banner-content h1 {
      font-size: 75px;
    }
    .banner-area .banner-shape-4 {
      left: 55px;
      top: 110px;
    }
    .banner-area .banner-shape-3 {
      top: 40px;
      right: 60px;
    }
  }
  
  @media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .single-banner-content h1 {
      font-size: 82px;
    }
  }
  
  @media only screen and (min-width: 1600px) and (max-width: 1899px) {
    .single-banner-content h1 {
      font-size: 60px;
    }
    .banner-area .container-fluid {
      padding-left: 150px !important;
      padding-right: 150px !important;
    }
  
  }
  
  @media only screen and (min-width: 1600px) {
    .banner-area .container-fluid {
      padding-left: 180px;
      padding-right: 180px;
    }
  }


.choose-img {
    text-align: center;
    position: relative;
    z-index: 1;
  }
.choose-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(175,255,187);
    background: linear-gradient(180deg, rgba(175,255,187,1) 0%, rgba(31,114,67,1) 100%);
    z-index: -1;
    animation: border-transform-default-two 10s linear infinite alternate forwards;
  }
.choose-img img {
    animation: border-transform-default 10s linear infinite alternate forwards;
  }

  @keyframes border-transform-default-two {
    0%, to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    28% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    70% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }

  @keyframes border-transform-default {
    0%, to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }

.default-btn{
   background-color: var(--second);
    padding: 11px 28px;
    font-size: 20px;
    color: var(--white-color);
    font-weight: 700;
}

.default-btn:hover{
  background-color: var(--main) !important;
  color: var(--white-color);

}

.about-us.page-about-us{
	background: transparent;
}

.about-us{
	padding: 60px 0;
}

.about-us-images{
	position: relative;
	background-image: url(../images/about-us-bg-shape.svg);
	background-repeat: no-repeat;
	background-position: left 60px bottom 40px;
	background-size: auto;
	padding-right: 100px;
	padding-bottom: 180px;
	margin-right: 30px;
}

.about-img-1 figure,
.about-img-2 figure{
	display: block;
}

.about-img-1 img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.about-img-2{
	position: absolute;
	width: 100%;
	max-width: 385px;
	bottom: 0;
	right: 0;
    z-index: 1 !important;
}

.about-img-2 img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}

.experience-counter{
	position: absolute;
	top: 0;
	left: 0;
	height: 152px;
	width: 152px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	border: 6px solid var(--white-color);
	transform: translate(-50%, -6px);
	border-radius: 50%;
}

.experience-counter h3{
	font-size: 34px;
	color: var(--white-color);
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}

.experience-counter p{
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize;
	color: var(--white-color);
	text-align: center;
	margin-bottom: 0;
}

.feedback-counter{
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-180deg) translate(20px, -20px);
    writing-mode: vertical-rl;
	display: flex;
	align-items: center;
}

.feedback-counter p{
	font-size: 16px;
	font-weight: 500;
	color: var(--white-color);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--second);
	border-radius: 50%;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
}

.feedback-counter:hover p{
	background-color: var(--primary-color);
}

.feedback-counter h3{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	width: calc(100% - 75px);
}

.about-us-content-info hr{}

.about-us-content-body{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}


.about-us-content-list{
	margin-bottom: 30px;
}

.about-us-content-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-us-content-list ul li{
	position: relative;
	font-weight: 500;
	color: var(--primary-color);
	padding-left: 30px;
	margin-bottom: 15px;
}

.about-us-content-list ul li:last-child{
	margin-bottom: 0;
}

.about-us-content-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--second);
    display: inline-block;
    top: 2px;
    left: 0;
}

.about-us-contact-list{
	width: calc(50% - 40px);
}

.about-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.about-contact-item:last-child{
	margin-bottom: 0;
}

.about-contact-item .icon-box{
	width: 40px;
	height: 40px;
	background-color: var(--second);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.about-contact-item:hover .icon-box{
	background-color: var(--primary-color);
}

.about-contact-item .icon-box figure{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.about-contact-item .icon-box img{
	max-width: 40px;
	border-radius: 50%;
}

.about-contact-item .icon-box i{
	font-size: 18px;
	color: var(--white-color);
}

.about-contact-content{
	width: calc(100% - 55px);
}

.about-us .section-title h2 span{
  color: var(--second) !important;
}


.about-us .section-title{
  margin-bottom: 30px;
}


.about-us.section-title h3{
	display: inline-block;
	position: relative;
	font-size: 20px;
    font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--second);
	padding-left: 20px;
    margin-bottom: 10px;
}

.about-us .section-title h3::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../images/icon-sub-heading.svg") no-repeat;
	background-position: left center;
	background-size: cover;
	width: 12px;
	height: 12px;
}

.about-us.section-title h1{
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 0;
}

.about-us .section-title h2{
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 0;
}

.about-us .section-title h1 span,
.about-us .section-title h2 span{
	color: var(--accent-color);
}

.about-us .section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.about-contact-content h3 a{
	font-size: 20px;
	text-transform: capitalize;
  color: #000000;
}

.about-contact-content p{
	font-weight: 500;
	color: var(--primary-color);
	text-transform: capitalize;
	margin-bottom: 0;
}



@media(max-width:991px){
    .about-us{
		padding: 50px 0 30px 0px;
	}

	.about-us-images{
		margin: 0 0 30px 0;
	}
    .experience-counter{
		height: 137px;
		width: 137px;
	}

	.experience-counter h3{
		font-size: 28px;
	}

	.about-us-content-list{
		margin-bottom: 30px;
	}

	.about-contact-item{
		margin-bottom: 30px;
	}

    .about-us-content .section-title h2{
		font-size: 36px;
	}

}

@media(max-width:767px){

    
    .about-us-images{
		background-position: left 10px bottom 10px;
		background-size: 20% auto;
		padding: 10px 45px 100px 0;
	}
    .about-img-2{
		max-width: 240px;
	}

	.experience-counter{
        height: 102px;
        width: 102px;
    }

	.experience-counter h3{
        font-size: 22px;
    }

	.experience-counter p{
		font-size: 12px;
		line-height: 1.1em;
	}

	.about-us-content-body{
		gap: 0px;
	}

	.about-us-content-body::before{
		display: none;
	}

	.about-us-content-info{
		width: 100%;
		border-bottom: 1px solid var(--divider-color);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.about-us-content-list{
        margin-bottom: 20px;
    }

	.about-us-contact-list{
		width: 100%;
	}

	.about-us-content-list ul li{
		margin-bottom: 10px;
	}

	.about-us-content-list ul li::before{
		font-size: 18px;
		top: 3px;
	}

	.about-contact-item{
		margin-bottom: 20px;
	}

	.about-contact-content h3{
		font-size: 18px;
	}

    .feedback-counter{
		transform: rotate(-180deg) translate(0, 0);
	}

	.feedback-counter p{
        font-size: 12px;
        height: 38px;
        width: 38px;
        margin: 0 0 6px 0;
    }

	.feedback-counter h3{
		font-size: 12px;
        width: calc(100% - 40px);
	}

    .about-us-content .section-title h2{
		font-size: 26px;
	}
}

/* =========== Our Mission section here ============ */

.mission .image img {
  width: 50%;
  height: 50%;
  object-fit: contain
}

.mission .data P{
  font-size: 17px;
}

.mission .data h6 {
  color: #a1c84f;
  font-weight: 700;
  font-size: 20px
}



@media(max-width:576px) {
  .mission .image img {
      height: 100px;
      width: 100px
  }
}

.mission .shape-3 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 300px;
}

/* =========== Feature_Categories section here ============ */
.feature_categories .container-xl{
	max-width: 1300px;
}

.feature_categories {
	/* width: 100%; */
	max-width: 1820px;
	margin: 0 auto;
	background-color: var(--secondary-color);
	border-radius: 50px;
}

.cate{
  background: none;
}

.feature_categories .upper{
	font-size: 18px;
	color: black;
	font-weight: 700;
}

.feature_categories .top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.feature_categories .navi{
	display: flex;
	width: 120px;
	position: relative;
	height: 40px;
}

.feature_categories .swiper-pagination-fraction{
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	font-weight: 900;
	font-size: 20px;
}

.feature_categories .swiper-button-next, .feature_categories .swiper-button-prev{
	height: 40px;
	width: 40px;
	border-radius: 10% !important;
	background-color: var(--main);
	display: grid;
	place-items: center;
	margin-top: 0;
	top: 0;
  background-image: none;
}
  
.feature_categories .swiper-button-prev:after, .feature_categories .swiper-button-next:after{
	font-size: 16px;
	color: white;
	font-weight: 900;
}

.feature_categories .top h3{
	font-size: 35px;
	font-weight: 700;
	color: var(--black);
}

.feature_categories .feature_categoriess .data{
	padding: 30px 15px;
	border-radius: 10px;
	background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	height: 60%;
  display: grid;
  place-items: center;
  transition: all 0.3s linear;
}
.feature_categories .feature_categoriess .swiper-slide .icon{
  display: grid;
  place-items: center;
}

.feature_categories .feature_categoriess .swiper-slide .icon img{
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 30px;

}
.feature_categories .feature_categoriess .swiper-slide h4{
	font-size: 16px;
	font-weight: 700;
	color: var(--black);
}

.feature_categories .feature_categoriess .data:hover{
    background-color: var(--second);
    transform: translateY(-10px);
    cursor: pointer;
    color: #fff;
}
.feature_categories .data:hover .detail h4{
  color: var(--white) !important;
}
.feature_categories a{
  color: var(--white) !important;
}


@media(max-width:576px){
  .feature_categories .top h3, .flash_sale .top .head h2, .trending .box h5{
    font-size: 28px;
  }
}

@media(max-width:450px){

  .feature_categories .top h3, .flash_sale .top .head h2, .trending .box h5{
    font-size: 22px;
  }

}

@media(max-width:400px){

  .feature_categories .feature_categoriess .data{
    padding: 15px 15px;
  }

}

/********************************************************
Deals Sefction Start
 *******************************************************/  

 .int_project_wrapper .section-title{
  margin-bottom: 10px;
 }
 .int_project_wrapper .gallery_nav ul li a{
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
}
 .int_heading {
    margin-bottom: 47px;
    z-index: 1;
	text-align: center;
}
.int_heading h4 {
	color: var(--heading-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.int_heading h2 {
	color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
    z-index: 2;
    position: relative;
    margin-top: 6px;
}
.int_heading span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2e343a;
    letter-spacing: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    line-height: 18px;
}
 .int_project_wrapper {
    padding-top: 0px;
}
.int_project_wrapper .int_heading {
	margin-bottom: 30px;
}
.int_project_gallery {
	text-align: center;
}
.int_project_gallery .grid-item {
	width: 25%;
    clear: both;
    position: relative;
    overflow: hidden;
}
.int_project_gallery .grid_img:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.72);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	z-index: 1;
}
.int_project_gallery .top_content {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 1;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
}
.int_project_gallery .grid-item:hover .top_content{
	opacity: 1;
    visibility: visible;
	top:30px;
}
.int_project_gallery .grid_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(0,0,0);
    -ms-transform: translate(-50%, -50%) scale3d(0,0,0);
    transform: translate(-50%, -50%) scale3d(0,0,0);
    text-align: center;
    z-index: 1;
}
.int_project_gallery .grid-item:hover .grid_icon{
    -webkit-transform: translate(-50%, -50%) scale3d(1,1,1);
    -ms-transform: translate(-50%, -50%) scale3d(1,1,1);
    transform: translate(-50%, -50%) scale3d(1,1,1);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.int_project_gallery .bottom_content {
position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    color: #fff;
    z-index: 1;
}
.int_project_gallery .bottom_content > span {
    color: #ffffff;
    text-transform: uppercase;
	display: block;
}
.int_project_gallery .bottom_content > h3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.int_project_gallery .bottom_content > span, .int_project_gallery .bottom_content > h3{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}	
.int_project_gallery .grid-item:hover .bottom_content > span, .int_project_gallery .grid-item:hover .bottom_content > h3 {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.int_project_gallery .grid-item:hover .bottom_content > h3{
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.int_project_gallery .grid-item:hover .grid_img:before {
	opacity: 1;
    visibility: visible;
}
.int_project_gallery .grid_img img{
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.int_project_gallery .grid-item:hover .grid_img img{
	transform: scale(1.2,1.2);
}
.int_project_gallery .int_project_gallery_view a {
    z-index: 0;
}
.int_project_gallery .grid_img {
    overflow: hidden;
    position: relative;
}
.int_project_gallery {
    display: inline-block;
    width: 100%;
	text-align: center;
}
.int_project_gallery .gallery_nav ul {
    list-style: none;
    padding: 0 15px;
    margin: 5px 0 30px 0;
}
.int_project_gallery .gallery_nav ul li {
	display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    color: #000000;
    position: relative;
    padding: 5px 0 0;
    text-transform: capitalize;
    font-size: 18px;
}
.int_project_gallery .gallery_nav ul li a:after {
    content: "";
    width: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    position: absolute;
    -webkit-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -ms-transition: ease all 0.55s;
    -moz-transition: ease all 0.55s;
    transition: ease all 0.55s;
    background: var(--heading-color);
}
.int_project_gallery .gallery_nav ul li a.gallery_active:after {
    width: 60%;
}
.int_project_gallery .gallery_nav ul li .gallery_active{
	color: var(--heading-color);
}


/********************************************************
Media Gallery
 *******************************************************/  

@media(max-width: 1399px){
    .int_project_gallery .grid-item:hover .top_content {
        top: 15px;
        right: 0;
        left: 0;
        font-size: 16px;
    }
    .int_project_gallery .grid-item:hover .bottom_content > h3 {
        font-size: 22px;
    }
}
@media(max-width:991px){
    .int_project_gallery .grid-item {
        width: 50%;
    }
    .int_project_gallery .grid-item:hover .top_content {
        top: 30px;
        right: 0;
        left: 0;
        font-size: 20px;
    }
    .int_project_gallery .grid-item:hover .bottom_content > h3 {
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .int_project_gallery .grid-item {
        width: auto;
        right: 0;
    }
}

@media(max-width:580px){
    .about .row .image{
        height: 100%;
    }
}
@media(max-width:575px){
    .int_project_gallery .grid-item:hover .bottom_content > h3 {
        font-size: 16px;
    }
}
@media(max-width:480px){
    .int_project_gallery .grid-item:hover .bottom_content > h3 {
        font-size: 16px;
    }
}
@media(max-width:670px){
    .int_heading span{
        font-size: 60px;
    }
}
@media(max-width:540px){
    .int_heading span{
        font-size: 35px;
    }
}
@media(max-width:380px){
    .int_heading span{
        font-size: 30px;
    }
}
 



.wht-we-do h2{
  font-size: clamp(32px, 2.5vw, 120px);
}

.wht-we-do .section-title{
  margin-bottom: 10px;
}
.wht-we-do .section-title h3 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--second);
  padding-left: 20px;
  /* margin-bottom: 2px !important; */
}
  
.wht-we-do .con p{
  font-size: 18px;
  font-weight: 600;
}
.wht-we-do .con .btn-default a{
  color: var(--white);
  font-weight: 700;
}

.wht-we-do .reveal img{
  border-radius: 20px;
}
.wht-we-do  .image-box{
  height: 60px;
  width: 60px;
  border: 1px solid var(--accent-secondary-color);
  border-radius: 50%;
  /* margin-right: 20px; */
  display: grid;
  place-items: center;
}

.wht-we-do  .image-box img{
  width: 40px;
}

.wht-we-do .what-be-list h3{
  font-size: 20px;
  margin-bottom: 10px;
}


@media only screen and (max-width: 991px) {
  .wht-we-do  .image-box {
      height: 50px;
      width: 50px;
      margin-right: 10px;
  }
  .wht-we-do .section-title h2 br{
    display: none;
  }
}

.get-in-touch .shape-5 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 300px;
}

.wht-we-do .shape-3 {
  position: absolute;
  /* z-index: -1; */
  bottom: -50px;
  /* top: 500px !important; */
  left: 0;
  animation: anime-1 5s linear infinite alternate-reverse;
}

@keyframes anime-1 {

  0% {
      scale: 0.7;
  }

  100% {
      scale: 1;
  }

}
@media(max-width:400px){
  
.feedback-counter{

	top: -20px;
}
}

/*-- ============== Button Default css ============== --*/


.btn-default{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
	color: var(--white-color);
	background: var(--main);
	text-transform: capitalize;
	padding: 14px 50px 14px 20px;
	border-radius: 99px;
	border: none;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-default:hover{
	background-color: transparent;
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--black);
	background-image: url('../images/arrow-blue.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	transform: translate(-10px, -50%);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover:before{
	transform: translate(-10px, -50%) rotate(45deg);
	background-size: 10px auto;
}

.btn-default::after{ 
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 99px;
    background: var(--second);
    transition: all 0.4s ease-in-out;
	z-index: -1;
  color: var(--white) !important;
}

.btn-default:hover::after{
	width: 100%;
}

.btn-default.btn-highlighted:hover{
	color: var(--white);
}

.btn-default.btn-highlighted:hover:before{
	background-color: var(--white) !important;
}

.btn-default.btn-highlighted::after{
	background-color: var(--main);
}


.section-title{
  margin-bottom: 30px;
}


.section-title h3{
	display: inline-block;
	position: relative;
	font-size: 20px;
    font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--second);
	padding-left: 20px;
    margin-bottom: 10px;
}

.section-title h3::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../images/icon-sub-heading.svg") no-repeat;
	background-position: left center;
	background-size: cover;
	width: 12px;
	height: 12px;
}

.section-title h1{
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 0;
}

.section-title h2{
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span{
	color: var(--accent-color);
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*-- =================  contact-now  ================== --*/

.get-in-touch{
	padding: 30px 0 80px;
}

.get-in-touch .section-title h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--second);
}

.get-in-touch .section-title h2{
	font-size: clamp(32px, 3vw, 120px);
}

.get-in-touch .section-title h2 span{
	color: var(--main);
}
.get-in-touch figure{
	display: block;
}

.get-in-touch .imagee img{
	width: 100%;
	aspect-ratio: 1 / 1.05;
	object-fit: cover;
	border-radius: 40px;
}

.get-in-touch .contact-form{
	margin-left: 30px;
}

.get-in-touch .contact-form .form-control{
    padding: 15px 20px;
    background-color: transparent;
	border: 1px solid var(--black);
    border-radius: 10px;
    color: var(--primary-color);
    box-shadow: none;
}

/*-- ================  Media Query  =============== --*/

@media(max-width:992px){
	.section-2 .data .para p br{
		display: none;
	}

	.get-in-touch{
		padding: 25px 0 50px;
	}

	.get-in-touch .imagee{
        margin-bottom: 30px;
    }

	.get-in-touch .imagee img{
		aspect-ratio: 1 / 0.9;
	}

	.get-in-touch .contact-form{
		margin-left: 0;
	}

	.get-in-touch .contact-form .form-control{
		padding: 12px 20px;
	}
}


@media(max-width:767px){
  .section-title h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .pt-70 {
    padding-top: 60px;
  }
  body {
    font-size: 14px;
  }
  .default-btn {
    padding: 11px 18px;
    font-size: 14px;
  }
  .section-title {
    margin-bottom: 25px;
  }
  .section-title .top-title {
    font-size: 16px;
    line-height: 0;
  }
  .section-title h2 {
    font-size: 24px;
  }

  .about-style-2-area {
    padding-bottom: 60px !important;
  }
  .single-about-2-content .section-title p {
    margin-right: 0;
  }
  .about2-img {
    margin-left: 0;
  }
  .about2-img .about2-main {
    display: none;
  }
  .about2-img .about2-img1 {
    display: none;
  }
  .about2-img .about2-main-img11 {
    display: block;
  }
  .about2-img .about2-odometer-card {
    bottom: 0;
    left: 0;
    width: 170px;
    height: 170px;
  }
  .about2-img .about2-odometer-card .about2-odometer {
    width: 152px;
    height: 155px;
  }
  .about2-img .about2-odometer-card .about2-odometer h2 {
    font-size: 30px;
    top: 35px;
  }
  .about2-img .about2-odometer-card .about2-odometer p {
    top: 35px;
    font-size: 14px;
  }
  .odometer-two-area .col-lg-3:nth-child(1) .odometer-two-content {
    left: 0;
    margin-bottom: 20px;
  }
  .odometer-two-area .col-lg-3:nth-child(2) .odometer-two-content {
    left: 0;
    margin-bottom: 20px;
  }
  .odometer-two-area .col-lg-3:nth-child(4) .odometer-two-content {
    left: 0;
  }
  .odometer-two-area .odometer-shape-1 {
    display: none;
  }
  .odometer-two-area .odometer-shape-2 {
    display: none;
  }
  .odometer-two-content h2 {
    font-size: 30px;
  }
  .odometer-two-content h2 .target {
    right: 5px;
    top: 0;
  }
  .services-img img {
    border-radius: 0px 50px 0px 50px;
    max-width: 100%;
  }
  .services-img-1 img {
    border-radius: 45px 0px 45px 0px;
  }
  .single-services-two-content {
    padding-left: 0;
  }
  .single-services-two-content .services-shape3 {
    display: none;
  }
  .single-services-two-content .services-btn {
    position: unset;
    margin-top: 20px;
    margin-bottom: 25px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
  }
  .single-services-two-content .services-card-two {
    margin-bottom: 15px;
    left: 0;
    display: block !important;
  }
  .single-services-two-content .services-card-two.card2 {
    left: 0;
  }
  .single-services-two-content .services-card-two.card2 h3 a {
    padding: 20px 107px 14px 72px;
  }
  .single-services-two-content .services-card-two.card3 {
    left: 0;
    top: 0;
  }
  .single-services-two-content .services-card-two.card3 h3 a {
    padding: 20px 81px 14px 72px;
  }
  .single-services-two-content .services-card-two.card4 {
    left: 0;
  }
  .single-services-two-content .services-card-two.card4 h3 a {
    padding: 20px 81px 14px 72px;
  }
  .single-services-two-content .services-card-two.card5 {
    left: 0;
  }
  .single-services-two-content .services-card-two.card5 h3 a {
    padding: 20px 63px 14px 72px;
    font-size: 18px;
  }
  .single-services-two-content .services-card-two h3 a {
    padding: 20px 80px 14px 72px;
    font-size: 18px;
    width: 100%;
  }
  .single-services-two-content .services-card-two .services-icon {
    width: 60px;
    height: 60px;
    line-height: 45px;
  }
  .single-services-two-content .services-card-two .services-icon img {
    max-width: 25px;
  }
  .portfolio-top-item {
    display: block !important;
    margin-bottom: 30px;
  }
  .portfolio-top-item .default-btn {
    margin-top: 20px;
  }
  .single-portfolio-card .portfolio-content {
    padding: 20px 0px 5px 0px;
  }
  .single-portfolio-card .portfolio-content h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .single-portfolio-card .portfolio-content p {
    font-size: 16px;
  }
  .portfolio-slider.owl-theme .owl-nav {
    margin-bottom: 30px;
    margin-top: 0 !important;
  }
  .portfolio-slider.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    position: unset;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .single-recruitment-content .section-title {
    margin-bottom: 20px;
  }
  .single-recruitment-content ul {
    margin-bottom: 20px;
  }
  .single-recruitment-content ul li {
    font-size: 14px;
  }
  .recruitment-img {
    padding-top: 50px;
    margin-top: 30px;
  }
  .testimonials-area.testimonials-two-area .testimonials-3-shape {
    display: none;
  }
  .subscribe-two-area {
    padding-bottom: 60px;
  }
  .subscribe-two-area::after {
    display: none;
  }
  .subscribe-two-area::before {
    display: none;
  }
  .subscribe-two-area .subscribe-shape-2 {
    display: none;
  }
  .subscribe-from .subscribe-shape {
    display: none;
  }
  .subscribe-from.subscribe-from-style-2 .newsletter-form .default-btn {
    top: 4.5px;
    font-size: 16px;
    padding: 13.5px 40px;
  }
  .testimonials-item .testimonials-card.testimonials-card-two {
    padding: 30px 15px 15px 15px;
  }
  .testimonials-item .testimonials-card.testimonials-card-two .quote-icon img {
    max-width: 25px;
  }
  .single-team-card .single-team-content {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .single-team-card .single-team-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .single-team-card .single-team-content ul {
    margin-top: 10px;
  }
  .team-slider.owl-theme .owl-nav {
    margin-bottom: 30px;
  }
  .team-slider.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    position: unset;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .blog-two-area .blog-item {
    margin-bottom: 25px;
    display: block !important;
  }
  .blog-two-area .blog-item .default-btn {
    margin-top: 20px;
  }
  .single-blog-card.blog-card-two .single-blog-content {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -45px;
  }
  .single-blog-card.blog-card-two .single-blog-content h3 {
    font-size: 17px;
  }
  .single-blog-card.blog-card-two .single-blog-content ul li {
    margin-right: 5px;
  }
  .single-blog-card.blog-card-three .single-blog-content {
    padding: 25px 18px;
  }
  .banner-area {
    padding-top: 60px;
    overflow: hidden;
  }
  .banner-area .container-fluid {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-area .banner-shape-3 {
    display: none;
  }
  .banner-area .banner-shape-4 {
    display: none;
  }
  .banner-area .banner-shape-5 {
    display: none;
  }
  .banner-area .banner-shape-7 {
    display: none;
  }
  .single-banner-content {
    margin-bottom: 30px;
    margin-right: 0;
    top: 0;
    left: 0;
  }
  .single-banner-content span {
    font-size: 16px;
  }
  .single-banner-content h1 {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 0;
  }
  .single-banner-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .single-banner-content .banner-btn .banner-video-watch {
    margin-left: 10px;
  }
  .single-banner-content .banner-btn .banner-video-watch p {
    font-size: 14px;
  }
  .single-banner-content .banner-shape-6 {
    display: none;
  }
  .single-banner-image .banner-shape img {
    -webkit-animation: none;
            animation: none;
  }
  .single-banner-image .banner-image3s .banner-shape {
    left: 10px;
  }
  .single-banner-image .banner-image3s .banner-shape img {
    -webkit-animation: none;
            animation: none;
  }
  .single-banner-image .customer-services {
    padding: 12px 12px 12px 65px;
    max-width: 200px;
    top: 35%;
  }
  .single-banner-image .customer-services span {
    font-size: 16px;
    margin-bottom: 0;
  }
  .single-banner-image .customer-services .hours {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 12px;
  }
  .single-banner-image .customer-services .hours img {
    max-width: 20px;
  }
  .single-banner-image .happy-customer-card {
    padding: 15px;
    max-width: 265px;
    left: 10px;
    bottom: 0;
    margin-left: 0;
  }
  .single-banner-image .happy-customer-card .happy-customer-card h2 {
    font-size: 16px;
    line-height: 12px;
  }
  .single-banner-image .happy-customer-card .happy-customer-card ul {
    margin-top: 0;
  }
  .single-features-card {
    padding: 20px;
  }
  .single-features-card .features-icon {
    background-color: var(--whiteColor);
    width: 60px;
    height: 60px;
    line-height: 58px;
    margin-bottom: 10px;
  }
  .single-features-card .features-icon img {
    max-width: 30px;
  }
  .single-features-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .panther-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .panther-area::after {
    width: 100%;
    border-radius: 0px;
  }
  .panther-slider {
    margin-left: 0;
  }
  .client-odometer {
    margin-bottom: 25px;
    text-align: center;
  }
  .client-odometer h2 {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .client-odometer h2 .target {
    right: 4px;
    top: 0;
  }
  .client-odometer p {
    font-size: 14px;
  }
  .range-slider p {
    font-size: 16px;
  }
  .range-slider .dolor {
    font-size: 16px;
  }
  .odometer-area::after {
    border-radius: 0px;
    width: 100%;
  }
  .single-about-image {
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    /* margin-bottom: 25px; */
    margin-left: 5px;
    margin-right: 10px;
  }
  .single-about-image .about-shape {
    display: none;
  }
  .single-about-image .about-shape-1 {
    top: 50%;
    left: -10px;
    right: -10px;
    -webkit-animation: none;
            animation: none;
  }
  .single-about-content ul li {
    font-size: 14px;
  }
  .single-about-content .about-btn {
    display: block !important;
  }
  .single-about-content .about-btn .call-experts {
    margin-left: 0;
    margin-top: 20px;
    padding-left: 65px;
  }
  .single-about-content .about-btn .call-experts a {
    font-size: 16px;
  }
  .single-about-content .about-btn .call-experts .phone-call {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .single-about-content .about-btn .call-experts .phone-call img {
    max-width: 25px;
  }
  .about-area .about-shape3 {
    display: none;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 80px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 16px;
    line-height: 0;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .single-about-image {
    padding-top: 40px;
    padding-bottom: 40px;
    left: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .single-about-image .about-shape {
    display: none;
  }
  .single-about-image .about-shape-1 {
    top: 50%;
    left: -10px;
    right: -10px;
    -webkit-animation: none;
            animation: none;
  }
  .single-about-content ul li {
    font-size: 14px;
  }
  .single-about-content .about-btn .call-experts {
    padding-left: 65px;
  }
  .single-about-content .about-btn .call-experts a {
    font-size: 16px;
  }
  .single-about-content .about-btn .call-experts .phone-call {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .single-about-content .about-btn .call-experts .phone-call img {
    max-width: 25px;
  }
  .about-area .about-shape3 {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 18px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .single-about-image {
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    text-align: center;
  }
  .single-about-image .about-shape {
    display: none;
  }
  .single-about-image .about-shape-1 {
    top: 50%;
    left: -10px;
    right: -10px;
    -webkit-animation: none;
            animation: none;
  }
  .single-about-content .section-title {
    margin-bottom: 20px;
  }
  .single-about-content .section-title h2 {
    font-size: 34px;
  }
  .single-about-content ul {
    margin-bottom: 25px;
  }
  .single-about-content ul li {
    font-size: 14px;
  }
  .single-about-content .about-btn .call-experts {
    padding-left: 65px;
  }
  .single-about-content .about-btn .call-experts a {
    font-size: 16px;
  }
  .single-about-content .about-btn .call-experts .phone-call {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .single-about-content .about-btn .call-experts .phone-call img {
    max-width: 25px;
  }
  .about-area .about-shape3 {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .top-title {
    font-size: 18px;
  }
  .section-title h2 {
    font-size: 42px;
  }
  .single-about-image {
    padding: 24px 0;
    left: 0;
    text-align: center;
  }
  .single-about-image .about-shape {
    display: none;
  }
  .single-about-image .about-shape-1 {
    top: 50%;
    left: -10px;
    right: -10px;
    -webkit-animation: none;
            animation: none;
  }
  .single-about-content {
    padding-left: 30px;
  }
  .single-about-content .section-title {
    margin-bottom: 20px;
  }
  .single-about-content .section-title h2 {
    font-size: 38px;
  }
  .single-about-content ul {
    margin-bottom: 25px;
  }
  .single-about-content ul li {
    font-size: 14px;
  }
  .single-about-content .about-btn .call-experts {
    padding-left: 65px;
  }
  .single-about-content .about-btn .call-experts a {
    font-size: 16px;
  }
  .single-about-content .about-btn .call-experts .phone-call {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .single-about-content .about-btn .call-experts .phone-call img {
    max-width: 25px;
  }
  .about-area .about-shape3 {
    display: none;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .about-area .about-shape3 {
    right: 95px;
  }

}
