/*===============================================
Template Name: handypro - Solar Panel & Solar Energy HTML5 Template
Author:  https://www.templatemonster.com/authors/dreamit/
Description: Description
Version: 1.0.0
Text Domain: handypro
Tags: ecology, electricity, energy, energy business, environment, green energy, natural, power company, recycling, renewable energy, solar, solar panels, wind
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. handypro Header Top Menu Area Css
02. handypro Nav Menu Area Css 
03. handypro Slider Area Css
04. handypro Section Title Css
05. handypro Service Area css
06. handypro About Area Css
07. handypro Counter Area Css
08. handypro Case Study Area Css
09. handypro Testimonial Area Css
10. handypro Process Area Css
11. handypro Team Area Css
12. handypro Faq Area Css
13. handypro Brand Section Css
14. handypro Call Do Section Css
15. handypro Form Box Css
16. handypro Skill Area Css
17. handypro Blog Area Css
18. handypro footer Area Css
19. handypro Subscribe Area Css
20. handypro Lines CSS
21. handypro Prossess Ber Css
22. handypro Scrollup Section
23. handypro Bounce Animation Css 
24. handypro Animation Dance
25. handypro Breadcumb Area Css
26. handypro abouts_areas Css
27. handypro Feture-Area Css
28. handypro Pricing Section Css
29. handypro Web Development Section CSS
30. handypro Contact  US Css
31. handypro Blog Sidber Widget CSS
32. handypro Case Study Details Css
33. handypro Search Box Css
34. handypro Loader Css
=======================*/

/*================================
 <-- handypro header-top-area Css-->
==================================*/

.btn_processor a{
  padding: 6px 23px;
  color: #fff;
  background: #000000;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  text-decoration: none;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Poppins";
}

.btn_processor a:hover {
  color: #fff;
}

.btn_processor a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #fe9015;
  transform: scale(0);
  transition: 0.5s;
}

.header-top-area {
  background: #000;
  position: relative;
  z-index: 1;
  padding: 0 88px 0;
}

.contact-info{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:25px;
    margin:0 15px 0px 0px;
    padding:0;
    list-style:none;
}

.contact-info li{
    display:flex;
    align-items:center;
    gap:8px;
}

.contact-info li i{
    color: #fff !important;
    font-size: 14px;
}

.top-icon-list ul {
  display: inline-block;
}

.top-icon-list ul li {
  list-style: none;
  display: inline-block;
 margin-left: 17px;
}

.top-icon-list ul li i {
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  color: #fff;
}


.top-icon-list ul li.left {
  position: relative;
  z-index: 1;
}

.header-right-content {
  text-align: left;
    margin-left: 13px;
}

.top-icon-item {
  display: inline-block;
}

.top-icon-item ul {
  display: inline-block;
}

.top-icon-list ul li.left span {
  color: #fff;
}

.top-icon-item ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
}

.top-icon-item ul li a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 3px 15px;
  height: 100%;
}

.top-icon-item ul li.twitter {
  position: relative;
  z-index: 1;
}

.top-icon-item ul li.twitter::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  height: 16px;
  width: 1px;
  background: #fff;
  z-index: -1;
}

.top-icon-item ul li.twitter::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  height: 16px;
  width: 1px;
  background: #fff;
  z-index: -1;
}

.top-icon-item ul li.pinterest {
  position: relative;
  z-index: 1;
}

.top-icon-item ul li.pinterest::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 50px;
  width: 35px;
  line-height: 50px;
  background: #f00;
  z-index: -1;
}

.header-top-call {
  display: inline-block;
  margin-left: 20px;
}

.header-top-call a {
  display: inline-block;
  text-decoration: none;
}

.header-top-call a i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.header-top-call a span {
  color: #fff;
  margin-left: 6px;
  font-size: 14px;
}

/*================================
<--  handypro Nav Menu Area Css -->
==================================*/

.handypro_nav_manu {
  background: transparent;
  transition: 0.5s;
  padding: 0 88px 0;
}

.handypro_nav_manu.transparent_menu {
  background: transparent;
  margin-bottom: -87px;
  position: relative;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #e5dbdb6e;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #fff !important;
  transition: 0.5s;
  z-index: 9;
}

/* handypro Menu Css*/
nav.handypro_menu {
  text-align: right;
}

.header-icon-img {
  display: inline-block;
  margin: 0 15px 0 45px;
}

.header-icon-img img{
    width: 41px;
    height: 45px;
    object-fit: cover;
}

.header-call {
  position: relative;
  z-index: 1;
  display: inline-block;
  top: 10px;
}

.header-call h3 {
  font-size: 16px;
  margin: 0;
  color: #121d17;
  font-family: "Inter";
}

.header-call span {
  font-size: 14px;
  color: #5a5959;
  text-align: left;
  margin: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -23px;
  font-family: "Poppins";
  font-weight: 400;
}

.handypro_menu ul {
  list-style: none;
  display: inline-block;
}

.handypro_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 22;
}

.handypro_menu > ul > li > a {
  display: block;
  margin: 40px 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
}

.sticky nav.handypro_menu span {
  font-size: 13px;
  padding-left: 6px;
  color: #000;
}

.sticky .header-call h3 {
  color: #000;
}

nav.handypro_menu span {
  font-size: 13px;
  padding-left: 6px;
}

.handypro_menu > ul > li > a:hover {
  color: #fd8f15;
}

/*menu button*/
.header-button {
  display: inline-block;
/*  padding-left: 30px;*/
}

.header-button a {
  padding: 6px 23px;
  color: #fff;
  background: #fe9015;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  text-decoration: none;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Poppins";
}

.header-button a:hover {
  color: #fff;
}

.header-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #000;
  transform: scale(0);
  transition: 0.5s;
}


.header-button a::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 25px;
  top: 12px;
  right: 0;
  height: 28px;
  width: 28px;
  line-height: 25px;
  border-radius: 50px;
  transition: 0.5s;
}

.header-button a:hover::before {
  transform: scale(1);
}

h2{
    font-size: 30px;
    color: #131E18;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 0px !important;
    line-height: 1.2;
    font-weight: 600;
}

span h2{
    color: #fd8f15;
}


/*** Sub Menu Style ***/
.handypro_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 250px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #fd8f15;
  opacity: 0;
}

.handypro_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.handypro_menu ul .sub-menu li {
  position: relative;
}

.handypro_menu ul .sub-menu li a {
  display: block;
  padding: 7px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.1s;
  visibility: inherit !important;
  color: #121d17 !important;
  text-decoration: none;
}

.handypro_menu ul .sub-menu li:hover > a,
.handypro_menu ul .sub-menu .sub-menu li:hover > a,
.handypro_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.handypro_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #000;
  color: #fff !important;
}

/* sub menu 2 */
.handypro_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.handypro_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */
.handypro_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.handypro_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.handypro_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #ff3c00;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 */
.handypro_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.handypro_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.handypro_menu li a:hover:before {
  width: 101%;
}

.handypro_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.handypro_nav_manu.sticky .main_sticky {
  display: inherit;
}

.sticky .handypro_menu li a {
  color: #000;
}

.handypro_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}

.handypro_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/*<!-- ============================================================== -->
<!-- Start  breadcumb-area Css -->
<!-- ============================================================== -->*/

.logo a img{
    width:108px;
}


.breadcumb-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  background: url(../images/resource/d92e75f9-2db9-4b58-9654-51d24d422966.png);
  height: 380px;
}

.breadcumb-content h1 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #2c2c51;
  color: #fff;
}

.breadcumb-content ul li {
  display: inline-block;
  color: #fff;
}

.breadcumb-content ul li a {
  display: inline-block;
  color: #fd8f14;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.breadcumb-content ul li a::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  top: 8px;
  right: -14px;
  background: #fff;
}

.breadcumb-content ul li a i {
  display: inline-block;
  margin-right: 6px;
}

.breadcumb-content ul li span {
  font-size: 15px;
  color: #fd8f14;
  position: relative;
  z-index: 1;
  margin-right: 15px;
}

.breadcumb-content ul li span::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  top: 5px;
  right: -12px;
  background: #fff;
}

.breadcumb-content ul li span::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  top: 5px;
  left: -11px;
  background: #fec804;
}

/*
<!-- ============================================================== -->
<!-- Start handypro Slider Area Css -->
<!-- ============================================================== -->*/

.about-image{
    position: relative;
    width: 100%;
}

.about-image img{
     height: 290px;
    width: 100%;
    display: block;
}

.breadcumb-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.breadcumb-content h1{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}

.breadcumb-content ul{
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcumb-content ul li{
     color: #fff;
}

.breadcumb-content ul li a{
    color: #fe9015;
    text-decoration: none;
}


.about-image::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}


.about-button a {
  padding: 6px 23px;
  color: #fff;
  background: #fe9015;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  text-decoration: none;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Poppins";
}

.about-button a:hover {
  color: #fff;
}

.about-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #000;
  transform: scale(0);
  transition: 0.5s;
}


.about-button a::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 25px;
  top: 12px;
  right: 0;
  height: 28px;
  width: 28px;
  line-height: 25px;
  border-radius: 50px;
  transition: 0.5s;
}

.about-button a:hover::before {
  transform: scale(1);
}


#demo{
    width:100%;
    overflow:hidden;
}

.carousel-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 18, 32, 0.60); 
    z-index: 1;
}

.carousel-caption{
    position: absolute;
    z-index: 2;
}

.carousel-inner{
    width:100%;
}

.carousel-item{
    width:100%;
}

.carousel-item img{
    width:100% !important;
    height:435px;
    object-fit:cover;
    display:block;
}


.carousel-caption {
    position: absolute;
    z-index: 1;
    right: 15%;
    top: 60px;
    left: 15%;
    color: #fff;
    text-align: center;
}

.carousel-caption h4{
    margin-bottom: 20px;
    font-size: 20px;
    margin: 0;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.carousel-caption h1{
    font-size: 45px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
    
.carousel-caption h1 span{
    font-size: 45px;
    margin: 0;
    font-weight: 700;
    color: #fd8f15;
}

.single-slider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slider-title {
  position: relative;
  z-index: 1;
}

.slider-title h4 {
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  color: #fd8f15;
  font-weight: 500;
  font-family: "Inter";
  margin: 0 0 12px 30px;
  position: relative;
  z-index: 1;
}

.slider-title h4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: -53%;
  background: url(../images/resource/shap-1.png);
  background-position: center center;
  z-index: -1;
  background-repeat: no-repeat;
}

.slider-title h1 {
  font-size: 68px;
  line-height: 80px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.slider-title h1 span {
  color: #fc9012;
}

.slider-thumb {
  margin-top: 35px;
}

.slider_shape {
  position: absolute;
  top: 0;
  left: 115px;
}

.slider-button {
  margin-top: 50px;
}

.slider-button a {
  display: inline-block;
  font-size: 15px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-decoration: none;
  background: #fd8f14;
  padding: 2px 20px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.slider-button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2ab685;
  transform: scale(0.1, 1);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}

.slider-button a:hover::before {
  background: #000;
  opacity: 1;
  transform: scale(1);
  border-radius: 30px;
}

.slider-button a::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 32px;
  top: 15px;
  right: 0;
  height: 28px;
  width: 28px;
  line-height: 25px;
  border-radius: 50px;
  transition: 0.5s;
}

/**======================================================
<--  handypro Section Title Css -->
======================================================**/

.section-title.text-center {
  margin-bottom: 50px;
}

.section-title h1 {
  font-size: 30px;
  margin: 0;
  line-height:35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-description p {
  font-size: 15px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  font-family: "Poppins";
  margin: 20px 0 20px;
}

span.green-color {
  color: #fd8f15;
}

.section-title h5 {
  color: #ff8e16;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  display: block;
  margin-top: 0px !important;
  padding: 0px !important;
  text-transform: uppercase;
}

/**======================================================
<--  End Section Title Css -->
======================================================**/

/*<!-- ============================================================== -->
<!-- Start  feature-area  Css -->
<!-- ============================================================== -->*/

.feature-area {
  background: #f6f6f6;
  padding: 60px 0 35px;
}

.single-feature-box {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.single-feature-box-inner {
  padding: 25px 19px 25px;
  background: #fff;
  border-radius: 8px;
  transition: 0.5s;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.feature-area .single-feature-box::before {
  position: absolute;
  content: "";
  top: -7px;
  left: 0;
  right: 0;
  height: 150px;
  width: 100%;
  text-align: center;
  background: url(../images/resource/fea-cir.png);
  background-position: center center;
  z-index: -1;
      background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  opacity: 0;
  transition: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.single-feature-box-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #121d17;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  border-radius: 8px;
}

.single-feature-box:hover .single-feature-box-inner::after {
  opacity: 1;
  width: 100%;
}

.single-feature-box:hover::before {
  opacity: 1;
}

.single-feature-box:hover .feature-content h3 {
  color: #fff;
}

.single-feature-box:hover .feature-content span {
  color: #fff;
}

.single-feature-box:hover .feature-content span::before {
  background: #fff;
}

.single-feature-box:hover .feature-icon {
  background: #fc9012;
}

.single-feature-box:hover .feature-shape.upper {
  opacity: 1;
}

.feature-content {
  margin-top: 4px;
}

.feature-content h3 {
  font-size: 18px;
  line-height: 35px;
  color: #121d17;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
}

.feature-content span {
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-left: 30px;
}

.feature-content span::before {
  position: absolute;
  content: "";
  top: 11px;
  left: -25px;
  height: 2px;
  width: 20px;
  background: #fc9012;
  z-index: -1;
  transition: 0.5s;
}

.feature-icon {
  float: left;
  margin-right: 13px;
}

.feature-icon {
  background: #000;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.feature-shape {
  position: absolute;
  top: 25px;
    right: 13px;
}

.feature-shape.upper {
  opacity: 0;
}

.single-feature-box.style-one .single-feature-box-inner {
  background: #121d17;
}

.single-feature-box.style-one::before {
  opacity: 1;
}

.single-feature-box.style-one .feature-content h3 {
  color: #fff;
}

.single-feature-box.style-one .feature-content span {
  color: #fff;
}

.single-feature-box.style-one .feature-content span::before {
  background: #fff;
}

.single-feature-box.style-one .feature-icon {
  background: #fc9012;
}

.single-feature-box.style-one .feature-shape.upper {
  opacity: 1;
}

/*<!-- ============================================================== -->
<!-- End  feature-area  Css -->
<!-- ============================================================== -->*/

/**====================================================
<--  Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
  font-size: 16px;
  line-height: 30px;
  color: #121d17;
  font-weight: 500;
  font-family: "Inter";
  display:block;
}

.barfiller {
  width: 100%;
  height: 7px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

span.fill.my-class {
  background: #40bd91 !important;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: #fd8f14 !important;
  border-radius: 5px;
}

/* skills-left-sites */

.skill-area.style-two {
  background: url(../images/resource/ab-skills-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 90px;
}

.single-skills {
  margin-left: 25px;
}

.skill-area.style-two .section-title h5::before {
  background: inherit;
}

.skill-left-box {
  position: relative;
  left: -260px;
  bottom: -146px;
  background: url(../images/resource/ski-lef-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 35px 0;
  width: 45%;
}

.skill-title h3 {
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
  margin: 0;
}

.skills-descrip p {
  opacity: 0.702;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  margin: 0 auto 0;
}
.skill_icon {
  background: #2ab685;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  margin: 10px auto 14px;
}

.skills-left-sites {
  position: relative;
  z-index: 1;
}

.skill-area.style-two .video-icon {
  position: absolute;
  top: -187px;
  right: -1px;
  text-align: right;
}

.animate-border a {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  background: #2f6eff;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.skill-description p {
  font-size: 15px;
  margin: 20px 0 20px;
}

/*<!-- ============================================================== -->
<!-- End  feature-area  Css -->
<!-- ============================================================== -->*/

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

.single-about {
  position: relative;
  z-index: 1;
}

.about-content {
  background: #f6f6f6;
  padding: 25px 0 25px 32px;
  border-radius: 0 10px 10px 0;
  width: 63%;
  position: absolute;
  top: 13%;
  left: -150px;
  border-left: 5px solid #fd8f15;
}

.about-content h3 {
  font-size: 20px;
  line-height: 32px;
  color: #121d17;
  font-weight: 600;
  margin: 0 0 0px;
}

.about-content p {
  font-size: 15px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}

.about-title h4 {
  font-size: 14px;
  line-height: 28px;
  color: #fd8f15;
  font-weight: 600;
  font-family: "Inter";
  margin: 10px 0 10px 50px;
  position: relative;
  z-index: 1;
}

.about-title h4::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -49px;
  height: 2px;
  width: 40px;
  background: #fd8f15;
}

.about-description p {
  font-size: 15px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}

.about_icon-img {
  float: left;
  margin-right: 20px;
}

.about_icon-img img{
   height: 65px;
    width: 67px;
    object-fit: cover;
}

.abouts_titles h4 {
  font-size: 16px;
  line-height: 27px;
  color: #121d17;
  font-weight: 600;
  font-family: "Inter";
  margin: 0;
}

.abouts_titles p {
  font-size: 14px;
  line-height: 24px;
  color: #616161;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}

.about-icon-box {
  padding: 20px 0 30px;
}

.abouts_titles h3 {
  font-size: 16px;
  line-height: 26px;
  color: #121d17;
  font-weight: 500;
  font-family: "Inter";
  margin: 0;
}

.about-number {
  float: left;
  margin-right: 20px;
}

.about-number h3 {
  font-size: 22px;
  background: #2ab685;
  padding: 20px 13px;
  border-radius: 10px;
  color: #fff;
  margin: 0;
}

.about_content {
  background: #f6f6f6;
  padding: 0 0 15px 0;
  margin-top: 35px;
  border-radius: 0 10px 10px 0;
  transition: 0.5s;
}

.about_icon {
  float: left;
  margin-right: 20px;
}

.about_icon i {
  display: inline-block;
  font-size: 60px;
  background: #fd8f14;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 0 7px 7px 0;
  transform: rotate(180deg);
}

.about_text p {
  font-size: 15px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins";
  margin: 0;
  padding-top: 13px;
}

.about-thumb img {
  height: 470px;
    width: 500px;
}

.video-icon {
  position: absolute;
  top: 22%;
  left: -155px;
  right: 0;
  text-align: center;
}

.animate-border a {
  display: inline-block;
    font-size: 26px;
    color: #fd8f14;
    border: 3px solid #fd8f15;
    height: 40px;
    width: 40px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

/*<!-- ============================================================== -->
<!-- Start  service  Css -->
<!-- ============================================================== -->*/

.service-area {
  background: url(../images/resource/service-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.service-area .row.mar-top {
  margin-top: 0px;
}

.service-area .single-service{
    background:#fff;
    border-radius:10px;
    padding:125px 15px 25px;
    min-height:350px;
    position:relative;
    z-index:1;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition:.5s;
    margin:0 0 0px;
}

.service-area .single-service::before{
    content:"";
    position:absolute;
    top:-65px;
    left:-55px;
    width:170px;
    height:150px;
    background:#07123d;
    border-radius:0 0 100% 0;
    opacity:1;
    z-index:-1;
}

.service-area .single-service::after{
    content:"";
    position:absolute;
    top:-60px;
    right:-55px;
    width:160px;
    height:145px;
    background:#fd8f14;
    border-radius:0 0 0 100%;
    z-index:-1;
}

.service-area .single-service .service-thumb,
.single-service.style-two .service-thumb{
    position:absolute;
    top:28px;
    left:50%;
    transform:translateX(-50%);
    width:88px;
    height:88px;
    line-height:74px;
    margin:0;
    background:#fd8f14;
    border:7px solid #fff;
    border-radius:50%;
    text-align:center;
    z-index:5;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
}

.service-area .single-service .service-thumb img{
    width:55px;
    height:55px;
    object-fit:cover;
    border-radius:50%;
    margin:0;
}

.service-area .single-service .service-thumb::before,
.service-area .single-service .service-thumb::after,
.single-service.style-two .service-thumb::before,
.single-service.style-two .service-thumb::after{
    display:none;
}

.service-area .single-service .service-title h2{
    font-size: 15px;
    line-height: 1.15;
    color: #07123d;
    font-weight: 800;
    font-family: "Inter";
    text-align: center;
    margin: 10px 0;
    padding:0;
    height:auto;
    display:block;
    position:relative;
    z-index:2;
}

.service-area .single-service .service-title h2::before,
.service-area .single-service .service-title h2::after,
.single-service.style-two .service-title h2::after{
    display:none;
}

.service-area .single-service .service-title h2 span{
    display:block;
}

.service-area .single-service .service-title h2{
    border-bottom:0;
}

.service-area .single-service .service-title h2 + .title-line{
    display:none;
}

.service-area .single-service .service-title h2:after{
    content:"";
    display:block;
    width:44px;
    height:2px;
    background:#fd8f14;
    margin:12px auto 0;
    border-radius:10px;
}

.service-area .single-service .service-icon-list ul{
    padding:0;
    margin:0;
    list-style:none;
    width:100%;
    display:block;
}

.service-area .single-service .service-icon-list ul li{
    list-style:none;
    display:flex;
    align-items:center;
    gap:9px;
    margin:0;
    padding:3px 0;
    border-bottom:1px solid #eee;
    color:#07123d;
    font-size:13px;
    transition:.5s;
}

.service-area .single-service .service-icon-list ul li:last-child{
    border:none;
}

.service-area .single-service .service-icon-list ul li i{
    width:18px;
    height:18px;
    min-width:18px;
    line-height:18px;
    text-align:center;
    background:#fd8f14;
    color:#fff !important;
    border-radius:50%;
    font-size:11px;
    margin:0;
}


.service-area .single-service .service-icon-list ul li span{
    font-size:14px;
    line-height:24px;
    font-weight:500;
    font-family:"Inter";
    color:#07123d;
}


.service-area .single-service .service-button{
    margin-top:10px;
    text-align:center;
}

.service-area .single-service .service-button a{
    font-size:14px;
    line-height:28px;
    color:#07123d;
    font-weight:700;
    font-family:"Poppins";
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    transition:.5s;
}

.service-area .single-service .service-button a i{
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    border:1px solid #fd8f14;
    color:#fd8f14;
    border-radius:50%;
    margin-left:10px;
    transition:.4s;
}

.service-area .single-service:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.service-area .single-service:hover::before{
    opacity:1;
}

.service-area .single-service:hover .service-title h2,
.service-area .single-service:hover .service-icon-list ul li,
.service-area .single-service:hover .service-icon-list ul li span,
.service-area .single-service:hover .service-button a{
    color:#07123d;
}

.service-area .single-service:hover .service-button a i{
    background:#fd8f14;
    color:#fff;
}

.service-shape,
.service-shape.upper{
    display:none !important;
}


/**====================================================
<-- End service-area Css -->
======================================================**/

.categroy-area{
    background : #f6f6f6;
    padding: 60px 0px 30px;
}

.section-title5.text-center {
    margin-bottom: 50px;
}
.section-title5 {
    position: relative;
    z-index: 1;
}

.section-title5 h5 {
    color: #ff8e16;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    padding: 0px;
    text-transform: uppercase;
}

.section-title5 h1 {
    font-size: 30px;
    margin: 0;
    line-height:35px;
    font-weight: 700;
    margin-bottom: 0px;
}

span.green-color {
    color: #fd8f15;
}

.category-card{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    height:280px;
    transition:.4s ease;
    background:#000;
}

.category-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s ease;
}

.category-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85) 0%,
        rgba(0,0,0,.45) 38%,
        rgba(0,0,0,.05) 100%
    );
    z-index:1;
}

.information-icon4{
    position:absolute;
    top:18px;
    left:18px;
    z-index:4;
}

.information-icon4 i{
    display:inline-block;
    width:54px;
    height:54px;
    line-height:54px;
    text-align:center;
    font-size:24px;
    background:#fe9015;
    color:#fff;
    border-radius:50%;
    box-shadow:0 8px 22px rgba(254,144,21,.45);
    transition:.4s ease;
}

.category-content{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:0 20px 22px;
    color:#fff;
    z-index:3;
}

.category-content h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin:0;
    line-height:1.2;
}

.category-content h4::after{
    content:"";
    display:block;
    width:38px;
    height:3px;
    background:#fe9015;
    margin-top:10px;
}

.category-content p{
    color:#e7e7e7;
    font-size:14px;
    line-height:1.6;
    margin:0;
    max-height:0;
    opacity:0;
    overflow:hidden;
    transform:translateY(10px);
    transition:.4s ease;
}

.category-content a{
    display:none;
}

.category-card:hover{
    transform:translateY(-6px);
}

.category-card:hover img{
    transform:scale(1.08);
}

.category-card:hover::before{
    background:linear-gradient(
        to top,
        rgba(0,0,0,.95) 0%,
        rgba(0,0,0,.60) 45%,
        rgba(0,0,0,.12) 100%
    );
}

.category-card:hover .category-content p{
    max-height:80px;
    opacity:1;
    margin-top:12px;
    transform:translateY(0);
}

.category-card:hover .information-icon4 i{
    background:#fff;
    color:#fe9015;
}

@media(max-width:767px){
    .category-card{
        height:240px;
    }

    .category-content h4{
        font-size:20px;
    }

    .information-icon4 i{
        width:48px;
        height:48px;
        line-height:48px;
        font-size:22px;
    }
}


/**======================================================
<--  handypro Team area Css -->
======================================================**/

.team-area {
  padding: 60px 0 30px;
  background: #121d17;
}

.team-area .section-title h1 {
  color: #fff;
}

.section-title {
  position: relative;
  z-index: 1;
}

.team_shepe {
  position: absolute;
  top: 0;
  left: 0;
}

.team_shepe img {
  width: 100%;
}

.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.team-thumb {
  position: relative;
  z-index: 1;
}

.team-thumb::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
  visibility: hidden;
  transition: 0.5s;
  opacity: 0.45;
  border-radius: 5px 5px 0 0;
}

.team-thumb img {
  width: 100%;
}

.team-content {
  padding: 15px 0 5px;
  background: #2a352f;
  border-radius: 0 0 5px 5px;
}

h3.team-title {
  font-size: 20px;
  color: #fff;
}

p.team-text {
  font-size: 14px;
  padding: 4px 0 0;
  color: #fff;
  transition: 0.5s;
}

/*social list*/
ul.team-social-list {
  right: 15px;
  position: absolute;
  bottom: 0px;
  border-radius: 15px;
  background: #fd8f14;
  padding: 14px 8px 14px;
  transition: 0.5s;
  opacity: 0;
}

ul.team-social-list li {
  list-style: none;
  display: block;
}

ul.team-social-list li a {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}

.single-team-box:hover ul.team-social-list {
  bottom: 60px;
  opacity: 1;
}

.single-team-box:hover p.team-text {
  color: #ffc704;
}

ul.team-social-list li a:hover {
  color: #052361;
}

.single-team-box:hover .team-thumb::before {
  visibility: visible;
  height: 100%;
  top: 0;
}

/*owl carousel*/

.team-list .owl-nav {
  position: absolute;
  bottom: 0;
  left: -42%;
  top: inherit;
  right: inherit;
}

.owl-prev {
  position: absolute;
  right: -70px;
  top: -50px;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s;
}

.owl-next {
  position: absolute;
  right: 0;
  top: -50px;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s;
}

.owl-next i {
  background: #fd8f15;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  color: #fff;
  border: 0;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  border-radius: 50%;
  display: inline-block;
}

.owl-prev i:hover {
  background: #fb8f13;
}

.owl-prev i {
  background: #2a352f;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  color: #fff !important;
  border: 0;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  border-radius: 50%;
  display: inline-block;
}

.owl-next i:hover {
  background: #2a352f;
}

.team-description p {
  opacity: 0.702;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Poppins";
  margin: 16px 0 0;
}

/**====================================================
<-- Start skill-area Css -->
======================================================**/

.skill-area {
  background: #fff;
  padding: 60px 0 25px;
}

.skill-description p {
  font-size: 15px;
  font-weight: 400;
  margin: 17px 0 20px 0;
}

.single-skill {
  position: relative;
  z-index: 1;
}

.single-skill img{
   width: 100%;
}

.skill-right-site {
  position: absolute;
  top: -85px;
  right: -48%;
}

.skills-rights-sites {
  text-align: center;
  background: #fd8f14;
  padding: 50px 50px 50px;
}

.skills-rights-sites {
  position: absolute;
  top: 233px;
  right: -48%;
}

.skill-right-site {
  text-align: center;
  background: #121d17;
  padding: 60px 50px 60px;
}

.skill-title h3 {
  font-size: 22px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
  margin: 0;
}

.skills-descrip p {
  opacity: 0.702;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  margin: 0;
}

/**====================================================
<-- Consen Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
  font-size: 16px;
  line-height: 35px;
  color: #121d17;
  font-weight: 500;
  font-family: "Inter";
}

.prossess-ber-plugin span i{
    color: #fe9015;
    margin-right: 8px;
}

.barfiller {
  width: 100%;
  height: 7px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

span.fill.my-class {
  background: #40bd91 !important;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: #fd8f14 !important;
  border-radius: 5px;
}

/*<!-- ============================================================== -->
<!-- Start  .call-do-action Css -->
<!-- ============================================================== -->*/

.call-do-action {
  background: #fd8f14;
  padding: 60px 0px 60px;
}

.call-do-action .call-do-act-title h3 {
  font-size: 32px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  margin: 0;
  padding-left: 50px;
}

.call-do-action .call-do-act-description p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  margin: 15px 0 0 50px;
}

/*{{--
.call-do-action .call-do-act-button {
  text-align: right;
  margin-top: -68px;
} 
--}}*/

.blog-title{
    font-size: 29px;
    line-height: 37px;
    padding: 10px 0 10px;
    color: #131e18;
    font-weight: 700;
        margin-top: 0;
    padding-top: 0;
}


h6 {
    font-size: 23px !important;
    padding: 0px 0px 10px 0px !important;
}

.call-do-action .call-do-act-button {
  margin-top: 20px;
} 

.call-do-action .call-do-act-button a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 6px 12px;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.call-do-action .call-do-act-button a:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.call-do-action .call-do-act-button a::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 28px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  z-index: -1;
}

/*<!-- ============================================================== -->
<!-- Start  form_box  Css -->
<!-- ============================================================== -->*/

.form_box {
  margin-bottom: 15px;
}

.form_box input {
    width: 100%;
    height: 54px;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 0px 1px 1px #e9eef7;
    color: #01101e !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.form_box select {
    width: 100%;
    height: 54px;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 0px 1px 1px #e9eef7;
      color: #01101e;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    
    

}

.form_box textarea {

    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    border: 1px solid #e6e6e6;
    height: 150px;
    outline: 0;
    transition: .5s;
    background: #fff;
    margin-top: 7px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.form_box input:focus {
  border-color: #2f6eff;
  outline: 0;
  color: inherit;
}

.form_box textarea:focus {
  border-color: #2f6eff;
}

input::placeholder {
  color: #999fad87;
  font-size:13px;
}

textarea#massage::placeholder {
  color: #999fad87;
    font-size:13px;
}

.form-button {
  text-align: left;
  margin-top: 0;
}

.form-button button {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 5px;
  background: #fd8f15;
  border: none;
  position: relative;
  width: 35%;
  padding: 12px 0 15px;
  transition: 0.5s;
}

.form-button button:hover {
  color: #fff;
}

.form-button button::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
  border-radius: 56px;
}

.form-button button:hover::after {
  width: 100%;
}

/*<!-- ============================================================== -->
<!-- End  form_box  Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start  testimonial-area  Css -->
<!-- ============================================================== -->*/

.testimonial-area {
  padding: 60px 0px 30px;
}

.testimonial-area .section-title.text-center {
  margin-bottom: 50px;
  text-align: center !important;
}

.testimonial-area .single-testimonial {
  background: #f6f6f6;
  padding: 40px 20px 30px 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin: 0 10px 0px 10px;
  transition: 0.5s;
}

.testimonial-area .single-testimonial::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  content: "";
  background: #121d17;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  border-radius: 5px;
}

.testimonial-area .testimonial-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -8px;
  width:60px;
  height:60px;
}

.testimonial-area .testimonial-thumb img{

  width:100%;
  height:100%;
}

.testimonial-area .testimonial-title {
  margin-bottom: 15px;
}

.testimonial-area .testimonial-title h3 {
  font-size: 20px;
  line-height: 30px;
  color: #121d17;
  font-weight: 600;
  font-family: "Inter";
  margin: 0 0 0;
  transition: 0.5s;
}

.testimonial-area .testimonial-title span {
  font-size: 14px;
  color: #fd8f16;
  font-weight: 400;
}

.testimonial-area .testimonial-content p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  transition: 0.5s;
      display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-area .icon-list ul {
  display: inline-block;
}

.testimonial-area .icon-list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  color: #fd8f15;
      font-size: 14px;

}

.testimonial-area .testi-icon {
  position: absolute;
  top: 17px;
  right: 13px;
}

.testimonial-area .testi-icon i {
  display: inline-block;
  font-size: 60px;
  color: #000;
  transform: rotate(179deg);
  transition: 0.5s;
}

.testimonial-area .testimonial-shape {
  position: absolute;
  right: 26px;
  bottom: 30px;
  transition: 0.5s;
}

.testimonial-area .testimonials-shapes {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: 0.5s;
}

.testimonial-area .single-testimonial:hover::before {
  opacity: 1;
  height: 100%;
}

.testimonial-area .single-testimonial:hover .testi-icon i {
  color: #fd8f14;
}

.testimonial-area .single-testimonial:hover .testimonial-title h3 {
  color: #fff;
}

.testimonial-area .single-testimonial:hover .testimonial-content p {
  color: #fff;
  opacity: 0.7;
}

.testimonial-area .single-testimonial:hover .testimonials-shapes {
  right: 26px;
  bottom: 30px;
  opacity: 1;
}

.testimonial-area .active.center .single-testimonial::before {
  opacity: 1;
  height: 100%;
}

.testimonial-area .active.center .single-testimonial .testi-icon i {
  color: #fd8f14;
}

.testimonial-area .active.center .single-testimonial .testimonial-title h3 {
  color: #fff;
}

.testimonial-area .active.center .single-testimonial .testimonial-content p {
  color: #fff;
  opacity: 0.7;
}

.testimonial-area .active.center .single-testimonial .testimonials-shapes {
  right: 26px;
  bottom: 30px;
  opacity: 1;
}

.testimonial-area .owl-prev {
  position: absolute;
 left: -70px;
    transform: translateY(-50%);
    opacity: 1;
    transition: 0.3s;
    top: 130px;
    display: none;
}

.testimonial-area .owl-next {
  position: absolute;
  right: -60px;
    top: 40%;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s;
  display: none;
}

.testimonial-area .owl-next i {
  background: #fd8f15;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  color: #fff;
  border: 0;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  border-radius: 50%;
  display: inline-block;
}

.testimonial-area .owl-next i:hover {
  background: #000;
}

.testimonial-area .owl-prev i {
  background: #000;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1;
  color: #fff;
  border: 0;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  border-radius: 50%;
  display: inline-block;
}

.testimonial-area .owl-prev i:hover {
  background: #fd8f15;
}
/**======================================================
<--  Start testimonial-area Css -->
======================================================**/

/**======================================================
<--  Start contact-area Css -->
======================================================**/

.contact-area {
 background:url("../images/resource/contect-bg.png");
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 60px;
}

.contact-information3 {
    padding: 18px 0px 0px 0px;
    
}

.information-icon-box3 {
    margin-bottom: 25px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
     background: rgba(7, 26, 56, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.information-icon3 i {
    display: inline-block;
    font-size:25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fd8f14;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.information-icon-box3:hover .information-icon3 i {
    background: #2a352f;
    border:1px solid #fd8f14;
    color: #fff;
}

.info-titles3 h4 {
    font-size: 17px;
    line-height: 28px;
    color: white;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
}

.info-titles3 span {
    opacity: 0.702;
    font-size: 14px;
    line-height: 23px;
    color:white;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
}

.contact-area .section-title {
  margin-bottom: 28px;
}

.single-contact {
    position: relative;
    z-index: 1;
    background: white;
    padding: 20px;
    border-radius: 8px;
}

.call-us {
  position: absolute;
  right: -70px;
  top: 140px;
}

.call-us h4 {
  font-size: 22px;
  line-height: 50px;
  color: #121d17;
  font-weight: 600;
  font-family: "Inter";
  margin: 0;
  transform: rotate(-90deg);
  position: relative;
  z-index: 1;
}

.call-us h4::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background: #fd8f14;
  top: 25px;
  left: -75px;
}

.contact-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-icon {
  position: absolute;
  top: 488px;
    right: 5px;
}

.contact-icon i {
  display: inline-block;
  font-size: 36px;
  background: #000;
  color: #fff;
  height: 110px;
  width: 118px;
  line-height: 110px;
  text-align: center;
}

.map-area iframe {
  width: 100%;
}

/**======================================================
<--  End contact-area Css -->
======================================================**/

/**======================================================
<--  Start blog-area Css -->
======================================================**/

.pb-4, .py-4 {
    padding-bottom: 35px !important;
}


.blog-area {
  padding: 60px 0 45px;
}

.blog-area .section-title.text-center {
  margin-bottom: 50px;
}



.blog-area .single-blog-box{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
}

.blog-area .single-blog-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.blog-area .single-blog-box::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#fd8f14,#ffb347);
    transform:scaleX(0);
    transition:.4s;
}

.blog-area .single-blog-box:hover::after{
    transform:scaleX(1);
}

.blog-area .blog-thumb{
    position:relative;
    overflow:hidden;
}

.blog-area .blog-thumb img{
    width:100%;
    height:190px;
    object-fit:cover;
    transition:.6s;
}

.blog-area .single-blog-box:hover .blog-thumb img{
    transform:scale(1.08);
}

.blog-area .blog-thumb::before{
    display:none;
}

/* Category Badge */
.blog-area .meta-blog{
    position:absolute;
    top:15px;
    left:15px;
    z-index:3;
}

.blog-area .meta-blog a,
.blog-area .meta-blog.upper a{
    /*background:rgba(255,255,255,.95)!important;*/
    /*color:#07123d!important;*/
    backdrop-filter:blur(8px);
    font-size:11px;
font-weight: 500;
    padding: 0px 13px;
    border-radius:30px;
}

.blog-area .meta-blog a::before,
.blog-area .meta-blog a::after{
    display:none;
}

.blog-area .blog-content{
    padding:22px;
}

.blog-area h2.blog-title{
    /*margin-bottom:12px;*/
}

.blog-area h2.blog-title a{
    font-size:16px;
    line-height:1.4;
    color:#07123d;
    font-weight:700;
    text-decoration:none;
    margin: 0;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.blog-area .blog-content p{
    font-size:14px;
    color:#666;
    line-height:1.8;
    margin-bottom:10px;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.blog-area .blog-btn a{
    color:#07123d;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.blog-area .blog-btn a i{
    width:27px;
    height:27px;
    line-height:27px;
    text-align:center;
    background:#fff4e8;
    border-radius:50%;
    color:#fd8f14;
    transition:.4s;
    position:static;
}

.blog-area .single-blog-box:hover .blog-btn a{
    color:#fd8f14;
    font-style:normal;
}

.blog-area .single-blog-box:hover .blog-btn a i{
    background:#fd8f14;
    color:#fff;
    transform:translateX(5px);
}
/**======================================================
<--  End blog-area Css -->
======================================================**/

/**======================================================
<--  Start why_choose-us-area Css -->
======================================================**/

.why_choose-us-area {
  padding: 90px 0 40px;
}

.why_choose-us-area .section-title.text-center {
  margin-bottom: 18px;
}

.single_choose-us {
  padding: 30px 9px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.single_choose-us:hover .choose-us-icon img {
  filter: brightness() invert(1.5);
}

.choose-us-icon img {
  transition: 0.5s;
}

.choose-us-icon {
  text-align: center;
}

.choose-us_content h3 {
  font-size: 22px;
  line-height: 28px;
  color: #141840;
  font-weight: 600;
  font-family: "Inter";
  text-align: center;
  margin: 36px 0 8px;
}

.choose-us_content p {
  font-size: 15px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
}



/**======================================================
<--  Start product-area Css -->
======================================================**/


.Product-area{
    padding: 60px 0 35px;
    background: #fff;
}

.Product-area .section-title.text-center {
    margin-bottom: 50px;
}



.category-header{
    padding: 0px 0px 20px;

}


.category-title::before,
.category-title::after{
    content: "";
    position: absolute;
    top: 4%;
    width: 80px;
    height: 2px;
    background: #f58220;
    transform: translateY(-50%);
}

.category-title::before{
    right: 60%;
}

.category-title::after{
    left: 60%;
}

.category-header .category-title{
    color:#000;
    font-size: 30px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    margin-top: 0px !important;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}

.category-header .view-btn{
    
    color:#fff;
    border:none;
}




.product-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #eeeeee;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s ease;
    position:relative;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.16);
}

.product-card > img{
    width:100%;
    height:175px;
    object-fit:cover;
    display:block;
}

.product-card::before{
    content:"";
    position:absolute;
    left:0;
    top:168px;
    width:100%;
    height:8px;
    background:#fe9015;
    z-index:1;
}

.product-icon{
    width:50px;
    height:50px;
    background:#fff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    left:18px;
    top:145px;
    z-index:3;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    border:3px solid #fff;
    transition:.4s;
}

.product-icon i{
    font-size:26px;
    color:#fe9015;
    line-height:1;
}

.product-card:hover .product-icon{
    background:#fe9015;
}

.product-card:hover .product-icon i{
    color:#fff;
}

.product-content2{
        padding: 17px 18px 15px;
    min-height: 165px;
}

.product-content2 h4{
    font-size:18px;
    font-weight:700;
    color:#111a35;
    margin:0 0 7px;
}

.product-content2 h4::after{
    content:"";
    display:block;
    width:32px;
    height:2px;
    background:#fe9015;
    margin-top:10px;
}

.product-content2 p{
    font-size:15px;
    line-height:1.8;
    color:#5f5f5f;
    margin-bottom:9px;
}


.Product-area .product-btn a,
.product-btn a{
    color:#fe9015;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.Product-area .product-btn a i,
.product-btn a i{
    width:26px;
    height:26px;
    line-height:26px;
    text-align:center;
    background:#fff3e8;
    color:#fe9015;
    border-radius:50%;
    transition:.4s;
}

.product-card:hover .product-btn a i{
    background:#fe9015;
    color:#fff;
    transform:translateX(5px);
}



/**======================================================
<--  End product-area Css -->
======================================================**/


.brand-area{
    background: #f6f6f6;
    padding: 60px 0px 50px;
}


.section-title3.text-center {
    margin-bottom: 50px;
}
.section-title3 {
    position: relative;
    z-index: 1;
}

.section-title3 h5 {
    color: #ff8e16;
    font-size: 14px;
    position: relative;
     margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    padding: 0px;

}

.section-title3 h1 {
    font-size: 30px;
    margin: 0;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}



.logo-brands{
    margin: 0 0px 0px;
    position: relative;
}

.logo-brands img{
    width: 120px;
   
    border-radius: 6px;
}


/**======================================================
<--  handypro Footer Section Css -->
======================================================**/

.footer-area {
  padding: 60px 0 0;
  background: url("../images/resource/footer-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand-area .owl-stage{
    display:flex;
    align-items:center;
}

.footer-logo a img{
      width: 141px;
    object-fit: cover;
}

.row.footer-bg {
  position: relative;
  z-index: 1;
}

/*widget title*/

h4.widget-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 0px;
  padding: 0 0 0px;
}

.company-info-desc p {
  color: #fff;
  padding: 25px 0 5px;
}

/*social icon*/

.follow-company-icon a {
  font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    transition: 0.5s;
    background: #fd8f14;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
}

/*footer menu*/

.menu-quick-link-content {
  padding: 0px 0 0;
}

ul.footer-menu li {
  display: block;
  list-style: none;
  padding: 5px 0 0;
}

ul.footer-menu li a {
  color: #fff;
  transition: 0.6s;
  font-size: 15px;
  opacity: 0.8;
  position: relative;
  z-index: 1;
  padding: 0px 0 0 0px;
  font-weight: 300;
  text-decoration: none;
}



/*footer all hover*/

ul.footer-menu li a:hover {
  color: #fd8f14;
}

.follow-company-icon a:hover {
  color: #000;
  background: #fff;
  
}

.privacy_sec p{
    margin-bottom:6px;
}

.privacy_sec ul{
padding-left:25px;
    margin-bottom:8px;
}

.privacy_sec h5{
    font-size:18px;
margin-top: 18px;
    margin-bottom: 12px;
}
.service-details p {
    margin-bottom: 5px;
}

.service-details h5 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 8px;

}

.service-details h6 {
    font-size: 16px !important;
    padding: 0px !important;
    margin-top:0;
    margin-bottom: 6px;
}
.service-details ul {
padding-left:20px;
}

/**footer bottom area**/

.row.footer-bottom {
 padding: 5px 0 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.10196078431372549);
    margin-top: 25px;
}


.footer-bottom-content-copy p {
  color: #fff;
  margin: 2px 0 2px;
  font-size: 15px;
  text-align:center;
}

.footer-bottom-content-copy span {
  color: #fd8f14;
}

.footer-bottom-menu ul {
  text-align: right;
}

.footer-bottom-menu ul li {
  list-style: none;
  display: inline-block;
  padding-left: 42px;
}

.footer-bottom-menu ul li a {
  position: relative;
  z-index: 1;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
  transition: 0.5s;
}

.footer-bottom-menu ul li a:hover {
  color: #d07a18;
}

.footer-bottom-menu ul li a::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #fd8f15;
  border-radius: 6px;
}

.sinlge-footer {
  margin: 25px 0 0;
}

.footer-thumb {
  float: left;
  margin-right: 18px;
}

.footer-thumb img{
    height: 71px;
    width: 70px;
    border-radius: 4px;
    object-fit: cover;
}


.footer-title h4 {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Inter";
  margin: 0;
}

.footer-title h4 a {
  text-decoration: none;
}

.footer-title span {
  font-size: 14px;
  line-height: 24px;
  color: #fd8f15;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}

.footer-text p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.footer-area .form_box input {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  background: #3b443f;
  transition: 0.5s;
  border: inherit;
  border-radius: 30px;
  margin-top: 10px;
  color: #fff;
}

.footer-area .form-button button {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 5px;
  background: #fd8f15;
  border: none;
  position: relative;
  width: 56%;
  padding: 11px 0 14px;
  transition: 0.5s;
}

.footer-area .form_box {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.footer-area .footer-icon {
  position: absolute;
  top: 33px;
  right: 30px;
}

/*service details icon*/
.widget-service-details-icon p {
  margin-bottom: 12px;
}

.widget-service-details-icon i {
  font-size: 25px;
  color: #ff3c00;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 4px;
}

/*service work process box*/
.service-work-process-box {
  padding: 40px 25px 20px;
  background: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.service-work-process-number:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #ff3c00;
  border-radius: 50%;
  opacity: 0.3;
}

.service-work-process-number span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ff3c00;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
  font-size: 15px;
  line-height: 26px;
}

/*widget search*/
.widget_search {
  padding: 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #f5f5f5;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #0d0e14;
  border: 0;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #ff3c00;
  border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
  padding: 0;
  margin-bottom: 30px;
  background: inherit;
  text-align: right;
}

.upper.widget_search input {
  height: 56px;
  width: 73%;
  color: #0d0e14;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
  box-shadow: none;
}

.upper button.icons {
  height: 56px;
  width: 56px;
}

/*widget categories box*/
.widget-categories-box {
  background: #f5f5f5;
  padding: 42px 40px 25px;
  border-radius: 5px;
}

/*title*/
.categories-title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #e9e9ea;
  padding: 0px 0 15px;
  margin: 0 0 30px;
  position: relative;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
  height: 24px;
  width: 2px;
  background: #ff3c00;
}

.service-detials-area .categories-title h4:before {
  left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
  display: block;
}

.widget-categories-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  background: #fff;
  padding: 16px 20px 16px;
  border-radius: 4px;
  transition: 0.5s;
  color: #0d0e14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
  background: #ff3c00;
  color: #fff;
}

.widget-categories-menu ul li a {
  display: block;
  transition: 0.5s;
  color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
  color: inherit;
}

.service-details-icon-box {
  margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
  background: url(../images/resource/srd3.jpg);
  background-repeat: no-repeat;
  padding: 80px 0 80px;
  margin-top: 30px;
  background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
  color: #ffff;
  padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
  padding: 17px 40px;
  font-size: 17px;
  font-weight: 500;
  background: #ff3c00;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.widget-button a i {
  margin-right: 5px;
}

/* Case Study New Style */

.portfolio-area {
  background: #f6f6f6;
  padding: 60px 0 30px;
}

.portfolio-area .section-title.text-center {
  margin-bottom: 50px;
}

.single-portfolio {
  /*margin: 0 8px 0px;*/
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  opacity: 0;
  border-radius: 5px;
}

.single-portfolio:hover .portfolio-thumb::before {
  opacity: 1;
}
.portfolio-thumb img {
  width: 100%;
  border-radius: 5px;
}


.g-4{
   gap:25px;
}

.portfolio-content {
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  text-align: left;
  background: inherit;
  margin: auto;
  padding: 5px 20px 18px;
  width: 100%;
  border-radius: 5px;
  transition: 0.5s;
  opacity: 0;
}

.portfolio-content span {
    color: #fff;
    background: #000;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Inter";
    border-radius: 24px;
}

.portfolio-content h3 {
  margin: 0;
}

.portfolio-content h3 a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background: #fd8f14;
    margin: 0;
    padding: 6px 15px;
    border-radius: 30px;
    transition: 0.5s;
}

.blogs_area .single-blog-dtls-box h6{
    font-size:18px !important;
    
}

.portfolio-content h3 a:hover {
  color: white;
  /*font-style: italic;*/
  /*letter-spacing: 1px;*/
}

.single-portfolio:hover .portfolio-content {
  bottom: 13px !important;
  opacity: 1;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}



.owl-dot {
  text-align: center;
  height: 6px;
  width: 6px;
  background: #cacccb;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}

.owl-dot.active {
  text-align: center;
  height: 6px;
  width: 6px;
  background: #fd8f14;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}

.portfolio-area.style-two {
  padding: 100px 0 70px;
}

/**======================================================
<-- Start project details Css -->
======================================================**/

.project-detalis-section {
  padding: 100px 0 100px;
}

h3.prjct-dtls-title {
  font-size: 30px;
  font-weight: 700;
  padding: 22px 0 21px;
  color: #121d17;
}

p.project-desc {
  padding: 0 0 35px;
}

p.quote-desc {
  font-size: 17px;
  color: #151843;
  padding: 5px 0 7px 105px;
  position: relative;
}

p.quote-desc::before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  height: 1px;
  width: 86px;
  background: #fd8f15;
}

.project-thumb img {
  width: 100%;
}

.project-detalis-section .project-thumb:hover::before {
  height: 100%;
  top: 0;
}

/*prt dtls box*/

.project-dtls-items-box {
  padding: 45px 0 2px;
  border-top: 1px solid rgba(6, 36, 97, 0.10196078431372549);
  border-bottom: 1px solid rgba(6, 36, 97, 0.10196078431372549);
  margin-top: 37px;
}

.project-dtls-box {
  margin-bottom: 30px;
}

h4.dtls-title {
  font-size: 19px;
  padding: 15px 0 8px;
}

.prt-icon img {
  transition: 0.5s;
}

.project-dtls-box:hover .prt-icon img {
  transform: rotateY(180deg);
}

/*pagination*/

.pagination1 {
  padding: 40px 0 0;
}

.pagination1 span {
  color: #131e18;
  font-weight: 500;
}

.pagination1 a {
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  color: #062462;
  transition: 0.5s;
  margin-right: 12px;
}

.pagination1 span:hover a {
  background: #fd8f14;
  color: #fff;
}

span.pagination2 a {
  margin-right: 0;
  margin-left: 12px;
}

span.pagination2 {
  text-align: right;
  float: right;
}

/*project info*/

.project-info {
  padding: 35px 50px 30px;
  background: #f6f6f6;
  border-radius: 5px;
  margin-left: 10px;
}

h3.prct-title {
  font-size: 22px;
  color: #121d17;
  padding: 0 0 23px;
}

.project-info ul li {
  display: block;
  list-style: none;
  padding: 0 0 15px;
  margin-bottom: 13px;
  font-weight: 500;
  color: #121d17;
  border-bottom: 1px solid #dee1e6;
}

.project-info ul li span {
  display: block;
  font-weight: 500;
  font-family: "Inter";
  color: #fd8f15;
  font-size: 15px;
}

li.prt-mb {
  margin: 0 !important;
  border: 0 !important;
}

/**======================================================
<-- End Project details css -->
======================================================**/

/**======================================================
<--  handypro Team area Css -->
======================================================**/

.team-area.style-two {
  background: inherit;
}

.team-area .section-title h1 {
  color: #fff;
}

.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.team-thumb {
  position: relative;
  z-index: 1;
}

.team-thumb::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
  visibility: hidden;
  transition: 0.5s;
  opacity: 0.45;
  border-radius: 5px 5px 0 0;
}

.team-thumb img {
  width: 100%;
}

.team-content {
  padding: 15px 0 5px;
  background: #2c3053;
  border-radius: 0 0 5px 5px;
}

h3.team-title {
  font-size: 20px;
  color: #fff;
}

p.team-text {
  font-size: 14px;
  padding: 4px 0 0;
  color: #fff;
  transition: 0.5s;
}

/*social list*/
ul.team-social-list {
  right: 15px;
  position: absolute;
  bottom: 0px;
  border-radius: 15px;
  background: #fe9015;
  padding: 14px 8px 14px;
  transition: 0.5s;
  opacity: 0;
}

ul.team-social-list li {
  list-style: none;
  display: block;
}

ul.team-social-list li a {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}

.single-team-box:hover ul.team-social-list {
  bottom: 60px;
  opacity: 1;
}

.single-team-box:hover p.team-text {
  color: #ffc704;
}

ul.team-social-list li a:hover {
  color: #052361;
}

.single-team-box:hover .team-thumb::before {
  visibility: visible;
  height: 100%;
  top: 0;
}

/*Team Style Two
========================*/

.team-section.style-two {
  background: #f6f6f6;
  padding: 100px 0 70px;
}

.style-two .team-thumb::before {
  opacity: 0.2;
}

.style-two .team-content {
  padding: 15px 0 5px;
  background: #f6f6f6;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.style-two h3.team-title {
  font-size: 20px;
  color: #333;
  transition: 0.5s;
}

ul.team-social-list2 {
  padding: 6px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
}

ul.team-social-list2 li {
  display: inline-block;
  list-style: none;
}

ul.team-social-list2 li a {
  font-size: 13px;
  color: #fff;
  background: transparent;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #fff;
  border-radius: 28px;
  display: inline-block;
  margin-right: 7px;
  transition: 0.5s;
}

ul.team-social-list2 li a:hover {
  background: #fff;
  color: #fd8f14;
}

.style-two .single-team-box:hover p.team-text {
  color: #fff;
  margin: 0 0 10px;
}

.style-two .single-team-box:hover h3.team-title {
  color: #fff;
}

.style-two .single-team-box:hover .team-content {
  margin-top: -60px;
  padding: 15px 0 64px;
  background: #fd8f14;
}

.style-two .single-team-box:hover ul.team-social-list2 {
  opacity: 1;
  bottom: 30px;
}

.style-two p.team-text {
  font-size: 14px;
  padding: 4px 0 0;
  color: #fd8f14;
  transition: 0.5s;
}

/**======================================================
<-- Start contact-area css -->
======================================================**/
.contact-area.style-two {
  padding: 60px 0;
  background: #f6f6f6;
}

.contact-title h3 {
  font-size: 34px;
  line-height: 80px;
  color: #111d17;
  font-weight: 700;
  font-family: "Inter";
  margin: 0 0 10px;
}

.contact-area .form_box input {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  transition: 0.5s;
  border-radius: 10px;
  background: #fff;
  border: inherit;
}

.contact-area .form_box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: inherit !important;
  height: 150px;
  outline: 0;
  transition: 0.5s;
  background: #fff !important;
  margin-top: 7px;
  color: #333;
  border-radius: 10px;
}

.form_box input:focus,
.form_box select:focus,
.form_box textarea:focus {
  box-shadow: 0 0 6px rgb(251, 130, 20, 0.6);
  border-color: #fd8f15;
}
.contact-area .form-button {
  text-align: left;
}

.contact-area .form-button2 .button2{
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 5px;
  background: #fd8f14;
  border: none;
  position: relative;
      padding: 5px 20px;
  transition: 0.5s;
}

.contact-area .form-button button {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 5px;
  background: #fd8f14;
  border: none;
  position: relative;
  width: 22%;
  padding: 11px 0 11px;
  transition: 0.5s;
}


.contact-area .form-button button:hover {
  color: #fff;
}

.contact-area .form-button2 .button2::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
  border-radius: 3px;
}

.contact-area .form-button button::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
  border-radius: 3px;
}

.contact-area .form-button button:hover::after {
  width: 100%;
}

.contact-area .form-button2 .button2:hover::after {
  width: 100%;
}


.contact-information {
  background: url(../images/resource/Contact_right-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 37px 40px 36px 50px;
  border-radius: 10px;
}

.contact-area .information-title h3 {
  font-size: 26px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  margin: 0 0 30px 65px;
  position: relative;
  z-index: 1;
}

.contact-area .information-title h3::before {
  content: "";
  position: absolute;
  top: 21px;
  left: -60px;
  height: 2px;
  width: 45px;
  background: #fd8f14;
}


.information-icon {
  
}


.information-icon i {
  display: inline-block;
  font-size: 25px;
  height: 50px;
  width: 50px;
  line-height: 53px;
  text-align: center;
  background: #2a352f;
  color: #fff;
  border-radius: 50%;
  transition: 0.5s;
}

.info-titles h4 {
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  margin: 0;
}

.info-titles span {
  opacity: 0.702;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Poppins";
  margin: 0;
}

.information-icon-box {
  margin-bottom: 25px;
  transition: 0.5s;
  display: flex;
    align-items: center;
    gap: 20px;
}

.information-icon-box:hover .information-icon i {
  background: #fd8f14;
  color: #fff;
}

.information-icon-list ul {
  display: inline-block;
}

.information-icon-list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}

.information-icon-list ul li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #fd8f14;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}

.information-icon-list ul li a:hover {
  color: #fd8f15;
  background: #fff;
}

.information-icon-box.style-two .information-icon i {
  background: #fd8f14;
  color: #fff;
  transition: 0.5s;
}

.information-icon-box.style-two {
  margin-bottom: 20px;
  padding: 25px 0;
  border-top: 1px solid #2a352f;
  border-bottom: 1px solid #2a352f;
}


.information-icon-box2{
  margin-bottom: 12px;
    transition: 0.5s;
    display: flex;
    align-items: start;
    gap: 10px;
}

.information-icon-box2:hover .information-icon2 i {
  background: #fff;
  color: #000;
}

.information-icon2 i {
  display: inline-block;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    background: #fe9015;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

/**======================================================
<-- End contact-area css -->
======================================================**/

/**======================================================
<-- Start map-area css -->
======================================================**/
.map-area {
  padding: 20px 0 13px;
}
/**======================================================
<-- End map-area css -->
======================================================**/

/*<!-- ============================================================== -->
<!--  Pricing area Css -->
<!-- ============================================================== -->*/

.pricing_area {
  padding: 85px 0 85px;
  background: #f6f6f6;
}

.pricing_area .section-title.text-center {
  margin-bottom: 60px;
}

.pricing-single-box {
  padding: 40px 30px 40px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  outline: 0;
  transition: 0.5s;
  border: 2px solid #fff;
}

span.pricing-icn {
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  background: #2ab685;
  display: inline-block;
  border-radius: 4px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

span.pricing-icn::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fd8f15;
  border-radius: 4px;
  transform: scale(0);
  transition: 0.5s;
}

.pricing {
  float: right;
  display: inline-block;
}

span.price-dolar {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter";
  color: #15193f;
  top: -15px;
  transition: 0.5s;
}

h2.price-title {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  color: #111c16;
  transition: 0.5s;
}

span.price-mon {
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
  line-height: 18px;
}

h3.boody-title {
  font-size: 22px;
  padding: 24px 0 30px;
  position: relative;
  z-index: 1;
  color: #121d17;
}

h3.boody-title::before {
  position: absolute;
  content: "";
  left: -29px;
  top: 18px;
  width: 3px;
  height: 36px;
  background: #2ab685;
  transition: 0.5s;
}

.pricing-boody ul li {
  list-style: none;
  display: block;
  padding: 0 0 6px;
  font-weight: 400;
}

.pricing-boody ul li i {
  font-size: 22px;
  color: #2ab685;
  position: relative;
  top: 3px;
  padding-right: 5px;
  transition: 0.5s;
}

.price-btn a {
  padding: 10px 30px;
  font-weight: 500;
  color: #131e18;
  border: 1px solid rgba(6, 36, 98, 0.2);
  display: inline-block;
  border-radius: 4px;
  margin-top: 29px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 16px;
}

.price-btn a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fd8f15;
  border-radius: 4px;
  transform: scale(0, 1);
  transition: 0.5s;
}

.pricing-single-box:hover {
  border: 2px solid #fd8f15;
}

.pricing-single-box:hover .pricing-boody ul li i {
  color: #062462;
}

.pricing-single-box:hover span.price-dolar {
  color: #062462;
}

.pricing-single-box:hover h2.price-title {
  color: #15193f;
}

.pricing-single-box:hover .price-btn a {
  color: #fff;
}

.pricing-single-box:hover .price-btn a::before {
  transform: scale(1);
}

.pricing-single-box:hover span.pricing-icn::before {
  transform: scale(1);
}

.pricing-single-box:hover h3.boody-title::before {
  opacity: 0;
}

.pricing-single-box.style_two {
  border: 2px solid #fd8f15;
}

.pricing-single-box.style_two span.pricing-icn {
  background: #fd8f14;
}

.pricing-single-box.style_two h3.boody-title::before {
  background: inherit;
}

.pricing-single-box.style_two h2.price-title {
  color: #15193f;
}

.pricing-single-box.style_two span.price-dolar {
  color: #062462;
}

.pricing-single-box.style_two .pricing-boody ul li i {
  color: #062462;
}

.pricing-single-box.style_two .price-btn a {
  color: #fff;
  background: #fd8f15;
}

/*<!-- ============================================================== -->
<!-- faq_area -->
<!-- ============================================================== -->*/
.faq_area {
  padding: 100px 0 95px;
}

.faq_area .section-title {
  margin-bottom: 35px;
}

.faq_area .faq_thumb img {
  width: 100%;
  margin-left: -40px;
}

.faq_area.style-two {
  padding: 85px 0 80px;
}

/*
<!-- ============================================================== -->
<!-- handypro Shop area  Css -->
<!-- ============================================================== -->*/

.shop-area {
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
}

/* Shop Form*/

.form_box {
  padding: 11px 0 0;
}

p.form-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-right: 12px;
}

.shop-area .form_box select {
  width: 50%;
  height: 52px;
  padding-left: 15px;
  background: inherit;
  border-radius: 10px;
  font-size: 16px;
  color: #7c8d94;
  border: 1px solid #484862;
  transition: 0.5s;
}

.upper.widget_search {
  margin-bottom: 40px;
  background: inherit;
  text-align: right;
}

.widget_search form {
  position: relative;
}

.upper.widget_search input {
  height: 60px;
  width: 73%;
  color: #062461;
  background: #f6f6f6;
  border: 0;
  border-radius: 4px 0px 0px 4px;
  padding: 0 20px 0;
  outline: inherit;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #2ab685;
  border-radius: 0 4px 4px 0;
}

/*Shop Left*/

.categories-title h4 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
  padding: 0px 0 25px;
  margin: 0 0 30px;
  position: relative;
  color: #10102e;
}

.categories-title h4::before {
  position: absolute;
  content: "";
  left: -35px;
  top: 0;
  height: 29px;
  width: 3px;
  background: #fd8f14;
}

.widget-check-box {
  padding: 40px 35px 18px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 2px;
  border: 1px solid rgba(6, 36, 98, 0.1);
  background-color: rgba(7, 72, 131, 0);
}

.widget-check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Inter";
  user-select: none;
  color: #062461;
}

.widget-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.widget-check span {
  display: inline;
  float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.widget-check input:checked ~ .checkmark {
  background-color: #fd8f14;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.widget-check input:checked ~ .checkmark::after {
  display: block;
}

.widget-check .checkmark::after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
}

/*Price Range
===========================*/

.range-wrapper-box {
  padding: 40px 35px 40px;
  background: #fff;
  box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
  border-radius: 4px;
  margin-bottom: 30px;
}

.slider-labels {
  margin-top: 35px;
}

.text-right.caption {
  display: inline-block;
}

.text-right.caption span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.caption {
  display: inline-block;
}

.caption strong {
  width: 74px;
  height: 34px;
  line-height: 35px;
  background: #2ab685;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: "Inter";
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}

span#slider-range-value1,
span#slider-range-value2 {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: #062462;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -7px;
  top: -6px;
  background-color: #ed1c24;
}

.noUi-background {
  background: #ececec;
}

.noUi-connect {
  background: #ed1c24;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid rgba(237, 28, 37, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*Product 
======================*/

.product-categories-box {
  padding: 30px 30px 20px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}

.products-collection {
  margin-bottom: 20px;
}

.product-thumb {
  float: left;
  padding-right: 17px;
}

.products-title h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.product-price span {
  font-size: 15px;
  font-weight: 400;
  color: #54546c;
}

.product-icon-list ul {
  line-height: 20px;
}

.product-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #ff8d06;
  letter-spacing: 4px;
  font-size: 14px;
}

/*Shop Right 
======================*/

.row.products {
  padding-left: 80px;
}

.single-products-box {
  text-align: center;
  margin-bottom: 30px;
}

.products-thumb {
  position: relative;
  z-index: 1;
}

.products-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #3f4843;
  opacity: 0.8;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.products-thumb img {
  width: 100%;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.product-sale {
  position: absolute;
  top: 20px;
  left: 20px;
}

.product-sale span {
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 24px;
  background: #fd8f14;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.product-thumb-icon a {
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #0d0e14;
  transition: 0.7s;
  display: inline-block;
  position: relative;
  bottom: 40%;
  z-index: 1;
  overflow: hidden;
}

.product-thumb-icon a:hover {
  background: #fd8f14;
}

.product-thumb-icon a:nth-child(1) {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
  position: absolute;
  right: 0;
  opacity: 0;
}

.product-content {
  padding: 23px 0 6px;
  border: 1px solid rgba(6, 36, 98, 0.1);
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

ul.product-rating li {
  list-style: none;
  display: inline-block;
  color: #ff8d06;
  letter-spacing: 0.3em;
  font-size: 14px;
}

.product-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111c16;
  line-height: 17px;
}

.product-price p {
  font-size: 15px;
  font-family: "Inter";
  padding: 14px 0 0px;
  color: #2ab685;
}

.product-price p span {
  color: #616161;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-thumb-icon a:hover {
  color: #fff;
}

.product-thumb-icon a:hover::before {
  left: 0;
  width: 100%;
}

.single-products-box:hover .products-thumb::before {
  height: 100%;
  top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
  opacity: 1;
  left: 65px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
  opacity: 1;
  right: 65px;
}

/*pagination
==================*/

.pagination-menu {
  padding-top: 30px;
}

.pagination-menu ul {
  display: inline-block;
}

.pagination-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}

.pagination-menu ul li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-block;
  color: #333;
  font-size: 20px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: 0.5s;
}

.pagination-menu ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fd8f14;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.pagination-menu ul li a:hover::before {
  transform: scale(1);
}

.pagination-menu ul li a:hover {
  color: #fff;
}

/*
<!-- ============================================================== -->
<!-- handypro Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
  padding: 100px 0 70px;
}

.style-three.tab {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 36, 98, 0.1);
  padding: 15px 44px 15px;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 50px;
}

.tabs_item {
  margin-bottom: 30px;
}

.tab_content {
  margin-top: 25px;
}

.tabs_item img {
  width: 100%;
}

.tabs_itemt {
  display: inline-block;
}

.tabs_items {
  display: inline-block;
}

ul.tabs.active li {
  list-style: none;
  display: inline-block;
}

.style-three .tabs li a {
  background: inherit;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  outline: none;
  padding: 5px;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  border-radius: 5px;
}

.style-three .tabs li.current::before {
  background: transparent;
}

.style-three li.current a {
  border: 1px solid #fd8f14;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
  padding-left: 30px;
}

.category-title h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 26px;
  padding: 0px 0 23px;
  color: #14193f;
}

.category-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #ff9d34;
  letter-spacing: 0.4em;
  font-size: 16px;
}

li.category-text {
  letter-spacing: 0 !important;
  color: #67686c !important;
  padding-left: 6px;
}

.category-price h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2d6efe;
  padding: 6px 0 19px;
}

.category-price span {
  color: #616161;
  padding-left: 14px;
  text-decoration: line-through;
}

.category-color p {
  color: #062462;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  padding: 18px 0 6px;
}

.category-color span {
  color: #67686c;
  padding-left: 20px;
  position: relative;
}

.category-color span::before {
  position: absolute;
  content: ":";
  left: 4px;
  top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
  display: inline-flex;
  padding: 8px 0 30px;
}

.quantity-with_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
}

.quantity .cart-plus-minus {
  position: relative;
  width: 170px;
  text-align: left;
  height: 54px;
  overflow: hidden;
  border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 38px;
  -webkit-box-align: center;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: 0.5s;
  background: #fd8f14;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 0;
  height: 54px;
  text-align: center;
  width: 170px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background-color: #fff !important;
  background: linear-gradient(90deg, #fd8f14 50%, transparent 0) repeat-x,
    linear-gradient(90deg, #fd8f14 50%, transparent 0) repeat-x,
    linear-gradient(0deg, #fd8f14 50%, transparent 0) repeat-y,
    linear-gradient(0deg, #fd8f14 50%, transparent 0) repeat-y;
  background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  -webkit-animation: linearGradientMove 0.3s infinite linear;
  animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  height: 100%;
  border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 30px 0 0 30px;
}

/*categories button
=========================*/

.category-button {
  display: inline-block;
  padding-left: 20px;
}

.category-button a {
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 500;
  background: #2ab685;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  text-decoration: none;
}

.category-button a:hover {
  color: #fff;
}

.category-button a::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fd8f14;
  border-radius: 4px;
  transition: 0.5s;
}

.category-button a i {
  padding-left: 10px;
  font-size: 16px;
}

.category-button a:hover::before {
  left: 0;
  width: 100%;
}

/* table
================*/

table.category-table {
  padding: 2px 0 0;
  display: inline-block;
}

table.category-table td.table-title {
  font-size: 16px;
  color: #062461;
  font-weight: 500;
}

table.category-table tr td {
  padding-right: 25px;
  padding-bottom: 12px;
}

table.category-table td.table-title {
  font-size: 16px;
  color: #0d0e14;
  font-weight: 500;
}

table.category-table td.table-text {
  color: #616161;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
}

table.category-table td.table-text::before {
  position: absolute;
  content: ":";
  left: -15px;
  top: 0;
  font-size: 20px;
  color: #0d0e14;
}

/*Tab Items
=======================*/

.tab {
  padding-top: 50px;
  position: relative;
  left: 10px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.tabs li {
  line-height: 38px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.appoinment-tab .tabs li a {
  font-size: 15px;
  background: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  color: #333;
  font-family: "Inter";
  font-weight: 500;
  display: inline-block;
  outline: none;
  padding: 9px 29px;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  border-radius: 5px;
  text-decoration: none;
}

.tabs li a span {
  font-size: 22px;
  padding-right: 10px;
  color: #da242b;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

.tab-thumb {
  margin-right: 65px;
  position: relative;
  z-index: 1;
}

.tab-thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 0% 100%);
  transform: scale(0);
  transform-origin: top left;
  background-image: linear-gradient(-86deg, #062462 0%, #062462 100%);
  pointer-events: none;
  transition: all 500ms linear;
  border-radius: 5px;
  opacity: 0.25;
}

.tab-thumb img {
  width: 100%;
  border-radius: 5px;
}

.appoinment-tab li.current a {
  background: #fd8f14;
  color: #fff;
}

li.current a span {
  color: #fff;
}

.tabs_item .handypro-section-title p {
  padding: 17px 0 5px;
}

.tabs_item .handypro-section-title h4 {
  margin-top: 0;
}

.tabs_item .handypro-button a {
  margin-top: 30px;
}

.tab-thumb:hover::before {
  transform: scale(1);
}

/*post comment box
===================*/

.post-comment-thumb {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

.post-content {
  overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
  list-style: none;
  display: inline-block;
  color: #ff9d34;
  letter-spacing: 0.2em;
  font-size: 14px;
}

/*post title*/

h4.post-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  padding: 2px 0 9px;
}

h4.post-title span {
  padding-left: 31px;
  font-size: 15px;
  color: #616161;
  font-weight: 400;
  position: relative;
}

.post-title span::before {
  position: absolute;
  content: "";
  left: 6px;
  top: 9px;
  height: 1px;
  width: 15px;
  background: #0d0e14;
}

/*right reply*/

span.rights-reply {
  font-weight: 500;
  color: #062461;
  cursor: pointer;
}

.posts-reply span i {
  display: inline-block;
  margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
  padding: 35px 0 0;
}

.sidebar-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
  font-size: 15px;
  margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
  display: inline-block;
}

.sidebar-rating-list ul {
  display: inline-block;
  padding-left: 15px;
}

.sidebar-rating-list ul li {
  list-style: none;
  display: inline-block;
  color: #ff9d34;
  letter-spacing: 0.4em;
  font-size: 15px;
}

/*from box*/

.contact-form-box2 {
  padding: 25px 0 0;
}

p.form_text {
  color: #000;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

h6.form-title {
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 13px;
  margin: 0;
}

.contact-form.style-two button {
  background: #fd8f14;
  border: inherit;
  padding: 13px 39px;
  border-radius: 5px;
  text-align: left;
  margin-top: 40px;
  font-weight: 500;
  transition: 0.5s;
  color: #fff;
}

.contact-form.style-two button:hover {
  background: #2ab685;
  color: #fff;
}

.contact-form-box2 .form-box input {
  height: 54px;
  background-color: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;
  padding: 0px 25px;
  display: block;
  width: 100%;
  color: #616161;
  margin-bottom: 30px;
  border-radius: 4px;
  outline: inherit;
}

.contact-form-box2 .from-box input::placeholder {
  color: #616161;
  opacity: 0.6;
}

.contact-form-box2 .form-box textarea {
  height: 155px;
  background-color: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;
  padding: 15px 25px;
  display: block;
  width: 100%;
  border-radius: 4px;
  outline: inherit;
}

.contact-form-box2 .from-box textarea::placeholder {
  color: #616161;
  opacity: 0.6;
}

.product-item-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  padding: 20px 0 30px;
  color: #121d17;
}

/*=================================================
<-- handypro Blog Sidber Widget CSS -->
==================================================*/

.blogs_area {
  padding: 50px 0;
  background: #f6f6f6;
}

.blogs_area .single-blog-box {
  margin-bottom: 30px;
  background: #fff;
  padding: 0 0 10px;
}

/*pagination*/

.pagination a:hover {
  background: #fe9015;
  color: #fff;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(254 144 21 / 25%);
}

/*search items*/
.widget-items {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.widget-items form {
  position: relative;
}

.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}

.src-input-box:focus {
  border: 1px solid #ccc;
}

.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}

/*categories*/
.widget-title {
  margin: 14px 0 20px;
  position: relative;
}

.widget-title h2 {
  margin-top: 0;
}

.widget-archieve-item {
  color: #232323;
}

.widget-archieve-item:hover {
  color: #ff3b00;
}

.widget-items .widget-title h2 {
  color: #232323;
  display: block;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.hr-3 {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.catagory-item ul li {
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}

.catagory-item ul li a {
  color: #686868;
}

.catagory-item ul li:hover a {
  color: #ff3c00;
}



/*post thumb*/
.rpost-thumb {
  margin-right: 20px;
  padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
  margin: 0;
  color: #10102e;
}

.rpost-title span {
  font-size: 14px;
  padding: 5px 0 0;
  display: inline-block;
}

.rpost-title h4:hover {
  color: #306eff;
}

/*tag menu*/
.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  display: inline-block;
  margin: 2px 3px 10px;
  font-size: 15px;
  color: #686868;
  transition: 0.5s;
  border-radius: 3px;
}

.tag-item a:hover {
  color: #333;
  background: #ffc704;
}

/*meta blog*/

.meta-blog {
  position: absolute;
  bottom: -20px;
  left: 30px;
}

.meta-blog a {
  font-size: 14px;
  padding: 7px 22px 7px 48px;
  background: #fd8f15;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

/*tag menu*/
.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  display: inline-block;
  margin: 2px 3px 10px;
  font-size: 15px;
  color: #686868;
  transition: 0.5s;
  border-radius: 3px;
}

.tag-item a:hover {
  color: #333;
  background: #ffc704;
}

.single-blog-box:hover .meta-blog a {
  color: #fff;
  transition: 0.5s;
}

.meta-blog a:hover {
  color: #fff;
  transition: 0.5s;
}

.meta-blog a:hover::after {
  background: #fff;
}

.meta-blog a:hover::before {
  transform: scale(1);
}

.single-blog-box:hover .meta-blog a::after {
  background: #fff;
}

.meta-blog a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.meta-blog a::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 22px;
  background: #fff;
  width: 20px;
  height: 1px;
}

.blog-thumb {
  position: relative;
  z-index: 1;
}


h2.blog-title a {

  font-size: 28px;
  font-weight: 700;
  font-family: "Inter";
  line-height: 30px;
  display: inline-block;
  color: #111d16;
  margin: 10px 0 15px;
  text-decoration: none;
}

h2.blog-title a:hover{
    color: #fe9015;
}



.blog-btn a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  left: 5px;
  transition: 0.5s;
}

ul.blog-author li {
  list-style: none;
  display: inline-block;
  margin-right: 37px;
  font-weight: 500;
  font-family: "Inter";
  color: #333;
}

ul.blog-author li i {
  color: #fd8f15;
  margin-right: 7px;
}

ul.blog-author li span {
  position: relative;
  z-index: 1;
}

ul.blog-author li span::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: rgba(7, 72, 131, 0.5019607843137255);
}

.single-blog-box:hover .meta-blog a::before {
  transform: scale(1);
}

.single-blog-box:hover .blog-thumb::before {
  height: 100%;
  left: 0;
  visibility: visible;
}

.single-blog-box:hover .blog-btn a {
  color: #da242b;
}

.single-blog-box:hover .blog-btn a i {
  left: 14px;
}

/*Post Comment
=================*/

.blog-post-comment {
  border: 1px solid rgba(6, 36, 98, 0.1);
  padding: 34px 30px 26px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 30px;
}

h3.blog-comment-title {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 34px;
  color: #10102e;
}

.blog-post-comment .post-comment {
  border-bottom: 1px solid rgba(6, 36, 98, 0.1);
  margin-bottom: 30px;
  padding: 0 0 11px;
}

.blog-post-comment .post-comment2 {
  margin-left: 0px;
}

.blog-post-comment h4.post-title {
  font-size: 15px;
  font-weight: 600;
  color: #10102e;
}

.blog-post-comment h4.post-title span {
  font-size: 14px;
  color: #fd8f14;
  font-weight: 400;
  font-family: "Inter";
  padding-left: 15px;
  position: relative;
}

ul.blog-author {
  margin-top: 20px;
}

.blog-post-comment .post-title span::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 9px;
  height: 1px;
  width: 10px;
  background: inherit;
}

.blog-post-comment span.rights-reply {
  float: right;
  font-weight: 500;
  color: #10102e;
  position: relative;
  top: -90px;
  cursor: pointer;
  left: -32px;
}

.single-blog-dtls-box .form-button {
  text-align: left;
  margin-top: 0;
}

.single-blog-dtls-box .form-button button {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  z-index: 1;
  border-radius: 56px;
  overflow: hidden;
  margin-top: 5px;
  background: #fd8f15;
  border: none;
  position: relative;
  width: 22%;
  padding: 7px 0 7px;
  transition: 0.5s;
}

.single-blog-dtls-box .form_box {
  margin-bottom: 15px;
}

.single-blog-dtls-box .form_box input {
  background: #f6f6f6;
}

.single-blog-dtls-box .form_box textarea {
  background: #f6f6f6;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
  background: #f6f6f6;
  padding: 20px 20px 25px 30px;
}

.contact-form-box3 {
  padding: 33px 30px 50px;
   margin: 30px 0 0;
  border-radius: 6px;
  background: #fff;
}

span.social-text {
  font-size: 17px;
  font-weight: 500;
  font-family: "Inter";
  color: #10102e;
}

ul.social-share {
  float: right;
}

ul.social-share li {
  display: inline-block;
  list-style: none;
}

ul.social-share li a {
  height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fe9015;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
  margin-right: 7px;
  position: relative;
  z-index: 1;
}

ul.social-share li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  border-radius: 50px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

ul.social-share li a:hover::before {
  transform: scale(1);
}

ul.social-share li a:hover {
  color: #fff;
}

/*Product List*/

ul.product-list {
  padding: 5px 0 0;
}

ul.product-list li {
  display: block;
  list-style: none;
  color: #121c17;
  padding: 0 0 8px;
}

ul.product-list li i {
  color: #fd8f15;
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 6px;
}

/*Blog Quote
=================*/

.blog-quote {
  background: #f6f6f6;
  padding: 25px 35px 15px;
  border-left: 4px solid #000;
  border-radius: 2px;
  margin: 25px 0 45px;
}

img.qte-icon {
  float: left;
  margin-right: 20px;
}

.blog-quote p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #121d17;
}

.blog-dtls-thumb {
  padding: 20px 0 15px;
}

.blog-dtls-thumb img {
  width: 100%;
  border-radius: 5px;
}

/*<!-- ============================================================== -->
<!-- handypro Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  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 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%;
}

.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: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 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%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.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: 80px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.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: #2ab685;
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.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, #fb8a42 0%, #fb8a42 100%);
  border-radius: 100%;
}

.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*
<!-- ============================================================== -->
<!-- handypro Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- handypro Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*=================================================
<-- handypro Blog Sidber Widget CSS -->
==================================================*/

.blog-section {
  background: #f2f2f2;
  padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
  padding: 100px 0 60px;
}

.pagination {
    gap: 3px; 
    
}
    
    
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fe9015;
    border-color: #fe9015;
}

/*pagination*/
.pagination a {
  font-size: 16px;
  font-weight: 500;
  color: #ff3c00;
  float: left;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0px;
  height: 38px;
  width: 38px;
  line-height: 22px;
  text-align: center;
}



.widget-items form {
  position: relative;
}

.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}

.src-input-box:focus {
  border: 1px solid #ccc;
}

.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}

/*categories*/
.widget-title {
  margin: 14px 0 20px;
  position: relative;
}

.widget-title h2 {
  margin-top: 0;
}

.widget-archieve-item {
  color: #232323;
}

.widget-archieve-item:hover {
  color: #ff3b00;
}

.widget-items .widget-title h2 {
  color: #232323;
  display: block;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.hr-3 {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.catagory-item ul li {
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}

.catagory-item ul li a {
  color: #686868;
}

.catagory-item ul li:hover a {
  color: #ff3c00;
}

.upp.widget-items {
  padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
  margin-right: 15px;
    padding: 0;
width: 70px;
    height: 50px;
}

.rpost-thumb a{
display: block;
    width: 100%;
    height: 100%;
    }
    
    .rpost-thumb a img{
    width: 100%;
    height: 100%;
    }

/*post title*/
.rpost-title h4 {
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
  margin: 0px 0 0;
  color: #0e0e0e;
  text-decoration: none;
}

.rpost-title h4 a {
  text-decoration: none;
  display: inline-block;
}

.rpost-title h4 a:hover{
    color: #fe9015;
}

.w-100 {
   width: 70px !important;
    border-radius: 5px !important;
    height: 75px;
}




.rpost-title span {
  font-size: 14px;
  padding: 5px 0 0;
  display: inline-block;
}

.rpost-title h4:hover {
  color: #2ab685;
}

/*tag menu*/
.tag-item a {
  border: 1px solid #e6e6e6;
    padding: 6px 14px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #686868;
    transition: 0.5s;
    border-radius: 35px;
    text-decoration: none;
}

.tag-item a:hover {
  color: #fff;
  background: #fd8f15;
}

/* Calender*/
.curr-month {
  width: 100%;
  height: 40px;
  background: #d6d6d6;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 48px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}

.tag-item .all-days ul li {
  font-weight: 500;
  font-family: "Fira Sans";
  font-size: 16px;
}

.all-date {
  width: 100%;
  height: 305px;
  float: left;
}

.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

element.style {
  background-color: rgb(255, 60, 0);
  color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
  background-color: #fb3b01;
  color: #fff;
}

.calender-area {
  height: 435px;
}

/*blog section two*/
.style-two.blog-section {
  background: #fff;
  padding: 100px 0 70px;
}

.blog-section.style-two.details {
  padding: 100px 0 50px;
}

.blog-content {
  padding: 35px 35px 20px;
  transition: 0.5s;
  background: #fff;
  border-radius: 0px 0px 6px 6px;
}

.blog-thumb img {
  width: 100%;
  border-radius: 9px 9px 0px 0px;
}

.blog-section .blog-content-text h5 {
  font-size: 35px;
  font-weight: 600;
}

.blog-meta span a {
  color: #686868;
  transition: 0.5s;
  padding: 12px 0 20px;
  display: inline-block;
}

.blog-meta span a:hover {
  color: #ff3c00;
}

/*quote*/
.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #ff3c00;
  margin: 30px 0;
}

.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
  font-family: "Fira Sans";
  margin-bottom: 12px;
}

.blog-content ol {
  padding-left: 15px;
}

.blog-section .blog-content h4 {
  font-size: 22px;
  margin: 25px 0 12px;
  font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
  margin: 25px 0;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-blog-social-icon ul li i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  color: #686868;
}

.single-blog-social-icon ul li:hover i {
  color: #fff;
  background: #ff3c00;
}

.comment-box {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition: 0.5s;
}

#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  transition: 0.5s;
}

label {
  color: #686868;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  margin-top: 7px;
}

.comment-box:focus,
#comment-msg-box:focus {
  border-color: #ff3c00;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
  color: #fff;
  background: #ff3c00;
  border: 1px solid #ff3c00;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
  transition: 0.5s;
}

.comment-form .submit-comment {
  color: #fff;
  background: #ff3c00;
  border: 1px solid #ff3c00;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
  background: #fff;
  color: #ff3c00;
}

/*
<!-- ============================================================== -->
<!-- handypro Start Cart Section -->
<!-- ============================================================== -->*/

.cart-area {
  padding: 100px 0 100px;
}

.cart-empty p {
  padding: 18px 25px;
  position: relative;
  background-color: #f6f7f9;
  border-bottom: 2px solid #2ab685;
  display: inline-block;
  width: 100%;
  color: #121e17;
}

.cart-empty p i {
  color: #2ab685;
  padding-right: 10px;
}

.about-item-list ul li i {
  font-size: 20px;
  color: #da242b;
  padding-right: 5px;
}

.handypro-button a {
  font-size: 15px;
  padding: 15px 9px 15px 42px;
  background: #fd8f15;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px 35px 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-top: 38px;
}

.handypro-button a:hover {
  color: #fff;
}

.handypro-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px 35px 5px 5px;
  background: #2ab685;
  transform: scale(0);
  transition: 0.5s;
}

.handypro-button a i {
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  background: #fff;
  color: #121d17;
  border-radius: 30px;
  border: 2px solid #121d17;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 20px;
  transition: 0.5s;
}

.handypro-button a:hover::before {
  transform: scale(1);
}

.handypro-button a:hover i {
  border: 2px solid #fe7b24;
}

/*<!-- ============================================================== -->
<!-- handypro Service Detials area -->
<!-- ============================================================== -->*/

.service-details {
  background: #f6f6f6;
  padding: 60px 0 36px;
  position: relative;
  z-index: 1;
}

.sidebar-widget {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}

.sidebar-widget form {
  position: relative;
}

.sidebar-widget input {
  height: 55px;
  width: 100%;
  background: #f6f6f6;
  border: 0;
  border-radius: 60px;
  padding: 0 20px 0;
  outline: none;
}




.sidebar-widget button.subscribe-btn {
  height:55px;
  width: 60px;
  border: 0;
  border-radius: 0 42px 42px 0;
  background: #000;
  color: #fff;
  position: absolute;
  right: 0;
}

.service-dtls-content{
    background: #fff;
    padding: 1px 30px 30px 30px;
    border-radius: 0px 0px 9px 9px;
}

.widget-sidebar-box {
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 6px;
  width: 100%;
}

h4.sidebar-title {
    font-size: 20px;
    padding: 0 0 10px;
  position: relative;
  z-index: 1;
  color: #0e0e0e;
  margin-top: 0px !important;
}

.tag-item ul li {
  list-style: none;
  display: inline-block;
}

.sidebar-menu {
    border-top: 1px solid rgba(6, 36, 97, 0.10196078431372549);
    padding: 15px 0 0;
}

h4.sidebar-title::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  width: 3px;
  height: 30px;
  background: #fd8f14;
  border-radius: 5px;
}

ul.sidebar-menu {
  border-top: 1px solid rgba(6, 36, 97, 0.10196078431372549);
  padding: 15px 0 0;
}

ul.sidebar-menu li {
  padding:5px 4px;
  display: block;
  border: 1px solid rgba(19, 17, 37, 0.1);
  margin-bottom: 10px;
  border-radius: 70px;
  transition: 0.5s;
  background: #fff;
}

ul.sidebar-menu li a {
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s;
  text-decoration: none;
  color: #141840;
}

  ul.sidebar-menu li a i {
    background: #FDF6E8;
    border-radius: 20px;
    font-size: 12px;
    padding: 3px;
    margin-right: 5px;
    transition: 0.5s;
    width: 23px;
    height: 23px;
    line-height: 18px;
    text-align: center;
    color: #F5A623;
    display: inline-block;
}

ul.sidebar-menu li:hover {
  background: #FDF6E8;
  border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
  background: #fd8f14;
  color: #fff;
}

ul.sidebar-menu2 li {
  display: block;
  list-style: none;
  background: #f6f6f6;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #141840;
}

ul.sidebar-menu2 li a {
  display: inline-block;
  text-decoration: none;
  color: #131e18;
}

li.sidbr-mb {
  margin: 0 !important;
}

img.sidbr-icn {
  padding-right: 15px;
}

/*sidebar quick contact*/

.widget-sidebar-quick-contact {
  background: url(../images/resource/service-details-5.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 50px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.logo-thumb img {
  width: 48%;
}

h3.widget-title2 {
  padding: 25px 0 20px;
  font-size: 26px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}

h5.sidebar-title {
  font-size: 16px;
  color: #fe9015;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

h5.sidebar-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 168px;
  top: 8px;
  margin: auto;
  width: 96px;
  height: 2px;
  background: rgb(255 255 255 / 75%);
}

h5.sidebar-title::after {
  position: absolute;
  content: "";
  left: 168px;
  right: 0;
  top: 8px;
  margin: auto;
  width: 96px;
  height: 2px;
  background: rgb(255 255 255 / 75%);
}

h5.sidebar-title2 {
  font-size: 24px;
  color: #fff;
  padding: 12px 0 48px;
}

.widget-button a {
  padding: 12px 35px;
  background: #fd8f14;
  color: #fff;
  border-radius: 64px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.widget-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(10deg, #fd8f14  0%, #fd8f14  100%);
  transition: 0.5s;
  border-radius: 84px;
}

.widget-button a:hover::before {
  width: 100%;
  left: 0;
}


.service-dtls-all-items {
  padding-right: 0px;
    width: 100%;
}



.service-dtls-all-items .service-thumb img {
 width: 100%;
    border-radius: 9px 9px 0px 0px;
    height: 400px;
    object-fit: cover;
}

h2.service-title {
  font-size: 30px;
  line-height: 50px;
  padding: 10px 0 10px;
  color: #131e18;
  font-weight: 700;
}

p.service-dtls-desc {
  font-size: 15px;
}

p.service-dtls-desc2 {
  padding: 0 0 0px;
  font-size: 15px;
}

.service-title0{
    font-size: 24px;
    line-height: 50px;
    padding: 0px 0 0px;
    color: #131e18;
    font-weight: 700;
}

/*service dtls box*/

.service-dtls-box {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border-radius: 5px;
}

.sevice-dtls-content {
  padding-left: 25px;
}

.sevice-dtls-content p {
  font-size: 15px;
}

.sevice-dtls-content h4 {
  font-size: 20px;
  padding: 0 0 11px;
  color: #131e18;
}


.service-dtls-itm-pannel {
  border-top: 1px solid rgba(6, 36, 98, 0.10196078431372549);
  border-bottom: 1px solid rgba(6, 36, 98, 0.10196078431372549);
  padding: 25px 0 37px;
  margin: 25px 0 20px 0;
}

.service-dtls-items ul li {
  display: block;
  list-style: none;
  padding: 12px 0 0;
  font-weight: 400;
  color: #141d18;
}

.service-dtls-items ul li i {
  background: #e5e8ef;
  border-radius: 20px;
  color: #141d18;
  font-size: 15px;
  padding: 0px 3px;
  line-height: 20px;
  margin-right: 5px;
  transition: 0.5s;
  display: inline-block;
}

.service-dtls-items ul li:hover i {
  background: #fd8f15;
  color: #fff;
}

.service-dtls-cont h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fd8f14;
}

.service-dtls-cont h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  padding: 6px 0 0;
  color: #141d18;
}

/*accordion*/

.tab_container {
  overflow: hidden;
  padding: 20px 0 0;
}

h2.accordion-title {
  font-size: 30px;
  padding: 0 0 37px;
  color: #141d18;
  font-weight: 700;
}

.accordion li {
  list-style: none;
  padding: 2px 0px 15px;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 600;
  font-size: 19px;
  background-color: transparent;
  border: 1px solid rgba(19, 17, 37, 0.15);
  padding: 20px 20px 20px 30px;
  border-radius: 5px;
  z-index: 1;
  text-decoration: none;
  color: #141d18 !important;
}

.accordion li p {
  display: none;
  font-size: 16px;
  padding: 0px 15px 25px 30px;
  margin: 0;
  background: transparent;
  backdrop-filter: blur(1.9px);
  overflow: hidden;
  border-radius: 5px;
  border-bottom: 1px solid rgba(19, 17, 37, 0.15);
  border-right: 1px solid rgba(19, 17, 37, 0.15);
  border-left: 5px solid #fd8f15;
  border-radius: 0 0 5px 5px;
}

.accordion a::before {
  width: 2px;
  height: 10px;
  background: #062461;
  position: absolute;
  right: 32px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
}

.accordion a::after {
  width: 10px;
  height: 2px;
  background: #062461;
  position: absolute;
  right: 28px;
  content: " ";
  top: 26px;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
}

.accordion a.active::after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #fd8f15;
  opacity: 1;
}

.accordion a.active::before {
  display: none;
}

.accordion a.active {
  border-top: 1px solid rgba(19, 17, 37, 0.15) !important;
  border-right: 1px solid rgba(19, 17, 37, 0.15) !important;
  border-left: 5px solid #fd8f15;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 25px 20px 15px 30px;
}

/*rotateme animation*/

.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;
}

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

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

/*=====================================
<-- handypro Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}

.nav-btn.navSidebar-button {
  display: inline-block;
}

.nav-btn.navSidebar-button a i {
  font-size: 15px;
  width: 32px;
  line-height: 35px;
  height: 32px;
  border-radius: 50px;
  text-align: center;
  background: #efefef;
  display: inline-block;
  color: #232323;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transition: 0.5s;
  cursor: pointer;
}

.nav-btn.navSidebar-button a i::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ff3c00;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover::after {
  transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
  color: #fff;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #ff3c00;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #ff3c00;
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}

.content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
}

a.theme-btn.btn-style-two i {
  color: #ff3c00;
}

.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
  font-family: "Fira Sans";
}

ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: #ff3c00;
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #ff3c00;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: #ff3c00;
  color: #fff;
}

/*** 
====================================================================
  Search Popup
====================================================================
***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-box-btn.search-box-outer {
  display: inline-block;
  top: 33px;
}

.search-box-btn.search-box-outer i {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  margin-top: 0px;
  margin-left: 3px;
}

.sticky-nav .search-box-btn.search-box-outer {
  display: inline-block;
  position: absolute;
  right: -50px;
  top: 33px;
}
.sticky-nav .search-box-btn.search-box-outer i {
  color: #fff;
  position: relative;
  left: 40px;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #5a49f8;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-popup .close-search i {
  position: relative;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  display: inline;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #fff;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/*===========================
<-- handypro Loader Css -->
=============================*/




.loader-wrapper {
/*    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111; */
        position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fe9015;

    top: 0;
    bottom: 0;
    z-index: 999;

}

.loader-img {
    width: 80px;
    height: 80px;
    animation: loaderEffect 2s ease-in-out infinite;
}

@keyframes loaderEffect {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(360deg) scale(0.7); /* zoom out */
    }

    100% {
        transform: rotate(360deg) scale(1.2); /* zoom in */
    }
}



/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

/* rotateme*/
.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;
}

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

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

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}



.login-area .input-group-text {
    background: #fff;
    border-right: 1px solid #ced4da;
    color: #999;
    border-radius: 5px 0px 0px 5px;
}

.login-area .spane_2 {
    background: #fff;
    border-left: none;
    color: #999;
   border-radius: 0px 5px 5px 0px;
}

.login-area .form-control{
    border-left: 0;
}

.forgot-link{
    color:#ff7a00;
    font-size:14px;
    font-weight:400;
    text-decoration:none;
    transition:.3s;
}

.forgot-link:hover{
    color:#592392;
    text-decoration:underline;
}

.signup-text {
    font-size: 14px;
    color: #666;
}

.signup-link {
    color: #fd8f14;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    transition: 0.3s;
}

.signup-link:hover {
    color: #000;
    text-decoration: underline;
}

.login-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 7px 25px;
}

.login-divider span {
    height: 0px;
    background: #ddddddad;
    flex: 1;
}

.login-divider p {
    margin: 0;
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.login-area.style-two {
    padding: 60px 0;
    background: #f6f6f6;
}
.login-area .section-title {
    margin-bottom: 10px;
}
.login-area p{
        font-size: 14px;
    color: #a8a8a8;
    margin-top:2px;
}

.login-area  .form-button2 .button2 {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    z-index: 1;
    width: 100%;
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
    margin-top: 0px;
    background: #fd8f14;
    border: none;
    position: relative;
    padding: 5px 15px;
    transition: 0.5s;
}

.login-area .form-button2 .button2::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
    border-radius: 3px;
}
.login-area .form-button2 .button2:hover::after {
    width: 100%;
}

.otp-input-box .otp {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    border: 1px solid #fe901554;
    border-radius: 8px;
    outline: none;
}
.login-area  .form-button2 .button3 {
    border-radius: 7px 7px 7px 7px !important;
    padding: 10px 15px !important;
}
.otp-input-box{
        gap: 13px;

}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
    border: none !important;
    box-shadow: 0 0 0 white !important;
    outline: none !important;
}

.otp-input-box .otp:focus{

    border-color:#0d6efd;
    box-shadow:0 0 5px rgba(13,110,253,.3);

}



@media(max-width:576px){

    .otp-input-box{
        gap:8px !important;
    }

    .otp-input-box .otp{
        width:42px;
        height:45px;
    }

}






.quotation-box{
        position: relative;
    overflow: hidden;
     width: 100%;
         background: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(254,144,21,.25);
    box-shadow: 0 5px 17px rgb(0 0 0 / 9%);
    transition: .5s;
    margin-top: 20px;
        border-radius: 10px;

}

.quotation-card {
    padding: 10px 20px 15px;
}

.headder_order{
        background: #0a5eea;
    color: #fff;
    padding: 10px 20px;

}



/* Top Row */

.quote-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

}


.quote-item{

    display:flex;

    align-items:center;

    gap:12px;

}


.quote-item i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #fff0e3;
    color: #fe9015;
    font-size: 16px;
}


.quote-item span {
    display: block;
    font-size: 13px;
    color: #1a1919;
    line-height: 14px;
    font-weight: 500;
}
.quote-item h6 {
    margin: 3px 0;
    color: #fe9015;
    font-weight: 500;
    font-size: 13px !important;
    padding: 0 !important;
}


/* Status */



.des_box {
    background: #fff8f8;
    border: 1px solid #ffd7d7;
    border-radius: 12px;
    padding: 8px 15px;
    margin-top: 20px !important;
}
.quotation-card h4 {
    font-size: 18px !important;
       margin-top: 5px;
}
.des_box p{
    margin-bottom:3px !important;
}

/* Title */

.quote-title {
    font-size: 17px;
    font-weight: 600;
    color: #fbfbfc;
    margin-bottom: 0px;
    line-height: 20px;
}

.cl1{
    color: #01ab9b !important;
}

.cl1_bg{
    color: #01ab9b !important;
    background-color:#14b0a026 !important;
}
.cl2{
    color: #144ad8 !important;
}
.cl3 {
    color: #e11e10 !important;
 
}
.cl3_bg {
    color: #e11e10 !important;
       background: #e53b2f2b;
}
.cl2_bg {
     color: #144ad8 !important;
        background: #ebf0ff !important;
}

/* Description */

.quote-desc{

    margin-top:15px;

}


.quote-desc span {
    color: #32302e;
    font-weight: 600;
}

.quote-desc p {
    margin-bottom: 5px;
    color: #555;
    margin-top: 4px;
    line-height: 25px;
}

/*================ USER CARD =================*/

.user-profile-card {
    width: 100%;
    background: #fe9015;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 21px rgba(0,0,0,.12);
    border: 1px solid #fddbb6;
}


/* Background Circle */

.profile-bg-icon{

    position:absolute;

    right:-70px;
    top:-70px;

    width:220px;
    height:220px;

    background:#fe9015;

    opacity:.10;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

}


.profile-bg-icon i{

    font-size:120px;

    color:#fe9015;

}




/* Left */

.user-left{

    display:flex;

    align-items:center;

    gap:25px;

}

.status {
    padding: 4px 7px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 13px;
}
/* Pending */
.status-pending{
    background:#fff4d6;
    color:#d68910;
    border:1px solid #f5c542;
}

/* Processing */
.status-processing{
    background:#e8f1ff;
    color:#0d6efd;
    border:1px solid #0d6efd;
}

/* Completed */
.status-completed{
    background:#e8f8ef;
    color:#198754;
    border:1px solid #198754;
}

/* Cancelled */
.status-cancelled{
    background:#fdeaea;
    color:#dc3545;
    border:1px solid #dc3545;
}

/* Approved */
.status-approved{
    background:#e9fff3;
    color:#20a464;
    border:1px solid #20a464;
}
/* Image */

.user-image-box{

    position:relative;

    display:flex;

    align-items:center;
    justify-content:center;

}


/*
.user-shape {
    position: absolute;
    width: 145px;
    height: 149px;
    background: #fff3e6;
    opacity: 0.4;
    clip-path: polygon(
    50% 0%,
    100% 50%,
    50% 100%,
    0% 50%
    );
    display: flex;
    justify-content: center;
    align-items: center;
}*/



.user-image-box img {
    width: 120px;
    height: 120px;
    border-radius: 10%;
    object-fit: cover;
    border: 3px solid #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 14px rgba(0,0,0,.2);
}

/* Name */
.user-contact h2 {
    margin: 0 0 5px;
    color: #2d2e2f;
    font-size: 18px;
    font-weight: 700;
}


/* Contact */

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.contact-icon_1 {
    width: 28px;
    height: 28px;
    background: #151515;
    /* border-radius: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.contact-item p {
    margin: 0px 0;
    font-weight: 400;
    color: #fcfbfb;
}




/* Right */

.user-stats{

    display:flex;

    gap:20px;

}



.stat-card {
    width: 130px;
    height: 100px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}


.stat-card i {
    font-size: 24px;
    margin-bottom: 1px;
}


.stat-card span {
    font-size: 12px;
    line-height: 20px;
}


.stat-card strong{

    font-size:19px;

}



.member{

    background:#151515;

}


.member i{

    color:#fe9015;

}


.member::after{

    content:"";

    position:absolute;

    width:70px;
    height:70px;

    right:-20px;
    top:-20px;

    background:#fe9015;

    border-radius:50%;

    opacity:.4;

}



.quotation{

    background:#144ad8;

}
.user-letter {
    background: #fe9015;
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 68px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 23px #f6e6d4c7;
}

.pdf-btn {
    background: #fe9015;
    color: #ffffff !important;
    padding: 1px 9px;
    border-radius: 29px;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: .3s;
    line-height: 20px;
}

.quotation-card h5{
    font-size: 16px !important;
    padding: 0px 0px 20px 0px !important;
}
.sell {
    color: #198754;
    font-size: 13px;
    font-weight: 500;
        line-height: 17px;
}

.cost {
    color: #dc3545;
  font-size: 13px;
    font-weight: 500;
        line-height: 17px;
}


.transaction-header h5 {
    color: #154ad8;
    font-size: 17px;
    margin-bottom: 2px;
}

.table thead th {
    background: #0c5ce6;
    color: #fff;
    font-size: 13px;
    /* white-space: nowrap; */
    padding: 1px 10px;
}


.table tbody td{
    font-size: 13px;
    vertical-align: middle;
    padding: 2px 10px;
}


.status-timeline {
    background: #fff;
    padding: 15px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border: 1px solid #ffe3c4;
}


.status-timeline h5 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    padding: 0;
}

.timeline-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 13px;
}

.timeline-item:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    width: 2px;
    height: 100%;
    background: #ffd3a382;
}
.timeline-dot {
    position: absolute;
    left: 2px;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fe9015;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #fe9015;
}


.timeline-content h6 {
    margin: 0;
    font-size: 14px !important;
    color: #144ad8;
    font-weight: 500;
    padding-bottom: 0px !important;
}

.timeline-content span {
    font-size: 11px;
    color: #474646;
}

.timeline-content p {
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 0px;
    line-height: 21px;
}