/********* Marquee *********/ .marquee { overflow:hidden; } .marqueeScrolling li { float:left; margin-right:25px; } .noJS .btnMPause { display:none; } .marqueeScrolling { overflow-y:hidden; overflow-x:auto; backdrop-filter: blur(3px); background-color: rgba(255, 255, 255, 0.20); padding: 15px 0; border-radius: 8px; } .noJS .marquee { width:240% } /* ===== root variables ===== */ :root { --pink-color: #BD1F31; --white-color: #ffffff; --black-color: #323232; --blue-color: #232347; --black-solid:#000; --high-contrast-yellow:#ff0; --high-contrast-green:rgb(0, 255, 0); --swiper-navigation-size: 12px; --shadow-color: #FF9E9E; --Font-16: 1em; --Font-17:1.0625em; --Font-18: 1.125em; --Font-12: 0.75em; --Font-20: 1.25em; --Font-14: 0.875em; --Font-36: 2.25em; --Font-34: 2.125em; --Font-30: 1.7em; --Font-22: 1.375em; } /* ===== Font Awesome Free 6.4.2 ===== */ .fa { font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style, 900) } .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: var(--fa-display, inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto } .fa-classic, .fa-regular, .fa-solid, .far, .fas { font-family: "Font Awesome 6 Free" } .fa-brands, .fab { font-family: "Font Awesome 6 Brands" } .fa-1x { font-size: 1em } .fa-2x { font-size: 2em } .fa-3x { font-size: 3em } .fa-4x { font-size: 4em } .fa-5x { font-size: 5em } .fa-6x { font-size: 6em } .fa-7x { font-size: 7em } .fa-8x { font-size: 8em } .fa-9x { font-size: 9em } .fa-10x { font-size: 10em } .fa-2xs { font-size: .625em; line-height: .1em; vertical-align: .225em } .fa-xs { font-size: .75em; line-height: .08333em; vertical-align: .125em } .fa-sm { font-size: .875em; line-height: .07143em; vertical-align: .05357em } .fa-lg { font-size: 1.25em; line-height: .05em; vertical-align: -.075em } .fa-xl { font-size: 1.5em; line-height: .04167em; vertical-align: -.125em } .fa-2xl { font-size: 2em; line-height: .03125em; vertical-align: -.1875em } .fa-fw { text-align: center; width: 1.25em } .fa-ul { list-style-type: none; margin-left: var(--fa-li-margin, 2.5em); padding-left: 0 } .fa-ul>li { position: relative } .fa-li { left: calc(var(--fa-li-width, 2em)*-1); position: absolute; text-align: center; width: var(--fa-li-width, 2em); line-height: inherit } .fa-border { border-radius: var(--fa-border-radius, .1em); border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee); padding: var(--fa-border-padding, .2em .25em .15em) } .fa-pull-left { float: left; margin-right: var(--fa-pull-margin, .3em) } .fa-pull-right { float: right; margin-left: var(--fa-pull-margin, .3em) } .fa-beat { -webkit-animation-name: fa-beat; animation-name: fa-beat; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out) } .fa-bounce { -webkit-animation-name: fa-bounce; animation-name: fa-bounce; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1)) } .fa-fade { -webkit-animation-name: fa-fade; animation-name: fa-fade; -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1)) } .fa-beat-fade, .fa-fade { -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s) } .fa-beat-fade { -webkit-animation-name: fa-beat-fade; animation-name: fa-beat-fade; -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1)) } .fa-flip { -webkit-animation-name: fa-flip; animation-name: fa-flip; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out) } .fa-shake { -webkit-animation-name: fa-shake; animation-name: fa-shake; -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear) } .fa-shake, .fa-spin { -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal) } .fa-spin { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-duration: var(--fa-animation-duration, 2s); animation-duration: var(--fa-animation-duration, 2s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear) } .fa-spin-reverse { --fa-animation-direction: reverse } .fa-pulse, .fa-spin-pulse { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); animation-timing-function: var(--fa-animation-timing, steps(8)) } @media (prefers-reduced-motion:reduce) { .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse { -webkit-animation-delay: -1ms; animation-delay: -1ms; -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0s; transition-duration: 0s } } @-webkit-keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1) } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)) } } @keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1) } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)) } } @-webkit-keyframes fa-bounce { 0% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0) } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0) } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em)); transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em)) } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0) } 57% { -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em)); transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em)) } 64% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0) } to { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0) } } @keyframes fa-bounce { 0% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0) } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0) } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em)); transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em)) } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0) } 57% { -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em)); transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em)) } 64% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0) } to { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0) } } @-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, .4) } } @keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, .4) } } @-webkit-keyframes fa-beat-fade { 0%, to { opacity: var(--fa-beat-fade-opacity, .4); -webkit-transform: scale(1); transform: scale(1) } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)) } } @keyframes fa-beat-fade { 0%, to { opacity: var(--fa-beat-fade-opacity, .4); -webkit-transform: scale(1); transform: scale(1) } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)) } } @-webkit-keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)) } } @keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)) } } @-webkit-keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg) } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg) } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg) } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg) } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg) } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg) } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg) } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg) } 40%, to { -webkit-transform: rotate(0deg); transform: rotate(0deg) } } @keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg) } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg) } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg) } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg) } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg) } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg) } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg) } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg) } 40%, to { -webkit-transform: rotate(0deg); transform: rotate(0deg) } } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } .fa-rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .fa-rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .fa-rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .fa-flip-horizontal { -webkit-transform: scaleX(-1); transform: scaleX(-1) } .fa-flip-vertical { -webkit-transform: scaleY(-1); transform: scaleY(-1) } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -webkit-transform: scale(-1); transform: scale(-1) } /* .fa-rotate-by { -webkit-transform: rotate(var(--fa-rotate-angle, none)); transform: rotate(var(--fa-rotate-angle, none)) } */ .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; z-index: var(--fa-stack-z-index, auto) } .fa-stack-1x { line-height: inherit } .fa-stack-2x { font-size: 2em } .fa-inverse { color: var(--fa-inverse, #fff) } .fa-0:before { content: "\30" } .fa-1:before { content: "\31" } .fa-2:before { content: "\32" } .fa-3:before { content: "\33" } .fa-4:before { content: "\34" } .fa-5:before { content: "\35" } .fa-6:before { content: "\36" } .fa-7:before { content: "\37" } .fa-8:before { content: "\38" } .fa-9:before { content: "\39" } .fa-fill-drip:before { content: "\f576" } .fa-arrows-to-circle:before { content: "\e4bd" } .fa-chevron-circle-right:before, .fa-circle-chevron-right:before { content: "\f138" } .fa-at:before { content: "\40" } .fa-trash-alt:before, .fa-trash-can:before { content: "\f2ed" } .fa-text-height:before { content: "\f034" } .fa-user-times:before, .fa-user-xmark:before { content: "\f235" } .fa-stethoscope:before { content: "\f0f1" } .fa-comment-alt:before, .fa-message:before { content: "\f27a" } .fa-info:before { content: "\f129" } .fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before { content: "\f422" } .fa-explosion:before { content: "\e4e9" } .fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before { content: "\f15c" } .fa-wave-square:before { content: "\f83e" } .fa-ring:before { content: "\f70b" } .fa-building-un:before { content: "\e4d9" } .fa-dice-three:before { content: "\f527" } .fa-calendar-alt:before, .fa-calendar-days:before { content: "\f073" } .fa-anchor-circle-check:before { content: "\e4aa" } .fa-building-circle-arrow-right:before { content: "\e4d1" } .fa-volleyball-ball:before, .fa-volleyball:before { content: "\f45f" } .fa-arrows-up-to-line:before { content: "\e4c2" } .fa-sort-desc:before, .fa-sort-down:before { content: "\f0dd" } .fa-circle-minus:before, .fa-minus-circle:before { content: "\f056" } .fa-door-open:before { content: "\f52b" } .fa-right-from-bracket:before, .fa-sign-out-alt:before { content: "\f2f5" } .fa-atom:before { content: "\f5d2" } .fa-soap:before { content: "\e06e" } .fa-heart-music-camera-bolt:before, .fa-icons:before { content: "\f86d" } .fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before { content: "\f539" } .fa-bridge-circle-check:before { content: "\e4c9" } .fa-pump-medical:before { content: "\e06a" } .fa-fingerprint:before { content: "\f577" } .fa-hand-point-right:before { content: "\f0a4" } .fa-magnifying-glass-location:before, .fa-search-location:before { content: "\f689" } .fa-forward-step:before, .fa-step-forward:before { content: "\f051" } .fa-face-smile-beam:before, .fa-smile-beam:before { content: "\f5b8" } .fa-flag-checkered:before { content: "\f11e" } .fa-football-ball:before, .fa-football:before { content: "\f44e" } .fa-school-circle-exclamation:before { content: "\e56c" } .fa-crop:before { content: "\f125" } .fa-angle-double-down:before, .fa-angles-down:before { content: "\f103" } .fa-users-rectangle:before { content: "\e594" } .fa-people-roof:before { content: "\e537" } .fa-people-line:before { content: "\e534" } .fa-beer-mug-empty:before, .fa-beer:before { content: "\f0fc" } .fa-diagram-predecessor:before { content: "\e477" } .fa-arrow-up-long:before, .fa-long-arrow-up:before { content: "\f176" } .fa-burn:before, .fa-fire-flame-simple:before { content: "\f46a" } .fa-male:before, .fa-person:before { content: "\f183" } .fa-laptop:before { content: "\f109" } .fa-file-csv:before { content: "\f6dd" } .fa-menorah:before { content: "\f676" } .fa-truck-plane:before { content: "\e58f" } .fa-record-vinyl:before { content: "\f8d9" } .fa-face-grin-stars:before, .fa-grin-stars:before { content: "\f587" } .fa-bong:before { content: "\f55c" } .fa-pastafarianism:before, .fa-spaghetti-monster-flying:before { content: "\f67b" } .fa-arrow-down-up-across-line:before { content: "\e4af" } .fa-spoon:before, .fa-utensil-spoon:before { content: "\f2e5" } .fa-jar-wheat:before { content: "\e517" } .fa-envelopes-bulk:before, .fa-mail-bulk:before { content: "\f674" } .fa-file-circle-exclamation:before { content: "\e4eb" } .fa-circle-h:before, .fa-hospital-symbol:before { content: "\f47e" } .fa-pager:before { content: "\f815" } .fa-address-book:before, .fa-contact-book:before { content: "\f2b9" } .fa-strikethrough:before { content: "\f0cc" } .fa-k:before { content: "\4b" } .fa-landmark-flag:before { content: "\e51c" } .fa-pencil-alt:before, .fa-pencil:before { content: "\f303" } .fa-backward:before { content: "\f04a" } .fa-caret-right:before { content: "\f0da" } .fa-comments:before { content: "\f086" } .fa-file-clipboard:before, .fa-paste:before { content: "\f0ea" } .fa-code-pull-request:before { content: "\e13c" } .fa-clipboard-list:before { content: "\f46d" } .fa-truck-loading:before, .fa-truck-ramp-box:before { content: "\f4de" } .fa-user-check:before { content: "\f4fc" } .fa-vial-virus:before { content: "\e597" } .fa-sheet-plastic:before { content: "\e571" } .fa-blog:before { content: "\f781" } .fa-user-ninja:before { content: "\f504" } .fa-person-arrow-up-from-line:before { content: "\e539" } .fa-scroll-torah:before, .fa-torah:before { content: "\f6a0" } .fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before { content: "\f458" } .fa-toggle-off:before { content: "\f204" } .fa-archive:before, .fa-box-archive:before { content: "\f187" } .fa-person-drowning:before { content: "\e545" } .fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before { content: "\f886" } .fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before { content: "\f58a" } .fa-spray-can:before { content: "\f5bd" } .fa-truck-monster:before { content: "\f63b" } .fa-w:before { content: "\57" } .fa-earth-africa:before, .fa-globe-africa:before { content: "\f57c" } .fa-rainbow:before { content: "\f75b" } .fa-circle-notch:before { content: "\f1ce" } .fa-tablet-alt:before, .fa-tablet-screen-button:before { content: "\f3fa" } .fa-paw:before { content: "\f1b0" } .fa-cloud:before { content: "\f0c2" } .fa-trowel-bricks:before { content: "\e58a" } .fa-face-flushed:before, .fa-flushed:before { content: "\f579" } .fa-hospital-user:before { content: "\f80d" } .fa-tent-arrow-left-right:before { content: "\e57f" } .fa-gavel:before, .fa-legal:before { content: "\f0e3" } .fa-binoculars:before { content: "\f1e5" } .fa-microphone-slash:before { content: "\f131" } .fa-box-tissue:before { content: "\e05b" } .fa-motorcycle:before { content: "\f21c" } .fa-bell-concierge:before, .fa-concierge-bell:before { content: "\f562" } .fa-pen-ruler:before, .fa-pencil-ruler:before { content: "\f5ae" } .fa-people-arrows-left-right:before, .fa-people-arrows:before { content: "\e068" } .fa-mars-and-venus-burst:before { content: "\e523" } .fa-caret-square-right:before, .fa-square-caret-right:before { content: "\f152" } .fa-cut:before, .fa-scissors:before { content: "\f0c4" } .fa-sun-plant-wilt:before { content: "\e57a" } .fa-toilets-portable:before { content: "\e584" } .fa-hockey-puck:before { content: "\f453" } .fa-table:before { content: "\f0ce" } .fa-magnifying-glass-arrow-right:before { content: "\e521" } .fa-digital-tachograph:before, .fa-tachograph-digital:before { content: "\f566" } .fa-users-slash:before { content: "\e073" } .fa-clover:before { content: "\e139" } .fa-mail-reply:before, .fa-reply:before { content: "\f3e5" } .fa-star-and-crescent:before { content: "\f699" } .fa-house-fire:before { content: "\e50c" } .fa-minus-square:before, .fa-square-minus:before { content: "\f146" } .fa-helicopter:before { content: "\f533" } .fa-compass:before { content: "\f14e" } .fa-caret-square-down:before, .fa-square-caret-down:before { content: "\f150" } .fa-file-circle-question:before { content: "\e4ef" } .fa-laptop-code:before { content: "\f5fc" } .fa-swatchbook:before { content: "\f5c3" } .fa-prescription-bottle:before { content: "\f485" } .fa-bars:before, .fa-navicon:before { content: "\f0c9" } .fa-people-group:before { content: "\e533" } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253" } .fa-heart-broken:before, .fa-heart-crack:before { content: "\f7a9" } .fa-external-link-square-alt:before, .fa-square-up-right:before { content: "\f360" } .fa-face-kiss-beam:before, .fa-kiss-beam:before { content: "\f597" } .fa-film:before { content: "\f008" } .fa-ruler-horizontal:before { content: "\f547" } .fa-people-robbery:before { content: "\e536" } .fa-lightbulb:before { content: "\f0eb" } .fa-caret-left:before { content: "\f0d9" } .fa-circle-exclamation:before, .fa-exclamation-circle:before { content: "\f06a" } .fa-school-circle-xmark:before { content: "\e56d" } .fa-arrow-right-from-bracket:before, .fa-sign-out:before { content: "\f08b" } .fa-chevron-circle-down:before, .fa-circle-chevron-down:before { content: "\f13a" } .fa-unlock-alt:before, .fa-unlock-keyhole:before { content: "\f13e" } .fa-cloud-showers-heavy:before { content: "\f740" } .fa-headphones-alt:before, .fa-headphones-simple:before { content: "\f58f" } .fa-sitemap:before { content: "\f0e8" } .fa-circle-dollar-to-slot:before, .fa-donate:before { content: "\f4b9" } .fa-memory:before { content: "\f538" } .fa-road-spikes:before { content: "\e568" } .fa-fire-burner:before { content: "\e4f1" } .fa-flag:before { content: "\f024" } .fa-hanukiah:before { content: "\f6e6" } .fa-feather:before { content: "\f52d" } .fa-volume-down:before, .fa-volume-low:before { content: "\f027" } .fa-comment-slash:before { content: "\f4b3" } .fa-cloud-sun-rain:before { content: "\f743" } .fa-compress:before { content: "\f066" } .fa-wheat-alt:before, .fa-wheat-awn:before { content: "\e2cd" } .fa-ankh:before { content: "\f644" } .fa-hands-holding-child:before { content: "\e4fa" } .fa-asterisk:before { content: "\2a" } .fa-check-square:before, .fa-square-check:before { content: "\f14a" } .fa-peseta-sign:before { content: "\e221" } .fa-header:before, .fa-heading:before { content: "\f1dc" } .fa-ghost:before { content: "\f6e2" } .fa-list-squares:before, .fa-list:before { content: "\f03a" } .fa-phone-square-alt:before, .fa-square-phone-flip:before { content: "\f87b" } .fa-cart-plus:before { content: "\f217" } .fa-gamepad:before { content: "\f11b" } .fa-circle-dot:before, .fa-dot-circle:before { content: "\f192" } .fa-dizzy:before, .fa-face-dizzy:before { content: "\f567" } .fa-egg:before { content: "\f7fb" } .fa-house-medical-circle-xmark:before { content: "\e513" } .fa-campground:before { content: "\f6bb" } .fa-folder-plus:before { content: "\f65e" } .fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before { content: "\f1e3" } .fa-paint-brush:before, .fa-paintbrush:before { content: "\f1fc" } .fa-lock:before { content: "\f023" } .fa-gas-pump:before { content: "\f52f" } .fa-hot-tub-person:before, .fa-hot-tub:before { content: "\f593" } .fa-map-location:before, .fa-map-marked:before { content: "\f59f" } .fa-house-flood-water:before { content: "\e50e" } .fa-tree:before { content: "\f1bb" } .fa-bridge-lock:before { content: "\e4cc" } .fa-sack-dollar:before { content: "\f81d" } .fa-edit:before, .fa-pen-to-square:before { content: "\f044" } .fa-car-side:before { content: "\f5e4" } .fa-share-alt:before, .fa-share-nodes:before { content: "\f1e0" } .fa-heart-circle-minus:before { content: "\e4ff" } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252" } .fa-microscope:before { content: "\f610" } .fa-sink:before { content: "\e06d" } .fa-bag-shopping:before, .fa-shopping-bag:before { content: "\f290" } .fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before { content: "\f881" } .fa-mitten:before { content: "\f7b5" } .fa-person-rays:before { content: "\e54d" } .fa-users:before { content: "\f0c0" } .fa-eye-slash:before { content: "\f070" } .fa-flask-vial:before { content: "\e4f3" } .fa-hand-paper:before, .fa-hand:before { content: "\f256" } .fa-om:before { content: "\f679" } .fa-worm:before { content: "\e599" } .fa-house-circle-xmark:before { content: "\e50b" } .fa-plug:before { content: "\f1e6" } .fa-chevron-up:before { content: "\f077" } .fa-hand-spock:before { content: "\f259" } .fa-stopwatch:before { content: "\f2f2" } .fa-face-kiss:before, .fa-kiss:before { content: "\f596" } .fa-bridge-circle-xmark:before { content: "\e4cb" } .fa-face-grin-tongue:before, .fa-grin-tongue:before { content: "\f589" } .fa-chess-bishop:before { content: "\f43a" } .fa-face-grin-wink:before, .fa-grin-wink:before { content: "\f58c" } .fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before { content: "\f2a4" } .fa-road-circle-check:before { content: "\e564" } .fa-dice-five:before { content: "\f523" } .fa-rss-square:before, .fa-square-rss:before { content: "\f143" } .fa-land-mine-on:before { content: "\e51b" } .fa-i-cursor:before { content: "\f246" } .fa-stamp:before { content: "\f5bf" } .fa-stairs:before { content: "\e289" } .fa-i:before { content: "\49" } .fa-hryvnia-sign:before, .fa-hryvnia:before { content: "\f6f2" } .fa-pills:before { content: "\f484" } .fa-face-grin-wide:before, .fa-grin-alt:before { content: "\f581" } .fa-tooth:before { content: "\f5c9" } .fa-v:before { content: "\56" } .fa-bangladeshi-taka-sign:before { content: "\e2e6" } .fa-bicycle:before { content: "\f206" } .fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before { content: "\e579" } .fa-head-side-cough-slash:before { content: "\e062" } .fa-ambulance:before, .fa-truck-medical:before { content: "\f0f9" } .fa-wheat-awn-circle-exclamation:before { content: "\e598" } .fa-snowman:before { content: "\f7d0" } .fa-mortar-pestle:before { content: "\f5a7" } .fa-road-barrier:before { content: "\e562" } .fa-school:before { content: "\f549" } .fa-igloo:before { content: "\f7ae" } .fa-joint:before { content: "\f595" } .fa-angle-right:before { content: "\f105" } .fa-horse:before { content: "\f6f0" } .fa-q:before { content: "\51" } .fa-g:before { content: "\47" } .fa-notes-medical:before { content: "\f481" } .fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9" } .fa-dong-sign:before { content: "\e169" } .fa-capsules:before { content: "\f46b" } .fa-poo-bolt:before, .fa-poo-storm:before { content: "\f75a" } .fa-face-frown-open:before, .fa-frown-open:before { content: "\f57a" } .fa-hand-point-up:before { content: "\f0a6" } .fa-money-bill:before { content: "\f0d6" } .fa-bookmark:before { content: "\f02e" } .fa-align-justify:before { content: "\f039" } .fa-umbrella-beach:before { content: "\f5ca" } .fa-helmet-un:before { content: "\e503" } .fa-bullseye:before { content: "\f140" } .fa-bacon:before { content: "\f7e5" } .fa-hand-point-down:before { content: "\f0a7" } .fa-arrow-up-from-bracket:before { content: "\e09a" } .fa-folder-blank:before, .fa-folder:before { content: "\f07b" } .fa-file-medical-alt:before, .fa-file-waveform:before { content: "\f478" } .fa-radiation:before { content: "\f7b9" } .fa-chart-simple:before { content: "\e473" } .fa-mars-stroke:before { content: "\f229" } .fa-vial:before { content: "\f492" } .fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before { content: "\f624" } .fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before { content: "\e2ca" } .fa-e:before { content: "\45" } .fa-pen-alt:before, .fa-pen-clip:before { content: "\f305" } .fa-bridge-circle-exclamation:before { content: "\e4ca" } .fa-user:before { content: "\f007" } .fa-school-circle-check:before { content: "\e56b" } .fa-dumpster:before { content: "\f793" } .fa-shuttle-van:before, .fa-van-shuttle:before { content: "\f5b6" } .fa-building-user:before { content: "\e4da" } .fa-caret-square-left:before, .fa-square-caret-left:before { content: "\f191" } .fa-highlighter:before { content: "\f591" } .fa-key:before { content: "\f084" } .fa-bullhorn:before { content: "\f0a1" } .fa-globe:before { content: "\f0ac" } .fa-synagogue:before { content: "\f69b" } .fa-person-half-dress:before { content: "\e548" } .fa-road-bridge:before { content: "\e563" } .fa-location-arrow:before { content: "\f124" } .fa-c:before { content: "\43" } .fa-tablet-button:before { content: "\f10a" } .fa-building-lock:before { content: "\e4d6" } .fa-pizza-slice:before { content: "\f818" } .fa-money-bill-wave:before { content: "\f53a" } .fa-area-chart:before, .fa-chart-area:before { content: "\f1fe" } .fa-house-flag:before { content: "\e50d" } .fa-person-circle-minus:before { content: "\e540" } .fa-ban:before, .fa-cancel:before { content: "\f05e" } .fa-camera-rotate:before { content: "\e0d8" } .fa-air-freshener:before, .fa-spray-can-sparkles:before { content: "\f5d0" } .fa-star:before { content: "\f005" } .fa-repeat:before { content: "\f363" } .fa-cross:before { content: "\f654" } .fa-box:before { content: "\f466" } .fa-venus-mars:before { content: "\f228" } .fa-arrow-pointer:before, .fa-mouse-pointer:before { content: "\f245" } .fa-expand-arrows-alt:before, .fa-maximize:before { content: "\f31e" } .fa-charging-station:before { content: "\f5e7" } .fa-shapes:before, .fa-triangle-circle-square:before { content: "\f61f" } .fa-random:before, .fa-shuffle:before { content: "\f074" } .fa-person-running:before, .fa-running:before { content: "\f70c" } .fa-mobile-retro:before { content: "\e527" } .fa-grip-lines-vertical:before { content: "\f7a5" } .fa-spider:before { content: "\f717" } .fa-hands-bound:before { content: "\e4f9" } .fa-file-invoice-dollar:before { content: "\f571" } .fa-plane-circle-exclamation:before { content: "\e556" } .fa-x-ray:before { content: "\f497" } .fa-spell-check:before { content: "\f891" } .fa-slash:before { content: "\f715" } .fa-computer-mouse:before, .fa-mouse:before { content: "\f8cc" } .fa-arrow-right-to-bracket:before, .fa-sign-in:before { content: "\f090" } .fa-shop-slash:before, .fa-store-alt-slash:before { content: "\e070" } .fa-server:before { content: "\f233" } .fa-virus-covid-slash:before { content: "\e4a9" } .fa-shop-lock:before { content: "\e4a5" } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251" } .fa-blender-phone:before { content: "\f6b6" } .fa-building-wheat:before { content: "\e4db" } .fa-person-breastfeeding:before { content: "\e53a" } .fa-right-to-bracket:before, .fa-sign-in-alt:before { content: "\f2f6" } .fa-venus:before { content: "\f221" } .fa-passport:before { content: "\f5ab" } .fa-heart-pulse:before, .fa-heartbeat:before { content: "\f21e" } .fa-people-carry-box:before, .fa-people-carry:before { content: "\f4ce" } .fa-temperature-high:before { content: "\f769" } .fa-microchip:before { content: "\f2db" } .fa-crown:before { content: "\f521" } .fa-weight-hanging:before { content: "\f5cd" } .fa-xmarks-lines:before { content: "\e59a" } .fa-file-prescription:before { content: "\f572" } .fa-weight-scale:before, .fa-weight:before { content: "\f496" } .fa-user-friends:before, .fa-user-group:before { content: "\f500" } .fa-arrow-up-a-z:before, .fa-sort-alpha-up:before { content: "\f15e" } .fa-chess-knight:before { content: "\f441" } .fa-face-laugh-squint:before, .fa-laugh-squint:before { content: "\f59b" } .fa-wheelchair:before { content: "\f193" } .fa-arrow-circle-up:before, .fa-circle-arrow-up:before { content: "\f0aa" } .fa-toggle-on:before { content: "\f205" } .fa-person-walking:before, .fa-walking:before { content: "\f554" } .fa-l:before { content: "\4c" } .fa-fire:before { content: "\f06d" } .fa-bed-pulse:before, .fa-procedures:before { content: "\f487" } .fa-shuttle-space:before, .fa-space-shuttle:before { content: "\f197" } .fa-face-laugh:before, .fa-laugh:before { content: "\f599" } .fa-folder-open:before { content: "\f07c" } .fa-heart-circle-plus:before { content: "\e500" } .fa-code-fork:before { content: "\e13b" } .fa-city:before { content: "\f64f" } .fa-microphone-alt:before, .fa-microphone-lines:before { content: "\f3c9" } .fa-pepper-hot:before { content: "\f816" } .fa-unlock:before { content: "\f09c" } .fa-colon-sign:before { content: "\e140" } .fa-headset:before { content: "\f590" } .fa-store-slash:before { content: "\e071" } .fa-road-circle-xmark:before { content: "\e566" } .fa-user-minus:before { content: "\f503" } .fa-mars-stroke-up:before, .fa-mars-stroke-v:before { content: "\f22a" } .fa-champagne-glasses:before, .fa-glass-cheers:before { content: "\f79f" } .fa-clipboard:before { content: "\f328" } .fa-house-circle-exclamation:before { content: "\e50a" } .fa-file-arrow-up:before, .fa-file-upload:before { content: "\f574" } .fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before { content: "\f1eb" } .fa-bath:before, .fa-bathtub:before { content: "\f2cd" } .fa-underline:before { content: "\f0cd" } .fa-user-edit:before, .fa-user-pen:before { content: "\f4ff" } .fa-signature:before { content: "\f5b7" } .fa-stroopwafel:before { content: "\f551" } .fa-bold:before { content: "\f032" } .fa-anchor-lock:before { content: "\e4ad" } .fa-building-ngo:before { content: "\e4d7" } .fa-manat-sign:before { content: "\e1d5" } .fa-not-equal:before { content: "\f53e" } .fa-border-style:before, .fa-border-top-left:before { content: "\f853" } .fa-map-location-dot:before, .fa-map-marked-alt:before { content: "\f5a0" } .fa-jedi:before { content: "\f669" } .fa-poll:before, .fa-square-poll-vertical:before { content: "\f681" } .fa-mug-hot:before { content: "\f7b6" } .fa-battery-car:before, .fa-car-battery:before { content: "\f5df" } .fa-gift:before { content: "\f06b" } .fa-dice-two:before { content: "\f528" } .fa-chess-queen:before { content: "\f445" } .fa-glasses:before { content: "\f530" } .fa-chess-board:before { content: "\f43c" } .fa-building-circle-check:before { content: "\e4d2" } .fa-person-chalkboard:before { content: "\e53d" } .fa-mars-stroke-h:before, .fa-mars-stroke-right:before { content: "\f22b" } .fa-hand-back-fist:before, .fa-hand-rock:before { content: "\f255" } .fa-caret-square-up:before, .fa-square-caret-up:before { content: "\f151" } .fa-cloud-showers-water:before { content: "\e4e4" } .fa-bar-chart:before, .fa-chart-bar:before { content: "\f080" } .fa-hands-bubbles:before, .fa-hands-wash:before { content: "\e05e" } .fa-less-than-equal:before { content: "\f537" } .fa-train:before { content: "\f238" } .fa-eye-low-vision:before, .fa-low-vision:before { content: "\f2a8" } .fa-crow:before { content: "\f520" } .fa-sailboat:before { content: "\e445" } .fa-window-restore:before { content: "\f2d2" } .fa-plus-square:before, .fa-square-plus:before { content: "\f0fe" } .fa-torii-gate:before { content: "\f6a1" } .fa-frog:before { content: "\f52e" } .fa-bucket:before { content: "\e4cf" } .fa-image:before { content: "\f03e" } .fa-microphone:before { content: "\f130" } .fa-cow:before { content: "\f6c8" } .fa-caret-up:before { content: "\f0d8" } .fa-screwdriver:before { content: "\f54a" } .fa-folder-closed:before { content: "\e185" } .fa-house-tsunami:before { content: "\e515" } .fa-square-nfi:before { content: "\e576" } .fa-arrow-up-from-ground-water:before { content: "\e4b5" } .fa-glass-martini-alt:before, .fa-martini-glass:before { content: "\f57b" } .fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before { content: "\f2ea" } .fa-columns:before, .fa-table-columns:before { content: "\f0db" } .fa-lemon:before { content: "\f094" } .fa-head-side-mask:before { content: "\e063" } .fa-handshake:before { content: "\f2b5" } .fa-gem:before { content: "\f3a5" } .fa-dolly-box:before, .fa-dolly:before { content: "\f472" } .fa-smoking:before { content: "\f48d" } .fa-compress-arrows-alt:before, .fa-minimize:before { content: "\f78c" } .fa-monument:before { content: "\f5a6" } .fa-snowplow:before { content: "\f7d2" } .fa-angle-double-right:before, .fa-angles-right:before { content: "\f101" } .fa-cannabis:before { content: "\f55f" } .fa-circle-play:before, .fa-play-circle:before { content: "\f144" } .fa-tablets:before { content: "\f490" } .fa-ethernet:before { content: "\f796" } .fa-eur:before, .fa-euro-sign:before, .fa-euro:before { content: "\f153" } .fa-chair:before { content: "\f6c0" } .fa-check-circle:before, .fa-circle-check:before { content: "\f058" } .fa-circle-stop:before, .fa-stop-circle:before { content: "\f28d" } .fa-compass-drafting:before, .fa-drafting-compass:before { content: "\f568" } .fa-plate-wheat:before { content: "\e55a" } .fa-icicles:before { content: "\f7ad" } .fa-person-shelter:before { content: "\e54f" } .fa-neuter:before { content: "\f22c" } .fa-id-badge:before { content: "\f2c1" } .fa-marker:before { content: "\f5a1" } .fa-face-laugh-beam:before, .fa-laugh-beam:before { content: "\f59a" } .fa-helicopter-symbol:before { content: "\e502" } .fa-universal-access:before { content: "\f29a" } .fa-chevron-circle-up:before, .fa-circle-chevron-up:before { content: "\f139" } .fa-lari-sign:before { content: "\e1c8" } .fa-volcano:before { content: "\f770" } .fa-person-walking-dashed-line-arrow-right:before { content: "\e553" } .fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before { content: "\f154" } .fa-viruses:before { content: "\e076" } .fa-square-person-confined:before { content: "\e577" } .fa-user-tie:before { content: "\f508" } .fa-arrow-down-long:before, .fa-long-arrow-down:before { content: "\f175" } .fa-tent-arrow-down-to-line:before { content: "\e57e" } .fa-certificate:before { content: "\f0a3" } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122" } .fa-suitcase:before { content: "\f0f2" } .fa-person-skating:before, .fa-skating:before { content: "\f7c5" } .fa-filter-circle-dollar:before, .fa-funnel-dollar:before { content: "\f662" } .fa-camera-retro:before { content: "\f083" } .fa-arrow-circle-down:before, .fa-circle-arrow-down:before { content: "\f0ab" } .fa-arrow-right-to-file:before, .fa-file-import:before { content: "\f56f" } .fa-external-link-square:before, .fa-square-arrow-up-right:before { content: "\f14c" } .fa-box-open:before { content: "\f49e" } .fa-scroll:before { content: "\f70e" } .fa-spa:before { content: "\f5bb" } .fa-location-pin-lock:before { content: "\e51f" } .fa-pause:before { content: "\f04c" } .fa-hill-avalanche:before { content: "\e507" } .fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb" } .fa-bomb:before { content: "\f1e2" } .fa-registered:before { content: "\f25d" } .fa-address-card:before, .fa-contact-card:before, .fa-vcard:before { content: "\f2bb" } .fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before { content: "\f516" } .fa-subscript:before { content: "\f12c" } .fa-diamond-turn-right:before, .fa-directions:before { content: "\f5eb" } .fa-burst:before { content: "\e4dc" } .fa-house-laptop:before, .fa-laptop-house:before { content: "\e066" } .fa-face-tired:before, .fa-tired:before { content: "\f5c8" } .fa-money-bills:before { content: "\e1f3" } .fa-smog:before { content: "\f75f" } .fa-crutch:before { content: "\f7f7" } .fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before { content: "\f0ee" } .fa-palette:before { content: "\f53f" } .fa-arrows-turn-right:before { content: "\e4c0" } .fa-vest:before { content: "\e085" } .fa-ferry:before { content: "\e4ea" } .fa-arrows-down-to-people:before { content: "\e4b9" } .fa-seedling:before, .fa-sprout:before { content: "\f4d8" } .fa-arrows-alt-h:before, .fa-left-right:before { content: "\f337" } .fa-boxes-packing:before { content: "\e4c7" } .fa-arrow-circle-left:before, .fa-circle-arrow-left:before { content: "\f0a8" } .fa-group-arrows-rotate:before { content: "\e4f6" } .fa-bowl-food:before { content: "\e4c6" } .fa-candy-cane:before { content: "\f786" } .fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before { content: "\f160" } .fa-cloud-bolt:before, .fa-thunderstorm:before { content: "\f76c" } .fa-remove-format:before, .fa-text-slash:before { content: "\f87d" } .fa-face-smile-wink:before, .fa-smile-wink:before { content: "\f4da" } .fa-file-word:before { content: "\f1c2" } .fa-file-powerpoint:before { content: "\f1c4" } .fa-arrows-h:before, .fa-arrows-left-right:before { content: "\f07e" } .fa-house-lock:before { content: "\e510" } .fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before { content: "\f0ed" } .fa-children:before { content: "\e4e1" } .fa-blackboard:before, .fa-chalkboard:before { content: "\f51b" } .fa-user-alt-slash:before, .fa-user-large-slash:before { content: "\f4fa" } .fa-envelope-open:before { content: "\f2b6" } .fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before { content: "\e05f" } .fa-mattress-pillow:before { content: "\e525" } .fa-guarani-sign:before { content: "\e19a" } .fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before { content: "\f021" } .fa-fire-extinguisher:before { content: "\f134" } .fa-cruzeiro-sign:before { content: "\e152" } .fa-greater-than-equal:before { content: "\f532" } .fa-shield-alt:before, .fa-shield-halved:before { content: "\f3ed" } .fa-atlas:before, .fa-book-atlas:before { content: "\f558" } .fa-virus:before { content: "\e074" } .fa-envelope-circle-check:before { content: "\e4e8" } .fa-layer-group:before { content: "\f5fd" } .fa-arrows-to-dot:before { content: "\e4be" } .fa-archway:before { content: "\f557" } .fa-heart-circle-check:before { content: "\e4fd" } .fa-house-chimney-crack:before, .fa-house-damage:before { content: "\f6f1" } .fa-file-archive:before, .fa-file-zipper:before { content: "\f1c6" } .fa-square:before { content: "\f0c8" } .fa-glass-martini:before, .fa-martini-glass-empty:before { content: "\f000" } .fa-couch:before { content: "\f4b8" } .fa-cedi-sign:before { content: "\e0df" } .fa-italic:before { content: "\f033" } .fa-church:before { content: "\f51d" } .fa-comments-dollar:before { content: "\f653" } .fa-democrat:before { content: "\f747" } .fa-z:before { content: "\5a" } .fa-person-skiing:before, .fa-skiing:before { content: "\f7c9" } .fa-road-lock:before { content: "\e567" } .fa-a:before { content: "\41" } .fa-temperature-arrow-down:before, .fa-temperature-down:before { content: "\e03f" } .fa-feather-alt:before, .fa-feather-pointed:before { content: "\f56b" } .fa-p:before { content: "\50" } .fa-snowflake:before { content: "\f2dc" } .fa-newspaper:before { content: "\f1ea" } .fa-ad:before, .fa-rectangle-ad:before { content: "\f641" } .fa-arrow-circle-right:before, .fa-circle-arrow-right:before { content: "\f0a9" } .fa-filter-circle-xmark:before { content: "\e17b" } .fa-locust:before { content: "\e520" } .fa-sort:before, .fa-unsorted:before { content: "\f0dc" } .fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before { content: "\f0cb" } .fa-person-dress-burst:before { content: "\e544" } .fa-money-check-alt:before, .fa-money-check-dollar:before { content: "\f53d" } .fa-vector-square:before { content: "\f5cb" } .fa-bread-slice:before { content: "\f7ec" } .fa-language:before { content: "\f1ab" } .fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before { content: "\f598" } .fa-filter:before { content: "\f0b0" } .fa-question:before { content: "\3f" } .fa-file-signature:before { content: "\f573" } .fa-arrows-alt:before, .fa-up-down-left-right:before { content: "\f0b2" } .fa-house-chimney-user:before { content: "\e065" } .fa-hand-holding-heart:before { content: "\f4be" } .fa-puzzle-piece:before { content: "\f12e" } .fa-money-check:before { content: "\f53c" } .fa-star-half-alt:before, .fa-star-half-stroke:before { content: "\f5c0" } .fa-code:before { content: "\f121" } .fa-glass-whiskey:before, .fa-whiskey-glass:before { content: "\f7a0" } .fa-building-circle-exclamation:before { content: "\e4d3" } .fa-magnifying-glass-chart:before { content: "\e522" } .fa-arrow-up-right-from-square:before, .fa-external-link:before { content: "\f08e" } .fa-cubes-stacked:before { content: "\e4e6" } .fa-krw:before, .fa-won-sign:before, .fa-won:before { content: "\f159" } .fa-virus-covid:before { content: "\e4a8" } .fa-austral-sign:before { content: "\e0a9" } .fa-f:before { content: "\46" } .fa-leaf:before { content: "\f06c" } .fa-road:before { content: "\f018" } .fa-cab:before, .fa-taxi:before { content: "\f1ba" } .fa-person-circle-plus:before { content: "\e541" } .fa-chart-pie:before, .fa-pie-chart:before { content: "\f200" } .fa-bolt-lightning:before { content: "\e0b7" } .fa-sack-xmark:before { content: "\e56a" } .fa-file-excel:before { content: "\f1c3" } .fa-file-contract:before { content: "\f56c" } .fa-fish-fins:before { content: "\e4f2" } .fa-building-flag:before { content: "\e4d5" } .fa-face-grin-beam:before, .fa-grin-beam:before { content: "\f582" } .fa-object-ungroup:before { content: "\f248" } .fa-poop:before { content: "\f619" } .fa-location-pin:before, .fa-map-marker:before { content: "\f041" } .fa-kaaba:before { content: "\f66b" } .fa-toilet-paper:before { content: "\f71e" } .fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before { content: "\f807" } .fa-eject:before { content: "\f052" } .fa-arrow-alt-circle-right:before, .fa-circle-right:before { content: "\f35a" } .fa-plane-circle-check:before { content: "\e555" } .fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before { content: "\f5a5" } .fa-object-group:before { content: "\f247" } .fa-chart-line:before, .fa-line-chart:before { content: "\f201" } .fa-mask-ventilator:before { content: "\e524" } .fa-arrow-right:before { content: "\f061" } .fa-map-signs:before, .fa-signs-post:before { content: "\f277" } .fa-cash-register:before { content: "\f788" } .fa-person-circle-question:before { content: "\e542" } .fa-h:before { content: "\48" } .fa-tarp:before { content: "\e57b" } .fa-screwdriver-wrench:before, .fa-tools:before { content: "\f7d9" } .fa-arrows-to-eye:before { content: "\e4bf" } .fa-plug-circle-bolt:before { content: "\e55b" } .fa-heart:before { content: "\f004" } .fa-mars-and-venus:before { content: "\f224" } .fa-home-user:before, .fa-house-user:before { content: "\e1b0" } .fa-dumpster-fire:before { content: "\f794" } .fa-house-crack:before { content: "\e3b1" } .fa-cocktail:before, .fa-martini-glass-citrus:before { content: "\f561" } .fa-face-surprise:before, .fa-surprise:before { content: "\f5c2" } .fa-bottle-water:before { content: "\e4c5" } .fa-circle-pause:before, .fa-pause-circle:before { content: "\f28b" } .fa-toilet-paper-slash:before { content: "\e072" } .fa-apple-alt:before, .fa-apple-whole:before { content: "\f5d1" } .fa-kitchen-set:before { content: "\e51a" } .fa-r:before { content: "\52" } .fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca" } .fa-cube:before { content: "\f1b2" } .fa-bitcoin-sign:before { content: "\e0b4" } .fa-shield-dog:before { content: "\e573" } .fa-solar-panel:before { content: "\f5ba" } .fa-lock-open:before { content: "\f3c1" } .fa-elevator:before { content: "\e16d" } .fa-money-bill-transfer:before { content: "\e528" } .fa-money-bill-trend-up:before { content: "\e529" } .fa-house-flood-water-circle-arrow-right:before { content: "\e50f" } .fa-poll-h:before, .fa-square-poll-horizontal:before { content: "\f682" } .fa-circle:before { content: "\f111" } .fa-backward-fast:before, .fa-fast-backward:before { content: "\f049" } .fa-recycle:before { content: "\f1b8" } .fa-user-astronaut:before { content: "\f4fb" } .fa-plane-slash:before { content: "\e069" } .fa-trademark:before { content: "\f25c" } .fa-basketball-ball:before, .fa-basketball:before { content: "\f434" } .fa-satellite-dish:before { content: "\f7c0" } .fa-arrow-alt-circle-up:before, .fa-circle-up:before { content: "\f35b" } .fa-mobile-alt:before, .fa-mobile-screen-button:before { content: "\f3cd" } .fa-volume-high:before, .fa-volume-up:before { content: "\f028" } .fa-users-rays:before { content: "\e593" } .fa-wallet:before { content: "\f555" } .fa-clipboard-check:before { content: "\f46c" } .fa-file-audio:before { content: "\f1c7" } .fa-burger:before, .fa-hamburger:before { content: "\f805" } .fa-wrench:before { content: "\f0ad" } .fa-bugs:before { content: "\e4d0" } .fa-rupee-sign:before, .fa-rupee:before { content: "\f156" } .fa-file-image:before { content: "\f1c5" } .fa-circle-question:before, .fa-question-circle:before { content: "\f059" } .fa-plane-departure:before { content: "\f5b0" } .fa-handshake-slash:before { content: "\e060" } .fa-book-bookmark:before { content: "\e0bb" } .fa-code-branch:before { content: "\f126" } .fa-hat-cowboy:before { content: "\f8c0" } .fa-bridge:before { content: "\e4c8" } .fa-phone-alt:before, .fa-phone-flip:before { content: "\f879" } .fa-truck-front:before { content: "\e2b7" } .fa-cat:before { content: "\f6be" } .fa-anchor-circle-exclamation:before { content: "\e4ab" } .fa-truck-field:before { content: "\e58d" } .fa-route:before { content: "\f4d7" } .fa-clipboard-question:before { content: "\e4e3" } .fa-panorama:before { content: "\e209" } .fa-comment-medical:before { content: "\f7f5" } .fa-teeth-open:before { content: "\f62f" } .fa-file-circle-minus:before { content: "\e4ed" } .fa-tags:before { content: "\f02c" } .fa-wine-glass:before { content: "\f4e3" } .fa-fast-forward:before, .fa-forward-fast:before { content: "\f050" } .fa-face-meh-blank:before, .fa-meh-blank:before { content: "\f5a4" } .fa-parking:before, .fa-square-parking:before { content: "\f540" } .fa-house-signal:before { content: "\e012" } .fa-bars-progress:before, .fa-tasks-alt:before { content: "\f828" } .fa-faucet-drip:before { content: "\e006" } .fa-cart-flatbed:before, .fa-dolly-flatbed:before { content: "\f474" } .fa-ban-smoking:before, .fa-smoking-ban:before { content: "\f54d" } .fa-terminal:before { content: "\f120" } .fa-mobile-button:before { content: "\f10b" } .fa-house-medical-flag:before { content: "\e514" } .fa-basket-shopping:before, .fa-shopping-basket:before { content: "\f291" } .fa-tape:before { content: "\f4db" } .fa-bus-alt:before, .fa-bus-simple:before { content: "\f55e" } .fa-eye:before { content: "\f06e" } .fa-face-sad-cry:before, .fa-sad-cry:before { content: "\f5b3" } .fa-audio-description:before { content: "\f29e" } .fa-person-military-to-person:before { content: "\e54c" } .fa-file-shield:before { content: "\e4f0" } .fa-user-slash:before { content: "\f506" } .fa-pen:before { content: "\f304" } .fa-tower-observation:before { content: "\e586" } .fa-file-code:before { content: "\f1c9" } .fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before { content: "\f012" } .fa-bus:before { content: "\f207" } .fa-heart-circle-xmark:before { content: "\e501" } .fa-home-lg:before, .fa-house-chimney:before { content: "\e3af" } .fa-window-maximize:before { content: "\f2d0" } .fa-face-frown:before, .fa-frown:before { content: "\f119" } .fa-prescription:before { content: "\f5b1" } .fa-shop:before, .fa-store-alt:before { content: "\f54f" } .fa-floppy-disk:before, .fa-save:before { content: "\f0c7" } .fa-vihara:before { content: "\f6a7" } .fa-balance-scale-left:before, .fa-scale-unbalanced:before { content: "\f515" } .fa-sort-asc:before, .fa-sort-up:before { content: "\f0de" } .fa-comment-dots:before, .fa-commenting:before { content: "\f4ad" } .fa-plant-wilt:before { content: "\e5aa" } .fa-diamond:before { content: "\f219" } .fa-face-grin-squint:before, .fa-grin-squint:before { content: "\f585" } .fa-hand-holding-dollar:before, .fa-hand-holding-usd:before { content: "\f4c0" } .fa-bacterium:before { content: "\e05a" } .fa-hand-pointer:before { content: "\f25a" } .fa-drum-steelpan:before { content: "\f56a" } .fa-hand-scissors:before { content: "\f257" } .fa-hands-praying:before, .fa-praying-hands:before { content: "\f684" } .fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before { content: "\f01e" } .fa-biohazard:before { content: "\f780" } .fa-location-crosshairs:before, .fa-location:before { content: "\f601" } .fa-mars-double:before { content: "\f227" } .fa-child-dress:before { content: "\e59c" } .fa-users-between-lines:before { content: "\e591" } .fa-lungs-virus:before { content: "\e067" } .fa-face-grin-tears:before, .fa-grin-tears:before { content: "\f588" } .fa-phone:before { content: "\f095" } .fa-calendar-times:before, .fa-calendar-xmark:before { content: "\f273" } .fa-child-reaching:before { content: "\e59d" } .fa-head-side-virus:before { content: "\e064" } .fa-user-cog:before, .fa-user-gear:before { content: "\f4fe" } .fa-arrow-up-1-9:before, .fa-sort-numeric-up:before { content: "\f163" } .fa-door-closed:before { content: "\f52a" } .fa-shield-virus:before { content: "\e06c" } .fa-dice-six:before { content: "\f526" } .fa-mosquito-net:before { content: "\e52c" } .fa-bridge-water:before { content: "\e4ce" } .fa-person-booth:before { content: "\f756" } .fa-text-width:before { content: "\f035" } .fa-hat-wizard:before { content: "\f6e8" } .fa-pen-fancy:before { content: "\f5ac" } .fa-digging:before, .fa-person-digging:before { content: "\f85e" } .fa-trash:before { content: "\f1f8" } .fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before { content: "\f629" } .fa-book-medical:before { content: "\f7e6" } .fa-poo:before { content: "\f2fe" } .fa-quote-right-alt:before, .fa-quote-right:before { content: "\f10e" } .fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before { content: "\f553" } .fa-cubes:before { content: "\f1b3" } .fa-divide:before { content: "\f529" } .fa-tenge-sign:before, .fa-tenge:before { content: "\f7d7" } .fa-headphones:before { content: "\f025" } .fa-hands-holding:before { content: "\f4c2" } .fa-hands-clapping:before { content: "\e1a8" } .fa-republican:before { content: "\f75e" } .fa-arrow-left:before { content: "\f060" } .fa-person-circle-xmark:before { content: "\e543" } .fa-ruler:before { content: "\f545" } .fa-align-left:before { content: "\f036" } .fa-dice-d6:before { content: "\f6d1" } .fa-restroom:before { content: "\f7bd" } .fa-j:before { content: "\4a" } .fa-users-viewfinder:before { content: "\e595" } .fa-file-video:before { content: "\f1c8" } .fa-external-link-alt:before, .fa-up-right-from-square:before { content: "\f35d" } .fa-table-cells:before, .fa-th:before { content: "\f00a" } .fa-file-pdf:before { content: "\f1c1" } .fa-bible:before, .fa-book-bible:before { content: "\f647" } .fa-o:before { content: "\4f" } .fa-medkit:before, .fa-suitcase-medical:before { content: "\f0fa" } .fa-user-secret:before { content: "\f21b" } .fa-otter:before { content: "\f700" } .fa-female:before, .fa-person-dress:before { content: "\f182" } .fa-comment-dollar:before { content: "\f651" } .fa-briefcase-clock:before, .fa-business-time:before { content: "\f64a" } .fa-table-cells-large:before, .fa-th-large:before { content: "\f009" } .fa-book-tanakh:before, .fa-tanakh:before { content: "\f827" } .fa-phone-volume:before, .fa-volume-control-phone:before { content: "\f2a0" } .fa-hat-cowboy-side:before { content: "\f8c1" } .fa-clipboard-user:before { content: "\f7f3" } .fa-child:before { content: "\f1ae" } .fa-lira-sign:before { content: "\f195" } .fa-satellite:before { content: "\f7bf" } .fa-plane-lock:before { content: "\e558" } .fa-tag:before { content: "\f02b" } .fa-comment:before { content: "\f075" } .fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before { content: "\f1fd" } .fa-envelope:before { content: "\f0e0" } .fa-angle-double-up:before, .fa-angles-up:before { content: "\f102" } .fa-paperclip:before { content: "\f0c6" } .fa-arrow-right-to-city:before { content: "\e4b3" } .fa-ribbon:before { content: "\f4d6" } .fa-lungs:before { content: "\f604" } .fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before { content: "\f887" } .fa-litecoin-sign:before { content: "\e1d3" } .fa-border-none:before { content: "\f850" } .fa-circle-nodes:before { content: "\e4e2" } .fa-parachute-box:before { content: "\f4cd" } .fa-indent:before { content: "\f03c" } .fa-truck-field-un:before { content: "\e58e" } .fa-hourglass-empty:before, .fa-hourglass:before { content: "\f254" } .fa-mountain:before { content: "\f6fc" } .fa-user-doctor:before, .fa-user-md:before { content: "\f0f0" } .fa-circle-info:before, .fa-info-circle:before { content: "\f05a" } .fa-cloud-meatball:before { content: "\f73b" } .fa-camera-alt:before, .fa-camera:before { content: "\f030" } .fa-square-virus:before { content: "\e578" } .fa-meteor:before { content: "\f753" } .fa-car-on:before { content: "\e4dd" } .fa-sleigh:before { content: "\f7cc" } .fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before { content: "\f162" } .fa-hand-holding-droplet:before, .fa-hand-holding-water:before { content: "\f4c1" } .fa-water:before { content: "\f773" } .fa-calendar-check:before { content: "\f274" } .fa-braille:before { content: "\f2a1" } .fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before { content: "\f486" } .fa-landmark:before { content: "\f66f" } .fa-truck:before { content: "\f0d1" } .fa-crosshairs:before { content: "\f05b" } .fa-person-cane:before { content: "\e53c" } .fa-tent:before { content: "\e57d" } .fa-vest-patches:before { content: "\e086" } .fa-check-double:before { content: "\f560" } .fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before { content: "\f15d" } .fa-money-bill-wheat:before { content: "\e52a" } .fa-cookie:before { content: "\f563" } .fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before { content: "\f0e2" } .fa-hard-drive:before, .fa-hdd:before { content: "\f0a0" } .fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before { content: "\f586" } .fa-dumbbell:before { content: "\f44b" } .fa-list-alt:before, .fa-rectangle-list:before { content: "\f022" } .fa-tarp-droplet:before { content: "\e57c" } .fa-house-medical-circle-check:before { content: "\e511" } .fa-person-skiing-nordic:before, .fa-skiing-nordic:before { content: "\f7ca" } .fa-calendar-plus:before { content: "\f271" } .fa-plane-arrival:before { content: "\f5af" } .fa-arrow-alt-circle-left:before, .fa-circle-left:before { content: "\f359" } .fa-subway:before, .fa-train-subway:before { content: "\f239" } .fa-chart-gantt:before { content: "\e0e4" } .fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before { content: "\e1bc" } .fa-crop-alt:before, .fa-crop-simple:before { content: "\f565" } .fa-money-bill-1:before, .fa-money-bill-alt:before { content: "\f3d1" } .fa-left-long:before, .fa-long-arrow-alt-left:before { content: "\f30a" } .fa-dna:before { content: "\f471" } .fa-virus-slash:before { content: "\e075" } .fa-minus:before, .fa-subtract:before { content: "\f068" } .fa-chess:before { content: "\f439" } .fa-arrow-left-long:before, .fa-long-arrow-left:before { content: "\f177" } .fa-plug-circle-check:before { content: "\e55c" } .fa-street-view:before { content: "\f21d" } .fa-franc-sign:before { content: "\e18f" } .fa-volume-off:before { content: "\f026" } .fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before { content: "\f2a3" } .fa-cog:before, .fa-gear:before { content: "\f013" } .fa-droplet-slash:before, .fa-tint-slash:before { content: "\f5c7" } .fa-mosque:before { content: "\f678" } .fa-mosquito:before { content: "\e52b" } .fa-star-of-david:before { content: "\f69a" } .fa-person-military-rifle:before { content: "\e54b" } .fa-cart-shopping:before, .fa-shopping-cart:before { content: "\f07a" } .fa-vials:before { content: "\f493" } .fa-plug-circle-plus:before { content: "\e55f" } .fa-place-of-worship:before { content: "\f67f" } .fa-grip-vertical:before { content: "\f58e" } .fa-arrow-turn-up:before, .fa-level-up:before { content: "\f148" } .fa-u:before { content: "\55" } .fa-square-root-alt:before, .fa-square-root-variable:before { content: "\f698" } .fa-clock-four:before, .fa-clock:before { content: "\f017" } .fa-backward-step:before, .fa-step-backward:before { content: "\f048" } .fa-pallet:before { content: "\f482" } .fa-faucet:before { content: "\e005" } .fa-baseball-bat-ball:before { content: "\f432" } .fa-s:before { content: "\53" } .fa-timeline:before { content: "\e29c" } .fa-keyboard:before { content: "\f11c" } .fa-caret-down:before { content: "\f0d7" } .fa-clinic-medical:before, .fa-house-chimney-medical:before { content: "\f7f2" } .fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8" } .fa-mobile-android-alt:before, .fa-mobile-screen:before { content: "\f3cf" } .fa-plane-up:before { content: "\e22d" } .fa-piggy-bank:before { content: "\f4d3" } .fa-battery-3:before, .fa-battery-half:before { content: "\f242" } .fa-mountain-city:before { content: "\e52e" } .fa-coins:before { content: "\f51e" } .fa-khanda:before { content: "\f66d" } .fa-sliders-h:before, .fa-sliders:before { content: "\f1de" } .fa-folder-tree:before { content: "\f802" } .fa-network-wired:before { content: "\f6ff" } .fa-map-pin:before { content: "\f276" } .fa-hamsa:before { content: "\f665" } .fa-cent-sign:before { content: "\e3f5" } .fa-flask:before { content: "\f0c3" } .fa-person-pregnant:before { content: "\e31e" } .fa-wand-sparkles:before { content: "\f72b" } .fa-ellipsis-v:before, .fa-ellipsis-vertical:before { content: "\f142" } .fa-ticket:before { content: "\f145" } .fa-power-off:before { content: "\f011" } .fa-long-arrow-alt-right:before, .fa-right-long:before { content: "\f30b" } .fa-flag-usa:before { content: "\f74d" } .fa-laptop-file:before { content: "\e51d" } .fa-teletype:before, .fa-tty:before { content: "\f1e4" } .fa-diagram-next:before { content: "\e476" } .fa-person-rifle:before { content: "\e54e" } .fa-house-medical-circle-exclamation:before { content: "\e512" } .fa-closed-captioning:before { content: "\f20a" } .fa-hiking:before, .fa-person-hiking:before { content: "\f6ec" } .fa-venus-double:before { content: "\f226" } .fa-images:before { content: "\f302" } .fa-calculator:before { content: "\f1ec" } .fa-people-pulling:before { content: "\e535" } .fa-n:before { content: "\4e" } .fa-cable-car:before, .fa-tram:before { content: "\f7da" } .fa-cloud-rain:before { content: "\f73d" } .fa-building-circle-xmark:before { content: "\e4d4" } .fa-ship:before { content: "\f21a" } .fa-arrows-down-to-line:before { content: "\e4b8" } .fa-download:before { content: "\f019" } .fa-face-grin:before, .fa-grin:before { content: "\f580" } .fa-backspace:before, .fa-delete-left:before { content: "\f55a" } .fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before { content: "\f1fb" } .fa-file-circle-check:before { content: "\e5a0" } .fa-forward:before { content: "\f04e" } .fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before { content: "\f3ce" } .fa-face-meh:before, .fa-meh:before { content: "\f11a" } .fa-align-center:before { content: "\f037" } .fa-book-dead:before, .fa-book-skull:before { content: "\f6b7" } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2" } .fa-dedent:before, .fa-outdent:before { content: "\f03b" } .fa-heart-circle-exclamation:before { content: "\e4fe" } .fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before { content: "\f015" } .fa-calendar-week:before { content: "\f784" } .fa-laptop-medical:before { content: "\f812" } .fa-b:before { content: "\42" } .fa-file-medical:before { content: "\f477" } .fa-dice-one:before { content: "\f525" } .fa-kiwi-bird:before { content: "\f535" } .fa-arrow-right-arrow-left:before, .fa-exchange:before { content: "\f0ec" } .fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before { content: "\f2f9" } .fa-cutlery:before, .fa-utensils:before { content: "\f2e7" } .fa-arrow-up-wide-short:before, .fa-sort-amount-up:before { content: "\f161" } .fa-mill-sign:before { content: "\e1ed" } .fa-bowl-rice:before { content: "\e2eb" } .fa-skull:before { content: "\f54c" } .fa-broadcast-tower:before, .fa-tower-broadcast:before { content: "\f519" } .fa-truck-pickup:before { content: "\f63c" } .fa-long-arrow-alt-up:before, .fa-up-long:before { content: "\f30c" } .fa-stop:before { content: "\f04d" } .fa-code-merge:before { content: "\f387" } .fa-upload:before { content: "\f093" } .fa-hurricane:before { content: "\f751" } .fa-mound:before { content: "\e52d" } .fa-toilet-portable:before { content: "\e583" } .fa-compact-disc:before { content: "\f51f" } .fa-file-arrow-down:before, .fa-file-download:before { content: "\f56d" } .fa-caravan:before { content: "\f8ff" } .fa-shield-cat:before { content: "\e572" } .fa-bolt:before, .fa-zap:before { content: "\f0e7" } .fa-glass-water:before { content: "\e4f4" } .fa-oil-well:before { content: "\e532" } .fa-vault:before { content: "\e2c5" } .fa-mars:before { content: "\f222" } .fa-toilet:before { content: "\f7d8" } .fa-plane-circle-xmark:before { content: "\e557" } .fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before { content: "\f157" } .fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before { content: "\f158" } .fa-sun:before { content: "\f185" } .fa-guitar:before { content: "\f7a6" } .fa-face-laugh-wink:before, .fa-laugh-wink:before { content: "\f59c" } .fa-horse-head:before { content: "\f7ab" } .fa-bore-hole:before { content: "\e4c3" } .fa-industry:before { content: "\f275" } .fa-arrow-alt-circle-down:before, .fa-circle-down:before { content: "\f358" } .fa-arrows-turn-to-dots:before { content: "\e4c1" } .fa-florin-sign:before { content: "\e184" } .fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before { content: "\f884" } .fa-less-than:before { content: "\3c" } .fa-angle-down:before { content: "\f107" } .fa-car-tunnel:before { content: "\e4de" } .fa-head-side-cough:before { content: "\e061" } .fa-grip-lines:before { content: "\f7a4" } .fa-thumbs-down:before { content: "\f165" } .fa-user-lock:before { content: "\f502" } .fa-arrow-right-long:before, .fa-long-arrow-right:before { content: "\f178" } .fa-anchor-circle-xmark:before { content: "\e4ac" } .fa-ellipsis-h:before, .fa-ellipsis:before { content: "\f141" } .fa-chess-pawn:before { content: "\f443" } .fa-first-aid:before, .fa-kit-medical:before { content: "\f479" } .fa-person-through-window:before { content: "\e5a9" } .fa-toolbox:before { content: "\f552" } .fa-hands-holding-circle:before { content: "\e4fb" } .fa-bug:before { content: "\f188" } .fa-credit-card-alt:before, .fa-credit-card:before { content: "\f09d" } .fa-automobile:before, .fa-car:before { content: "\f1b9" } .fa-hand-holding-hand:before { content: "\e4f7" } .fa-book-open-reader:before, .fa-book-reader:before { content: "\f5da" } .fa-mountain-sun:before { content: "\e52f" } .fa-arrows-left-right-to-line:before { content: "\e4ba" } .fa-dice-d20:before { content: "\f6cf" } .fa-truck-droplet:before { content: "\e58c" } .fa-file-circle-xmark:before { content: "\e5a1" } .fa-temperature-arrow-up:before, .fa-temperature-up:before { content: "\e040" } .fa-medal:before { content: "\f5a2" } .fa-bed:before { content: "\f236" } .fa-h-square:before, .fa-square-h:before { content: "\f0fd" } .fa-podcast:before { content: "\f2ce" } .fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before { content: "\f2c7" } .fa-bell:before { content: "\f0f3" } .fa-superscript:before { content: "\f12b" } .fa-plug-circle-xmark:before { content: "\e560" } .fa-star-of-life:before { content: "\f621" } .fa-phone-slash:before { content: "\f3dd" } .fa-paint-roller:before { content: "\f5aa" } .fa-hands-helping:before, .fa-handshake-angle:before { content: "\f4c4" } .fa-location-dot:before, .fa-map-marker-alt:before { content: "\f3c5" } .fa-file:before { content: "\f15b" } .fa-greater-than:before { content: "\3e" } .fa-person-swimming:before, .fa-swimmer:before { content: "\f5c4" } .fa-arrow-down:before { content: "\f063" } .fa-droplet:before, .fa-tint:before { content: "\f043" } .fa-eraser:before { content: "\f12d" } .fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before { content: "\f57d" } .fa-person-burst:before { content: "\e53b" } .fa-dove:before { content: "\f4ba" } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244" } .fa-socks:before { content: "\f696" } .fa-inbox:before { content: "\f01c" } .fa-section:before { content: "\e447" } .fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before { content: "\f625" } .fa-envelope-open-text:before { content: "\f658" } .fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before { content: "\f0f8" } .fa-wine-bottle:before { content: "\f72f" } .fa-chess-rook:before { content: "\f447" } .fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before { content: "\f550" } .fa-dharmachakra:before { content: "\f655" } .fa-hotdog:before { content: "\f80f" } .fa-blind:before, .fa-person-walking-with-cane:before { content: "\f29d" } .fa-drum:before { content: "\f569" } .fa-ice-cream:before { content: "\f810" } .fa-heart-circle-bolt:before { content: "\e4fc" } .fa-fax:before { content: "\f1ac" } .fa-paragraph:before { content: "\f1dd" } .fa-check-to-slot:before, .fa-vote-yea:before { content: "\f772" } .fa-star-half:before { content: "\f089" } .fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before { content: "\f468" } .fa-chain:before, .fa-link:before { content: "\f0c1" } .fa-assistive-listening-systems:before, .fa-ear-listen:before { content: "\f2a2" } .fa-tree-city:before { content: "\e587" } .fa-play:before { content: "\f04b" } .fa-font:before { content: "\f031" } .fa-rupiah-sign:before { content: "\e23d" } .fa-magnifying-glass:before, .fa-search:before { content: "\f002" } .fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before { content: "\f45d" } .fa-diagnoses:before, .fa-person-dots-from-line:before { content: "\f470" } .fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before { content: "\f82a" } .fa-naira-sign:before { content: "\e1f6" } .fa-cart-arrow-down:before { content: "\f218" } .fa-walkie-talkie:before { content: "\f8ef" } .fa-file-edit:before, .fa-file-pen:before { content: "\f31c" } .fa-receipt:before { content: "\f543" } .fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before { content: "\f14b" } .fa-suitcase-rolling:before { content: "\f5c1" } .fa-person-circle-exclamation:before { content: "\e53f" } .fa-chevron-down:before { content: "\f078" } .fa-battery-5:before, .fa-battery-full:before, .fa-battery:before { content: "\f240" } .fa-skull-crossbones:before { content: "\f714" } .fa-code-compare:before { content: "\e13a" } .fa-list-dots:before, .fa-list-ul:before { content: "\f0ca" } .fa-school-lock:before { content: "\e56f" } .fa-tower-cell:before { content: "\e585" } .fa-down-long:before, .fa-long-arrow-alt-down:before { content: "\f309" } .fa-ranking-star:before { content: "\e561" } .fa-chess-king:before { content: "\f43f" } .fa-person-harassing:before { content: "\e549" } .fa-brazilian-real-sign:before { content: "\e46c" } .fa-landmark-alt:before, .fa-landmark-dome:before { content: "\f752" } .fa-arrow-up:before { content: "\f062" } .fa-television:before, .fa-tv-alt:before, .fa-tv:before { content: "\f26c" } .fa-shrimp:before { content: "\e448" } .fa-list-check:before, .fa-tasks:before { content: "\f0ae" } .fa-jug-detergent:before { content: "\e519" } .fa-circle-user:before, .fa-user-circle:before { content: "\f2bd" } .fa-user-shield:before { content: "\f505" } .fa-wind:before { content: "\f72e" } .fa-car-burst:before, .fa-car-crash:before { content: "\f5e1" } .fa-y:before { content: "\59" } .fa-person-snowboarding:before, .fa-snowboarding:before { content: "\f7ce" } .fa-shipping-fast:before, .fa-truck-fast:before { content: "\f48b" } .fa-fish:before { content: "\f578" } .fa-user-graduate:before { content: "\f501" } .fa-adjust:before, .fa-circle-half-stroke:before { content: "\f042" } .fa-clapperboard:before { content: "\e131" } .fa-circle-radiation:before, .fa-radiation-alt:before { content: "\f7ba" } .fa-baseball-ball:before, .fa-baseball:before { content: "\f433" } .fa-jet-fighter-up:before { content: "\e518" } .fa-diagram-project:before, .fa-project-diagram:before { content: "\f542" } .fa-copy:before { content: "\f0c5" } .fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before { content: "\f6a9" } .fa-hand-sparkles:before { content: "\e05d" } .fa-grip-horizontal:before, .fa-grip:before { content: "\f58d" } .fa-share-from-square:before, .fa-share-square:before { content: "\f14d" } .fa-child-combatant:before, .fa-child-rifle:before { content: "\e4e0" } .fa-gun:before { content: "\e19b" } .fa-phone-square:before, .fa-square-phone:before { content: "\f098" } .fa-add:before, .fa-plus:before { content: "\2b" } .fa-expand:before { content: "\f065" } .fa-computer:before { content: "\e4e5" } .fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before { content: "\f00d" } .fa-arrows-up-down-left-right:before, .fa-arrows:before { content: "\f047" } .fa-chalkboard-teacher:before, .fa-chalkboard-user:before { content: "\f51c" } .fa-peso-sign:before { content: "\e222" } .fa-building-shield:before { content: "\e4d8" } .fa-baby:before { content: "\f77c" } .fa-users-line:before { content: "\e592" } .fa-quote-left-alt:before, .fa-quote-left:before { content: "\f10d" } .fa-tractor:before { content: "\f722" } .fa-trash-arrow-up:before, .fa-trash-restore:before { content: "\f829" } .fa-arrow-down-up-lock:before { content: "\e4b0" } .fa-lines-leaning:before { content: "\e51e" } .fa-ruler-combined:before { content: "\f546" } .fa-copyright:before { content: "\f1f9" } .fa-equals:before { content: "\3d" } .fa-blender:before { content: "\f517" } .fa-teeth:before { content: "\f62e" } .fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before { content: "\f20b" } .fa-map:before { content: "\f279" } .fa-rocket:before { content: "\f135" } .fa-photo-film:before, .fa-photo-video:before { content: "\f87c" } .fa-folder-minus:before { content: "\f65d" } .fa-store:before { content: "\f54e" } .fa-arrow-trend-up:before { content: "\e098" } .fa-plug-circle-minus:before { content: "\e55e" } .fa-sign-hanging:before, .fa-sign:before { content: "\f4d9" } .fa-bezier-curve:before { content: "\f55b" } .fa-bell-slash:before { content: "\f1f6" } .fa-tablet-android:before, .fa-tablet:before { content: "\f3fb" } .fa-school-flag:before { content: "\e56e" } .fa-fill:before { content: "\f575" } .fa-angle-up:before { content: "\f106" } .fa-drumstick-bite:before { content: "\f6d7" } .fa-holly-berry:before { content: "\f7aa" } .fa-chevron-left:before { content: "\f053" } .fa-bacteria:before { content: "\e059" } .fa-hand-lizard:before { content: "\f258" } .fa-notdef:before { content: "\e1fe" } .fa-disease:before { content: "\f7fa" } .fa-briefcase-medical:before { content: "\f469" } .fa-genderless:before { content: "\f22d" } .fa-chevron-right:before { content: "\f054" } .fa-retweet:before { content: "\f079" } .fa-car-alt:before, .fa-car-rear:before { content: "\f5de" } .fa-pump-soap:before { content: "\e06b" } .fa-video-slash:before { content: "\f4e2" } .fa-battery-2:before, .fa-battery-quarter:before { content: "\f243" } .fa-radio:before { content: "\f8d7" } .fa-baby-carriage:before, .fa-carriage-baby:before { content: "\f77d" } .fa-traffic-light:before { content: "\f637" } .fa-thermometer:before { content: "\f491" } .fa-vr-cardboard:before { content: "\f729" } .fa-hand-middle-finger:before { content: "\f806" } .fa-percent:before, .fa-percentage:before { content: "\25" } .fa-truck-moving:before { content: "\f4df" } .fa-glass-water-droplet:before { content: "\e4f5" } .fa-display:before { content: "\e163" } .fa-face-smile:before, .fa-smile:before { content: "\f118" } .fa-thumb-tack:before, .fa-thumbtack:before { content: "\f08d" } .fa-trophy:before { content: "\f091" } .fa-person-praying:before, .fa-pray:before { content: "\f683" } .fa-hammer:before { content: "\f6e3" } .fa-hand-peace:before { content: "\f25b" } .fa-rotate:before, .fa-sync-alt:before { content: "\f2f1" } .fa-spinner:before { content: "\f110" } .fa-robot:before { content: "\f544" } .fa-peace:before { content: "\f67c" } .fa-cogs:before, .fa-gears:before { content: "\f085" } .fa-warehouse:before { content: "\f494" } .fa-arrow-up-right-dots:before { content: "\e4b7" } .fa-splotch:before { content: "\f5bc" } .fa-face-grin-hearts:before, .fa-grin-hearts:before { content: "\f584" } .fa-dice-four:before { content: "\f524" } .fa-sim-card:before { content: "\f7c4" } .fa-transgender-alt:before, .fa-transgender:before { content: "\f225" } .fa-mercury:before { content: "\f223" } .fa-arrow-turn-down:before, .fa-level-down:before { content: "\f149" } .fa-person-falling-burst:before { content: "\e547" } .fa-award:before { content: "\f559" } .fa-ticket-alt:before, .fa-ticket-simple:before { content: "\f3ff" } .fa-building:before { content: "\f1ad" } .fa-angle-double-left:before, .fa-angles-left:before { content: "\f100" } .fa-qrcode:before { content: "\f029" } .fa-clock-rotate-left:before, .fa-history:before { content: "\f1da" } .fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before { content: "\f583" } .fa-arrow-right-from-file:before, .fa-file-export:before { content: "\f56e" } .fa-shield-blank:before, .fa-shield:before { content: "\f132" } .fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before { content: "\f885" } .fa-house-medical:before { content: "\e3b2" } .fa-golf-ball-tee:before, .fa-golf-ball:before { content: "\f450" } .fa-chevron-circle-left:before, .fa-circle-chevron-left:before { content: "\f137" } .fa-house-chimney-window:before { content: "\e00d" } .fa-pen-nib:before { content: "\f5ad" } .fa-tent-arrow-turn-left:before { content: "\e580" } .fa-tents:before { content: "\e582" } .fa-magic:before, .fa-wand-magic:before { content: "\f0d0" } .fa-dog:before { content: "\f6d3" } .fa-carrot:before { content: "\f787" } .fa-moon:before { content: "\f186" } .fa-wine-glass-alt:before, .fa-wine-glass-empty:before { content: "\f5ce" } .fa-cheese:before { content: "\f7ef" } .fa-yin-yang:before { content: "\f6ad" } .fa-music:before { content: "\f001" } .fa-code-commit:before { content: "\f386" } .fa-temperature-low:before { content: "\f76b" } .fa-biking:before, .fa-person-biking:before { content: "\f84a" } .fa-broom:before { content: "\f51a" } .fa-shield-heart:before { content: "\e574" } .fa-gopuram:before { content: "\f664" } .fa-earth-oceania:before, .fa-globe-oceania:before { content: "\e47b" } .fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before { content: "\f2d3" } .fa-hashtag:before { content: "\23" } .fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before { content: "\f424" } .fa-oil-can:before { content: "\f613" } .fa-t:before { content: "\54" } .fa-hippo:before { content: "\f6ed" } .fa-chart-column:before { content: "\e0e3" } .fa-infinity:before { content: "\f534" } .fa-vial-circle-check:before { content: "\e596" } .fa-person-arrow-down-to-line:before { content: "\e538" } .fa-voicemail:before { content: "\f897" } .fa-fan:before { content: "\f863" } .fa-person-walking-luggage:before { content: "\e554" } .fa-arrows-alt-v:before, .fa-up-down:before { content: "\f338" } .fa-cloud-moon-rain:before { content: "\f73c" } .fa-calendar:before { content: "\f133" } .fa-trailer:before { content: "\e041" } .fa-bahai:before, .fa-haykal:before { content: "\f666" } .fa-sd-card:before { content: "\f7c2" } .fa-dragon:before { content: "\f6d5" } .fa-shoe-prints:before { content: "\f54b" } .fa-circle-plus:before, .fa-plus-circle:before { content: "\f055" } .fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before { content: "\f58b" } .fa-hand-holding:before { content: "\f4bd" } .fa-plug-circle-exclamation:before { content: "\e55d" } .fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before { content: "\f127" } .fa-clone:before { content: "\f24d" } .fa-person-walking-arrow-loop-left:before { content: "\e551" } .fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before { content: "\f882" } .fa-fire-alt:before, .fa-fire-flame-curved:before { content: "\f7e4" } .fa-tornado:before { content: "\f76f" } .fa-file-circle-plus:before { content: "\e494" } .fa-book-quran:before, .fa-quran:before { content: "\f687" } .fa-anchor:before { content: "\f13d" } .fa-border-all:before { content: "\f84c" } .fa-angry:before, .fa-face-angry:before { content: "\f556" } .fa-cookie-bite:before { content: "\f564" } .fa-arrow-trend-down:before { content: "\e097" } .fa-feed:before, .fa-rss:before { content: "\f09e" } .fa-draw-polygon:before { content: "\f5ee" } .fa-balance-scale:before, .fa-scale-balanced:before { content: "\f24e" } .fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before { content: "\f62a" } .fa-shower:before { content: "\f2cc" } .fa-desktop-alt:before, .fa-desktop:before { content: "\f390" } .fa-m:before { content: "\4d" } .fa-table-list:before, .fa-th-list:before { content: "\f00b" } .fa-comment-sms:before, .fa-sms:before { content: "\f7cd" } .fa-book:before { content: "\f02d" } .fa-user-plus:before { content: "\f234" } .fa-check:before { content: "\f00c" } .fa-battery-4:before, .fa-battery-three-quarters:before { content: "\f241" } .fa-house-circle-check:before { content: "\e509" } .fa-angle-left:before { content: "\f104" } .fa-diagram-successor:before { content: "\e47a" } .fa-truck-arrow-right:before { content: "\e58b" } .fa-arrows-split-up-and-left:before { content: "\e4bc" } .fa-fist-raised:before, .fa-hand-fist:before { content: "\f6de" } .fa-cloud-moon:before { content: "\f6c3" } .fa-briefcase:before { content: "\f0b1" } .fa-person-falling:before { content: "\e546" } .fa-image-portrait:before, .fa-portrait:before { content: "\f3e0" } .fa-user-tag:before { content: "\f507" } .fa-rug:before { content: "\e569" } .fa-earth-europe:before, .fa-globe-europe:before { content: "\f7a2" } .fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before { content: "\f59d" } .fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before { content: "\f410" } .fa-baht-sign:before { content: "\e0ac" } .fa-book-open:before { content: "\f518" } .fa-book-journal-whills:before, .fa-journal-whills:before { content: "\f66a" } .fa-handcuffs:before { content: "\e4f8" } .fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before { content: "\f071" } .fa-database:before { content: "\f1c0" } .fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before { content: "\f064" } .fa-bottle-droplet:before { content: "\e4c4" } .fa-mask-face:before { content: "\e1d7" } .fa-hill-rockslide:before { content: "\e508" } .fa-exchange-alt:before, .fa-right-left:before { content: "\f362" } .fa-paper-plane:before { content: "\f1d8" } .fa-road-circle-exclamation:before { content: "\e565" } .fa-dungeon:before { content: "\f6d9" } .fa-align-right:before { content: "\f038" } .fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before { content: "\f53b" } .fa-life-ring:before { content: "\f1cd" } .fa-hands:before, .fa-sign-language:before, .fa-signing:before { content: "\f2a7" } .fa-calendar-day:before { content: "\f783" } .fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before { content: "\f5c5" } .fa-arrows-up-down:before, .fa-arrows-v:before { content: "\f07d" } .fa-face-grimace:before, .fa-grimace:before { content: "\f57f" } .fa-wheelchair-alt:before, .fa-wheelchair-move:before { content: "\e2ce" } .fa-level-down-alt:before, .fa-turn-down:before { content: "\f3be" } .fa-person-walking-arrow-right:before { content: "\e552" } .fa-envelope-square:before, .fa-square-envelope:before { content: "\f199" } .fa-dice:before { content: "\f522" } .fa-bowling-ball:before { content: "\f436" } .fa-brain:before { content: "\f5dc" } .fa-band-aid:before, .fa-bandage:before { content: "\f462" } .fa-calendar-minus:before { content: "\f272" } .fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before { content: "\f057" } .fa-gifts:before { content: "\f79c" } .fa-hotel:before { content: "\f594" } .fa-earth-asia:before, .fa-globe-asia:before { content: "\f57e" } .fa-id-card-alt:before, .fa-id-card-clip:before { content: "\f47f" } .fa-magnifying-glass-plus:before, .fa-search-plus:before { content: "\f00e" } .fa-thumbs-up:before { content: "\f164" } .fa-user-clock:before { content: "\f4fd" } .fa-allergies:before, .fa-hand-dots:before { content: "\f461" } .fa-file-invoice:before { content: "\f570" } .fa-window-minimize:before { content: "\f2d1" } .fa-coffee:before, .fa-mug-saucer:before { content: "\f0f4" } .fa-brush:before { content: "\f55d" } .fa-mask:before { content: "\f6fa" } .fa-magnifying-glass-minus:before, .fa-search-minus:before { content: "\f010" } .fa-ruler-vertical:before { content: "\f548" } .fa-user-alt:before, .fa-user-large:before { content: "\f406" } .fa-train-tram:before { content: "\e5b4" } .fa-user-nurse:before { content: "\f82f" } .fa-syringe:before { content: "\f48e" } .fa-cloud-sun:before { content: "\f6c4" } .fa-stopwatch-20:before { content: "\e06f" } .fa-square-full:before { content: "\f45c" } .fa-magnet:before { content: "\f076" } .fa-jar:before { content: "\e516" } .fa-note-sticky:before, .fa-sticky-note:before { content: "\f249" } .fa-bug-slash:before { content: "\e490" } .fa-arrow-up-from-water-pump:before { content: "\e4b6" } .fa-bone:before { content: "\f5d7" } .fa-user-injured:before { content: "\f728" } .fa-face-sad-tear:before, .fa-sad-tear:before { content: "\f5b4" } .fa-plane:before { content: "\f072" } .fa-tent-arrows-down:before { content: "\e581" } .fa-exclamation:before { content: "\21" } .fa-arrows-spin:before { content: "\e4bb" } .fa-print:before { content: "\f02f" } .fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before { content: "\e2bb" } .fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before { content: "\24" } .fa-x:before { content: "\58" } .fa-magnifying-glass-dollar:before, .fa-search-dollar:before { content: "\f688" } .fa-users-cog:before, .fa-users-gear:before { content: "\f509" } .fa-person-military-pointing:before { content: "\e54a" } .fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before { content: "\f19c" } .fa-umbrella:before { content: "\f0e9" } .fa-trowel:before { content: "\e589" } .fa-d:before { content: "\44" } .fa-stapler:before { content: "\e5af" } .fa-masks-theater:before, .fa-theater-masks:before { content: "\f630" } .fa-kip-sign:before { content: "\e1c4" } .fa-hand-point-left:before { content: "\f0a5" } .fa-handshake-alt:before, .fa-handshake-simple:before { content: "\f4c6" } .fa-fighter-jet:before, .fa-jet-fighter:before { content: "\f0fb" } .fa-share-alt-square:before, .fa-square-share-nodes:before { content: "\f1e1" } .fa-barcode:before { content: "\f02a" } .fa-plus-minus:before { content: "\e43c" } .fa-video-camera:before, .fa-video:before { content: "\f03d" } .fa-graduation-cap:before, .fa-mortar-board:before { content: "\f19d" } .fa-hand-holding-medical:before { content: "\e05c" } .fa-person-circle-check:before { content: "\e53e" } .fa-level-up-alt:before, .fa-turn-up:before { content: "\f3bf" } .fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0 } :host, :root { --fa-style-family-brands: "Font Awesome 6 Brands"; --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands" } @font-face { font-family: "Font Awesome 6 Brands"; font-style: normal; font-weight: 400; font-display: block; src: url(./fonts/fa-brands-400.woff2) format("woff2"), url(./fonts/fa-brands-400.ttf) format("truetype") } .fa-brands, .fab { font-weight: 400 } .fa-monero:before { content: "\f3d0" } .fa-hooli:before { content: "\f427" } .fa-yelp:before { content: "\f1e9" } .fa-cc-visa:before { content: "\f1f0" } .fa-lastfm:before { content: "\f202" } .fa-shopware:before { content: "\f5b5" } .fa-creative-commons-nc:before { content: "\f4e8" } .fa-aws:before { content: "\f375" } .fa-redhat:before { content: "\f7bc" } .fa-yoast:before { content: "\f2b1" } .fa-cloudflare:before { content: "\e07d" } .fa-ups:before { content: "\f7e0" } .fa-wpexplorer:before { content: "\f2de" } .fa-dyalog:before { content: "\f399" } .fa-bity:before { content: "\f37a" } .fa-stackpath:before { content: "\f842" } .fa-buysellads:before { content: "\f20d" } .fa-first-order:before { content: "\f2b0" } .fa-modx:before { content: "\f285" } .fa-guilded:before { content: "\e07e" } .fa-vnv:before { content: "\f40b" } .fa-js-square:before, .fa-square-js:before { content: "\f3b9" } .fa-microsoft:before { content: "\f3ca" } .fa-qq:before { content: "\f1d6" } .fa-orcid:before { content: "\f8d2" } .fa-java:before { content: "\f4e4" } .fa-invision:before { content: "\f7b0" } .fa-creative-commons-pd-alt:before { content: "\f4ed" } .fa-centercode:before { content: "\f380" } .fa-glide-g:before { content: "\f2a6" } .fa-drupal:before { content: "\f1a9" } .fa-hire-a-helper:before { content: "\f3b0" } .fa-creative-commons-by:before { content: "\f4e7" } .fa-unity:before { content: "\e049" } .fa-whmcs:before { content: "\f40d" } .fa-rocketchat:before { content: "\f3e8" } .fa-vk:before { content: "\f189" } .fa-untappd:before { content: "\f405" } .fa-mailchimp:before { content: "\f59e" } .fa-css3-alt:before { content: "\f38b" } .fa-reddit-square:before, .fa-square-reddit:before { content: "\f1a2" } .fa-vimeo-v:before { content: "\f27d" } .fa-contao:before { content: "\f26d" } .fa-square-font-awesome:before { content: "\e5ad" } .fa-deskpro:before { content: "\f38f" } .fa-sistrix:before { content: "\f3ee" } .fa-instagram-square:before, .fa-square-instagram:before { content: "\e055" } .fa-battle-net:before { content: "\f835" } .fa-the-red-yeti:before { content: "\f69d" } .fa-hacker-news-square:before, .fa-square-hacker-news:before { content: "\f3af" } .fa-edge:before { content: "\f282" } .fa-threads:before { content: "\e618" } .fa-napster:before { content: "\f3d2" } .fa-snapchat-square:before, .fa-square-snapchat:before { content: "\f2ad" } .fa-google-plus-g:before { content: "\f0d5" } .fa-artstation:before { content: "\f77a" } .fa-markdown:before { content: "\f60f" } .fa-sourcetree:before { content: "\f7d3" } .fa-google-plus:before { content: "\f2b3" } .fa-diaspora:before { content: "\f791" } .fa-foursquare:before { content: "\f180" } .fa-stack-overflow:before { content: "\f16c" } .fa-github-alt:before { content: "\f113" } .fa-phoenix-squadron:before { content: "\f511" } .fa-pagelines:before { content: "\f18c" } .fa-algolia:before { content: "\f36c" } .fa-red-river:before { content: "\f3e3" } .fa-creative-commons-sa:before { content: "\f4ef" } .fa-safari:before { content: "\f267" } .fa-google:before { content: "\f1a0" } .fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before { content: "\f35c" } .fa-atlassian:before { content: "\f77b" } .fa-linkedin-in:before { content: "\f0e1" } .fa-digital-ocean:before { content: "\f391" } .fa-nimblr:before { content: "\f5a8" } .fa-chromecast:before { content: "\f838" } .fa-evernote:before { content: "\f839" } .fa-hacker-news:before { content: "\f1d4" } .fa-creative-commons-sampling:before { content: "\f4f0" } .fa-adversal:before { content: "\f36a" } .fa-creative-commons:before { content: "\f25e" } .fa-watchman-monitoring:before { content: "\e087" } .fa-fonticons:before { content: "\f280" } .fa-weixin:before { content: "\f1d7" } .fa-shirtsinbulk:before { content: "\f214" } .fa-codepen:before { content: "\f1cb" } .fa-git-alt:before { content: "\f841" } .fa-lyft:before { content: "\f3c3" } .fa-rev:before { content: "\f5b2" } .fa-windows:before { content: "\f17a" } .fa-wizards-of-the-coast:before { content: "\f730" } .fa-square-viadeo:before, .fa-viadeo-square:before { content: "\f2aa" } .fa-meetup:before { content: "\f2e0" } .fa-centos:before { content: "\f789" } .fa-adn:before { content: "\f170" } .fa-cloudsmith:before { content: "\f384" } .fa-pied-piper-alt:before { content: "\f1a8" } .fa-dribbble-square:before, .fa-square-dribbble:before { content: "\f397" } .fa-codiepie:before { content: "\f284" } .fa-node:before { content: "\f419" } .fa-mix:before { content: "\f3cb" } .fa-steam:before { content: "\f1b6" } .fa-cc-apple-pay:before { content: "\f416" } .fa-scribd:before { content: "\f28a" } .fa-debian:before { content: "\e60b" } .fa-openid:before { content: "\f19b" } .fa-instalod:before { content: "\e081" } .fa-expeditedssl:before { content: "\f23e" } .fa-sellcast:before { content: "\f2da" } .fa-square-twitter:before, .fa-twitter-square:before { content: "\f081" } .fa-r-project:before { content: "\f4f7" } .fa-delicious:before { content: "\f1a5" } .fa-freebsd:before { content: "\f3a4" } .fa-vuejs:before { content: "\f41f" } .fa-accusoft:before { content: "\f369" } .fa-ioxhost:before { content: "\f208" } .fa-fonticons-fi:before { content: "\f3a2" } .fa-app-store:before { content: "\f36f" } .fa-cc-mastercard:before { content: "\f1f1" } .fa-itunes-note:before { content: "\f3b5" } .fa-golang:before { content: "\e40f" } .fa-kickstarter:before { content: "\f3bb" } .fa-grav:before { content: "\f2d6" } .fa-weibo:before { content: "\f18a" } .fa-uncharted:before { content: "\e084" } .fa-firstdraft:before { content: "\f3a1" } .fa-square-youtube:before, .fa-youtube-square:before { content: "\f431" } .fa-wikipedia-w:before { content: "\f266" } .fa-rendact:before, .fa-wpressr:before { content: "\f3e4" } .fa-angellist:before { content: "\f209" } .fa-galactic-republic:before { content: "\f50c" } .fa-nfc-directional:before { content: "\e530" } .fa-skype:before { content: "\f17e" } .fa-joget:before { content: "\f3b7" } .fa-fedora:before { content: "\f798" } .fa-stripe-s:before { content: "\f42a" } .fa-meta:before { content: "\e49b" } .fa-laravel:before { content: "\f3bd" } .fa-hotjar:before { content: "\f3b1" } .fa-bluetooth-b:before { content: "\f294" } .fa-sticker-mule:before { content: "\f3f7" } .fa-creative-commons-zero:before { content: "\f4f3" } .fa-hips:before { content: "\f452" } .fa-behance:before { content: "\f1b4" } .fa-reddit:before { content: "\f1a1" } .fa-discord:before { content: "\f392" } .fa-chrome:before { content: "\f268" } .fa-app-store-ios:before { content: "\f370" } .fa-cc-discover:before { content: "\f1f2" } .fa-wpbeginner:before { content: "\f297" } .fa-confluence:before { content: "\f78d" } .fa-mdb:before { content: "\f8ca" } .fa-dochub:before { content: "\f394" } .fa-accessible-icon:before { content: "\f368" } .fa-ebay:before { content: "\f4f4" } .fa-amazon:before { content: "\f270" } .fa-unsplash:before { content: "\e07c" } .fa-yarn:before { content: "\f7e3" } .fa-square-steam:before, .fa-steam-square:before { content: "\f1b7" } .fa-500px:before { content: "\f26e" } .fa-square-vimeo:before, .fa-vimeo-square:before { content: "\f194" } .fa-asymmetrik:before { content: "\f372" } .fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before { content: "\f2b4" } .fa-gratipay:before { content: "\f184" } .fa-apple:before { content: "\f179" } .fa-hive:before { content: "\e07f" } .fa-gitkraken:before { content: "\f3a6" } .fa-keybase:before { content: "\f4f5" } .fa-apple-pay:before { content: "\f415" } .fa-padlet:before { content: "\e4a0" } .fa-amazon-pay:before { content: "\f42c" } .fa-github-square:before, .fa-square-github:before { content: "\f092" } .fa-stumbleupon:before { content: "\f1a4" } .fa-fedex:before { content: "\f797" } .fa-phoenix-framework:before { content: "\f3dc" } .fa-shopify:before { content: "\e057" } .fa-neos:before { content: "\f612" } .fa-square-threads:before { content: "\e619" } .fa-hackerrank:before { content: "\f5f7" } .fa-researchgate:before { content: "\f4f8" } .fa-swift:before { content: "\f8e1" } .fa-angular:before { content: "\f420" } .fa-speakap:before { content: "\f3f3" } .fa-angrycreative:before { content: "\f36e" } .fa-y-combinator:before { content: "\f23b" } .fa-empire:before { content: "\f1d1" } .fa-envira:before { content: "\f299" } .fa-gitlab-square:before, .fa-square-gitlab:before { content: "\e5ae" } .fa-studiovinari:before { content: "\f3f8" } .fa-pied-piper:before { content: "\f2ae" } .fa-wordpress:before { content: "\f19a" } .fa-product-hunt:before { content: "\f288" } .fa-firefox:before { content: "\f269" } .fa-linode:before { content: "\f2b8" } .fa-goodreads:before { content: "\f3a8" } .fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before { content: "\f264" } .fa-jsfiddle:before { content: "\f1cc" } .fa-sith:before { content: "\f512" } .fa-themeisle:before { content: "\f2b2" } .fa-page4:before { content: "\f3d7" } .fa-hashnode:before { content: "\e499" } .fa-react:before { content: "\f41b" } .fa-cc-paypal:before { content: "\f1f4" } .fa-squarespace:before { content: "\f5be" } .fa-cc-stripe:before { content: "\f1f5" } .fa-creative-commons-share:before { content: "\f4f2" } .fa-bitcoin:before { content: "\f379" } .fa-keycdn:before { content: "\f3ba" } .fa-opera:before { content: "\f26a" } .fa-itch-io:before { content: "\f83a" } .fa-umbraco:before { content: "\f8e8" } .fa-galactic-senate:before { content: "\f50d" } .fa-ubuntu:before { content: "\f7df" } .fa-draft2digital:before { content: "\f396" } .fa-stripe:before { content: "\f429" } .fa-houzz:before { content: "\f27c" } .fa-gg:before { content: "\f260" } .fa-dhl:before { content: "\f790" } .fa-pinterest-square:before, .fa-square-pinterest:before { content: "\f0d3" } .fa-xing:before { content: "\f168" } .fa-blackberry:before { content: "\f37b" } .fa-creative-commons-pd:before { content: "\f4ec" } .fa-playstation:before { content: "\f3df" } .fa-quinscape:before { content: "\f459" } .fa-less:before { content: "\f41d" } .fa-blogger-b:before { content: "\f37d" } .fa-opencart:before { content: "\f23d" } .fa-vine:before { content: "\f1ca" } .fa-paypal:before { content: "\f1ed" } .fa-gitlab:before { content: "\f296" } .fa-typo3:before { content: "\f42b" } .fa-reddit-alien:before { content: "\f281" } .fa-yahoo:before { content: "\f19e" } .fa-dailymotion:before { content: "\e052" } .fa-affiliatetheme:before { content: "\f36b" } .fa-pied-piper-pp:before { content: "\f1a7" } .fa-bootstrap:before { content: "\f836" } .fa-odnoklassniki:before { content: "\f263" } .fa-nfc-symbol:before { content: "\e531" } .fa-ethereum:before { content: "\f42e" } .fa-speaker-deck:before { content: "\f83c" } .fa-creative-commons-nc-eu:before { content: "\f4e9" } .fa-patreon:before { content: "\f3d9" } .fa-avianex:before { content: "\f374" } .fa-ello:before { content: "\f5f1" } .fa-gofore:before { content: "\f3a7" } .fa-bimobject:before { content: "\f378" } .fa-facebook-f:before { content: "\f39e" } .fa-google-plus-square:before, .fa-square-google-plus:before { content: "\f0d4" } .fa-mandalorian:before { content: "\f50f" } .fa-first-order-alt:before { content: "\f50a" } .fa-osi:before { content: "\f41a" } .fa-google-wallet:before { content: "\f1ee" } .fa-d-and-d-beyond:before { content: "\f6ca" } .fa-periscope:before { content: "\f3da" } .fa-fulcrum:before { content: "\f50b" } .fa-cloudscale:before { content: "\f383" } .fa-forumbee:before { content: "\f211" } .fa-mizuni:before { content: "\f3cc" } .fa-schlix:before { content: "\f3ea" } .fa-square-xing:before, .fa-xing-square:before { content: "\f169" } .fa-bandcamp:before { content: "\f2d5" } .fa-wpforms:before { content: "\f298" } .fa-cloudversify:before { content: "\f385" } .fa-usps:before { content: "\f7e1" } .fa-megaport:before { content: "\f5a3" } .fa-magento:before { content: "\f3c4" } .fa-spotify:before { content: "\f1bc" } .fa-optin-monster:before { content: "\f23c" } .fa-fly:before { content: "\f417" } .fa-aviato:before { content: "\f421" } .fa-itunes:before { content: "\f3b4" } .fa-cuttlefish:before { content: "\f38c" } .fa-blogger:before { content: "\f37c" } .fa-flickr:before { content: "\f16e" } .fa-viber:before { content: "\f409" } .fa-soundcloud:before { content: "\f1be" } .fa-digg:before { content: "\f1a6" } .fa-tencent-weibo:before { content: "\f1d5" } .fa-symfony:before { content: "\f83d" } .fa-maxcdn:before { content: "\f136" } .fa-etsy:before { content: "\f2d7" } .fa-facebook-messenger:before { content: "\f39f" } .fa-audible:before { content: "\f373" } .fa-think-peaks:before { content: "\f731" } .fa-bilibili:before { content: "\e3d9" } .fa-erlang:before { content: "\f39d" } .fa-x-twitter:before { content: "\e61b" } .fa-cotton-bureau:before { content: "\f89e" } .fa-dashcube:before { content: "\f210" } .fa-42-group:before, .fa-innosoft:before { content: "\e080" } .fa-stack-exchange:before { content: "\f18d" } .fa-elementor:before { content: "\f430" } .fa-pied-piper-square:before, .fa-square-pied-piper:before { content: "\e01e" } .fa-creative-commons-nd:before { content: "\f4eb" } .fa-palfed:before { content: "\f3d8" } .fa-superpowers:before { content: "\f2dd" } .fa-resolving:before { content: "\f3e7" } .fa-xbox:before { content: "\f412" } .fa-searchengin:before { content: "\f3eb" } .fa-tiktok:before { content: "\e07b" } .fa-facebook-square:before, .fa-square-facebook:before { content: "\f082" } .fa-renren:before { content: "\f18b" } .fa-linux:before { content: "\f17c" } .fa-glide:before { content: "\f2a5" } .fa-linkedin:before { content: "\f08c" } .fa-hubspot:before { content: "\f3b2" } .fa-deploydog:before { content: "\f38e" } .fa-twitch:before { content: "\f1e8" } .fa-ravelry:before { content: "\f2d9" } .fa-mixer:before { content: "\e056" } .fa-lastfm-square:before, .fa-square-lastfm:before { content: "\f203" } .fa-vimeo:before { content: "\f40a" } .fa-mendeley:before { content: "\f7b3" } .fa-uniregistry:before { content: "\f404" } .fa-figma:before { content: "\f799" } .fa-creative-commons-remix:before { content: "\f4ee" } .fa-cc-amazon-pay:before { content: "\f42d" } .fa-dropbox:before { content: "\f16b" } .fa-instagram:before { content: "\f16d" } .fa-cmplid:before { content: "\e360" } .fa-facebook:before { content: "\f09a" } .fa-gripfire:before { content: "\f3ac" } .fa-jedi-order:before { content: "\f50e" } .fa-uikit:before { content: "\f403" } .fa-fort-awesome-alt:before { content: "\f3a3" } .fa-phabricator:before { content: "\f3db" } .fa-ussunnah:before { content: "\f407" } .fa-earlybirds:before { content: "\f39a" } .fa-trade-federation:before { content: "\f513" } .fa-autoprefixer:before { content: "\f41c" } .fa-whatsapp:before { content: "\f232" } .fa-slideshare:before { content: "\f1e7" } .fa-google-play:before { content: "\f3ab" } .fa-viadeo:before { content: "\f2a9" } .fa-line:before { content: "\f3c0" } .fa-google-drive:before { content: "\f3aa" } .fa-servicestack:before { content: "\f3ec" } .fa-simplybuilt:before { content: "\f215" } .fa-bitbucket:before { content: "\f171" } .fa-imdb:before { content: "\f2d8" } .fa-deezer:before { content: "\e077" } .fa-raspberry-pi:before { content: "\f7bb" } .fa-jira:before { content: "\f7b1" } .fa-docker:before { content: "\f395" } .fa-screenpal:before { content: "\e570" } .fa-bluetooth:before { content: "\f293" } .fa-gitter:before { content: "\f426" } .fa-d-and-d:before { content: "\f38d" } .fa-microblog:before { content: "\e01a" } .fa-cc-diners-club:before { content: "\f24c" } .fa-gg-circle:before { content: "\f261" } .fa-pied-piper-hat:before { content: "\f4e5" } .fa-kickstarter-k:before { content: "\f3bc" } .fa-yandex:before { content: "\f413" } .fa-readme:before { content: "\f4d5" } .fa-html5:before { content: "\f13b" } .fa-sellsy:before { content: "\f213" } .fa-sass:before { content: "\f41e" } .fa-wirsindhandwerk:before, .fa-wsh:before { content: "\e2d0" } .fa-buromobelexperte:before { content: "\f37f" } .fa-salesforce:before { content: "\f83b" } .fa-octopus-deploy:before { content: "\e082" } .fa-medapps:before { content: "\f3c6" } .fa-ns8:before { content: "\f3d5" } .fa-pinterest-p:before { content: "\f231" } .fa-apper:before { content: "\f371" } .fa-fort-awesome:before { content: "\f286" } .fa-waze:before { content: "\f83f" } .fa-cc-jcb:before { content: "\f24b" } .fa-snapchat-ghost:before, .fa-snapchat:before { content: "\f2ab" } .fa-fantasy-flight-games:before { content: "\f6dc" } .fa-rust:before { content: "\e07a" } .fa-wix:before { content: "\f5cf" } .fa-behance-square:before, .fa-square-behance:before { content: "\f1b5" } .fa-supple:before { content: "\f3f9" } .fa-rebel:before { content: "\f1d0" } .fa-css3:before { content: "\f13c" } .fa-staylinked:before { content: "\f3f5" } .fa-kaggle:before { content: "\f5fa" } .fa-space-awesome:before { content: "\e5ac" } .fa-deviantart:before { content: "\f1bd" } .fa-cpanel:before { content: "\f388" } .fa-goodreads-g:before { content: "\f3a9" } .fa-git-square:before, .fa-square-git:before { content: "\f1d2" } .fa-square-tumblr:before, .fa-tumblr-square:before { content: "\f174" } .fa-trello:before { content: "\f181" } .fa-creative-commons-nc-jp:before { content: "\f4ea" } .fa-get-pocket:before { content: "\f265" } .fa-perbyte:before { content: "\e083" } .fa-grunt:before { content: "\f3ad" } .fa-weebly:before { content: "\f5cc" } .fa-connectdevelop:before { content: "\f20e" } .fa-leanpub:before { content: "\f212" } .fa-black-tie:before { content: "\f27e" } .fa-themeco:before { content: "\f5c6" } .fa-python:before { content: "\f3e2" } .fa-android:before { content: "\f17b" } .fa-bots:before { content: "\e340" } .fa-free-code-camp:before { content: "\f2c5" } .fa-hornbill:before { content: "\f592" } .fa-js:before { content: "\f3b8" } .fa-ideal:before { content: "\e013" } .fa-git:before { content: "\f1d3" } .fa-dev:before { content: "\f6cc" } .fa-sketch:before { content: "\f7c6" } .fa-yandex-international:before { content: "\f414" } .fa-cc-amex:before { content: "\f1f3" } .fa-uber:before { content: "\f402" } .fa-github:before { content: "\f09b" } .fa-php:before { content: "\f457" } .fa-alipay:before { content: "\f642" } .fa-youtube:before { content: "\f167" } .fa-skyatlas:before { content: "\f216" } .fa-firefox-browser:before { content: "\e007" } .fa-replyd:before { content: "\f3e6" } .fa-suse:before { content: "\f7d6" } .fa-jenkins:before { content: "\f3b6" } .fa-twitter:before { content: "\f099" } .fa-rockrms:before { content: "\f3e9" } .fa-pinterest:before { content: "\f0d2" } .fa-buffer:before { content: "\f837" } .fa-npm:before { content: "\f3d4" } .fa-yammer:before { content: "\f840" } .fa-btc:before { content: "\f15a" } .fa-dribbble:before { content: "\f17d" } .fa-stumbleupon-circle:before { content: "\f1a3" } .fa-internet-explorer:before { content: "\f26b" } .fa-stubber:before { content: "\e5c7" } .fa-telegram-plane:before, .fa-telegram:before { content: "\f2c6" } .fa-old-republic:before { content: "\f510" } .fa-odysee:before { content: "\e5c6" } .fa-square-whatsapp:before, .fa-whatsapp-square:before { content: "\f40c" } .fa-node-js:before { content: "\f3d3" } .fa-edge-legacy:before { content: "\e078" } .fa-slack-hash:before, .fa-slack:before { content: "\f198" } .fa-medrt:before { content: "\f3c8" } .fa-usb:before { content: "\f287" } .fa-tumblr:before { content: "\f173" } .fa-vaadin:before { content: "\f408" } .fa-quora:before { content: "\f2c4" } .fa-square-x-twitter:before { content: "\e61a" } .fa-reacteurope:before { content: "\f75d" } .fa-medium-m:before, .fa-medium:before { content: "\f23a" } .fa-amilia:before { content: "\f36d" } .fa-mixcloud:before { content: "\f289" } .fa-flipboard:before { content: "\f44d" } .fa-viacoin:before { content: "\f237" } .fa-critical-role:before { content: "\f6c9" } .fa-sitrox:before { content: "\e44a" } .fa-discourse:before { content: "\f393" } .fa-joomla:before { content: "\f1aa" } .fa-mastodon:before { content: "\f4f6" } .fa-airbnb:before { content: "\f834" } .fa-wolf-pack-battalion:before { content: "\f514" } .fa-buy-n-large:before { content: "\f8a6" } .fa-gulp:before { content: "\f3ae" } .fa-creative-commons-sampling-plus:before { content: "\f4f1" } .fa-strava:before { content: "\f428" } .fa-ember:before { content: "\f423" } .fa-canadian-maple-leaf:before { content: "\f785" } .fa-teamspeak:before { content: "\f4f9" } .fa-pushed:before { content: "\f3e1" } .fa-wordpress-simple:before { content: "\f411" } .fa-nutritionix:before { content: "\f3d6" } .fa-wodu:before { content: "\e088" } .fa-google-pay:before { content: "\e079" } .fa-intercom:before { content: "\f7af" } .fa-zhihu:before { content: "\f63f" } .fa-korvue:before { content: "\f42f" } .fa-pix:before { content: "\e43a" } .fa-steam-symbol:before { content: "\f3f6" } :host, :root { --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free" } @font-face { font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 400; font-display: block; src: url(./fonts/fa-regular-400.woff2) format("woff2"), url(./fonts/fa-regular-400.ttf) format("truetype") } .fa-regular, .far { font-weight: 400 } :host, :root { --fa-style-family-classic: "Font Awesome 6 Free"; --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free" } @font-face { font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 900; font-display: block; src: url(./fonts/fa-solid-900.woff2) format("woff2"), url(./fonts/fa-solid-900.ttf) format("truetype") } .fa-solid, .fas { font-weight: 900 } @font-face { font-family: "Font Awesome 5 Brands"; font-display: block; font-weight: 400; src: url(./fonts/fa-brands-400.woff2) format("woff2"), url(./fonts/fa-brands-400.ttf) format("truetype") } @font-face { font-family: "Font Awesome 5 Free"; font-display: block; font-weight: 900; src: url(./fonts/fa-solid-900.woff2) format("woff2"), url(./fonts/fa-solid-900.ttf) format("truetype") } @font-face { font-family: "Font Awesome 5 Free"; font-display: block; font-weight: 400; src: url(./fonts/fa-regular-400.woff2) format("woff2"), url(./fonts/fa-regular-400.ttf) format("truetype") } @font-face { font-family: "FontAwesome"; font-display: block; src: url(./fonts/fa-solid-900.woff2) format("woff2"), url(./fonts/fa-solid-900.ttf) format("truetype") } @font-face { font-family: "FontAwesome"; font-display: block; src: url(./fonts/fa-brands-400.woff2) format("woff2"), url(./fonts/fa-brands-400.ttf) format("truetype") } @font-face { font-family: "FontAwesome"; font-display: block; src: url(./fonts/fa-regular-400.woff2) format("woff2"), url(./fonts/fa-regular-400.ttf) format("truetype"); unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc } @font-face { font-family: "FontAwesome"; font-display: block; src: url(./fonts/fa-v4compatibility.woff2) format("woff2"), url(./fonts/fa-v4compatibility.ttf) format("truetype"); unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a } @font-face { font-family: "Figtree"; src: url("./fonts/Figtree-Regular.ttf") format("truetype"), url("./fonts/Figtree-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; } /* Medium (500) */ @font-face { font-family: "Figtree"; src: url("./fonts/Figtree-Medium.ttf") format("truetype"), url("./fonts/Figtree-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; } /* SemiBold (600) */ @font-face { font-family: "Figtree"; src: url("./fonts/Figtree-SemiBold.ttf") format("truetype"), url("./fonts/Figtree-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; } /* Bold (700) */ @font-face { font-family: "Figtree"; src: url("./fonts/Figtree-Bold.ttf") format("truetype"), url("./fonts/Figtree-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: 'LohitDevanagari'; src: url('./fonts/LohitDevanagari.eot'); src: url('./fonts/LohitDevanagari.eot') format('embedded-opentype'), url('./fonts/LohitDevanagari.woff2') format('woff2'), url('./fonts/LohitDevanagari.woff') format('woff'), url('./fonts/LohitDevanagari.ttf') format('truetype'), url('./fonts/LohitDevanagari.svg#LohitDevanagari') format('svg'); } body { font-family: "Figtree", sans-serif; font-weight: 400; overflow-x: hidden; background: #EEEEF3; } .FullLink { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 0; } .button_Primary { background-color: var(--pink-color); font-size: var(--Font-16); padding: 10px 14px; display: inline-block; border-radius: 4px; line-height: 1; transition: .3s all; } .button_Primary:hover { background-color: var(--blue-color); } .center { text-align: center } .innerTemplate h2 { font-size: 2em; font-weight: 600; } .home-wrapper { height: 100%; color: white; min-height: 100vh; display: flex; flex-wrap: wrap; flex-direction: column; position: relative; z-index: 11; overflow: hidden; width: 100%; } .home-wrapper-inner { position: relative; z-index: 11; overflow: hidden; width: 100%; } .home-wrapper:after { width: 100%; height: calc(100% - 250px); content: ""; position: absolute; left: 50%; top: 0; transform: translate(-50%, 0%) scale(1); background-image: url("../../../images/home-bg.webp"); background-size: cover; background-position: top center; background-repeat: no-repeat; animation: mainbackgroundAni 20s infinite; animation-timing-function: ease; z-index: -2; } /*Menu New hover css starts*/ .top-header .navbar .nav-item { /*! width: 300px; */ /*! height: 200px; */ /*! background: #111; */ display: flex; justify-content: center; align-items: center; position: relative; /* overflow: hidden; */ border-radius: 5px; transition: all 0.5s ease; } .top-header .navbar .nav-item .nav-link { padding: 8px 11px; overflow: hidden; border-radius: 5px; } .top-header .navbar .nav-item h2 { color: #0ff; font-size: 2rem; position: relative; z-index: 2; } .top-header .navbar .nav-item .nav-link::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(0deg, transparent, transparent 30%, rgba(35, 35, 71, 0.2)); transform: rotate(-45deg); transition: all 0.5s ease; opacity: 0; } .top-header .navbar .nav-item .nav-link:hover { /*! transform: scale(1.05); */ box-shadow: 0 0 20px rgba(0, 0, 0, 0.01); background: rgba(17, 25, 40, 0.45); color: var(--white-color); /*! background: rgba(255, 255, 255, 0.20); */ background: rgb(35, 35, 71, 0.35); border-radius: 5px; } .top-header .navbar .nav-item .nav-link:hover::before { opacity: 1; transform: rotate(-45deg) translateY(70%); } .top-header .navbar .nav-item:hover .nav-link { color: var(--white-color); } /*Menu New hover css ends*/ .top-header { padding: 21px 0 21px 0; position: absolute; left: 0; width: 100%; top: 0; z-index: 9; } .home-wrapper .top-header .container { max-width: 100%; width: 100%; padding: 0px 30px; } .innerTemplate { padding-top: 109px; display: flex; flex-wrap: wrap; flex-direction: column; min-height: 100vh; } .innerTemplate .top-header { background-color: var(--white-color); } .header-right .header-right-list li { display: inline-block; width: auto; margin-right: 10px; } .header-right .header-right-list li:last-child { margin-right: 0; } .justify-content-evenly { justify-content: space-evenly; } .dl, ol, ul { margin: 0; padding: 0; } ol, ul { padding-left: 0; } ul li { list-style: none; } p { font-size: 1.0625em; text-align: justify; word-break: break-word; } a { color: var(--white-color); text-decoration: none; transition: 0.3s all; } a:hover { text-decoration: none; color: var(--pink-color); } h2 { font-size: 1.25em; font-weight: 500; } .chaCornerWrap h5 { margin-top: 5px; } .Heading30 { font-size: var(--Font-30); font-weight: 600; display: flex; align-items: center; } .Heading30 span { font-size: 23px; font-weight: 500; margin-left: 6px; } .Heading20 { font-size: var(--Font-20); font-weight: 600; } .navbar-light .navbar-nav .nav-link { color: var(--white-color); font-weight: 500; font-size: var(--Font-16); } .header-icon, .accessibility_toolbar_daiict_toolbar>a { width: 40px; height: 40px; background-color: var(--pink-color); border-radius: 50%; display: inline-block; } .header-icon:hover, .accessibility_toolbar_daiict_toolbar>a:hover { background-color: var(--blue-color); } .header-icon.hamberger-icon { background: none; padding: 0; } .search-icon { background: transparent; border: 1px solid var(--white); padding: 12px; } .accessibility-icon { padding: 5px; } .home-wrapper #searchToggle { display: none !important; } .navbar .container-fluid { padding-right: 0; padding-left: 0; } .navbar { padding: 0; } #languageDropdown { padding: 11px 11px; border: 1px solid var(--white-color); border-radius: 8px; line-height: 1; } #languageDropdown:focus { border: 1px solid #fff !important; } #languageDropdown:after { vertical-align: 3px; } .languageDropdown a { color: var(--white-color); font-size: var(--Font-14); } .languageDropdown li:last-child .dropdown-item { border-bottom: none; } .languageDropdown .dropdown-item { color: var(--black-color); border-bottom: 1px solid #dedede; padding: 3px 14px; background: none; } .languageDropdown .dropdown-menu { min-width: auto; border-radius: 0.25rem; overflow: hidden; } .btn { color: var(--white-color); background-color: transparent; background-image: none; border-color: var(--pink-color); } .btn { background-color: var(--pink-color); } .middle-home { padding-bottom: 35px; padding-top: 109px; } /* .left-strip { width: 110px; padding: 30px 0; position: relative; overflow: hidden; border-radius: 0 10px 10px 0; background-color: rgb(0, 0, 0, 0.5); height: fit-content; margin-left: -17px; } */ .left-strip { padding: 20px 0; position: relative; overflow: visible; border-radius: 0 10px 10px 0; margin-left: -30px; width: 100%; z-index: 1; transform: translateX(-100%); animation: slideBlock 0.6s forwards; animation-delay: 0.1s; } .left-strip:after { border-radius: 0px 10px 10px 0px; backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); z-index: -1; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.45); } .left-strip-icon span { font-size: var(--Font-12); color: var(--white-color); width: 94px; margin-top: 1px;/* min-height: 42px; */ } .left-strip-icon { flex-direction: column; text-align: center; } .left-strip ul li:last-child { margin-bottom: 0; } .left-strip li span, .left-strip li img { transition: all 0.2s ease-in-out;/* Adjust duration and timing function as needed */ } .left-strip li:hover span { color: var(--pink-color); } /*.left-strip li:hover img { filter: brightness(0) saturate(100%) invert(30%) sepia(93%) saturate(2329%) hue-rotate(333deg) brightness(91%) contrast(100%);}*/ #searchCollapse { position: absolute; z-index: 999; right: 60px; } .left-strip-div { width: 134px; } .search-minister { width: calc(100% - 134px); } .search-minister-inner { width: 100%; max-width: 516px; margin: 0 auto; position: relative; left: -15px; } .search-section .form-control { padding: 5px 16px; min-height: 50px; margin-right: 0px !important; padding-right: 90px; } .search-section { position: relative; margin-bottom: 59px; border-radius: 8px; overflow: hidden; } .search-section .btn { position: absolute; right: 5px; bottom: 5px; top: 50%; transform: translateY(-50%); min-height: 40px; background: var(--pink-color); border: 1px solid var(--pink-color); font-size: var(--Font-14); } .search-section .btn:hover { background-color: var(--blue-color); border: 1px solid var(--blue-color); } .minister-section { position: relative; z-index: 1; padding: 35px 0; border-radius: 8px; } .minister-section:after { backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); z-index: -1; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.20); border-radius: 8px; } .minister-box { flex-direction: column; } /* .minister-box { padding: 1px 38px; } */ .minister-section ul { display: flex; } .minister-box a { display: flex; flex-direction: column; } .minister-box p { font-size: var(--Font-16); font-weight: 600; margin: 0; line-height: 22px; } .minister-box p span { font-size: var(--Font-14); font-weight: normal; display: block; width: 90%; text-align: center; margin: 4px auto 0px; line-height: 18px; } .minister-section ul li { width: 50%; float: left; } .min-img { padding-bottom: 16px; border-radius: 5px !important; overflow: hidden; } .min-img img { border-radius: 5px !important; overflow: hidden; } .minister-section ul li { position: relative; padding: 0 30px; } .minister-section ul li:first-child::before { content: ""; position: absolute; right: -2px; top: 50%; margin-top: -6px; z-index: auto; height: 152px; width: 1px; background: var(--white-color); overflow: hidden; transform: translateY(-50%); opacity: 30%; } .home-right-box { padding: 30px; border-radius: 8px; z-index: 1; position: relative; } .home-right-box:after { border-radius: 8px; backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); z-index: -1; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.45); } .home-right-box1 { margin-bottom: 30px; } .home-right-box2 { margin-bottom: 30px; } .cco-home-box { background-color: var(--white-color); padding: 20px; border-radius: 8px; } .cco-box { display: block; position: relative; width: 100%; height: 100%; background: #e6e8f3; padding: 20px 20px 05px 20px; } .cco-box .row { align-items: center; align-content: center; display: flex; height: 100%; } .com-icon-box { text-align: center; padding: 10px 6px; background: #fff; margin-bottom:17px; border-radius:8px; cursor: pointer; transition: all 0.4s linear; position:relative; } .com-title { color: #323232; width: 100%; margin-top: 5px; font-size:16px; height: 48px; display: grid; place-content: center; place-items: center; } /*New design CCO Box*/ .svg-box svg { height: 42px; width: 42px; transition: all 0.4s linear; } .com-icon-box:hover { background: #232347; } .com-icon-box:hover svg { filter: brightness(0) saturate(100%) invert(81%) sepia(92%) saturate(0%) hue-rotate(150deg) brightness(110%) contrast(109%); transform: scale(0.9); } .com-icon-box:hover .com-title { color: #fff; } .public-notice .left-strip-icon img { width:60px; } .wob .com-icon-box { background-color: #000; } .wob .cco-box { background: #1f1f1f; } .wob .com-icon-box svg { filter: brightness(0) saturate(100%) invert(81%) sepia(92%) saturate(0%) hue-rotate(150deg) brightness(110%) contrast(109%); } .wob .com-title { color: #fff; } .wob .com-icon-box:hover { background: #000; } /*New design CCO Box Ends*/ .cco-box img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover; } .cco-box { overflow: hidden; border-radius: 8px; } .cco-box img { transition: transform 0.3s ease-in-out;/* Smooth transition effect */ } .cco-box:hover img { transform: translate(-50%, -50%) scale(1.1); } /*.cco-home-info { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; }*/ .cco-home-info { position: relative; height: 168px; display: flex; flex-direction : column; align-items: center; width: 80%; text-align: center; margin: 0 auto; justify-content: center; font-weight:600; } .swiper-pagination-bullet { width: var( --swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px) ); height: var( --swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px) ); } .cco-home-info svg { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(90deg) brightness(102%) contrast(101%); height: 40px; width: 40px; margin-bottom: 10px; } /*.cco-home-info:hover svg { filter: brightness(0) saturate(100%) invert(18%) sepia(60%) saturate(4552%) hue-rotate(342deg) brightness(82%) contrast(91%); }*/ .cco-home-info { color:#fff !important; } /*.cco-home-info{font-size: var(--Font-18); font-weight: 600;}*/ .cco-home-info p { font-size: var(--Font-20); font-weight: 600; text-align: center; line-height: 24px; margin: 0; } .cco-home-info span { margin-top: 10px; font-size: var(--Font-14); } .cco-box:hover .cco-home-info span { background-color: var(--white-color); color: var(--pink-color); } .cco-home-box:hover p { color: var(--white); } .cco-home-box .swiper-button-next { right: 10px !important; } .cco-home-box .swiper-button-prev { left: 10px !important; } .cco-home-box .swiper-pagination-bullet-active { background: var(--swiper-pagination-color, #fff); opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important; } .cco-home-box .swiper-pagination-bullet { background: var(--swiper-pagination-bullet-inactive-color, #fff); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.3); } /* ?Social Media Tabbing */ .media-social-heading { margin-bottom: 25px; min-height: 30px; } .socBox .nav-tabs { border: none !important; } .socBox .nav-tabs li { display: flex; } .socBox .nav-tabs li:first-child { margin-right: 10px; } .socBox .nav-link { display: block; padding: 0; border: none !important; border-radius: 2px; width: 30px; height: 30px; overflow: hidden; background-color: var(--white-color); display: flex; justify-content: center; align-items: center; transition: .5s all; } .socBox .nav-link { color: var(--black-solid); } .socBox .nav-link:after { display: none; } .socBox .nav-tabs .nav-link:focus, .socBox .nav-tabs .nav-link:hover { outline: none; } .socBox .nav-link.active { position: relative; } /* .socBox .nav-link { position: relative; } .socBox .nav-link::after {border-bottom: 2px solid transparent;} */ .socBox .nav-link.active::after { position: absolute; border-bottom: 2px solid var(--pink); content: ""; width: 100%; bottom: -7px; right: 0; } .socBox .nav-link.active { background-color: var(--black-solid); } .socBox .nav-link.active { color: var(--white-color); } .socBox #myTabContent { border-radius: 8px !important; overflow: hidden; height: 298px; background: var(--white-color); padding: 20px; } .socBox #myTabContent .card img { border-radius: 8px !important; max-height: 295px; } .socBox #myTabContent .card { border: none !important; } .public-notice span { color: var(--black-color); font-size: var(--Font-16); font-weight: 600; margin-top: 16px; line-height: 1.2; } .public-notice { background-color: #e6e8f3; border-radius: 8px; height: 100%; display: flex; justify-content: center; align-items: center; transition: .4s all; padding: 32px 0px; position: relative; } .public-notice:hover span { transition: .3s all; } .public-notice:hover { background-color: var(--blue-color); } .public-notice:hover span { color: var(--white-color); } .public-notice-box { height: 100%; } /* News Ticker */ .viewAll img { margin-left: 8px; } .viewAll { transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out; } .viewAll img { transition: filter 0.2s ease-in-out;/* Smooth transition for image filter */ } /*.viewAll:hover { color: var(--pink-color); border-bottom: 1px solid var(--pink-color); }*/ .viewAll:hover img { filter: brightness(0) saturate(100%) invert(30%) sepia(93%) saturate(2329%) hue-rotate(333deg) brightness(91%) contrast(100%); } #ticker0 { border-radius: 8px; overflow: hidden; } .noJS .ticker .stop { display: none; } .noJS .ticker ul { margin: 0; } .noJS .ticker .tickerDivBlock { height: 150px; overflow-y: scroll; overflow-x: hidden; } .activityTicker { width: 100%; background: var(--white); padding: 0 20px; } #stopNews0 { position: absolute; right: 0; top: 0; } .activityTicker { width: 100%; } .activityTicker li { width: 100%; color: var(--black-color); border-bottom: 1px solid #88888845; margin-bottom: 4px; } /*.activityTicker li a { padding: 14px 0 14px 0; display: block; }*/ .activityTicker li a { padding: 0 0 5px 0; display: block; color: var(--black-solid); } .activityTicker li:hover a { color: var(--pink-color); font-weight: normal; } .activityTicker li:hover .news-date, .activityTicker li:hover .news-title { font-weight: 600; } .news-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 9px; font-size: 0.875em; font-weight: 500; position: relative; } .news-header .pdf-icon a { display: flex; align-items: center; } .news-header .pdf-icon a span { color: var(--black-color); margin-right: 3px; } .pdf-icon .fileSize { font-size: 13px; } .news-date { color: var(--black-color); } .news-date span { margin-right: 6px; display: flex; align-items: center; } .pdf-icon { cursor: pointer; position: absolute; right: 0; top: 0; } .news-title a { color: var(--black-color); font-size: 0.875em; font-weight: 400; display: -webkit-box; -webkit-line-clamp: 2; /* Limit to 2 lines */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; } .news-title a:hover { color: var(--pink-color); } footer { width: 100%; margin-top: auto; } footer .footerLogo img { padding: 5px; } .footerSlider { padding: 27px 0; background: var(--white-color); } .footerSlider .footerlogo-button-next { right: 12px !important; } .footerSlider .footerlogo-button-prev { left: 12px !important; } .innerTemplate .footerSlider { padding: 27px 0; background: var(--white-color); } .footerSlider .swiper-slide { display: flex; justify-content: center; align-items: center; } .footerSlider .footerlogo-swiper { width: 90%; } .footerSlider .swiper-wrapper { display: flex; align-items: center; } .swiper-button-next, .swiper-button-prev { border: 2px solid var(--pink-color); width: 30px; height: 30px; border-radius: 30px; color: var(--pink-color); top: 50%; transform: translate(0, -50%); margin: 0px; } .swiper-button-prev:after { content: "\f104"; font-family: 'fontawesome'; } .swiper-button-next:after { content: "\f105"; font-family: 'fontawesome'; } .swiper-button-next:hover, .swiper-button-prev:hover { background-color: var(--pink-color); color: var(--white-color); } .swiper-button-prev { right: auto !important; left: 0 !important; } .swiper-button-next { left: auto !important; right: 0 !important; } .swiper-button-prev, .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, 30px); } .swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 30px); } .innerTemplate .swiper-button-prev, .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, 0px); } .innerTemplate .swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 0px); } .footerBlue { background-color: var(--blue-color); padding-top: 23px; } .justify-linkSet { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .footer-first { padding: 5px 0 20px 0; border-bottom: 1px solid #484880; overflow: hidden; } .linkText::before { content: ""; position: absolute; right: -45px; top: 51%; margin-top: 0; z-index: auto; height: 70px; width: 1px; background: #484880; overflow: hidden; transform: translateY(-50%); } .linkText { position: relative; } .footerSocial.linkText { display: flex; } .linkText::before { content: ""; position: absolute; right: -80px; top: 44%; margin-top: 0; z-index: auto; height: 70px; width: 1px; background: #484880; overflow: hidden; transform: translate(-50%, -50%); } .linkText ul { margin-bottom: 0; } .linkText ul li { line-height: 1; list-style: none; margin-bottom: 15px; } .linkText ul li:last-child { margin-bottom: 0px; } .linkText ul li:before { color: #9191A3; margin-right: 7px; content: "\f105"; font-family: 'fontawesome'; font-size: var(--Font-14); } .footerBlue ul li a { color: var(--white-color); } .footerBlue ul li:hover a { color: var(--pink-color) !important; } .linkText:last-child::before { content: none; } .footerSocial a { margin-left: 8px; display: inline-block; transition: transform 0.3s ease, box-shadow 0.3s ease; transition: .3s all; } .footerSocial a:hover { background-color: var(--white-color); color: var(--pink-color); } .footerSocial a img { transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .footerLinks { padding-top: 12px; } .footerBlue .bulletText { margin-left: 0; } .footerLinks ul li:first-child::before { content: none; } .footerLinks .lastUpdate-visitor strong { font-weight: 400; } .footerBlue .bulletText li:first-child { padding-left: 0; } .footerBlue .bulletText li { background-size: 0; } .footerBlue .bulletText li { margin: 0 0 0 0; padding: 0px 10px; color: var(--white-color); } .footerLinks ul li { position: relative; } .footerLinks ul li { float: left; font-size: 14px; list-style: none; } .bulletText { margin-bottom: 25px; } .bulletText ul { margin-top: 8px; } .bulletText li { background: url("../../../images/bullet-arrow.png") no-repeat left 5px; padding-left: 25px; line-height: 1.5; list-style: none; margin-bottom: 8px; font-size: 1.0625em; } .historyPage .bulletText { margin-bottom: 25px !important; } .footerLinks ul li::before { content: ""; position: absolute; left: -1px; top: 50%; margin-top: -6px; z-index: auto; height: 13px; width: 1px; background: var(--white-color); overflow: hidden; } .footerLinks p { color: var(--white-color); display: inline-block; font-size: 14px; } .Copyright { font-size: 14px; display: block; width: 100%; float: left; text-align: left; } .aiChatBot { position: absolute; /* right: -70px; top: -56px; */ right: 60px; top: -34%; background: var(--pink-color); padding: 11px 9px 9px 12px; border-radius: 30px; border: 4px solid var(--white-color); transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; display: none; } /* .footerSocial.linkText { padding-top: 30px;} */ #facebookHolder { margin: 0 auto; } /* .dropdown-toggle::after { display: none; } */ .dropdown-submenu .dropdown-menu { position: absolute; left: 100%; /* Position submenu to the right of the parent item */ top: 0; margin-top: 0; } /* Ensure the submenu is hidden by default */ .dropdown-submenu .dropdown-menu { display: none; position: absolute; left: 100%; /* Position submenu to the right */ top: 0; margin-top: 0; } .dropdown-menu.show { opacity: 1; display: block; } .dropdown-menu { padding: 0 !important; overflow: hidden; } .dropdown-menu li { width: 100% !important; } .dropdown-item:focus, .dropdown-item:hover { color: var(--white-color); text-decoration: none; background-color: var(--blue-color); } /********* Accessibility CSS *********/ .accessFunct a img { padding: 5px; background: #ebebeb; border-radius: 50%; } .accessibility_toolbar_daiict_toolbar { display: flex; } /*.accessibility_toolbar_daiict_toolbar { z-index: 999999999; } .accessibility_toolbar_daiict_toolbar { right: 0; top: 0; z-index: 9999999; } */ .accessibility_toolbar_exapnd { display: none; position: fixed; background: #eff1f5; right: 0px; top: 34px; width: 340px; z-index: 999; border-radius: 8px 8px 8px 8px; overflow: hidden; } .accessibilityDaiictBox { padding: 10px 15px 10px; } .accessibility_toolbar_exapnd_wrapper .fa.fa-times { left: 17px; top: 14px; color: var(--white-color); font-size: 22px; position: absolute; } .accessibility_titleBar h2 { color: var(--white-color); font-size: var(--Font-18); text-align: start; margin: 0px; order: 1; } .accessibility_titleBar { background: var(--blue-color); position: relative; display: flex; justify-content: space-between; padding: 8px 10px; align-items: center; } .accessibility_toolbar_daiict_toolbar .fa.fa-universal-access { right: 15px; top: 15px; color: var(--white-color); } .accessibility_toolbar_daiict_toolbar .fa.fa-universal-access { color: var(--white-color); font-size: 40px; background: #266cba; border-radius: 50%; padding: 5px; right: 25px; top: 75px; width: 50px; height: 50px; } .accessibilityDaiictBox ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; margin: -10px -10px 0px; } #accessControls .contrastChanger.normal { background-color: var(--white-color); border-radius: 50%; width: 15px; height: 15px; border: 1px solid #266cba; font-size: 0; padding: 0px; } .accessibilityDaiictBox ul li { width: calc(50% - 10px) !important; background: var(--white-color); border-radius: 8px; padding: 15px; text-align: center; position: relative; line-height: 1; margin: 10px 5px 0px; margin-right: 5px !important; display: flex !important; align-items: center; justify-content: center; flex-wrap: wrap; } .accessibilityDaiictBox ul li:hover span, .accessibilityDaiictBox ul li:hover a, .accessibilityDaiictBox ul li:hover .pause.skip-link::before { color: var(--blue-color); } .accessibilityDaiictBox ul li #accessControl input:hover { color: var(--blue-color); } .skip-link, .readerAccess { font-size: 16px; font-weight: 600; line-height: 1.3; color: var(--blue-color); text-decoration: none; position: relative; } .accessibilityDaiictBox ul li span { display: block; width: 100%; font-size: 16px; font-weight: 600; line-height: 1.5; color: var(--blue-color); text-decoration: none; } .fa-universal-access::before { content: "\f29a"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } #accessControl input { display: inline-block; background: none; border: none; padding: 0; width: auto; color: var(--blue-color); cursor: pointer; font-size: var(--Font-16); font-weight: 600; margin: 0px 4px; } body.cursorLarger a { cursor: url(../../../images/cursor-pointer-large.png), auto !important; } body.cursorLarger { cursor: url(../../../images/cursor-large.png), auto !important; } .cursor.skip-link::before { background: url(../../../images/cursor.png); } .cursor.skip-link::before { content: ""; height: 25px; width: 25px; background: url(../../../images/cursor.png); filter: brightness(0) saturate(100%) invert(37%) sepia(72%) saturate(4525%) hue-rotate(333deg) brightness(91%) contrast(92%); background-position: center center; background-repeat: no-repeat; background-size: contain; display: block; margin: 0 auto; } .pause.skip-link::before { content: ""; height: 25px; width: 25px; display: inline-block; background: url(../../../images/pause.png); filter: brightness(0) saturate(100%) invert(37%) sepia(72%) saturate(4525%) hue-rotate(333deg) brightness(91%) contrast(92%); background-position: center center; background-repeat: no-repeat; background-size: contain; display: block; margin: 0 auto; } .pause.played.skip-link::before { content: ""; background: url(../../../images/play.png); filter: brightness(0) saturate(100%) invert(37%) sepia(72%) saturate(4525%) hue-rotate(333deg) brightness(91%) contrast(92%); background-position: center center; background-repeat: no-repeat; background-size: contain; } .pause.skip-link { position: relative; } .accessibilityDaiictBox ul li span.text { font-size: 0; } .animation-none .ticker, .animation-none .swiper-wrapper .swiper-slide, .animation-none .swiper-wrapper { transform: none !important; } .animation-none .ticker, .animation-none .js-marquee-wrapper { animation: paused !important; margin: 0 !important; } body.cursorLarger { cursor: url(../../../images/cursor-large.png), auto !important; } body.cursorLarger a { cursor: url(../../../images/cursor-pointer-large.png), auto !important; } .displayNone { display: none; } .accessibility_toolbar_close { background-color: transparent !important; display: inline-block; order: 2; } /********** Table **********/ .tableOut { overflow-y: hidden; overflow-x: auto; } .verticalTop .tbody, .verticalTop td, .verticalTop tfoot, .verticalTop tr { vertical-align: top; } table, .tableData { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells: show; border: none;/*border-top: 1px solid #e9e9ea; border-left: 1px solid #e9e9ea;*/ } table table, .tableData table { margin: 0; } th, td, .tableData th, .tableData td { border: none; padding: 9px 20px; /*border-bottom: 1px solid #e9e9ea; border-right: 1px solid #e9e9ea;*/ font-size: 1em; } .hindisite th, .hindisite td, .hindisite .tableData th, .hindisite .tableData td { font-family: "Figtree", sans-serif; } table tr:nth-child(even) td, .tableRowOdd { background-color: #f7f7fb; } .tableData th:first-child { border-radius: 6px 0px 0px 6px; } .tableData th:last-child { border-radius: 0px 6px 6px 0px; } caption, th, td { font-weight: normal; background: var(--white-color); } th, .tableData th { background: var(--blue-color); color: var(--white-color); } tr.secName td { background: #dcdce5 !important; font-size: 1.2em; font-weight: 600; padding: 15px; } .tableScroll { overflow-y: hidden; overflow-x: auto; } .customsInitiatives { padding: 50px 0; } .customsInitiatives h3 { /*font-size: var(--Font-34);*/ } .mission-vision.mission-card { background-image: url("../../../images/profile-3.jpg"); background-size: contain; background-position: right bottom; background-repeat: no-repeat;/* border-bottom: 4px solid #BD1F31; border-right: 4px solid #BD1F31;*/ } .our-commitment { background-image: url("../../../images/card-bg-design.png"); background-size: auto; background-position: right bottom; background-repeat: no-repeat; background-color: #f9f9f9; border-radius: 8px; padding: 20px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); } .our-strategy { background-image: url("../../../images/card-bg-design-3.png"); background-size: auto; background-position: right top; background-repeat: no-repeat; background-color: #f9f9f9; border-radius: 8px; padding: 20px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); } .mission-vision-page .row { display: flex; } .mission-vision-page .col-lg-8 { display: flex; flex-direction: column; } .mission-vision-page .col-lg-4 { flex-direction: column; } .mission-card { padding: 37px; border: 1px solid #dedede; box-shadow: 0px 0px 40px #0000000f; border-radius: 8px; flex: 1; background: var(--white-color); height: 100%; } .mission-card ul { margin-bottom: 0; } .our-strategy .bulletText li { width: 50%; float: left; } .mission-card h2, .mission-card h3 { margin-bottom: 12px; } .mission-card h3 { font-weight: 600; color: var(--light-black-color); } .mb-30 { margin-bottom: 30px; } /* Inner CSS */ /* .innerTemplate{padding: 30px 0;} */ .innerFullContent { min-height: 438px; } .innerBanner { background: #000 url(../../../images/comm-inner-banner.svg); position: relative; min-height: 170px; background-size: cover; display: flex; align-items: center; width: 100%; } .innerBanner h2 { color: var(--white-color); font-size: 2em; font-weight: 600; background: transparent !important; } /********* Breadcrumb *********/ .breadcrumb-item { display: inline-block; } nav.breadcrumb { padding: 13px 0; margin: 0; border-radius: 0; } ul.breadcrumb { margin: 0; padding: 0; background: none; border-radius: 0; } ul.breadcrumb li { font-size: 1em; color: var(--white-color); font-weight: 400; } ul.breadcrumb li a { color: var(--white-color); } ul.breadcrumb li a:hover { text-decoration: none; } .breadcrumb-item+.breadcrumb-item:before { color: var(--white-color); content: "\f105"; font-family: "FontAwesome"; padding-right: 0.7rem; padding-left: 0.7rem; } #main { min-height: 600px; padding: 40px 0; } .breadcrumb { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 1; background: none; font-size: 14px; margin-bottom: 0; padding-left: 0; padding-right: 0; border-radius: 0; font-weight: normal; color: var(--white-color); padding-bottom: 15px; } .breadcrumb a, .breadcrumb .bdrNoLink { color: var(--white-color); padding-right: 20px; position: relative; text-decoration: none; } .breadcrumb a { font-weight: 400; } .breadcrumb a::before, .breadcrumb .bdrNoLink::before { content: ""; width: 6px; height: 6px; display: inline-block; position: absolute; right: 5px; top: 50%; background: var(--pink-color); border-radius: 50px; transform: translate(-50%, -50%); } .breadcrumb a:hover { text-decoration: underline; } .innerContent { padding: 50px 0; width: 100%; /*background-color: #EEEEF3;*/ background-color: #EEEEF3; min-height: 370px; } .innerTempContent { padding: 30px 0; } .innerTemplate #hamburgerDropdown img { filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(6095%) hue-rotate(209deg) brightness(99%) contrast(91%); } #hamburgerDropdown.dropdown-toggle::after { display: none; } .innerTemplate #languageDropdown { border: 1px solid var(--blue-color) !important; color: var(--blue-color); } .innerTemplate .search-icon { border: 1px solid var(--blue-color); background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.557' height='17.558' viewBox='0 0 17.557 17.558'%3E%3Cg id='Icon_feather-search' data-name='Icon feather-search' transform='translate(0.75 0.75)'%3E%3Cpath id='Path_30' data-name='Path 30' d='M18.5,11.5a7,7,0,1,1-7-7A7,7,0,0,1,18.5,11.5Z' transform='translate(-4.5 -4.5)' fill='none' stroke='%23232347' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_31' data-name='Path 31' d='M28.78,28.78l-3.805-3.805' transform='translate(-13.034 -13.034)' fill='none' stroke='%23232347' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A"); } .innerTemplate .search-icon:hover { background-color: var(--pink-color); border-color: var(--pink-color); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.557' height='17.558' viewBox='0 0 17.557 17.558'%3E%3Cg id='Icon_feather-search' data-name='Icon feather-search' transform='translate(0.75 0.75)'%3E%3Cpath id='Path_30' data-name='Path 30' d='M18.5,11.5a7,7,0,1,1-7-7A7,7,0,0,1,18.5,11.5Z' transform='translate(-4.5 -4.5)' fill='none' stroke='rgb(255 255 255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_31' data-name='Path 31' d='M28.78,28.78l-3.805-3.805' transform='translate(-13.034 -13.034)' fill='none' stroke='rgb(255 255 255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A"); } .innerTemplate .search-icon img { filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(6095%) hue-rotate(209deg) brightness(99%) contrast(91%); } .innerTemplate .linkText::before { right: -80px; } /* .innerTemplate .mobileNavNew {filter: brightness(0) saturate(100%) invert(34%) sepia(45%) saturate(4899%) hue-rotate(333deg) brightness(90%) contrast(93%);} */ html#facebook ._2p3a { width: 100% !important; } .h3, h3 { font-size: 1.75em; } .innerTemplate h3 { margin-bottom: 15px } .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; background: var(--pink-color); color: var(--white); padding: 20px; font-size: 22px; font-weight: 600; } .list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: var(--white-color); border: 1px solid rgba(0, 0, 0, 0.125); color: #323232; padding: 20px; font-weight: 500; background: #efeff7; font-size: 18px; } #map-frame { height: 340px; border: none !important; border-radius: 8px; } #contact-address { font-size: 18px; color: #323232; font-weight: 200; margin-bottom: 7px; } .contact-icon { margin-bottom: 7px; } .contact-details h5 { font-size: 20px; color: #323232; font-weight: 600; } .contact-details .btn:hover { color: var(--pink-color) !important; background-color: transparent; border: 1px solid var(--pink-color); } .map-section { border: none !important; } #customs-list .list-group-item { cursor: pointer; transition: all 0.3s ease-in-out; } #customs-list .list-group-item.active { z-index: 2; color: var(--blue-color); font-weight: 600; background-color: #efeff7 !important; border-color: rgba(0, 0, 0, 0.125) !important; padding-left: 35px; } #customs-list .list-group-item.active:first-child { background: var(--pink-color) !important; color: var(--white-color) !important; } #customs-list .list-group-item:first-child { border-radius: 8px 8px 0 0 !important; } .cco-banner { padding: 70px 0; } .cco-commissionerate { background: #efeff7; padding: 246px 0 80px 0; margin-top: -246px !important; } .cco-com-list { padding: 30px 15px; background: var(--white-color); border-radius: 8px; } .cco-com-list { background: var(--white-color); } #map-frame { width: 100%; } .cco-commissionerate .map-section { margin: 0 15px 0 0; } .cco-commissionerate .list-group { margin: 0 0 0 15px; } .cco-commissionerate .contact-icon img { margin-right: 10px; } .cco-commissionerate .tel { margin-right: 20px; } .cco-commissionerate .contact-icon span { margin-right: 5px; } .cco-banner .img-box { position: relative; } .cco-officer-info { width: auto; display: inline-block; padding: 40px 61px; background: rgba(0, 0, 0, 0.3); position: absolute; right: 14%; top: 50%; transform: translateY(-50%); color: var(--white-color) !important; border-radius: 8px; width: 500px; } .cco-officer-info h5 { font-size: 36px; font-weight: 600; position: relative; margin-bottom: 50px; } .cco-officer-info h5::after { position: absolute; height: 9px; width: 64px; background: var(--pink-color); z-index: 9999999; content: ""; left: 0; bottom: -21px; font-weight: 600; border-radius: 50px; } .cco-officer-info p { font-size: 22px; font-weight: 400; } /* ===== contact-us CSS Start ===== */ .contant-box { height: 100%; background-color: var(--white-color); box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); text-align: center; padding: 20px; padding-top: 20px; border-radius: 8px; min-height: 275px; margin-bottom: 25px; padding-top: 99px; transition: all 0.3s linear; } .contactSection .row { margin-bottom: 30px; } .contant-box { position: relative; transition: all 0.3s linear; } .contant-box .icon { position: absolute; left: 50%; top: -53px; transform: translate(-50%, 0); background: #232347; padding: 6px 19px; border-radius: 50%; transition: all 0.3s linear; } .contant-box .icon i { font-size: 50px; width: 50px; height: 50px; color: var(--white-color); transition: all 0.3s linear; } .contactSection .officeNumber { margin-bottom: 8px; } .contact-us-page iframe { border-radius: 5px; } .contant-box:hover { background-color: #232347; color: var(--white-color); } /* ===== contact-us CSS End ===== */ .cco-banner .img-box img { width: 100%; } .viewMoreDiv { text-align: right; padding-right: 15px; } .contact-details { padding-top: 15px; border-top: 2px solid var(--pink-color); } /*************Nav*************/ /* Initial state of .toggleMenu (hamburger icon) */ .toggleMenu { background-image: url("../images/hamberger-menu.svg"); background-size: cover; background-position: center; opacity: 1; /* Visible by default */ transition: opacity 0.5s ease;/* Smooth transition for opacity */ } .closemenu { display: none; } /* When the menu is open, set opacity to 0 for the hamburger menu and change background image */ .menuOpen .toggleMenu { opacity: 0; /* Initially hide the hamburger icon */ transition: opacity 0.5s ease;/* Smooth transition for opacity */ } .innerTemplate .menuClick img { filter: brightness(0) saturate(100%) invert(34%) sepia(45%) saturate(4899%) hue-rotate(333deg) brightness(90%) contrast(93%); } .toggleMenu.closeMenu { display: none !important; } .menuOpen .toggleMenu.closeMenu { display: block !important; } /* After 0.5 seconds, show the close icon */ .menuOpen .toggleMenu { background-image: url("https://14.143.90.241/MumbaiCustomsAirCargo/images/circle-close.png"); opacity: 1; /* Fade in the close icon */ transition-delay: 0.5s; /* Delay the appearance of the close icon */ filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5268%) hue-rotate(30deg) brightness(109%) contrast(102%); position: absolute; z-index: 99999; } .menuBar { display: inline-block; vertical-align: middle; position: relative; } .toggleMenu { width: 40px; display: block; text-align: right; height: 40px; padding: 0; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; } /* .menuOpen .toggleMenu { background-image: url('../images/circle-close.png'); } */ /* Initial state of the toggle button */ .closemenu { opacity: 0; transition: opacity 1s ease-in-out; background-image: none; position: absolute; z-index: 99999; } .menuOpen .closemenu { opacity: 1; background-image: url("https://14.143.90.241/MumbaiCustomsAirCargo/images/circle-close.png"); /* Set the background image */ transition-delay: 1s; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5268%) hue-rotate(30deg) brightness(109%) contrast(102%); } .toggleMenu.open { width: 40px; } .toggleMenu span { display: block; position: absolute; height: 2px; width: 100%; background: var(--white-color); border-radius: 9px; opacity: 1; right: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; } .toggleMenu span:nth-child(1) { top: 4px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } .toggleMenu span:nth-child(2) { top: 10px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 80%; } .toggleMenu span:nth-child(3) { top: 16px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; width: 60%; } .toggleMenu.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 2px; right: -8px; } .toggleMenu.open span:nth-child(2) { width: 0%; opacity: 0; } .toggleMenu.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 32px; right: -8px; width: 100%; } .toggleMenu:hover span:nth-child(1) { width: 60%; } .toggleMenu.open span:nth-child(1) { width: 100%; } .toggleMenu:hover span:nth-child(2) { width: 80%; } .toggleMenu:hover span:nth-child(3) { width: 100%; } a.toggleMenu.open span { background: var(--white-color); } /* a.toggleMenu.open { z-index: 9999; right: 0; top: 0; position: absolute; } */ .navigation__background { position: fixed; top: -6rem; right: -6rem; width: 6rem; height: 6rem; border-radius: 50%; background: rgba(0, 0, 0, 0.9); z-index: 99; transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); -webkit-transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); } .menuOpen .navigation__background { transform: scale(120); -webkit-transform: scale(120); } .menuOpen .navigation__background__globe { opacity: 1; visibility: visible; transform: translateY(0); -webkit-transform: translateY(0); } .navigation__nav { position: fixed; top: 0; right: 0; height: 100vh; width: 100%; z-index: 99; visibility: hidden; opacity: 0; transition: all 1000ms ease 0s; -webkit-transition: all 1000ms ease 0s; transform: translateY(-100%); -webkit-transform: translateY(-100%); } .menuOpen .navigation__nav { visibility: visible; opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); } .navWrap { position: fixed; left: 0; top: 0; width: 100%; bottom: 0; background: rgba(19, 14, 8, 0.98); z-index: -2; /*transform: translateX(100%); -webkit-transform: translateX(100%); */ opacity: 0; visibility: hidden; } #canvasNav { max-width: 70%; width: 100%; /*opacity:0; visibility:hidden; */ margin: 0 auto; position: relative; transform: translateY(-50%); -webkit-transform: translateY(-50%); top: 25%; } #canvasNav ul { margin: 0; padding: 0; list-style: none; width: 250px; } #canvasNav ul li { display: block; position: relative; } #canvasNav>ul>li { /*transform: translateY(50px); -webkit-transform: translateY(50px); transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; opacity:0; visibility:hidden; */ position: relative; } /*#canvasNav > ul > li:before { position: absolute; right: 58px; top: 50%; height: 8px; width: 8px; border-radius: 50%; background-color: #2b73f7; content: ""; margin-top: -4px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; z-index: 3; opacity: 0; transform: scale(0); -webkit-transform: scale(0); } */ /*#canvasNav li li.parent:before { position: absolute; right: 58px; top: 50%; height: 8px; width: 8px; border-radius: 50%; background-color: #2b73f7; content: ""; margin-top: -4px; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; z-index: 3; opacity: 0; transform: scale(0); -webkit-transform: scale(0); } */ #canvasNav>ul>li:hover:before, #canvasNav>ul>li.selected:before, #canvasNav li li.parent:hover:before { opacity: 1; transform: scale(1); -webkit-transform: scale(1); } #canvasNav li li.parent:before { top: 16px; margin: 0; } #canvasNav ul li a { font-size: 20px; color: var(--white-color); font-weight: 600; display: block; text-decoration: none; position: relative; padding: 3px 0 3px 0; } #canvasNav>ul>li>a:before, #canvasNav li li.parent>a:before { position: absolute; right: 0px; top: 50%; height: 1px; width: 0; background-color: var(--white-color); content: ""; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; visibility: hidden; opacity: 0; } #canvasNav li li.parent>a:before { left: 320px; top: 20px; } #canvasNav>ul>li>a:after, #canvasNav li li.parent>a:after { position: absolute; right: 0px; top: 50%; height: 12px; width: 12px; border-radius: 50%; background-color: var(--white-color); content: ""; margin-top: -6px; transition: all 600ms ease 0s; -webkit-transition: all 600ms ease 0s; visibility: hidden; opacity: 0; } #canvasNav li li.parent>a:after { top: 20px; } #canvasNav ul ul { position: absolute; left: 100%; top: 0; width: 380px; visibility: hidden; opacity: 0; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; margin-top: 20px; margin-left: 20px; } #canvasNav ul li:hover>ul { visibility: visible; opacity: 1; margin-top: 0; } #canvasNav ul ul:before { width: 1px; left: 0; top: 15px; bottom: 15px; content: ""; position: absolute; background-color: #2e2825; display: block; } #canvasNav li li a { padding: 2px 80px 0px 20px; position: relative; font-size: 18px; } #canvasNav li li a:before { width: 1px; left: 0; top: 10px; bottom: 10px; content: ""; position: absolute; background-color: var(--white-color); transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; transform: scale(0); -webkit-transform: scale(0); opacity: 0; visibility: hidden; } #canvasNav li li a:hover:before, #canvasNav li li:hover>a:before { transform: scale(1); -webkit-transform: scale(1); opacity: 1; visibility: visible; } #canvasNav li li a:hover { color: var(--white-color); } .navWrap, .navWrap:before, #canvasNav { transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; } .menuOpen .navWrap { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; visibility: visible; z-index: 2; } .navWrap.active:before { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; visibility: visible; } #canvasNav>ul>li.selected>ul { visibility: visible; opacity: 1; margin-top: 0; } /*#canvasNav > ul > li.selected > a:before { width: 55px; visibility: visible; opacity: 1; } */ /*#canvasNav > ul > li.selected > a:after { visibility: visible; opacity: 1; transform: scale(1.3); -webkit-transform: scale(1.3); } */ /*#canvasNav > ul > li.selected > a { color: #fff; } */ #canvasNav .menuIcon { display: none; } #canvasNav>ul>li:hover>a:before, #canvasNav>ul>li>a.active:before, #canvasNav li li.parent:hover>a:before { width: 55px; visibility: visible; opacity: 1; } #canvasNav>ul>li:hover>a:after, #canvasNav>ul>li>a.active:after, #canvasNav li li.parent:hover>a:after { visibility: visible; opacity: 1; transform: scale(1.3); -webkit-transform: scale(1.3); } #canvasNav>ul>li:hover>a, #canvasNav ul li a.active, #canvasNav>ul>li>ul>li:hover>a, #canvasNav ul li a.active { color: var(--white-color); } /*.openmenu { filter: brightness(0) saturate(100%) invert(34%) sepia(45%) saturate(4899%) hue-rotate(333deg) brightness(90%) contrast(93%);}*/ /*about us css start*/ .listingBox { background-color: var(--white-color); padding: 20px 35px; border-radius: 8px; color: var(--pink-color); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); text-align: center; width: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; font-size: 22px; flex-direction: column; display: flex; height: 100%; justify-content: center; align-items: center; border-bottom: 3px solid var(--pink-color); transition: all 0.3s linear; font-weight: 500; } .listingBox a { font-size: 1em; line-height: 1.2; color: var(--pink-color); font-weight: 600; } .listingBox:hover { transform: translateY(-10px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); border-bottom: 2px solid var(--pink-color); border-bottom-width: 0; } /*about us css End*/ /* ===== Grievance Redressal css start ===== */ /*.grievance-redressal-page .gcontant-box { background-color: var(--white-color); box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); text-align: center; padding: 20px; padding-top: 20px; border-radius: 8px; min-height: 281px; margin-bottom: 25px; padding-top: 99px; transition: all 0.3s linear; overflow: hidden; }*/ .grievance-redressal-page .gcontant-box { background-color: var(--white-color); box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); text-align: center; padding: 20px; border-radius: 8px; min-height: 331px; margin-bottom: 25px; padding-top: 99px; transition: all 0.3s linear; overflow: hidden; } .card.gcontant-box.minhight { min-height: 269px; } .grievance-redressal-page .gcontant-box h3 { color: #232347; font-weight: 600; margin-bottom: 0; font-size: 24px; } .grievance-redressal-page .gcontant-box h5 { color: #BD1F31; font-weight: 600; } .grievance-redressal-page .gcontant-box { padding: 0; } .grievance-redressal-page .card-body p { text-align: start; } .grievance-redressal-page .gcontant-box { text-align: left; } .grievance-redressal-page p { margin-bottom: 5px; display: flex; } .grievance-redressal-page .card-header { padding: .75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, .03); border-bottom: 1px solid rgba(0, 0, 0, .125); background-color: rgba(0, 0, 187, 0.11); } .grievance-redressal-page .gcontant-box i { color: #BD1F31; margin-right: 10px; } /* ===== Grievance Redressal css End ===== */ /*history css start*/ .sectionBackground::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../images/scrollingSection_bg.png); background-size: cover; z-index: -1; /* background: transparent url(../images/scrollingSection_bg.png) 0% 0% no-repeat padding-box; */ background-color: var(--blue-color); } .history { margin-bottom: 60px; } .ship-img { padding-top: 70px; } .history-2 .rightSection { margin-bottom: 70px; } .history-2 .rightSection p { color: var(--white-color); line-height: 22px; } /*.leftSection img { border-radius: 8px; } */ /*history css End*/ /*trade-facilitation-measures-export-page Css Start*/ .trade-facilitation-measures-export-page h4 { color: #BD1F31; } .trade-facilitation-measures-export-page .item { background-color: #232347; margin-bottom: 10px; color: var(--white-color); text-align: center; padding: 16px 0; border-radius: 8px; transition: all 0.3s linear; } .trade-facilitation-measures-export-page .item:hover { background-color: #BD1F31; } .trade-facilitation-measures-export-page .item span { font-size: 20px; font-weight: 600; } /*.trade-facilitation-measures-page .rightSection img { border: 3px solid #868181; }*/ /*trade-facilitation-measures-export-page Css End*/ .megaMenus { display: none } .megaMenus { position: absolute; right: 30px; background: var(--white-color); z-index: 99; margin: 0 auto; transform: translate(-50%, 0%); width: 100%; top: 90px; padding: 30px; border-radius: 8px; border-top: 3px solid #BD1F31; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); left: 50%; width: calc(100% - 30px); } .stickyHeader .megaMenus { top: 77px; } .header-right .header-right-list .megaMenus li li { display: block; margin-right: 0px; margin-bottom: 10px; } .header-right .header-right-list .megaMenus li li a { padding: 0px; } .HorizontalMenu .MenuLi>a { color: #232347; font-weight: 600; margin-bottom: 10px; display: block; } .menuSubUl a { padding: 5px 10px 5px 22px; color: #232347; display: block; } .menuSubUl a:hover { color: #cc3156; } .megaMenus>ul { display: flex; justify-content: space-between; } .megaMenus li.dropdown-header { margin-bottom: 10px; } .HorizontalMenu .MenuLi { padding-right: 5px; margin-right: 15px; height: 100%; border-right: 1px solid #e5e5e5; margin-right: 0px !important; } .menuSubUl li { position: relative; margin-bottom: 5px; } .menuSubUl li:before { background: url("../../../images/bullet-arrow.png") no-repeat; content: ""; width: 16px; height: 16px; left: 0; top: 9px; position: absolute; display: none; } .menuListingBox li.dropdown-header:before { display: none; } /* ===== trade-facilitation-measures-page Css Start ===== */ .header-right .header-right-list .mega-dropdown-menu li { margin-right: 0; } .news-date span img { padding-right: 7px; } /********Module Search***********/ .moduleSearch { border-radius: 8px; border: 1px solid #dadada; background: #f1f2f2; padding: 15px; margin-bottom: 20px; width: 100%; } .moduleSearch li { float: left; width: 25%; list-style: none; padding-right: 15px; } .moduleSearch li:last-child { width: auto; } .moduleSearch li label, .moduleSearch li .label { padding: 0 15px 5px 3px; display: block; vertical-align: middle; font-size: 15px; } .moduleSearch li .inputCol { position: relative; vertical-align: middle; } .moduleSearch li .inputCol .note { position: absolute; left: 0; bottom: 0; } .moduleSearch li .btnSearchReset { margin-top: 36px; } .moduleSearch li input[type="text"], .moduleSearch li .customSelectOuter { width: 100%; background: var(--white-color); border: 1px solid #e5e5e5; font-size: 1em; } .moduleSearch li .customSelectOuter { cursor: pointer; border-radius: 5px; } .moduleSearch li .customSelect { height: 40px !important; line-height: 18px; font-size: 13px; border-width: 0; } .moduleSearch li .btnSearchReset input { line-height: 38px; padding: 0 15px; } .cf::after, .container::after, .row::after, ul::after, .boxs::after, .radioList::after { clear: both; } .moduleSearchOuter { display: flex; } input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], textarea { border: 1px solid #e5e5e5; width: 100%; height: 40px; padding: 5px 10px; background-color: var(--white-color); border-radius: 8px; } select { border: 1px solid #e5e5e5; width: 100%; height: 40px; padding: 5px 10px; background-color: var(--white-color); border-radius: 8px; appearance: none; background: var(--white-color) url(../../../images/down-chevron.png) 98% center no-repeat !important; } input[type="submit"], input[type="reset"], .button { background-color: var(--pink-color); color: var(--white-color); border: 1px solid var(--pink-color); transition: all 0.3s ease-out; } input[type="submit"]:hover, input[type="reset"]:hover, .button:hover, :not(.btn-check)+.btn:active, input[type="submit"]:focus, input[type="reset"]:focus, .button:focus { background-color: var(--blue-color); color: var(--white-color); border: 1px solid var(--blue-color); } .moduleSearchOuter #btnSearch { border: 2px solid var(--pink-color); } .moduleSearchOuter #btnReset { background-color: var(--white-color); color: #404346; box-shadow: none; border: none; border: 2px solid #dfdcdc; margin-left: 10px; } .public-notice-page .btn:hover { color: #fff; background-color: #232347 !important; } .btn:hover { color: #fff; background-color: #232347 !important; } .public-notice-page .form-select { display: block; width: 100%; padding: .375rem 2.25rem .375rem .75rem; -moz-padding-start: calc(0.75rem - 3px); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: var(--white-color); background-image: url(../../../../images/down-arrow.png); background-repeat: no-repeat; background-position: right .75rem center; background-size: 24px; border: 1px solid #ced4da; border-radius: .375rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } /*module search end*/ /* ===== Customs Manual inner Page css start ===== */ .availableFacilitiesTabs { margin-bottom: 15px; } .availableFacilitiesTabs a { text-decoration: none; padding: 15px; margin-bottom: 15px; color: #393939; font-size: 22px; font-weight: 500; min-height: 80px; border-radius: 8px; align-items: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); border: 3px solid var(--white-color); text-align: center; width: 100%; display: grid; } .availableFacilitiesTabs a:hover { text-decoration: none; } .availableFacilitiesTabs .col-lg-4.col-md-6 { width: 100%; display: flex; flex-wrap: wrap; } .yellowBoxBg { background: #ffed92; } .lightSkyBlue { background: #b5e3ff; } .deepSkyBlue { background: #FFE6BE; } .fileSize { font-size: 15px; font-weight: normal; font-style: italic; color:#707070; } .availableFacilitiesTabs .pdfIcon img { width: 15px; } /* ===== Customs Manual inner Page css End ===== */ /* ===== Allied Acts inner Page css start ===== */ .allied-act-wrapper { margin-bottom: 50px; } .allied-act-wrapper h3 { font-weight: 600; } .allied-act-wrapper img { background: var(--white-color); padding: 10px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); border-radius: 15px; } .allied-act-wrapper p { text-align: justify; line-height: 24px; } .allied-act-wrapper p:last-child { margin: 0; } .allied-act-wrapper .fluid-image { max-width: 100%; width: 100%; height: auto; } .bulletText li a { color: #232347; } .pdfIcon { vertical-align: baseline; padding-left: 5px; margin-right: 5px; } .alliedSection:not(:last-child) { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #ccc; } .officersInfo { padding: 10px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); border-radius: 15px; } .officersInfo p:not(:last-child) { border-bottom: 1px solid #f2f2f2; } .officersInfo .officerLabel { display: block; font-size: 18px; font-weight: 600; color: #232347; } .officersInfo .officerDetail { font-size: 18px; color: #c53056; font-weight: 400; } .officersInfo p { background: var(--white-color); padding: 10px; margin-bottom: 5px; } .officersInfo p:last-child { margin: 0; } .fluid-image { max-width: 100%; width: 100%; height: auto; } .aboutAirIndia img { border-radius: 25px; padding: 10px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); background: var(--white-color); } /* ===== Allied Acts inner Page css End ===== */ /* ===== budget inner Page css start ===== */ .budgetBox { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); padding: 25px 15px; text-align: center; margin-bottom: 30px; border-radius: 7px; background: #f4f4f4; border: 5px solid var(--white-color); } .budgetBox .imgHolder { margin-bottom: 15px; } .budgetBox .imgHolder img { width: 37%; } .budgetBox .budgetLink a { color: #BD1F31; ; display: block; font-size: 20px; font-weight: 600; margin-bottom: 5px; } .budgetBox .budgetLink a:hover { color: #393939; } /* ===== budget inner Page css End ===== */ /* ===== Trade Partners inner Page css start ===== */ .availableFacilitiesTabs a { transition: 350ms ease; -webkit-transition: 350ms ease; } .availableFacilitiesTabs a:hover { background: var(--white-color); } .greenBoxBg { background: #c4ffd5; } .brownBoxBg { background: #fcd08e; } .pingBoxBg { background: #ffbeb4; } .stateBlue { background: #ceC6ff; } .darkMagenta { background: #fcf; } /* ===== Trade Partners inner Page css End /*MIAL inner page add below style in common table start css ===== */ .availableFacilitiesTabs .table a, table a { color: #C52033; } .availableFacilitiesTabs .table a:hover, table a:hover { color: #232347; } /*MIAL inner page add below style in common table End css*/ .profile-section .img-rounded img { border-radius: 8px; } /**About CMC Style Start**/ .otherChargesWrap .card { margin-bottom: 30px; text-align: center; border: 1px solid #e6e6e6; } .otherChargesWrap .card .card-body { padding: 15px; background: #f4f4f4; } .otherChargesInfo .otherChargesLabel { display: block; margin-bottom: 5px; font-size: 18px; font-weight: 600; color: var(--white-color); background: #484880; padding: 10px; border-radius: 8px; } .otherChargesInfo .otherChargesDetail { display: block; color: #cc3156; font-size: 16px; padding: 10px; background: var(--white-color); border-radius: 8px; font-weight: 500; } /**About CMC Style End**/ /****************Feedback Form****************/ .mandatory, .asterix, .error, .red { color: #e90000; } .feedbackForm { max-width: 100%; width: 100%; padding: 25px; margin: 0 auto; box-shadow: 0 0 46px rgba(0, 0, 0, 0.1); border-radius: 8px; background:#fff; } .fieldsRequired { text-align: right; font-size: 15px !important; } .feedbackForm ul { padding: 0; margin: 0 -10px; } .feedbackForm ul li { float: left; list-style: outside none none; width: 100%; } .feedbackForm .fieldCol { float: left; margin: 0; padding: 0 10px; width: 33.33%; } .feedbackForm .fieldTowCol { width: 50%; } .feedbackForm .fieldInput { margin-bottom: 25px; position: relative; } .feedbackForm .error { position: absolute; left: 0; background: #ff0000; color: var(--white-color); border-radius: 3px; padding: 1px 10px; font-size: 13px; z-index: 1; bottom: -28px; } .feedbackForm .error:after { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f00; position: absolute; content: ""; left: 15px; top: -6px; } .feedbackForm .fieldCol.fieldColWide { width: 100%; } .feedbackForm select { font-size: 1em; background: none !important; } .feedbackForm input[type="text"], .feedbackForm input[type="email"], .feedbackForm input[type="tel"], .feedbackForm input[type="number"], .feedbackForm input[type="url"], .feedbackForm input[type="password"], .feedbackForm input[type="search"], .feedbackForm select, .feedbackForm textarea { background: var(--white-color); } .successMsg { text-transform: uppercase; word-spacing: 5px; letter-spacing: 1px; color: #219393; font-size: 20px; text-align: center; border: 1px solid #ccc; padding: 50px 10px 50px 10px; font-weight: 500; } .feedbackForm .feedbackButtton { margin-top: 30px; } label { font-size: 1.0625em; } .feedbackColRow .label { display: block; padding-bottom: 5px; } .feedbackColRow .customSelectWrap:before { top: 4px; } .feedbackColRow .textarea122 { height: 40px; } .feedbackColRow .Formfield { margin-bottom: 25px; } .captchaImg img { height: 40px; border: 1px solid #7b7b7b; } .fa.fa-refresh { color: var(--pink-color); } .captchaBox { padding-right: 150px; } .captchaImgBox { position: absolute; right: 0; top: 0; } .captchaImgBox .captchaImg, .captchaImgBox .refreshCaptcha { display: inline-block; vertical-align: middle; } #btnSubmitFb { background-color: var(--pink-color); font-size: var(--Font-16); padding: 10px 14px; display: inline-block; border-radius: 4px; line-height: 1; transition: .3s all; } #btnSubmitFb:hover { background-color: var(--white-color); color: var(--pink-color); border: 1px solid var(--pink-color); } /*Feedback Form End*/ /**********Sitemap**********/ .sitemap { padding: 0 0 0 30px; margin: 0; position: relative; } .sitemap:before { position: absolute; top: 0; bottom: 0; content: ""; width: 3px; background-color: var(--pink-color); display: block; left: 0; } .sitemap:after { content: ""; height: 11px; left: -4px; position: absolute; bottom: 0; width: 11px; background: var(--pink-color); border-radius: 50%; } .sitemap ul { margin: 0; padding: 0; list-style: none; } .sitemap ul li { margin-bottom: 10px; } .sitemap ul li a.menuFirstNode.menuParent, .sitemap ul li a.menuFirstNode, .sitemap ul li a.menuExt { color: var(--black-solid); font-size: 1.063em; line-height: 25px; text-decoration: none; padding: 7px 20px; transition: 500ms all; background: #c5c5c8; border: 1px solid #f1f1f1; display: inline-block; margin-left: 0; position: relative; border-radius: 6px; } .sitemap ul li a.menuFirstNode.menuParent:hover, .sitemap ul li a.menuFirstNode:hover, .sitemap ul li a.menuExt:hover { background-color: #e04054; color: var(--white-color); border-color: #e04054; padding-left: 25px; } .sitemap ul li a.menuFirstNode.menuParent:before { position: absolute; left: -30px; top: 50%; margin-top: -1px; content: ""; background-color: var(--pink-color); width: 29px; height: 2px; } .sitemap ul li a.menuFirstNode, .sitemap ul li a.menuExt { transition: 500ms all; background: var(--white-color); padding: 5px 10px; margin-left: 30px; font-size: 1.000em; } .sitemap ul li a.menuFirstNode:hover, .sitemap ul li a.menuExt:hover { padding-left: 15px; background-color: #f1f1f1; border-color: #f1f1f1; color: var(--black-solid); } .grayBox { padding: 25px; border-radius: 20px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); background: var(--white-color); } .moduleSearch li .btnSearchReset .button, .moduleSearch li .btnSearchReset .cancelBtn { border-radius: 8px; } /*Forms page Start*/ .forms-page { transition: all 0.3s linear; } .forms-page h3 { margin-bottom: 30px; } .forms-page .accordion-button { width: 100%; text-align: left; border-radius: 6px 6px 0 0; padding: 10px 10px; font-size: 20px; transition: all 0.3s linear; outline: none; } .forms-page .accordion-button.collapsed { background-color: #2323470f; border-radius: 6px 6px 6px 6px; color: var(--blue-color); margin-bottom: 5px; } .forms-page .accordion-body { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); padding: 20px 20px; margin-bottom: 25px; border-radius: 0px 0px 10px 10px; } .forms-page .accordion-body ul li a, .defaulters-of-customs-page ul li a { color: #232347; transition: all 0.3s linear; } .forms-page .accordion-body ul li:hover a, .defaulters-of-customs-page ul li:hover a { color: var(--pink-color); } /*.forms-page .accordion-button::after { background-image: url("../../../images/add.png"); background-size: cover; background-position: center center; background-repeat: no-repeat; height: 100%; width:100%; transition: all 0.5s; } .forms-page .accordion-button:not(.collapsed)::after { background-image: url("../../../images/minus.png"); background-size: cover; background-position: center center; background-repeat: no-repeat; height: 100%; width:100%; } .forms-page .accordion-button::after { transition: all 0.5s; }*/ .accordion-body a { color: var(--blue-color) !important; } /*Forms page End*/ /*Useful Links Style Start*/ .usefulLinksWrap { margin-bottom: 25px; } .usefulLinksWrap .row { justify-content: center; text-align: center; } .usefulLinksWrap .row .usefulLinksBox a { padding: 20px; display: block; width: 100%; border-radius: 8px; font-size: 16px; text-transform: uppercase; font-weight: 600; color: #484880; background: #e5e5e5; margin-bottom: 20px; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;/*border: 1px solid #ccdde7;*/ } .usefulLinksWrap .row .usefulLinksBox a:hover { background: #484880; color: var(--white-color); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } .usefulLinksWrap .row .col-md-6 { display: flex; } .usefulLinksWrap .row .col-md-6 .usefulLinksBox, .usefulLinksWrap .row .col-lg-4 .usefulLinksBox { width: 100%; flex-wrap: wrap; display: flex; } .usefulLinksWrap .row .usefulLinksBox a span { display: block; width: 100%; margin-bottom: 10px; background: var(--white-color); padding: 10px; border-radius: 5px; } .usefulLinksWrap .row .usefulLinksBox a span img { height: 70px; } /*Useful Links Style End*/ /**CHA Corner Style Start**/ .chaCornerImg { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); padding: 5px; text-align: center; border-radius: 7px; border: 5px solid var(--white-color); } /**CHA Corner Style End**/ /*.MenuLi2 .menuSubUl > li:first-child { font-weight: 600; }*/ .MenuLiLast { border: none !important; } /**Role of Custodion Style Start**/ .roleCustodion { text-align: justify; } .roleCustodionContent.contentBgFirst { background: #232347; color: #ddf; padding: 35px; border-radius: 8px; margin-bottom: 25px; font-size: 18px; line-height: 29px; } .roleCustodionContent.contentBgSecond { background: #484880; color: #ddf; padding: 35px; border-radius: 8px; margin-bottom: 25px; font-size: 18px; line-height: 29px; } .roleCustodionImage { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); padding: 5px; text-align: center; border-radius: 7px; background: var(--white-color); } /**Role of Custodion Style End**/ /**From Commissioner Desk Section Style start**/ .from-commissioner-desk-section { background-color: #efeff7; padding: 40px; border-radius: 8px; margin-top: 70px; } .from-commissioner-desk-section img { border-radius: 8px; } .from-commissioner-desk-section .continent_box .title_text { margin-bottom: 10px; } .from-commissioner-desk-section .continent_box .title_text span { color: var(--pink); font-weight: 600; font-size: 18px; } .from-commissioner-desk-section .continent_box .title_main_text h3 { font-size: 36px; font-weight: 600; color: #323232; } .from-commissioner-desk-section .continent_box .title_main_text p { font-size: 18px; color: #323232; } .from-commissioner-desk-section .continent_box .person_name { margin-bottom: 8px; } .from-commissioner-desk-section .continent_box .person_name h4 { color: #232347; font-weight: 600; } .from-commissioner-desk-section .commissioner-img img { margin-top: -86px; } /**From Commissioner Desk Section Style End**/ /** CCO icon Section Start**/ .cco-icon-box { margin: 60px 0; } .cco-icon-box ul { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .cco-icon-box ul li { background-color: var(--black-solid); box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); background: var(--white-color); border-radius: 8px; width: 251px; min-height: 269px; padding: 26px 18px 34px 18px; position: relative; display: flex; justify-content: center; } .cco-icon-box ul li a { display: flex; flex-direction: column; align-items: center; justify-content: start; text-align: center; } .cco-icon-box ul li a span { font-weight: 600; font-size: 18px; color: #232347; } .cco-icon-box ul li a .img-container { background-color: #2323470F; padding: 25px 26px; border-radius: 60px; margin-bottom: 22px; } .cco-icon-box ul li::after { content: ""; position: absolute; bottom: -6px; border-radius: 8px; transition: all 0.3s ease; z-index: -1; width: 0px; background-color: #232347; height: 24px; transition: all 0.3s linear; } .cco-icon-box ul li:hover::after { width: 80%; } .cco-icon-box ul li::before { content: ""; position: absolute; bottom: -6px; border-radius: 8px; transition: all 0.3s ease; z-index: -1; width: 80%; background-color: #CC3156; height: 24px; transition: all 0.3s linear; } /** CCO icon Section End**/ .trade-facilitation-text { background-color: #EFEFF7; margin-left: -55px; padding: 50px 56px; border-radius: 0px 10px 10px 0px; font-size: 18px; } .trade-facilitation-measures .trade-facilitation-text h3 { font-size: 36px; font-weight: 600; margin-bottom: 20px; } .trade-facilitation-text p { margin-bottom: 30px; } .trade-facilitation-text span { background-color: #232347; padding: 10px 18px; border-radius: 4px; transition: all 0.3s linear; } .trade-facilitation-text span:hover { background-color: #BD1F31; } .trade-facilitation-text span:hover a { color: var(--white-color); } /*New Pagination Style Start*/ #PagingUserStandingOrderList { margin-top: 65px; } .page-item.active .page-link { z-index: 1; color: var(--white-color)!important; background-color: #BD1F31 !important; border-color: #232347 !important; border-radius: 3px; } .pagination li.page-item a.page-link { border: 1px solid #272c4c; border-radius: 3px; font-size: 17px; color: #272c4c; font-weight: 400; padding: 4px 7px; line-height: 1; background: var(--white-color); min-width: 30px; min-height: 30px; text-align: center; cursor: pointer; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; text-decoration: none; } .page-link:hover { background: #FFD900; color: #272c4c; border-color: #FFD900; font-weight: 400 !important; border-radius: 3px; } .pagination li.page-item a:hover { background: #BD1F31; border-color: #BD1F31; color: var(--white-color); } .pagination li.PagedList-pageCountAndLocation { justify-content: start; order: -1; flex: 1; } .pagination li.page-item, .pagination li.page-link { height: 2rem; width: auto; display: flex; align-items: center; padding: 0; } .pagination li.page-item .page-link { padding: 0.3rem 0.75rem; } #PagingUserRTIDocList .pagination { margin-top: 65px; } /*New Pagination Style End*/ /*Airport Customs RTI/CPIO/Grievance Style Start*/ .airport-customs-rti h3 { margin-bottom: 0; } .airport-customs-rti h3 a { color: #232347; } .grievance-color { color: #232347; font-weight: 600; } .grievance-danger-color { color: red; } /*Airport Customs RTI/CPIO/Grievance Style End*/ /*export-department CSS Starts Here*/ .jumplink-page { position: relative; } .jumplink-page .container .content-div { padding: 0; margin :0 auto !important; } /*.jumplink-page .container { padding: 0; margin: 0 auto !important; }*/ .jumplink-page .grayBox { margin-bottom: 30px !important; } .jumplink-page .whiteBox .bulletText:last-child { margin-bottom: 0; } .left-sidebar-list { max-height: 800px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; } .left-sidebar-list::-webkit-scrollbar { display: none; } .jumplink-page .left-sidebar { position: sticky; top: 120px; margin-top: 15px; background: rgba(255, 255, 255, 0.50); border-radius: 16px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); backdrop-filter: blur(9.3px); -webkit-backdrop-filter: blur(9.3px);/* border: 1px solid rgba(255, 255, 255, 0.3); */ } .content-div { display: block; overflow: hidden; padding: 15px 10px 10px 10px; } .left-title { display: none; padding: 15px; color: #BD1F31; /* background: var(--pink-color); */ border-radius: 8px 8px 0px 0px; background: rgba(223, 55, 76, 0.14); box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); backdrop-filter: blur(9.9px); -webkit-backdrop-filter: blur(9.9px); border: 1px solid rgba(223, 55, 76, 0.3); border-left-width: 1px; border-left-style: solid; border-left-color: rgba(223, 55, 76, 0.3); } .left-title h3 { margin: 0; font-size: 24px; color: var(--pink-color); } .left-sidebar-list { list-style: none; margin: 0 0 10px; padding: 0; box-shadow: 0 0px 15px rgba(0 0 0 / 10%); border-radius: 0px 0px 8px 8px; } .left-sidebar-list ul { padding: 0; } .left-sidebar-list li { font-size: 16px; list-style: none; } .hindisite .left-sidebar-list li { font-size: 1.1em; } .left-sidebar-list li a { color: #09203b; text-decoration: none; padding: 10px 25px 10px 34px; display: block } .left-sidebar-list li a:hover { color: var(--pink-color); } .grayBox { padding: 25px; border-radius: 8px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); background: var(--white-color); margin-bottom: 30px; } .grayBox .grayBox { border: 1px solid #dedede; } .imgDiv { text-align:center; } .imgDiv img { width: 60%; } .content-div h3 { color: var(--bs-heading-color); font-weight: 600; } .jumplink-page div:target h3 { background: var(--blue-color) !important; color: var(--white-color); padding: 10px; border-radius: 7px; display: block; } .jumplink-page .whiteBox:target { padding-top: 10px; } .jumplink-page .left-sidebar .bulletText li { background: url("../../../images/bullet-arrow.png") no-repeat 10px 14px; padding-left: 0px; list-style: none; margin-bottom: 0; } /*#jump1, #jump2, #jump3, #jump4, #jump5, #jump6, #jump7, #jump8, #jump9, #jump10, #jump11, #jump12, #jump13, #jump14, #jump15, #jump16, #jump17, #jump18, #jump19, #jump20, #jump21, #jump22, #jump23, #jump24, #jump25, #jump26, #jump27, #jump28, #jump29, #jump30, #jump01, #jump02, #jump03, #jump04, #jump05, #jump06, #jump07, #jump08, #jump09, #jump010, #jump011, #jump012, #jump013, #jump014, #jump015, #jump016, #jump017, #jump018, #jump019, #jump020, #keyFeatures, #keyFacilities, #operationalExcellence, #aboutMial, #achievements, #keuContacts, #edp, #edp1, #edp2, #edp3, #edp4, #edp5, #edp6, #edp7, #edp8, #edp9, #edp10, #edp11, #edp12, #edp13, #edp14, #edp15, #edp16, #edp17, #edp18, #edp19, #edp20 { padding-top: 120px; margin-top: -120px; }*/ #jump1, #jump2, #jump3, #jump4, #jump5, #jump6, #jump7, #jump8, #jump9, #jump10, #jump11, #jump12, #jump13, #jump14, #jump15, #jump16, #jump17, #jump18, #jump19, #jump20, #jump01, #jump02, #jump03, #jump04, #jump05, #jump06, #jump07, #jump08, #jump09, #jump010, #jump011, #jump012, #jump013, #jump014, #jump015, #jump016, #jump017, #jump018, #jump019, #jump020, #tile, #tile1, #tile2, #tile3, #tile4, #tile5, #tile6, #tile7, #tile8, #tile9, #tile10, #tile11, #tile12, #tile13, #tile14, #tile15, #tile16, #tile17, #tile18, #tile19, #tile20, #keyFeatures, #keyFacilities, #operationalExcellence, #aboutMial, #achievements, #keuContacts, #edp, #edp1, #edp2, #edp3, #edp4, #edp5, #edp6, #edp7, #edp8, #edp9, #edp10, #edp11, #edp12, #edp13, #edp14, #edp15, #edp16, #edp17, #edp18, #edp19, #edp20 { padding-top: 120px; margin-top: -120px; } .ccm span { font-size: 22px; } #commonTabbing { margin-bottom: 15px; } .commonTab .nav-item .nav-link { font-size: 24px; color: #323232 !important; } .commonTab .nav-item .nav-link.active { border-radius: 8px 8px 0px 0px; background: rgba(223, 55, 76, 0.14); box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); backdrop-filter: blur(9.9px); -webkit-backdrop-filter: blur(9.9px); border: 1px solid rgba(223, 55, 76, 0.3); border-left-width: 1px; border-left-style: solid; border-left-color: rgba(223, 55, 76, 0.3); border-left-width: 1px; border-left-style: solid; border-left-color: rgba(223, 55, 76, 0.3); } .genralTab .nav { margin-bottom: 25px; border: none; } .genralTab .nav-tabs .nav-link { border: none !important; outline: none; transition: all 0.3s linear; } .genralTab .nav-item { position: relative } .genralTab .nav-item:after { content: ""; position: absolute; background: #E4E4E4; width: 2px; height: 70%; right: 0; top: 8px; } .genralTab .nav-item:last-child:after { background: none; } .genralTab button { background: none; color: #323232; cursor: pointer; font-size: 34px; } .genralTab .nav-tabs .nav-link.active { color: #323232 !important; font-weight: 600; } /*export-trade-facilitation-measures start*/ .export-trade-facilitation-measures .facilitation-listView .items, .facilitation-listView .items, .our-commitment-section .items { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); display: flex; justify-content: start; align-items: center; gap: 15px; padding: 10px 20px; min-height: 73px; margin-bottom: 23px; border-radius: 8px; color: #232347; font-size: 18px; border: 1px solid #eae4e4; font-weight: 600; transition: all 0.3s linear; } .export-trade-facilitation-measures .facilitation-listView .items:hover, .facilitation-listView .items:hover { background-color: #232347; color: var(--white-color); } .export-trade-facilitation-measures .facilitation-listView .items .img-container, .facilitation-listView .items .img-container, .our-commitment-section .items .img-container { background-color: #232347; padding: 10px; border-radius: 8px; transition: all 0.3s linear; } .export-trade-facilitation-measures .facilitation-listView .items:hover .img-container, .facilitation-listView .items:hover .img-container { background-color: var(--white-color); } .export-trade-facilitation-measures .facilitation-listView .items img, .facilitation-listView .items img, .our-commitment-section .items img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(345deg) brightness(117%) contrast(101%); transition: all 0.3s linear; } .export-trade-facilitation-measures .facilitation-listView .items:hover img, .facilitation-listView .items:hover img { filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(3682%) hue-rotate(202deg) brightness(90%) contrast(94%); } .horizontalTab .nav-item button { width: 100%; display: flex; background: none; color: #09203b; cursor: pointer; padding: 13px; font-size: 18px; text-align: left; font-weight: 600; } .horizontalTab ul li, .horizontalTab p, .horizontalTab table th, .horizontalTab table td, .airportCustomsRti p, .airportCustomsRti ul li, .airportCustomsRti table th, .airportCustomsRti table td, .export-list-of-officer p, .export-list-of-officer table th, .export-list-of-officer table td, .export-department p, .export-department ul li, .export-trade-facilitation-measures ul li, .export-trade-facilitation-measures span, .defaulters-of-customs-page a, .citizens-charter-page p, .citizens-charter-page ul li, .forms-page ul li, .forms-page ul li a { font-size: 18px; } .horizontalTab p, .airportCustomsRti p, .export-list-of-officer p, .export-department p, .export-procedure p, .citizens-charter-page p { text-align: justify; } .airportCustomsRti .tableData th:first-child, .airportCustomsRti .tableData td:first-child, .export-list-of-officer .tableData th:first-child, .export-list-of-officer .tableData td:first-child, .advisory td:first-child, #advisory th:first-child, #divSOList td:first-child, .advisory .tableData th:first-child { text-align: center !important; } /* .citizens-charter-page ul li {margin-left: 10px;} */ .horizontalTab .nav-tabs { background: var(--white-color); box-shadow: 0 0px 15px rgba(0 0 0 / 10%); border-radius: 7px; overflow: hidden; } .horizontalTab .nav-tabs .nav-item { background: var(--white-color); color: #09203b; font-weight: 600; } .horizontalTab .nav-tabs .nav-item:not(:last-child) { border-bottom: 2px solid #e8e8e8; } .horizontalTab .nav-tabs .nav-link { border-radius: 0px !important; border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; } .horizontalTab .nav-tabs .nav-link.active { color: var(--white-color) !important; font-weight: 600; padding-left: 10px; background: #BD1F31; border: none; border-radius: 0 !important; } .accordion-button:not(.collapsed):after { content: "\F2E6"; color: #BD1F31; background: none; transform: inherit; font-weight: normal; } .accordion-button { position: relative; cursor: pointer; font-size: 17px } /*.accordion-button::after {flex-shrink: 0;width: 16px;height: 16px;margin-left: auto;content: "";background: url("../../../images/arrow-point-to-right.png");background-repeat: no-repeat;background-size: 16px;transition: transform .2s ease-in-out !important;filter: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(4092%) hue-rotate(203deg) brightness(96%) contrast(94%);position: absolute;right: 30px;top: 13px;} */ .accordion-button::after { color: #B8B8B8; width: 30px; height: 30px; margin-left: auto; content: "\f4fa"; transition: transform .2s ease-in-out !important; position: absolute; right: 14px; top: 10px; font-family: bootstrap-icons !important; font-size: 24px; background: none; } /*Standing Order/Public Notice/Office Circulars start*/ .standing-public-page .cco-icon-box .cco-lists ul li+li { margin-left: 30px; } /*ATA Carnet Css start*/ .ata-carnet-section p { margin-bottom: 20px; } .ata-carnet-section span { background-color: #232347; padding: 10px 18px; border-radius: 4px; transition: all 0.3s linear; } .guideliness-section h6 { font-weight: bold; color: #232347; font-size: 18px; margin: 15px 0; } /*arrival-passenger-page star*/ .arrival-passenger-page span.mybtn { background-color: #232347; padding: 8px 11px; border-radius: 5px; transition: all 0.3s linear; } .arrival-passenger-page span.mybtn a { color: var(--white-color); transition: all 0.3s linear; } .arrival-passenger-page span.mybtn:hover { background-color: #BD1F31; color: var(--white-color); } .arrival-passenger-page span.mybtn:hover a { color: var(--white-color); } a:not([href]):not([tabindex]) { color: var(--blue-color) !important; } footer a:not([href]):not([tabindex]) { color: var(--white-color) !important; cursor: pointer; } .amountIn { color: var(--blue-color); font-weight: 450; } #divSOList .tableOut table tr td:nth-child(5) { text-align: left !important; } .cancelBtn { cursor: pointer !important; } .button { cursor: pointer !important; } #accessControls input { cursor: pointer; } /********* Mobile Nav *********/ .mobileNav { position: fixed; right: 0; top: 0; width: 45%; height: 100%; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); background: #232347; overflow: auto; z-index: 12; } .activeMobNav .mobileNav { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .mobileNav #navMob { display: block !important; margin-top: 60px; position: static; } .mobileNav { -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; } #wrapper { -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; } .activeMobNav #wrapper { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } .mobileNav .menuClose { position: absolute; right: 15px; top: 15px; width: 20px; height: 20px; background: url(../../../images/menu-close-icon.png) no-repeat center center; cursor: pointer; -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); } .activeMobNav .mobileNav .menuClose { -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); } .mobileNav .navigationText { position: absolute; left: 40px; top: 13px; color: #681c1c; font-size: 16px; font-weight: 700; text-transform: uppercase; display: none; } .mobileNav .logoText { z-index: -1; width: 100%; position: absolute; bottom: 0; margin-bottom: 15px; height: 74px; } .mobileNav .logoText .logoIcon { background-position: 0 -225px; margin: 0 auto; height: 74px; width: 234px; display: block; } .navbar-toggler { display: none; position: absolute; right: 15px; top: 50%; margin-top: -17px; padding: 0; border: 0; border-radius: 0; } #navMob { display: none; position: absolute; left: 0; right: 0; padding: 0; } .toggleMenu, #navMob .menuIcon { display: block; } .toggleMenu { width: 45px; height: 35px; padding: 7px 8px; background-color: #414d71; } .toggleMenu .mobileMenu { display: none; } .toggleMenu .iconBar { text-indent: -9999px; display: block; height: 3px; width: 100%; background-color: #272c4c; } .toggleMenu .iconBar:nth-child(2) { margin: 6px 0; } .toggleMenu .menuTitle { display: none; } .toggleMenu:hover { text-decoration: none; } #navMob li { float: none; display: block; border: none; } #navMob li a { border-bottom: 1px solid #566799; transition: all 0s ease 0ms; -webkit-transition: all 0s ease 0ms; text-decoration: none; } #navMob li.parent { position: relative; } #navMob li .menuIcon, #navMob li li .menuIcon { width: 60px; height: 74px; background-color: transparent; position: absolute; right: 0; top: 0; bottom: 0; cursor: pointer; color: var(--white-color); font-size: 30px; text-align: center; line-height: 77px; font-style: normal; } #navMob li .menuIcon:before, #navMob li li .menuIcon:before { transition: all 0s ease 0ms; -webkit-transition: all 0s ease 0ms; display: block; } #navMob>li>.menuIcon.active:before { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); } #navMob li li .menuIcon, #navMob li li .menuIcon.active { z-index: 2; background-color: transparent; height: 45px; line-height: 45px; } #navMob li li li .menuIcon { z-index: 2; display: none; } #navMob li li .menuIcon.active { background-color: transparent; transform: rotate(-180deg); -webkit-transform: rotate(-180deg); } #navMob li>a:hover, #navMob li.hover>a, #navMob li ul li a:hover, #navMob li ul li>a.selected, #navMob ul a:hover, .noJS #navMob ul a:focus, #navMob ul a.selected, #navMob>li>a:hover, #navMob>li.hover>a, #navMob>li.focus>a { background-color: #303066; color: var(--white-color); } #navMob ul { width: 100%; display: none; position: static; transition: none; -webkit-transition: none; } .hasJS #navMob ul { opacity: 1; } #navMob>li:hover>ul { display: none; } #navMob ul, #navMob *:hover ul ul, #navMob .hover ul ul, #navMob .focus ul ul { margin-left: 0; } #navMob li a { padding-left: 15px; padding-right: 15px; display: block; line-height: normal; color: var(--white-color); } #navMob li ul li a { padding: 10px 55px 10px 20px; display: block; line-height: 21px; color: var(--white-color); border: none; font-size: 18px; position: relative; } /*#navMob li ul li a:before { position: absolute; left:0; top:10px; content:"\f105"; font-family:'FontAwesome'; }*/ #navMob .menuSubUl li:before { left: 20px; top: 11px; } #navMob>li.MenuLi1>ul>li>a, .headerScroll #navMob>li.MenuLi1>ul>li>a, .headerScroll #navMob>li>ul>li>a { padding: 8px 60px 8px 20px; font-size: 16px; line-height: 21px; } #navMob li ul li ul li a { padding-left: 38px; } #navMob li ul li ul li ul li a { padding-left: 60px; background-position: 45px center } #navMob>li>a:hover, #navMob>li.hover>a, #navMob>li.focus>a, #navMob>.highlight>a { background-color: #414d71; color: var(--white-color); } #navMob li ul li a:hover, #navMob li ul li>a.selected, #navMob ul a:hover, .noJS #navMob ul a:focus, #navMob ul a.selected, #navMob ul>.highlight>a, #navMob>li.MenuLi1>ul>li:hover>a, #navMob>li>ul>li>a:hover, #navMob>li>ul>li.current>a:hover, #navMob>li>ul>li:hover>a { background-color: #232347; color: var(--white-color); } #navMob .linkIcon, #navMob .linkIconHover, #navMob>li.MenuLi1>ul>li>a:before { display: none !important; } #navMob .menuFirstNode { display: block; } #navMob li.current ul { display: none; } #navMob li li ul { position: static; width: 100%; background: none; visibility: visible; border: 0; box-shadow: 0 0 0 var(--black-solid); opacity: 1; padding: 0; transition: all 0s ease 0s; } #navMob li.megaMenu ul { padding: 0; } #navMob li.megaMenu ul li { border: 0; float: none; height: auto; line-height: inherit; width: 100%; padding: 0; } #navMob li>a { font-size: var(--Font-22); font-weight: 300; padding: 15px 60px 15px 30px; margin-bottom: 0px; } #navMob li ul { background: #303066; box-shadow: -7px 0 7px rgba(0, 0, 0, 0.2) inset; position: relative; padding: 15px 0; margin: 0; } #navMob li ul:after { height: 100%; width: 60px; position: absolute; right: 0; top: 0; content: ""; background-color: #522272; z-index: 1; display: none; } #navMob li ul li ul li a::before { left: 19px; } /*UBC (Unaccompanied baggage) */ .unaccompanied-baggage-section .officer-card { padding: 15px; border-radius: 8px; } .unaccompanied-baggage-section .officer-card p { margin-bottom: 6px; font-size: 16px; display: flex; } .unaccompanied-baggage-section .officer-card p i { color: #BD1F31; margin-right: 7px; } /*************Advanced Search*************/ .advancedSearch { text-align: left; padding: 20px; margin: 0 auto; background: var(--white-color); } .advancedSearch h3 { font-size: 1.5em; color: #3d4095; font-weight: 600; margin-bottom: 10px; } .advancedSearch ul.bulletText { margin: 10px 0 0 0; } .advancedSearch ul.bulletText a:hover { text-decoration: none; } .advancedSearch .totalResult { margin-bottom: 10px; } .advancedSearch input[type="text"] { width: 320px; background: var(--white-color); } .advancedSearch table td input, .advancedSearch table td label { float: left; font-weight: normal; padding: 0; background: none; line-height: 14px; } .advancedSearch table tr td { background: none !important; padding: 0 10px 0 0; } .advancedSearch table, .advancedSearch table tr td { border: 0; width: auto; margin: 0; } .advancedSearch table td label { margin-right: 5px; line-height: 23px; } .advancedSearch h4 { font-size: 1.000em; margin-bottom: 10px; color: inherit; display: inline-block; } .advancedSearch label { margin-right: 5px; font-size: 0.967em; } .advancedSearch hr { margin: 0 0 10px 0; border-color: #575757; } .advancedSearch #divDateRange { margin-bottom: 20px; } .advancedSearch .dateRange { margin-bottom: 20px; } .advancedSearch .dateRange .formGroup { width: 50%; float: left; } .advancedSearch .dateBlock { position: relative; display: inline-block; } .advancedSearch fieldset { display: inline-block; position: relative; top: 7px; } .advancedSearch .keyword { padding-bottom: 10px; } .advancedSearch p { margin: 0; } .advancedSearch ul.bulletText a { text-decoration: none; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; margin: 5px; } .mobileNavNew { display: none; } .deskNav { display: block } .playPause.stop { display: none; } .child-trigger { width: 53px; position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: center; font-size: var(--Font-22); color: var(--white-color); } /* ===== home page css enhancement 15-01-25 ===== */ .home-right-box { transform: translateX(110%); animation: slideBlock 0.6s forwards; animation-delay: 0.1s; } .minister-section, .search-section { transform: translateY(100%); animation: slideUp 0.6s forwards; animation-delay: 0.1s; } .HorizontalMenu .MenuLi { border: none; } .accessibility_toolbar_daiict_toolbar>a { background-size: 30px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='body_wh' width='30' height='30' viewBox='0 0 30 30'%3E%3Ccircle id='Ellipse_517' data-name='Ellipse 517' cx='2.619' cy='2.619' r='2.619' transform='translate(11.295 7.659) rotate(-45)' fill='%23fff'/%3E%3Cpath id='Path_73363' data-name='Path 73363' d='M29.706,22.264a42.252,42.252,0,0,1-15.357,0,.785.785,0,1,0-.286,1.543,43.811,43.811,0,0,0,5.2.638,1.248,1.248,0,0,1,1.152,1.4l-.152,1.31a25.781,25.781,0,0,1-1.429,6.033l-.952,2.548a.786.786,0,0,0,1.471.552h0l.233-.476c.762-1.624,1.471-3.286,2.119-4.967a.352.352,0,0,1,.657,0c.648,1.681,1.357,3.333,2.119,4.971l.243.519h0a.781.781,0,0,0,.7.476.762.762,0,0,0,.271-.052.781.781,0,0,0,.476-1.01L25.225,33.2A26.033,26.033,0,0,1,23.8,27.164l-.148-1.319A1.243,1.243,0,0,1,24.8,24.459a44.053,44.053,0,0,0,5.157-.629.824.824,0,0,0,.686-.8.786.786,0,0,0-.938-.771Z' transform='translate(-7.03 -11.654)' fill='%23fff'/%3E%3Cpath id='Path_73364' data-name='Path 73364' d='M15,0A15,15,0,1,0,30,15,15,15,0,0,0,15,0Zm0,28.571A13.571,13.571,0,1,1,28.571,15,13.571,13.571,0,0,1,15,28.571Z' fill='%23fff' opacity='0.85'/%3E%3C/svg%3E%0A"); } .accessibility_toolbar_daiict_toolbar>a img, .header-icon img, a.deskNav img, .mobileNavNew img { opacity: 0; } .accessibility_toolbar_daiict_toolbar > a img { display:none; } .header-icon.customs-icon, .headphone-icon, .accessibility_toolbar_daiict_toolbar>a, .innerTemplate .search-icon { background-position: center; background-repeat: no-repeat; } .headphone-icon { background-size: 20px; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWBJREFUeNpi/P//PwMBIAnEmUDsBcTyQMwIxA+BeBsQzwDip3h1gyzAgzOA+Mt/3OArEGfjMwOf4VX/iQf1pFrgCMT/kAw4CsRuQMwJxS5AfBhJ/h9UjGgLjiNpXg/ErFjUsADxKiR1p4m1QBFJ0ycgFsYTjAJA/B5JvSq6GiYs8W6ExN4JxG/xpJEPQLwdiW+MrgCbBWJI7EcMhMEDJLY4MRYwI7H/EmHBXxx6cVpAVcCCxmcHYhMkvhsQ8xMwwxQt/kBm/MSVk2f/pxzMQjaTEa0sAkWqLIWh8hiI5XDFARsVgp2N3EgG+S4Lih8RrQstDl7gCVsDJHVGeNS9IJSTsYE/QHwJiX8RKkYQMJGQnOOQ+LFYkjhWgJ6KXmDL7lDwD6kYeYXHcS+BWAJXRiPkW3NSEwcLiUlwC6VFBcEgJdUCdK/eokJGu4kvH+gB8Vkg/ktGGfQXqlcP2UyAAAMAK+2848/LVAkAAAAASUVORK5CYII="); } .header-icon.cms-icon { background-repeat: no-repeat; background-size: 20px; background-position: center; background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQwIC0xOTIpIj48cGF0aCBkPSJtMjY5IDIxOXYtMWMwLTMuODY2LTMuMTM0LTctNy03LTMuNjY1IDAtOC4zMzUgMC0xMiAwLTMuODY2IDAtNyAzLjEzNC03IDd2MWMwIC43OTYuMzE2IDEuNTU5Ljg3OSAyLjEyMS41NjIuNTYzIDEuMzI1Ljg3OSAyLjEyMS44NzloMjBjLjc5NiAwIDEuNTU5LS4zMTYgMi4xMjEtLjg3OS41NjMtLjU2Mi44NzktMS4zMjUuODc5LTIuMTIxem0tMi0xdjFjMCAuMjY1LS4xMDUuNTItLjI5My43MDctLjE4Ny4xODgtLjQ0Mi4yOTMtLjcwNy4yOTNoLTIwYy0uMjY1IDAtLjUyLS4xMDUtLjcwNy0uMjkzLS4xODgtLjE4Ny0uMjkzLS40NDItLjI5My0uNzA3di0xYzAtMi43NjEgMi4yMzktNSA1LTVoMTJjMi43NjEgMCA1IDIuMjM5IDUgNXptLTExLTI0Yy00LjEzOSAwLTcuNSAzLjM2MS03LjUgNy41czMuMzYxIDcuNSA3LjUgNy41IDcuNS0zLjM2MSA3LjUtNy41LTMuMzYxLTcuNS03LjUtNy41em0wIDJjMy4wMzYgMCA1LjUgMi40NjQgNS41IDUuNXMtMi40NjQgNS41LTUuNSA1LjUtNS41LTIuNDY0LTUuNS01LjUgMi40NjQtNS41IDUuNS01LjV6IiBmaWxsPSIjZmZmZmZmIi8+PC9nPjwvc3ZnPg=="); } .header-icon.customs-icon { background-size: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.2' height='18.2' viewBox='0 0 18.2 18.2'%3E%3Cg id='customs' transform='translate(-19.4 -19.4)'%3E%3Cpath id='Path_162223' data-name='Path 162223' d='M112.691,34.61h-2.9a.474.474,0,1,1,0-.947h2.9a.973.973,0,0,0,.971-.971V21.419a.973.973,0,0,0-.971-.971H101.419a.973.973,0,0,0-.971.971V27.4a.474.474,0,0,1-.947,0V21.419a1.921,1.921,0,0,1,1.919-1.919h11.272a1.921,1.921,0,0,1,1.919,1.919V32.691A1.921,1.921,0,0,1,112.691,34.61Z' transform='translate(-77.11 0)' fill='%23fff'/%3E%3Cpath id='Path_162223_-_Outline' data-name='Path 162223 - Outline' d='M112.691,34.71h-2.9a.574.574,0,1,1,0-1.147h2.9a.872.872,0,0,0,.871-.871V21.419a.872.872,0,0,0-.871-.871H101.419a.872.872,0,0,0-.871.871V27.4a.574.574,0,0,1-1.147,0V21.419a2.021,2.021,0,0,1,2.019-2.019h11.272a2.021,2.021,0,0,1,2.019,2.019V32.691A2.021,2.021,0,0,1,112.691,34.71Zm-2.9-.947a.374.374,0,1,0,0,.747h2.9a1.821,1.821,0,0,0,1.819-1.819V21.419a1.821,1.821,0,0,0-1.819-1.819H101.419A1.821,1.821,0,0,0,99.6,21.419V27.4a.374.374,0,0,0,.747,0V21.419a1.073,1.073,0,0,1,1.071-1.071h11.272a1.073,1.073,0,0,1,1.071,1.071V32.691a1.073,1.073,0,0,1-1.071,1.071Z' transform='translate(-77.11 0)' fill='%23fff'/%3E%3Cpath id='Line_1996' data-name='Line 1996' d='M1.274.447h-1.3A.474.474,0,0,1-.5-.026.474.474,0,0,1-.026-.5h1.3a.474.474,0,0,1,.474.474A.474.474,0,0,1,1.274.447Z' transform='translate(33.006 31.272)' fill='%23fff'/%3E%3Cpath id='Line_1996_-_Outline' data-name='Line 1996 - Outline' d='M1.274.547h-1.3A.574.574,0,0,1-.6-.026.574.574,0,0,1-.026-.6h1.3a.574.574,0,0,1,.574.574A.574.574,0,0,1,1.274.547ZM-.026-.4A.374.374,0,0,0-.4-.026.374.374,0,0,0-.026.347h1.3a.374.374,0,0,0,.374-.374A.374.374,0,0,0,1.274-.4Z' transform='translate(33.006 31.272)' fill='%23fff'/%3E%3Cpath id='Line_1997' data-name='Line 1997' d='M-.026,4.783A.474.474,0,0,1-.5,4.309V-.026A.474.474,0,0,1-.026-.5a.474.474,0,0,1,.474.474V4.309A.474.474,0,0,1-.026,4.783Z' transform='translate(31.417 20)' fill='%23fff'/%3E%3Cpath id='Line_1997_-_Outline' data-name='Line 1997 - Outline' d='M-.026,4.883A.574.574,0,0,1-.6,4.309V-.026A.574.574,0,0,1-.026-.6a.574.574,0,0,1,.574.574V4.309A.574.574,0,0,1-.026,4.883Zm0-5.283A.374.374,0,0,0-.4-.026V4.309a.374.374,0,0,0,.374.374.374.374,0,0,0,.374-.374V-.026A.374.374,0,0,0-.026-.4Z' transform='translate(31.417 20)' fill='%23fff'/%3E%3Cpath id='Line_1998' data-name='Line 1998' d='M-.026,4.783A.474.474,0,0,1-.5,4.309V-.026A.474.474,0,0,1-.026-.5a.474.474,0,0,1,.474.474V4.309A.474.474,0,0,1-.026,4.783Z' transform='translate(28.526 20)' fill='%23fff'/%3E%3Cpath id='Line_1998_-_Outline' data-name='Line 1998 - Outline' d='M-.026,4.883A.574.574,0,0,1-.6,4.309V-.026A.574.574,0,0,1-.026-.6a.574.574,0,0,1,.574.574V4.309A.574.574,0,0,1-.026,4.883Zm0-5.283A.374.374,0,0,0-.4-.026V4.309a.374.374,0,0,0,.374.374.374.374,0,0,0,.374-.374V-.026A.374.374,0,0,0-.026-.4Z' transform='translate(28.526 20)' fill='%23fff'/%3E%3Cpath id='Path_162224' data-name='Path 162224' d='M258.864,101.893a.474.474,0,0,1-.474-.474.971.971,0,1,0-1.943,0,.474.474,0,1,1-.947,0,1.919,1.919,0,1,1,3.838,0A.474.474,0,0,1,258.864,101.893Z' transform='translate(-227.474 -77.11)' fill='%23fff'/%3E%3Cpath id='Path_162224_-_Outline' data-name='Path 162224 - Outline' d='M258.864,101.993a.574.574,0,0,1-.574-.574.871.871,0,1,0-1.743,0,.574.574,0,1,1-1.147,0,2.019,2.019,0,1,1,4.038,0A.574.574,0,0,1,258.864,101.993Zm-1.445-1.645a1.073,1.073,0,0,1,1.071,1.071.374.374,0,1,0,.747,0,1.819,1.819,0,1,0-3.638,0,.374.374,0,1,0,.747,0A1.073,1.073,0,0,1,257.419,100.347Z' transform='translate(-227.474 -77.11)' fill='%23fff'/%3E%3Cpath id='Line_1999' data-name='Line 1999' d='M-.027,4.783A.471.471,0,0,1-.289,4.7.474.474,0,0,1-.42,4.046L2.47-.289A.474.474,0,0,1,3.127-.42a.474.474,0,0,1,.131.657L.368,4.572A.473.473,0,0,1-.027,4.783Z' transform='translate(23.613 29.827)' fill='%23fff'/%3E%3Cpath id='Line_1999_-_Outline' data-name='Line 1999 - Outline' d='M-.027,4.883a.571.571,0,0,1-.318-.1.574.574,0,0,1-.159-.8L2.387-.345A.573.573,0,0,1,2.864-.6a.571.571,0,0,1,.318.1.574.574,0,0,1,.159.8L.451,4.627A.573.573,0,0,1-.027,4.883ZM2.864-.4a.373.373,0,0,0-.311.166L-.337,4.1a.371.371,0,0,0-.056.281.371.371,0,0,0,.159.238.372.372,0,0,0,.207.063.373.373,0,0,0,.311-.166L3.175.181a.374.374,0,0,0-.1-.518A.372.372,0,0,0,2.864-.4Z' transform='translate(23.613 29.827)' fill='%23fff'/%3E%3Cpath id='Line_2000' data-name='Line 2000' transform='translate(26.477 34.136)' fill='%23fff'/%3E%3Cpath id='Line_2000_-_Outline' data-name='Line 2000 - Outline' transform='translate(26.477 34.136)' fill='%23fff'/%3E%3Cpath id='Line_2001' data-name='Line 2001' transform='translate(23.587 29.801)' fill='%23fff'/%3E%3Cpath id='Line_2001_-_Outline' data-name='Line 2001 - Outline' transform='translate(23.587 29.801)' fill='%23fff'/%3E%3Cpath id='Ellipse_1033' data-name='Ellipse 1033' d='M5.032-.5A5.532,5.532,0,1,1-.5,5.032,5.538,5.538,0,0,1,5.032-.5Zm0,10.116A4.584,4.584,0,1,0,.447,5.032,4.589,4.589,0,0,0,5.032,9.616Z' transform='translate(20 26.937)' fill='%23fff'/%3E%3Cpath id='Ellipse_1033_-_Outline' data-name='Ellipse 1033 - Outline' d='M5.032-.6A5.632,5.632,0,1,1-.6,5.032,5.638,5.638,0,0,1,5.032-.6Zm0,11.063A5.432,5.432,0,1,0-.4,5.032,5.438,5.438,0,0,0,5.032,10.463Zm0-10.116A4.684,4.684,0,1,1,.347,5.032,4.69,4.69,0,0,1,5.032.347Zm0,9.169A4.484,4.484,0,1,0,.547,5.032,4.489,4.489,0,0,0,5.032,9.516Z' transform='translate(20 26.937)' fill='%23fff'/%3E%3Cpath id='Path_162229' data-name='Path 162229' d='M.5,0A.5.5,0,1,1,0,.5.5.5,0,0,1,.5,0Z' transform='translate(26 33)' fill='%23fff'/%3E%3Cpath id='Path_162229_-_Outline' data-name='Path 162229 - Outline' d='M.5.2A.3.3,0,1,0,.8.5.3.3,0,0,0,.5.2M.5,0A.5.5,0,1,1,0,.5.5.5,0,0,1,.5,0Z' transform='translate(26 33)' fill='%23fff'/%3E%3Cpath id='Path_162228' data-name='Path 162228' d='M.5,0A.5.5,0,1,1,0,.5.5.5,0,0,1,.5,0Z' transform='translate(23 30)' fill='%23fff'/%3E%3Cpath id='Path_162228_-_Outline' data-name='Path 162228 - Outline' d='M.5.2A.3.3,0,1,0,.8.5.3.3,0,0,0,.5.2M.5,0A.5.5,0,1,1,0,.5.5.5,0,0,1,.5,0Z' transform='translate(23 30)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A"); } .navbar-light .navbar-nav .nav-link { position: relative; } /* .navbar-light .navbar-nav .nav-link::before, .navbar-light .navbar-nav .nav-link::after { position: absolute; width: 100%; height: 1px; background: currentColor; top: 100%; left: 0; pointer-events: none; content: ""; } */ /* .navbar-light .navbar-nav .nav-link::before { transform-origin: 100% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1); } */ /* .navbar-light .navbar-nav .nav-link:hover::before { transform-origin: 0% 50%; transform: scale3d(1, 1, 1); transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1); } .navbar-light .navbar-nav .nav-link::after { content: ''; top: calc(100% + 4px); transform-origin: 0% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1); } .navbar-light .navbar-nav .nav-link:hover::after { transform-origin: 100% 50%; transform: scale3d(1, 1, 1); transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1); } */ .innerTemplate .navbar-light .navbar-nav .nav-link:hover { color: var(--black-color); } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: var(--black-color); } .navbar-light .navbar-nav .nav-link:focus { border:1px dotted; } .nav-link:focus { border: none !important; } .left-strip .left-strip-icon { position: relative; padding: 10px 15px; } .left-strip .left-strip-icon:before { transform: translateX(-105%); content: ""; width: 105%; height: 100%; background: var(--white-color); position: absolute; left: 0; top: 0; z-index: 0; border-right: 6px solid var(--pink-color); transition: all 0.5s ease; } .left-strip .left-strip-icon:hover:before { transform: translateX(0%); } .left-strip .left-strip-icon:hover img, .left-strip .left-strip-icon:hover span { z-index: 1; filter: brightness(0) saturate(100%) invert(31%) sepia(32%) saturate(5441%) hue-rotate(334deg) brightness(92%) contrast(90%); } .footerSocial a { padding: 0px; background: #cc3156; border-radius: 50%; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; } .cco-home-info p a:hover span { box-shadow: 0px 0px 10px 4px var(--white-color); } .search-bar { background: var(--white-color); padding: 6px; border-radius: 8px; position: relative; box-shadow: 0px 0px 20px 1px #0000001a; } .search-bar input[type="text"] { border-radius: 2px; } .search-bar:after { bottom: 100%; right: 5%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(223, 55, 76, 0); border-bottom-color: var(--white-color); border-width: 10px; margin-left: -10px; } .public-notice:after { content: ''; position: absolute; height: 3px; top: 100%; transition: 0.5s all; left: 100%; right: 100%; background-color: var(--pink-color); border-radius: 8px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .public-notice:hover:after { right: 15%; left: 15%; } .stickyHeader .top-header { width: 100%; left: 0; top: 0px; background: var(--white-color); animation: headerSticky 0.5s ease; transition: all 0.5s ease; position: fixed; z-index: 100; box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5); padding: 10px 0; } /* .stickyHeader .home-wrapper { padding-top:87px;} */ .stickyHeader .navbar-light .navbar-nav .nav-link { color: var(--black-color); } .stickyHeader .menuClick img, .stickyHeader .mobileNavNew img { filter: brightness(0) saturate(100%) invert(34%) sepia(45%) saturate(4899%) hue-rotate(333deg) brightness(90%) contrast(93%); } .stickyHeader #languageDropdown { border: 1px solid var(--blue-color) !important; color: var(--blue-color); } .stickyHeader .search-icon img { filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(6095%) hue-rotate(209deg) brightness(99%) contrast(91%); } .stickyHeader .search-icon { border-color: var(--blue-color); } .footerBlue ul li a, .viewAll { position: relative; } .footerBlue ul li a::after, .viewAll:after, .viewAllLink:after { content: ''; position: absolute; width: 100%; transform: scaleX(0); border-radius: 5px; height: 0.05em; bottom: 0; left: 0; background: currentcolor; transform-origin: bottom right; transition: transform 0.25s ease-out; } .footerBlue ul li a:hover::after, .viewAll:hover:after, .viewAllLink:hover:after { transform: scaleX(1); transform-origin: bottom left; } /* ===== smoke external css popup ===== */ .smoke-base { position: fixed; top: 0; left: 0; bottom: 0; right: 0; visibility: hidden; opacity: 0 } .smoke-base.smoke-visible { opacity: 1; visibility: visible } .smokebg { position: fixed; top: 0; left: 0; bottom: 0; right: 0 } .smoke-base .dialog { position: absolute } .dialog { margin-top: 15px; text-align: center } .dialog-buttons { margin: 10px 0 0px 0 } .smoke { text-align: center; font-size: 1.125em; line-height: 150% } /*.dialog-buttons button { display: inline-block; vertical-align: baseline; cursor: pointer; font-style: normal; text-decoration: none; border: 0; outline: 0; margin: 0 5px; -webkit-background-clip: padding-box; font-size: .813em; line-height: 13px; font-weight: 400; padding: 9px 12px}*/ .dialog-buttons button { display: inline-block; vertical-align: baseline; cursor: pointer; font-style: normal; text-decoration: none; border: 0; outline: 0; margin: 0 5px; -webkit-background-clip: padding-box; font-size: 0.913em; line-height: 13px; font-weight: 500; padding: 9px 12px; } .dialog- input { margin: 0; border: 0; font-family: sans-serif; outline: 0; border: 1px solid #aaa; width: 75%; display: inline-block; background-color: transparent; font-size: 1em; padding: 8px } .smoke-base { background: rgba(0, 0, 0, .6) } .smoke-base .dialog { top: 30%; width: 100%; left: 50%; max-width: 500px; border-radius: 8px; transform: translate(-50%, 0%); margin: 0; } .smoke-base .dialog-inner { padding: 30px; color: #202020; font-size: 18px; font-weight: 600; } .smoke { background-color: rgba(255, 255, 255, .95); box-shadow: 0 2px 8px var(--black-color); } .dialog-buttons button { background-color: var(--pink-color); border-radius: 4px; color: var(--white-color); transition: all 0.6s ease; } .dialog-buttons button:hover { background-color: var(--blue-color); } /*.dialog.smoke .dialog-inner::before {content: "\F1C5"; font-family: 'bootstrap-icons'; font-size: 23px; line-height: 1; color: #fae1e4; width: 60px; height: 60px; background-color: #BD1F31; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto 15px; font-weight: 500;} */ .dialog.smoke .dialog-inner::before { content: ""; background-image: url('../../../../images/link.png'); background-size: cover; background-position: center; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto 15px; } /***************Auto Complete***************/ .ui-autocomplete { width: 266px; padding: 0; margin: 0; border: 1px solid #cccccc; background: var(--white-color); z-index: 11111; list-style-type: none; max-height: 288px; overflow: auto; position: absolute !important; } .ui-autocomplete li { border-bottom: 1px solid #cccccc; font-size: 13px; line-height: 16px; } .ui-autocomplete li a { cursor: pointer; } .ui-autocomplete li div { display: block; color: #111; padding: 7px 10px; cursor: pointer; text-decoration: none; margin: 0; background: var(--white-color); } .ui-autocomplete li div:hover { text-decoration: none; background: #BD1F31; color: var(--white-color); } .ui-helper-hidden-accessible { display: none; } /***************Auto Complete End***************/ /* ===== Organogram Chart Start ===== */ /*.organogram-chart-section { min-width: 1800px !important; margin: 0 auto; padding: 0; padding-top: 25px; } .orgChartHolder{ max-width:1384px; margin:0 auto; overflow-x:auto;}*/ .organogram-chart-section { margin: 70px 10px 0px 10px; } .chairman-grayBox { padding: 25px; /*margin-bottom: 30px;*/ border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); background: var(--white-color); } .chairman-all-information { margin-top: 130px; position: relative; } .chairman-all-information .description p { margin-bottom: 10px; } .chairman-all-information .chairman-box { margin-top: -110px; border-bottom: 4px solid #BD1F31; } .chairman-box p { text-align: center; } .chairman-all-information .chairman-box img { margin-top: -85px; margin-bottom: 15px; } .chairman-all-information .chairman-box h3 { margin-bottom: 5px; font-size: 24px; } .chairman-all-information .chairman-box p { margin-bottom: 0; } .chairman-all-information .chairman-box p.email-color { color: #BD1F31; } .chairman-all-information .chairman-box p span { color: var(--black-solid); font-weight: 600; } .chairman-all-information::before { content: ""; position: absolute; width: 2px; height: 40px; background-color: #afafaf; bottom: -40px; left: 50%; } .member-contint { margin-top: 0px; } .member-grayBox { padding: 25px 4px 0px 4px; margin-bottom: 20px; min-height: 183px; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); background: var(--white-color); border-bottom: 4px solid #BD1F31; } .member-box { width: 100%; margin-top: 66px; transition: all 0.3s linear; color: var(--black-solid); transition: all 0.3s linear; position: relative; } .member-box .img-box img { margin-top: -70px; } .span-box .img-box { margin-bottom: 12px; } .member-box span { display: block; } .member-box span.member-name { font-size: 14px; margin-bottom: 5px; font-weight: 600; } .member-box .member-designation { font-size: 14px; margin-bottom: 2px; } .member-box .email-color { color: #BD1F31; margin-bottom: 5px; font-size: 13px; } .member-box span.pading-text { padding: 0px 33px; } .street-line { width: 83.5%; height: 2px; background-color: #afafaf; margin-top: 40px; } .member-list-box { display: flex; justify-content: center; align-items: center; position: relative; } .member-list { width: 34%; transition: all 0.3s linear; margin: 0px 10px; } .member-box::after { content: ""; position: absolute; width: 2px; height: 35px; background-color: #afafaf; top: -67px; left: 50%; transform: translateX(-50%); } .member-list-box.left { left: -107px; top: -30px; } .member-box.beforeLine::before { content: ""; position: absolute; width: 2px; height: 39px; background-color: #afafaf; top: 100%; z-index: -1; left: 50%; transform: translateX(-50%); } .member-box.beforeLine::after { content: ""; position: absolute; width: 2px; height: 35px; background-color: #afafaf; z-index: -1; } .member-box.beforeLine { margin-top: 59px; margin-left: -34px; } .member-list-box.left { left: -107px; top: -23px; } .street-line.secondLine { width: 85.7%; margin-top: -20px; } .member-box.secondmember { margin-top: 46px; } .member-box.secondmember::after { content: ""; position: absolute; width: 2px; height: 35px; background-color: #afafaf; z-index: -1; } .member-know-more .btn { background-color: transparent; color: #BD1F31; border: none; font-size: 14px; padding: 0; } .organogram-chart-section .modal-dialog { max-width: 1120px; margin: 1.75rem auto; } .organogram-chart-section .modal-content { background-color: var(--white-color); border-radius: 15px 15px 15px 15px; position: relative; } .organogram-chart-section .modal-content::before { content: ""; position: absolute; width: 87%; height: 16px; background-color: #BD1F31; bottom: -7px; z-index: -1; left: 50%; transform: translateX(-50%); border-radius: 8px; } .organogram-chart-section .modal-header { background-color: var(--white-color); color: var(--black-solid); } .organogram-chart-section .close { font-size: 2.5rem; color: #BD1F31; text-shadow: none; opacity: 1; } .organogram-chart-section .modal-header { padding: 1.6rem; } .organogram-chart-section .modal-header .close { padding: 0px 4px 7px 4px; margin: -20px -10px; } .organogram-chart-section .modal-title { margin-left: 20px; } .organogram-chart-section .modal-title h5 { font-weight: 600; margin-bottom: 4px; } .organogram-chart-section .modal-title p { margin-bottom: 0; } .organogram-chart-section .model-box { display: flex; align-items: center; } /* ===== Organogram Chart End ===== */ /* ===== Strategy, Mission & Commitment css Start ===== */ .sm-our-commitment .row { margin-right: 0px; margin-left: 0px; } .sm-our-commitment .col-3 { padding: 0; } .sm-our-commitment .list { box-shadow: 3px 3px 24px #00000014; padding: 30px 0px 30px 23px; } .sm-our-commitment .list img { background-color: #faeaee; margin-bottom: 12px; border-radius: 50px; } .sm-our-commitment .list p { margin-bottom: 0; font-size: 20px; color: #323232; } .sm-our-commitment .col-3 { padding-right: 0; } .sm-our-commitment .col-3+.col-3 { padding-left: 0; } .our-mission-section .our-mission-text { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); background: var(--white-color); border-radius: 8px; padding: 30px 40px; position: relative; display: flex; justify-content: center; align-items: center; height: 100%; } .our-mission-section .our-mission-mb { margin-bottom: 26px; } .our-mission-section .our-mission-text::after { content: ""; position: absolute; bottom: -6px; border-radius: 8px; transition: all 0.3s ease; z-index: -1; width: 0px; background-color: #232347; height: 24px; transition: all 0.3s linear; } .our-mission-section .our-mission-text:hover::after { width: 80%; } .our-mission-section .our-mission-text::before { content: ""; position: absolute; bottom: -6px; border-radius: 8px; transition: all 0.3s ease; z-index: -1; width: 80%; background-color: #E14256; height: 24px; transition: all 0.3s linear; } .our-mission-section .our-mission-text span { font-size: var(--Font-18); text-align: center; font-weight: 600; color: #323232; } .our-mission-heading { padding: 0px 40px 0px 0px; } .our-mission-heading h3 { line-height: 1.6; } /* ===== Strategy, Mission & Commitment css End ===== */ .lifeatAcademyTabsTitle span { font-size: 14px; font-weight: 400; display: block; } .lifeatAcademyTabsSubTitle { font-size: 16px !important; } #divRTIList .tableData tr td:nth-child(4) { text-align: start; } .cpio-page .availableFacilitiesTabs a { position: relative; overflow: hidden; border: 1px solid #d0d0d0; background: #f8fdff } /* .cpio-page .availableFacilitiesTabs a::before {content: "";height: 15px;width: 15px;border-radius: 0 50px 0 0;bottom: 0;left: 0;position: absolute;background: #232347;transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s;} .cpio-page .availableFacilitiesTabs a:hover::before { background:#232347;width: 100%;height: 100%;border-radius: 0;z-index: 9;}*/ .cpio-page .availableFacilitiesTabs a:hover span { z-index: 99999; color: var(--white-color); } .cpio-page .availableFacilitiesTabs a span { transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .ui-autocomplete { border-radius: 8px; } .ui-autocomplete li.ui-menu-item { border-bottom-color: #ebebeb; } .ui-autocomplete li.ui-menu-item a { padding: 7px 15px; display: block; color: var(--black-color); width: 100%; } .ui-autocomplete li.ui-menu-item a:hover { background-color: var(--pink-color); color: var(--white-color); } .LatestNewsWrap { background-color: var(--white-color); border-radius: 8px; padding: 20px 20px; } .LatestNewsSwiper { height: 258px; } .LatestNewsSwiper .swiper-slide { padding: 0px 0px; } .news-title { border-bottom: 1px solid #88888845; padding-bottom: 12px; } a.deskNav, .mobileNavNew { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='11.5' viewBox='0 0 16.5 11.5'%3E%3Cpath id='Icon_feather-menu' data-name='Icon feather-menu' d='M4.5,14h15M4.5,9h15M4.5,19h15' transform='translate(-3.75 -8.25)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A"); background-position: center; background-repeat: no-repeat; background-size: 16px; width: 40px; height: 40px; border: 1px solid var(--white-color); border-radius: 50%; } .stickyHeader a.deskNav, .stickyHeader .mobileNavNew { border-color: var(--blue-color); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='11.5' viewBox='0 0 16.5 11.5'%3E%3Cpath id='Icon_feather-menu' data-name='Icon feather-menu' d='M4.5,14h15M4.5,9h15M4.5,19h15' transform='translate(-3.75 -8.25)' fill='none' stroke='rgba(35, 35, 71, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A"); } .stickyHeader a.deskNav:hover, .stickyHeader .mobileNavNew:hover { border-color: var(--pink-color); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='11.5' viewBox='0 0 16.5 11.5'%3E%3Cpath id='Icon_feather-menu' data-name='Icon feather-menu' d='M4.5,14h15M4.5,9h15M4.5,19h15' transform='translate(-3.75 -8.25)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A"); } a.deskNav:hover, .mobileNavNew:hover { background-color: var(--pink-color); border-color: var(--pink-color); } .innerTemplate a.deskNav, .innerTemplate .mobileNavNew { border-color: var(--blue-color); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='11.5' viewBox='0 0 16.5 11.5'%3E%3Cpath id='Icon_feather-menu' data-name='Icon feather-menu' d='M4.5,14h15M4.5,9h15M4.5,19h15' transform='translate(-3.75 -8.25)' fill='none' stroke='rgba(35, 35, 71, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A"); } .innerTemplate a.deskNav:hover, .innerTemplate .mobileNavNew:hover { border-color: var(--pink-color); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='11.5' viewBox='0 0 16.5 11.5'%3E%3Cpath id='Icon_feather-menu' data-name='Icon feather-menu' d='M4.5,14h15M4.5,9h15M4.5,19h15' transform='translate(-3.75 -8.25)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A"); } .home-wrapper li.d-none.d-md-block { display: none !important; } /* ===== Airport Custom 26-01-25 CSS ===== */ .airCustomInner, .airCommissionerate, .generalCommision { background: #EEEEF3; } .airCustomInner { background: #EEEEF3; } .airCustom-container { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; } .airCustom-item { text-align: center; box-sizing: border-box; } .airCustom-item { background: var(--white-color); padding: 21px 33px 35px 33px; display: flex; justify-content: center; align-items: center; border-radius: 8px; box-shadow: 3px 5px 30px rgba(112, 112, 112, 0.07); position: relative; border: 1px solid transparent; transition: border-color 0.3s linear; } .airCustom-item::before { position: absolute; content: ""; width: 212px; height: 10px; bottom: -6px; background: #353582; z-index: -1; border-radius: 16px; } .airCustom-item:hover { border: 1px solid var(--pink-color); } .airCustom-item:hover:after { background: var(--pink-color); } .airCustom-item a { display: block; position: relative; height: 195px; color: var(--black-color); padding: 0; font-size: 18px; text-align: center; line-height: 24px; font-weight: 500; } .airCustom-item a img { width: 47px; height: 47px; filter: brightness(0) saturate(100%) invert(21%) sepia(93%) saturate(703%) hue-rotate(208deg) brightness(87%) contrast(97%); } .airCustom-item:nth-child(5) a:before, .airCustom-item:nth-child(10) a:before, .airCustom-item:nth-child(6) a:after, .airCustom-item:nth-child(7) a:after, .airCustom-item:nth-child(8) a:after, .airCustom-item:nth-child(9) a:after, .airCustom-item:nth-child(10) a:after { display: none; } .airCustom-item a:before { content: ""; height: 80%; background: #d1d1d1; width: 1px; position: absolute; right: -5px; top: 10%; display: none; } .airCustom-item a:after { content: ""; width: 80%; background: #d1d1d1; height: 1px; position: absolute; bottom: 0; left: 10%; display: none; } .airCustom-item a span { position: relative; line-height: 100px; text-align: center; border: 2px solid transparent; transition: all 0.3s linear; border: 1px solid transparent; } .airCustom-item a span::before { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .airCustom-item a span::before { top: -7px; left: -7px; padding: 0; box-shadow: 0 0 0 4px var(--pink-color); -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transform: scale(.8); -moz-transition: -moz-transform 0.2s, opacity 0.2s; -moz-transform: scale(.8); -ms-transform: scale(.8); transition: transform 0.2s, opacity 0.2s; transform: scale(.8); opacity: 0; } /*.airCustom-item a:hover span:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); opacity: 1;}*/ .airCustom-item:hover a span { background: #ffe3e6; border: 1px solid var(--pink-color); } .airCustom-item:hover a span img { /* filter: brightness(5); */ filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(2349%) hue-rotate(332deg) brightness(96%) contrast(88%); } .airCustom-container .prev, .airCustom-container .next { display: none; } .customNavClick { background-position: center; background-repeat: no-repeat; background-size: 16px; width: 40px; height: 40px; border: 1px solid var(--black-color); border-radius: 50%; display: inline-block; text-align: center; line-height: 40px; color: var(--black-color); } .customNavClick:hover { background: #BD1F31 !important; border-color: #BD1F31; color: var(--white-color); } .innerSideMenu { position: absolute !important; right: 0; top: 0; } /*.innerSideMenuTemp { top: 218px;}*/ .aboutCustomSection { /* margin-bottom:40px;*/ margin-bottom: 0px; } .aboutCustomSection h3 { font-size: 56px; font-weight: 300; color: var(--black-color); margin-top: -50px; } .aboutCustomSection h3 span { display: block; font-size: 36px; color: #666; font-weight: 300; color: #646464; margin-top: 10px; } .customCommonLinks { display: none; } .customCommonLinks ul.airCustomLinks { list-style: none; margin: 0; padding: 0; } .airCustomLinks a { display: block; width: 100%; padding: 10px; color: var(--black-color); border-bottom: 1px solid #f1f1f1; transition: all 0.5s ease; } .airCustomLinks a:hover { color: var(--pink-color); font-weight: bold; padding-left: 15px; } .customCommonLinks ul.airCustomLinks li:last-child a { border: none; } .airCustom-item a span { width: 104px; height: 104px; display: block; border-radius: 50%; background: #f3f3f8; margin: 0 auto; line-height: 100px; text-align: center; margin-bottom: 20px; } .airCustomMenu { display: flex; justify-content: end; position: relative; z-index: 8; } .airCustomMenu .customCommonLinks { position: absolute; width: 300px; right: 45px; top: 0px; background: var(--white-color); box-shadow: 0px 0px 6px #d1d1d1; padding: 20px; border-radius: 8px; } .airCustomIconSection .airCustom-container { position: relative; z-index: 1; padding: 20px 0 0px 0; overflow: hidden; } .airCustomIconSection h3 { font-size: var(--Font-30); margin-bottom: 40px; } .cco-commissionerate-about-section { position: relative; } .cco-commissionerate-about-section .airCustomMenu { position: absolute; top: 0; } .prev, .next { display: none; } /* ===== Air custom Tab section ===== */ .r-tabs .r-tabs-nav { margin: 0; padding: 0; } .r-tabs .r-tabs-tab { display: inline-block; margin: 0; list-style: none; } .r-tabs .r-tabs-panel { padding: 25px 15px; display: none; } .r-tabs .r-tabs-accordion-title { display: none; } .r-tabs .r-tabs-panel.r-tabs-state-active { display: block; } /* .tabs-container { max-width:0 auto; } */ .responsive-tabs li { overflow: hidden; } .responsive-tabs li:first-child { border-top-left-radius: 6px; } .responsive-tabs li:last-child { border-top-right-radius: 6px; } .responsive-tabs li a { background: #DDDDE6; color: var(--black-color); text-decoration: none; padding: 15px 25px; display: block; font-size: 20px; } .responsive-tabs li.r-tabs-state-active a { background: var(--pink-color); color: var(--white-color); } .tabInnerContent { background: var(--white-color); box-shadow: 0 0 12px 0px #f1f1f1; margin-top: -5px; border-radius: 8px; border-top-left-radius: 0; } .dateRow { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .dateRow .date { background: url(../../../../images/cal-icon.png) left center no-repeat; padding-left: 20px; } /* ===== step ===== */ .stepInquiry { background: #E8E8F3; padding: 60px 0; } /*.stepInquiry .row { align-items:center;}*/ .step-container { max-width: 600px; margin: auto; } .stepInquiry h3 { font-size: var(--Font-30); font-weight: 500; color: var(--white-color); } .stepInquiry p { color: var(--white-color); } .stepInquiry p { font-size: 18px; font-weight: 400; } .steps { display: flex; justify-content: space-between; position: relative; text-align: center; max-width: 400px; margin-top: 40px; } .steps:before, .steps:after { content: ""; background: #d1d1d1; height: 2px; width: 50%; } .steps:before, .steps:after { position: absolute; z-index: 0; } .steps:before { left: 0%; top: 50%; } .steps:after { right: 0%; top: 50%; } .step { width: 30px; height: 30px; line-height: 30px; border-radius: 50%; background: var(--white-color); color: var(--black-solid); font-size: 14px; z-index: 1; } .step.active { background: #232347; color: var(--white-color); } .step-content { display: none; } .step-content label { margin-bottom: 15px; } .step-content label input[type="radio"] { vertical-align: middle; margin: 0px 10px 0px 0px; } .step-content.active { display: block; } #multiStepForm { padding: 42px 50px; background: var(--white-color); border-radius: 10px; height: 315px; } .stepInquiryLeft { background: #356ab7; } .stepInquiryLeftBox { padding: 42px 25px; } .stepInquiryRight { background: var(--white-color); } .stepInquiryRightBox { position: relative; } .navigation { margin-top: -40px; } .stepInquiry .navigation { position: absolute; right: 3%; bottom: 11%; } .stepInquiry .row { border-radius: 8px; overflow: hidden; height: 315px; margin: 0; padding: 0; } #multiStepForm h2 { font-size: 24px; color: #0D4C88; margin-bottom: 20px; } .stepInquiry button { padding: 8px 15px; margin: 5px; border: none; background: var(--white-color); color: var(--pink-color); cursor: pointer; border: 1px solid var(--pink-color); border-radius: 8px; min-width: 95px; } .stepInquiry button:disabled { background: #ccc; cursor: not-allowed; opacity: 0; } .multiStepForm { background: var(--white-color); box-shadow: 0 0 12px 0px #f1f1f1; } .airCustomInner .airCustomFaq { margin: 0; background: var(--white-color); padding: 50px 0 !important; } .exportCommision .grayBox .airCustomFaq, .generalCommision .grayBox .airCustomFaq { padding: 0 !important; } .grayBox .airCustomFaq { padding: 0 !important; } .grayBox .accordion { margin: 0 !important; } .airCustomFaq { padding: 10px 0 !important; } .airCustomFaq h3 { font-size: var(--Font-30); font-weight: 600; } .accordion { width: 100%; margin: 20px auto; } .accordion .accordionHeading { cursor: pointer; background-color: var(--white-color); padding: 15px; margin: 0; border: 1px solid #ACACAC; border-radius: 8px; font-size: 1.0625em; background: url(../../../../images/plus-acco-icon.svg) 99% center no-repeat; background-size: 20px; margin-bottom: 10px; padding-right: 20px; background-color: #f4f4f9; font-weight: 500; } .accordion .accordionHeading.active { color: var(--white-color); background: url(../../../../images/minus-accordion-icon.svg) 98% 40% no-repeat; background-size: 20px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: none; background-color: var(--blue-color); padding: 15px 20px 26px 20px; } .accordion .accordionInner { padding: 13px 20px; display: none; background-color: var(--white-color); border: 1px solid #ACACAC; border-top: none; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; margin-top: -20px; margin-bottom: 10px; } .custonTabSection { padding: 30px 0; } .newsList { padding: 0px 15px; } .custonTabSection .newsList a { color: var(--bs-body-color); } .custonTabSection .newsList { min-height: 130px !important; display: block; } .newsList p { text-align: start; } .innerBg .innerBanner.airCustomInnerBanner { background: transparent !important; } .innerBanner.airCustomInnerBanner { background:#000 url(../../../images/comm-inner-banner.svg) center no-repeat; position: relative; min-height: 170px; background-size: cover; display: flex; align-items: center; width: 100%; } /*.innerBanner.airCustomInnerBanner .helplineBox{display:none;} */ /*.helplineBox { position: absolute; right: 240px; top: -16px; background: transparent linear-gradient(90deg, #37376778 0%, #1E1E41 74%, #17173600 100%) 0% 0% no-repeat padding-box; border-radius: 9px; padding: 15px 25px; }*/ .helplineBox { position: absolute; right: 0; top: 50%; background: transparent linear-gradient(90deg, #37376778 0%, #1E1E41 74%, #17173600 100%) 0% 0% no-repeat padding-box; border-radius: 9px; padding: 15px 25px; transform: translateY(-50%); } .helpNumber:before { background: url(../../../images/comm-inner-banner-contact.svg); content: ""; position: absolute; width: 21px; height: 21px; left: 0; top: 3px; background-repeat: no-repeat; } .helpEmail:before { background: url(../../../images/comm-inner-banner-email.svg); content: ""; position: absolute; width: 21px; height: 21px; left: 0; top: 3px; background-repeat: no-repeat; } .helplineBox li:first-child { margin-bottom: 10px; } .helplineBox li:nth-child(2), .helplineBox li:nth-child(3) { margin-bottom: 10px; } .helplineBox li span { color: #C1C1F2; } .innerBanner.airCustomInnerBanner .container { position: relative; } .helplineBox li { color: var(--white-color); position: relative; padding-left: 30px; } .innerBg .innerBanner.airCommissionerateBanner { background: transparent !important; } .innerBanner.airCommissionerateBanner { background: #000 url(../../../images/comm-inner-banner.svg); position: relative; min-height: 170px; background-size: cover; display: flex; align-items: center; width: 100%; } .innerBanner.airCommissionerateBanner .container, .innerBanner.generalCommisionBanner .container { position: relative; } .custonTabSection h3 { font-size: var(--Font-30); font-weight: 600; margin-bottom: 30px; } /* ===== import commisionarate ===== */ .extLogoLinks { background: #E8E8F3; padding: 50px 0; } .extLogoLinks a.box { width: 100%; color: var(--black-color); position: relative; } .extLogoLinks a.box span { display: block; width: 100%; } .extLogoLinks a.box { text-align: center; padding: 20px; display: block; border-radius: 10px; min-height: 180px;/*border: 1px solid #d5d5d5;*/ } .extLogoLinks a.box.blueBox { background: #E9F8FF; } .extLogoLinks a.box.orangeBox { background: #FFF5E9; } .extLogoLinks a.box.greenBox { background: #E2FBEF; } .extLogoLinks a.box .title { font-size: 24px; font-weight: 500; } .extLogoLinks a.box .date { font-size: 20px; font-weight: 400; color: #232347; } .extLogoLinks a.box .revenue { font-size: 42px; font-weight: 400; color: #232347; } .extLogoLinks a.box .link { font-size: 16px; font-weight: 400; color: #BD1F31; } .extLogoLinks a.box .extLogo { margin: 21px 0; } .extLogoLinks a.box:after { content: ''; position: absolute; height: 3px; top: 100%; transition: 0.5s all; left: 100%; right: 100%; background-color: var(--pink-color); border-radius: 8px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .airCustom-item::after { content: ''; position: absolute; height: 6px; top: 100%; transition: 0.5s all; left: 100%; right: 100%; background-color: var(--pink-color); border-radius: 8px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .extLogoLinks a.box:hover:after { right: 15%; left: 15%; } .airCustom-item:hover::after { right: 7%; left: 7%; } .viewAllLink { color: var(--pink-color); position: relative; } .importProcedure { background: #EEEEF3; padding: 50px 0; } .importProcedure h3 { font-size: var(--Font-30); font-weight: 600; } .importProcedure a.importBox { background: var(--white-color); display: block; border-radius: 10px; padding: 20px; box-shadow: 3px 5px 30px #00000012; min-height: 190px; } .importProcedure a.importBox span { margin: 0 auto; border-radius: 50%; background: #f5f5f9; width: 90px; height: 90px; display: block; text-align: center; line-height: 90px; } .importProcedure a.importBox { color: var(--black-color); font-size: 18px; font-weight: 500; text-align: center; position: relative; } .importProcedure a.importBox::after { position: absolute; content: ""; width: 0%; height: 5px; bottom: -5px; left: 50%; right: 50%; background: var(--pink-color); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; transition: all 0.5s ease; } .importProcedure a.importBox:hover::after { position: absolute; content: ""; width: 80%; height: 5px; bottom: -5px; left: 10%; right: 10%; background: var(--pink-color); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .importProcedure a.importBox:hover { color: var(--pink-color); } .importProcedure a.importBox span { transition: all 0.5s ease; } .importProcedure a.importBox:hover span { background: var(--blue-color); animation: bounce2 2s ease infinite; } .importProcedure a.importBox:hover span img { filter: brightness(5); } .importProcedure .btns a { border-radius: 4px; /* background:var(--white-color); */ color: var(--white-color); padding: 10px 15px; border: 1px solid var(--white-color); } .importProcedure .btns a:hover { color: var(--white-color); border-color: var(--pink-color); background: var(--pink-color); } .btnGrp { display: flex; align-items: center; justify-content: space-between; } .btnGrp .airCustomMenu { margin-left: 5px; } .revenueChart { background: var(--white-color); border-radius: 8px; box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); padding: 20px; min-height: 410px; } .downloadRevPDF { display: flex; align-items: center; } .downloadRevPDF select { width: 105px; border-radius: 20px; } #revenue-chart { width: 100%; height: 250px; } .downloadRevPDF a { border: 1px solid #E1E7F1; padding: 7px 10px; color: var(--black-color); border-radius: 20px; margin-right: 10px; } .downloadRevPDF a:hover { background: var(--blue-color); color: var(--white-color); } /* ===== export commisionarate ===== */ .importProcedure.exportProcedure { padding: 0 0 50px 0; } .exportSlider { margin: 0; padding: 20px 0; } .exportProcedure .swiper-button-next, .importProcedure .swiper-button-prev { top: 25px; z-index: 5; } .exportProcedure .swiper-button-prev { left: inherit !important; right: 73px !important; } .exportProcedure a { font-size: 16px; } .exportProcedure a.importBox { min-height: 185px; } .exportCommisionRti { background: #F8F8F8; padding: 50px 0; } .exportCommisionRti h3 { font-size: var(--Font-30); font-weight: 600; margin-bottom: 30px; } .rtiList { display: flex; justify-content: space-between; position: relative; } .rtiList:before { width: 100%; height: 2px; background: #d1d1d1; content: ""; position: absolute; top: 50%; z-index: 0; } .rtiList li a.circleBox { background: #566ab5; width: 140px; height: 140px; border-radius: 50%; display: block; display: flex; align-items: center; justify-content: center; flex-direction: column; z-index: 1; position: relative; } .rtiList li a.circleBox span { display: block; padding: 10px 0 0; z-index: 1; } .rtiList li a.circleBox img { filter: brightness(5); z-index: 1; } .rtiList li a.circleBox:hover img { filter: inherit; } .rtiList li a:before { position: absolute; content: ""; top: 3px; right: 3px; bottom: 3px; left: 3px; background: var(--white-color); border-radius: 50%; transform-origin: 50% 50%; transform: scale(0); transition: all .35s; z-index: 0; } .rtiList li a:hover:before { transform: scale(1); } .playPause { position: absolute; right: 36.5px; top: 4px; font-size: 30px; font-weight: 300; color: var(--pink-color); cursor: pointer; } .playPause.playBtn:before { content: "\F4F3"; } .innerContent.airCommissionerate .importProcedure { padding-top: 0; } .exportCommision .airCustomFaq, .generalCommision .airCustomFaq, .apsc .airCustomFaq { background: var(--white-color); padding: 40px 0 !important; } .generalCommision .airCustomFaq { padding: 40px 0; } .generalCommision .airCustomMenu .customCommonLinks { width: 300px; } .generalCommision .airCustomFaq h4 a, .apsc .airCustomFaq h4 a { color: var(--black-color); } .generalCommision .airCustomFaq h4 a:hover, .apsc .airCustomFaq h4 a:hover { color: var(--pink-color); } #resultModal .modal-header { justify-content: space-between; } #resultModal .modal-header .close { border: 1px solid var(--pink-color); background: var(--white-color); color: var(--pink-color); font-size: 26px; border-radius: 50%; width: 30px; height: 30px; line-height: 20px; } #multiStepForm label.selected { color: var(--pink-color); } body.activeMobNav { overflow: hidden; } /* ===== AOS ===== */ [data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] { transition-duration: 50ms } [data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate { transition-delay: 50ms } [data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] { transition-duration: .1s } [data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate { transition-delay: .1s } [data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] { transition-duration: .15s } [data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate { transition-delay: .15s } [data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] { transition-duration: .2s } [data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate { transition-delay: .2s } [data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] { transition-duration: .25s } [data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate { transition-delay: .25s } [data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] { transition-duration: .3s } [data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate { transition-delay: .3s } [data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] { transition-duration: .35s } [data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate { transition-delay: .35s } [data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] { transition-duration: .4s } [data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate { transition-delay: .4s } [data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] { transition-duration: .45s } [data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate { transition-delay: .45s } [data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] { transition-duration: .5s } [data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate { transition-delay: .5s } [data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] { transition-duration: .55s } [data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate { transition-delay: .55s } [data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] { transition-duration: .6s } [data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate { transition-delay: .6s } [data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] { transition-duration: .65s } [data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate { transition-delay: .65s } [data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] { transition-duration: .7s } [data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate { transition-delay: .7s } [data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] { transition-duration: .75s } [data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate { transition-delay: .75s } [data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] { transition-duration: .8s } [data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate { transition-delay: .8s } [data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] { transition-duration: .85s } [data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate { transition-delay: .85s } [data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] { transition-duration: .9s } [data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate { transition-delay: .9s } [data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] { transition-duration: .95s } [data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate { transition-delay: .95s } [data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] { transition-duration: 1s } [data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate { transition-delay: 1s } [data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] { transition-duration: 1.05s } [data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate { transition-delay: 1.05s } [data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] { transition-duration: 1.1s } [data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate { transition-delay: 1.1s } [data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] { transition-duration: 1.15s } [data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate { transition-delay: 1.15s } [data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] { transition-duration: 1.2s } [data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate { transition-delay: 1.2s } [data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] { transition-duration: 1.25s } [data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate { transition-delay: 1.25s } [data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] { transition-duration: 1.3s } [data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate { transition-delay: 1.3s } [data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] { transition-duration: 1.35s } [data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate { transition-delay: 1.35s } [data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] { transition-duration: 1.4s } [data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate { transition-delay: 1.4s } [data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] { transition-duration: 1.45s } [data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate { transition-delay: 1.45s } [data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] { transition-duration: 1.5s } [data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate { transition-delay: 1.5s } [data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] { transition-duration: 1.55s } [data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate { transition-delay: 1.55s } [data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] { transition-duration: 1.6s } [data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate { transition-delay: 1.6s } [data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] { transition-duration: 1.65s } [data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate { transition-delay: 1.65s } [data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] { transition-duration: 1.7s } [data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate { transition-delay: 1.7s } [data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] { transition-duration: 1.75s } [data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate { transition-delay: 1.75s } [data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] { transition-duration: 1.8s } [data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate { transition-delay: 1.8s } [data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] { transition-duration: 1.85s } [data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate { transition-delay: 1.85s } [data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] { transition-duration: 1.9s } [data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate { transition-delay: 1.9s } [data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] { transition-duration: 1.95s } [data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate { transition-delay: 1.95s } [data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] { transition-duration: 2s } [data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate { transition-delay: 2s } [data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] { transition-duration: 2.05s } [data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate { transition-delay: 2.05s } [data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] { transition-duration: 2.1s } [data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate { transition-delay: 2.1s } [data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] { transition-duration: 2.15s } [data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate { transition-delay: 2.15s } [data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] { transition-duration: 2.2s } [data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate { transition-delay: 2.2s } [data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] { transition-duration: 2.25s } [data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate { transition-delay: 2.25s } [data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] { transition-duration: 2.3s } [data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate { transition-delay: 2.3s } [data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] { transition-duration: 2.35s } [data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate { transition-delay: 2.35s } [data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] { transition-duration: 2.4s } [data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate { transition-delay: 2.4s } [data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] { transition-duration: 2.45s } [data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate { transition-delay: 2.45s } [data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] { transition-duration: 2.5s } [data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate { transition-delay: 2.5s } [data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] { transition-duration: 2.55s } [data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate { transition-delay: 2.55s } [data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] { transition-duration: 2.6s } [data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate { transition-delay: 2.6s } [data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] { transition-duration: 2.65s } [data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate { transition-delay: 2.65s } [data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] { transition-duration: 2.7s } [data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate { transition-delay: 2.7s } [data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] { transition-duration: 2.75s } [data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate { transition-delay: 2.75s } [data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] { transition-duration: 2.8s } [data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate { transition-delay: 2.8s } [data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] { transition-duration: 2.85s } [data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate { transition-delay: 2.85s } [data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] { transition-duration: 2.9s } [data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate { transition-delay: 2.9s } [data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] { transition-duration: 2.95s } [data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate { transition-delay: 2.95s } [data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] { transition-duration: 3s } [data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] { transition-delay: 0s } [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate { transition-delay: 3s } [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] { transition-timing-function: cubic-bezier(.25, .25, .75, .75) } [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] { transition-timing-function: ease } [data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] { transition-timing-function: ease-in } [data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] { transition-timing-function: ease-out } [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] { transition-timing-function: ease-in-out } [data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] { transition-timing-function: cubic-bezier(.6, -.28, .735, .045) } [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] { transition-timing-function: cubic-bezier(.175, .885, .32, 1.275) } [data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] { transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55) } [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] { transition-timing-function: cubic-bezier(.47, 0, .745, .715) } [data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] { transition-timing-function: cubic-bezier(.39, .575, .565, 1) } [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] { transition-timing-function: cubic-bezier(.445, .05, .55, .95) } [data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos^=fade][data-aos^=fade] { opacity: 0; transition-property: opacity, transform } [data-aos^=fade][data-aos^=fade].aos-animate { opacity: 1; transform: translateZ(0) } [data-aos=fade-up] { transform: translate3d(0, 100px, 0) } [data-aos=fade-down] { transform: translate3d(0, -100px, 0) } [data-aos=fade-right] { transform: translate3d(-100px, 0, 0) } [data-aos=fade-left] { transform: translate3d(100px, 0, 0) } [data-aos=fade-up-right] { transform: translate3d(-100px, 100px, 0) } [data-aos=fade-up-left] { transform: translate3d(100px, 100px, 0) } [data-aos=fade-down-right] { transform: translate3d(-100px, -100px, 0) } [data-aos=fade-down-left] { transform: translate3d(100px, -100px, 0) } [data-aos^=zoom][data-aos^=zoom] { opacity: 0; transition-property: opacity, transform } [data-aos^=zoom][data-aos^=zoom].aos-animate { opacity: 1; transform: translateZ(0) scale(1) } [data-aos=zoom-in] { transform: scale(.6) } [data-aos=zoom-in-up] { transform: translate3d(0, 100px, 0) scale(.6) } [data-aos=zoom-in-down] { transform: translate3d(0, -100px, 0) scale(.6) } [data-aos=zoom-in-right] { transform: translate3d(-100px, 0, 0) scale(.6) } [data-aos=zoom-in-left] { transform: translate3d(100px, 0, 0) scale(.6) } [data-aos=zoom-out] { transform: scale(1.2) } [data-aos=zoom-out-up] { transform: translate3d(0, 100px, 0) scale(1.2) } [data-aos=zoom-out-down] { transform: translate3d(0, -100px, 0) scale(1.2) } [data-aos=zoom-out-right] { transform: translate3d(-100px, 0, 0) scale(1.2) } [data-aos=zoom-out-left] { transform: translate3d(100px, 0, 0) scale(1.2) } [data-aos^=slide][data-aos^=slide] { transition-property: transform } [data-aos^=slide][data-aos^=slide].aos-animate { transform: translateZ(0) } [data-aos=slide-up] { transform: translate3d(0, 100%, 0) } [data-aos=slide-down] { transform: translate3d(0, -100%, 0) } [data-aos=slide-right] { transform: translate3d(-100%, 0, 0) } [data-aos=slide-left] { transform: translate3d(100%, 0, 0) } [data-aos^=flip][data-aos^=flip] { backface-visibility: hidden; transition-property: transform } [data-aos=flip-left] { transform: perspective(2500px) rotateY(-100deg) } [data-aos=flip-left].aos-animate { transform: perspective(2500px) rotateY(0) } [data-aos=flip-right] { transform: perspective(2500px) rotateY(100deg) } [data-aos=flip-right].aos-animate { transform: perspective(2500px) rotateY(0) } [data-aos=flip-up] { transform: perspective(2500px) rotateX(-100deg) } [data-aos=flip-up].aos-animate { transform: perspective(2500px) rotateX(0) } [data-aos=flip-down] { transform: perspective(2500px) rotateX(100deg) } [data-aos=flip-down].aos-animate { transform: perspective(2500px) rotateX(0) } .export-certificate-section .Heading20 { font-weight: 600; } .navigation .pagination { margin-top: 60px; } .noticesExapnd { display: none; position: fixed; background: #E8E8F3; right: 0px; top: 0px; width: 400px; z-index: 999; overflow: hidden; padding: 25px 35px; height: 100vh; -webkit-box-shadow: -26px 2px 36px 15px rgba(0, 0, 0, 0.33); -moz-box-shadow: -26px 2px 36px 15px rgba(0, 0, 0, 0.33); box-shadow: -26px 2px 36px 15px rgba(0, 0, 0, 0.33); } .noticesTitleBarclose { position: absolute; right: 45px; top: 50px; width: 32px; height: 33px; z-index: 9; } .noticesTitleBar h2 { font-size: 26px; color: #323232; margin-bottom: 10px; } .noticesList li a { font-size: var(--Font-18); color: #323232; background: var(--white-color); display: block; margin-bottom: 15px; padding: 20px 30px; border-radius: 8px; border: 1px solid var(--white-color); position: relative; } .noticesList li a:hover { border: 1px solid #BD1F31; color: #BD1F31; } .offcanvas { background: #E8E8F3; padding: 0 15px; min-width: 450px !important; } .noticesList li a:hover:before { position: absolute; content: ""; background: url("../../../images/arrow-up-right.svg") no-repeat; right: 11px; top: 26px; width: 23px; height: 23px; } .noticesTitleBar p { color: #323232; } .beware-fraudsters h3 { font-size: 32px; font-weight: 600; } .beware-fraudsters h4 { font-size: 28px; font-weight: 600; } .beware-fraudsters video.customsVideo { width: 100%; height: auto; object-fit: cover; border-radius: 10px; box-shadow: rgb(241, 241, 241) 0px 0px 12px 0px; border: 15px solid var(--white-color); } .comViewall a { color: #BD1F31; } .comViewall { position: absolute; right: 10px; top: -40px; } #airportCustomCircularsNotices, #airportCustomPressReleases, #airportCustomTenders, #airportCustomPostingorders, #publicNotice, #airportCustomCpioOrders { position: relative; min-height: 180px; } #airportCustomPressReleases .col-lg-3 { position: relative; } #airportCustomPressReleases .col-lg-3::after { position: absolute; content: ""; width: 1px; height: 70%; background-color: #e4e4e4; transform: translate(-50%, -50%); top: 50%; right: 0; } #airportCustomPressReleases .col-lg-3:last-child::after { display: none; } #airportCustomTenders { min-height: 180px; } #airportCustomTenders .col-lg-3 { position: relative; } #airportCustomTenders .col-lg-3::after { position: absolute; content: ""; width: 1px; height: 70%; background-color: #e4e4e4; transform: translate(-50%, -50%); top: 50%; right: 0; } #airportCustomTenders .col-lg-3:last-child::after { display: none; } #airportCustomPostingorders .col-lg-3 { position: relative; } #airportCustomPostingorders .col-lg-3::after { position: absolute; content: ""; width: 1px; height: 70%; background-color: #e4e4e4; transform: translate(-50%, -50%); top: 50%; right: 0; } #airportCustomPostingorders .col-lg-3:last-child::after { display: none; } #airportCustomPressReleases .col-lg-3 { position: relative; } #airportCustomPressReleases .col-lg-3::after { position: absolute; content: ""; width: 1px; height: 70%; background-color: #e4e4e4; transform: translate(-50%, -50%); top: 50%; right: 0; } #airportCustomPressReleases .col-lg-3:last-child::after { display: none; } #airportCustomCpioOrders .col-lg-3 { position: relative; } #airportCustomCpioOrders .col-lg-3::after { position: absolute; content: ""; width: 1px; height: 70%; background-color: #e4e4e4; transform: translate(-50%, -50%); top: 50%; right: 0; } #airportCustomCpioOrders .col-lg-3:last-child::after { display: none; } #airportCustomCircularsNotices { min-height: 180px; } #airportCustomCircularsNotices .col-lg-3 { position: relative; } #airportCustomCircularsNotices .col-lg-3::after { position: absolute; content: ""; width: 1px; height: 70%; background-color: #e4e4e4; transform: translate(-50%, -50%); top: 50%; right: 0; } #airportCustomCircularsNotices .col-lg-3:last-child::after { display: none; } .comViewall a img { filter: brightness(0) saturate(100%) invert(25%) sepia(88%) saturate(2187%) hue-rotate(335deg) brightness(93%) contrast(86%); } .whoImpBox h3 { margin-top: 25px; } .beware-fraudsters .grayBox { padding: 25px 25px 10px 25px; } .duty-payment .grayBox { padding: 25px 25px 10px 25px; } .contant-info-box .contant-inf h4 { font-size: 18px; margin-bottom: 1px; font-weight: 600; } /* ===== map integration in commisionarate offices ===== */ .leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane>svg, .leaflet-pane>canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { position: absolute; left: 0; top: 0; } .leaflet-container { overflow: hidden; } .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow { -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-user-drag: none; } .leaflet-tile::selection { background: transparent; } .leaflet-safari .leaflet-tile { image-rendering: -webkit-optimize-contrast; } .leaflet-safari .leaflet-tile-container { width: 1600px; height: 1600px; -webkit-transform-origin: 0 0; } .leaflet-marker-icon, .leaflet-marker-shadow { display: block; } .leaflet-container .leaflet-overlay-pane svg { max-width: none !important; max-height: none !important; } .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile { max-width: none !important; max-height: none !important; width: auto; padding: 0; } /* .leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter; } */ .leaflet-container.leaflet-touch-zoom { -ms-touch-action: pan-x pan-y; touch-action: pan-x pan-y; } .leaflet-container.leaflet-touch-drag { -ms-touch-action: pinch-zoom; touch-action: none; touch-action: pinch-zoom; } .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { -ms-touch-action: none; touch-action: none; } .leaflet-container { -webkit-tap-highlight-color: transparent; } .leaflet-container a { -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); } .leaflet-tile { filter: inherit; visibility: hidden; } .leaflet-tile-loaded { visibility: inherit; } .leaflet-zoom-box { width: 0; height: 0; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 800; } .leaflet-overlay-pane svg { -moz-user-select: none; } .leaflet-pane { z-index: 400; } .leaflet-tile-pane { z-index: 200; } .leaflet-overlay-pane { z-index: 400; } .leaflet-shadow-pane { z-index: 500; } .leaflet-marker-pane { z-index: 600; } .leaflet-tooltip-pane { z-index: 650; } .leaflet-popup-pane { z-index: 700; } .leaflet-map-pane canvas { z-index: 100; } .leaflet-map-pane svg { z-index: 200; } .leaflet-vml-shape { width: 1px; height: 1px; } /* .lvml { behavior: url(#default#VML); display: inline-block; position: absolute; } */ /* control positioning */ .leaflet-control { position: relative; z-index: 800; pointer-events: visiblePainted; pointer-events: auto; } .leaflet-top, .leaflet-bottom { position: absolute; z-index: 1000; pointer-events: none; } .leaflet-top { top: 0; } .leaflet-right { right: 0; } .leaflet-bottom { bottom: 0; } .leaflet-left { left: 0; } .leaflet-control { float: left; clear: both; } .leaflet-right .leaflet-control { float: right; } .leaflet-top .leaflet-control { margin-top: 10px; } .leaflet-bottom .leaflet-control { margin-bottom: 10px; } .leaflet-left .leaflet-control { margin-left: 10px; } .leaflet-right .leaflet-control { margin-right: 10px; } /* zoom and fade animations */ .leaflet-fade-anim .leaflet-popup { opacity: 0; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .leaflet-fade-anim .leaflet-map-pane .leaflet-popup { opacity: 1; } .leaflet-zoom-animated { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } svg.leaflet-zoom-animated { will-change: transform; } .leaflet-zoom-anim .leaflet-zoom-animated { -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1); -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1); transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); } .leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile { -webkit-transition: none; -moz-transition: none; transition: none; } .leaflet-zoom-anim .leaflet-zoom-hide { visibility: hidden; } /* cursors */ .leaflet-interactive { cursor: pointer; } .leaflet-grab { cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } .leaflet-crosshair, .leaflet-crosshair .leaflet-interactive { cursor: crosshair; } .leaflet-popup-pane, .leaflet-control { cursor: auto; } .leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; } /* marker & overlays interactivity */ .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane>svg path, .leaflet-tile-container { pointer-events: none; } .leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane>svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path { pointer-events: visiblePainted; pointer-events: auto; } /* visual tweaks */ .leaflet-container { background: #ddd; outline-offset: 1px; } .leaflet-container a { color: var(--white-color); } .leaflet-zoom-box { border: 2px dotted #38f; background: rgba(255, 255, 255, 0.5); } /* general typography */ .leaflet-container { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 12px; font-size: 0.75rem; line-height: 1.5; } /* general toolbar styles */ .leaflet-bar { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); border-radius: 4px; } .leaflet-bar a { background-color: var(--white-color); border-bottom: 1px solid #ccc; width: 26px; height: 26px; line-height: 26px; display: block; text-align: center; text-decoration: none; color: black; } .leaflet-bar a, .leaflet-control-layers-toggle { background-position: 50% 50%; background-repeat: no-repeat; display: block; } .leaflet-bar a:hover, .leaflet-bar a:focus { background-color: #f4f4f4; } .leaflet-bar a:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .leaflet-bar a:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-bottom: none; } .leaflet-bar a.leaflet-disabled { cursor: default; background-color: #f4f4f4; color: #bbb; } .leaflet-touch .leaflet-bar a { width: 30px; height: 30px; line-height: 30px; } .leaflet-touch .leaflet-bar a:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px; } .leaflet-touch .leaflet-bar a:last-child { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } /* zoom control */ .leaflet-control-zoom-in, .leaflet-control-zoom-out { font: bold 18px 'Lucida Console', Monaco, monospace; text-indent: 1px; } .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out { font-size: 22px; } /* layers control */ .leaflet-control-layers { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); background: var(--white-color); border-radius: 5px; } .leaflet-control-layers-toggle { background-image: url(../../../../images/layers.png); width: 36px; height: 36px; } .leaflet-retina .leaflet-control-layers-toggle { background-image: url(../../../../images/layers-2x.png); background-size: 26px 26px; } .leaflet-touch .leaflet-control-layers-toggle { width: 44px; height: 44px; } .leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle { display: none; } .leaflet-control-layers-expanded .leaflet-control-layers-list { display: block; position: relative; } .leaflet-control-layers-expanded { padding: 6px 10px 6px 6px; color: #333; background: var(--white-color); } .leaflet-control-layers-scrollbar { overflow-y: scroll; overflow-x: hidden; padding-right: 5px; } .leaflet-control-layers-selector { margin-top: 2px; position: relative; top: 1px; } .leaflet-control-layers label { display: block; font-size: 13px; font-size: 1.08333em; } .leaflet-control-layers-separator { height: 0; border-top: 1px solid #ddd; margin: 5px -10px 5px -6px; } /* Default icon URLs */ .leaflet-default-icon-path { background-image: url(../../../../images/marker-icon.png); } /* attribution and scale controls */ .leaflet-container .leaflet-control-attribution { background: var(--white-color); background: rgba(255, 255, 255, 0.8); margin: 0; } .leaflet-control-attribution, .leaflet-control-scale-line { padding: 0 5px; color: #333; line-height: 1.4; } .leaflet-control-attribution a { text-decoration: none; } .leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus { text-decoration: underline; } .leaflet-attribution-flag { display: inline !important; vertical-align: baseline !important; width: 1em; height: 0.6669em; } .leaflet-left .leaflet-control-scale { margin-left: 5px; } .leaflet-bottom .leaflet-control-scale { margin-bottom: 5px; } .leaflet-control-scale-line { border: 2px solid #777; border-top: none; line-height: 1.1; padding: 2px 5px 1px; white-space: nowrap; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(255, 255, 255, 0.8); text-shadow: 1px 1px var(--white-color); } .leaflet-control-scale-line:not(:first-child) { border-top: 2px solid #777; border-bottom: none; margin-top: -2px; } .leaflet-control-scale-line:not(:first-child):not(:last-child) { border-bottom: 2px solid #777; } .leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { box-shadow: none; } .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { border: 2px solid rgba(0, 0, 0, 0.2); background-clip: padding-box; } /* ===== popup ===== */ .leaflet-popup { position: absolute; text-align: center; margin-bottom: 20px; } .leaflet-popup-content-wrapper { padding: 1px; text-align: left; border-radius: 12px; } .leaflet-popup-content { margin: 13px 24px 13px 20px; line-height: 1.3; font-size: 13px; font-size: 1.08333em; min-height: 1px; } .leaflet-popup-content p { margin: 17px 0; margin: 1.3em 0; } .leaflet-popup-tip-container { width: 40px; height: 20px; position: absolute; left: 50%; margin-top: -1px; margin-left: -20px; overflow: hidden; pointer-events: none; } .leaflet-popup-tip { width: 17px; height: 17px; padding: 1px; margin: -10px auto 0; pointer-events: auto; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: white; color: #333; box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); } .leaflet-container a.leaflet-popup-close-button { position: absolute; top: 0; right: 0; border: none; text-align: center; width: 24px; height: 24px; font: 16px/24px Tahoma, Verdana, sans-serif; color: #bd1f31; text-decoration: none; background: transparent; } .leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus { color: #585858; } .leaflet-popup-scrolled { overflow: auto; } .leaflet-oldie .leaflet-popup-content-wrapper { -ms-zoom: 1; } .leaflet-oldie .leaflet-popup-tip { width: 24px; margin: 0 auto; -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); } .leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip { border: 1px solid #999; } /* ===== div icon ===== */ .leaflet-div-icon { background: var(--white-color); border: 1px solid #666; } /* Tooltip */ /* Base styles for the element that has a tooltip */ .leaflet-tooltip { position: absolute; padding: 6px; background-color: var(--white-color); border: 1px solid var(--white-color); border-radius: 3px; color: #222; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); } .leaflet-tooltip.leaflet-interactive { cursor: pointer; pointer-events: auto; } .leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before { position: absolute; pointer-events: none; border: 6px solid transparent; background: transparent; content: ""; } /* Directions */ .leaflet-tooltip-bottom { margin-top: 6px; } .leaflet-tooltip-top { margin-top: -6px; } .leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before { left: 50%; margin-left: -6px; } .leaflet-tooltip-top:before { bottom: 0; margin-bottom: -12px; border-top-color: var(--white-color); } .leaflet-tooltip-bottom:before { top: 0; margin-top: -12px; margin-left: -6px; border-bottom-color: var(--white-color); } .leaflet-tooltip-left { margin-left: -6px; } .leaflet-tooltip-right { margin-left: 6px; } .leaflet-tooltip-left:before, .leaflet-tooltip-right:before { top: 50%; margin-top: -6px; } .leaflet-tooltip-left:before { right: 0; margin-right: -12px; border-left-color: var(--white-color); } .leaflet-tooltip-right:before { left: 0; margin-left: -12px; border-right-color: var(--white-color); } /* Printing */ @media print { /* Prevent printers from removing background-images of controls. */ .leaflet-control { -webkit-print-color-adjust: exact; print-color-adjust: exact; } } /* ===== page UI css ===== */ .page-container { max-width: 1200px; margin: 20px auto; gap: 30px; padding: 0 20px; } .locations-list { padding: 20px; background: white; border-radius: 8px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } .location-link { display: flex; padding: 12px 15px; margin-bottom: 10px; /*background: #f1f2f6;*/ background: #fff; color: #2f3542; text-decoration: none; transition: all 0.3s ease; border-left: 4px solid transparent; position: relative; box-shadow: 0 0 15px 0 #f1f1f1; } .location-link:hover, .location-link.selected { color: var(--pink-color) !important; } .location-link::before { /*width: 100%;*/ transform: scaleX(0); transition: all 0.5s ease; position: absolute; content: ""; background: var(--pink-color); height: 4px; bottom: -5px; left: 15px; z-index: 1; } .location-link.map-nav-link i { color: #bd1f31; margin-top: 3px; margin-right: 10px; } .location-link:hover:before, .location-link.selected:before { color: var(--pink-color) !important; transform: scaleX(1); transform-origin: center center; } .map-section { flex: 1; } #map { width: 100%; height: 500px; border-radius: 8px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } #divimg { height: 738px; overflow: auto; } .cco-jurisdiction-img { object-fit: cover; width: 100%; border-radius:8px; } /* Custom Tooltip Styles */ .custom-tooltip { background: white; padding: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); font-family: Arial, sans-serif; border-left: 4px solid #bd1f31; max-width: 300px; } .tooltip-title { color: #2f3542; font-size: 16px; font-weight: bold; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #f1f2f6; } .tooltip-description { color: #57606f; font-size: 14px; line-height: 1.4; margin-bottom: 10px; } .tooltip-navigate { display: inline-block; background: #bd1f31; color: white; padding: 5px 10px; border-radius: 4px; text-decoration: none; font-size: 12px; line-height: 18px; transition: background-color 0.3s ease; } .tooltip-navigate:hover { background: #ff4757; } /* ===== Customize Leaflet popup ===== */ .leaflet-popup-content-wrapper { padding: 0; } .leaflet-popup-content { margin: 0; } .leaflet-popup-tip-container { margin-top: -1px; } .mapSection { position: relative; z-index: 5; padding: 35px; background: var(--white-color); box-shadow: 3px 3px 24px #00000014; border-radius: 16px; margin-bottom: 20px; margin-top: 30px !important; } /* ===== Preventive ===== */ .preventiveCommision .from-commissioner-desk-section { background-color: var(--white-color); } .knowMore { background-color: var(--white-color); border: 1px solid var(--pink-color); color: var(--pink-color); padding: 10px 18px; border-radius: 4px; transition: all 0.3s linear; margin-top: 30px; display: inline-block; } .knowMore:hover { background-color: var(--pink-color); color: var(--white-color); } .preventiveServices { padding-top: 50px; background: #F4F4F9; } .preventiveServices .card { height: 400px; border-radius: 12px; padding: 1.5rem; background: white; position: relative; display: flex; justify-content: center; align-items: center; transition: 0.4s ease-out; box-shadow: 3px 3px 24px #00000014; } .preventiveServices .card:hover { transform: translateY(20px); } .preventiveServices .card:hover:before { opacity: 1; } .preventiveServices .card:hover .info { opacity: 1; transform: translateY(0px); } .preventiveServices .card:before { content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; border-radius: 12px; background: rgba(0, 0, 0, 0.6); z-index: 2; transition: 0.5s; opacity: 0; } .preventiveServices .card img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; border-radius: 12px; } .preventiveServices .card .info { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; position: relative; z-index: 3; color: white; opacity: 0; transform: translateY(30px); transition: 0.5s; } .preventiveServices h3, .preventiveServices .card .info .card-title { font-size: 1.7em; } .preventiveServices .card .info .knowMore { padding: 10px 18px; border-radius: 4px; transition: all 0.3s linear; outline: none; border: none; border-radius: 3px; background: var(--pink-color); color: var(--white-color); cursor: pointer; } .preventiveServices .card .info .knowMore:hover { background: var(--blue-color); color: var(--white-color); } .apsc .airCustom-container, .ccoCommision .airCustom-container, .appealCommision .airCustom-container { grid-template-columns: repeat(4, 1fr); } .preventiveCommision .airCustom-container { grid-template-columns: repeat(5, 1fr); } /* new css here */ .airCustomIconSection.specialCargoSectionUp .airCustom-container.new-airCustom-container { grid-template-columns: repeat(5, 1fr); } .bothCommon { display: grid; grid-template-columns: 3fr 2fr; width: 100%; gap:30px; } .bothCommonLeft .airCustom-container { grid-template-columns: repeat(3, 1fr); } .bothCommonRight .airCustom-container { grid-template-columns: repeat(2, 1fr); } .airCustom-item { background: var(--white-color); padding: 21px 16px 35px 16px; } small.obsText { position: relative; font-size: 18px; top: -5px; } .specialCargoSectionUp small.obsText { top: 0; } /* new css here end */ .preventiveCommision .airCustomIconSection h3, .appealCommision .airCustomIconSection h3, .apsc .airCustomIconSection h3 { margin-bottom: 15px; } .preventiveCommision .airCustomFaq { margin: 0; background: var(--white-color); padding: 50px 0 !important; } .preventiveCommision .airCustom-item::before { width: 85%; } .preventiveCommision .from-commissioner-desk-section .commissioner-img img { margin-top: 0; } .preventiveCommision .from-commissioner-desk-section { margin: 50px 0; } .rummangSection { background: var(--white-color); padding: 50px 0 0; } .rummangSection .rummangBox-1, .rummangSection .rummangBox-2 { border-radius: 10px; padding: 40px; } .rummangSection .rummangBox-1 { background: #F4F4F9; } .rummangSection .rummangBox-2 { background: #fcebed; } .rummangSection .knowMore { background: transparent; } .rummangSection p, .petrolingBox p { padding-bottom: 0px; margin-bottom: 0; min-height:80px; } .rummangSection h3 { min-height: 64px; } .rummangSection .knowMore:hover { background-color: var(--pink-color); color: var(--white-color); } .petrolingBox { background: var(--white-color); padding: 21px 33px 35px 33px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 8px; box-shadow: 3px 5px 30px rgba(112, 112, 112, 0.07); position: relative; border: 1px solid transparent; transition: border-color 0.3s linear; } .petrolingBox .knowMore { margin-top: 0; } .petrolingBox:hover { transform: translateY(10px) !important; } .petrolingBox::before { position: absolute; content: ""; width: 80%; height: 8px; bottom: -8px; background: #353582; z-index: -1 !important; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } .petrolingBox p { text-align: center; } .innerBg { background:#000 url(../../../../images/inner-bg2.webp) center center no-repeat; background-size: cover; animation: innerBackgroundAni 15s linear infinite alternate; } .generalCommision .innerBg { background-image: url(../../../../images/general-bg.webp); } .importCommision .innerBg { background-image: url(../../../../images/export-bg.webp); } .apsc .innerBg { background-image: url(../../../../images/special-cargo-bg.webp); } .appealCommision .innerBg { background-image: url(../../../../images/appeal-bg.webp); } .exportCommision .innerBg { background-image: url(../../../../images/import-bg.webp); } .preventiveCommision .innerBg { background-image: url(../../../../images/preventive-bg.webp); } .innerBg .innerBanner { background: none; } .innerBg .customNavClick { color: var(--white-color); border-color: var(--white-color); } .innerBg .airCustomIconSection h3 { color: var(--white-color); } .innerContent.importCommision, .innerContent.exportCommision, .innerContent.generalCommision, .innerContent.preventiveCommision, .innerContent.appealCommision, .innerContent.ccoCommision, .innerContent.apsc { padding-top: 0; } .innerBg .importProcedure { background: none; } .innerBg .importProcedure { color: var(--white-color); } .innerBanner.airCustomInnerBanner .helplineBox, .importCommision .helplineBox, .exportCommision .helplineBox, .generalCommision .helplineBox, .preventiveCommision .helplineBox, .appealCommision .helplineBox, .apsc .helplineBox { right: 0; } .generalCommision .swiper-button-next, .generalCommision .swiper-button-prev, .exportCommision .swiper-button-next, .exportCommision .swiper-button-prev { color: var(--white-color); border-color: var(--white-color) } .generalCommision .playPause, .exportCommision .playPause { color: var(--white-color); } .appealCommision .airCustomFaq, .airCustomTemplate .airCustomFaq, .ccoCommision .airCustomFaq { margin: 0; background: var(--white-color); padding: 50px 0 !important; } /*#chatbot-icon { bottom: 100px !important; animation: tada 3s linear infinite; }*/ #chatbot-icon { animation: tada 3s linear infinite; } #chatbot-icon { bottom:70px !important; } .MyBotGenie .botGeniebotIcn { bottom: 70px !important; } .MyBotGenie .botGeniechatBotMainWidget { bottom: 140px !important; } .home-wrapper .megaMenus { width: 75%; } /* ===== Back to Top ===== */ #backtotop { position:fixed; right:10px; bottom: -60px; padding:10px 10px; background-color:var(--pink-color); color:var(--white-color); border-radius:5px 5px 0px 0px; font-size: 14px; text-transform: uppercase; font-weight: 600; text-decoration: none; -webkit-transition: 350ms ease; transition: 350ms ease; z-index: 99; overflow:hidden; } #backtotop .fa { font-size:14px; margin-right:3px; } #backtotop.active { bottom:0; } #backtotop:hover { background-color:#424d6b; } .home-wrapper:before { width: 750px; height: 434px; content: ""; position: absolute; left: 0; top: 0; background-image: url(../../../../images/BG-White.webp); background-size: cover; background-position: left top; background-repeat: no-repeat; z-index: -1; } .facilitation-listView a { color: var(--pink-color); font-size: var(--Font-18); font-weight: 600; } .facilitation-listView a .list-img { margin-right: 10px; } .facilitation-listView a .list-img { border:1px solid transparent; transition: all 0.5s ease; } .facilitation-listView a:hover .list-img { border: 1px solid var(--pink-color); transform: scale(0.9); } .extLogoLinks .commonTab .nav-item .nav-link { font-size: var(--Font-18); padding: 10px 20px; } .extlLinks.facilitation-listView .list .list-img { width: 65px; height:65px; text-align: center; line-height: 25px; } .extLogoLinks #commonTabbing { margin-bottom: 0; } .extLogoLinks .tab-content { padding: 20px; background-color: var(--white-color); border-radius: 10px; border-top-left-radius:0; } .extLogoLinks .tab-content img { width: 100%; } .extLogoLinks .commonTab .nav-item .nav-link { border-radius:0; } .extLogoLinks .responsive-tabs li a { font-size:18px; padding:15px; } .extLogoLinks .r-tabs .r-tabs-panel { padding:15px; } body.hindisite { font-family: 'LohitDevanagari'; } body.hindisite #wrapper1 { font-size: 105%; } .hindisite .navbar-light .navbar-nav .nav-link { font-size: 1.2em; } .hindisite .left-strip-icon span, .hindisite .footerLinks p, .hindisite .footerLinks ul li, .hindisite .breadcrumb { font-size: 0.9em; } .hindisite .custonTabSection .newsList a, .hindisite .dateRow .date, .hindisite .fileSize, .hindisite #languageDropdown, .hindisite .languageDropdown .dropdown-item, .hindisite .news-title a, .hindisite .news-date span, .hindisite .news-header .pdf-icon a span, .hindisite .footerLinks .lastUpdate-visitor strong, .hindisite .helpEmail { font-family: "Figtree"; font-size: 0.9em; } .home-wrapper { background-color: var(--blue-color); } .logo h1 { margin: 0; } .card-body hr { margin-bottom: 25px; } .contact-map { width:100%; height:450px; } /*.hindisite .moduleSearch li label, .hindisite .moduleSearch li .label { font-size:1.1em; }*/ .top-header .navbar-nav.cloneNavTop { flex-direction: row; justify-content: center; display: none; position: absolute; top: 5px; } .top-header .navbar-nav.cloneNavTop .nav-link { font-size: var(--Font-14); padding: 0 4px; margin: 0 4px; } .top-header .navbar-nav.cloneNavTop .nav-item:first-child, .top-header .navbar-nav.cloneNavTop .nav-item:nth-child(2) { display:none; } .top-header .navbar-nav.cloneNavTop .nav-item { position: relative; } .top-header .navbar-nav.cloneNavTop .nav-item:after { width: 1px; height: 10px; content: " "; position: absolute; right: 0; top: 4px; display: block; background-color: #999; } .top-header .navbar-nav.cloneNavTop .nav-item:last-child:after { display: none; } /* Photo Gallery CSS Start */ .gallery { margin: 0 -15px; padding: 0; list-style: none; } .gallery { list-style: none; } .gallery li { float: left; width: 33.333%; padding: 15px; } .gallery.photoList li, .gallery.videoList li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .gallery li .galleryBox { background-color: #fff; padding: 3px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); position: relative; width:100%; } .photoList li .galleryBox { width: 100%; height: 200px; overflow: hidden; border: 3px solid #fff; border-bottom: 5px solid #fff; } .gallery li .viewAlbum { display: block; overflow: hidden; height: 240px; } .gallery li .viewAlbum img { width: 100% !important; } .gallery li .galleryBox h3 a { color: #000; text-decoration: none; display: block; padding: 20px 0; } .gallery.photoList, .gallery.videoList { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .gallery.videoList li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .gallery li .galleryBox { background-color: #fff; padding: 3px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); position: relative; } .photoList .galleryBox .imgThumb { position: relative; overflow: hidden; display: block; height:200px; } .photoList .galleryBox .imgThumb img { width: 100%; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; display: block; width: 100%; min-height:200px; } .photoList .galleryBox:hover .fa, .videoList .galleryBox:hover .fa { transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); } .photoList .galleryBox .imgThumb:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); } .photoList .galleryBox .imgThumb img { width: 100%; transition: all 500ms ease 0s; -webkit-transition: all 500ms ease 0s; display: block; width: 100%; } .photoList .galleryBox .fa, .videoList .galleryBox .fa { width: 50px; height: 50px; border-radius: 50%; background-color: #BD1F31; position: absolute; left: 50%; top: 50%; color: #FFFFFF; font-size: 20px; text-align: center; line-height: 50px; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); transition: all 450ms ease 0s; -webkit-transition: all 450ms ease 0s; } .gallery li .galleryBox h3 a { color: #000; text-decoration: none; display: block; padding: 20px 0; } .gallery li .galleryBox h3 { font-weight: 500; font-size: 16px; text-align: center; font-family: 'Poppins', sans-serif; margin-bottom:0; } /* Photo Gallery CSS End*/ /* Magnific Popup CSS Start*/ .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; } button::-moz-focus-inner { padding: 0; border: 0; } button.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 10px; top: 10px; text-decoration: none; text-align: center; opacity: 1; padding: 0; color: #000; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; background: #fff; border-radius: 50%; text-align: center; } div.mfp-close { display: none; } .mfp-close:hover, .mfp-close:focus { opacity: 1; background: #fff; color: #000; } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; display: none; } .mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -30px; padding: 0; width: 60px; height: 60px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -30px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; background: none; } .mfp-arrow:before { display: block; width: 100%; height: 100%; text-align: center; position: absolute; left: 0; top: 0; font-family: 'FontAwesome'; font-size: 50px; color: #fff; line-height: 60px; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:before { content: "\f104" } .mfp-arrow-right { right: 0; } .mfp-arrow-right:before { content: "\f105" } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } /* Main image in popup */ img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } /* The shadow behind the image */ .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #fff; word-wrap: break-word; padding-right: 36px; font-size: 17px; text-align: center; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .my-mfp-zoom-in .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; } .my-mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; } .my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.9; } .my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; } /* Magnific Popup CSS End*/ /* ===== Required media queries ===== */ @media (max-width:1800px) { .cco-box .col-3 { padding: 5px; } .cco-box .col-4 { padding: 5px; } .cco-box .col-6 { padding: 5px; } .com-icon-box { margin-bottom: 0px; } .cco-box { padding: 10px 20px; } } @media (max-width:1650px) { .com-icon-box { padding: 10px 0; } } @media (max-width:1441px) { .socBox #myTabContent { padding: 0px; } } @media (max-width:1399px) { .helplineBox li span { font-size:14px; } .helplineBox { padding: 15px 0 15px 25px; } .helplineBox li { font-size:14px; } .innerTemplate .navbar-light .navbar-nav .nav-link { font-size:13px; } .public-notice .left-strip-icon img { max-width: 45px; } .search-section { margin-bottom: 45px; } .linkText::before { right: -55px; } .navbar-light .navbar-nav .nav-link { font-size: var(--Font-16); } .header-right .header-right-list li { margin-right: 6px; } .top-header .logo img { max-width: 261px; } .middle-home, .innerTemplate { padding-top: 100px; } #searchCollapse { right: 52px; } .menuSubUl a, .HorizontalMenu .MenuLi>a { font-size: var(--Font-14); } .responsive-tabs li a { padding:8px 12px; font-size:16px; } small.obsText { font-size: 16px; } .innerBanner h2 { width: 50%; } .cco-home-box { padding: 15px; } .airCustom-container { grid-template-columns: repeat(4, 1fr); } } @media only screen and (max-width:1350px) { .com-title { font-size:15px; } } @media only screen and (max-width:1299.9px) { } @media (max-width:1199px) { :root { --Font-22: 1.3125em; } .container-fluid { padding-left: 12px; padding-right: 11px; } .left-strip-div { width: 50%; } .search-minister { width: 50%; } .left-strip { margin-left: 0px; } .left-strip:after { border-radius: 8px; } .search-section { margin-bottom: 30px; } .left-strip .left-strip-icon { overflow: hidden; } .left-strip .left-strip-icon:hover:before { width: 100%; } .left-strip { padding: 20px; } .minister-section { padding: 38px 0; } .minister-section ul li { padding: 0 15px; } .search-minister-inner { left: 0px; max-width: 100%; } .home-right-box { padding: 20px 0; } .left-strip-div ul { display: flex; flex-wrap: wrap; } .home-wrapper .top-header .container { padding: 0px 15px; } /* new css here */ .airCustomIconSection.specialCargoSectionUp .airCustom-container.new-airCustom-container { grid-template-columns: repeat(3, 1fr); } .bothCommon { display: grid; grid-template-columns: repeat(1, 1fr);; width: 100%; gap:30px; } .bothCommonLeft .airCustom-container { grid-template-columns: repeat(3, 1fr); } .bothCommonRight .airCustom-container { grid-template-columns: repeat(3, 1fr); } .airCustom-item { background: var(--white-color); padding: 21px 16px 35px 16px; } small.obsText { position: relative; font-size: 20px; top: -3px; } .innerTempContent #backButton { right: 12px !important; } .mobileNavNew { display: block } .deskNav { display: none } .top-header .navbar-nav.cloneNavTop { display: flex; } .stickyHeader .top-header .navbar-nav.cloneNavTop .nav-link { color: var(--black-color); } .top-header { padding: 30px 0 12px 0 !important; } .top-header .navbar-nav.cloneNavTop { top:8px; } .airCustom-container { grid-template-columns: repeat(3, 1fr); } /* new css here end */ } @media (max-width:1024px) { /* .linkText:first-child::before {display: none} */ .innerTemplate .linkText::before, .linkText::before { right: -33px; } .linkText { padding-left: 20px; } footer .footerLogo img { padding:0; } } @media (max-width:991px) { :root { --Font-22: 1.25em; } .footerSocial.linkText { padding-left: 0px; } .footerSocial.linkText a:first-child { margin-left: 0px; } .search-section { margin-bottom: 20px; } .minister-section { padding: 30px 0; } .footerSlider .footerlogo-swiper { width: 75%; } .linkText::before { right:-0px; } .linkText::before { transform: translateY(-50%); } .footerBlue .linkText:nth-child(4):before { content: none; } .gallery.photoList li, .gallery.videoList li { flex:0 0 33%; max-width: 33%; } .stickyHeader .top-header { position: unset !important; } .responsive-tabs li a { padding: 8px 10px; } } @media (max-width:850px) { .footerBlue .linkText::before { margin-right: 0px; right: -25px; } } @media (max-width:767px) { .linkText:first-child { width: 100%; } .footerSocial.linkText { width:auto; } .footerBlue .linkText { top:50%; } .innerTemplate .linkText::before, .footerBlue .linkText::before { right: -45px; height: 100%; transform:translateY(0px); top:0px } .footerBlue .linkText:nth-child(2) { padding-left: 0px } .footerBlue .linkText:nth-child(4):before { content: ''; } :root { --Font-22: 1.1875em; } .innerTemplate h3 { margin-bottom: 10px; font-size:1.2em; } .search-minister { width: 100%; } .left-strip-div { width: 100%; } .search-minister-inner { left: 0px; } .left-strip { padding: 15px; } .middle-home { padding-top: 120px; } .cco-box { min-height: 150px; margin-bottom: 24px; height: auto; } .home-right-box { padding: 15px 0; } .cco-home-box { padding: 15px; } .minister-section ul li { padding: 0 15px; } .LatestNewsWrap { padding: 15px; } .socBox #myTabContent { padding: 15px; } .minister-section { padding: 15px 0; } .innerTemplate { padding-top: 100px; } .header-right .header-right-list .headphone-icon-li, .header-right .header-right-list .Calculate-li { display: none; } .header-right .header-right-list li { margin-right: 10px; } #navMob li>a { padding: 15px 52px 15px 15px; } /* ===== airport custom ===== */ .r-tabs .r-tabs-nav { display: none; } .r-tabs .r-tabs-accordion-title { display: block; } .r-tabs .r-tabs-accordion-title a { background: #f9f9f9 url(../../../../images/plus-acco-icon.svg) 98% center no-repeat; color: var(--black-color); text-decoration: none; padding: 15px 25px; display: block; border-radius: 8px; background-size: 20px; border:1px solid #ACACAC; font-size: 1.0625em; margin-bottom: 10px; } .r-tabs .r-tabs-accordion-title.r-tabs-state-active a { background:var(--blue-color) /*url(../../../../images/minus-acco-icon.svg)*/ url(../../../../images/minus-accordion-icon.svg) 98% center no-repeat !important; color:var(--white-color); font-weight: 600; background-size: 20px !important; } .airCustom-container { display: flex; overflow-x: hidden; -webkit-overflow-scrolling: touch; gap: 0; } .airCustom-item { min-width: 100%; flex-shrink: 0; margin: 0; } .prev, .next { display: block; margin-top: 10px; } .airCustomIconSection .airCustom-container, .extLogoLinks { margin-bottom: 0; } .airCustomIconSection { padding-bottom: 25px; } .airCustom-item a:before, .airCustom-item a:after { display: none; } .airCustomIconSection { position: relative; } .airCustomIconSection .mobileArrow { font-size: var(--Font-30); color: var(--pink-color); position: absolute; top: 50%; z-index: 10; right: 10%; left: 10%; } .mobileArrow .prev.disabled { opacity: 0; } .mobileArrow .next.disabled { opacity: 0; } .airCustom-item a { height: auto; } .importProcedure .d-flex { flex-direction: column; text-align: center; margin-bottom: 30px !important; } .importProcedure, .extLogoLinks { padding: 20px 0; } .importProcedure a.importBox, .extLogoLinks a.box { margin-bottom: 20px; } .comViewall { position: relative; top: 0; } .step-container { max-width: inherit; } .airCustomIconSection .container { min-width: 100%; max-width: 0; } .tabInnerContent { border-top-left-radius:10px; margin-bottom:10px; } .comViewall { text-align:right; } .home-wrapper .top-header .navbar-nav.cloneNavTop .nav-link { color:var(--black-color); } .pageTitle.opacity-0 { display: none; } .innerContent { padding: 30px 0; } .innerTempContent #backButton { right: 0 !important; } .gallery.photoList li, .gallery.videoList li { flex:0 0 50%; max-width: 50%; } .pagination li.page-item, .pagination li.page-link { display: inline-block; } .moduleSearch li { width: 50%; } .photoGallery { margin-top: 15px; } .moduleSearch li .btnSearchReset { margin-top: 10px !important; } /*.top-header .dropDownMenu { display: none; }*/ .bothCommon { display: inherit; } .imgDiv img { width: 100%; } } @media (max-width:576px) { :root { --Font-22: 1.125em; --Font-36: 1.25em; } .middle-home, .innerTemplate { padding-top: 154px; } .footerBlue .linkText { width:auto; } .footerBlue .linkText:last-child { width:100%; } /* .footerBlue .linkText::before {right: -60px;} */ .footerBlue .linkText:first-child { width: 100%; } .footerBlue .linkText:nth-child(1):before { content: none; } .moduleSearch li { width: 100%; } } @media (max-width:575px) { .linkText:nth-child(3), .linkText:nth-child(5) { margin: 0 0 auto; } footer .footerLogo img { padding: 0px; } } @media only screen and (max-width:450px) { .minister-section p { width: 80%; } .footerBlue .linkText:nth-child(3):before { content: ''; } .footerBlue .linkText::before { right: -37px; } .offcanvas { min-width: 360px !important; } .home-wrapper .top-header .navbar-nav.cloneNavTop .nav-link { font-size: 13px; font-weight: 500; margin: 0 3px; padding: 0px 2px; } .search-section { margin-top:10px; } .mobileNav { width:100%; } .preventiveCommision .accordion { margin: 0px auto; } .petrolingBox { margin-bottom: 20px; } .gallery.photoList li, .gallery.videoList li { flex:0 0 100%; max-width: 100%; } } @media only screen and (max-width:375px) { .footerBlue .linkText::before { right: -16px; } .advancedSearch fieldset tr { display: flex; flex-direction: column; } .advancedSearch h4 { display: block; } } /* ===== Keyframe animations ===== */ @keyframes bounce2 { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @keyframes headerSticky { 0% { transform: translateY(-100%); } 100% { transform: translateY(0); } } @keyframes slideBlock { 100% { transform: translateX(0px); } } @keyframes slideUp { 100% { transform: translateY(0px); } } @keyframes accessAni { 0% { transform: rotate(0deg); } 50% { transform: rotate(5deg); } 100% { transform: rotate(-5deg); } } @keyframes mainbackgroundAni { 0% { transform: translate(-50%, 0%) scale(1); } 50% { transform: translate(-50%, 0%) scale(1.1); } 100% { transform: translate(-50%, 0%) scale(1); } } @keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(.9, .9, .9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } } @keyframes innerBackgroundAni { from { background-position: 50% 0%; } to { background-position: 100% 0%; } } /* ===== Contrast View CSS starts here ===== */ .wob .languageDropdown .dropdown-item:hover { color: var(--high-contrast-yellow) !important; } .wob .left-strip .left-strip-icon:hover img, .wob .left-strip .left-strip-icon:hover span { filter: none !important; color: var(--high-contrast-yellow); } #accessControls .contrastChanger.wob { background-color: var(--black-solid); border-radius: 50%; width: 15px; height: 15px; font-size: 0; border: none; color: var(--white-color); padding: 0px; } .wob.stickyHeader .top-header { background: #000; padding:10px 0 !important; } .wob.stickyHeader .navbar-light .navbar-nav .nav-link { background: transparent; } .wob.stickyHeader .navbar-light .navbar-nav .nav-link:after { background: var(--high-contrast-yellow); color: var(--black-color); } .wob .home-wrapper { background-image: none; background-color: var(--black-solid); } .wob .minister-section::after { background-color: rgba(0, 0, 0, 0.45); } .wob .header-right .navbar-light .navbar-nav .nav-link { border-bottom: none !important; background-color: transparent !important; } .wob #hamburgerDropdown img { filter: brightness(0) saturate(100%); } /* .wob .form-control { background-color: var(--black-solid); border: 1px solid var(--black-solid); } */ .wob .accessibility_toolbar_daiict_toolbar_open .accessibility_toolbar_daiict_toolbar a img { background: var(--black-solid); } .wob .search-icon { background: var(--black-solid); border: 1px solid var(--black-solid); } .wob .footerBlue { background-color: var(--black-solid); } .wob .left-strip { background-color: var(--black-solid); } .wob .public-notice .left-strip-icon img { filter: brightness(0) saturate(100%) invert(83%) sepia(82%) saturate(5305%) hue-rotate(354deg) brightness(105%) contrast(110%); } .wob .left-strip .left-strip-icon:hover::before { background: #1f1f1f; border-right: 6px solid var(--white-color); } .wob .left-strip li:hover span { color: var(--high-contrast-yellow); } .wob .cco-home-box { background-color: var(--black-solid); } /* .wob .home-right-box { background-color: var(--black-solid); } */ /* .wob .minister-section { background: rgba(0, 0, 0, 70%); } */ .wob .footerSlider { background: var(--white-color); } .wob .navbar-light .navbar-nav .nav-link { color: var(--high-contrast-yellow); } .wob .header-icon { background-color: var(--black-solid); } .wob #languageDropdown { border: 1px solid var(--black-solid); } .wob .languageDropdown a { color: var(--white-color); } .wob .left-strip-icon span { color: var(--high-contrast-yellow); } /*.wob .left-strip li span, .wob .left-strip li img {filter: brightness(0) saturate(100%);}*/ .wob .home-wrapper h2 { color: var(--high-contrast-yellow); } .wob .header-icon { background-color: var(--high-contrast-yellow); } .wob #languageDropdown { border: 1px solid var(--high-contrast-yellow); color: var(--high-contrast-yellow); } .wob .accessibility_toolbar_daiict_toolbar_open .accessibility_toolbar_daiict_toolbar a img { filter: brightness(0) saturate(100%); } .wob .accessibility_titleBar h2 { color: var(--black-solid); } .wob .accessibilityDaiictBox ul li { background: var(--high-contrast-yellow); } .wob .accessibility_toolbar_exapnd { background: var(--black-solid); } .wob .accessibility_titleBar { background: var(--high-contrast-yellow); } .wob.accessibility_toolbar_daiict_toolbar_open .accessibility_toolbar_close img { filter: brightness(0) saturate(100%); background: transparent !important; } .wob .accessibility_toolbar_daiict_toolbar_open .accessibility_toolbar_daiict_toolbar a img { background: transparent !important; } .wob.accessibility_toolbar_daiict_toolbar_open .accessibility_toolbar_daiict_toolbar a img { background: var(--black-solid); border: 1px solid var(--white-color); } .wob .header-icon img { filter: brightness(0) saturate(100%); } .wob .LatestNewsWrap { background-color: var(--black-solid); } .wob .activityTicker { background: var(--white); background: var(--black-solid); } .wob .news-title { color: var(--black-color); color: var(--white-color); } .wob .news-title a { color: var(--white-color); } .wob .news-date { color: var(--black-color); color: var(--high-contrast-yellow); } .wob .news-date span img { filter: brightness(0) saturate(100%) invert(83%) sepia(82%) saturate(5305%) hue-rotate(354deg) brightness(105%) contrast(110%); } .wob .socBox #myTabContent { background-color: var(--black-solid); } .wob .minister-box p { color: var(--high-contrast-yellow); } .wob .minister-box p span { color: var(--white-color); } .wob .linkText::before { background: var(--high-contrast-yellow); } .wob .footer-first { border-bottom: 1px solid var(--high-contrast-yellow); } .wob .footerBlue ul li a { color: var(--high-contrast-yellow); } .wob .linkText ul li { filter: brightness(0) saturate(100%) invert(99%) sepia(77%) saturate(6958%) hue-rotate(359deg) brightness(107%) contrast(101%); } .wob .footerLinks p { color: var(--high-contrast-yellow); } .wob .aiChatBot { background: var(--black-solid); } .wob .aiChatBot img { filter: brightness(0) saturate(100%) invert(83%) sepia(82%) saturate(5305%) hue-rotate(354deg) brightness(105%) contrast(110%); } .wob .search-section .btn { background-color: var(--high-contrast-yellow); border-color: var(--high-contrast-yellow); color: var(--black-solid); } .wob .search-bar .btn { background-color: var(--black-solid); color: var(--high-contrast-yellow); border: 1px solid var(--high-contrast-yellow); } .wob .cco-home-info p span { background: var(--high-contrast-yellow); color: var(--black-solid); } .wob .public-notice { background-color: rgba(255, 255, 255, 12%); } .wob .public-notice .left-strip-icon span { color: var(--high-contrast-yellow); } .wob .public-notice .left-strip-icon img { filter: brightness(0) saturate(100%) invert(83%) sepia(82%) saturate(5305%) hue-rotate(354deg) brightness(105%) contrast(110%); } .wob .viewAll { color: var(--high-contrast-yellow); } .wob .viewAll img { filter: brightness(0) saturate(100%) invert(83%) sepia(82%) saturate(5305%) hue-rotate(354deg) brightness(105%) contrast(110%); } .wob .viewAll:hover { color: var(--high-contrast-yellow); border-bottom: 1px solid var(--high-contrast-yellow); } .wob .pause.skip-link::before { filter: none; } .wob .cursor.skip-link::before { filter: none; } .wob .accessibility_toolbar_daiict_toolbar a img { background: var(--black-solid); border: 1px solid var(--white-color); } .wob .skip-link, .wob .readerAccess { color: var(--black-solid); } .wob .socBox .nav-link.active::after { border-bottom: 2px solid var(--high-contrast-yellow); } .wob .navbar-light .navbar-nav .nav-link { border-bottom: 1px solid rgba(35, 35, 71, 0.1); background-color: var(--black-solid); } .wob .navbar-light .navbar-nav .nav-link:hover { color: var(--white-color) !important; } .wob .innerTemplate .top-header { padding: 18px 0 27px 0; /* padding: 14px 0 16px 0; */ background: var(--black-solid); } .wob .innerTemplate .navbar-light .navbar-nav .nav-link { color: var(--high-contrast-yellow); font-weight: 500; } .wob .innerBanner { -webkit-box-shadow: inset 200px 0px 222px 0px rgba(5, 5, 5, 1); -moz-box-shadow: inset 200px 0px 222px 0px rgba(5, 5, 5, 1); box-shadow: inset 200px 0px 222px 0px rgba(5, 5, 5, 1); } .wob .innerContent { background: #323232; } .wob .mission-card { border: 1px solid var(--black-solid); box-shadow: 0px 0px 40px #0000000f; background: var(--black-solid); } .wob .innerTemplate h2, .wob .innerTemplate h3 { color: var(--white-color); } .wob .bulletText li { color: var(--white-color); } /*.wob .bulletText li { filter: brightness(0) saturate(100%) invert(85%) sepia(99%) saturate(3461%) hue-rotate(359deg) brightness(102%) contrast(101%); }*/ .wob .bulletText li a { color: #fff; } .wob .innerTemplate p { color: var(--white-color); } .wob .innerTemplate .accessibility_toolbar_daiict_toolbar h2, .wob .innerTemplate .accessibility_toolbar_daiict_toolbar h3 { color: var(--black-solid); } .wob .accessibilityDaiictBox ul li span { color: var(--black-solid); } .wob #accessControl input { color: var(--black-solid); } .wob .breadcrumb a::before, .breadcrumb .bdrNoLink::before { background: var(--high-contrast-yellow); } .wob .dropdown-item:focus, .wob .dropdown-item:hover { color: var(--high-contrast-yellow); } .wob .dropdown-item { color: var(--white-color); text-decoration: none; background-color: var(--black-solid); border: 1px solid var(--white-color); } .wob a:not([href]):not([tabindex]) { color: var(--black-solid); } .wob .activityTicker li a { color: var(--high-contrast-yellow); } .wob .menuClick img { filter: brightness(0) saturate(100%) invert(83%) sepia(82%) saturate(5305%) hue-rotate(354deg) brightness(105%) contrast(110%) !important; } .wob .botGeniebotIcn { background: var(--high-contrast-yellow) !important; } .wob .megaMenus { background: var(--high-contrast-yellow); border-top: 3px solid var(--black-solid); } .wob .HorizontalMenu .MenuLi { border-right: 1px solid #717171; } .wob .swiper-button-next, .wob .swiper-button-prev { border: 2px solid #fff; color: var(--white-solid); } body.wob { background-color: var(--black-solid); color:var(--white-color); } .wob .stepInquiry { background: var(--black-color); } .wob .stepInquiryLeft { background: #222; } .wob .step { background-color: var(--high-contrast-yellow); } .wob .step.active { background-color:var(--high-contrast-green); color: var(--black-color); } .wob .stepInquiryRight, .wob #multiStepForm { background-color: #111; } .wob #multiStepForm h2, .wob .stepInquiry h3, .wob .innerTemplate h2, .wob .innerTemplate h3 { color:var(--high-contrast-green); } .wob .step-content label { color: var(--white-color); } .wob .stepInquiry button { background-color: var(--high-contrast-yellow); border-color:var(--black-color); color:var(--black-color); } .wob .appealCommision .airCustomFaq, .wob .airCustomTemplate .airCustomFaq, .wob .ccoCommision .airCustomFaq, .wob .airCustom-item, .wob .exportCommision .airCustomFaq, .wob .generalCommision .airCustomFaq, .wob .apsc .airCustomFaq { background-color: #111; } .wob .accordion .accordionHeading { background-color: var(--black-color); } .wob .viewAllLink, .wob .custonTabSection .newsList a { color:var(--high-contrast-yellow); } .wob .dateRow .date { color: var(--white-color); } .wob .responsive-tabs li.r-tabs-state-active a { background-color:var(--high-contrast-green); color: var(--black-color); } .wob .responsive-tabs li a { background-color: var(--high-contrast-yellow); } .wob .airCustom-item a span { background-color: #222; } .wob .airCustom-item a, .wob .generalCommision .airCustomFaq h4 a, .wob .apsc .airCustomFaq h4 a { color: var(--high-contrast-yellow); } .wob .airCustom-item:hover, .wob .airCustom-item:hover a span { border-color:var(--high-contrast-yellow); } .wob .airCustom-item:hover a span img, .wob .airCustom-item a img { filter:invert(100%) sepia(63%) saturate(3813%) hue-rotate(353deg) brightness(103%) contrast(104%); } .wob .airCustom-item::after, .wob .petrolingBox:before { background-color: var(--high-contrast-yellow); } .wob .header-icon.customs-icon, .wob .header-icon { background-color: #333; } .wob .innerTemplate a.deskNav, .wob .innerTemplate .mobileNavNew { border-color:var(--white); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='11.5' viewBox='0 0 16.5 11.5'%3E%3Cpath id='Icon_feather-menu' data-name='Icon feather-menu' d='M4.5,14h15M4.5,9h15M4.5,19h15' transform='translate(-3.75 -8.25)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A") center center no-repeat; } .wob .innerTemplate a.deskNav:hover, .wob .innerTemplate .mobileNavNew:hover { background-color: var(--pink-color); } .wob .innerTemplate .search-icon:hover { background-repeat: no-repeat; background-position: center center; border-color:none; } .wob .innerTemplate .search-icon { background-image: url(../../../../images/search-icon.svg); background-repeat: no-repeat; background-position: center center; } .wob .accessibility_toolbar_daiict_toolbar>a { background-color: var(--black-color); } .wob .HorizontalMenu .MenuLi { border: none; } .wob .airCustomMenu .customCommonLinks { background-color: var(--black-color); } .wob .airCustomLinks a { color: var(--high-contrast-yellow); border-color: var(--black-solid); } .wob .importProcedure a.importBox { background-color: var(--black-color); color:var(--high-contrast-yellow); } .wob .importProcedure a.importBox span { background-color: var(--black-solid); } .wob .importProcedure a.importBox span img { filter:invert(100%) sepia(63%) saturate(3813%) hue-rotate(353deg) brightness(103%) contrast(104%); } .wob .extLogoLinks, .wob .preventiveServices, .wob .rummangSection .rummangBox-1, .wob .rummangSection .rummangBox-2 { background-color: #111; } .wob .revenueChart h3 { color: var(--black-color); } .wob .rummangSection, .wob .preventiveCommision .airCustomFaq { background-color: var(--black-solid); } .wob .knowMore { border-color: var(--high-contrast-yellow); color: var(--high-contrast-yellow); background-color:transparent; } .wob .petrolingBox { background-color: var(--black-solid); } .wob .preventiveCommision .from-commissioner-desk-section { background-color: var(--black-solid); } .wob .from-commissioner-desk-section .continent_box .title_text span, .wob .from-commissioner-desk-section .continent_box .title_main_text h3 { color:var(--high-contrast-green) } .wob .from-commissioner-desk-section .continent_box .title_main_text p { color: var(--white-color); } .wob input[type="text"], .wob input[type="email"], .wob input[type="tel"], .wob input[type="number"], .wob input[type="url"], .wob input[type="password"], .wob input[type="search"], .wob textarea { background-color: var(--black-solid); border-color: var(--black-color); color: #fff; } .wob .news-header .pdf-icon a span, .wob ::placeholder, .wob .form-control::placeholder, .wob .search-section input { color:var(--white-color); } .wob .button_Primary { background-color: var(--high-contrast-yellow); color: var(--black-color); } .wob .evolution-Section { background-color: var(--black-solid); } .wob .h1, .wob .h2, .wob .h3, .wob .h4, .wob .h5, .wob .h6, .wob h1, .wob h2, .wob h3, .wob h4, .wob h5, .wob h6 { color: var(--high-contrast-green); } .wob .card { --bs-card-bg: var(--black-solid); } .wob .card.zone-box .card-header h3 { color: var(--high-contrast-green); } .wob .card.zone-box .card-header, .wob .sm-our-commitment .list img { background-color: #111; } .wob .our-mission-section .our-mission-text, .wob .sm-our-commitment .list { background-color: var(--black-solid); } .wob .sm-our-commitment .list { box-shadow:0 0 35px rgba(255, 255, 255, 0.05) } .wob .our-mission-section .our-mission-text span { color: var(--white-color); } .wob .innerTemplate .logo img, .stickyHeader.wob .logo img { display: none; } .wob .innerTemplate .logo a, .stickyHeader.wob .logo a { background:url(../../../../images/wob-Mumbai-Customs-Zone-III-logo.png) 0 0 no-repeat; display: block; width: 302px; height: 67px; } .wob.stickyHeader .top-header .navbar-nav.cloneNavTop .nav-link { color:#fff; } .wob .btn:hover { background-color: var(--high-contrast-green) !important; border: 1px solid var(--high-contrast-green) !important; color: #000 !important; } .hindisite.wob .innerTemplate .logo a { background:url(../../../../images/wob-Mumbai-Customs-Zone-III-logo-hnd.png) 0 0 no-repeat; display: block; width: 302px; height: 67px; } .wob .our-standards-section, .wob .mapSection, .wob .locations-list, .wob .map-nav-link { background-color: var(--black-solid); } .wob .chairman-grayBox, .wob .member-box { background-color: #111; } .wob .chairman-all-information .chairman-box p span, .wob .member-box { color: var(--white-color); } .wob .chairman-all-information .chairman-box { border-bottom: 4px solid #FF0; } .wob .member-grayBox { border-bottom: 4px solid #FF0; } .wob .ccoSection { background-color: var(--black-solid); } .wob .location-link:hover, .wob .location-link.selected { color:var(--high-contrast-green)!important; } .wob .map-nav-link { color:var(--high-contrast-yellow); } .wob .map-nav-tabs li.map-item { box-shadow: 3px 3px 24px #333; } .wob .location-link { box-shadow:0 0 15px 0 #333; } .wob .grayBox, .wob .moduleSearch { background-color: #111; } .wob th, .wob caption { background-color: #ff0; color: #000; } .wob td { background-color: var(--black-solid); color: #fff; } .wob table tr:nth-child(even) td, .wob .tableRowOdd { background-color: #222; } .wob .refLink { color:var(--high-contrast-yellow) } .wob .moduleSearch { border-color: var(--black-color); background: #000; } .wob .contact-us-bg { background: #323232; } .wob select { background:var(--black-color) url(../../../../images/wob-down-arrow.png) 98.5% center no-repeat!important; color:var(--white-color); border-color:#666; } .wob .moduleSearch li input[type="text"], .wob .moduleSearch li .customSelectOuter { background:var(--black-color); border-color:#666; } .wob input[type="submit"], .wob input[type="reset"], .wob .button { background-color:var(--high-contrast-yellow); color:var(--black-color); border: 1px solid #ff0; } .wob input[type="submit"]:hover, .wob input[type="reset"]:hover, .wob .button:hover { background-color:var(--high-contrast-green); color:var(--black-color); } .wob .moduleSearchOuter #btnReset { background-color: var(--black-color); color: var(--white-color); border: 1px solid #ff0; } .wob .moduleSearchOuter #btnReset:hover { background-color: #222; } .wob .mainbox { background-color: #111; } .wob .customManualTitle { color: var(--high-contrast-yellow); } .wob .manualBox .pdfIcon { color:var(--white-color); } .wob a:not([href]):not([tabindex]) { color: var(--white-color)!important; } .wob .page-item.active .page-link { background-color: var(--high-contrast-yellow)!important; color:var(--black-color)!important; } .wob .pagination li.page-item a.page-link { background-color: var(--black-color); color: var(--white-color); } .wob .officersInfo, .wob .officersInfo p { background-color: var(--black-solid); } .wob .officersInfo .officerLabel { color:var(--white-color); } .wob .officersInfo .officerDetail { color:var(--high-contrast-green); } .wob .accordion { --bs-accordion-bg:var(--black-solid); } .wob .innerContent .accordion-button:not(.collapsed) { background-color: #222; border-color:#222; color:var(--high-contrast-green); box-shadow: none; } .wob .accordion-button:not(.collapsed):after { color:var(--white-color); } .wob .innerContent .accordion-button.collapsed { background-color: var(--black-solid); color:var(--high-contrast-green); } .wob .innerContent .accordion-header .accordion-button { border-color:var(--black-color) } .wob .bulletBox { background-color: var(--black-solid)!important; } .wob .usefulLinksWrap .row .usefulLinksBox a { background-color: var(--black-solid); color:var(--high-contrast-yellow); } .wob .usefulLinksWrap .row .usefulLinksBox a:hover { background-color:#222; } .wob a.deskNav, .wob .mobileNavNew { border-color:var(--white-color); } .wob .whiteBox, .wob .grievance-redressal-page .gcontant-box, .wob .contact-us-page, .wob .feedbackForm, .wob .accordion .accordionInner, .wob .jumplink-page .left-sidebar, .wob .profileRightBox, .wob .GrowthData, .wob .modal-content { background-color: var(--black-solid); } .wob .commonTab .nav-item .nav-link.active { background-color:var(--high-contrast-green) !important; color: var(--black-solid)!important; } .wob .commonTab .nav-item .nav-link { background-color:var(--high-contrast-yellow); } .wob .grievance-redressal-page .card-header { background-color: rgba(255, 255, 255, 12%); } .wob .grievance-redressal-page .gcontant-box i { color:var(--high-contrast-green); } .wob .contact-us-page h3.heading { color:var(--black-color); background: rgb(255, 255, 0); } .wob .contant-inf span, .wob .contact-us-page .contant-info-box .icon, .wob .fileSize, .wob .public-notice-page .form-select, .wob .moduleSearch li input[type="text"], .wob .moduleSearch li .customSelectOuter { color:var(--white-color); } .wob .contant-info-box .contant-inf .contant-inf-heading span { color: #ff0; } .wob .contact-us-page .contant-info-box:hover .icon { background: #009b00; } .wob .left-sidebar-list, .wob .profileRightBox { border-color:#0f0; } .wob .jumplink-page div:target h3, .wob .growthHeading, .wob .swiper-button-prev:hover, .wob .swiper-button-next:hover { background: #0f0 !important; color: #000; } .wob .bulletText .unOrderList li { background: none; } .wob .bulletText li { background: url("../../../images/bullet-arrow-w.png") no-repeat left 5px; } .wob .footerBlue .bulletText li { background:none; } .advancedSearch { width:100%; } .wob .btn { background-color: #ff0; color: #000; border-color: #ff0; } .wob .btns a:hover { background: #000; border-color: #ff0; color: #ff0; } .wob .innerBg .customNavClick { color: #ff0; } .wob .innerBg .customNavClick { border-color: #ff0; } .wob .customNavClick:hover { background: #000 !important; border-color: #ff0; } .wob .importProcedure .btns a { color: #ff0; border: 1px solid #ff0; } .wob .facilitation-listView a { color: #ff0; background: #000; } .wob .facilitation-listView .list { background-color: #000; border: 1px solid #ff0; } .wob .facilitation-listView .list .list-img { background-color: #333; } .wob .strategy-mission-section .our-mission { background-color: #000; } .wob .airCustom-item svg { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(170deg) brightness(105%) contrast(108%); } .wob .lightBlack { color: #ff0; } .wob #backButton { background: #ff0; color: #000 !important; } .wob #backButton:hover { background:var(--high-contrast-green); } .wob .customNavClick:hover { background: #000 !important; color: #ff0; } .wob .customNavClick { border: 1px solid #fff; color: #fff; background:#000; } .wob .pg-control { border: 1px solid #ff0; background: #000; } .wob input[type="text"], .wob input[type="email"], .wob input[type="tel"], .wob input[type="number"], .wob input[type="url"], .wob input[type="password"], .wob input[type="search"], .wob textarea { background-color: #323232; border-color: var(--white-color); } .wob .gallery li .galleryBox { background-color: #000; } .wob .profileBlock { background-color: #000; border-bottom: 3px solid #ff0; } .wob .profileContent i { color: #ff0; } .wob tr.secName td { color: #000; } .wob .officer-details.customCardBox { background: #000; } .wob .offcanvas { background: #323232; } .wob .noticesTitleBar p { color: #fff; } .wob .noticesList li a { color: #fff; background: #000; } .wob .noticesList li a:hover { border: 1px solid #ff0; color: #ff0; } .wob .noticesList li a:hover::before { filter: brightness(0) saturate(100%) invert(95%) sepia(70%) saturate(1230%) hue-rotate(360deg) brightness(104%) contrast(101%); } .wob .smoke-base .dialog-inner { color: #fff; background: #323232; } .wob .dialog-buttons button { background-color: #000; } .wob .dialog-buttons button:hover { color:#ff0; } .wob .form-control { color: #fff; } .wob .dialog.smoke .dialog-inner::before { background-image: url('../../../../images/wob-link.svg'); } .wob .importProcedure a.importBox:hover::after { background: #ff0; } .wob .importProcedure a.importBox::after { background: #ff0; } .wob a.deskNav { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.5' height='11.5' viewBox='0 0 16.5 11.5'%3E%3Cpath id='Icon_feather-menu' data-name='Icon feather-menu' d='M4.5,14h15M4.5,9h15M4.5,19h15' transform='translate(-3.75 -8.25)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A"); background-position: center; background-repeat: no-repeat; background-size: 16px; width: 40px; height: 40px; border: 1px solid var(--white-color); border-radius: 50%; } .wob .noticesTitleBarclose img { filter: brightness(0) saturate(100%) invert(87%) sepia(100%) saturate(4344%) hue-rotate(352deg) brightness(109%) contrast(112%); } .wob .innerTemplate .top-header .navbar .nav-item:hover .nav-link { color: #fff; } .wob .tabInnerContent { background: #000; box-shadow: 0 0 12px 0px #3e3e3e; } .wob .extLogoLinks .tabInnerContent { background: #fff; } .wob .r-tabs .r-tabs-accordion-title.r-tabs-state-active a { background: var(--black-color) url(../../../../images/minus-accordion-icon.svg) 98% center no-repeat !important; color: #ff0; } .wob .manualBox:hover a span { color: #fff; } .wob .customManualTitle::before { background: #fff; } .wob .r-tabs .r-tabs-accordion-title a { background: var(--black-color) url(../../../../images/plus-acco-icon.svg) 98% center no-repeat; color: #ff0; } .wob .swiper-button-next, .wob .swiper-button-prev { border: 2px solid #000; color: #000; } .wob #btnSubmitFb { background-color: #ff0; } .wob .contact-us-page .contant-info-box .icon { background: rgb(50, 50, 50); } .wob .grayBox .grayBox { border: 1px solid #464646; } /*Rummaging and Intelligence start*/ .MarineLocationBox { min-height: 170px; } .MarineLocationBox p { display: flex; } .MarineLocationBox p i { color: #BD1F31; margin-right: 10px; } #content { position:relative; } .back-link { display: inline-block; background-color: #bd1f31; /* color: white; */ padding: 10px 15px; text-decoration: none; border-radius: 5px; font-size: 16px; color: #fff !important; cursor: pointer; margin-right: 50px; position: absolute; z-index:2; right: 0; } #backButton { color: #fff !important; } .back-link:hover { background-color:var(--blue-color); } .innerTempContent #backButton { right: 0; margin-right: 0 !important; } .scroll-left { height: 50px; overflow: hidden; position: relative; background-color: rgba(255, 255, 255, 0.20); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); border-radius:8px; margin-top:15px; padding:0 15px; } .beware-scroll { margin-top: 45px; } .scroll-left a { color: #fff; font-size: var(--Font-16); font-weight: 600; position: absolute; width: 100%; height: 100%; margin: 0; line-height: 30px; text-align: center; /* Apply animation */ -moz-animation: scroll-left 15s linear infinite; -webkit-animation: scroll-left 15s linear infinite; animation: scroll-left 15s linear infinite; } /* Define the animation */ @-moz-keyframes scroll-left { 0% { -moz-transform: translateX(0%); } 100% { -moz-transform: translateX(-100%); } } @-webkit-keyframes scroll-left { 0% { -webkit-transform: translateX(0%); } 100% { -webkit-transform: translateX(-100%); } } @keyframes scroll-left { 0% { -moz-transform: translateX(0%); -webkit-transform: translateX(0%); transform: translateX(0%); } 100% { -moz-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%); } } /* new css for sub-menu add */ .nav-item.hasMenus ul.dropDownMenu { width: 260px; position: absolute; display: flex; padding: 10px; color: #000; background:#fff; border-radius: 8px; visibility: hidden; top: 50px; flex-direction: column; opacity: 0; transition: all 0.5s ease-in-out; right:0; } .nav-item.hasMenus:hover ul.dropDownMenu { visibility: visible; opacity: 1; transition: all 0.5s ease-in-out; transform: translateY(-10px); box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); right:0; z-index:100; } ul.dropDownMenu li a { padding:7px 10px; display: block; color: #000; border-bottom: 1px solid #e8e8e8; } ul.dropDownMenu li:last-child a { border-bottom: none; } ul.dropDownMenu li:hover { background: rgba(255, 255, 255, .03); color: #000; border-radius: 8px; transition: all 0.5s ease-in-out; } ul.dropDownMenu li a:hover { color:var(--pink-color); } .innerTemplate .top-header .navbar .nav-item:hover .nav-link { color:var(--black-color); } .wob .advancedSearch { background-color:#323232; } .wob .btn:hover { color:var(--high-contrast-yellow); color:var(--Black-color); } .wob .apexcharts-tooltip.apexcharts-theme-light { color:var(--black-color)!important; } .positionRelative { position:relative; } #divDateRange button { border:none; outline:none; } #divDateRange .ui-datepicker-trigger { top:32px; } .buttons .btn:hover, .advancedSearch .btn:hover { background:var(--blue-color); color:var(--white-color); } .text-justify { text-align: justify; } #PhotoSearch { margin-top: -14px; } #divUserGalleryAlbumListing .btn.button { display: none; } .borderwhite { box-shadow: 0 0 35px rgba(0, 0, 0, 0.05); border-radius: 10px; border: 9px solid #f7f4f4; display: block; margin: 20px auto; width:100%; } /*.cloneNavTop, .hindisite .cloneNavTop { overflow: hidden; }*/ .openHideMenu { visibility:visible; opacity:1; display:none; right:0; z-index:100; } /*Justify Center Affecting CSS*/ .minister-section p { text-align: center; }  .stickyHeader.wob.hindisite .logo a { background:url(../../../../images/wob-Mumbai-Customs-Zone-III-logo-hnd.png) 0 0 no-repeat;}
#DivLoading { position: fixed; background: rgba(0,0,0,0.8); left: 0; top: 0; width: 100%; height: 100%; z-index: 11111 !important; } .loader { height: 20px; width: 170px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .loader--dot { animation-name: loader; animation-timing-function: ease-in-out; animation-duration: 3s; animation-iteration-count: infinite; height: 15px; width: 15px; border-radius: 50%; background-color: black; position: absolute; border: 0 none; } .loader--dot:first-child { background-color: #1b91f7; animation-delay: 0.5s; } .loader--dot:nth-child(2) { background-color: #fac24c; animation-delay: 0.4s; } .loader--dot:nth-child(3) { background-color: #7a45e5; animation-delay: 0.3s; } .loader--dot:nth-child(4) { background-color: #fa5667; animation-delay: 0.2s; } .loader--dot:nth-child(5) { background-color: #60beeb; animation-delay: 0.1s; display: none; } .loader--dot:nth-child(6) { background-color: #fbef5a; animation-delay: 0s; display: none; } .loader--text { position: absolute; top: 200%; left: 0; right: 0; width: 4rem; font-size: 18px; margin: auto; color: #fff; } .loader--text:after { content: "Loading"; font-weight: bold; animation-name: loading-text; animation-duration: 3s; animation-iteration-count: infinite; } @keyframes loader { 15% { transform: translateX(0); } 45% { transform: translateX(150px); } 65% { transform: translateX(150px); } 95% { transform: translateX(0); } } @keyframes loading-text { 0% { content: "Loading"; } 25% { content: "Loading."; } 50% { content: "Loading.."; } 75% { content: "Loading..."; } }



#news-swiper-icon {
	filter: brightness(0) saturate(100%) invert(37%) sepia(72%) saturate(4525%) hue-rotate(333deg) brightness(91%) contrast(92%);
}
#news-swiper-icon{width:25px; height:25px;}
.btnMPause img{width:25px; height:25px;}
.btnMPause {
	float: right;
	margin-right: 15px;
	filter: brightness(0) saturate(100%) invert(37%) sepia(72%) saturate(4525%) hue-rotate(333deg) brightness(91%) contrast(92%);
}
.marquee {
	width: 90%;
}
.cursor-pointer{cursor:pointer;}