@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;
}


/*--------------------------------------------------------------- contact banner section -----------------------------------------------------------*/


.contact-banner {
    background: url(../pics/contact-banner.jpg) center top no-repeat;
    background-size: cover;
    text-align: left;
    height: 86vh;
}

.contact-banner a{
    text-decoration: none;
}

.contact-esnad-heading h1 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin: auto;
    margin-bottom: 30px;

}

.contact-esnad-heading h1 span {
    font-weight: bold;
    color: #aaa;
}

.contact-row {
    display: flex;
}

.contact-box {
    border: 1px solid #7a7a7a;
    margin-top: 40px;
    padding: 30px;
    width: 100%;
    min-height: 250px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 55px;
}

.contact-box h2 {
    font-size: 20px;
    color: #eee;
    padding: 10px 0;
    text-transform: uppercase;
}

.contact-box p {
    color: #fff;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}

/*--------------------------------------------------------------- contact section -----------------------------------------------------------*/

.contact-section-bg {
    background: #5C5C5C;
    padding: 50px 0 80px 0;
}

/*--------------------------------------------------------------- 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: #000;
}
  
.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;
}