@charset "utf-8";
header{
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 100;
    transition: .2s all 0s ease-in;
}
header.fixedHeader {
    background: #fff;
    box-shadow: 1px 3px 5px -3px #898989;
    transition: .2s all 0s ease-in;
}

header.fixedHeader #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.project-wrap.event {
    min-height: auto;
}
.sarmix-icon-sec{
  background:#e7e7e7;
  border-radius: 10px;
  padding: 15px;
  min-height: 290px;
}
.down-btn-wrap{
  width: 100%;
}
.sarmix-list{
    padding: 15px;
    transition: .2s all 0s ease-in;
}

.sarmix-list:hover{
  padding: 15px;
  background: #f1f1f1;
  transition: .2s all 0s ease-in;
  margin-top: -75px;
  border-radius: 10px;
}
.fas.location{
  color: #ffbd00;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 5px;
}
.sarmix-icon-sec span{
  background:#fff;
  border-radius: 10px;
  display: block;
  padding: 20px;
  display: inline-block;
  margin-bottom: 10px;
  transition: .3s all 0s ease-in;
  float: right;
}
.sarmix-icon-sec span i{
    font-size: 26px;
    color: #f9cf36;
    transition: .3s all 0s ease-in;
}
.sec img{
  width: 100%;
}
.sarmix-logo.m0auto {
    background-position-x: -160px;
    width: 269px;
}
.down-btn {
    width: 60px;
    height: 60px;
    background: none;
    display: block;
    border-radius: 100px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: -25px;
    padding: 0;
}
.down-btn i{
  color: #fff;
}
.bar {
    content: '';
    width: 110%;
    height: 30px;
    right: 0;
    bottom: 9px;
    background: #f9cf36;
    display: block;
    position: absolute;
    z-index: -1;
}
.sarmix-btn{
	font-family: 'Tajawal', sans-serif;
	font-size: 15px;
	color:#f9cf36;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  transition: .2s all 0s ease-in;
  position: relative;
  background: #f9cf36;
  float:right;
}
.sarmix-btn:hover:after{
  left: 0;
  top:0;
  transition: .2s all 0s ease-in;
}
.sarmix-btn::after {
    border: 2.5px solid #000;
    content: 'عرض المزيد';
    left: -10px;
    top: -10px;
    position: absolute;
    width: 100%;
    height: 43px;
    transition: .2s all 0s ease-in;
    padding: 8px;
    color: #000;
}
.sec{
  padding-bottom: 60px;
}
.sarmix-logo{
  width: 160px;
  height: 45px;
  background: url(../img/logo.png);
  display: block;
  float: right;
}
.header-rightbts{
    display: inline-block;
    float: left;
    margin-top: -35px;
}
.language-wrap {
    float: left;
    margin-left: 25px;
    margin-top: -35px;
}
.youtube-bg {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}
.youtube-bg::before {
    content: "";
    display: block;
    background: var(--primary_color);
    background: linear-gradient(45deg, var(--primary_color_alpha) 0%, var(--secondary_color_alpha) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.youtube-bg #player {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 180%; /* Adjust this between 150% and 200% */
  min-height: 180%; /* Adjust this between 150% and 200% */
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.youtube-bg h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 48px;
}
.social{
  width:31px;
  height: 31px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.facebook{
  background: url(../img/facebook.png);
  background-size: 100%;
}
.twitter{
  background: url(../img/twitter.png);
  background-size: 100%;
}
.linked{
  background: url(../img/insta.png);
  background-size: 100%;
}

.insta{
  background: url(../img/instagram.png);
  background-size: 100%;
}
.youtube{
  background: url(../img/youtube.png);
  background-size: 100%;
}
.whatsapp{
  background: url(../img/whatsapp.png);
  background-size: 100%;
}
.sent-btn{
  background: #fff;
  padding: 10px 25px;
  display: block;
  color: #000;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
  margin-top: 25px;
}
* {
  margin: 0;
  padding: 0;
}

.text{
  width: 100%;
  text-align: center;
  margin-top: 10%;
  font-size: 3em;
  color: $white;
  font-weight: 800;
}

.menu-tab{
  width: 90px;
  height: 70px;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  cursor: pointer;
  transition: all .6s ease-in-out;

  div{
    width: 33px;
    height: 4px;
    background-color: $black;
    display: block;
    margin: 5px 28px;
    transition: all .6s ease-in-out;

    &:nth-child(1){
      margin-top: 20px;
    }
  }/*end of div*/
}/*end of menu-tab*/

.menu-tab.active{
  left: 237px;
  transition: all 600ms ease-in-out;
  background-color: #ffbd00;

    #one{
      transform: translateY(9px) rotate(-135deg);
      transition: all .6s ease-in-out;
      background-color: $red;
    }

    #two{
      opacity: 0;
      transition: .4s ease;
    }

    #three{
      transform: translateY(-9px) rotate(-45deg);
      transition: all .6s ease-in-out;
      background-color: $red;
    }
}

.menu-hide{
  width: 345px;
  left: -345px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
  transition: all .6s ease-in-out;

  nav{
    ul{
      li{
        height: 70px;
        list-style-type: none;
        text-align: center;
        line-height: 70px;
        transition: all .5s ease;

        &:hover{
          background-color: $red;
          transition: all .5s ease;
        }

        a{
          padding: 30px 25px;
          text-decoration: none;
          color: $white;
          font-weight: 800;

        }
      }/*end of li*/
    }/*end of ul*/
  }/*end of nav*/
}/*end of menu-hide*/
.menu-hide.show{
  left: 0px;
  background-color: rgba(255,255,255,1);
  transition: all .6s ease-in-out;
  box-shadow: -3px 0 10px -7px #000;
}
.img-wrap a{
  margin-left: 10px;
margin-right: 10px;
}
.col-12.col-md-6.img-wrap.tc {

    margin-top: -65px;

}

.icon01{
    display:inline-block;
    background:url(../img/01.png);
    width:26px;
    height:37px;
    transition: all .2s ease-in-out;
    margin:0 auto;
}
.icon01:hover{
    background:url(../img/01bw.png);
}

.icon02{
    display:inline-block;
    background:url(../img/02.png);
    width:35px;
    height:37px;
    transition: all .2s ease-in-out;
    margin:0 auto;
}
.icon02:hover{
    background:url(../img/02bw.png);
}

.icon03{
    display:inline-block;
    background:url(../img/03.png);
    width:23px;
    height:37px;
    transition: all .2s ease-in-out;
    margin:0 auto;
}
.icon03:hover{
    background:url(../img/03bw.png);
}
.icon04{
    display:inline-block;
    background:url(../img/04bw.png);
    width:66px;
    height:37px;
    transition: all .2s ease-in-out;
    margin:0 auto;
}
.icon04:hover{
    background:url(../img/04.png);
}
.icon05{
    display:inline-block;
    background:url(../img/05.png);
    width:39px;
    height:37px;
    transition: all .2s ease-in-out;
    margin:0 auto;
}
.icon05:hover{
    background:url(../img/05bw.png);
}



.clear{
  clear: both !important;
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 39px;
    height: 28px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}
#nav-icon1.open{
  top: -2px;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {

    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {

    top: 11px;

}
#nav-icon1 span:nth-child(3) {

    top: 22px;

}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.circle-btn {

    background: #d4d4d4;
    border-radius: 100px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 3px 21px;
    transition: .3s all 0s ease-in;
    transform: rotate(180deg);

}
.circle-btn:hover {
    border-radius: 100px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 3px 21px;
    transition: .3s all 0s ease-in;
    background: #f9cf36;

}
.circle-btn i {
    font-size: 18px;
    color: #000;
    transition: .3s all 0s ease-in;

}
.circle-btn:hover i{
  color: #fff;
  transition: .3s all 0s ease-in;
}
.sarmix-list:hover .circle-btn i{
  color: #fff;
  transition: .3s all 0s ease-in;
}


.sarmix-list:hover .circle-btn {
    border-radius: 100px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 3px 21px;
    transform:rotate(540deg);
    transition: .3s all 0s ease-in;
    background: #f9cf36;

}

.sarmix-list:hover span{
  background: #f9cf36;
  transition: .3s all 0s ease-in;
}
.sarmix-list:hover span i{
  color: #fff;
  transition: .3s all 0s ease-in;
}
.project-list .circle-btn {
    background: #d4d4d4;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 3px 21px;
    transition: .3s all 0s ease-in;
    padding: 14px 20px;
}

.project-list:hover .circle-btn {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 3px 21px;
    transform:rotate(540deg);
    transition: .3s all 0s ease-in;
    background: #f9cf36;
    padding: 14px 20px;

}

.project-list:hover .circle-btn i{
  color: #fff;
  transition: .3s all 0s ease-in;
}
.project-list:hover{
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 3px 8px 11px -4px #898989;
    transition: .3s all 0s ease-in;
    margin-right: -25px;
margin-left: 25px;
}

.project-list{
  border: #d7d7d7 1px solid;
  border-radius: 10px;
  padding: 20px;
  transition: .3s all 0s ease-in;
}

.event-list {
    border: #d7d7d7 1px solid;
    border-radius: 10px;
    padding: 10px 15px 10px 0px;
    transition: .3s all 0s ease-in;
}
.evnt-img {
    width: 130%;
    height: 180px;
    background: #898989;
    border-radius: 10px;
    margin-left: -55px;
    overflow: hidden;
}
.evnt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}


.date-wrap {
    background: #f9cf36;
    padding: 5px 10px;
        padding-left: 10px;
    padding-left: 10px;
    color: #000;
    margin-left: 15px;
    z-index: -9;
    margin-top: 10px;
    display: inline-block;
}



.event-list .circle-btn {
    background: #d4d4d4;
    border-radius: 100px;
    padding: 14px 20px !important;
    width: 50px;
    height: 50px;
    display: block;
    padding: 3px 21px;
    transition: .3s all 0s ease-in;
}


.event-list:hover .circle-btn i{
  color: #fff;
  transition: .3s all 0s ease-in;
}

.event-list:hover  .circle-btn {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 3px 21px;
    transform:rotate(540deg);
    transition: .3s all 0s ease-in;
    background: #f9cf36;
    padding: 14px 20px;

}
.evnt-img {
    width: 130%;
    height: 150px;
    background: #898989;
    border-radius: 10px;
    margin-left: -25px;
    overflow: hidden;
    transition: .3s all 0s ease-in;
}
.event-list:hover  .evnt-img{
  transition: .3s all 0s ease-in;
  margin-left: -55px;
}
.event-list{
  transition: .3s all 0s ease-in;

}
.event-list:hover{
  transition: .3s all 0s ease-in;
    box-shadow: -6px 0px 11px -4px #898989;
}
footer{
background: #f9cf36;
border-top: #000 10px solid;
padding: 20px !important;
}
footer p{
color:#000 !important;
font-weight: 600;
}

.menu-hide ul li a {
   font-family: 'Tajawal', sans-serif;
    color: #434343;
    font-weight: 600;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 10px;
}
.lang.active {
    color: #e6b504;
    transition: .2s all 0s ease-in;
}
.lang {
    color: #000;
    transition: .2s all 0s ease-in;
    font-size: 18px;
    font-weight: 500;
    background: #ffbd00;
    padding: 1px 10px;
    border-radius: 17px;
    display: block;
}
.lang:hover{
  transform: scale(1.1);
  transition: .2s all 0s ease-in;
}
.menu-hide ul li  {
  list-style: none;
  position: relative;
}
.menu-hide ul li:after  {
  background: #ebebeb;
  content: '';
  display: block;
  position: absolute;
}
.menu-hide ul  {
  margin-top: 70px;
}
.login-btn {
    background: #ffbd00;
    color: #fff !important;
    border-radius: 110px;
    margin: 0 50px;
    font-size: 16px !important;
   font-family: 'Tajawal', sans-serif;
    font-weight: 400 !important;
    transition: .3s all 0s ease-in;
}
.login-btn i{
   margin-right:5px;
   font-size:18px;
}
.login-btn:hover{
   background: #ffbd00;
   color: #fff !important;
   border-radius: 0px;
   margin: 0 0px;
   font-size: 18px !important;
   font-family: 'Tajawal', sans-serif;
   font-weight: 600 !important;
     transition: .3s all 0s ease-in;
}



.menu-hide nav {
    height: 100%;
    overflow-y: scroll;
}
.menu-social {

    margin: 11px auto;
        margin-right: auto;
        margin-left: auto;
    float: none !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;

}
.menu-social{
  transition: all 0.3s ease;
}
.menu-social::after {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 31px;
    display: block;
    z-index: -1;
    top: -15px;
    left: -15px;

}
.menu-social:hover:after {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    background: #f9cf36;
    width: 100%;
    height: 31px;
    display: block;
    z-index: -1;
    left: 6px;
    top: 8px;
}
.menu-social{
  position: relative;
}
.link-menu {
transition: all 0.3s ease;
}

.link-menu:hover a {
transition: all 0.3s ease;
}
.link-menu:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  visibility: hidden;
  background-color: #f9cf36 !important;
  -webkit-transition: all .1s ease;
  transition: all 0.3s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: -1;
}

.link-menu:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.down-btn{
  animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-o-animation: bounce 2s infinite;
}

@keyframes undrline {
  0% {
    width:0%;
    right: 0;
  }
  50% {
    width:100%;
    right: 100% !important;
  }
  100% {
    width:0%;
  }
}
@keyframes undrline-white {
  0% {
    width:5%;
    right: 0;
  }
  50% {
    width:150%;
    right: 100% !important;
  }
  100% {
    width:5%;
  }
}
.bar{
  animation-name: undrline;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: cubic-bezier(.76,.23,.26,.89);
}

.readmore::after {
    content: 'قراءة المزيد' !important;

}
.sarmix-list i {
    margin-top: 12px;
}
.sarmix-list .bell{
-webkit-animation: ring 4s .7s ease-in-out infinite;
-webkit-transform-origin: 50% 4px;
-moz-animation: ring 4s .7s ease-in-out infinite;
-moz-transform-origin: 50% 4px;
animation: ring 4s .7s ease-in-out infinite;
transform-origin: 50% 4px;
margin-top: 0 !important;
}

@-webkit-keyframes ring {
0% { -webkit-transform: rotateZ(0); }
1% { -webkit-transform: rotateZ(30deg); }
3% { -webkit-transform: rotateZ(-28deg); }
5% { -webkit-transform: rotateZ(34deg); }
7% { -webkit-transform: rotateZ(-32deg); }
9% { -webkit-transform: rotateZ(30deg); }
11% { -webkit-transform: rotateZ(-28deg); }
13% { -webkit-transform: rotateZ(26deg); }
15% { -webkit-transform: rotateZ(-24deg); }
17% { -webkit-transform: rotateZ(22deg); }
19% { -webkit-transform: rotateZ(-20deg); }
21% { -webkit-transform: rotateZ(18deg); }
23% { -webkit-transform: rotateZ(-16deg); }
25% { -webkit-transform: rotateZ(14deg); }
27% { -webkit-transform: rotateZ(-12deg); }
29% { -webkit-transform: rotateZ(10deg); }
31% { -webkit-transform: rotateZ(-8deg); }
33% { -webkit-transform: rotateZ(6deg); }
35% { -webkit-transform: rotateZ(-4deg); }
37% { -webkit-transform: rotateZ(2deg); }
39% { -webkit-transform: rotateZ(-1deg); }
41% { -webkit-transform: rotateZ(1deg); }

43% { -webkit-transform: rotateZ(0); }
100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
0% { -moz-transform: rotate(0); }
1% { -moz-transform: rotate(30deg); }
3% { -moz-transform: rotate(-28deg); }
5% { -moz-transform: rotate(34deg); }
7% { -moz-transform: rotate(-32deg); }
9% { -moz-transform: rotate(30deg); }
11% { -moz-transform: rotate(-28deg); }
13% { -moz-transform: rotate(26deg); }
15% { -moz-transform: rotate(-24deg); }
17% { -moz-transform: rotate(22deg); }
19% { -moz-transform: rotate(-20deg); }
21% { -moz-transform: rotate(18deg); }
23% { -moz-transform: rotate(-16deg); }
25% { -moz-transform: rotate(14deg); }
27% { -moz-transform: rotate(-12deg); }
29% { -moz-transform: rotate(10deg); }
31% { -moz-transform: rotate(-8deg); }
33% { -moz-transform: rotate(6deg); }
35% { -moz-transform: rotate(-4deg); }
37% { -moz-transform: rotate(2deg); }
39% { -moz-transform: rotate(-1deg); }
41% { -moz-transform: rotate(1deg); }

43% { -moz-transform: rotate(0); }
100% { -moz-transform: rotate(0); }
}

@keyframes ring {
0% { transform: rotate(0); }
1% { transform: rotate(30deg); }
3% { transform: rotate(-28deg); }
5% { transform: rotate(34deg); }
7% { transform: rotate(-32deg); }
9% { transform: rotate(30deg); }
11% { transform: rotate(-28deg); }
13% { transform: rotate(26deg); }
15% { transform: rotate(-24deg); }
17% { transform: rotate(22deg); }
19% { transform: rotate(-20deg); }
21% { transform: rotate(18deg); }
23% { transform: rotate(-16deg); }
25% { transform: rotate(14deg); }
27% { transform: rotate(-12deg); }
29% { transform: rotate(10deg); }
31% { transform: rotate(-8deg); }
33% { transform: rotate(6deg); }
35% { transform: rotate(-4deg); }
37% { transform: rotate(2deg); }
39% { transform: rotate(-1deg); }
41% { transform: rotate(1deg); }

43% { transform: rotate(0); }
100% { transform: rotate(0); }
}

.ftr-txt a{
    display:inline-block;
    font-size:12px;
    margin:0 auto;
}
.ftr-txt{
    padding:0 10px;
}


.ftr-txt a{
    color:#000 !important;
}
.ftr-txt a.hvr:hover{
    color: #f9cf36  !important;
}

.menu-tab.active span{
    background:#000 !important;
}
.menu-tab.active{
    background:none !important;
}

.ftr .social {

    width: 21px;
    height: 21px;
    display: inline-block;
    float: right;
    margin-left: 10px;

}
.inner-banner{
  background: #f9cf36;
}
.inner-banner .hgt{
  height: 300px;
}
.inner-banner h1{
  text-align: center;
  /* color: #fff !important; */
  font-size: 50px;

}
.inner-banner span{
  /* color: #fff !important; */
  font-size:70px;
}
.animate-bg{
  height: 175px;
  width: 100%;
  display: block;
  background: url(../img/innerheadbg.png);
   -webkit-animation: run 10000s linear infinite;
   position: relative;
}
.animated-truck {

    background: url(../img/animated-truck.gif);
        background-repeat: repeat;
        background-size: auto;
    width: 326px;
    height: 147px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);

}
.carousel-item{
  height: 260px;
}
.carousel-item img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@-webkit-keyframes run {
    from { background-position: 0 0; }
    to { background-position: -1000000px 0; }
}

.caption-txt {
    position: relative;
    font-size: 22px;
    color: #3d3d3d;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 30px;
    padding-bottom: 30px;
    font-weight: 600;
}
.caption-txt:after{
  height: 80%;
  width: 95%;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #efefef;
  z-index: -1;
}
.yellow-box{
  background: #f9cf36;
  display: block;

}
.yellow-box p{
  /*margin-bottom: 0 !important;*/
  padding: 35px;
  /*padding-top: 0 !important;*/
  /*padding-bottom: 70px;*/
}
.yellow-box h2 {
    text-align: right;
    padding-top: 60px !important;
    padding-right: 35px;
}
.yellow-box span .bar{
  width:150%;
  animation-name: undrline-white !important;
}
.faciliti .head{
    font-size: 35px;
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
}
.faciliti p{
    font-size: 20px;
    display: inline-block;
    float: left;
    padding-top: 15px;
}

.faciliti span {
    font-size: 35px;
    font-weight: 900;
}
.faciliti {
  width: 300px;
  margin: 0 auto;
}
.faciliti li{
  border-bottom: 1px solid #ebebeb;
  position: relative;
  padding-left: 25px;
}
.faciliti li::after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    left: 0;
    top: 24px;
    background: #ffbd00;
    position: absolute;
    border-radius: 8px;
}
ul li{
  list-style: none !important;
}
.faciliti-wrap{
  border: 1px solid #dedede;
  padding: 20px;
  border-radius: 10px;
}

.carousel-control-next{
    position: absolute !important;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: #fff;
    top: 203px!important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 4px;
    right: 7px !important;

}

 .carousel-control-prev {
    position: absolute !important;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: #fff;
    top: none !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 4px;
    right: 130px !important;
    top: 203px!important;
    position: absolute !important;
right: 62px !important;

}
.carousel-control-prev {
  position: absolute !important;
  right: 62px !important;
}

.carousel-control-prev {
    left: inherit !important;
}
.slider-btn-icon{
  font-size: 30px;
  color: #000;
}
 .carousel-control-prev:hover{
   background: #f9cf36;
 }
 .carousel-control-next:hover{
   background: #f9cf36;
 }
 .carousel-control-prev:hover i{
   color:#fff;
 }
 .carousel-control-next:hover i{
   color:#fff;
 }

.project-wrap p {
  padding:0 15px;
}
.project-wrap .subhead {
  padding:0 15px;
}
.project-wrap {
    background: #fff;
    padding: 10px;
    transition: all 0.3s ease;
    min-height: 400px;
    display: block;
    border: #d7d7d7 1px solid;

}
.project-wrap:hover{
    transition: all 0.3s ease;
    box-shadow: 0 3px  7px 3px #CACACA;
}
.project-wrap:hover .img img{
  transition: all 0.3s ease;
  opacity: .4;
  transform: scale(1.1);
}
.project-wrap .img img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.project-wrap .img {
  width:100%;
  height: 250px;
  position: relative;
  transition: all 0.3s ease;
  background: #000;
  overflow: hidden;

}
.project-wrap .img:after{
  border: 5px solid #f9cf36;
  display: block;
  content: "عرض التفاصيل";
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease;
  text-align: center;
  padding-top: 100%;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
}
.date-wrap{
    background: #f9cf36;
    padding: 10px;
}
.project-wrap:hover .img::after {
    border: 4px solid #f9cf36;
    display: block;
    content: "عرض التفاصيل";
    width: 90%;
    height: 200px;
    color: #fff;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
    text-align: center;
    padding-top: 80px;
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
}
.project-slide .carousel-item {
    height: 450px;
}
.map-wrap{
  width: 100%;
  height: 500px;
}
.map-wrap iframe{
  width: 100%;
  height: 100%;
}
.form{
  background: #fff;
  padding: 35px;
}



select{
  width:100% !important;
  font-size: 18px;
  font-family: 'Tajawal', sans-serif;
  text-align:right;
}
textarea{
  width:100% !important;

  font-size: 18px;
  font-family: 'Tajawal', sans-serif;
  text-align:right;
}
input{
    width:100% !important;
    font-size: 18px;
    font-family: 'Tajawal', sans-serif;
    text-align:right;
}

/*= input focus effects css
=========================== */
:focus{outline: none;}

.col-3{float: left; width: 27.33%; margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */

.effect-1,
.effect-2,
.effect-3{border: 0; padding: 10px 0; border-bottom: 3px solid #898989;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #ffbd00; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.6s;}

.form-item{
  position: relative;
}

.form{
  position: relative;
}
.form::after {
    width: 80%;
    height: 100%;
    background: #ffbd00;
    display: block;
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
}

.safety-head {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
      transition: all 0.3s ease;
}
.safety-img {
    width: 150px;
    height: 150px;
    display: block;
    background:none;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 25px;
    border-radius: 150px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;

}
.safety-img:after{
  position: absolute;
  width: 150px;
  height: 150px;
  display: block;
  background: #f9cf36;
  content:'';
  top: 150px;
  left: 150px;
  transition: all 0.3s ease;
  z-index: -1;

}
.safety:hover .safety-img:after{
  position: absolute;
  width: 150px;
  height: 150px;
  display: block;
  background: #f9cf36;
  content:'';
  top: 0px;
  left: 0px;
  border-radius: 150px;
  transition: all 0.3s ease;
  z-index: -1;

}
.safety:hover .safety-head{
  transform: scale(1.1);
    transition: all 0.3s ease;
}
.safety-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.btn-floating {

            background-color: #f5b600;
            border-radius: 100px;
            -webkit-transition: background-color .3s;
            transition: background-color .3s;
            display:inline-block;
            padding:10px 25px;
            color:#fff;
            margin-top: -10px;
            margin-left: 25px;
            animation-iteration-count: infinite;
        }
        .btn-floating:hover{
          animation-play-state: paused;
          }

        /* .pulse {
            overflow: visible;
            position: relative;
        }

        .pulse::before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: inherit;
            border-radius: inherit;
            transition: opacity .3s, transform .3s;
            animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
            z-index: -1;
        } */

        @keyframes pulse-animation {
            0% {
                opacity: 1;
                transform: scale(1)
            }
            50% {
                opacity: 0;
                transform: scale(1.5)
            }
            100% {
                opacity: 0;
                transform: scale(1.5)
            }
        }
.mob-concrete-btn{
  display:none;
}



button {
  position: relative;
}

button:hover svg {
  transform: rotate(10deg);
  transition: transform 0.3s;
}
button svg {
  position: absolute;
  top: 13px;
  right: 25px;
  height: 30px;
  width: auto;
  transition: transform 0.15s;
}
button svg path {
  fill: #fff;
}
button.clicked {
    background-color: #e7e7e7;
    border: 2px solid #898989;
    color: #6aaa3b;
    padding-right: 25px;
    animation: bounce-in 0.3s;
    cursor: default;
    pointer-events: none;
}
button.clicked p{
  text-align: center !important;
  color:#000 !important;
}
button.clicked svg {
  animation: flyaway 1.3s linear;
  top: -80px;
  right: -2000px;
}
button.clicked svg path {
  fill: #000;
}
.svgiconset svg path{
  fill:#ffbd00;
}
.svgiconset {
  width: 30px;
  height: 30px;
  margin-top: 0 !important;
}
.svgiconset {
  fill:#ffbd00;
  animation: bounce 1.5s ease-in-out infinite;
}

.d1{
   animation-delay: 3s;
}
.d2{
   animation-delay: 2s;
}
.d3{
   animation-delay: 1s;
}
.crtificate_wrap img{
  width: 100%;
}

.crtificate_wrap  {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
.crtificate_wrap::after{
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  transition: all 0.3s ease;
  background: #f9cf36;
  top: 0%;
  left: 0%;
  position: absolute;
}
.crtificate_wrap:hover:after{
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  transition: all 0.3s ease;
  background: #f9cf36;
  top: 10%;
  left: 10%;
  position: absolute;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}



.sarmix-list:hover .svgiconset svg path{
  fill:#fff;
}




@-moz-keyframes flyaway {
  0% {
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes flyaway {
  0% {
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
@-o-keyframes flyaway {
  0% {
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
@keyframes flyaway {
  0% {
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
@-moz-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@-webkit-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@-o-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}

.submit-btn{

    background: #ffbd00;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-block;
    font-weight: 600;
    width: 124px;
    z-index: 20;

}

.submit-btn p {
    text-align: left;
    padding-top: 6px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Tajawal', sans-serif;
}



/*portal*/

        
            .form-1{
                display:none;
            }
            .form-2{
                display:none;
            }
            
            
            .not-login .form-1{
                display:block;
            }
            
            .login .form-2{
                display:block;
            }
            
            
      .tgle-btn.disable{
                height: 30px;
                width: 60px;
                background: #ccc;
                border-radius: 100px;
                position:relative;
                 transition: .2s all 0s ease-in;
    }
   .tgle-btn.enable{
                height: 30px;
                width: 60px;
                background: #ffbd00;
                border-radius: 100px;
                position:relative;
                 transition: .2s all 0s ease-in;
    }
    .form-2{
       width:450px;
       margin:0 auto;
    }    
    
    .login-img img{
        width:100%;
    }
     .login-img{
        margin:0 auto;
    }
     .tgle-btn.disable span {
    width: 25px;
    height: 25px;
    background: #fff;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 4px;
     transition: .2s all 0s ease-in;
    }    

 .tgle-btn.enable span {
    width: 25px;
    height: 25px;
    background: #fff;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 32px;
    transition: .2s all 0s ease-in;
     } 
     
.customer-login {
        background: #ffbd00;
        color: #fff !important;
        border-radius: 110px;
        margin: 0 50px;
        font-size: 16px !important;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 400 !important;
        transition: .3s all 0s ease-in;
        padding:10px 25px;
        margin 0 auto;
        display: inline-block;
    }
.customer-login:hover{
    transform: scale(1.1);
     transition: .3s all 0s ease-in;
}

.loginqustion {
    background: #f2f2f2;
    padding: 15px !important;
    border-radius: 10px;
}
.forgotpw{
    font-size:16px;
    color:#ffbd00;
    display:inline-block;
    margin:0 auto;
}

.submit-btn{

    background: #ffbd00;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-block;
    font-weight: 600;
    width: 124px;
    z-index: 20;

}

.submit-btn p {
    text-align: left;
    padding-top: 6px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}
.loginqustion {
    margin-left: -28px;
    margin-bottom: 45px !important;
}

.loginqustion  p{
    font-size: 20px !important;
    display:inline-block;
    float:left;
}
.btn-border{
    display:inline-block;
    float:right;
    border: #ffbd00 3px solid;
    padding: 6px 19px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
}
@media (max-width: 1400px) {

  .down-btn-wrap {
      position: absolute;
      width: auto;
      left: 50%;
      bottom: 0;
  }

}

@media (max-width: 1199.98px) {
    
    

  .down-btn-wrap {
      position: absolute;
      width: auto;
      left: 50%;
      bottom: 0;
  }

}
@media (max-width: 767.98px) {
  .sarmix-logo.m0auto {
      display: none;
  }
  .btn-floating{
    display:none;
  }
  .form::after {
      width: 110%;
      height: 105%;
      background: #ffbd00;
      display: block;
      content: '';
      position: absolute;
      left: -15px;
      top: -15px;
      z-index: -1;
  }
  .map-wrap {
    width: 100%;
    height: 250px;
}

.language-wrap {
    float: left;
    margin-right: 25px;
    margin-top: -45px;
    margin-bottom: 3px;
}
  .menu-hide ul li a {
      font-family: 'Tajawal', sans-serif;
      color: #434343;
      font-weight: 900;
      text-align: center;
      display: block;
      font-size: 16px !important;
      padding: 15px;
  }

  .down-btn-wrap {
      position: relative;
      width: 100%;
      left: 0%;
      bottom: 0;
  }
  .event-list:hover  .evnt-img{
    transition: .3s all 0s ease-in;
    margin-left: 0px;
  }
  .menu-hide.show{
    background: #fff;
  }
  .menu-hide ul li a {
      font-family: 'Tajawal', sans-serif;
      color: #434343;
      font-weight: 900;
      text-align: center;
      display: block;
      font-size: 20px;
      padding: 8px;
  }
  .login-btn {
    background: #ffbd00;
    color: #fff !important;
    border-radius: 110px;
    margin: 0 50px;
    font-size: 17px !important;
    font-family: 'Tajawal', sans-serif;
    font-weight: 400 !important;
    transition: .3s all 0s ease-in;
}
 .menu-tab.active {
    right: 237px;
}
  #nav-icon1.open {

    top: -22px;

}


.evnt-img {
    width: 100%;
    height: 260px;
    background: #898989;
    border-radius: 10px;
    margin-left: 0;
    overflow: hidden;
    transition: .3s all 0s ease-in;
    margin-bottom: 20px;

}
.event-list .circle-btn {
    background: #d4d4d4;
    border-radius: 100px;
    padding: 14px 20px !important;
    width: 50px;
    height: 50px;
    display: block;
    padding: 3px 21px;
    transition: .3s all 0s ease-in;
    margin-right: 15px;
}
.event-list {
    transition: .3s all 0s ease-in;
    padding: 0 !important;
        padding-top: 0px;
    padding-top: 15px !important;
    margin-bottom: 30px !important;
}

.sec{
  padding-bottom: 30px !important;
}
.sarmix-logo {
    width: 300px;
    height: 45px;
    background: url(../img/logo.png);
        background-repeat: repeat;
        background-size: auto;
    display: block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.header-rightbts {
    display: inline-block;
    float: right;
    margin-top: 0px;
}
.youtube-bg {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.sarmix-list:hover{
  padding: 15px;
  background: #f1f1f1;
  transition: .2s all 0s ease-in;
  margin-top: -0px;
  border-radius: 10px;
}
.youtube-bg {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.wow{
       animation-name: none !important;
       visibility: visible !important;
   }

   .col-12.col-md-6.img-wrap.tc {
    margin-top: -25px;
}
.inner-banner h1 {
    text-align: center;
    color: #000 !important;
    font-size: 30px;
}
.inner-banner h1 span {
    text-align: center;
    color: #000 !important;
    font-size: 40px;
}

.caption-txt {
    position: relative;
    font-size: 24px;
    color: #3d3d3d;
    text-align: justify;
    text-justify: inter-word;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-top: 25px;
}
.mainhead {
   font-family: 'Tajawal', sans-serif;
    font-size: 40px;
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 68px;
}
.faciliti {
    width: 240px;
    margin: 0 auto;
}
.faciliti p {
    font-size: 18px;
    display: inline-block;
    float: left;
    padding-top: 15px;
}
.faciliti .head {
    font-size: 30px;
   font-family: 'Tajawal', sans-serif;
    font-weight: 400;
}
.project-slide .carousel-item {
    height: 260px;
}
.ftr-txt a {
    color: #000 !important;
    width: 100%;
    text-align: center;
    padding: 2px;
}
.mob-concrete-btn{
  background-color: #f5b600;
display:block;
padding: 10px 25px;
color: #fff;
width:100%;
position: fixed;
left: 0;
bottom: 0;
text-align: center;
z-index: 99;
font-weight: bold;
}

.sarmix-logo {
    width: 410px;
    height: 45px;
    background: url(../img/logo.png);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    display: block;
    float: right;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.header-rightbts {
    display: inline-block;
    float: left;
    margin-top: 10px;
}
.inner-banner .hgt {
    height: 250px;
}
}
@media (max-width: 575.98px) {
  .sarmix-logo {
    width: 240px;
    height: 25px;
    background: url(../img/logo.png);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    display: block;
    float: right;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.header-rightbts {
    display: inline-block;
    float: left;
    margin-top: 0px;
}
}
.down-btn i{
    font-size: 60px;
    color: #f9cf36;
    border: 5px #fff solid;
    border-radius: 100px;
}

marquee {
    width: 100%;
    height: 350px;
    column-gap: 0;
    padding: 10px;
    color: #30312f;
    font-family: sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    text-align:center;
}
.project-logo {
    display: block;
    width: 100%;
    padding: 5px;
    margin: 25px;
    margin: 25px auto;
    transition: .3s all 0s ease-in;
    border-radius:10px;
    margin:0;
}


/*.project-logo:hover{*/
/*    transition: .3s all 0s ease-in;*/
/*    transform:scale(1.1);*/
    
/*}*/
.project-logo img{
    width:100%;
}




.goalbg {
    height: 255px;
    width: 100%;
    display: block;
   background: url(../img/ourgoal2.gif);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    /*-webkit-animation: run 10000s linear infinite;*/
    background-size: 1105px;
}
.goalinner {
    background: url(../img/ourgoal1.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 456px;
    height: 382px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}



.missionbg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/ourmission2.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    -webkit-animation: run 10000s linear infinite;
    background-size: 1105px;
}
.missioninner {
    background: url(../img/ourmission.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 536px;
    height: 214px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}





.trainingbg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/training2.gif);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    /*-webkit-animation: run 10000s linear infinite;*/
    background-size: 1105px;
}
.traininginner {
    background: url(../img/training1.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 536px;
    height: 229px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}



.qualitybg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/ourmission2.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    /*-webkit-animation: run 10000s linear infinite;*/
    background-size: 1105px;

}
.qualityinner {
    background: url(../img/quality.gif);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 755px;
    height: 266px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 45%;
    background-size: 100%;
    background-repeat: no-repeat;
    /*transform: translate(-50%, 0);*/
    /*background-color: #f9cf36;*/
}
.smartbg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/ourmission2.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    /*-webkit-animation: run 10000s linear infinite;*/
    background-size: 1105px;

}
.smartinner {
    background: url(../img/smartconcrete.gif);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 320px;
    height: 274px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    /*background-color: #f9cf36;*/
}

.safetybg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/ourmission2.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    /*-webkit-animation: run 10000s linear infinite;*/
    background-size: 1105px;

}
.safetyinner {
    background: url(../img/safety.gif);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 320px;
    height: 396px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    
}


.eventbg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/innerheadbg.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    -webkit-animation: run 10000s linear infinite;
    background-size: 1105px;

}
.eventinner {
    background: url(../img/newsandevent.gif);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 320px;
    height: 239px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    
}


.contactbg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/innerheadbg.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    -webkit-animation: run 10000s linear infinite;
    background-size: 1105px;

}
.contactinner {
    background: url(../img/contactus.gif);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 320px;
    height: 221px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    
}

.projectbg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/ourproject2.gif);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    /*-webkit-animation: run 10000s linear infinite;*/
    background-size: 1105px;

}
.projectinner {
    background: url(../img/ourproject1.gif);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 730px;
    height: 248px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 82%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    
}

.aboutbg {
    height: 255px;
    width: 100%;
    display: block;
    background: url(../img/innerheadbg.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 0;
    -webkit-animation: run 10000s linear infinite;
    background-size: 1105px;

}
.recommendationinner {
    background: url(../img/recomendation.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 475px;
    height: 197px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}
.vticker{
	width: 250px;
	margin:0 auto;
}
.vticker ul{
	padding: 0;
}
.vticker li{
	list-style: none;
	padding: 10px;
}
.table.project thead{
    background-color:#f9cf36;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
}
.table.project tr:first-child(even){background: #f9cf36}
.table.project tr:nth-child(even){background: #ebebeb}
.table.project{
   width:100% !important;
}
.sarmix-logo{
    display:none;
}
.fixedHeader .sarmix-logo{
    display:block;
}
header {
    top: 50px;
}
header.fixedHeader {
    top: 0px;
}

.hvr-yellow{
     transition: .2s all 0s ease-in;
}

.hvr-yellow:hover{
    background:#f9cf36 !important;
     transition: .3s all 0s ease-in;
}
.table.project tr:hover{
    background:#f9cf36 !important;
     transition: .3s all 0s ease-in;
}

.table.project tr{
     transition: .3s all 0s ease-in;
}


@media (max-width: 1400px) {


}
@media (max-width: 767.98px) {
.project-logo {
    display: block;
    width: 100%;
    border: #d7d7d7 1px solid;
    padding: 5px;
    margin: 25px;
    margin: 25px auto;
    transition: .3s all 0s ease-in;
    border-radius:10px;
}


.table.project{
   width:100% !important;
   font-size:14px;
}
}
@media (max-width: 575.98px) {
    
    .goalinner {
    background: url(../img/ourgoal1.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 320px;
    height: 152px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}

.missioninner {
    background: url(../img/ourmission.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 320px;
    height: 127px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}

.traininginner {
    background: url(../img/training1.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 320px;
    height: 112px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}

.projectinner {
    background: url(../img/ourproject1.gif);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 730px;
    height: 250px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 104%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}

.goalinner {
    background: url(../img/ourgoal1.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 320px;
    height: 265px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}
.qualityinner {
    background: url(../img/quality.gif);
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 326px;
    height: 111px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    /*background-color: #f9cf36;*/
}
.recommendationinner {
    background: url(../img/recomendation.gif);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: 475px;
    height: 197px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
}
}
