@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
* {
    margin: 0px;
    padding: 0px;
}
body {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a, a:hover {
    text-decoration: none;
}
@media (min-width: 1320px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}
header {
    z-index: 99999999;
    position: relative;
}
div#top_header {
    color: #fff;
    height: 48px;
    padding: 10px 0;
    background: #1B1649;
}
ul.top_header_left_info, ul.top_header_right_info {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul.top_header_left_info > li, ul.top_header_right_info > li {
    display: inline-block;
    font-size: 13px;
    font-family: "Inter", sans-serif;
}
ul.top_header_left_info > li i, ul.top_header_right_info > li i {
    color: #FF6000;
}
ul.top_header_left_info > li:first-child {
    margin-right: 10px;
}
ul.top_header_left_info > li > i {
    width: 25px;
    text-align: center;
}
ul.top_header_right_info > li a {
    background: #fff;
    width: 28px;
    height: 28px;
    display: grid;
    place-content: center;
    border-radius: 50%;
}
ul.top_header_right_info {
    display: flex;
    justify-content: right;
}
ul.top_header_right_info > li:not(:first-child) {
    margin-left: 5px;
}
@media (max-width: 767px) {
    div#top_header {
        height: 40px;
        padding: 6px 0;
    }
    ul.top_header_left_info {
        display: block;
        text-align: center;
    }
    ul.top_header_left_info > li, ul.top_header_right_info > li {
        font-size: 11px;
    }
}

div#main_header {
    height: 77px;
    background-color: #fff;
    position: relative;
}
div#main_header .logo_wrap,
div#main_header .menu_wrap {
    height: 77px;
    display: flex;
    align-items: center;
}
div#main_header .logo_wrap > a > img {
    height: 70px;
}
nav#nav_menu > ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
}
nav#nav_menu > ul > li {
    position: relative;
}
nav#nav_menu > ul > li > a {
    height: 77px;
    margin: 0 17px;
    display: flex;
    align-items: center;
    line-height: 1.5rem;
}
nav#nav_menu > ul li > a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}
nav#nav_menu > ul > li > ul > li > a {
    min-width: 170px;
    display: block;
    padding: 13px 0 13px 27px;
}
nav#nav_menu > ul > li > ul > li:hover > a {
    color: #fff;
    background-color: #FF6000;
    overflow: hidden;
}
nav#nav_menu > ul > li > a > i {
    width: 22px;
    font-size: 11px;
    text-align: right;
}
nav#nav_menu > ul > li a.active,
nav#nav_menu > ul > li:hover > a {
    color: #FF6000;
}
nav#nav_menu > ul > li > ul {
    display: none;
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    left: 17px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 15%);
    overflow: hidden;
}
nav#nav_menu > ul > li:hover > ul {
    display: block;
}
nav#nav_menu > ul > li:last-child > ul {
    left: unset;
    right: 17px;
}
@media (max-width: 991px) {
    div#main_header,
    div#main_header .logo_wrap,
    div#main_header .menu_wrap {
        height: 69px;
    }
    nav#nav_menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        top: 65px;
        border-radius: 10px;
        box-shadow: 0 0 5px 2px rgba(0 0 0 / 15%);
        overflow: hidden;
    }
    nav#nav_menu > ul {
        display: block;
    }
    nav#nav_menu > ul li > a {
        height: 40px;
    }
    nav#nav_menu > ul > li a.active, nav#nav_menu > ul > li:hover > a {
        color: #fff;
        background-color: #FF6000;
        margin: 0;
        padding: 0 17px;
    }
    nav#nav_menu > ul > li > ul {
        position: relative;
        left: 0px!important;
        right: 0px!important;
    }
}
@media (max-width: 767px) {
    div#main_header,
    div#main_header .logo_wrap,
    div#main_header .menu_wrap {
        height: 58px;
    }
    div#main_header .logo_wrap > a > img {
        height: 35px;
    }
    nav#nav_menu {
        top: 55px;
    }
}
button#menu_toggle_btn {
    background-color: #fff;
    width: 25px;
    height: 30px;
    margin-right: 10px;
    border: none;
    outline: none;
}
button#menu_toggle_btn > div {
    width: 25px;
    height: 3px;
    margin: 5px 0;
    margin-top: 4px;
    background: #000;
}
.slider_section_wrap {
    height: 100%;
    background: radial-gradient(at top right, #1B164980 0%, #1B164980 100%);
    display: flex;
}
.slider_section_wrap > .container {
    align-items: center;
    display: flex;
}
h3.slider_sub_title {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
h1.slider_title {
    color: #FFF;
    font-size: 61px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 25px;
}
p.slider_desc {
    color: #FFF;
    font-size: 25px;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
}
.slider_info_wrap {
    width: 50%;
    padding: 140px 0;
    margin-left: 50%;
}
@media (max-width: 767px) {
    .slider_info_wrap {
        width: 100%;
    }
}
.start_price {
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 50%);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    margin-top: 20px;
    padding: 18px 0;
}
.start_price i {
    color: #FF6000;
    font-size: 50px;
    margin-right: 14px;
}
.btn-primary {
    color: #fff;
    background-color: #ff6000;
    border-color: #ff6000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    padding: 15px 30px;
    border-radius: 30px;
    box-shadow: none;
    transition: 0.4s;
}
.btn:hover,
.btn:active,
.btn:active:focus,
.btn:focus {
    background: #473AC2!important;
    border-color: #473AC2!important;
    box-shadow: none!important;
}
.slider_amount {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2rem;
    letter-spacing: -0.5px;
    margin-left: 5px;
    margin-right: 5px;
}
@media (max-width: 1024px) {
    .slider_info_wrap {
        padding: 80px 0;
    }
    h1.slider_title {
        font-size: 44px;
    }
    p.slider_desc {
        font-size: 21px;
    }
    .slider_amount {
        font-size: 31px;
    }
    .start_price i {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .slider_info_wrap {
        padding: 35px 0;
    }
    h1.slider_title {
        font-size: 32px;
        margin-top: 17px;
    }
    p.slider_desc {
        font-size: 15px;
    }
    .slider_amount {
        font-size: 24px;
    }
    .start_price i {
        font-size: 24px;
    }
}

section#about {
    margin-top: 100px;
    margin-bottom: 100px;
}
.about-image {
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.about_head {
    color: #FF6B18;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-info-wrap {
    padding: 35px 0;
}
h2.about_title {
    color: #262937;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.5px;
    margin-top: 25px;
}
p.about_info {
    color: #686D80;
    font-size: 16px;
    font-family: "Inter";
    line-height: 1.4em;
    margin-top: 20px;
    margin-bottom: 30px;
}
ul.about_features {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}
ul.about_features li {
    color: #686D80;
    font-size: 16px;
    font-family: "Inter";
    line-height: 1.4em;
    padding: 5px 0px;
}
ul.about_features li > i {
    color: #FF6B18;
    margin-right: 8px;
}

@media (max-width: 1024px) {
    h2.about_title {
        font-size: 39px;
    }
    p.about_info {
        font-size: 16px;
    }
    ul.about_features li {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    h2.about_title {
        font-size: 24px;
    }
    p.about_info {
        font-size: 14px;
    }
    ul.about_features li {
        font-size: 14px;
    }
}
.about_features_wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px 0px;
}

.subscribe_wrap {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding-bottom: 50px;
}
h1.subscribe_title, h3.subscribe_subtitle {
    color: #fff;
    text-align: center;
}
h1.subscribe_title {
    padding-top: 55px;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.5px;
}
h3.subscribe_subtitle {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 20px;
}
.service_item_wrap {
    background-color: rgba(0 0 0 / 50%);
    border: 1px solid #FFFFFF60;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
}
.service_item_wrap img {
    text-align: center;
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
    margin: 25px auto;
}
h2.service_name {
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-bottom: 18px;
    position: relative;
}
.service_desc {
    color: #ddd;
    font-family: "Inter";
    font-size: 14px;
    padding: 0 25px;
    margin-bottom: 20px;
    line-height: 1.4em;
    margin-top: 50px;
}
h2.service_name::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #ff6000;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -27px;
}

.coverage_head {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.coverage_head > i {
    color: #ff6000;
    font-size: 17px;
    margin-right: 5px;
}
section#coverage {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {   
    section#coverage {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
h4.pacakge_sub_head {
    color: #D4208B;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}
h1.package_title {
    text-align: center;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-top: 15px;
}
h3.package_subtitle {
    font-weight: 400;
    font-family: "Inter";
    font-size: 15px;
    max-width: 900px;
    margin: 15px auto 0;
}
@media (max-width: 767px) {
    h1.package_title {
        font-size: 24px;
    }
}
.package_item_wrap {
    margin-bottom: 30px;
    padding: 40px;
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.148);
    border-radius: 15px;
    border-bottom: 5px solid #F2F5FA;
    transition: 0.2s;
}
.package_item_wrap:hover {
    border-color: #FF6000;
}
.package_item_wrap ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.package_item_wrap ul > li {
    padding: 10px 4px;
    border-bottom: 1px solid #e1e3e6;
    font-family: "Inter";
    color: #666;
}
.package_item_wrap ul > li > i {
    color: #FF6000;
    margin-right: 5px;
    font-size: 18px;
}
h3.package_feature {
    color: #262937;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 25px;
}
.package_item_subtitle {
    color: #FF6B18;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 2px;
    margin-bottom: 7px;
}
.circle > .percent {
    right: -20%;
    text-align: center;
}
.package_list {
    margin-top: 70px;
    margin-bottom: 50px;
}
.package_price {
    text-align: center;
    border-bottom: 1px solid #e1e3e6;
    padding: 12px 0;
    color: #262937;
    font-size: 20px;
    font-weight: 600;
}
.package_price > .price {
    color: #ff6000;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
}
section#why_choose_us {
    background-color: #F2F5FA;
    padding-top: 55px;
    padding-bottom: 45px;
}
.why_choose_item {
    padding: 15px;
    margin: 30px 0;
}
.why_choose_item i {
    display: block;
    font-size: 60px;
    text-align: center;
    color: #ff6000;
    margin: 15px 0;
}
.why_choose_title {
    font-size: 25px;
    text-align: center;
    margin: 15px 0;
}
.why_choose_desc {
    text-align: center;
    font-family: "Inter";
    color: #555;
}
footer#footer {
    color: #FFF;
    background-color: #1B1649;
}
.footer_info,
.footer_link,
.footer_contact {
    padding: 60px 0;
}
.footer_info img {
    height: 50px;
    margin-bottom: 15px;
    display: block;
}
.footer_info p {
    color: #CCC;
    margin-bottom: 0px;
    font-family: "Inter";
}
.footer_link ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.footer_link ul li {
    padding: 3px 0;
}
.footer_link ul li > a {
    color: #ccc;
    transition: 0.2s;
}
.footer_link ul li > a:hover {
    color: #ff6000;
}
.footer_link ul li > a > i {
    margin-right: 5px;
}
h3.footer_section_heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.4em;
}
.footer_contact p,
.footer_contact div {
    color: #ccc;
    font-family: "Inter";
    font-size: 15px;
}
.footer_contact div {
    padding: 3px 0;
}
.footer_contact div i {
    width: 20px;
}
.copyright_footer {
    border-top: 1px solid #888;
    padding: 30px 0;
    color: #ccc;
    font-family: "Inter";
    font-size: 15px;
}
ul.footer_social {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    margin-top: 25px;
}
ul.footer_social li {
    margin-right: 5px;
}
ul.footer_social li a {
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 15px;
    background-color: #FFFFFF2B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
ul.footer_social li a:hover {
    background-color: #FF6000;
}