@import url(../css/bootstrap-select.css);
@import url(../css/icoonmoon.css);
@import url(../css/cms.css);

body {
    color: #0b5eac;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
}
@media(min-width:1600px){
    .container {
        width: 100%;
        padding-right: 100px;
        padding-left: 100px;
    }
}
.ac-loader {
    overflow: hidden;
    vertical-align: middle;
    position: fixed;
    display: table;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ac-loader .ac-loader__container {
    position: relative;
    vertical-align: middle;
    z-index: 9;
    width: 100%;
    height: 100vh;
    display: table-cell;
}

.spinnerr {
    margin: 0 auto;
    text-align: center;
}

.wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.p-0 {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffba07;
    border-radius: 50px;
}

.fade:not(.show) {
    opacity: 1;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.primary_button {
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    border-radius: 50px;
    opacity: 1;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2F3192;
    max-width: 200px;
    background: #1F62AD 0% 0% no-repeat padding-box;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    border: 2px solid #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.secondary_button {
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    color: #1f62ad;
    border-radius: 50px;
    opacity: 1;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    max-width: 200px;
    background: #fff 0% 0% no-repeat padding-box;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
        border: 2px solid #FFBA07;
    font-weight: 500;
    text-transform: capitalize;
}
.secondary_button:hover{
    background: #FFBA07;
}
.primary_button.disabled {
    background: #eeeeee !important;
    color: #ccc !important;
    border: 1px solid #ccc;
}

.second-btn {
    background: #01a8e7;
    color: #fff;
}

.social-link {
    margin-top: 55px;
    display: flex;
}

.social-link li+li {
    margin: 0 0 0 10px;
}

.social-link li a {
    font-size: 14px;
    height: 24px;
    width: 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.social-link li a:hover {
    background: #ffffff;
    color: #01a8e7;
}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-default {
    border-color: #fff;
    border-radius: 0;
}

.btn-default:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0b60af;
    border: 2px solid #0b60af;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #D6D6D6;
    background: transparent;
}

@media(min-width:1200px) {
    .primary_button:hover {
           background: #fff;
        color: #1F62AD;
        border: 2px solid #1F62AD;
    }

    .second-btn:hover {
        background: transparent;
        color: #2F3192;
    }

}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

button.btn {
    outline: none;
}

p {
    color: #2F3192;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .5px;
}


.thumbnail_container {
    position: relative;
    padding-bottom: 100%;
    background: #f7f7f7;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0;
    background: 0 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    text-indent: inherit;
    top: 35%;
    left: 28px;
    width: 95%;
    cursor: pointer;
    z-index: 999;
}

.owl-carousel .owl-nav button {
    outline: none;
    background: transparent !important;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: -50px;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: -50px;
    width: auto;
    cursor: pointer;
    width: auto;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.owl-carousel .owl-nav i {
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 47px;
    line-height: 50px;
    display: inline-block;
    color:#0b60af;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-carousel .owl-nav i {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 3px 10px #72707029;
}

body #back-top i {
    background-color: #01A8E7;
    box-shadow: 3px 4px 21px 9px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}



ul.dots-list li {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

ul.dots-list li:before {
    position: absolute;
    content: '';
    background: #000000;
    height: 8px;
    width: 8px;
    left: 0;
    top: 6px;
    border-radius: 100%;
}

button.btn:focus {
    outline: none;
}

.icon-building {
    font-size: 40px;
    color: #01A8E7;
}





.error,
.required {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: red;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.common-title {
    text-align: center;
    padding-bottom: 50px;
}

.common-title .section-title {
    font-size: 36px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #001821;
}

.common-title .small-title {
    font-size: 20px;
    color: #001821;
    font-weight: 600;
}

.common-title .small-title span {
    color: #01A8E7;
}

@media(max-width: 1199px) {
    .common-title {
        padding-bottom: 30px;
    }

    .common-title .section-title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .common-title .small-title {
        font-size: 16px;
    }

    .not-promt {
        font-size: 10px;
    }
    .notice-main .not{
      font-size: 12px;   
    }
}
 .not-promt {
        font-size: 16px;
    }
@media(max-width: 767px) {
    .common-title .section-title {
        font-size: 26px;
    }
}

@media(max-width: 479px) {
    .common-title .section-title {
        font-size: 26px;
    }
}


/*Header fixed css*/

.fixed .header-section .menu .sub-menu li {
    padding: 0;
}


/*Heder fixed css end*/


/* common css */

.thumbnail_container .box-link {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.thumbnail_container .box-link .link {
    color: #fff;
    font-size: 18px;
}

.thumbnail_container .box-link .link i {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition-duration: .2s;
    font-size: 18px;
    display: inline-block;
}

.form-group .label-title {
    color: #001821;
}

.form-control {
    border-radius: 6px;
    height: 40px;
    border-width: 1px;
    border-color: rgb(0 33 52 / 50%);
    background: transparent;
    box-shadow: none;
}

textarea.form-control {
    height: 90px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: inherit;
}

@media (min-width:1200px) {
    .thumbnail_container:hover .box-link {
        opacity: 1;
    }

    .thumbnail_container .box-link .link:hover i {
        background: #fff;
        color: #001821;
    }
}



@media (max-width:767px) {
    h2 {
        font-size: 22px;
    }

}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-default {
    border-color: #fff;
    border-radius: 0;
}

.select-group .dropdown-toggle {
    background: transparent !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    display: inherit;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret::after {
    font-family: 'icomoon';
    position: absolute;
    content: "\e904";
    top: -2px;
}

.select-group .dropdown-toggle:hover {
    border-color: #f1f1f1;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li {
    padding: 10px;
    margin-top: 8px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #f5f5f5;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:before {
    left: 10px;
    top: 12px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 0;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: transparent;
}

.btn-default:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}


/*header css S*/

.main-header {
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px 3px 6px #BBBBBB29;
}

.main-header .header-top {
    padding: 7px 160px;
    background: #01a8e7;
}

.main-header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-top .top-left {
    display: flex;
    align-items: center;
}

.main-header .header-top .top-left .phone-num {
    color: #ffffff;
    font-size: 14px;
}

.main-header .header-top .top-left .phone-num i {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: -3px;
}

.main-header .header-top .social-link {
    margin: 0 40px 0 0;
}

.main-header .header-top .top-right {
    display: flex;
    align-items: center;
}

.main-header .header-top .top-right .right-part {
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffff;
    height: 40px;
    margin: -10px 0;
}

.main-header .header-top .top-right .right-part .wether-text,
.main-header .header-top .top-right .right-part .clock-time {
    font-size: 14px;
    color: #2F3192;
    font-weight: 600;
    margin-left: 10px;
}

.main-header .header-top .top-right .right-part .select-group .dropdown-toggle {
    border: 0 !important;
}

.main-header .header-top .top-right .right-part .icon-clock1 {
    color: #2F3192;
    font-size: 25px;
}

.main-header .header-top .top-right .right-part .form-group {
    margin: 0;
}

.main-header .header-top .top-right .right-part .form-group .filter-option {
    color: #ffffff;
    font-size: 14px;
}

.main-header .header-top .top-right .right-part .form-group .caret::after {
    color: #ffffff;
}

.main-header .header-top .top-right .right-part .search-btn {
    color: #ffffff;
    font-size: 18px;
}

.search-overlay {
    width: 100%;
    min-width: 300px;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    background-color: rgb(0 33 53 / 80%);
    height: 100vh;
}

.search-content {
    position: relative;
    text-align: center;
    margin: auto;
    display: table;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

.search-overlay .closebtn {
    position: absolute;
    top: -30px;
    right: -40px;
    font-size: 10px;
    cursor: pointer;
    color: white !important;
    background: #01a8e7;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    line-height: 32px;
}

.search-overlay .closebtn i {
    font-size: 18px;
    vertical-align: -4px;
}

.search-overlay .closebtn:hover {
    color: #ccc;
}

.search-overlay .search_from {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.search-overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    background: #ffffff;
    height: 45px;
    border-radius: 20px;
}

.search-overlay input[type=text]:hover {
    background: #f1f1f1;
}

.search-overlay button {
    width: 60px;
    height: 46px;
    background: #002135;
    font-size: 20px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 23px;
    margin-left: -30px;
}

.header-section {
    position: relative;
    padding: 15px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-section .show-mobile-num {
    margin-right: 30px;
    display: none;
}

.header-section .show-mobile-num a {
    font-size: 16px;
    height: 40px;
    width: 40px;
    background: #2f3192;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 45px;
    color: #fff;
}



.header-section .logo a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 242px;
}

.header-section .logo a .logo-head {
    max-width: 193px;
}

.header-section .menu ul li {
    display: inline-block;
}

.header-section .menu ul li.dropdown {
    margin-right: 10px;
}

.header-section .menu ul li+li {
/*    margin-left: 40px;*/
    margin-top: 0px;
}

.header-section .nav_menu {
    display: flex;
    gap: 17px;
}

.header-section .menu ul li a {
    color: #0b60af;
    padding: 18px 10px;
     font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}
.header-section .menu ul li.nli2 a{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    
}
.header-section .menu ul li a.active {
    color: #ffba07;
    position: relative;
}

.menu ul .sub-menu li+li {
    margin-left: 0;
}

.header-flightbtn {
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.header-flightbtn a {
    height: 40px;
    font-size: 15px;
    /* max-width: 150px; */
    padding: 5px 0px 5px 0px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 170px;
    background: #2065B2 0% 0% no-repeat padding-box;
    color: #fff;
    margin: auto;
    border-radius: 60px;
        font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}

.header-flightbtn a+a {
    background: #2F3192;
    color: #fff;
    margin-left: -40px;
    padding: 10px 20px;
}



/* my css start */

.ul-part {
    display: flex;
    text-align: center;
    gap: 45px;
    justify-content:end;
}
.ul-part .nli1 , .ul-part .nli2{
    margin: 0px;
}
.about-hov:hover {
    color: #ffbb00  !important;
}

.num-hov:hover {
    color: #ffbb00  !important;
}

.quick-hover:hover {
        background: #ffffff;
    color: #0b60af;
    border: 2px solid #0b60af;
}


.aboutus-part {
    margin-left: 6px;
}

.nli1 {
    color: white;

}

.nli2 {
    color: white;
}
.nli2 .num-hov{
    height: 40px;
    padding: 5px 0px 5px 0px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 170px;
    background: #2065B2 0% 0% no-repeat padding-box;
    color: #fff !important;
    margin: auto;
    border-radius: 60px;
}
.nli2:hover{
        color: #ffbb00;
}
.nli2:hover .call-white{
      display: none;
}
.nli2:hover .call-yellow{
      display: block;
}
.nli2 .call-yellow{
      display: none;
}
.nli2 img{
    width: 24px;
    margin-right: 7px;
    margin-bottom: 3px;
}
.up-header{
        background-color: #0b60af;
            padding: 8px 65px;
}

.notice-main .not{
    background-color: #0b60af;
    color: white;
    font-size: 14px;
    font-weight: 700 !important;
}
.notice-main .not-promt{
    font-weight: 300;
    font-size: 13px;
}
.not {
    line-height: 1.3;
    font-weight: 800;
}

.simple {
    text-align: center;
    font-size: 85px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-shadow: 5px 5px 15px rgba(0, 9, 45, 0.65);
    line-height: 1.1;
    letter-spacing: 0px;
    color: #fff;
}


.nbanner-main {
    min-height: 500px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;

}

.your-tag {
    font-weight: 900;
}

.nboxes-main {
    position: relative;
    padding: 70px 0px;
    background-color: #dbe7f3;
    padding-bottom: 273px;
    border-bottom: 7px solid #ffba07;
}

.the-way {
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    text-shadow: 5px 5px 15px rgba(0, 9, 45, 0.65);
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: uppercase;
}

.uline {
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 20px auto;
    text-align: center;
}

.learnmore-btn {
    background-color: #ffbb00;
    padding: 20px 25PX;
    font-size: 20px;
    border-radius: 60px;
    color: #0b60af;
    font-weight: 400;
    line-height: 1.2;
}

.learnmore-btn:hover {
    background-color: #ffffff;

}

.nbanner-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 96, 175, 0.6);
    /* blue tint */
    z-index: 1;
}




.nbanner-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-right: 180px;
    margin-bottom: 100px;
    margin-left: 180px;
}


.simple-content {
    text-shadow: 5px 5px 15px #555555;
    margin-top: 30px;
    font-size: 24px;
    display: flex;
    text-align: center;
    line-height: 1.65;
    padding: 0px 7px;
    font-weight: 300 !important;
}

.learn-more {
    position: relative;
    z-index: 2;
}

.learn-moretxt {

    margin-top: 70px;
}

.learn-moretxt:hover {
    color: white;
}


.nboxes-main {}


.box-head {

    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    color: #005eb8;
}

.box-content {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.65;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
    width: 900px;
}
.nboxes-main .row.g-4{
        align-items: stretch;
    display: flex;
}


.boxes1 {
    border: 2px solid #0b60af;
    background-color: white;
    z-index: 2;
    height: 1230px;
    border-radius: 5px;
    position: relative;
    max-height: 1500px;
}

.boxes1 .boxes-btn-main{
    position: absolute;
    bottom: 0px;
    height: 130px;
    background: #fff;
    width: 100%;
    left: 0px;
}
.boxes1 .primary_button{
    margin: auto;
    max-width: 400px;
    padding: 12px 10px;
    margin-top: 25px;
    text-transform: unset;
}
.boxes1 .primary_button:hover{
            background: #ffffff;
        color: #0b60af;
        border: 2px solid #0b60af;
}
.boxes1:hover {
    box-shadow: 5px 10px 5px #005eb8;
}


.box-line {
    height: 20px;
    background-color: #0b60af;
    width: 100%;
}

.box1-miancontent {
    padding: 70px;
    display: flex;
    flex-direction: column;
    gap: 37px;
}


.box-txt {
    display: flex;
    text-align: center;
    line-height: 1.2;
}

.box-msg {
    font-size: 44px;
    color: #0b60af;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    width: 510px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}


.first-img {
    border-radius: 50%;
    height: 320px;
    border: 4px solid #0b60af;
}


.box-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-list {
     list-style-type: disc;
    color: #0c61af;
    font-size: 20px;
    line-height: 1.65;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
    font-weight: bold;
}
.boxes1 .ul-main ul{
        margin-left: 21px;
}

.box-para {
    line-height: 1.5;
    color: #0c61af;
}

.para-txt1 {
    font-size: 1.9rem;
}

.box-btn {
    height: 50px;
    width: 390px;
    background-color: #0b60af;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.box-btn:hover {
    background-color: #dbe7f3;
    color: #0b60af;
    font-weight: 900;
}

.box-btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 23px 0px;
}


.growbtn {
    font-size: 2.5rem;
    color: white;
}

.nfooter-main {
    padding: 28px 65px;

}

.right-footer {
display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: right;
    width: 307px;
    float: right;
}

.contact-footer a:hover{
    color:#fff !important;
}
.craft {
    padding: 8px 0px;
    color: white;
}



@media (max-width: 1200px) {
     .boxes1 .primary_button{
        font-size: 13px;
            padding: 12px 0px;
    }
    .simple-content {
            font-size: 18px;
    }
    .box-img{
        margin-bottom:20px;
    }
    .box-msg{
        width: 100%;
    }
    .nbanner-middle {
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .box-content{
     margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    }
    .box1-miancontent{
        padding: 40px 12px;
            gap: 10px;
    }
    .nbanner-main{
        min-height: 250px;
        /*height: 737px;*/
    }
    .ul-part {
    gap: 18px;
    }
    .header-section .logo a{
        max-width: 170px;
    }
    .header-section .logo a .logo-head {
    width: 100%;
}
    .boxes1 {
        margin-bottom: 20px;
    }
    .nboxes-main .row.g-4{
        display: block;
    }
    .ul-part{
        gap: 30px;
    margin-top: 10px;
    justify-content: start;
    }
    .up-header{
        padding: 20px 0px;
    }
    .ul-part .nli1, .ul-part .nli2{
        font-size: 12px;
    }
}





@media (min-width: 1200px) {

    .header-section .menu {
        display: flex;
        align-items: center;
    }

    .fixed.main-header {
        position: fixed;
        -webkit-animation: smoothScroll .5s forwards;
        -khtml-animation: smoothScroll .5s forwards;
        -moz-animation: smoothScroll .5s forwards;
        -ms-animation: smoothScroll .5s forwards;
        -o-animation: smoothScroll .5s forwards;
        animation: smoothScroll .5s forwards;
    }

    .fixed.main-header .header-section .logo .logo-head {
        max-width: 193px;
    }

    .fixed.main-header .header-section .logo a .flag-logo {
        max-width: 40px;
    }

    .fixed.main-header .header-top {
        display: none;
    }

    @keyframes smoothScroll {
        0% {
            -webkit-transform: translateY(-100px);
            -khtml-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px);
        }

        100% {
            -webkit-transform: translateY(0);
            -khtml-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .header-section .menu ul li a:hover {
        color: #ffba07  !important;
    }
     .header-section .menu ul li.nli2 a:hover {
        color: #ffba07  !important;
                background: #ffffff;
        border: 2px solid #0b60af;
    }

    .menu ul .sub-menu {
        display: initial;
        position: absolute;
        padding: 10px 0 0;
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 40px;
        text-align: left;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        list-style: none;
    }

    .menu ul li:hover>.sub-menu {
        display: inherit;
        opacity: 1;
        visibility: visible;
    }

    .menu>ul .sub-menu .sub-menu {
        top: 0 !important;
        left: 180px;
        padding: 0;
    }

    .menu ul .sub-menu li {
        padding: 0;
        margin: 0px;
        width: 180px;
        float: none;
        display: list-item;
        position: relative;
        background-color: #022330;
        -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -khtml-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -ms-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -o-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
    }

    .menu ul .sub-menu li a {
        display: block;
        padding: 12px 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;
        color: #ffffff;
        border-bottom: 1px solid rgb(223 223 223 / 10%);
    }

    .menu>ul .sub-menu .dropdown>a:after {
        position: absolute;
        content: '\e913';
        font-family: icomoon !important;
        right: 8px;
        top: 11px;
        font-size: 10px;
    }

    .menu ul .sub-menu li a.active {
        color: #fff;
        background-color: #b4d51b;
    }

    .menu ul .sub-menu li a:hover {
        color: #fff;
        background-color: #01a8e7;
    }

    .menu>ul>.dropdown>a:after {
        display: inline-block;
        margin-left: 8px;
        position: absolute;
        content: "\e904";
        top: 0px;
        right: -18px;
        font-family: icomoon !important;
        font-size: 14px;
        font-weight: 900;
    }
}

@media (max-width:991px) {
    h2 {
        font-size: 24px;
    }

    .nboxes-main {
        padding: 10px;
    }
}

@media (max-width:1267px) {
    .nboxes-main {
        padding: 50px 0px 188px 0px;
    }
}


@media (max-width: 1640px) {
/*    .header-section .menu ul li+li {
        margin-left: 17px;
    }*/

    .main-header .header-top {
        padding: 7px 20px;
    }

    .menu ul .sub-menu li+li {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .header-section .logo a .flag-logo {
        max-width: 30px;
    }

    .main-header .header-top .top-left {
        display: none;
    }

    .main-header .header-top .top-right .right-part.se-btn {
        display: none;
    }

    .header-section {
        padding:6px 0px;
    }

    .header-section .show-mobile-num {
        display: block;
    }

    .search-overlay {
        width: 100%;
    }

    .header-flightbtn {
        margin: 0;
        border-top:1px solid #588ac2;
        padding: 12px;
    }

    .header-flightbtn a {
        height: 43px;
        font-size: 15px;
        max-width: 391px;
        padding: 0px;
        display: flex;
        align-items: center;
        text-align: center;
        width: 170px;
        background: #ffffff 0% 0% no-repeat padding-box;
        color: #1f62ad;
        border-radius: 60px;
        margin: 0px;
    }

    .header-flightbtn a+a {
        margin: 0 0 0 10px;
    }

    .main-header .header-top {
        justify-content: center;
    }

    .main-header .header-top .top-right .right-part:last-child {
        border-right: 0;
    }
    .nli2 .num-hov{
            justify-content: start;
                margin: 0px;
                border: 2px solid #fff;
    margin: 12px;
    }
}
@media(max-width:968px){
    .boxes1 .boxes-btn-main{
        position: relative;
        height: auto;
    }
    .boxes1 {
        margin-bottom: 20px;
        height: auto;
        max-height: fit-content;
    }
}
@media (max-width: 767px) {
    .search-overlay {
        padding: 15px;
    }
.aboutus-part {
    margin-left: 0px;
    padding-left: 0px;
}
.aboutus-part a{
        padding-left: 17px !important;
}
    .main-header .header-top .top-right .right-part {
        padding: 0 10px;
    }
    .ul-part .nli2{
        border-top: 1px solid #a5d0ff;
    width: 100%;
    }
}




@media (max-width: 479px) {

    .main-header .header-top .top-right .right-part .wether-text,
    .main-header .header-top .top-right .right-part .clock-time {
        font-size: 12px;
        margin-left: 4px;
    }

    .main-header .header-top .top-right .right-part .icon-clock1 {
        font-size: 16px;
    }

    .main-header .header-top .top-right .right-part img {
        max-width: 16px;
    }

    .main-header .header-top .top-right .right-part .form-group .filter-option {
        font-size: 12px;
    }

    .main-header .header-top {
        padding: 7px 10px;
    }

    .growbtn {
        font-size: 1.7rem;
    }

        .nboxes-main {
        padding: 50px 0px 90px 0px;
    }




}




/*header css E*/

/*nav mobile*/

.nav-mobile {
    background: #000;
}

#nav-mobile-btn span {
    display: block;
    background: #0b60af;
    height: 3px;
    width: 22px;
    position: relative;
}

#nav-mobile-btn span:nth-child(2) {
    margin: 5px 0px;
}

.nav-mobile.open {
    background:linear-gradient(161deg, #1f62ad 30%, #ffffff 100%);
}

.nav-mobile>ul li>a {
    font-family: 'Outfit', sans-serif;
}

.nav-mobile>ul ul {
    border: none;
}

.nav-mobile h2 i {
    font-size: 21px;
    margin-right: 10px;
    display: none;
}

.nav-mobile a:hover,
.nav-mobile a.active {
    color: #01a8e7;
    background: none !important;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .animated {
        animation-duration: 0s;
    }

    #nav-mobile-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: white;
    }

    .nav-mobile {
        display: block;
        background: transparent;
    }

    .menu {
        display: none;
    }

    .nav-mobile.open .primary_button {
        margin: 10px 15px;
    }

    .uline {
        width: 80%;
    }
}


/* Footer css S */
.footer-main {
    overflow: hidden;
    background-color: #ffffff;
    color: #000;
}
.footer-main .second-foot{
    font-size: 13px;
}
.footer-main .right-footer .footer-title{
    font-size: 13px;
}

.footer-title , .contact-footer{
    line-height: 2;
}
.contact-footer{
    font-weight: bold;
        font-size: 13px;
}
.contact-footer:hover a{
        color: #ffba07 !important;
}


.footer-main .footer-top {
    position: relative;
    padding: 40px 0;
    z-index: 1;
    background: #001D3D 0% 0% no-repeat padding-box;
}

.footer-main .footer-top::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../images/footer-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .1;
    z-index: -1;
}

.footer-box .footer-add {
    font-size: 14px;
    color: #869FA8;
    margin-top: 30px;
    display: flex;
    max-width: 360px;
}

.footer-bottom .footer_webnys_logo {
    width: 80px;
    margin-right: 321px;
}


.footer-box .social-link li a {
    color: #fff;
    padding: 17px;
    font-size: 24px;
    background-color: #154c89;
    border: 1px solid transparent;
}

.footer_left {
    margin-left: 82px;
}

@media(max-width:767px) {
    .footer_left {
        margin-left: 0px;
    }
.footer-main {
    background-color: #0b5eac;
    color: #fff;
}
}

.footer-logo {
    max-width: 250px;
}

.footer-main .footer-main-link h3 {
    color: #FFCB55;
    font-size: 18px;
    opacity: 0.9;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.footer-main .footer-box .footer-main-link {
    display: flex;
    justify-content: space-between;
}

.footer-main .footer-box .menu-link {}

.footer-main .footer-links-main {
    display: flex;
    justify-content: space-between;
}

.footer-main .menu-link li {
    display: flex;
}

.footer-main .menu-link li+li {
    margin-top: 4px;
}

.footer-main .menu-link li a {
    display: flex;
    opacity: 0.9;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
}

.footer-main .menu-link li a.active {
    color: #01a8e7;
}

.footer-main .menu-link li a i {
    font-size: 20px;
    margin-right: 10px;
}

.footer-bottom {
    background: #0b60af;
    padding: 0px 0px 0px 0px;
}

.f-b-content {
    border-top: 1px solid #3b4f6c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    /* padding-top: 39px; */
}

.craft-image {
    height: 31px;
    margin-left: 5px;
}

.f-b-content p span {
    margin-left: 30px;
}

.f-b-content p {
    opacity: 0.9;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

/* for wevy line start */


.footer-main {
    margin: 0;
    padding: 0;
}

.wave_footer {
    margin-top: 60px;
    position: relative;
    height: 40px;
    width: 100%;
    background: rgb(0 29 61);
    transform: scale(1, 1);
    rotate: 180deg;
}

.wave_footer:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: white;
    right: -25%;
    top: 20px;
}

.wave_footer:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: rgb(0 29 61);
    left: -25%;
    top: -240px;
    clip-path: ellipse(100% 15% at -15% 100%);
}

/* for wevy line end */

@media(min-width:1200px) {
    .footer-main .footer-box .menu-link li a:hover {
        color: #01a8e7;
    }
   
}



@media(max-width:1199px) {
    .footer-main .footer-top {
        padding: 30px 0;
    }

    .footer-box .footer-add {
        max-width: 100%;
    }

     
}



@media(max-width:632px) {

    .nfooter-main {
        padding: 15px 5px;
                text-align: center;
    }

    .footer-title {
        line-height: 1.5;
    }
}

@media(max-width:991px) {
    .footer-main .footer-links-main {
        flex-wrap: wrap;
        align-items: center;

    }

    .right-footer {
       margin-top: 20px;
        align-items: center;
        float: left;
        text-align: center;
        width: 380px;
        padding-top: 20px;
    }

    .footer-main .footer-box {
        margin-bottom: 20px;
    }

    .nfooter-main {
        /* display: flex;
        flex-wrap: nowrap ; */
    }
}
















@media(max-width:767px) {
    .f-b-content {
        flex-direction: column;
    }

    .footer-box .footer-add {
        font-size: 12px;
    }


    .footer-main .footer-box {
        min-width: 100% !important;
    }

    .footer-main .footer-box:nth-child(2n) {
        min-width: 200px !important;
    }

    .footer-main .footer-box:nth-child(3n) {
        min-width: 340px !important;
    }

    .footer-main .footer-box .menu-link {
        margin-top: 10px;
    }

    .footer-main .footer-box .menu-link li a {
        font-size: 12px;
    }

    .footer-main .footer-box .menu-link li+li {
        margin-top: 10px;
    }
}



@media(max-width:672px) {

    .the-way {
        font-size: 2rem;
    }
}




@media(max-width:479px) {
    .footer-main .footer-box {
        min-width: 100% !important;
    }

    .footer-main .footer-box:nth-child(2n) {
        min-width: 240px !important;
    }

    .footer-main .footer-box:nth-child(3n) {
        min-width: 300px !important;
    }

    .the-way {
        font-size: 1.5rem;
    }

    .first-img {
        height: 274px;
    }


    .craft-image {
        height: 25px;
    }

    .f-b-content p {
        font-size: 10px;
    }
}

/* Footer css E */

@media (max-width: 1200px) {
    .mobile-icon-menu{
                    display: flex !important;
            gap: 7px;
            position: absolute;
            right: 10%;
            top: 20px;
    }
    .mobile-icon-menu .header-flightbtn{
        padding: 0px;
        border-top: none;
        width: 34px;
    }
    .mobile-icon-menu .ul-part .nli2{
         border-top: none;
    }
    .mobile-icon-menu .nli2 .num-hov{
        margin: 0px;
            width: 37px;
            padding-left: 7px !important;
            border: none;
                height: 36px;
    padding: 0px 0px 0px 0px;
    }
    .mobile-icon-menu  .header-flightbtn a{
        height: 36px;
            background: #2065B2;
            padding: 4px;
    }
     .mobile-icon-menu .header-flightbtn img{
                    width: 44px;
    }
    .mobile-icon-menu .nli2 img{
            margin-right: 0px;
    margin-bottom: 0px;
    }
     .mobile-icon-menu .ul-part{
        margin-top: 0px;
    }
}
.testimonial-carousel.owl-carousel{
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
 .testimonial-carousel.owl-carousel.owl-loaded {
    display: flex;
    align-items: stretch;
    justify-content: center;
}


@media (min-width: 1920px) {

.left-main {
padding: 80px 95px !important;
}
.all-details .pfs-title {
 margin-bottom: 47px !important;
}
.socia-img-location , .socia-img {
 width: 60px !important;
 height: 60px !important;
}
.pfs-title {
gap: 30px !important;
}
}
