
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: #fff;
  overflow-x: hidden;
}


img {
  max-width: 100%;
}

a.ship-btn {
    background: #3b4856;
    color: #333;
    font-size: 13px;
    padding: 10px 20px !important;
    border-radius: 5px;
}

.collapse.navbar-collapse.show {
    background: #fff !important;
    padding: 15px 20px !important;
}
  
.collapse.navbar-collapse.show .navbar-nav{
    margin: 0 !important;
}


/*--------------------------------------------------------------- product banner section -----------------------------------------------------------*/

.product-banner {
    background: #f8f8f8 url(../pics/allproduct-banner.jpg) center top no-repeat;
    background-size: cover;
    height: 86vh;
    text-align: center;
}

.pad-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.product-banner h1 {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    margin: auto;
}

/*---------------------------------------------------------------  section info section -----------------------------------------------------------*/

.service-list-1 {
    position: relative;
}

.service-list-1 .service-img {
    position: relative;
    float: left;
    vertical-align: top;
    width: 230px;
    height: 230px;
    background: url(../pics/circle-bg.png) no-repeat;
    background-size: cover;
    margin-bottom: 110px;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-list-1 .service-img img {
    width: 70px;
    margin: 0 auto;
}

.gradient-line {
    width: 1px;
    min-height: 400px;
    position: absolute;
    bottom: -240px;
    right: -240px;
    background: #fff;
    background: linear-gradient(135deg ,rgba(255,255,255,1) 0%,rgba(255,242,0,1) 50%,rgba(255,255,255,1) 100%);
    -webkit-transform: rotate( -50deg );
    transform: rotate( -65deg );
    display: none;
}

@media (min-width: 768px) {

    .gradient-line {
        display: block;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
}


.service-list-1 .service-info {
    position: absolute;
    right: 0px;
    top: -6px;
    width: 65%;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 150px;
}

.service-list-1 .service-info h4 {
    margin-bottom: 14px;
}

.service-list-1 .service-info p {
    color: #838282;
    font-size: 16px;
    line-height: 30px;
}

.box-right .service-list-1{
    display: flex;
    flex-direction: row-reverse;
}

.box-right .service-img{
    transform: rotate(90deg);
}

.box-right .service-img img{
    transform: rotate(-90deg);
}

.box-right .service-info{
    left: 0px;
}

.box-right .gradient-line {
    min-height: 400px;
    bottom: -400px;
    right: -44px;
    transform: rotate( -15deg );
}

/*--------------------------------------------------------------- intro section -----------------------------------------------------------*/

.intro-section {
    padding: 0px 0;
    background-color: #3b4856;
}

.introduction {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.introduction .intro-title h4 {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
}

.introduction .intro-title p {
    font-size: 31px;
    font-weight: 500;
    margin: 35px 0;
    display: block;
}

.introduction a {
    background-color: #3b4856;
    border: 2px solid #8696a7;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.introduction a:hover {
    background-color: #3b4856;
    border: 2px solid #cacaca;
    color: #cacaca;
}

/*--------------------------------------------------------------- clients section -----------------------------------------------------------*/


.clients-section {
    padding: 20px;
    margin: 30px 20px;
  }
  
  .clients-section h1{
    margin-bottom: 20px;
  }
  
  .clients-section img{
    height: 70px;
    max-height: 70px;
    margin-bottom: 20px;
    max-width: 100% !important;
  }
  
  .slider {
    width:100%;
    margin:20px auto;
    text-align: center;
    padding:20px;
  }
  
  .slider div {
    margin: 20px 15px;
  }

/*--------------------------------------------------------------- new footer section -----------------------------------------------------------*/


.new-footer-bg {
    background: #3b4856;
    padding: 50px 60px 100px 60px;
    position: relative;
    margin-top: 150px;
    color: #fff;
}

.new-footer-bg::before {
    content: '';
    position: absolute;
    top: -130px;
    right: 0px;
    height: 98px;
    border-left: 100vw solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 130px solid #3b4856;
    clear: both;
    z-index: -1;
}
  
/*--------------------------------------------------------------- footer section -----------------------------------------------------------*/
  
  
.footer-bottom {
    background-color: #000;
    padding: 20px 0;
    color: #7a7a7a;
}
  
.toll-no p {
    font-size: 30px;
    color: #7a7a7a;
    font-weight: bold;
}
  
.footer-bottom p {
    margin: 0;
    color: #7a7a7a;
    line-height: 40px;
}
  
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
  
.social-icons li a:hover, .social-icons li a:focus {
    border: 2px solid #3b4856;
    background: #3b4856;
    color: #fff;
}
  
.social-icons li a {
    border: 2px solid #7a7a7a;
    border-radius: 50%;
    color: #7a7a7a;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 32px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
}