@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px #4444441c;box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.header{padding:25px 0;border-bottom:1px solid #f2f2f2;background-color:#fff}.header .brand img{width:130px;height:36px}@media screen and (max-width: 1550px){.header .brand img{width:120px;height:auto}}.header .nav-links{display:flex;justify-content:start;align-items:center;list-style:none;margin-bottom:0;padding:0}.header .nav-links li{margin-right:40px}@media screen and (max-width: 1600px){.header .nav-links li{margin-right:45px}}@media screen and (max-width: 1550px){.header .nav-links li{margin-right:35px}}@media screen and (max-width: 1399px){.header .nav-links li{margin-right:30px}}.header .nav-links li a{text-decoration:none;font-size:16px;color:#06324b;transition:all .4s}@media screen and (max-width: 1399px){.header .nav-links li a{font-size:15px}}.header .nav-links li.active a{font-weight:700}.mobile-header{padding:5px 15px;border-bottom:1px solid #f2f2f2;background-color:#fff}@media screen and (max-width: 1199px){.mobile-header{padding:15px}}@media screen and (max-width: 575px){.mobile-header{padding:5px 8px}}.mobile-header .navbar-brand img{width:130px;height:36px}@media screen and (max-width: 575px){.mobile-header .navbar-brand img{width:100px;height:auto}}.mobile-header .navbar-collapse{background-color:#fff;position:absolute;top:100%;left:0;width:100%;padding-left:20px}.mobile-header .navbar-collapse .nav-link{color:#06324b;font-weight:600}.mobile-header .navbar-toggler{border:none;box-shadow:none;outline:none}.mobile-header{position:relative;height:85px}@media screen and (max-width: 575px){.mobile-header{height:68px}}.mobile-header .call-btn{position:absolute;right:60px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width: 576px){.mobile-header .call-btn{right:80px}}.header,.mobile-header{position:fixed;top:0;left:0;width:100%;z-index:999}.header .call-btn,.mobile-header .call-btn{display:inline-block;background-color:#06324b;color:#fff;text-align:center;padding:12px 20px;border-radius:10px;min-width:160px;text-decoration:none}.header .call-btn:hover,.mobile-header .call-btn:hover{background-color:#0a517a}@media screen and (max-width: 767px){.header .call-btn,.mobile-header .call-btn{padding:5px 10px;min-width:auto;font-size:14px}}footer{background-color:#06324b;padding:35px 30px;color:#fff}footer .logo{width:140px;margin-bottom:40px}footer ul{display:flex;justify-content:center;list-style:none;margin-bottom:30px;flex-wrap:wrap;gap:25px;padding:0}footer ul li{text-align:center}footer ul li a{color:#fff;text-decoration:none}@media screen and (max-width: 575px){footer ul{flex-direction:column;gap:15px}footer ul li{margin-bottom:8px}}footer .footer-hr{border-top:1px solid #ffffff;margin-bottom:30px}footer .social-link{width:30px;height:30px;border-radius:50%;background-color:#2d9fe12f;color:#fff;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;font-size:14px}*{box-sizing:border-box}body{padding:0;margin:0;font-family:Poppins,sans-serif}.fixed-header-fix{margin-top:100px}.py-50{padding-top:50px!important;padding-bottom:50px!important}.py-75{padding-top:75px!important;padding-bottom:75px!important}.py-100{padding-top:100px!important;padding-bottom:100px!important}.py-130{padding-top:130px!important;padding-bottom:130px!important}@media screen and (max-width: 575px){.py-xs-80{padding-top:80px!important;padding-bottom:80px!important}}@media screen and (max-width: 575px){.pt-xs-0{padding-top:0!important}}.pt-50{padding-top:50px!important}.pt-75{padding-top:75px!important}.pt-100{padding-top:100px!important}.pb-50{padding-bottom:50px!important}.pb-75{padding-bottom:75px!important}.pb-100{padding-bottom:100px!important}.my-50{margin-top:50px!important;margin-bottom:50px!important}.my-75{margin-top:75px!important;margin-bottom:75px!important}.my-100{margin-top:100px!important;margin-bottom:100px!important}.mt-150{margin-top:150px!important}.mt-200{margin-top:200px!important}@media screen and (min-width: 768px){.mt-md-200{margin-top:200px!important}}@media screen and (max-width: 767px){.mt-sm-90{margin-top:90px!important}}.mb-50{margin-bottom:50px!important}.mb-30{margin-bottom:30px!important}.mb-100{margin-bottom:100px!important}.mx-w-300{max-width:300px}@media screen and (max-width: 575px){.mx-w-xs-200{max-width:200px!important}}.mx-w-400{max-width:400px}@media screen and (max-width: 575px){.mx-w-xs-100{max-width:100%!important}}.main-btn{background-color:#06324b;border:1px solid #06324b;color:#fff;transition:all .4s}.main-btn:hover{background-color:#0c6192}.main-border{border:1px solid #06324b}.fs-16{font-size:16}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-22{font-size:22px}.fs-24{font-size:24px}.fs-14{font-size:14px}.theme-border{border:1px solid #ececec}.text-main{color:#06324b}.text-sec{color:#8ea1ad}.before-after-yellow{position:relative;display:inline-block;padding-bottom:15px}.before-after-yellow:before{content:"";position:absolute;bottom:0;left:45%;width:10%;height:5px;background-color:#e7bc82;border-radius:10px}.before-after-yellow:after{content:"";position:absolute;bottom:0;left:0;width:40%;height:5px;background-color:#e7bc82;border-radius:10px}.theme-progress{position:relative;height:10px;background-color:#385682;border-radius:10px;transition:all .4s}.theme-progress .inner-progress{position:absolute;top:0;left:0;width:50%;height:100%;background-color:#5297ff;border-radius:10px;transition:all .4s}.text-blue{color:#5297ff}.bg-main{background-color:#06324b}.v-align-middle{text-align:center;vertical-align:middle}.fw-500{font-weight:500}.banner-section{padding-top:75px;padding-bottom:75px}@media screen and (max-width: 991px){.banner-section{padding-top:10px;padding-bottom:30px}}.banner-section .text{position:relative;padding-bottom:55px;padding-left:30px;margin-bottom:30px}@media screen and (max-width: 767px){.banner-section .text{padding-bottom:15px}}.banner-section .text h1{font-size:1.8rem;font-weight:700;color:#06324b}.banner-section .text h2{font-size:1.1rem;font-weight:400;color:#06324b;line-height:1.5}@media screen and (max-width: 767px){.banner-section .text h2{font-size:.9rem}}.banner-section .text:before{content:"";position:absolute;top:0;left:0;height:70%;width:4px;background-color:#06324b;border-radius:20px}.banner-section .text:after{content:"";position:absolute;bottom:0;left:0;height:20%;width:4px;background-color:#06324b;border-radius:20px}.banner-section .text-image{padding-left:30px}.banner-section .text-image h3{color:#4b1f06;font-size:20px;line-height:30px;margin-bottom:30px}.banner-section .text-image .image img{max-width:650px;width:100%;height:auto}.passports-section .passport-form .head{position:relative;padding-left:30px}.passports-section .passport-form .head h4{font-size:20px;font-weight:600;color:#06324b}.passports-section .passport-form .head .wrap a,.passports-section .passport-form .head .wrap span{text-decoration:none;font-size:14px;color:#06324b}.passports-section .passport-form .head:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background-color:#06324b}.passports-section .passport-form input,.passports-section .passport-form select{border:1px solid #ececec}.passports-section .form-row{border:1px solid #ececec;padding:20px}@media screen and (max-width: 991px){.passports-section .form-row{border:none;padding:0}}.passport-item{position:relative;display:block}.passport-item .img-1{width:100%;width:110px!important;-webkit-transform:rotateZ(-15deg);transform:rotate(-15deg);z-index:20;transition:all .4s}@media screen and (max-width: 575px){.passport-item .img-1{width:75px!important}}.passport-item .img-2{position:absolute;left:15%;z-index:-1;width:75%;bottom:-10%}@media screen and (max-width: 575px){.passport-item .img-2{width:100%}}.passport-item:hover .img-1{-webkit-transform:rotateZ(0);transform:rotate(0)}.passport-item:hover .img-2{display:none}.passport-modal .modal-header{position:relative;border-bottom:0;padding:0}.passport-modal .modal-header .btn-close{position:absolute;top:-20px;right:5px;font-size:6px;color:#06324b;border:1px solid #06324b;border-radius:50%;padding:5px}@media screen and (max-width: 767px){.passport-modal .modal-header .btn-close{top:-5px;right:5px}}.passport-modal .modal-dialog{max-width:900px}.passport-modal .modal-dialog .modal-content{padding:50px 25px;border-radius:20px;background-image:url(/build/assets/shape-1-81d799cf.png);background-size:400px;background-position:bottom left;background-repeat:no-repeat}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content{padding:30px 20px}}.passport-modal .modal-dialog .modal-content .image img{width:100%;max-width:400px;margin-right:auto;margin-left:auto;height:auto}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .image img{max-width:175px}}.passport-modal .modal-dialog .modal-content .text{position:relative;padding-bottom:40px;margin-bottom:40px}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .text{padding-bottom:15px;margin-bottom:15px}}.passport-modal .modal-dialog .modal-content .text:after{content:"";position:absolute;bottom:0;left:10%;width:50%;height:5px;background-color:#06324b}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .text:after{display:none}}.passport-modal .modal-dialog .modal-content .text:before{content:"";position:absolute;bottom:0;right:10%;width:25%;height:5px;background-color:#06324b}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .text:before{display:none}}.passport-modal .modal-dialog .modal-content .text .head{display:flex;justify-content:center;align-items:center;margin-bottom:40px}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .text .head{margin-bottom:30px}}.passport-modal .modal-dialog .modal-content .text .head img{width:50px;margin-right:20px}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .text .head img{width:35px}}.passport-modal .modal-dialog .modal-content .text .head h4{font-size:28px;color:#06324b;font-weight:600;margin-bottom:0}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .text .head h4{font-size:22px}}.passport-modal .modal-dialog .modal-content .stats{display:flex;justify-content:center;list-style:none;padding:0;margin:0}.passport-modal .modal-dialog .modal-content .stats li{padding-right:25px;margin-right:25px;border-right:1px solid #ececec;text-align:center}.passport-modal .modal-dialog .modal-content .stats li:last-child{border-right:none;padding-right:0;margin-right:0}.passport-modal .modal-dialog .modal-content .stats li p{font-size:30px;color:#06324b;font-weight:600;margin-bottom:0}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .stats li p{font-size:24px}}.passport-modal .modal-dialog .modal-content .stats li span{font-size:14px;color:#9d9d9d;font-weight:500;letter-spacing:.5px}@media screen and (max-width: 767px){.passport-modal .modal-dialog .modal-content .stats li span{letter-spacing:0;font-size:12px}}#modalLoading{opacity:0;position:absolute;border-radius:20px;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:auto;transition:all .4s}#modalLoading img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%,-50%);width:50px;height:auto}.compare-banner-section{position:relative;overflow:hidden}.compare-banner-section .shape{position:absolute;width:1000px;height:auto;bottom:-100px;left:0;z-index:-1}.compare-table-container{position:relative}.compare-table-container .compare-table{width:100%}.compare-table-container .compare-table .head{display:grid;grid-template-columns:25% 25% 25% 25%}@media screen and (max-width: 767px){.compare-table-container .compare-table .head{grid-template-columns:33.3333333333% 33.3333333333% 33.3333333333%}}.compare-table-container .compare-table .head .head-item{box-shadow:0 10px 25px #00000026;padding:20px;vertical-align:middle;background-color:#fff}.compare-table-container .compare-table .head .head-item:not(.head-text){left:-10px;position:relative}@media screen and (max-width: 767px){.compare-table-container .compare-table .head .head-item:not(.head-text){left:auto}}.compare-table-container .compare-table .head .head-item:not(.head-text) .country-name{position:absolute;top:-52%;left:0;padding:20px;width:98%;background-color:#0083f5;text-align:center;color:#fff;border-top-right-radius:10px;border-top-left-radius:10px;font-size:16px}@media screen and (max-width: 1350px){.compare-table-container .compare-table .head .head-item:not(.head-text) .country-name{font-size:15px}}@media screen and (max-width: 767px){.compare-table-container .compare-table .head .head-item:not(.head-text) .country-name{font-size:12px;padding:10px}}@media screen and (max-width: 575px){.compare-table-container .compare-table .head .head-item:not(.head-text) .country-name{font-size:10px;padding:10px;top:-28%;line-height:11px}}.compare-table-container .compare-table .head .head-item:not(.head-text) .country-name:after{position:absolute;content:"";width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:20px solid #0083f5;top:90%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}.compare-table-container .compare-table .head .head-item:last-of-type{border-top-right-radius:8px;border-bottom-right-radius:8px}.compare-table-container .compare-table .head .head-item.head-text{text-align:center;display:flex;justify-content:center;align-items:center;color:#4b1f06;font-weight:600;border-top-left-radius:8px;border-bottom-left-radius:8px}@media screen and (max-width: 767px){.compare-table-container .compare-table .head .head-item.head-text{display:none}}.compare-table-container .compare-table .head .head-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center}.compare-table-container .compare-table .head .head-wrap img{width:50px;height:auto}.compare-table-container .compare-table .head .head-wrap .remove-compare-btn{background-color:transparent;border:none;cursor:pointer}.compare-table-container .body{margin-top:20px;margin-bottom:20px}.compare-table-container .body .body-row{display:grid;grid-template-columns:25% 25% 25% 25%;margin-bottom:15px}.compare-table-container .body .body-row .head-item{box-shadow:0 10px 25px #00000026;padding:20px;vertical-align:middle;background-color:#fff}.compare-table-container .body .body-row .head-item:not(.head-text){left:-10px;position:relative}@media screen and (max-width: 767px){.compare-table-container .body .body-row .head-item:not(.head-text){left:auto;padding:10px;display:flex;justify-content:center;align-items:center}}.compare-table-container .body .body-row .head-item:last-of-type{border-top-right-radius:8px;border-bottom-right-radius:8px}.compare-table-container .body .body-row .head-item.head-text{text-align:center;display:flex;justify-content:center;align-items:center;color:#06324b;font-weight:600;border-top-left-radius:8px;border-bottom-left-radius:8px}@media screen and (max-width: 767px){.compare-table-container .body .body-row .head-item.head-text{font-size:12px}}@media screen and (max-width: 355px){.compare-table-container .body .body-row .head-item.head-text{font-size:11px}}@media screen and (max-width: 320px){.compare-table-container .body .body-row .head-item.head-text{font-size:10px}}.compare-table-container .body .body-row .head-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#06324b;font-weight:600}@media screen and (max-width: 767px){.compare-table-container .body .body-row .head-wrap{font-size:14px}}@media screen and (max-width: 767px){.compare-table-container .body .body-row.first-row{margin-top:50px}}.compare-table-container .body .body-row .country-name{position:absolute;top:-35%;left:0;padding:20px;width:98%;background-color:#06324b;text-align:center;color:#fff;border-top-right-radius:10px;border-top-left-radius:10px;font-size:16px;display:none}@media screen and (max-width: 767px){.compare-table-container .body .body-row .country-name{display:flex;justify-content:center;align-items:center;font-size:12px;padding:10px;line-height:12px;min-height:45px}}@media screen and (max-width: 575px){.compare-table-container .body .body-row .country-name{font-size:8px;padding:10px}}.compare-table-container .body .body-row .country-name:after{position:absolute;content:"";width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:20px solid #06324b;top:60%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media screen and (max-width: 767px){.compare-table-container .body .body-row .country-name:after{top:85%}}@media screen and (max-width: 575px){.compare-table-container .body .body-row.mobility-row .country-name{top:-45%;max-height:42px}}.improve-section .wrapper{padding:30px;background-color:#f1f4f5;max-width:250px;border-radius:10px}.improve-section .image-1,.improve-section .image-2{position:relative}.improve-section .image-1 img,.improve-section .image-2 img{display:block;width:100%;height:auto;max-width:200px;margin-right:auto;margin-left:auto}.improve-section .image-1 .shape-2,.improve-section .image-2 .shape-2{position:absolute;width:200%;max-width:400px;height:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:60%;left:140%;z-index:-1}@media screen and (max-width: 991px){.improve-section .image-1 .shape-2,.improve-section .image-2 .shape-2{display:none}}.flags-row .item{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f5f7f8;padding:30px 20px;border-radius:10px}@media screen and (max-width: 575px){.flags-row .item{padding:20px 15px}}.flags-row .item img{width:100%;max-width:100px;height:auto;display:block;margin-bottom:15px}@media screen and (max-width: 575px){.flags-row .item img{max-width:80px}}.flags-row .item h5{font-size:15px}@media screen and (max-width: 575px){.flags-row .item h5{font-size:14px}}.ctry-visa{display:flex;justify-content:center;align-items:center;gap:2px}.ctry-visa img{width:30px!important}@media screen and (max-width: 575px){.ctry-visa img{width:20px!important}}@media screen and (max-width: 575px){.ctry-visa span{font-size:11px;line-height:12px}}.improve-table tr:nth-child(even) td{background-color:#efefef}
