body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;

}

a {
    text-decoration: none;
}

/* navber*/
.navbar {
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(33, 36, 8, 0), rgba(255, 102, 6, 0.12));
    z-index: 9999;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar-brand {
    color: #fff;
    transition: all 0.5s;
}

.navbar-brand:hover {
    color: #ff6606;
    transition: all 0.5s;
}

.sticky .navbar-brand {
    color: #ff6606;

}

.navbar-brand .h4 {
    letter-spacing: 10px;
    display: block;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 700;
    transition: all 0.2s;
    font-size: 16px;
    text-transform: uppercase;
}


.sticky a.nav-link {
    color: #212121;
}


.navbar a.nav-link:hover {
    color: #ff6606;
    transition: all 0.2s;
}

.navbar-nav {
    align-items: center;
}


/* navber*/

.bennar-area {
    padding-top: 200px;
    background: rgba(20, 9, 9, 0.33) url(../images/Backround1.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: ;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 1px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}



/**/

.hr-one {
    border: 0;
    border-bottom: solid 2px #ff6606;
    width: 200px;
    margin: auto;
    opacity: 1;
}

/*btn*/
.tm-button,
a.tm-button,
button.tm-button {
  display: inline-block;
  height: 50px;
  min-width: 150px;
  background: #ff6606;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
  vertical-align: middle;
  font-size: 16px;
}

.tm-button:hover {
    color: #ff6606;
}

.tm-button::before,
a.tm-button::before,
button.tm-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  color: #ff6606;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tm-button:hover::before,
a.tm-button:hover::before,
button.tm-button:hover::before {
  top: 0;
    border: solid 2px #ff6606;
    color: #ff6606;
}



/*btn*/
.images-one img {
    transition: all 0.8s;
}

.images-one:hover img {
    filter: none;
    opacity: 5;
    transform: scale(1.2);
    transition: all 0.8s;
}

.images-one .overlay {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 102, 6, 0.56);
    position: absolute;
    opacity: 0;
    z-index: 20;
    transition: all 0.8s;
}

.images-one:hover .overlay {
    opacity: 1;
    transition: all 0.8s;
}

.images-one .title {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.images-one .title > span {
    display: table-cell;
    vertical-align: middle;
}

.project-images img {
    width: 100%;
}

.images-one {
    position: relative;
    overflow: hidden;
}

.images-one img {
    width: 100%;
}




.color {
    color: #ff6606;
}

.color:hover {
    color: #ff6606;
}


/*about*/
.icons{
    font-size: 30px;
    padding: 10px;
    color: #fff;
    background: #ff6606;
    border-radius: 8px;
    transition: all 0.6s;
}

.icons:hover{
    color: #ff6606;
    background: #fff;
    border: 1px solid #ff6606;
    transition: all 0.6s;
}
/*about*/



/*pricing*/
.card-one {
    color: #fff;
    background: rgba(255, 102, 6, 0.4);
    border: 1px solid rgba(51, 51, 51, 0.01);
    border-radius: 8px;
    transition: all 0.6s;
}

.card-one:hover {
    color: #333;
    background: #fff;
    transition: all 0.5s;
    box-shadow: 1px 2px 10px #333;
    transition: all 0.6s;
}

.pricing{
    background: rgba(20, 9, 9, 0.23) url(../images/Backround2.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
/*pricing*/

/*Servises*/
 

.servise{
    background-color: #ffffff;
}

/*servises*/
/*portfolio*/
.best-area {
    background: rgba(20, 9, 9, 0.26) url(../images/bg.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-color{
    background: rgba(255, 102, 6, 0.54);
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    margin: auto;
}
/*portfolio*/
/*teem*/

.brands{
    font-size: 30px;
    color: #ff6606;
    transition: all 0.6s ease;
}

.brands:hover{
    transform: translateY(8px);
    transition: all 0.6s ease;
}

.image-card{
    border-radius:  ;
}
/*teem*/


/*provaider*/

.provaider{
    background: rgba(20, 9, 9, 0.26) url(../images/Backround3.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


/*provaider*/

/*contact*/

.contact-img{
    height: 170px;
    width: 250px;
    border-radius: 50%;
}

.mobail {
    color: black;
}

.mobail:hover {
    color: #ff6606;
}

/*contact*/


/*footer*/
.footer {
    background: rgba(51, 51, 51, 0.17);
}



.brands-ss:hover {
    color: #fff;
    background: #ff6606;
    border-radius: 50%;
    transition: all 0.5s;
}

.list {
    transition: all 0.5s;
}

.list:hover{
    transform: translateX(-8px);
    transition: all 0.5s;
}

/*footer*/


@media screen and (max-width: 600px) {
    .container {
        overflow-x: hidden;
    }
    .bennar-area {
        padding-top: 100px;
    }
    .navbar { 
        background: linear-gradient(180deg, rgba(33, 36, 8, 0), rgb(255 102 6)); 
    }
}