.header-position {
    position: fixed;
    width: 100%;
    top: 0;
}

.header-position .nav-custom .menu-area {
    background-color: #ffffffb0;
}



.home-main-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-baner-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.home-baner-slider .swiper-slide {
    width: auto;
    height: 100vh;
}

.home-baner-slider .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin: 0 auto;
}

.home-baner-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
    max-width: 600px;
    position: absolute;
    right: 3%;
    bottom: 12%;

}

.preview-baner-hover .home-baner-thumbs .swiper-slide {
    width: 100px;
    height: 300px;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    opacity: 0;
    transition: 0.5s;
}

.preview-baner-hover:hover .home-baner-thumbs .swiper-slide {
    opacity: 1;
    transition: 0.5s;
}

.home-baner-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-swiper-pagination {
    position: absolute;
    right: 4%;
    bottom: 5%;
    z-index: 555;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    gap: 10px;
}

.home-swiper-pagination .swiper-button-prev,
.home-swiper-pagination .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}

.home-swiper-pagination .swiper-button-prev::after,
.home-swiper-pagination .swiper-button-next::after {
    content: unset;
}

.baner-background-content {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px !important;
    padding-top: 250px !important;
}

.baner-title {
    align-items: flex-start;
}

.baner-title h1 {
    text-align: left;
}

.baner-title a {
    text-align: left;
}

.baner-container-padding {
    padding-left: 80px;
}

.sticky--section {
    position: sticky;
    top: -40px;
}

.z-index-2-ccs {
    z-index: 2;
}

.bg-site {
    background-color: #fff;
}

.section-padding {
    padding: 60px 0;
}

.section-title {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
}
.section-title-2{
    justify-content: center;
    align-items: center;
}

.section-title h3 {
    font-weight: 500;
    font-size: 40px;
    margin: 0;
}

.section-title p {
    font-size: 18px;
    text-align: center;
}

.how-we-work-img-box {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.how-we-work-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media screen and (min-width:991px) {
    .container {
        max-width: 1500px !important;
        padding: 0 50px !important;
    }
}

.our-work-container-img {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    overflow: hidden;
}

.our-work-container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pos-relative {
    position: relative;
}

.our-work-container h3 {
    font-size: 25px;
    margin: 7px 0;
    margin-top: 9px;
    font-weight: 400;
}

.our-work-container p {
    font-size: 16.5px;
    margin: 2px 0;
    color: #000;
    font-weight: 500;
    line-height: 23px;
}

.our-work-container:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

/* .section-founder-left{
    background-color: #33498a ;
    padding: 40px;
} */
.section-founder-left img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.section-founder-right {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 700px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 100px;
}

.section-founder-right i {
    position: absolute;
    top: 60px;
    right: 50px;
    rotate: 30deg;
    font-size: 80px;
    color: #33498a;
}

.section-founder-right p {
    font-size: 18px;
    color: #222;
    text-align: justify;
}

.section-founder-right h5 {
    font-size: 20px;
    margin: 0;
    color: #222;

}

.section-founder-right h6 {
    font-weight: 400;
    font-size: 14px;
    color: #222;
}

.bg--light {
    background-color: #f7f7f7;
}

.widget-comapny-img {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
}

.widget-comapny img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.widget-comapny:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.widget-company-info {
    padding: 5px 5px;
}

.widget-company-info h6 {
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0;
}

.widget-company-info h3 {
    font-size: 22px;
    margin: 5px 0;
    text-transform: uppercase;
    line-height: 35px;
}

.widget-company-info p {
    font-size: 16px;
    margin-bottom: 5px;
}

.widget-comapny:hover h3 {
    color: #33498a;
}

.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 10px !important;
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 38%;
    right: -45px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 38%;
    left: -50px;

}

.carousel-btn2 .owl-nav button.owl-prev span,
.carousel-btn2 .owl-nav button.owl-next span {
    font-size: 50px !important;
}

.service-carousel-btn .owl-nav button.owl-prev {

    font-size: 33px !important;
    position: absolute;
    top: 40%;
    left: -30px;

}

.service-carousel-btn .owl-nav button.owl-next {
    font-size: 33px !important;
    position: absolute;
    top: 40%;
    right: -30px;
}

.service-carousel-btn .owl-nav button.owl-next span,
.service-carousel-btn .owl-nav button.owl-prev span {
    font-size: 50px !important;
}

.service-carousel .card {
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #ccc;
}

.service-carousel .item {
    padding: 2px;
}

.bg-dark-blue {
    background-color: #33498a;
}

.section-title-white h3 {
    color: #fff;
    font-size: 40px;
}

.border-right-padding {
    border-right: 1px solid #fff;
    padding-right: 50px;
}

.border-left-padding {
    padding-left: 50px;
}

.copyright-wrap {
    background-color: #e0e0e0;
}

.copyright-wrap p {
    color: #000;
    margin: 0;
}

.copyright-wrap ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.copyright-wrap ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    color: #222;
}

.copyright-wrap ul li a:hover {
    background-color: #33498a;
    color: #fff;
}

.trust-left {
    max-width: 100%;

}

.trust-left h3 {
    font-weight: 500;

}

.trust-left p {
    font-size: 17px;
    color: #000;
}

.home-trust-container {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 18px;
}

.home-trust-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-trust-overlay {
    position: absolute;
    top: 0;
    background-color: #000000b8;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-trust-overlay h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.home-trust-container:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.home-trust-container:hover .home-trust-overlay {
    height: 100%;
    transition: 0.5s;
}

.footer-widget {
    padding-left: 40px;
}

.event-details-section {
    padding: 80px 0;
    padding-top: 120px;
}

.color-black h3,.color-black h4 {
    color: #000;
}

.color-black .home-contact li {
    color: #000;
    font-size: 17px !important;
}

@media screen and (max-width:768px) {

    .carousel-btn2 .owl-nav button.owl-prev span,
    .carousel-btn2 .owl-nav button.owl-next span {
        font-size: 33px !important;
        padding-top: 5px !important;
    }
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.company-short-para h6 {
    margin: 0 !important;
    margin-top: 10px !important;
}

.company-short-para p {
    margin: 2px !important;
}

.company-map-container p {
    margin: 2px 0;
    font-weight: 500;
    font-size: 17px;
}

.company-map-container p:last-child {
    margin-bottom: 20px !important;
}



.latest-updates-container {
    display: flex;
}

.latest-updates-container-left,
.latest-updates-container-right {
    width: 50%;
}

.latest-updates-container-widget {
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
}

.latest-updates-container-widget img {
    width: 50%;
    height: 300px;
    object-fit: cover;

}

.latest-updates-container-widget-dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    width: 50%;
}

.third-service-section {
    background-color: #f2f2f2;
}

.latest-updates-container-widget-dt h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.latest-updates-container-widget-dt h6 {
    font-size: 16px;
    color: #9f9f9f;
    margin: 0;
}

.latest-updates-container-widget-dt p {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    margin-top: 5px;
}

.chairman-section {
    /*background-image: linear-gradient(252deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.15) 100%), url(../img/new/chairman6.jpeg);*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#fff;
}
.chairman-img {
    width:100%;
    height:700px;
}
.chairman-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.home-business-card {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;

}

.home-business-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-business-card-overlay {
    position: absolute;
    background: #000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.09) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 15px 10px;
}

.business-card-row .col-lg-cs {
    width: 20.8%;

}

.business-card-row .col-lg-cs.px__0 {
    padding-left: 0;
    padding-right: 0;
}

.home-business-card-overlay h6 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.home-business-card-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.home-business-card-text i{
    color: #fff;
    opacity: 0;
}
.home-business-card-text{
    position: relative;
    padding: 5px;
}
.home-business-card-text::before{
    width: 0%;
    content: '';
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.home-business-card:hover .home-business-card-text::before{
    width: 100%;
}
.home-business-card:hover .home-business-card-text i{
    opacity: 1;
   
    transition: 0.5s;
}
.home-business-card:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}

.trust-img-box{
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.trust-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trust-box-overlay{
    position: absolute;
}
.trust-box-overlay{
      position: absolute;
    background: #000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.09) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 15px 10px;
}
.trust-box-overlay h5{
  margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.trust-box-overlay span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
}
.trust-img-box:hover img{
    transform: scale(1.1);
    transition: 0.5s;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.trust-img-box:hover .trust-box-overlay span{
    opacity: 1;
}
.trust-custom-row .col-lg-cs{
    width: 20.8%;
}
.trust-custom-row .col-lg-cs.px__0{
    padding-left: 0;
    padding-right: 0;
}
.trust-img-box.h-350{
    height: 350px;
}
.bg_light{
    background-color: #ededed;
}
.baner-title p{
    font-size: 22px;
    margin: 0;
    color: #d7d7d7;
}
.newest-update-box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.newest-update-box h3{
    font-size: 25px;
    margin: 7px 0;
    margin-bottom: 0px;
    font-weight: 500;
}
.newest-update-box h6{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #7b7b7b;
    margin-bottom:5px;

}



.job-open {
  background-color: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  height: 100%;

}

.job-left {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.job-left img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.job-dt {
  height: 100%;
  padding: 20px 0;
  padding-bottom: 0;
  width: 100%;
}

.job-dt p {
  color: #2D3E4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;


  margin: 0;
}

.job-dt p.date-p {
  color: #2D3E4D;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.job-dt p.date-p i {
  margin-right: 5px;
  font-size: 15px;
}

.job-dt p.job-location {
  font-weight: 600;
}

.job-dt p.job-location p i {
  margin-right: 5px;
}


.job-dt h3 {
  margin: 0;
  /* margin: 10px 0; */

  color: #000;
  font-weight:500;
  
  font-size: 23px;
  margin: 3px 0;
}

.job-dt a {
  width: fit-content;
  height: fit-content;
  padding: 7px 15px;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #33498a;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  /* margin: auto; */
  margin-top: 15px;
}

.job-dt a:hover {
  border-radius: 40px;
  background-color: #2D3E4D;
}

.no-jobs{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:20px;
    background-color: #f7f7f7;
}
.no-jobs p{
    color: red;
    font-size: 17px;
}
.no-jobs h6{
    margin: 0;
    font-size: 25px;
}
.no-jobs a{
    font-size: 17px;
}
.company-info-section h6{
  font-size: 22px;
    font-weight: 500;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 5px;
}
.company-info-section ul li{
    margin-bottom: 10px ;
    font-size: 17px;
    line-height: 29px;
   color: #000;
}