body{
    overflow-x: hidden !important;
}
.heighlight{
    color: #f05323;
}
.bgorange{
    background-color: #f05323;
    color: white;
    padding: 1%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bgorangeside {
    position: fixed; /* Sticks the button to the viewport */
    right: 15px; /* Adjusted to align with rotation */
    bottom: 50%; /* Vertical placement */
    background-color: #51555D ; /* Background color for the button */
    color: white; /* Text color */
    padding: 10px 20px; /* Button padding */
    border-radius: 10px; /* Rounded corners for the button */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; /* Subtle shadow */
    transform: rotate(270deg); /* Rotates the button 50 degrees */
    transform-origin: right center; /* Keeps the right edge fixed */
    z-index: 1000; /* Ensures it stays above other elements */
    cursor: pointer; /* Pointer on hover */
    text-align: center; /* Centers text or content inside the button */
}

.bgorangeside:hover {
    background-color: #f05323; /* #d04820*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px; /* Enhanced shadow on hover */
}


.borderorange{
    border: 1px solid #f05323;
    padding: 5px;
    border-radius: 5px;
}

.borderorange:hover{
 color: white;
    background: #f05323;
}
.bgorange1{
    background-color: #f05323;
    color: white;
    padding: 1%;
    padding-bottom: 4%;
    z-index: -10;
}
.margin-4{
    margin-top: -6%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    z-index: 10;
}
@media (max-width: 767px) {
    .margin-4{
        margin-top: -6%;
        
    }
}
.border-bottom1{
    border-bottom: 1px solid #f05323;
}
.border-bottom2{
    border-bottom: 1px solid #ffffff;
}


.carousel {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 340px;
}
.carousel .carousel-item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 30px 0 10px;
}
.carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f05323;
    text-shadow: none;
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Center adjustment */
}

.carousel-control-prev {
    left: -80px; /* Position to the left outside the carousel */
}

.carousel-control-next {
    right: -80px; /* Position to the right outside the carousel */
}

.carousel-control-prev i, .carousel-control-next i {
    font-size: 20px;
    margin-right: 0; /* Center icon inside button */
}

/* Responsive Styling for Small Screens */
@media (max-width: 768px) {
	.carousel {
		width: 80%; /* Adjust width to fit smaller screens */
	}

	.carousel .carousel-item {
		min-height: 200px; /* Reduce height for small screens */
	}

	.carousel .img-box {
		width: 100px;
		height: 100px; /* Smaller image size */
	}

	.carousel-control-prev {
		left: -40px; /* Closer to the carousel for smaller screens */
	}

	.carousel-control-next {
		right: -40px; /* Closer to the carousel for smaller screens */
	}
}

@media (max-width: 576px) {
	.carousel {
		width: 100%; /* Full-width on extra small screens */
	}

	.carousel .img-box {
		width: 80px;
		height: 80px; /* Further reduce image size */
	}
    .carousel-control-prev, .carousel-control-next {
        top: 10%; /* Center vertically */
        transform: translateY(-50%); /* Center adjustment */
    }
	.carousel-control-prev {
		left: 10px; /* Adjust positioning for extra small screens */
        
	}

	.carousel-control-next {
		right: 10px; /* Adjust positioning for extra small screens */
	}

	.carousel .carousel-item {
		font-size: 12px; /* Smaller font for smaller screens */
	}
}
.btnorange{
    background-color: #f05323;
    color: white;
    padding: 1%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btnorange:hover {
    background-color: #b33e1b;
    color: white;
}
.border-none{
    border: none;
}
.border-none:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.btnorange1{
    background-color: #f05323;
    color: white;
    padding:4% 10% !important;
    font-weight: bold;
    font-size: larger;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btnorange1:hover {
    background-color: #b33e1b;
    color: white;
}
.btnwhite1{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 4% 10% !important;
    font-weight: bold;
    font-size: larger;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btnwhite1:hover {
    background-color: #d6d6d6 !important;
    color: rgb(0, 0, 0);
}

.logosize{
    width:200px;
}
.button_2{
    background-color:rgb(239,83,35) ;
    color:white;
    padding:12px 20px;
    border:none;
    border-radius: 10px;
  
    font-weight: bold;
    }
@media (max-width: 768px) {
    .button_2{
        background-color:rgb(239,83,35) ;
        color:white;
        padding: 10px 10px;
        border:none;
        border-radius: 10px;
      
        font-weight: bold;
        }
        


}
    .end{
        display: flex;
        justify-content: end;
        align-items: end;
        flex-direction: column;
    }



   .fontsizeh1{
    font-size: 60px;
   }
   .upworkwidth{
    width:100%;
   }
   .trusted{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding:3%;margin-bottom: -250px;margin-top: 5%;background-color: white;border-radius: 20px;
   }

#hllo{
margin-top: 10%;
}

@media(max-width:768px){
    .trusted{
       padding:2% !important;
       margin-bottom: -100px;
       } 
       .col-md-4{
        margin-top: 5%;
       }
      
}
   @media(max-width:1200px){
    #hllo{
        margin-top: 20% !important;
    }
   }
   @media(max-width:900px){
    #hllo{
        margin-top: 40% !important;
    }
   }


   @media(max-width:540px){
    #hllo{
        margin-top: 30% !important;
    }
   }

   @media(max-width:350px){
    #hllo{
        margin-top: 10% !important;
    }
   }
.imgwidth{
    width: 80%;
}
.imgwidth1{
    width: 50%;
}
.bg-img2{
    background-image: url("../images/Processing.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; /* Ensure the gradient doesn't overflow */
    width:100%;
    height: 120vh;
    
   
}
.margin-top1{
    max-width: 350px;
   position: absolute;
   bottom: 12%;
   left: 13%;
}
.margintop-2{
   
    margin-top: 20%;
    margin-bottom: 0 !important; 
    padding-bottom: 0 !important;
    
}
.margin-top2{
    max-width: 350px;
    position: absolute;
    bottom: 25%;
    left: 50%;
 }
 .margin-top3{
    max-width: 350px;
    position: absolute;
    bottom: 50%;
    left: 75%;
 }


   .bacgroundimg{
    background-image: url("../images/Group_68.png");
    background-repeat: no-repeat;
    background-size: cover;
    
    position: relative; 
    background-position: center;
    padding: 0;
    overflow: hidden; /* Ensure the gradient doesn't overflow */
   
    width:100%;
   }
   input {
    border: none !important;
    border-bottom: 1px solid grey !important;
    width: 90%;
    outline: none; /* Removes the blue outline on focus */
    transition: border-bottom-color 0.3s ease; /* Adds smooth transition */
  }
  
  input:focus {
    border-bottom: 2px solid #FF5722 !important; /* Changes underline color on focus */
  }
  textarea {
    border: none !important;
    border-bottom: 1px solid grey !important;
    width: 100%;
    outline: none; /* Removes the blue outline on focus */
    transition: border-bottom-color 0.3s ease; /* Adds smooth transition */
  }
  
  textarea:focus {
    border-bottom: 2px solid #FF5722 !important; /* Changes underline color on focus */
  }
  .buttonsubmit{
    background-color:#FF5722;
    color:white;
    padding:10px 20px;
    width:100%;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .green{
    color:green;
  }




  .input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.input-icon input,
.input-icon textarea {
    padding-left: 30px;
}
 
/* ...............tech experts.......... */
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.align{
 text-align: center;
}
.bold{
    font-weight: bold;
}
.margin_8{
    margin-top: 8%;
}
.primarycolor{
    color:rgb(239,83,35)
}
.bg1{
    background-color: #EEEFF5;
}
.iconwidth{
    width:80px;
}
.iconwidth2{
    width:110px;
}
.boxshadow1{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding:5%;
    height:400px;
    border-radius: 20px;
    
    background-color: white;

}
.button_1{
background-color:rgb(239,83,35) ;
color:white;
padding:12px 20px;
border:none;
border-radius: 10px;
margin-top: 5%;
font-weight: bold;
}

.white{
    color:white;
}