
@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;
  z-index: 3;
}

.collapse.navbar-collapse.show .navbar-nav{
  margin: 0 !important;
}

/*--------------------------------------------------------------- espandtabview section -----------------------------------------------------------*/

.espandtabview .tab .nav-tabs {
  border: none;
  margin: 0;
}

.espandtabview .tab .nav-tabs li {
  margin-bottom: 5px;
  height: 45px;
}

.espandtabview .tab .nav-tabs li a {
  padding: 10px;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #797979;
  border: none;
  border-radius: 0;
  background: transparent;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease 0s;
  background: #3b4856;
  color: #fff;
  text-decoration: none;
}

.espandtabview .tab .nav-tabs li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #3b4856;
  border: 2px solid #3b4856;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 1s ease 0s;
}

.espandtabview .tab .nav-tabs li:hover a:after, 
.espandtabview .tab .nav-tabs li.active a:after {
  width: 100%;
  opacity: 1;
}

.espandtabview .tab .nav-tabs li a:hover, 
.espandtabview .tab .nav-tabs li.active a {
  border: none;
  color: #fff;
  background: #000;
}

.espandtabview .tab-pane:first-child .panel {
  border-radius: 5px 5px 0 0;
}

.espandtabview .tab .tab-content {
  padding: 0px;
  margin-top: 50px;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  position: relative;
}

.espandtabview .panel {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  margin-top: -2px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-default {
  border-color: #ddd;
}

.espandtabview .panel-heading {
  display: none;
}

.espandtabview .panel-collapse.collapse {
  display: block;
}

.espandtabview .panel-collapse {
  height: auto !important;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.espandtabview .panel-body {
  padding: 15px 0px !important;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.col-md-8 {
  margin-bottom: 20px;
}
.servicediv ul li img, 
.espservicediv ul li img {
  width: 40px;
}

.espservicediv ul {
  direction: rtl;
  padding: 0;
}
.espservicediv ul li span {
  margin-right: 10px;
}

.espservicediv ul li {
  list-style-type: none;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}

.yellowboxsec {
  box-shadow: 0 0px 7px 0px rgb(0 0 0 / 20%);
  background: #3b4856;
  min-height: 210px;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.yellowboxsec svg {
  margin: 30px auto;
  width: 100px;
  height: 100%;
  fill: #fff;
}

.whiteboxsec {
  box-shadow: 0 0px 3px 0px rgb(0 0 0 / 20%);
  background: #FFFFFF;
  min-height: 210px;
  text-align: center;
  padding: 20px;
  color: #404040;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all .6s;
}

.whiteboxsec svg {
  margin: 40px auto 10px auto;
  width: 50px;
  height: 100%;
  fill: #3b4856;
}

.whiteboxsec:hover {
  box-shadow: 0px 9px 13px -4px #ddd;
}

/*--------------------------------------------------------------- services section -----------------------------------------------------------*/

.services-section .serviceimg-region .hide-img {
  display: none;
}

.services-section .serviceimg-region img {
  width: 100%;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
}

.services-section .services-list {
  padding-top: 1.5%;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
}

.service-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .services-row .col-12:nth-child(2) .service-grid {
    margin-top: 85px;
  }
  
  .services-row .col-12:nth-child(3) .service-grid {
    margin-top: -85px;
  }
}

.service-grid img {
  height: 35px;
}

.service-grid h3 {
  font-size: 1.2rem;
  font-weight: bold;
} 

.services-list .service-grid:hover {
  background-color: #3b4856;
  color: #fff;
  box-shadow: 0 28px 76px 0 rgb(0 0 0 / 36%);
  transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/*--------------------------------------------------------------- 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;
    left: 0px;
    top: -130px;
    right: 0;
    height: 98px;
    border-left: 98vw 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;
}