@font-face{
    font-family: myFont;
    src: url(../fonts/aaux-next-cufonfonts/aauxnextmdwebfont.otf);
}

@font-face{
    font-family: AauxNextBlk;
    src: url(../fonts/aaux-next-cufonfonts/AauxNextBlk.otf);
}

html {scroll-behavior: smooth; overflow-x: hidden}
body {font-family: 'myFont', sans-serif; line-height: 1.7; transition: ease-in-out all 0.3s; overflow-x: hidden; margin: 0; padding: 0;}
P { margin: 0 0 15px 0; font-size: 18px; letter-spacing: .4px; color: #161616; font-weight: 500; }
a { text-decoration: none; outline: none;}
.heading { font-size: 44px; font-weight: bolder; margin: 0 0 20px 0; color: #161616; font-family: 'AauxNextBlk', sans-serif;}
.heading span { color: #1d4676;}
.sub-heading { font-size: 30px; font-weight: bolder; margin: 0 0 20px 0; color: #1d4676; font-family: 'AauxNextBlk', sans-serif;}
.custom-btn { display: inline-block; background: #0097da; color: #fff; padding: 12px 30px; font-size: 15px; letter-spacing: .7px; border-radius: 5px; transition: all .3s ease-in-out;} 
.custom-btn:hover { background: #1c4d87; color: #fff; transform: scale(.95);}
.custom-btn1 { display: inline-block; background: #1d4676; color: #fff; padding: 8px 21px; font-size: 14px; letter-spacing: .7px; border-radius: 5px; transition: all .3s ease-in-out;} 
.custom-btn1:hover { background: #0097da; color: #fff; transform: scale(.95);}
.title {position: relative; font-size: 15px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; margin: 0 0 30px 5px;}
.title span { padding: 5px 7px 4px 7px; display: inline-block; background: #fff; position: relative; z-index: 1;}
.title::after { content: ''; position: absolute; width: 40px; height: 130%; border: 3px solid #0097da; top: -15%; left: -5px; }
.line {  border-bottom: 1px solid rgba(28, 77, 135, .5);}

.navbar { background: #fff; padding: 4px 0;}
.navbar .navbar-brand { width: 210px}
.navbar .nav-item .nav-link { color: #252525; font-weight: 400; letter-spacing: .5px; margin: 0 10px;}
.navbar .nav-item .nav-link:hover {color: #1c4d87;}
.dropdown:hover>.dropdown-menu { display: block;}
.dropdown-menu { left: 20px;  width: 300px; margin: 0; padding: 0; border-radius: 0; border: 0; border-top: 3px solid #1c4d87;}
.dropdown-menu a{ font-size: 15px; padding: 12px 15px; border-bottom: 1px solid #ddd; margin: 0;}
.dropdown-menu li:last-child a{ border-bottom: 0;}
.dropdown-menu a:hover{ background: none ; color: #1c4d87; font-weight: 600;}
.navbar.scrolled { transition: all 400ms;  box-shadow: 0px 12px 32px 0px rgba(140, 140, 140, .1); padding: 0;}

.banner-section .carousel-item img{filter: brightness(90%);width: 100%;min-height: 650px;max-height: 740px;object-fit: cover;}
.banner-section .carousel-caption {text-align: left;width: 45%;left: 8%;bottom: 20%;background: rgba(22, 22, 22, .7);border-radius: 5px;padding: 40px;backdrop-filter: blur(3px);opacity: 0;animation: fadeInRight 2s ease forwards;} 
.banner-section .carousel-control-next, .banner-section .carousel-control-prev { background: #3f3f3f; width: 42px; height: 42px; border-radius: 50%; padding: 8px; top: 50%; transform: translate(0, -50%);}
.banner-section .carousel-control-next { right: 3%;}
.banner-section .carousel-control-prev { left: 3%}
.banner-section .carousel-caption h1 { color: #fff; font-size: 42px; letter-spacing: .5px; margin: 0 0 20px 0; font-weight: bold;}
.banner-section .carousel-caption p { color: #dddddd; font-weight: 400; margin: 0 0 30px 0; font-size: 19px;}
.banner-section .carousel-caption .btn1 { display: inline-block; background: transparent; color: #fff; border: 1px solid #fff; padding: 11px 26px; font-size: 15px; letter-spacing: .6px; border-radius: 5px;} 

@keyframes fadeInRight { 
    0%{opacity: 0; transform: translate(60px, 60px); }
    100% { opacity: 1; transform:  translateX(0px);}
} 

.why-choose { padding: 7% 0;}
.why-choose .why-choose-bx { border-radius: 5px; margin: 0 0 25px 0; box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; overflow: hidden; position: relative; transition: all .3s ease-in-out; min-height: 280px;}
.why-choose .why-choose-bx .pic { position: relative;}
.why-choose .why-choose-bx .pic .main-pic { width: 100%; height: 250px; object-fit: cover;}
.why-choose .why-choose-bx .pic .icon {position: absolute;bottom: -1px;left: 0;padding: 25px 15px 25px 25px;background: #1d4676;}
.why-choose .why-choose-bx .pic .icon img{ width: 54px;}
.why-choose .why-choose-bx .pic .icon::after {content: '';position: absolute;border-style: solid;border-width: 104px 0 0 41px;border-color: transparent transparent transparent #1d4676;right: -41px;top: 0px;}
.why-choose .why-choose-bx .text { padding: 30px;}
.why-choose .why-choose-bx::after { position: absolute; content: ''; width: 130px; height: 130px; left: 100%; top: 10%; background: #0097da; border-radius: 50%; transition: all .4s ease-in-out;}
.why-choose .why-choose-bx:hover::after { left: 72%; top: -10%;}
.why-choose .why-choose-bx:hover { transform: translateY(-10px);}
.why-choose .why-choose-bx h5 { color: #1c4d87; font-size: 21px; font-weight: 600;}
.why-choose .why-choose-bx p { color: #2f2f2f; margin: 0;}

.about-section { background-image: url(../images/about-bg.jpg); background-size: cover; background-repeat: no-repeat; padding: 8% 0; position: relative;}
.about-section .content p:nth-child(2){ padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px solid rgba(28, 77, 135, .5);}
.about-section .about-img { position: relative;}
.about-section .about-img .about1 img{width: 70%;height: 450px;border-radius: 5px;object-fit: cover;position: relative;z-index: 1;}
.about-section .about-img .about2 img {position: absolute;width: 45%;border-radius: 5px;right: 20px;bottom: -15%;border: 5px solid #fff;z-index: 2;}
.about-section .about-img .text {position: absolute;z-index: 4;top: 24%;left: 65%;background-image: linear-gradient(45deg, #1c4d87, #0097da);padding: 30px 35px;border-radius: 5px;display: inline-block;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;text-align: center; animation: upDown 4s infinite;}
.about-section .about-img .text h1 { color: #fff; font-size: 47px; font-weight: 700; margin: 0;}
.about-section .about-img .text p {color: #fff; margin: 14px 0 0 0;font-size: 17px;font-weight: 600;letter-spacing: 1px;line-height: 1.4;}
.about-section ul li { position: absolute; list-style: none; left: 0; top: 0;} 
.about-section ul li:first-child { width: 500px; height: 500px; background-image: linear-gradient(45deg, #1c4d87, #0097da); opacity: .1; border-radius: 50%; left: 90%; top: 60%;}
.about-section ul li:nth-child(2){ width: 160px; height: 160px; border-radius: 50%; background-image: radial-gradient( #0097da 2px, transparent 2.2px); background-size: 18px 18px; left: 85%; top: 95%;}
.about-section ul li:nth-child(3){ width: 120px; height: 120px; border-radius: 50%; background-image: radial-gradient( #0097da 2px, transparent 2.2px); background-size: 18px 18px; left: 94%; top: 5%;}

@keyframes upDown {
  0% { transform: translateY(0);}
  50% { transform: translateY(20px);}
  100% { transform: translateY(0px);}
}

.mission { background-image: linear-gradient(#e4e4e4, #fff); padding: 8% 0;}
.mission .mission-card { background: #1d4676; padding: 30px; border-radius: 5px; margin: 20px 0 0 0; display: flex;}
.mission .mission-card .icon { background: #fff; background: #fff; border-radius: 50%; width: 90px; height: 90px; margin: 0 20px 0 0; padding: 18px;}
.mission .mission-card .text { width: 70%;}
.mission .mission-card .text h4 { color: #fff; font-size: 24px; margin: 0 0 10px 0; font-weight: bolder; letter-spacing: 1px;}
.mission .mission-card .text p { margin: 0; color: #f5f5ff;}

.badge { position: relative; width: 500px; height: 500px; border-radius: 50%; display: grid; place-items: center; filter: drop-shadow(0 24px 50px rgba(0, 0, 0, .5));}
/*.badge::before { content: ""; position: absolute; inset: 0; border-radius: 50%; padding: 15px; background: conic-gradient(#c9e9f7, #1d4676, #c9e9f7); mask-composite: exclude; animation: spin 6s linear infinite; box-shadow: 0 0 60px rgba(135, 206, 250, 0.5);}*/
.badge::before { content: ""; position: absolute; inset: 0; border-radius: 50%; padding: 15px; background: conic-gradient(#ffffff, #e4e4e4, #ffffff); mask-composite: exclude; animation: spin 6s linear infinite; box-shadow: 0 0 60px rgba(135, 206, 250, 0.5);}
.porthole { position: relative; width: calc(590px - 25px); height: calc(560px - 75px); border-radius: 50%; overflow: hidden; outline: 1px solid rgba(255, 255, 255, .15); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .08), inset 0 20px 50px rgba(255, 255, 255, .07); animation: bob 3s ease-in-out infinite;}
.porthole img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); filter: contrast(1.1) saturate(1.1);}
.badge::after { content: ""; position: absolute; left: 50%; top: 100%; width: 60%; height: 18%; transform: translate(-50%, -20%); background: radial-gradient(50% 60% at 50% 50%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 70%); filter: blur(10px); pointer-events: none;}

/* Animation for spinning the gradient border */
@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}
/* Animation for the porthole bobbing effect */
@keyframes bob {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-8px)
  }
}

@media (max-width: 1200px) {
  .badge { width: 350px; height: 350px;}
  .porthole { width: calc(370px - 24px); height: calc(370px - 24px);}
}

.service-section {padding: 7% 0;}
.service-section .ser-card {border-radius: 5px;margin: 25px 0 0 0;padding: 30px;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;overflow: hidden;position: relative;transition: all .3s ease-in-out;min-height: 490px;position: relative;}
.service-section .ser-card:hover { transform: scale(1.03);}
.service-section .ser-card img {margin: 0 0 20px 0;border-radius: 5px;width: 100%;height: 240px;object-fit: cover;}
.service-section .ser-card h4 { color: #1c4d87; font-size: 21px; font-weight: bolder; letter-spacing: .5px; margin: 0 0 10px 0;}
.service-section .ser-card p { margin: 0 0 20px 0; line-height: 1.5; font-size: 17px;}
.service-section .ser-card .custom-btn1 { position: absolute; bottom: 30px}

.shipment { padding: 8% 0; background-image: url(../images/video-bg-2.jpg); background-attachment: fixed; position: relative; background-size: cover;}
.shipment::after{ content: ''; position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; background: rgba(0, 0, 0, 0.46);}
.shipment .text { position: relative; z-index: 2;}
.shipment .text p { font-size: 20px; color: #efefef;}

footer {background-image: linear-gradient(45deg, #1c4d87, #141414);padding: 7% 0 0 0;}
footer h4 { color: #fff; font-size: 20px; margin: 0 0 25px 0; position: relative; letter-spacing: .8px;}
footer h4::after { content: ''; position: absolute; width: 50px; height: 3px; background: rgba(255, 255, 255, .4); border-radius: 5px; left: 0; bottom: -10px;}
footer ul, footer ul li { list-style-type: none; margin: 0; padding: 0;}
footer p, footer p a, footer li a { color: #ebebeb; font-size: 14px; margin: 0 0 10px 0; letter-spacing: .5px; transition: all .2s ease-in-out;}
footer p i, footer li i { color: #fff; font-size: 13px; margin: 0 5px 0 0;}
footer a:hover { color: #0097da; letter-spacing: 1.5px;}
footer .footer-bottom {margin: 4% 0 0 0;border-top: 1px solid rgba(204, 204, 204, .4);padding: 15px 0;}
footer .footer-bottom p { margin: 0;}
footer .contact-details .icon i{ color: #fff; font-size: 20px; margin: 0 12px 0 0; display: inline-block;}
footer .contact-details .text h5{ color: #fff; font-size: 19px; margin: 0 0 6px 0; font-weight: 700;} 
footer .contact-details .text p { color: #c9c9c9; margin: 0; font-size: 14px;}
footer .social-icon a { position: relative; color: #fff; background: rgba(255, 255, 255, .1); font-size: 15px; width: 40px; height: 40px; margin: 0 5px 0 0; display: inline-block; border-radius: 50%; text-align: center; line-height: 2.8; transition: all .2s ease-in-out;}
footer .social-icon a i { position: relative; z-index: 3;}
footer .social-icon a::before{ content: ''; position: absolute; width:100%; height: 100%; border-radius: 50%; background: #0097da; left: 0; transform: scale(0); transition: all .4s ease-in-out;}
footer .social-icon a:hover { color: #ffffff;}
footer .social-icon a:hover::before { transform: scale(1);}


@media (min-width:320px) and (max-width:991px){
  body { line-height: 1.6;}
  P { margin: 0 0 15px 0; font-size: 16px;}
  .heading { font-size: 27px; margin: 0 0 15px 0;}
  .custom-btn { padding: 7px 18px; font-size: 14px;}
  .title { font-size: 14px; margin: 20px 0;}

  .navbar .navbar-brand { width: 200px}

  .banner-section .carousel-item img{ height: 300px; }
  .banner-section .carousel-caption { width: 60%; left: 10%; bottom: 5%; padding: 20px;} 
  .banner-section .carousel-control-next, .banner-section .carousel-control-prev { width: 27px; height: 27px; padding: 5px;}
  .banner-section .carousel-control-next { right: 2%;}
  .banner-section .carousel-control-prev { left: 2%}
  .banner-section .carousel-caption h1 { font-size: 20px; margin: 0 0 15px 0; font-weight: normal; letter-spacing: .5px;}
  .banner-section .carousel-caption .btn1 { display: none;} 
  .banner-section .carousel-caption .custom-btn { font-size: 13px; letter-spacing: .4;}

  .why-choose { padding: 7% 0;}
  .why-choose .why-choose-bx { min-height: 370px}
  .why-choose .why-choose-bx .pic .main-pic { height: 200px;}
  .why-choose .why-choose-bx .pic .icon img{ width: 40px;}
  .why-choose .why-choose-bx .pic .icon::after { border-width: 90px 0 0 31px;border-color: transparent transparent transparent #1d4676;right: -30px;top: 0px;}
  .why-choose .why-choose-bx .text { padding: 20px;}
  .why-choose .why-choose-bx h5 { font-size: 18px;}
  .why-choose .why-choose-bx p { font-size: 15px;}

  .about-section { overflow: hidden;}
  .about-section .about-img .about1 img{width: 80%;height: 300px; margin: 20px 0 80px 0;}
  .about-section .about-img .about2 img {width: 50%;right: 20px;bottom: 0;}
  .about-section .about-img .text {top: 24%;left: 65%; padding: 20px 15px;}
  .about-section .about-img .text img {width: 45px;}
  .about-section .about-img .text p {margin: 10px 0 0 0; font-size: 14px;}

  .mission .mission-card { padding: 18px; margin: 0 0 10px 0;}
  .mission .mission-card .icon { width: 60px; height: 60px; margin: 0 15px 0 0; padding: 10px;}
  .mission .mission-card .text { width: 75%;}
  .mission .mission-card .text h4 { font-size: 21px}
  .badge { display: none;}

  .service-section .ser-card {margin: 15px 0 0 0; padding: 20px; min-height: 350px;}
  .service-section .ser-card img { margin: 0 0 10px 0;}
  .service-section .ser-card h4 { font-size: 18px;}
  .service-section .ser-card p { margin: 0 0 20px 0; line-height: 1.5; font-size: 15px;}
  .service-section .ser-card .custom-btn1 { position: relative; bottom: 0}

  .shipment .text p { font-size: 15px;}
 
  footer h4 { margin: 20px 0;}
}

@media (min-width:768px) and (max-width:991px){
    .banner-section .carousel-item img{ width: 100%; height: 350px;}
    .banner-section .carousel-caption { width: 60%; left: 6%; bottom: 6%; padding: 30px;} 
    .banner-section .carousel-caption h1 {font-size: 24px; margin: 0 0 10px 0; font-weight: normal;}
    .banner-section .carousel-caption p { margin: 0 0 10px 0; font-size: 15px;}
    .banner-section .carousel-caption .btn1 { padding: 7px 15px; font-size: 13px; display: inline-block;} 

}

@media (min-width:992px) and (max-width:1200px){
  P { font-size: 17px;}
  .heading { font-size: 32px;}
  .custom-btn { padding: 10px 24px; font-size: 14px;} 
  .custom-btn1 { display: inline-block; background: #1d4676; color: #fff; padding: 8px 21px; font-size: 14px; letter-spacing: .7px; border-radius: 5px; transition: all .3s ease-in-out;} 
  .custom-btn1:hover { background: #0097da; color: #fff; transform: scale(.95);}
  .title {position: relative; font-size: 15px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; margin: 0 0 30px 5px;}
  .title span { padding: 5px 7px 4px 7px; display: inline-block; background: #fff; position: relative; z-index: 1;}
  .title::after { content: ''; position: absolute; width: 40px; height: 130%; border: 3px solid #0097da; top: -15%; left: -5px; }
  .line {  border-bottom: 1px solid rgba(28, 77, 135, .5);}

  .navbar .navbar-brand { width: 190px}

  .banner-section .carousel-item img{ width: 100%; height: 420px;}
  .banner-section .carousel-caption { width: 60%; left: 10%; bottom: 10%; padding: 30px;} 
  .banner-section .carousel-caption h1 {font-size: 27px; margin: 0 0 10px 0; font-weight: normal;}
  .banner-section .carousel-caption p { margin: 0 0 15px 0; font-size: 16px;}
  .banner-section .carousel-caption .btn1 { padding: 8px 15px; font-size: 14px; display: inline-block;} 

  .mission .mission-card { padding: 18px; margin: 0 0 10px 0;}
  .mission .mission-card .icon { width: 60px; height: 60px; margin: 0 15px 0 0; padding: 10px;}
  .mission .mission-card .text { width: 75%;}
  .mission .mission-card .text h4 { font-size: 21px}

  .service-section .ser-card { padding: 20px; min-height: 420px;}
  .service-section .ser-card h4 { font-size: 18px;}
  .service-section .ser-card p { font-size: 16px;}
  .service-section .ser-card .custom-btn1 { position: absolute; bottom: 30px}

  .shipment { padding: 8% 0; background-image: url(../images/video-bg-2.jpg); background-attachment: fixed; position: relative; background-size: cover;}
  .shipment::after{ content: ''; position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; background: rgba(0, 0, 0, 0.46);}
  .shipment .text { position: relative; z-index: 2;}
  .shipment .text p { font-size: 20px; color: #efefef;}

}

.inner-banner {background-image: url('../images/inner-banner.jpg'); padding: 10% 0; background-size: cover; position: relative;}
.inner-banner::after { content: ''; position: absolute; width: 100%; height: 100%; background-image: linear-gradient(45deg, #1c4d87, #141414); top: 0; left: 0; opacity: .6;}
.inner-banner h1 {color: #fff;position: relative;z-index: 2;font-size: 52px;text-align: center;font-weight: 600;}
.inner-banner p { position: relative; z-index: 2; color: #ddd; font-size: 19px; text-align: center;}
.inner-banner p a { color: #fff;}

.contact-page { padding: 7% 0;}
.contact-page .contact-info { padding: 10px 20px 0 20px;}
.contact-page .contact-info i { color: #0097da; font-size: 27px;}
.contact-page .contact-info h5 { font-size: 16px; font-weight: 700; color: #1d4676; margin-bottom: 3px; text-transform: uppercase; letter-spacing: .1em; font-weight: bolder;}
.contact-page .contact-info p, .contact-page .contact-info p a { color: #161616;}
.contact-page .contact-form { background: #c9e9f7; padding: 40px;}
.contact-page .contact-form h2 { color: #1d4676; font-size: 34px; margin: 0 0 15px 0; font-weight: 600;}
.contact-page .contact-form p { margin: 0 0 30px 0;}
.contact-page .contact-form .form-control { margin: 0 0 15px 0; padding: 20px;}
.contact-page .contact-form .form-control::placeholder { color: #1a1a1a;}
button { display: inline-block; background: #1d4676; color: #fff; padding: 10px 24px; font-size: 14px; letter-spacing: .7px; border-radius: 5px; transition: all .3s ease-in-out; border: 0;}
.blog-page { margin: 5% 0;}
.blog-page .blog-card { padding: 40px; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.blog-page .blog-card img { border-radius: 10px; margin: 20px 0;}
.blog-page .title1 { background: rgba(255, 255, 255, 0.6); border-left: 4px solid #0055a5; padding:  10px 20px; font-style: italic; margin-top: 1rem;}
.sub-heading1 { font-size: 24px; margin: 0 0 15px 0; color: #1d4676; font-family: 'AauxNextBlk', sans-serif;} 

.case-studies { background: #1d4676; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 10px; transform: all .3s ease-in-out; margin: 30px 0 0 0;}
.case-studies .pic { overflow: hidden;}
.case-studies .pic img { border-radius: 0 10px 10px 0; transition: all .4s ease-in-out; min-height: 500px; object-fit: cover;}
.case-studies:hover .pic img { border-radius: 0 10px 10px 0; transform: scale(1.07);}
.case-studies .text { padding: 25px;}
.case-studies .text h2 { font-size: 25px; margin: 0 0 15px 0; color: #fff; border-bottom: 1px solid rgba(221, 221, 221, .3); padding: 0 0 10px 0;}
.case-studies .text p { color: #ddd;}

@media (min-width: 320px) and (max-width: 767px) { 
  .inner-banner { padding: 15% 0; background-size: cover; position: relative;}
  .inner-banner h1 {color: #fff;position: relative;z-index: 2;font-size: 32px;text-align: center;font-weight: 600;}
  .inner-banner p { position: relative; z-index: 2; color: #ddd; font-size: 19px; text-align: center;}
  .inner-banner p a { color: #fff;}
  
  .blog-page .blog-card { padding: 20px;}
  .blog-page .blog-card .col-md-6 { border-right: 0 !important}
}