/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/


* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.5s ease; }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html { scroll-behavior: smooth; }
html.suspended {background: rgba(0,0,0,0.6);}
body { position: relative; background: #FFFFFF; max-width: 100%;margin: 0 auto;text-align: center; font-family: 'Manrope', sans-serif; transition: all 0.3s ease-out; }
a { font-family: 'Manrope', sans-serif; color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5,h6,p { padding:0; margin:0; line-height: 120%; }
h1,h2,h3,h4,h5,h6 { font-family: 'Manrope', sans-serif; font-weight: 800; line-height: 120%; }
p, ul li { font-family: 'Manrope', sans-serif; font-weight: 400; font-size: 18px; letter-spacing: 0.02em; line-height: 180%; }
ul, ol { margin: 0; padding: 0; }
.row { max-width: 1600px;margin: 0 auto; }
.db { display: block; }

/*color*/

.white { color: #FFFFFF }
.black { color: #333333; }
.blue { color: #142D4C; }
.orange { color: #F8723A; }
.red { color: #FF0000; } 

/*sticky*/

.sticky { position: fixed!important; top: 0; width: 100%; background: rgb( 255 255 255 / 80% )!important; padding: 0!important; }
.sticky + .content { padding-top: 0; }
.sticky .header-bot { display: none; }
/*.sticky .header-left { width: 4%; padding: 10px 0; }*/

/*dropdown*/

/*#dropdown{ display: none; position: absolute; text-align: left; z-index: 9; background: #F6F6F6; transition: all .5s ease; width: 200px!important; border: 1px solid rgb( 68 68 68 / 20% ); }
#dropdown li{ display: block!important; padding: 10px 15px!important; }
#dropdown li a { white-space: nowrap; color: #444444!important; }
#header nav ul #dropdown li a { padding: 0; }
#header nav ul #dropdown li a::before { display: none!important;  }
#header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover { color: #517FBF!important; }
#menu_drop:hover > #dropdown{display: block;}*/

/*display-inline*/
.inbM { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; box-sizing: border-box; }

/*flex*/

.fw { flex-wrap: wrap; }
.rr { flex-direction: row-reverse; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch; }
.flexstr-alt { display: flex; align-items: stretch; }
.flexc-alt { display: flex; align-items: center; }

.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }

/*button*/

.btn { max-width: 200px; width: 100%; position: relative; background: #F8723A; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 16px; color: #FFFFFF; letter-spacing: 0; line-height: 120%; padding: 20px 0; display: inline-block; text-align: center; z-index: 1; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::before {content: ''; background: #132C4C; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1; }
.btn:hover::before {transform: scaleX(1);}
/*.btn.alt { background: #2F2F2F; }*/


/*floats*/

.fl {float:left;}
.fr {float:right;}

/*typography*/

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.lg-text { font-size: 23px!important; }

/*clearings*/

.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/

.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/

.destroy-on-load, .cta {display: none;}

/*contact form messages*/

form .messages p {display: none;font-family: 'Open Sans', sans-serif!important; font-weight: 400!important; letter-spacing: 0!important; font-size: 16px!important; }
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin: 0 auto; }

/*contact form*/

.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"], .ctc-form select, .ctc-form textarea, .ctc-form input[type="file"], .ctc-form input[type="email"], .ctc-form input[type="tel"] {font-family: 'DM Sans', sans-serif; font-size: 16px;color:#000;height:60px;display: block;width: 100%;border:1px solid #D6D6D6;border-radius: 0;padding: 15px;box-sizing: border-box;margin: 0 auto 8px}
.ctc-form textarea {height: 200px;padding-top:10px;}
/*#paypal-form-fields-container-KR6YY23YHTTJ4 select { width: 100%; height: 60px; border: solid 1px #929496; border-radius: 0; margin-bottom: 16px; padding: 15px; font-family: 'Manrope', sans-serif; }*/
/*.ctc-form input[type="text"] {font-family:'Outfit', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Outfit', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide { font-family: 'Manrope', sans-serif; font-weight: 400; color: #333333; text-align: left; display: block; margin: 5px 0; }
/*.ctc-form .formLabel { width: 48.59%; }*/
.inner-form .ctc-form .formLabel { width: 100%; }
.formLabel { width: 100%; }
.formLabel.col-2 { width: 49%; }
.formLabel .content-text p { font-weight: 800; color: #000000; margin: 10px 0; }
.ctc-form .btn { display: block; border: 0; }
/*.formBox .formLabel { width: 49.5%; }
.formLabel.lg { width: 100%; }*/
::placeholder { color: #111111; }

/*gallery*/

#content .galBox { padding-top: 30px; }
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block; vertical-align: top; width: 24%; }
#content .gallery li p { line-height: 140%; width: 100%; font-size: 14px; margin: 15px auto;  }
#content .gallery li img { width: 100%; height: 250px; object-fit: cover; } 
#content .thumbnail { border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { background: #FFFFFF; position: absolute; position: absolute; width: 100%; top: 0; left: 0; right: 0; z-index: 999; }
#header .row { max-width: 100%; width: 100%; }
#header .header-wrap { max-width: 100%; width: 100%; margin: 0 auto; }
.header-section { }
.header-section nav a#pull {display: none}
.header-section nav ul { max-width: 635px; width: 100%; padding: 0; margin-left: auto; }
.header-section nav ul li { display: inline-block; vertical-align: middle; line-height: 1; }
.header-section nav ul li a { position: relative; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; color: #132C4C; line-height: 1.2em; letter-spacing: 0; padding: 0; }
/*.header-section nav ul li a::before { content: ''; background: #FBB21B; width: 100%; max-width: 100%; height: 7px; border-radius: 0; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: 1;}
.header-section nav ul li a:hover::before,
.header-section nav ul li.active-menu a::before {transform: scaleX(1);}*/
.header-section nav ul li.active-menu a, .header-section nav ul li a:hover { color: #F8723A; }
.header-left { width: 18%; padding: 0 0 0 50px; }
.header-right { width: 85%; }
.header-right .header-nav { width: 82%; padding: 0 60px 0 0; }
.header-right .header-info { background: #F8723A; width: 18%; padding: 30px 0; }
.header-info .tel a { position: relative; font-weight: 700; font-size: 20px; }
.header-info .tel a::before { content: '\f095'; font-family: 'FontAwesome'; font-size: 20px; color: #132C4C; display: inline-block; vertical-align: middle; transform: scaleX(-1); margin: 0 10px 0 0; }

/*BANNER*/

#banner, .banner-img { position: relative; }
#banner { padding: 88px 0 0; }
.banner-img::before { content: ''; background: linear-gradient( to right, rgb( 20 45 76 / 55% ), transparent ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }
.banner-content { max-width: 1630px; width: 100%; margin: 0 auto; padding: 0 15px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 2; }
.banner-content .content-text h2 { font-size: 75px; letter-spacing: -0.02em; }
.banner-content .content-text h5 { margin: 30px 0 50px; }

/*CONTENT*/

#content { position: relative; }
.content-text .lg { font-size: 80px; }
.content-text h1, .content-text h2 { font-size: 50px; line-height: 120%; letter-spacing: 0; }
.content-text h3 { font-weight: 700; font-size: 35px; letter-spacing: 0.2em; }
.content-text h4 { font-weight: 800; font-size: 30px; }
.content-text h5 { font-weight: 800; font-size: 23px; letter-spacing: 0.05em; }
.content-text h6 { font-weight: 800; font-size: 20px; }
.content-img img { width: 100%; height: 100%; display: block; }

    /*WELCOME*/

    .welcome-section { position: relative; padding: 0 0 100px; }
    .welcome-section .row { max-width: 100%; width: 100%; margin: 0 auto; }
    .welcome-wrap { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; z-index: 2; }

    .welcome-top { position: relative; background: #142D4C; padding: 100px 15px 170px;  }
    .welcome-top::after { content: ''; background: url('../images/content/welcome-hero.webp')no-repeat center bottom; width: 100%; height: 30px; background-size: contain; position: absolute; left: 0; right: 0; bottom: -1px; z-index: 1; }
    .welcome-top .content-text { position: relative; max-width: 900px; width: 100%; margin: 0 auto; z-index: 1; }
    .welcome-top .content-text span { font-size: 23px; margin: 10px 0 0; letter-spacing: 0.05em; line-height: 1.2em; }
    .welcome-top .content-text p { margin: 40px 0 0; }
    /*.welcome-top .content-text p:last-of-type { margin: 15px 0 0; }*/

    .welcome-mid { position: relative; padding: 0 15px; margin: -70px 0 0; z-index: 2;  }
    .welcome-mid .welcome-left { position: relative; width: 43%; }
    .welcome-mid .content-img { padding: 0 40px 0 0; }
    .welcome-mid .welcome-icon { background: linear-gradient( to right, #EBF1F8, #FFFFFF ); padding: 40px 0; border-radius: 20px;  width: 26%; position: absolute; right: 0; bottom: 50px; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .welcome-mid .welcome-icon img { width: 60%; height: 100%; display: block; margin: 0 auto; }
    .welcome-mid .content-img img { border-radius: 20px; }
    .welcome-mid .welcome-right { width: 57%; }
    .welcome-mid .welcome-content { max-width: 655px; width: 100%; margin-left: auto; padding: 0 0 0 15px; }
    .welcome-mid .content-text span { font-size: 23px; margin: 10px 0 0; letter-spacing: 0.05em; line-height: 1.2em; }
    .welcome-mid .content-text p { margin: 40px 0; }

    .welcome-bot { position: relative; padding: 130px 15px 0; }
    .welcome-bot .welcome-col { width: 20%; }

    /*PROCESS*/

    .process-section { position: relative; padding: 30px 15px 150px; }
    .process-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .process-content { max-width: 960px; width: 100%; margin: 0 auto; }
    .process-content .content-text p { margin: 30px 0 0; }
    .process-wrap { padding: 60px 0 0; }
    .process-col { width: 23%; background: #F9FAFF; padding: 40px 20px 60px; border-radius: 20px; cursor: pointer; }
    .process-col .content-img { max-width: 60px; width: 100%; margin: 0 auto 30px; }
    .process-col .content-img img { transition: none; } 
    .process-col:hover { box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .process-col:hover .content-img img { filter: brightness(0) saturate(100%) invert(69%) sepia(76%) saturate(4289%) hue-rotate(337deg) brightness(100%) contrast(95%); }

    /*TEAM*/

    .team-section { position: relative; background: #F9FAFF; padding: 110px 15px; }
    .team-section::before { content: ''; background-image: url('../images/content/team-bg.webp'); background-repeat: no-repeat; background-position: center right; background-size: cover; width: 28%; height: 100%; position: absolute; top: 0; right: 0; z-index: 1; background-color: rgb( 20 45 76 / 90% ); background-blend-mode: multiply; }
    .team-section .row { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; z-index: 2; }
    .team-left { width: 57%; }
    .team-left .team-content { max-width: 555px; width: 100%; margin-left: 0; }
    .team-left .content-text p { margin: 30px 0; }
    .team-left .content-text p:last-of-type { margin: 0; }
    .team-right { position: relative; width: 43%; }
    .team-right .content-img { padding: 0 0 40px 40px; }
    .team-right .team-icon { background: linear-gradient( to right, #F4582A, #F8723A ); padding: 50px 0; border-radius: 20px;  width: 26%; position: absolute; left: 0; bottom: 0; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .team-right .team-icon img { width: 60%; height: 100%; display: block; margin: 0 auto; }
    .team-right .content-img img { border-radius: 20px; }

    /*TAG*/

    .tag-section { position: relative; background: url('../images/content/tag-bg.webp')no-repeat center center; background-size: cover; padding: 290px 15px 0; }
    .tag-section .row { max-width: 1600px; width: 100%; margin: 0 auto; }
    .tag-content { position: relative; max-width: 700px; width: 100%; margin-left: 0; background: #FFFFFF; padding: 90px; border-radius: 20px; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); bottom: -95px; }
    .tag-content .content-text p { margin: 30px 0; }

    /*DOCUMENTS*/

    .docu-section { position: relative; padding: 190px 15px 120px; }
    .docu-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .docu-wrap { padding: 25px 0 0; }
    .docu-col { position: relative; width: 23%; background: #F9FAFF; padding: 40px 20px 30px; border-radius: 20px; cursor: pointer; margin: 15px 0; }
    .docu-col .content-text p { font-weight: 700; line-height: 1.2em; }
    .docu-col .content-img { max-width: 80px; width: 100%; margin: 0 auto 10px; }
    .docu-col .content-img img { transition: none; } 
    .docu-col:hover { box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .docu-col:hover .content-img img { filter: brightness(0) saturate(100%) invert(69%) sepia(76%) saturate(4289%) hue-rotate(337deg) brightness(100%) contrast(95%); }
    .docu-col.button { background: #F87239; }
    .docu-col.button .content-text { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; }
    .docu-col .btn-docu { position: relative; font-weight: 700; font-size: 16px; }
    .docu-col .btn-docu::after { content: '\f061'; font-family: 'FontAwesome'; font-size: 16px; color: #FFFFFF; display: block; }

    /*DELIVER*/

    .deliver-section { position: relative; padding: 30px 15px 150px; }
    .deliver-section::after { content: ''; background: url('../images/content/deliver-hero.webp')no-repeat center bottom; background-size: contain; width: 100%; height: 60%; position: absolute; left: 0; right: 0; bottom: 0;  }
    .deliver-section .row { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; z-index: 2; }
    .deliver-left { position: relative; width: 45%; }
    .deliver-left .content-img { padding: 0 80px 0 0; }
    .deliver-left .deliver-icon { background: linear-gradient( to right, #F4582A, #F8723A ); padding: 30px 0; border-radius: 20px;  width: 26%; position: absolute; top: 50%; transform: translateY(-50%); right: 0; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .deliver-left .deliver-icon img { width: 60%; height: 100%; display: block; margin: 0 auto; }
    .deliver-left .content-img img { border-radius: 20px; }
    .deliver-right { width: 55%; }
    .deliver-right .deliver-content { max-width: 655px; width: 100%; margin-left: auto; padding: 0 0 0 15px; }
    .deliver-content .content-text h5 { margin: 0 0 20px; }
    .deliver-content .content-text p { margin: 30px 0; }


/*FOOTER*/

#footer { position: relative; background: url('../images/common/footer-bg.webp')no-repeat center center; background-size: cover; padding: 0; }
#footer::before { content: ''; background: rgb( 20 45 76 / 90% ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
#footer .row { position: relative; max-width: 100%; width: 100%; margin: 0 auto; z-index: 2; }
.footer-wrap { max-width: 1366px; width: 100%; margin: 0 auto; }
.footer-info { position: relative; padding: 110px 15px 140px; }
.footer-info .footer-bot { padding: 90px 0 0; }
.footer-info .footer-box { width: 55%; }
.footer-info .footer-box .content-text { max-width: 640px; width: 100%; padding: 0 15px 0 0; }
.footer-info .content-text p { margin: 30px 0 0; }
.footer-info .footer-loc { position: relative; width: 45%; background: #FFFFFF; padding: 40px; border-radius: 20px; margin: 0 20px 20px 0; }
.footer-info .footer-loc::after { content: ''; background: linear-gradient( to right, #F4582A, #F8723A ); width: 70px; height: 70px; border-radius: 20px; position: absolute; right: -20px; bottom: -20px; z-index: -1; }
.footer-info .footer-loc .loc { position: relative; padding: 0 0 0 100px; }
.footer-info .footer-loc .loc::before { content: '\f3c5'; font-family: 'FontAwesome'; font-size: 20px; color: #FFFFFF; background: linear-gradient( to right, #F4582A, #F8723A ); width: 70px; height: 70px; border-radius: 20px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; display: flex; align-items: center; justify-content: space-around; }
.footer-info .footer-loc .loc a { position: relative; font-weight: 800; font-size: 23px; line-height: 1.2em; }

    /*COPYRIGHT*/

    .copyright { position: relative; padding: 40px 15px; border-top: 1px solid rgb( 255 255 255 / 20% ); }
    .copyright-wrap { max-width: 1600px; width: 100%; margin: 0 auto; }
    .copyright .content-text h6 { font-size: 18px; margin: 0; }

/*INNER PAGES*/

/*HEADER*/

/*.inner .sticky .header-left .main-logo { display: block; }
.inner .sticky .header-left .inner-logo { display: none;  }
.inner .sticky .header-section nav ul li a { color: #FFFFFF; }*/

/*BANNER*/

.inner #banner, .inner .banner-img { position: relative; }
.inner #banner { padding: 88px 0 0; }
.inner .banner-img::before { content: ''; background: linear-gradient( to right, rgb( 20 45 76 / 55% ), transparent ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }
.inner .banner-content { max-width: 1630px; width: 100%; margin: 0 auto; padding: 0 15px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 2; }
.inner .banner-content .content-text h2 { font-size: 75px; letter-spacing: -0.02em; }
.inner .banner-content .content-text h5 { margin: 10px 0 0; letter-spacing: 0; }


/*CONTENT*/

.inner #content { position: relative; }
.inner.contact .row { max-width: 1200px; width: 100%; margin: 0 auto; }
.inner .footer-info { display: none; }
.inner #footer { background: #142D4C; }

.inner.contact #content  { padding: 60px 15px; min-height: 600px; }

    /*COURIER PAGE*/


    .inner.courier .courier-section { position: relative; background: #142D4C; padding: 130px 15px 185px;  }
    .inner.courier .courier-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.courier .courier-section::after { content: ''; background: url('../images/content/welcome-hero.webp')no-repeat center bottom; width: 100%; height: 30px; background-size: contain; position: absolute; left: 0; right: 0; bottom: -1px; z-index: 1; }
    .inner.courier .courier-wrap { padding: 80px 0 0; }
    .inner.courier .courier-left { width: 60%; }
    .inner.courier .courier-left .content-text { max-width: 735px; width: 100%; margin-left: 0; padding: 0 15px 0 0; }
    .inner.courier .courier-left .content-text p { margin: 30px 0; }
    .inner.courier .courier-right { width: 40%; }
    .inner.courier .courier-right .courier-col { margin: 30px 0; }
    .inner.courier .courier-col .courier-img { max-width: 70px; width: 100%; height: 70px; background: linear-gradient( to right, #F4582A, #F8723A ); display: flex; align-items: center; justify-content: space-around; border-radius: 15px; }
    .inner.courier .courier-col .content-img { max-width: 70%; width: 100%; margin: 0 auto;  }
    .inner.courier .courier-col .content-text { padding: 0 0 0 30px; }

    .inner.courier .delivery-section { position: relative; padding: 100px 15px 130px; }
    .inner.courier .delivery-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.courier .delivery-wrap { padding: 30px 0 0; }
    .inner.courier .delivery-left, .inner.courier .delivery-right { width: 48.75%; }
    .inner.courier .delivery-col { background: #F9FAFF; padding: 40px; border-radius: 20px; cursor: pointer; margin: 30px 0; }
    .inner.courier .delivery-col .content-img img { transition: none; }
    .inner.courier .delivery-col:hover { box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .inner.courier .delivery-col:hover .content-img img { filter: brightness(0) saturate(100%) invert(69%) sepia(76%) saturate(4289%) hue-rotate(337deg) brightness(100%) contrast(95%); }
    .inner.courier .delivery-col .delivery-title .content-text { padding: 0 0 0 30px; }
    .inner.courier .delivery-col .content-text ul { padding: 0 0 0 25px; }
    .inner.courier .delivery-col .content-text p, .inner.courier .delivery-col .content-text ul li { font-size: 16px; }
    .inner.courier .delivery-col .content-text p { margin: 30px 0 15px; }
    .inner.courier .delivery-col .content-text ul li { margin: 15px 0;}
    .inner.courier .delivery-col .content-text ul li:last-of-type { margin: 0;}

    .inner.courier .license-section { position: relative; background: url('../images/content/license-bg.webp')no-repeat center center; background-size: cover; padding: 160px 15px; }
    .inner.courier .license-section .row { max-width: 1600px; width: 100%; margin: 0 auto; }
    .inner.courier .license-section .license-content { position: relative; max-width: 700px; width: 100%; margin-left: 0; background: #FFFFFF; padding: 90px; border-radius: 20px; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .inner.courier .license-section .license-content .content-text p { margin: 15px 0; }

    /*PROCESS SERVICE*/

    .inner.service .serve-section { position: relative; background: #142D4C; padding: 130px 15px 160px; }
    .inner.service .serve-section::after { content: ''; background: url('../images/content/welcome-hero.webp')no-repeat center bottom; width: 100%; height: 30px; background-size: contain; position: absolute; left: 0; right: 0; bottom: -1px; z-index: 1; }
    .inner.service .serve-section .row { max-width: 1080px; width: 100%; margin: 0 auto; }
    .inner.service .serve-content .content-text p { margin: 30px 0; }

    .inner.service .about-section { position: relative; padding: 130px 15px 120px; }
    .inner.service .about-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.service .about-left { width: 57%; }
    .inner.service .about-content { max-width: 655px; width: 100%; margin-left: 0; padding: 0 15px 0 0; }
    .inner.service .about-content .content-text p { margin: 30px 0; }
    .inner.service .about-right { position: relative; width: 43%; }
    .inner.service .about-right .content-img { padding: 0 0 40px 40px; }
    .inner.service .about-right .about-icon { background: linear-gradient( to right, #F4582A, #F8723A ); padding: 25px 0; border-radius: 20px;  width: 26%; position: absolute; left: 0; bottom: 0; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .inner.service .about-right .about-icon img { width: 60%; height: 100%; display: block; margin: 0 auto; }
    .inner.service .about-right .content-img img { border-radius: 20px; }

    .inner.service .mission-section { position: relative; padding: 30px 15px 100px; }
    .inner.service .mission-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.service .mission-content { max-width: 1200px; width: 100%; margin: 0 auto; }
    .inner.service .mission-content .content-text p { margin: 30px 0; }
    .inner.service .mission-content .content-text h5 { letter-spacing: 0; }
    .inner.service .mission-wrap { padding: 30px 0 0; }
    .inner.service .mission-col { position: relative; width: 23%; background: #F9FAFF; padding: 40px 20px 30px; border-radius: 20px; cursor: pointer; margin: 15px 0; }
    .inner.service .mission-col .content-text p { font-weight: 700; line-height: 1.2em; }
    .inner.service .mission-col .content-img { max-width: 60px; width: 100%; margin: 0 auto 15px; }
    .inner.service .mission-col .content-img img { transition: none; } 
    .inner.service .mission-col:hover { box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .inner.service .mission-col:hover .content-img img { filter: brightness(0) saturate(100%) invert(69%) sepia(76%) saturate(4289%) hue-rotate(337deg) brightness(100%) contrast(95%); }
    .inner.service .mission-col.blank { background: none; padding: 0; border-radius: 0; margin: 0; }
    .inner.service .mission-col.blank:hover { box-shadow: none; }
    
    .inner.service .server-section { position: relative; background: url('../images/content/server-bg.webp')no-repeat center center; background-size: cover; padding: 180px 15px; }
    .inner.service .server-section .row { max-width: 1600px; width: 100%; margin: 0 auto; }
    .inner.service .server-section .server-content { position: relative; max-width: 700px; width: 100%; margin-left: 0; background: #FFFFFF; padding: 90px; border-radius: 20px; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .inner.service .server-section .server-content .content-text h3 { letter-spacing: 0; } 
    .inner.service .server-section .server-content .content-text p { margin: 15px 0; } 

    .inner.service .legal-section { position: relative; padding: 130px 15px 100px; }
    .inner.service .legal-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.service .legal-wrap { padding: 30px 0 0; }
    .inner.service .legal-col { position: relative; width: 31.84%; background: #F9FAFF; padding: 40px 20px 30px; border-radius: 20px; cursor: pointer; margin: 15px 0; }
    .inner.service .legal-col .content-text p { font-weight: 700; line-height: 1.2em; }
    .inner.service .legal-col .content-img { max-width: 60px; width: 100%; margin: 0 auto 15px; }
    .inner.service .legal-col .content-img img { transition: none; } 
    .inner.service .legal-col:hover { box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .inner.service .legal-col:hover .content-img img { filter: brightness(0) saturate(100%) invert(69%) sepia(76%) saturate(4289%) hue-rotate(337deg) brightness(100%) contrast(95%); }

    .inner.service .form-section { position: relative; background: #F9FAFF; padding: 130px 15px 120px; }
    .inner.service .form-section::after { content: ''; background: url('../images/content/welcome-hero.webp')no-repeat center top; width: 100%; height: 30px; background-size: cover; position: absolute; top: 0; left: 0; right: 0; z-index: 1; transform: scaleY(-1); }
    .inner.service .form-box { position: relative; background: #FFFFFF; padding: 50px 80px; border-radius: 20px; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); margin: 40px 0 0; } 

    /*NOTARY*/

    .inner.mobile .ready-section { position: relative; background: #142D4C; padding: 130px 15px 145px; }
    .inner.mobile .ready-section::after { content: ''; background: url('../images/content/welcome-hero.webp')no-repeat center bottom; width: 100%; height: 30px; background-size: contain; position: absolute; left: 0; right: 0; bottom: -1px; z-index: 1; }
    .inner.mobile .ready-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .inner.mobile .ready-section .content-text p { margin: 30px 0 0; }

    .inner.mobile .notarize-section { position: relative; padding: 100px 15px 130px; }
    .inner.mobile .notarize-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }

    .inner.mobile .license-section { position: relative; background: url('../images/content/tag-bg.webp')no-repeat center center; background-size: cover; padding: 160px 15px; }
    .inner.mobile .license-section .row { max-width: 1600px; width: 100%; margin: 0 auto; }
    .inner.mobile .license-section .license-content { position: relative; max-width: 700px; width: 100%; margin-left: 0; background: #FFFFFF; padding: 90px; border-radius: 20px; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); }
    .inner.mobile .license-section .license-content .content-text p { margin: 15px 0; }


    /*PAYMENT*/

    .inner.payment .payment-section { padding: 60px 15px; }
    .inner.payment .payment-section .row { max-width: 800px; width: 100%; margin: 0 auto; }
    .inner.payment .payment-form { position: relative; background: #FFFFFF; padding: 50px 80px; border-radius: 20px; box-shadow: 2px 2px 20px rgb( 0 0 0 / 15% ); } 
    .inner.payment .payment-form .desc-label { font-weight: 800; font-size: 23px!important; letter-spacing: 0; color: #142D4C; line-height: 1.2em; }
    .inner.payment #paypal-form-fields-container-KR6YY23YHTTJ4 { max-width: 100%; width: 100%; }
    .inner.payment #paypal-form-fields-container-KR6YY23YHTTJ4 select { height: 60px; padding: 15px; font-family: 'Manrope', sans-serif; }



/*FOOTER*/

/*.inner #footer { border-top: 1px solid #DDDDDD; }*/


/*PRIVACY POLICY*/

.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}


/*.prev { position: relative; }
.prev::before { content: ''; background: url('../images/content/arrow-prev.webp')no-repeat center left; width: 100%; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }