.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    display: none !important;
}
.preloader-blind__line {
    background: transparent;
    position: absolute;
}
.preloader_default {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transition: 0.8s width cubic-bezier(0.165, 0.64, 0.44, 1);
    -o-transition: 0.8s width cubic-bezier(0.165, 0.64, 0.44, 1);
    -moz-transition: 0.8s width cubic-bezier(0.165, 0.64, 0.44, 1);
    transition: 0.8s width cubic-bezier(0.165, 0.64, 0.44, 1);
}
.preloader.is_preloader_hide .preloader-blind__line {
    background: #172059;
}
.preloader.is_blind_hide .preloader-blind__line {
    width: 0;
}
.preloader.is_preloader_hide .preloader__percentage, .preloader.is_preloader_hide .preloader__line {
    opacity: 0;
}
.preloader__percentage {
    color: #000000;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
.preloader__line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
.preloader__bar {
    width: 0;
    height: 100%;
    background: transparent;
}

/*  */

.ser_sec .serbanner_sec .ser_banner_content {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(0%, -50%);
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    flex-direction: column;
}
.ser_sec .serbanner_sec .ser_banner_content h1 {
    margin: auto;
    font-size: 50px;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'Manrope', sans-serif;
    padding-bottom: 20px;
}
.ser_sec .serbanner_sec .ser_banner_content h3 {
    color: #fff;
    font-size: 28px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: auto;
}
.ser_sec .serbanner_sec .ser_banner_content p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10vh;
    color: #fff;
}
.bottom_list_menu_ser ul li {
    list-style: none;
    transition: 600ms all;
    position: relative;
    width: calc(100% / 3);
    width: 30%;
    padding: 30px 40px;
}
.bottom_list_menu_ser ul li a {
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 5;
    padding: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
}
.bottom_list_menu_ser ul li a * {
    display: block;
    color: #fff;
    text-align: left;
    width: 100%;
}
.bottom_list_menu_ser ul li h6 {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    color: #00c4ef;
    margin: 20px 0;
}
.bottom_list_menu_ser ul li a strong {
    word-break: break-word;
    font-family: 'Manrope', sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 31px;
    padding-top: 0;
}
.bottom_list_menu_ser ul li:nth-child(2) {
    animation-delay: 0.1s;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Manrope', sans-serif;
    padding-bottom: 0px;
    color: #00c4ef;
    width: 43%;
    padding: 30px 40px;
}
.bottom_list_menu_ser ul li:nth-child(3) {
    animation-delay: 0.2s;
    width: 27%;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 0;
    background-color: #fff;
}
.bottom_list_menu_ser ul li:nth-child(3) a{
    background-color: #fff;
    color: #000;
}
.pages_line_ser .line:nth-child(1) {
    width: 30%;
}
.pages_line_ser .line:nth-child(2) {
    width: 43%;
}
.pages_line_ser .line:nth-child(3) {
    width: 20%;
}

/* details_sec */
.details_sec {
    padding: 0;
}
.details_sec .box_midle {
    width: 74.8%;
    padding: 40px 60px 10px 140px;
    display: block;
    height: 100%;
}
.details_sec .box_bottom2 {
    width: 27%;
    padding: 0;
}
.detail_bottom {
    width: 100%;
    padding: 0;
}
.detail_bottom h4 {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
/* .detail_bottom h4::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #172059;
    display: inline-block;
    bottom: 0;
}
.detail_bottom h4::after {
    content: '';
    width: 20%;
    position: absolute;
    height: 6px;
    left: 0;
    background: #172059;
    display: inline-block;
    bottom: -2px;
} */
.detail_bottom p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: justify;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif;
}
.bottom_services {
    background-color: #f5f5f5;
    height: fit-content;
    padding: 20px 15px 15px;
    height: 100%;
}
.bottom_services ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bottom_services ul li a {
    display: flex;
    align-items: center;
    padding: 12px;
    /* background: #fff; */
    /* border-radius: 5px; */
    box-shadow: 0px 1px 1px rgb(255 255 255 / 20%), 0px 0px 1px 1px rgb(0 172 232);
    /* margin-bottom: 10px; */
    transition: all .3s;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 #d1d1d1;
}
.bottom_services ul li:first-child  a {
    border-top: none;
    box-shadow: none;
}

.bottom_services ul li a img {
    max-width: 100%;
    filter: invert(25);
    height: 36px;
    transition: all .3s;
}
/* .bottom_services ul li a:hover img{
    filter: none;
} */
.bottom_services ul li p {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    transition: all .3s;
}
.bottom_services ul li a:hover{
    background-color: #e1e1e1;
}
/* .bottom_services ul li a:hover p{
    color: #fff;
} */

.contact_section {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.contact_section .contact_sec {
    height: 250px;
    background: #172059;
    width: 100%;
    position: relative;
}
.ser_sec .serbanner_sec .contact_banner{
    left: 44%;
}
.form_main_sec {
    background: linear-gradient(-45deg,#f5f5f5,#f5f5f5 45%,#f5f5f5 45%, #f5f5f5 50%, #fff 50.1%);
}
.text_cont h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.border-locat {
    border-top: 1px solid #fff;
    box-shadow: 0px -1px 0px #d1d1d1;
    padding: 30px 0 0 0;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 65%;
    margin: auto;
    margin-top: 30px
}

.office_loc{
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.office_loc .office_icon{
    color: #172059;
    background: #F2F2F2;
    font-size: 25px;
    line-height: 30px;
    width: 70px;
    height: 70px;
    margin: 40px auto 20px;
/*    border-radius: 50px 50px 0 0;*/
    border: 2px solid #172059;
    border-bottom: none;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}
.office_loc .office_icon:before,
.office_loc .office_icon:after{
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.office_loc .office_icon:after{
    background: #172059;
    width: 90px;
    height: 30px;
    border-radius: 0;
    box-shadow: none;
    transform: translateX(-50%) translateY(0);
    top: auto;
    bottom: -25px;
    clip-path: polygon(50% 75%, 100% 0, 100% 25%, 50% 100%, 0 25%, 0 0);
}
.office_loc .office_icon span i:before {
    transform: rotate(180deg);
}
.office_loc h3{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.form_head{
    padding: 0;
}

.form_head .form_box{
    background: linear-gradient(#ffffff 25px,rgba(255,255,255,0.97) 25px);
    padding: 28px 20px 20px;
    box-shadow: 6px 6px 15px -8px rgba(0,0,0,0.3);
    border-radius: 0 10px 10px 10px;
    margin-bottom: 0;
}
.form_head h3{
    color: #222;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
}
.form_head h3:after{
    content: '';
    background-color: #172059;
    height: 3px;
    width: 110px;
    margin: 10px 0 0;
    display: block;
    clear: both;
}
.form_box .form-group{
    background-color: rgba(255,255,255,0.15);
    margin: 0 0 10px;
    border-bottom: 2px solid #e7e7e7;
}
.form_box .input-icon{
    color: #666;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    height: 38px;
    width: 30px;
    margin: 0 0 0 4px;
    display: inline-block;
}
.form_box .form-control{
    color: #222;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    width: calc(100% - 40px);
    height: 33px;
    padding: 3px 10px 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form_box textarea.form-control{
    height: 70px;
    width: 100%;
    padding: 0 0 0 15px;
}
.form_box .form-control:focus{
    box-shadow: none;
    border: none;
}
.form_box .form-control::placeholder{
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.form_box .signin{
    color: #000;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
    line-height: 22px;
    border: 2px solid #000;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease 0s;
    font-family: 'Archivo', sans-serif;
}
.form_box .signin:hover,
.form_box .signin:focus{
    color: #00d5ff;
    background-color: #fff;
    border: 2px solid #00d5ff;
}

.left_boxs {
    background: linear-gradient(to right bottom,#eee,transparent,#eee);
    padding: 20px 0 40px;
    height: 100%;
}
.left_boxs .left_locarion{
    text-align: left;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}
.left_boxs .left_locarion:before{
    content: '';
    background-color: #00c4ef;
    height: 30px;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
.left_boxs h3{
    background-color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    padding: 5px 15px 5px 10px;
    margin: 0;
    border-radius: 0 50px 50px 0;
    box-shadow: 10px 0 0 #112059,10px 0 10px rgba(0,0,0,0.3);
    display: inline-block;
}
.left_boxs .left_content {
    text-align: left;
    padding: 0;
    margin: 0px 30px 0px 30px;
    list-style: none;
    display: inline-block;
}
.left_boxs .left_content li{
    line-height: 35px;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 35px;
}
.left_content li a {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.left_content li a i {
    margin-right: 15px;
    font-size: 20px;
}
.left_content li a span {
    font-size: 15px;
    font-weight: 700;
}
.left_boxs .left_content li:before{
    content: "\f3ee";
    color: #222;
    display: inline-block;
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 20px;
}
.left_boxs .left_content li.mail:before{
    content: "\f32c";
}
.left_boxs .left_content li.call:before{
    content: "\f5b4";
}
.left_content li.addr a {
    line-height: 20px;
    display: block;
    padding-top: 5px;
}
/* career */

.career_box .career_form {
    background: linear-gradient(#ffffff 25px,rgba(255,255,255,0.97) 25px);
    padding: 28px 20px 20px;
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin-bottom: 0;
}
.career_form .form-group {
    background-color: rgba(255,255,255,0.15);
    margin: 0 0 20px;
    border-bottom: 2px solid #172059;
}
.career_form .form-control {
    color: #222;
    background-color: #f7f7f7;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    height: 40px;
    padding: 5px 0 0 15px;
    box-shadow: none;
    border: none;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    transition: all 0.3s;
}
.career_form .form-control:focus{
    box-shadow: none;
    border: none;
}
.career_form .form-control::placeholder{
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.career_form .career_btn{
    color: #172059;
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px 7px 20px;
    margin: 0 auto;
    border: 2px solid #172059;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
    font-family: "Manrope", sans-serif;
}
.career_form .career_btn:hover,
.career_form .career_btn:focus{
    color: #00c4ef;
    background-color: #fff;
    border: 2px solid #00c4ef;
}

/* indus */
.indus_box {
    padding: 15px 12px 10px 12px;
    position: relative;
    z-index: 0;
    text-align: center;
}
.indus_box:before, .indus_box:after {
    content: "";
    border: 2px solid #172059;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 55px;
    bottom: 8px;
    z-index: -1;
    /* clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 69% 0, 60% 40%, 25% 25%, 33% 0); */
}
.indus_box .indus_icon{
    color: #fff;
    font-size: 25px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin: 0 auto 10px;
    border-radius: 50%;
    /* box-shadow: 2px 2px 10px rgba(0,0,0,0.3), 0 0 0 15px rgb(0, 196, 239); */
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3), 0 0 0 1px #172059;
    background: #172059;
}
.img_indus img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.indus_box h3{
    color: #fff;
    background-color: #172059;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin: 0 -15px 10px;
}
.indus_icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.indus_icon span img {
    width: 50px;
}

/* services-new */

.secvi_sec {
    position: relative;
    height: 55vh;
    overflow: hidden;
}
.secvi_sec .banser_sec {
    height: calc(100% - 0px);
    background: #172059;
    width: 100%;
    position: relative;
}
.ser_sec .serbanser_sec .banser_content {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 9%;
    transform: translate(0%, -50%);
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px;
    flex-direction: column;
    width: 50%;
}
.ser_sec .serbanser_sec .banser_content p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 2vh;
    color: #fff;
    width: 100%;
}
.details_sec .box_first {
    width: 48%;
    padding: 40px 40px 0px 10px;
    display: block;
    height: 100%;
}
.details_sec .box_servi {
    width: 40%;
    padding: 0;
}
.secod_services ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid #112059;
}
.secod_services ul li:first-child a {
    border-top: none;
    box-shadow: none;
}
.secod_services ul li p {
    margin-left: 0px;
    margin-bottom: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    transition: all .3s;
}
.secod_services {
    /* background-color: #f5f5f5; */
    height: 100%;
    padding: 0 15px;
}
.secod_services ul li a {
    display: flex;
    align-items: center;
    padding: 12px;
    transition: all .3s;
    border-top: 1px solid #112059;
    justify-content: space-between;
}
.secod_services ul li a img {
    max-width: 100%;
    filter: invert(25);
    height: 36px;
    transition: all .3s;
}
.secod_services ul li a:hover p {
    color: #00d5ff;
}

.border-locat {
    width: 100%;
}
.map_box iframe {
    width: 100%;
}

.i4ewOd-pzNkMb-haAclf {
    background-color: transparent!important;
    display: none!important;
}

.coming_section {
    height:calc(100% - 150px);
}
.coming_section .contact_sec {
    height: 100%;
}
/* other */
.bottom_list_menu_ser ul li:last-child:before {
    background-color: #00c7f1;
}
.other_img {
    width: 100% !important;
    height: 100%;
    padding: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.img_text img {
    display: block;
    width: 50px;
    height: 50px;
}
.img_text img {
    display: block;
    width: 50px;
    height: 50px;
}

.other_img h4 {
    font-size: 20px;
    color: #000!important;
    text-align: center!important;
    font-weight: 600;
}

.other_img p {
    font-size: 13.5px;
    color: #101010 !important;
    text-align: center !important;
}

.other_img a {
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    padding: 8px 20px !important;
    background: #112059 !important;
    display: inline !important;
    width: 140px !important;
    margin: 0 0 10px 0;
    line-height: 20px;
    height: 36px !important;
    border-radius: 50px;
}
.other_img h5 {
    font-size: 16px!important;
    color: #000!important;
    text-align: center!important;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width:768px) {
    .ser_sec .serbanser_sec .banser_content {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translate(0%, -50%);
    display: flex;
    flex-wrap: wrap;
    padding-top: 120px;
    flex-direction: column;
    width: 72%;
}
.details_sec .box_first {
    padding: 20px 30px;
    display: block;
    height: fit-content;
}
.details_sec .box_servi {
    width: 100%;
    padding: 0;
}
}

/* service */
/* hero-section */

.hero-section {
  position: relative;
  height: 100vh;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(4 12 58 / 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 66px;
}

.hero-content {
  z-index: 2;
  padding: 0 15px;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 700;
  margin: auto;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'Manrope', sans-serif;
  margin-bottom: 10px;
}
.hero-content h1 span{
    color:#00C4EF;
}

.hero-content p {
  font-size: 18px;
  color: #d1d1d1;
  font-weight: 400;
  line-height: 24px;
  width: 60%;
  margin: 0;
}
.hero-content p span{
    color: white;
    font-weight: 700;
}

@media (max-width: 576px) {

  .hero-section {
  height: 70vh;
  }
  .hero-content h1 {
    font-size: 35px;
    line-height: 32px;
    text-align: center;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: center;
  }
}


/* freight-section */

.freight-section .section-title {
  color: #172059;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 30px;
}

.freight-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background-color: #F5F5F5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease;
}

.freight-card-default {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(to right, #b3edfa, #00C7F1);
  color: #172059;
  font-weight: 600;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease;
}

.freight-card:hover {
  background: linear-gradient(to right, #b3edfa, #00C7F1);
  color: #fff;
}

.freight-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}

.freight-content h5, 
.freight-content-default h5{
  color: #172059;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.freight-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  color: #172059;
}
.freight-content p ,
.freight-content-default p {
text-align: center;
}
.freight-list li ,
.freight-list-default li {
  padding-left: 5px;
  text-indent: -5px;
  margin-bottom: 6px;
}

.freight-list li::before {
  content: "•";
  color: #00C7F1;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

.freight-card:hover .freight-list li::before {
  color: #172059;
}

.freight-list-default li::before {
  color: #172059;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}



/* network section */

.network{
background-color: #f3f9fa;
}

.network .network-img{
    height: 350px;
  width: 100%;
  padding: 20px 30px;

}
.network .network-img img{
    height:100%;
    width: 100%;
    object-fit: cover;
      border-radius: 20px;
}
.network .network-content{
    height: 100%;
    padding:20px;
}

.network-head h2{
    font-weight: 700;
    text-align: center;
}

.network .network-content p,
.network .network-content ul{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #396c7d;
}


.network .network-content span{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #396c7d;
}

.network .network-content ul {
  margin-left: 20px; 
}


/* all services */

/* Parent row should wrap */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Base styling */

.services-section {
  color: white;
}

.row.services-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.service-box {
  background: #172059;
  color: white;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  border-radius: 8px;
  flex: 0 0 calc(25% - 20px); /* 4 in a row with gap */
  max-width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-box img {
  max-width: 35px;
  margin-bottom: 10px;
}

.service-box a {
  text-decoration: none;
  color: inherit;
}

.service-box p {
  margin: 0;
  font-weight: 600;
}

.service-box:hover {
  background: #00ACE8;
  color: #172059;
}

.service-box:hover img{
      filter: invert(25);
}

.service-box:hover p,
.service-box:hover a {
  color: #172059;
}

/* 2 items per row for screen width less than 992px */
@media (max-width: 991.98px) {
  .service-box {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-height: 150px;
  }

}


.core-timeline{
    background-color: #f3f9fa;
}


.why-ucf span{
    font-size: 18px;
    font-weight: 500;
}

.ucf-img{
    height: 300px; 
    margin-left: 30px; 
    border-radius: 20px;
    overflow: hidden;
}


@media (max-width:768px) {
  .network .network-content p,ul{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}  

.ucf-img{
    margin-left: 0px;
}
.why-ucf span{
    font-size: 16px;
}
}






.why-choose {
  background-color: #00C7F1;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  height: 100%;
  transition: all 0.3s ease;
}

.why-choose:hover {
  background-color: #00afd5;
}

.why-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.why-ucf-section .col{
  width: calc(100%/5);
}

.why-head h2{
  color: #172059;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 30px;
}

.why-choose img{
  height: 60px;
  width: 60px;
  margin: auto;
}

.why-choose p{
 font-weight: 500; 
 margin-bottom: 0px;
}

.details_sec .box_midle {
  padding-left: 100px;
}

/* port  */

.port-presence ul {
  padding-left: 1.2rem;
}

.port-presence li {
  font-size: 16px;
  margin-bottom: 6px;
}

.port-presence h4 {
  font-size: 20px;
  margin-bottom: 12px;
}

      .timeline-item ul{
        padding-left: 20px;
      }
      .timeline-item h5{
        color: #172059;
      }

.details_sec h2,
.core-timeline h2{
    text-align: center;
}

