 @font-face {
   font-family: 'IBM Plex Sans Arabic", sans-serif';
   src: url('../font/IBMPlexSansArabic-Light.ttf');
 }

 @font-face {
   font-family: 'IBM Plex Sans Arabic", sans-serif';
   src: url('../font/IBMPlexSansArabic-Medium.ttf');
 }

 @font-face {
   font-family: 'IBM Plex Sans Arabic", sans-serif';
   src: url('../font/IBMPlexSansArabic-Bold.ttf');
 }

 @font-face {
   font-family: 'IBM Plex Sans Arabic", sans-serif';
   src: url('../font/IBMPlexSansArabic-SemiBold.ttf');
 }

 html {
   scroll-behavior: smooth;
   margin: 0;
   padding: 0;
 }

 a {
   text-decoration: none;
 }

 ul {
   padding-left: 0px;
 }

 body {
   font-family: "IBM Plex Sans Arabic", sans-serif;
   font-weight: 400;
   color: #212529;
   overflow-x: hidden;

 }

 .font-weight-semibold {
   font-family: daxmedium, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
   font-weight: 500;
 }

 .font-weight-bold {
   font-family: daxbold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
   font-weight: 700;
 }

 /* scroll button styling */
 .scrollup {
   width: 55px;
   right: 20px;
   z-index: 5;
   height: 55px;
   bottom: 20px;
   display: none;
   position: fixed;
   border-radius: 100%;
   line-height: 55px;
   background-color: #134a88;
   display: none;
 }

 .scrollup i {
   color: #fff;
 }

 /* navbar styling starts here */
 .sub-dropdown-menu-list {
   position: relative;
 }

 ul.sub-dropdown-menu {
   list-style: none;
 }

 ul.dropdown-menu li {
   position: relative;
 }

 .news-dropdown-menu {
   border-bottom: 1px solid #eee;
 }

 .navbar-custom-toggler {
   width: 52px !important;
   height: 52px !important;
   margin-right: auto;
   margin-left: 10px;
 }

 .btn-custom-blue {
   background-color: #134a88 !important;
   color: #fff !important;
   border: 2px solid #134a88 !important;
   transition: 0.4s;
 }

 .btn-custom-blue.btn-custom-outline-blue {
   background-color: #fff !important;
   color: #134a88 !important;
   border: 2px solid #134a88 !important;
   transition: 0.4s;
 }

 .btn-custom-blue:hover {
   background-color: #fff !important;
   color: #134a88 !important;
 }

 a.navbar-brand {
   width: 160px;
 }

 .sticky-top {
   background-color: #fff;
   box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
   animation: slideDown 0.55s ease-out;
 }

 a.navbar-brand img {
   width: 100%;
 }

 a.nav-link.header-nav-link {
   font-weight: 400;
   position: relative;
   transition: 0.4s;
   color: #848588;
   font-size: 15px;
 }

 .active {
   color: #0F4B9A !important;
 }

 a.nav-link.header-nav-link.active::before {
   position: absolute;
   bottom: 5px;
   /* left: 50%;
    transform: translate(-50%,-50%); */
   content: '';
   width: 100%;
   visibility: visible !important;
   opacity: 1 !important;
   height: 2px;
   background-color: #134a88;
   transition: 0.4s;
 }

 a.nav-link.header-nav-link::before {
   position: absolute;
   bottom: 5px;
   /* left: 50%;
    transform: translate(-50%,-50%); */
   content: '';
   width: 100%;
   visibility: hidden;
   opacity: 0;
   height: 2px;
   background-color: #134a88;
   transition: 0.4s;
 }

 a.nav-link.header-nav-link:hover::before {
   width: 100%;
   opacity: 1;
   visibility: visible;
 }

 a.nav-link.header-nav-link:hover {
   color: #134a88;
 }

 .dropdown-item.active,
 .dropdown-item:active {
   background-color: #134a88 !important;
   color: white !important;
 }

 .dropdown-item {
   padding: 12px 15px;
   color: #0F4B9A;
   position: relative;
   overflow: hidden;
   font-size: 15px;
 }

 .dropdown-item:focus,
 .dropdown-item:hover {
   background-color: unset;
   color: #fff;
 }

 .dropdown-menu.header-dropdown-menu li a {
   position: relative;
   overflow: hidden;
 }

 a.dropdown-item.sub-dropdown-menu-item {
   color: #0F4B9A;
 }

 a.dropdown-item.sub-dropdown-menu-item:hover {
   color: #fff;
 }

 .dropdown-menu.header-dropdown-menu li a::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   width: 0;
   height: 100%;
   background: #19417C;
   transition: all .5s ease;
   z-index: -1;

 }

 ul.dropdown-menu.header-dropdown-menu li a:hover:before {
   width: 100%;
   color: #fff !important;
   background: #19417C;
 }

 .nav-item.dropdown:hover .dropdown-menu {
   transform: translateY(7px);
   transition: 0.4s;
   visibility: visible;
   opacity: 1;
 }

 .hero-section-list-wraper:hover .dropdown-menu.hero-section-dropdown-menu {
   transform: translateY(0px) !important;
   transition: 0.4s;
   visibility: visible;
   opacity: 1;
   inset: unset !important;
 }

 .hero-section-list-wraper:hover .hero-section-nav-img {
   transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
 }

 .hero-section-nav-img {
   transition: 0.4s;
 }

 ul.dropdown-menu.hero-section-dropdown-menu {
   background: #19417C;
   min-width: 230px;
   text-align: center;
   padding: 0rem 0rem;
 }

 ul.dropdown-menu.hero-section-dropdown-menu li {
   border: none !important;
 }

 ul.dropdown-menu.hero-section-dropdown-menu .dropdown-item:focus,
 ul.dropdown-menu.hero-section-dropdown-menu .dropdown-item:hover {
   background-color: #fff !important;
   color: #19417C !important;
 }

 ul.dropdown-menu.hero-section-dropdown-menu .dropdown-item {
   color: #fff;
   transition: 0.4s;
 }

 .dropdown-menu li:last-child {
   border: none !important;
 }

 .dropdown-menu li {
   border-bottom: 1px solid #eee;
 }

 dropdown.hero-section-dropdown,
 .news-card {
   cursor: pointer;
 }

 .navbar-custom-toggler {
   border-radius: 50%;
   width: 65px;
   height: 65px;
   background: rgba(236, 236, 236, 1);
   border: none;
 }

 .navbar-toggler:focus {
   box-shadow: none !important;
 }

 /* navbar styling ends here */

 /* hero section starts here */

 /* #hero-section{
    background: url(../assets/banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7rem 0rem;
    position: relative;
    z-index: 999 !important;
    height: 600px;
} */
 section#hero-section {
   padding: 0 !important;
   position: relative;
 }

 /* loader animation */
 .preloader {
   display: flex;
   /* background: #fff !important; */
   width: 100%;
   height: 100%;
   z-index: 999 !important;
   /* position: fixed; */
   align-items: center;
   justify-content: center;
   text-align: center;
   margin-top: 3rem;
 }

 .loader {
   color: #fff;
   font-size: 35px;
   width: 1em;
   height: 1em;
   border-radius: 50%;
   position: relative;
   z-index: 999 !important;
   transform: translateZ(0);
   animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
 }

 @keyframes mltShdSpin {
   0% {
     box-shadow: 0 -0.83em 0 -0.4em,
       0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
       0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }

   5%,
   95% {
     box-shadow: 0 -0.83em 0 -0.4em,
       0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
       0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }

   10%,
   59% {
     box-shadow: 0 -0.83em 0 -0.4em,
       -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
       -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
   }

   20% {
     box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
       -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
       -0.749em -0.34em 0 -0.477em;
   }

   38% {
     box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
       -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
       -0.82em -0.09em 0 -0.477em;
   }

   100% {
     box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em,
       0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
   }
 }

 @keyframes round {
   0% {
     transform: rotate(0deg)
   }

   100% {
     transform: rotate(360deg)
   }
 }

 .hero-section-content-wraper {
   margin: 0 auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   padding: 9px;
 }

 .hero-section-content-wraper .hero-section-heading {
   font-weight: 700;
   margin-bottom: 25px;
   text-transform: capitalize;
 }

 .hero-section-content-wraper .hero-section-para {
   font-size: 1.1rem;
   font-weight: 500;
 }

 .banner-section-video-wraper::before,
 .carousel-item::before {
   position: absolute;
   content: '';
   background: rgba(0, 0, 0, 0.55);
   width: 100%;
   height: 100%;
   top: 0px;
 }

 #bg-company-video {
   object-fit: cover;
 }

 .banner-section-video-wraper {
   position: relative;
   background-color: #000;
 }

 .carousel-item img {
   height: 650px;
   object-fit: cover;
 }

 .hero-content-wraper h1 {
   font-weight: 700;
 }

 .carousel-caption.carousel-caption-custom {
   bottom: 8.25rem !important;
   /* z-index: 999 !important; */
 }

 .carousel-control-prev-custom,
 .carousel-control-next-custom {
   width: unset;
   opacity: 0.7;
 }

 .carousel-control-prev-icon {
   background: url(../assets/prev-icon.png), #fff;
   opacity: 1;
 }

 .carousel-control-next-icon {
   background: url(../assets/next-icon.png), #fff;
   opacity: 1;
 }

 .carousel-control-next-icon,
 .carousel-control-prev-icon {
   display: inline-block;
   width: 3.6rem;
   height: 3.6rem;
   background-repeat: no-repeat !important;
   background-position: 50% !important;
 }

 .carousel-control-next:focus,
 .carousel-control-next:hover,
 .carousel-control-prev:focus,
 .carousel-control-prev:hover {
   opacity: 1;
 }

 /* .hero-content-wraper{
    z-index: 999 !important;
} */
 @keyframes slideDown {
   0% {
     transform: translateY(-100%);
   }

   100% {
     transform: translateY(0);
   }
 }

 .text-golden-custom {
   color: #A58B51;
 }

 .white-cta-button {
   background-color: #fff !important;
   color: #134a88 !important;
   font-weight: 500;
   cursor: pointer;
   z-index: 999 !important;
 }

 .blue-cta-button {
   background-color: #134a88 !important;
   color: #fff !important;
   font-weight: 500;
   cursor: pointer;
   z-index: 999 !important;
 }

 .carousel-indicators {
   bottom: 80px;
 }

 .hero-section-list-wraper {
   cursor: pointer;
   border-right: 1px solid #ccc;
   flex-grow: 1;
 }

 .hero-content-wraper:last-child {
   border-right: none !important;
 }

 .hero-section-nav-link {
   font-size: 1.2rem;
   font-weight: 600;
   color: #21356B;
 }

 li.nav-item.dropdown.hero-section-dropdown .dropdown-toggle::after {
   content: unset;
 }


 /* service section styling here */
 section#service-section,
 section#service-section2 {
   background-color: #f4f4f4;
 }

 p.card-text.service-description {
   text-align: justify;
 }

 section {
   padding: 4rem 0rem;
 }


 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
   background: #134a88;
   position: relative;
   display: inline-block;
 }

 span.swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   margin-right: 10px !important;
 }

 span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
   top: -5px;
   left: -5px;
   content: "";
   opacity: 1;
   width: 20px;
   height: 20px;
   position: absolute;
   border-radius: 100%;
   -webkit-transition: 0.3s all ease;
   transition: 0.3s all ease;
   border: 2px solid #134a88;
 }

 .text-custom-blue {
   color: #134a88;
 }

 .text-size {
   color: #134a88;
   font-size: 21px;
 }

 .read-more-icon {
   opacity: 0;
   visibility: hidden;
   transform: translateX(-4px);
   transition: 0.4s;
 }

 .read-more-button {
   transition: 0.4s;
 }

 a.more-btn i {
   transform: translateX(-7px);
   opacity: 0;
   transition: 0.3s;
 }

 a.more-btn:hover i {
   transform: translateX(2px);
   opacity: 1;
 }

 .read-more-button:hover .read-more-icon {
   opacity: 1;
   visibility: visible;
   transform: translateX(1px);
 }

 .slider-card {
   position: relative;
   overflow: hidden;
   cursor: pointer;
 }

 .slider-card img {
   transition: 0.6s;
   overflow: hidden;
   height: 100%;
   object-fit: cover;
 }

 .slider-card img:hover {
   transform: scale(1.2);
 }

 .card-img-top,
 .partner-wraper {
   overflow: hidden;
   position: relative;
   border-radius: 11px;
   border: 2px solid #f4f4f4;
   background: #fff;
   height: 250px;
 }

 .card-img-top.industrial-img-top {
   text-align: center;
   height: 180px;
 }

 .card-img-top.industrial-img-top img {
   height: 140px !important;
   width: 140px !important;
   margin-top: 30px;
 }

 .partner-wraper {
   height: 230px !important;
   margin-top: 7px;
   transition: 0.6s;
   cursor: pointer;
 }

 .partner-wraper:hover {
   box-shadow: 1.882px 4.401px 33px 0px rgba(68, 68, 68, 0.15);
 }

 .news-card img {
   height: 180px;
   object-fit: cover;
 }

 .white-cta-button {
   width: 210px;
 }

 .swiper.swiper-news {
   height: 430px;
 }

 .card-img-top::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 0;
   background: rgba(0, 67, 135, 0.85);
   transition: 0.6s;
   z-index: 1;
   pointer-events: none;
 }

 .card-img-top:hover::before {
   height: 100%;
 }

 .partner-img img {
   width: 100%;
 }

 .partner-img {
   width: 310px;
 }

 .service-btn,
 .brand-btn-wraper {
   position: absolute;
   top: 50%;
   transform: translate(0, -50%);
   visibility: hidden;
   opacity: 0;
   transition: 0.4s;
   z-index: 999 !important;
 }

 .card-img-top:hover .service-btn,
 .brand-wraper:hover .brand-btn-wraper {
   opacity: 1;
   visibility: visible;
 }

 .hero-section-nav {
   background-color: #fff;
   border-radius: 12px;
   margin-top: -90px;
   box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.1);
   position: relative;
 }

 ul.dropdown-menu.hero-section-dropdown-menu a {
   font-size: 18px;
   padding: 8px 0px;
 }

 .hero-section-list-wraper img {
   height: 52px;
 }

 .hero-section-list-wraper a {
   padding: 0px;
 }

 .hero-section-list-wraper:last-child {
   border-right: none;
 }

 .card {
   background: transparent;
 }

 .video-wraper {
   height: 215px;
   position: relative;
 }

 a.embed-responsive img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 /* video play button styling */
 @-webkit-keyframes border_animation {
   0% {
     -webkit-transform: scale(1);
     transform: scale(1);
     opacity: 0;
   }

   20% {
     -webkit-transform: scale(1.24);
     transform: scale(1.24);
     opacity: 1;
   }

   100% {
     -webkit-transform: scale(2.1);
     transform: scale(2.1);
     opacity: 0;
   }
 }

 @keyframes border_animation {
   0% {
     -webkit-transform: scale(1);
     transform: scale(1);
     opacity: 0;
   }

   20% {
     -webkit-transform: scale(1.24);
     transform: scale(1.24);
     opacity: 1;
   }

   100% {
     -webkit-transform: scale(2.1);
     transform: scale(2.1);
     opacity: 0;
   }
 }

 .ft-video-play {
   left: 0;
   top: 50%;
   right: 0;
   margin: 0 auto;
   text-align: center;
   position: absolute;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
 }

 .ft-video-play a {
   width: 45px;
   height: 45px;
   margin: 0 auto;
   border-radius: 100%;
   background-color: #fff;
   text-decoration: none;
 }

 .ft-video-play a i {
   color: #134a88;
 }

 .ft-video-play a .video_btn_border {
   top: 0;
   left: 0;
   opacity: 0;
   width: 100%;
   height: 100%;
   border-radius: 60px;
   position: absolute;
   -webkit-animation-play-state: running;
   animation-play-state: running;
   border: 10px solid #fff;
   -webkit-animation: border_animation 3.9s linear 0s infinite;
   animation: border_animation 3.9s linear 0s infinite;
 }

 .ft-video-play a .video_btn_border.border_wrap-2 {
   -webkit-animation-delay: 1.3s;
   animation-delay: 1.3s;
 }

 /* section#industrial-section,
 section#news-section {
     background: #F7F7F7;
 } */

 #news-section {
   padding: 1rem 0rem;
 }

 .section-heading h2,
 .about-us-content-wraper h2 {
   font-weight: 700;
   font-size: 2.2rem;
 }

 .section-heading h2.welcome-heading {
   font-size: 2.4rem;
 }

 .text-justify {
   text-align: justify;
 }

 .brand-wraper {
   border-radius: 4px;
   min-height: 200px;
   cursor: pointer;
 }

 .partner-wraper-redirect {
   background-color: #19417C;
 }

 .w-225 {
   width: 225px;
 }

 a.view-all-btn {
   text-decoration: none;
   color: #fff !important;
 }

 .cta-content {
   background: #19417CF5;
   padding: 3rem;
   border-radius: 10px;
   margin-top: 5rem;
   width: 75%;
 }

 #footer-section {
   background-size: cover !important;
   background: url(../assets/bg-footer.png);
   /* background-color: #F7F7F7; */
   padding-top: 4rem;
   padding-bottom: 0;
   background-position: center center;
   background-repeat: no-repeat;
 }

 .footer-row-1 {
   border-bottom: 1px solid #ccc;
   padding: 1rem 0rem;
 }

 .footer-widget h5 {
   font-weight: 700;
   font-size: 22px;
   margin-top: 10px;
   line-height: 1.2em;
   margin-bottom: 30px;
   padding-bottom: 15px;
   text-transform: capitalize;
   position: relative;
 }

 .text-underline:before {
   position: absolute;
   content: "";
   left: 0px;
   bottom: 0px;
   width: 35px;
   height: 2px;
   background: #134a88;
 }

 ul.footer-list {
   list-style: none;
 }

 /* Email Box */
 .email-box {
   position: relative;
   margin-bottom: 22px;
 }

 .email-box .form-group {
   position: relative;
   margin: 0px;
   width: 100%;
   max-width: 100%;
 }

 .email-box .form-group input[type=text],
 .email-box .form-group input[type=email] {
   position: relative;
   line-height: 43px;
   padding: 10px 55px 10px 25px;
   background-color: #fff;
   display: block;
   font-size: 15px;
   height: 50px;
   width: 100%;
   color: #134a88;
   outline: none;
   border: 1px solid #134a88;
   -webkit-box-shadow: inherit;
   box-shadow: inherit;
   border-radius: 0px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .email-box .form-group input::-webkit-input-placeholder,
 .ft1-main-footer .email-box .form-group textarea::-webkit-input-placeholder {
   color: #134a88;
 }

 .email-box .form-group input::-moz-placeholder,
 .ft1-main-footer .email-box .form-group textarea::-moz-placeholder {
   color: #134a88;
 }

 .email-box .form-group input:-ms-input-placeholder,
 .ft1-main-footer .email-box .form-group textarea:-ms-input-placeholder {
   color: #134a88;
 }

 .email-box .form-group input::-ms-input-placeholder,
 .ft1-main-footer .email-box .form-group textarea::-ms-input-placeholder {
   color: #134a88;
 }

 .email-box .form-group input::placeholder,
 .email-box .form-group textarea::placeholder {
   color: #134a88;
 }

 .email-box .form-group button {
   position: absolute;
   right: 0px;
   top: 0px;
   height: 50px;
   width: 64px;
   display: block;
   font-size: 16px;
   color: #ffffff;
   border: 0px;
   cursor: pointer;
   line-height: 100%;
   font-weight: normal;
   text-align: center;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   background-color: #134a88;
 }


 .list-link li a:hover {
   margin-left: 10px;
   text-decoration: underline;
 }

 .social-icons,
 .list-link {
   list-style: none;
   padding: 0;
 }

 .list-link li {
   position: relative;
   margin-bottom: 10px;
 }

 .list-link li a {
   position: relative;
   font-size: 16px;
   font-weight: 500;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
   text-decoration: none;
 }

 /* modal styling  */
 button.btn-close.btn-close-custom {
   background: none;
   color: #134a88;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 2rem;
   display: block !important;
   width: unset;
   height: unset;
 }

 .btn-close.btn-close-custom:focus {
   box-shadow: none;
 }

 .custom-form-control:focus {
   box-shadow: none;
   border-color: #134a88 !important;
 }

 button.modal-submit-btn {
   background: #134a88;
   border-radius: 30px;
   transition: 0.4s;
   font-weight: 700;
 }

 .custom-form-control {
   border-radius: 0;
   border: none;
   border-bottom: 1px solid #ccc !important;
 }

 .img-shape-container {
   left: -35px;
   top: -6px;
   height: 110px;
   width: 130px;
   color: #00044b;
   border-radius: 100%;
   font-family: "Poppins";
   background-color: #f4f4f4;
   -webkit-transition: 300ms all ease;
   transition: 300ms all ease;
   padding: 23px 10px 10px 43px;
   position: absolute;
 }


 /* service-section-new styling */

 .card-img-top-nh {
   height: 200px;
   position: relative;
   overflow: hidden;
 }

 /* .card-img-top-nh::before{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: rgba(0, 0, 0, 0.65);
} */
 /* .swiper-slide-new{
    margin-right: 0px !important;
} */
 .service-card-content-wraper {
   max-width: 100%;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
   padding: 20px 15px;
 }

 .service-card-content-wraper h3 {
   font-size: 22px;
   font-weight: 700;
 }

 .service-card-content-wraper p {
   line-height: 1.688;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
   min-height: 135px;
 }

 .service-card-new .more-btn {
   color: #134a88;
   transition: 0.3s;
   font-size: 14px;
   font-weight: 700;
 }

 /* .service-card-new .more-btn:hover {
    color: #fff;
    background-color: #134a88;
  } */

 .service-serial-no {
   position: absolute;
   background: #134a88;
   width: 100px;
   height: 100px;
   color: #ffffff;
   right: -35px;
   font-size: 22px;
   padding: 15px 10px 10px 32px;
   bottom: -45px;
   border-radius: 100%;
 }

 /* .service-card-new:hover .service-card-content-wraper {
    bottom: 90px;
  }
  .service-card-new:hover .service-card-content-wraper p {
    opacity: 1;
  }
  .service-card-new:hover .card-img-top-nh:before {
    background-color: rgba(0, 67, 135, 0.85);
  } */
 .service-card-new {
   border-radius: 10px !important;
   background: #fff;
   box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
   min-height: 270px;
 }

 /* service new sectio ends  */

 /*---------------------------------------------------- */
 /*Breadcrumb area*/
 /*----------------------------------------------------*/
 .breadcrumb-section {
   padding: 240px 0px 110px;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-position: center center !important;
 }

 #breadcrumb-section-services {
   background: url('../assets/project_logistics.png');
 }

 /* Partners Secstion */

 #breadcrumb-section-partners {
   background: url('../assets/our-parnters.png');
 }

 #breadcrumb-section-partner-details1 {
   background: url('../assets/our-parnters.png');
 }

 #breadcrumb-section-partner-details2 {
   background: url('../assets/partner2.png');
 }

 #breadcrumb-section-partner-details3 {
   background: url('../assets/partner3.png');
 }

 #breadcrumb-section-partner-details4 {
   background: url('../assets/partner4.png');
 }

 #breadcrumb-section-partner-details5 {
   background: url('../assets/partner5.png');
 }

 #breadcrumb-section-partner-details6 {
   background: url('../assets/partner6.png');
 }


 #breadcrumb-section-ceo {
   background: url('../assets/banner5.jpg');
 }

 #breadcrumb-section-road-transportation-service {
   background: url('../assets/Transportation-service.png');
 }

 #breadcrumb-section-3pl-service {
   background: url('../assets/Warehousing/warehouse-service.JPG');
 }

 /* News Section */
 #breadcrumb-section-almajdouie-recognize {
   background: url('../assets/banner-updated.jpg');
 }

 #breadcrumb-section-insight-innovations {
   background: url('../assets/news22.png');
 }

 .ceo-img img {
   width: 100%;
   height: 470px;
   object-fit: contain;
 }

 #ceo-message-section .pattern-layer {
   position: absolute;
   right: 0px;
   top: 0px;
   width: 680px;
   height: 960px;
   margin-left: -470px;
   margin-top: -470px;
   background-repeat: no-repeat;
   z-index: -1;
 }

 #about-us-section-2 .pattern-layer-left {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 960px;
   height: 960px;
   margin-left: -470px;
   margin-top: -470px;
   background-repeat: no-repeat;
   z-index: -1;
 }

 .ceo-message-card-wraper {
   height: 220px;
   background-color: #f4f4f4;
   box-shadow: 0px 0px 7px 0px rgba(87, 87, 87, 0.2);
   z-index: 1;
 }

 .ceo-message-card-wraper .hover-layer {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   bottom: 0px;
   right: 0px;
   background-color: #134a88;
   transition: -webkit-transform 0.4s ease;
   -webkit-transition: -webkit-transform 0.4s ease;
   transition: transform 0.4s ease;
   transition: transform 0.4s ease, -webkit-transform 0.4s ease;
   -webkit-transform: scale(0, 1);
   transform: scale(0, 1);
   -webkit-transform-origin: left center;
   transform-origin: left center;
   z-index: -1;
 }

 .ceo-message-card-wraper:hover {
   color: #fff !important;
 }

 .ceo-message-card-wraper:hover .text-underline:before {
   background: #fff !important;
 }

 .ceo-message-card-wraper:hover .text-underline {
   color: #fff !important;
 }

 .ceo-message-card-values-wraper {
   height: 500px;
   background-color: #f4f4f4;
   box-shadow: 0px 0px 7px 0px rgba(87, 87, 87, 0.2);
   z-index: 1;
 }

 @media (max-width: 768px) {
   .ceo-message-card-values-wraper {
     height: 1086px;
   }
 }

 .ceo-message-card-values-wraper .hover-layer {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   bottom: 0px;
   right: 0px;
   background-color: #134a88;
   transition: -webkit-transform 0.4s ease;
   -webkit-transition: -webkit-transform 0.4s ease;
   transition: transform 0.4s ease;
   transition: transform 0.4s ease, -webkit-transform 0.4s ease;
   -webkit-transform: scale(0, 1);
   transform: scale(0, 1);
   -webkit-transform-origin: left center;
   transform-origin: left center;
   z-index: -1;
 }

 .ceo-message-card-values-wraper:hover {
   color: #fff !important;
 }

 .ceo-message-card-values-wraper:hover .text-underline:before {
   background: #fff !important;
 }

 .ceo-message-card-values-wraper:hover .text-underline {
   color: #fff !important;
 }

 .section-bg-shape {
   top: 0;
   right: 0;
   z-index: -1;
 }

 .ceo-message-card-values-wraper:hover .hover-layer {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   -webkit-transform-origin: right center;
   transform-origin: right center;
 }

 #breadcrumb-section-warehouse-service {
   background: url('../assets/Warehousing/warehouse-service.JPG');
 }

 #breadcrumb-section-terminal-operations-service {
   background: url('../assets/Terminal/terminals-service.JPG');
 }

 #breadcrumb-section-training-service {
   background: url('../assets/training-service.png');
 }

 #breadcrumb-section-petrochemical-solution {
   background: url('../assets/Petrochemicals_solution.png');
 }

 #breadcrumb-section-distribution-service {
   background: url('../assets/Warehousing/distribution.jpg');
 }

 #breadcrumb-section-custom-clearance-service {
   background: url('../assets/Customs-Clearance-service.png');
 }

 #breadcrumb-section-sustainable {
   background: url('../assets/sustainable.png');
 }

 #breadcrumb-section-automotive-solution {
   background: url('../assets/automotive-page.jpg');
 }

 #breadcrumb-section-home-appliance-solution {
   background: url('../assets/Home-appliances_01-solutions\ \(1\).png');
 }

 #breadcrumb-section-freight-forwarding-service {
   background: url('../assets/Freight/freight-forwarding.jpeg');
 }

 #breadcrumb-section-apparel-solution {
   background: url('../assets/apparel-solutions.webp');
 }

 #breadcrumb-section-pharmaceutical-solution {
   background: url('../assets/pharmaceutical-solution.jpeg');
 }

 #breadcrumb-section-digital-solution {
   background: url('../assets/Digital-_01-solutions.png');
 }

 #breadcrumb-section-contact-us {
   background: url('../assets/contact_us.png');
 }

 #breadcrumb-section-our-team {
   background: url('../assets/OurPeople.png');
 }

 #breadcrumb-section-award {
   background: url('../assets/awards-bg.jpg');
 }

 #breadcrumb-section-sheq {
   background: url('../assets/sheq-page.jpg');
 }

 #breadcrumb-section-about-us {
   background: url('../assets/all_logistics_design.png');
 }

 .breadcrumb-section .background_overlay {
   background-color: rgba(0, 62, 77, 0.7);
 }

 .background_overlay {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   position: absolute;
 }

 .breadcrumb-content h2 {
   font-size: 54px;
 }

 .breadcrumb-content .breadcrumb-list li {
   color: #fff;
   margin: 0px 20px;
   position: relative;
 }

 .breadcrumb-list ul li {
   display: inline-block;
 }

 .breadcrumb-content .breadcrumb-list li:after {
   top: 2px;
   right: -30px;
   font-size: 19px;
   content: "\f101";
   font-weight: 900;
   color: #fff;
   position: absolute;
   font-family: 'Font Awesome 5 Free';
 }

 .breadcrumb-content .breadcrumb-list li:last-child:after {
   display: none;
 }

 .bg-custom-blue {
   background: #134a88;
   color: #fff;
 }

 .page-padding {
   padding: 100px 0px;
 }

 .design-shape {
   bottom: 0;
   right: 0;
 }

 /*---------------------------------------------------- */

 .ceo-img img {
   width: 100%;
   height: 470px;
   object-fit: contain;
 }

 #ceo-message-section .pattern-layer {
   position: absolute;
   right: 0px;
   top: 0px;
   width: 680px;
   height: 960px;
   margin-left: -470px;
   margin-top: -470px;
   background-repeat: no-repeat;
   z-index: -1;
 }

 #about-us-section-2 .pattern-layer-left {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 960px;
   height: 960px;
   margin-left: -470px;
   margin-top: -470px;
   background-repeat: no-repeat;
   z-index: -1;
 }

 .ceo-message-card-wraper {
   height: 220px;
   background-color: #f4f4f4;
   box-shadow: 0px 0px 7px 0px rgba(87, 87, 87, 0.2);
   z-index: 1;
 }

 .ceo-message-card-wraper .hover-layer {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   bottom: 0px;
   right: 0px;
   background-color: #134a88;
   transition: -webkit-transform 0.4s ease;
   -webkit-transition: -webkit-transform 0.4s ease;
   transition: transform 0.4s ease;
   transition: transform 0.4s ease, -webkit-transform 0.4s ease;
   -webkit-transform: scale(0, 1);
   transform: scale(0, 1);
   -webkit-transform-origin: left center;
   transform-origin: left center;
   z-index: -1;
 }

 .ceo-message-card-wraper:hover {
   color: #fff !important;
 }

 .ceo-message-card-wraper:hover .text-underline:before {
   background: #fff !important;
 }

 .ceo-message-card-wraper:hover .text-underline {
   color: #fff !important;
 }

 .section-bg-shape {
   top: 0;
   right: 0;
   z-index: -1;
 }

 .ceo-message-card-wraper:hover .hover-layer {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   -webkit-transform-origin: right center;
   transform-origin: right center;
 }

 /* team section styling */
 #our-team-section {
   background: url('../assets/bg-team-section.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   z-index: 1;
 }

 .team-inner-itembox {
   margin: 0 auto;
   max-width: 370px;
   overflow: hidden;
   border-radius: 5px;
   margin-bottom: 30px;
 }

 .team-inner-itembox .hover-shape {
   opacity: 0;
   bottom: -8px;
   width: 100%;
   -webkit-transition: 0.3s all ease-in-out;
   transition: 0.3s all ease-in-out;
 }

 .team-inner-itembox .hover-shape img {
   width: 100%;
 }

 .team-inner-itembox .team-inner-item-text {
   left: 50px;
   bottom: 25px;
   position: absolute;
 }

 .team-inner-itembox .team-inner-item-text h3 {
   opacity: 0;
   font-size: 18px;
   font-weight: 700;
   padding-bottom: 5px;
   position: relative;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
   -webkit-transform: translateX(30px);
   transform: translateX(30px);
 }

 .team-inner-itembox .team-inner-item-text a {
   color: #fff;
 }

 .team-inner-itembox .team-inner-item-text h3 a {
   -webkit-transition: none;
   transition: none;
 }

 .team-inner-itembox .team-inner-item-text h3:before {
   top: 12px;
   left: -30px;
   width: 25px;
   height: 3px;
   content: "";
   position: absolute;
   background-color: #fff;
 }

 .team-inner-itembox .team-inner-item-text span {
   opacity: 0;
   color: #fff;
   font-size: 15px;
   font-weight: 500;
   display: inline-block;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
   -webkit-transform: translateX(-30px);
   transform: translateX(-30px);
 }

 .team-inner-itembox:hover .hover-shape {
   opacity: 1;

 }

 .team-inner-itembox:hover .team-inner-item-text h3,
 .team-inner-itembox:hover .team-inner-item-text span {
   opacity: 1;
   -webkit-transform: translateX(0);
   transform: translateX(0);
 }

 .team-details-content {
   padding: 0px 65px;
   border-radius: 8px;
   margin: 65px 0px;
   background-color: #003440;
 }

 .team-details-content .team-details-img {
   top: -60px;
   overflow: hidden;
   max-width: 365px;
   border-radius: 8px;
 }

 .team-details-content .team-details-text-wrapper {
   padding: 50px 0px;
 }

 .team-details-content .team-details-text {
   color: #fff;
   padding-bottom: 22px;
 }

 .team-details-content .team-details-text h3 {
   color: #fff;
   font-size: 36px;
   font-weight: 700;
   padding-bottom: 10px;
 }

 .team-details-content .team-details-text span {
   font-size: 18px;
   font-weight: 700;
   display: inline-block;
   padding-bottom: 10px;
 }

 .team-inner-itembox .team-inner-item-img img {
   width: 100%;
 }

 /* sheq section styling */
 .sheq-vision-list {
   list-style: none;
 }

 .sheq-vision-list>li {
   padding-left: 24px;
 }

 .sheq-vision-list>li::before {
   top: 0;
   left: 0;
   content: "\f00c";
   font-weight: 900;
   position: absolute;
   color: #134a88;
   font-family: "Font Awesome 5 Free";
 }

 .sheq-vision-list.company-services-list>li::before {
   content: "\f058" !important;
 }

 img.sheq-img {
   height: 100%;
   object-fit: cover;
 }

 /* about us section styling */
 .sub-text::after {
   background: #134a88;
   position: absolute;
   display: block;
   content: "";
   width: 40px;
   height: 3px;
   bottom: -15px;
   left: 50%;
   margin-left: -20px;
 }

 .about-us-section-img img {
   height: 520px;
   object-fit: cover;
   width: 100%;
   border-radius: 5px;
 }

 .about-us-section-img {
   z-index: 1;
 }

 .about-us-section-img::before {
   position: absolute;
   content: "";
   left: -20px;
   top: 20px;
   bottom: 20px;
   width: 60px;
   border-radius: 4px;
   z-index: -1;
   background-color: #134a88;
 }

 .about-us-section-img .year-box {
   position: absolute !important;
   right: -65px;
   bottom: 35px;
   border-radius: 5px;
   background-color: #ffffff;
   padding: 25px 20px;
   border-right: 5px solid #134a88;
   -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
 }

 .about-us-section-img .year-box .box-inner {
   position: relative;
   font-size: 18px;
 }

 .about-us-section-img .year-box .box-inner img {
   width: 32px;
   height: 32px;
 }

 .line-text::before {
   top: 15px;
   left: 0;
   content: "";
   height: 3px;
   width: 75px;
   position: absolute;
   background-color: #134a88;
 }

 .line-text {
   padding: 0 80px;
 }

 .hover-border-outer::before,
 .hover-border-outer::after {
   box-sizing: inherit;
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: -1;
   display: black;
 }

 .hover-border {
   transition: color 0.25s;
 }

 .hover-border::before,
 .hover-border::after {
   border: 5px solid transparent;
   width: 0;
   height: 0;
 }

 .hover-border::before {
   top: 0;
   left: 0;
 }

 .hover-border::after {
   bottom: 0;
   right: 0;
 }

 .hover-border:hover::before,
 .hover-border:hover::after {
   width: 100%;
   height: 100%;
   display: block;
   z-index: 1;
 }

 .hover-border:hover::before {
   border-top-color: #134a88;
   border-right-color: #134a88;
   transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
 }

 .hover-border:hover::after {
   border-bottom-color: #134a88;
   border-left-color: #134a88;
   transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
 }

 /* acheivement and counter section styling */
 .ft-counterup-content {
   padding: 2rem 0rem;
 }

 .achivement-section-bg {
   position: absolute;
   top: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   z-index: -1;
 }

 .ft-counterup-innerbox {
   margin-left: 40px;
   border-radius: 8px;
   background-color: #fff;
   padding: 25px 25px 25px 65px;
   -webkit-box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
   box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
   margin-top: 10px;
 }

 .ft-counterup-innerbox .ft-counterup-icon {
   top: 50%;
   left: -40px;
   z-index: 1;
   width: 80px;
   height: 80px;
   position: absolute;
   border-radius: 100%;
   background-color: #fff;

   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-box-shadow: 5.694px 12.79px 30px 0px rgba(0, 67, 63, 0.15);
   box-shadow: 5.694px 12.79px 30px 0px rgba(0, 67, 63, 0.15);
 }

 .ft-counterup-innerbox .ft-counterup-icon:before {
   top: 8px;
   left: 8px;
   content: "";
   z-index: -1;
   width: 65px;
   height: 65px;
   position: absolute;
   border-radius: 100%;
   background-color: #134a88;
 }

 .ft-counterup-innerbox .ft-counterup-icon i {
   color: #fff;
   font-size: 35px;
   line-height: 0.75;
 }

 .ft-counterup-innerbox .ft-counterup-text h3 {
   color: #00044b;
   font-size: 48px;
   font-weight: 700;
 }

 .ft-counterup-innerbox .ft-counterup-text p {
   color: #00044b;
   font-weight: 700;
 }

 /*---------------------------------------------------- */
 /*why choose area*/
 /*----------------------------------------------------*/
 .ft-why-choose-section {
   z-index: 1;
 }

 /* #ft-why-choose{
  background: url('../assets/why-choose-section-bg.PNG');
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
} */
 /* .why-choose-section-img{
  height: 750px;
} */
 .card.news-card {
   margin-bottom: 12px;
 }

 .why-choose-section-img img {
   object-fit: cover;
 }

 /* .ft-why-choose-section:before {
  top: 0;
  right: 0;
  width: 50.7%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
} */

 .ft-why-choose-text-area .ft-section-title {
   max-width: 600px;
   padding-left: 100px;
 }

 .ft-why-choose-feature-wrapper {
   padding-top: 18px;
 }

 span.section-bg-shape img {
   width: 100%;
 }

 .ft-why-choose-feature-item {
   margin-bottom: 25px;
 }

 .ft-why-choose-feature-item .ft-why-choose-feature-icon {
   z-index: 1;
   width: 85px;
   height: 85px;
   margin-right: 23px;
   border-radius: 100%;
   background-color: #fff;
   -webkit-box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
   box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
 }

 .ft-why-choose-feature-item .ft-why-choose-feature-icon i {
   font-size: 40px;
   line-height: 0.75;
   color: #ea1e00;
 }

 .ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
   top: 10px;
   left: 10px;
   content: "";
   z-index: -1;
   width: 65px;
   height: 65px;
   position: absolute;
   border-radius: 100%;
   background-color: rgba(0, 67, 135, 0.85);
 }

 img.mini-icon {
   width: 50px;
 }

 .ft-why-choose-feature-item .ft-why-choose-feature-text {
   max-width: 420px;
 }

 .ft-why-choose-feature-item .ft-why-choose-feature-text h3 {
   color: #00044b;
   font-size: 22px;
   font-weight: 700;
   padding-bottom: 10px;
 }

 .ft-why-choose-feature-item .ft-why-choose-feature-text p {
   line-height: 1.5;
 }

 /* directors section */
 .ft-thx-help-section {
   overflow: hidden;
   padding: 110px 0px;
 }

 .ft-thx-help-section .background_overlay {
   z-index: 1;
   height: 90%;
   background-color: rgba(0, 67, 135, 0.85);
 }

 .ft-thx-help-section .ft-thx-help-bg {
   top: 0;
   left: 0;
   z-index: 0;
   width: 100%;
   height: 1090px;
   overflow: hidden;
 }

 .ft-thx-help-content {
   z-index: 4;
 }

 .ft-thx-help-content .ft-thx-section-title-3 {
   margin: 0 auto;
   max-width: 670px;
   padding-bottom: 40px;
 }

 .ft-thx-help-content .ft-thx-section-title-3 h2 {
   color: #fff;
 }

 .ft-thx-help-item {
   overflow: hidden;
   border-radius: 5px;
   padding: 30px 30px;
   background-color: #ffffff;
   -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
 }

 .ft-thx-help-item .ft-thx-help-text {
   width: 330px;
   margin: 18px;
 }

 /* .ft-thx-help-item .ft-thx-help-text h3 {
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 15px;
}
.ft-thx-help-item .ft-thx-help-text .ft-thx-btn-2 a {
  height: 50px;
  width: 150px;
} */
 .ft-thx-help-item .ft-thx-help-img {
   z-index: 1;
   width: 210px;
   position: relative;
 }

 .ft-thx-help-item .ft-thx-help-img:before {
   top: 8px;
   right: -8px;
   bottom: -8px;
   left: 8px;
   z-index: -1;
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
   background-color: #134a88;
 }

 .ft-thx-help-item:hover .ft-thx-help-img:before {
   left: -8px;
   right: 8px;
   top: -8px;
   bottom: 8px;
 }

 .ft-thx-help-content-items {
   margin-top: 5rem;
 }

 .inner-col {
   padding-right: 80px;
 }

 /* .contact us styling */
 .ft-faq-contact-form-area {
   padding: 30px;
   border-radius: 10px;
   -webkit-box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
   box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15);
 }



 .contact-content {
   max-width: 580px;
 }

 .contact-form-wrapper {
   margin-top: 30px;
 }

 .contact-form-wrapper input,
 .ft-contact-form-wrapper textarea {
   width: 100%;
   height: 55px;
   border-radius: 5px;
   margin-bottom: 20px;
   padding-left: 20px;
   border: 1px solid #cbcbcb;
 }

 .contact-form-wrapper textarea {
   height: 140px;
   padding-top: 15px;
 }

 .contact-form-wrapper .ft-sb-button {
   background-color: #00044b;
 }

 .contact-cta-items {
   padding: 30px 30px;
   margin-bottom: 26px;
   background-color: #f4f4f4;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
   border-top: 5px solid #f4f4f4;
 }

 .contact-cta-items .contact-cta-icon {
   width: 60px;
   height: 60px;
   margin-right: 30px;
   border-radius: 8px;
   background-color: #134a88;
 }

 .contact-submit-btn:hover {
   background-color: #134a88 !important;
   color: #fff !important;
 }

 .contact-cta-items .contact-cta-icon i {
   font-size: 30px;
   color: #fff;
 }

 .contact-cta-items .contact-cta-text {
   max-width: 275px;
   margin: 12px;
 }

 .contact-cta-items .contact-cta-text h3 {
   color: #002a34;
   font-size: 20px;
   font-weight: 700;
   padding-bottom: 10px;
 }

 .contact-cta-items:hover {
   border-top: 5px solid #134a88;
 }

 .contact-page-form-wrapper {
   padding: 30px;
   background-color: #f4f4f4;
   /* box-shadow: 1.736px 9.848px 60px 0px rgba(0, 52, 64, 0.15); */
 }

 .contact-page-form-wrapper h3 {
   font-size: 36px;
   font-weight: 700;
   padding-bottom: 30px;
 }

 section#contact-page-section {
   padding: 6rem 0rem;
 }

 .custom-checkbox {
   width: 25px !important;
   height: 25px !important;
 }

 .form-check-input:checked {
   background-color: #134a88 !important;
   border-color: #134a88 !important;
 }

 .contact-page-form-wrapper input,
 .contact-page-form-wrapper textarea {
   width: 100%;
   height: 50px;
   border: none;
   padding-left: 20px;
   margin-bottom: 20px;
   border-radius: 5px;
   background-color: #fff;
   outline: none;
 }

 .contact-page-form-wrapper textarea {
   height: 210px;
   padding-top: 15px;
 }

 .contact-page-form-wrapper button:hover {
   background-color: #00044b;
 }

 /* service page styling */
 .service-page-card img {
   height: 220px;
   object-fit: cover;
   transition: 0.4s;
   overflow: hidden;
 }

 .service-page-card {
   cursor: pointer;
 }

 .service-content-body {
   background-color: #f4f4f4 !important;
   border-bottom: 8px solid #134a88;
 }

 /* newsletter page styling */
 .card.newsletter-card {
   background: #fff;
   transition: 0.4s;
   overflow: hidden !important;
   position: relative;
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
   margin-bottom: 18px;
 }

 .card.newsletter-card::before {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   opacity: 0;
   background-color: #134a88;
   transition: all 600ms ease;
   -moz-transition: all 600ms ease;
   -webkit-transition: all 600ms ease;
   -ms-transition: all 600ms ease;
   -o-transition: all 600ms ease;
   -webkit-transform: scale(0.5, 1);
   transform: scale(0.5, 1);
 }

 .card.newsletter-card:hover::before {
   opacity: 1;
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .card.newsletter-card:hover a.pdf-download-button {
   color: #fff;
 }

 .newsletter-card-body {
   height: 500px;
   width: 360px;
   z-index: 1;
 }

 .card.newsletter-card .card-footer {
   z-index: 1;
   background: transparent;
 }

 .newsletter-card-body img {
   object-fit: cover;
   border-radius: 6px;
 }

 a.pdf-download-button {
   color: #134a88;
   transition: 0.3s;
 }

 .news-btn a {
   z-index: 1;
   width: 60px;
   height: 45px;
   color: #002a34;
   overflow: hidden;
   line-height: 48px;
   text-align: center;
   position: relative;
   display: inline-block;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
 }

 .news-btn a span {
   opacity: 0;
   color: #002a34;
   font-size: 16px;
   font-weight: 600;
   margin-right: 8px;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
 }

 .news-btn a i {
   top: 50%;
   right: 0;
   left: 0;
   transform: translate(0, -50%);
   position: absolute;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
 }

 .news-btn a:before {
   top: 0;
   left: 0;
   content: "";
   z-index: -1;
   width: 60px;
   height: 45px;
   position: absolute;
   border-radius: 30px;
   -webkit-transition: 500ms all ease;
   transition: 500ms all ease;
   border: 2px solid #134a88 !important;
 }

 .news-btn a:hover {
   width: 150px;
 }

 .news-btn a:hover span {
   opacity: 1;
   color: #fff !important;
 }

 .news-btn a:hover i {
   left: auto;
   right: 15px;
   color: #fff !important;
 }

 .news-btn a:hover:before {
   width: 150px;
   background-color: #134a88;
   border: 2px solid #134a88 !important;
 }

 .news-wraper-content {
   background: #f4f4f4;
 }

 .news-img-wraper img {
   object-fit: cover;
 }

 .side-bar-news-info {
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
 }

 .certificate-img-horizontal {
   border: 2px solid #eee;
   margin-bottom: 10px;
   height: 300px;
 }

 .certificate-img {
   margin-bottom: 15px;
 }

 @media screen and (max-width:576px) {
   .hero-content-wraper h1 {
     font-size: 2rem;
   }

   h2 {
     font-size: 1.9rem;
   }

   a.navbar-brand {
     margin-left: auto;
     width: 120px;
   }

   .navbar>.container {
     justify-content: start;
   }

   .navbar-custom-toggler {
     margin-right: unset;
     margin-left: 0px;
     background: unset !important;
   }

   #ceo-message-section .pattern-layer {
     right: 0px;
   }

   .hero-section-list-wraper {
     width: 150px;
     margin-bottom: 16px;
     border-right: none;
     text-align: center;
   }

   .hero-section-dropdown {
     flex-grow: 1 !important;
   }

   .carousel-caption.carousel-caption-custom {
     left: 0px !important;
     right: 0px !important;
     bottom: 12.25rem !important;
   }

   .slider-card img {
     height: 450px;
     object-fit: cover;

   }

   .swiper {
     height: 500px;
   }

   .swiper-slide.swiper-slide-new {
     width: 100% !important;
   }

   #bg-company-video {
     width: 100%;
     height: 400px;
   }
 }

 @media screen and (min-width:576px) {
   .hero-content-wraper {
     width: 100%
   }

   .hero-section-content-wraper .hero-section-heading {
     font-size: 2.3rem;
   }

   #bg-company-video {
     width: 100%;
     height: 600px;
   }

   .hero-content-wraper h1 {
     font-size: 2.4rem;
   }

   .swiper {
     height: 565px;
   }

   /* .swiper-slide.swiper-slide-new {
        width: 50% !important;
    } */

 }

 @media screen and (max-width:768px) {
   .hero-section-list-wraper {
     width: 170px;
     margin-bottom: 16px;
     text-align: center;
   }

   .hero-section-dropdown {
     flex-grow: 1;
   }

   .ft-thx-help-item .ft-thx-help-text {
     width: 100%;
   }

   .ft-thx-help-item .ft-thx-help-img {
     width: 100%;
   }

   .cta-content {
     width: 100%;
   }

   .ft-why-choose-feature-item .ft-why-choose-feature-icon {
     z-index: 1;
     width: 55px;
     height: 55px;
   }

   .ft-why-choose-feature-item .ft-why-choose-feature-icon:before {
     top: 5px;
     left: 5px;
     content: "";
     z-index: -1;
     width: 45px;
     height: 45px;
     position: absolute;
     border-radius: 100%;
     background-color: rgba(0, 67, 135, 0.85);
   }

   img.mini-icon {
     width: 35px;
   }

   section#about-us-section-2 {
     overflow: hidden;
   }
 }


 @media (min-width:768px) {
   .hero-content-wraper {
     width: 800px;
   }

   .hero-section-content-wraper .hero-section-heading {
     font-size: 3.2rem;
   }

   .service-content p {
     height: 219px;
     overflow: hidden;
   }

   .w-md-225 {
     width: 225px;
   }

   .w-md-325 {
     width: 325px;
   }

   .hero-content-wraper h1 {
     font-size: 3.4rem;
   }

   .swiper-slide.swiper-slide-new {
     width: 50% !important;
   }

 }


 @media (min-width: 992px) {

   .navbar-expand-lg .navbar-nav .dropdown-menu,
   .dropdown-menu.hero-section-dropdown-menu {
     position: absolute;
     transform: translateY(100px);
     transition: 2.0s;
     visibility: hidden;
     display: block;
     opacity: 0;
     width: 215px;
     padding: 0;
     border-radius: 0;
   }

   /* .swiper-slide.swiper-slide-new {
        width: 33.3% !important;
    } */

   .sub-heading-wd {
     width: 600px;
   }
 }

 @media (min-width:1200px) {
   .swiper {
     height: 540px;
   }

   /* .swiper-slide.swiper-slide-new {
        width: 25% !important;
    } */
   .sub-heading-wd {
     width: 750px;
   }
 }

 img.award-img {
   box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   margin-bottom: 15px;
 }

 .why-choose-us-img-wraper {
   height: 420px;
   width: 100%;
   text-align: center;
   overflow: hidden;
   /* Ensures any overflow is hidden */
   position: relative;
 }

 .why-choose-us-img-wraper img {
   max-width: 100%;
   height: auto;
   border-radius: 15px;
   transition: transform 0.8s ease;
   /* Smooth transition */
   transform-origin: center center;
   /* Ensure the scaling happens from the center */
 }

 .why-choose-us-img-wraper:hover img {
   transform: scale(1.2);
   /* Scale up the image on hover */
 }

 @media (max-width: 768px) {
   .why-choose-us-img-wraper {
     height: 300px;
   }
 }

 @media (max-width: 576px) {
   .why-choose-us-img-wraper {
     height: 200px;
   }
 }

 .why-choose-section-img img {
   height: 800px !important;
   width: 100%;
 }

 .text-muted {
   margin-left: 13px;
 }

 .mail-container {
   max-width: 600px;
   margin: 0 auto;
   padding: 20px;
 }

 #ceo-message-company-section {
   margin-top: -120px;
   padding: 0px;
 }

 #our-values-content {
   margin-bottom: 50px;
   margin-top: 35px;
 }

 @media (max-width: 767.98px) {
   #our-values-content {
     margin-bottom: 270px;
   }
 }

 .mail-wrap {
   background: #f7f7f7;
   padding: 20px;
   font-family: sans-serif;
 }

 .mail-container {
   max-width: 600px;
   margin: 0 auto;
   padding: 20px;
 }

 .margin-industry {
   margin-bottom: 40px;
 }

 .margin-1-5em {
   margin-left: 1.5em;
 }

 .margin-3em {
   margin-left: 3em;
 }

 .fixed-height {
   height: 335px;
 }

 .fixed-height-chairman {
   height: 255px;
 }