.img-boxword
  {
    position: relative;
    border-radius: 10px;
    height: 600px;
    background-size: cover;
    background-position: top;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    border-radius: 0px;
    border-bottom-right-radius: 250px;
 }
 .paddword {
    border: 1px solid #d98349;
    padding: 30px;
    border-radius: 0px;
    border-bottom-right-radius: 250px;
}
b, strong {
    font-weight: bolder;
    color: #d98349;
}

 .sec-explain h4  {
    margin-bottom: 20px;
 }
  h4   strong{
     color: #072559;
}
.icon li svg {
    fill: #fff!important;
}.icon li svg:hover {
    fill: #d98349 !important;
}
.grecaptcha-badge{display:none;}
.nav-bar .logo .one  {
    max-width: 150px !important;
}.service-box-items {
    margin-bottom: 30px;
    background-color: var(--white);
    border-radius: 15px;
}
.items-bg {
    background-color: #e9ecef !important;
}.service-box-items .service-thumb {
    padding: 15px 15px 20px 15px;
    position: relative;
}.service-box-items .service-content {
    padding: 0 25px 15px 25px;
    position: relative;
}.radius {
    border-radius: 15px;
}
.projectback {
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}.service-box-items .service-content h4 {
    margin-bottom: 11px;
    color: #d98349;
}.whats:hover {
  background: #d98349;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
.sideSocial a:hover {
  border-radius: 16px 0px 0px 16px;
  width: 48px;
  background: #d98349;
  color: #ffffff;
}

.sideSocial a:last-child {
  border-bottom-left-radius: 16px;
}

.sideSocial {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: start;
  direction: rtl;
}

.sideSocial a {
  width: 36px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #072559;
  color: #fff;
  border-bottom: 1px dashed #ffffff26;font-size: 16px;
}

.sideSocial a:first-child {
  border-top-left-radius: 16px;
}

.sideSocial a:last-child {
  border-bottom: 0px dashed #45474b4d;
}

.section-bg {
    background-color: #022549;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

 .gallimg {
     height: 380px;
     background-size: cover;
     /* background-repeat: no-repeat; */
     background-position: center;
     border-radius: 20px;
     /* border-bottom-left-radius: 0px; */
     /* border-bottom-right-radius: 0px; */
}
 .nav-bar {
    padding: 10px 0px;
}
 .lang {
    color: #d98349 !important;
}
.lang:hover {
    color: #072559  !important;
}
 .titlepro {
    background: #d98349;
    padding: 18px;
    text-align: center;
    color: #ffffff;
}
 .bldtitle {
    margin-bottom: 20px;
    color: #d98349;
}

.aboutimg1 {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border-bottom-right-radius: 210px; */
    border-radius: 25px;
    position: relative;
    margin-bottom: 25px;
}
.aboutimg1:after {
    content: '';
    background-color: #07a0c91c;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    left: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
    /* border-bottom-right-radius: 210px; */
}
.aboutright {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border-bottom-right-radius: 210px; */
    border-radius: 25px;
    position: relative;
    margin-bottom: 25px;
}
.aboutright:after {
    content: '';
    background-color: #07a0c91c;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    right: 43%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(-50%);
    transform: translateX(50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
}
 .ullisab li {
    margin-bottom: 10px;
}
.read-more-text {
  max-height: 33.9em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  margin-bottom: 7px !important;
}

.read-more-text.expanded {
  max-height: 100000px;  
}

.read-more-btn {
  background: none;
  border: none;
  color: #d98349;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  margin-top: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid;
  font-size: 18px;
}
.read-more-btn:hover {color: #072559;}
.project-video {
    height: 350px;
    border-radius: 20px;
    /* margin-bottom: 10px; */
    /* border-bottom-left-radius: 0px; */
    /* border-bottom-right-radius: 0px; */
    /* border: 1px solid #16151508; */
}
  .video-image .video-box {
    width: 70px;
    height: 70px;
    border: 1px solid #d98349;
    line-height: 70Px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .video-image .video-box .video-btn {
    width: 57px;
    height: 57px;
    background-color: #d98349;
    color: #ffffff;
    line-height: 57px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
}
 .titvid {
    background: #072559;
    border-radius: 20px;
    padding: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #ffffff;
}
.video-image{
    margin-bottom: 25px;
}
::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-thumb {
  background-color: #45474b;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}
@media (min-width: 0px) and (max-width: 991px)
   {
       
      .img-boxword
  {  height: 350px;
     border-bottom-right-radius: 0px;
} 
       
    .paddword
  {
    border: 1px solid #d98349;
    padding: 10px;
     border-bottom-right-radius: 0px;
}   
       .project-video {
        height: 240px;
    } .aboutimg1 {
        height: 320px;
    }    .aboutright {
        height: 320px;
    }
    .nav-bar .logo .one {
    max-width: 90px !important;
}
 .nav-bar {
    padding: 0px 0px;
}
.bck:after{display: none;}
.sec-title {
    margin-bottom: 20px;
}.py-100 {
    padding: 40px 0;
}.gallimg {
    height: 230px;
 } 
 .sponsors {
     padding: 20px 0 20px;
 }.blog {
    padding: 30px 0 30px 0;
}
.about-us .about-us-img-box .img-box {
     height: 250px;
 }
.our-services {
    position: relative;
    padding: 30px 0 30px;
}
.breadcrumb-header.style-2 {
    padding: 60px 0;
}
    .flex-direction {
        flex-direction: column-reverse;
    }
.aboutimg1:after {
   left: 46%; 
}
.aboutright:after {
     right: 46% 
}
.about-us {
      padding: 20px 0;
}

   }