@import"https://fonts.googleapis.com/css2?family=Poppins: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";

@font-face {
    font-family: "Canela";
    src: url("Canela-Regular.eot"), url("Canela-Regular.eot?#iefix") format("embedded-opentype"), url("Canela-Regular.woff2") format("woff2"), url("Canela-Regular.woff") format("woff"), url("Canela-Regular.ttf") format("truetype"), url("Canela-Regular.svg#Canela-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    border-collapse: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed
}

html, body {
    font-family: "Poppins", sans-serif;
    line-height: normal;
    font-weight: 400;
    color: #181b1e
}

html {
    scrollbar-width: thin;
    scrollbar-color: #be266a rgba(0, 0, 0, 0)
}

@-moz-document url-prefix() {
    html {
        scrollbar-width: thin;
        scrollbar-color: #be266a gray
    }
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

a, button {
    outline: none !important;
    text-decoration: none;
    box-shadow: none;
    transition: all .4s ease-in-out
}

a:hover, a:focus, select:focus, button:focus, .btn:focus, btn.focus {
    outline: none;
    text-decoration: none;
    box-shadow: none
}

h1, h2, h3, h4 {
    margin: .1rem 0 0;
    font-family: "Canela"
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.2rem
}

h4 {
    font-size: 1rem
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto
}

.container {
    width: 90%;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0
}

@media(max-width: 1551px) {
    .container {
        max-width: 1120px
    }
}

@media(max-width: 1199px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
        max-width: inherit
    }
}

@media(max-width: 575px) {
    .container {
        width: 80%;
        padding: 0
    }
}

.iti__flag {
    background-image: url("../images/flags.png?1")
}

.iti--container {
    position: absolute !important;
    top: 45px !important;
    left: 0 !important;
    z-index: 1000 !important;
    width: 100% !important;
    height: 250px
}

header {
    margin: 0;
    padding: 16px 0;
    background: #fff;
    width: 100%;
    z-index: 9
}

@media(max-width: 1551px) {
    header {
        padding: 10px 0
    }
}

header .navbar-light {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center
    /* justify-content: space-between */
}
@media(max-width: 1551px) {
    header .navbar-light {
        justify-content: center
    }
}

header .navbar-brand {
    margin: 0;
    padding: 0;
    width: 280px
}

@media(max-width: 1551px) {
    header .navbar-brand {
        width: 265px
    }
}

@media(max-width: 1199px) {
    header .navbar-brand {
        width: 260px
    }
}

@media(max-width: 767px) {
    header .navbar-brand {
        width: 220px
    }
}
@media(max-width: 468px) {
    header .RightSideLogo{
        display: none;
    }
}
@media(max-width: 1551px) {
    header a {
        width: 180px
    }
}

@media(max-width: 1199px) {
    header a {
        width: 150px
    }
}

@media(max-width: 767px) {
    header a {
        width: 120px
    }
}

.hero_banner {
    margin: 0;
    padding: 0 0 100px
}

@media(max-width: 1551px) {
    .hero_banner {
        padding-bottom: 60px
    }
}

@media(max-width: 991px) {
    .hero_banner {
        padding-bottom: 40px
    }
}

.hero_banner img {
    width: 100%;
    object-fit: cover
}

.enquiry_sec {
    margin: 0;
    padding: 0
}

.enquiry_sec h2 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 45px;
    text-align: center;
    color: #fff
}

@media(max-width: 1551px) {
    .enquiry_sec h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .enquiry_sec h2 {
        font-size: 26px
    }
}

.enquiry_sec p {
    margin: 0 auto 30px;
    padding: 0;
    max-width: 750px;
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
    text-align: center
}

@media(max-width: 1779px) {
    .enquiry_sec p {
        font-size: 16px;
        max-width: 650px
    }
}

@media(max-width: 1551px) {
    .enquiry_sec p {
        font-size: 14px;
        max-width: 570px
    }
}

@media(max-width: 991px) {
    .enquiry_sec p {
        margin-bottom: 20px
    }
}

.enquiry_box {
    margin: 0;
    padding: 70px 140px 80px;
    background: #15181d
}

@media(max-width: 1551px) {
    .enquiry_box {
        padding: 50px 90px 50px
    }
}

@media(max-width: 1199px) {
    .enquiry_box {
        padding: 30px 40px
    }
}

@media(max-width: 991px) {
    .enquiry_box {
        padding: 30px
    }
}

@media(max-width: 575px) {
    .enquiry_box {
        padding: 20px
    }
}

.enquiry_box .input-group {
    margin: 0 0 26px;
    padding: 0
}

@media(max-width: 1551px) {
    .enquiry_box .input-group {
        margin-bottom: 22px
    }
}

@media(max-width: 767px) {
    .enquiry_box .input-group {
        margin-bottom: 15px
    }
}

.enquiry_box .form-control {
    margin: 0;
    padding: 10px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    box-shadow: none;
    background: none;
    border-radius: 0
}

@media(max-width: 1551px) {
    .enquiry_box .form-control {
        font-size: 14px;
        height: 48px
    }
}

@media(max-width: 767px) {
    .enquiry_box .form-control {
        height: 40px
    }
}
.enquiry_box .iti__country-container {
    height: 60px;
}

@media(max-width: 1551px) {
    .enquiry_box .iti__country-container {
        height: 48px
    }
}

@media(max-width: 767px) {
    .enquiry_box .iti__country-container {
        height: 40px
    }
}

.enquiry_box .form-control:focus {
    border-color: #be266a
}

.enquiry_box .form-control::placeholder {
    color: rgba(255, 255, 255, .9)
}

.enquiry_box textarea.form-control {
    height: 87px;
    resize: none
}

@media(max-width: 1551px) {
    .enquiry_box textarea.form-control {
        height: 80px
    }
}
.enquiry_box .error{
    color: #be266a;
    font-size: 14px;
    margin-top: 5px
}

.enquiry_box .btns {
    margin: 0;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: #fff;
    width: 260px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none
}

@media(max-width: 1551px) {
    .enquiry_box .btns {
        font-size: 14px;
        padding: 10px;
        width: 200px
    }
}

.enquiry_box .btns:hover {
    background: #be266a;
    color: #fff
}

.enquiry_box .iti {
    width: 100%
}

.enquiry_box .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    color: #fff
}

@media(max-width: 1551px) {
    .enquiry_box .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
        font-size: 14px
    }
}

.enquiry_box .iti--separate-dial-code.iti--show-flags .iti__arrow {
    border-top-color: #fff
}

.about_sec {
    margin: 0;
    padding: 100px 0
}

@media(max-width: 1551px) {
    .about_sec {
        padding: 60px 0
    }
}

@media(max-width: 991px) {
    .about_sec {
        padding: 40px 0
    }
}

.about_sec .detail {
    margin: 0;
    padding: 0 70px 0 0;
    height: 100%;
}
@media(min-width: 992px) {
    .about_sec .detail {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media(max-width: 1551px) {
    .about_sec .detail {
        padding: 0 20px 0 0
    }
}

@media(max-width: 1199px) {
    .about_sec .detail {
        padding: 0
    }
}

@media(max-width: 992px) {
    .about_sec .detail {
        margin-bottom: 30px;
    }
}

.about_sec .detail .Bottom{
        margin-top: 30px;
}
.about_sec .detail ul{
    padding: 0;
    margin: 0;
}
.about_sec .detail li{
    display: flex;
    color: rgba(24, 27, 30, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width: 1779px) {
    .about_sec .detail li{
        font-size: 16px
    }
}

@media(max-width: 1551px) {
    .about_sec .detail li{
        font-size: 14px
    }
}
.about_sec .detail li:not(:last-child){
    margin-bottom: 15px;
}
.about_sec .detail li strong{
    font-weight: 500;
    margin-right: 4px;
}
.about_sec .detail li a{
    color: #DA9A27;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
@media(max-width: 1779px) {
    .about_sec .detail li a{
        font-size: 13px
    }
}

@media(max-width: 1551px) {
    .about_sec .detail li a{
        font-size: 12px
    }
}
.about_sec .detail .Icon{
        display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 17px;
}

.about_sec h4 {
    font-size: 36px;
    color: #351a55;
    margin: 0 0 22px;
    display: block
}

@media(max-width: 1551px) {
    .about_sec h4 {
        font-size: 24px
    }
}

@media(max-width: 991px) {
    .about_sec h4 {
        font-size: 20px
    }
}

.about_sec h2 {
    padding: 0;
    font-size: 50px;
    margin-bottom: 0px;
    color: #000
}

@media(max-width: 1551px) {
    .about_sec h2 {
        font-size: 32px
    }
}

@media(max-width: 991px) {
    .about_sec h2 {
        font-size: 26px
    }
}

.about_sec h5 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 18px;
}

@media(max-width: 1551px) {
    .about_sec h5 {
        font-size: 20px
    }
}

@media(max-width: 991px) {
    .about_sec h5 {
        font-size: 18px
    }
}

.about_sec p {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    color: rgba(24, 27, 30, .8)
}

@media(max-width: 1779px) {
    .about_sec p {
        font-size: 16px
    }
}

@media(max-width: 1551px) {
    .about_sec p {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .about_sec p {
        margin-bottom: 15px
    }
}

.about_sec p strong {
    font-size: 20px;
    font-weight: 500;
    color: #181b1e
}

@media(max-width: 1779px) {
    .about_sec p strong {
        font-size: 18px
    }
}

@media(max-width: 1551px) {
    .about_sec p strong {
        font-size: 16px
    }
}

@media(max-width: 1199px) {
    .about_sec p strong {
        font-size: 14px
    }
}

.about_sec figure {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 520px
}

@media(max-width: 1779px) {
    .about_sec figure {
        height: 100%;
    min-height: 480px
    }
}

@media(max-width: 1551px) {
    .about_sec figure {
        height: 100%;
    min-height: 380px
    }
}

@media(max-width: 1199px) {
    .about_sec figure {
        height: 100%;
    min-height: 280px
    }
}

@media(max-width: 991px) {
    .about_sec figure {
        height: 100%;
    min-height: 430px
    }
}

@media(max-width: 767px) {
    .about_sec figure {
        height: 100%;
    min-height: 320px
    }
}

@media(max-width: 575px) {
    .about_sec figure {
        height: 100%;
    min-height: 190px
    }
}

.about_sec figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.footer_sec {
    margin: 0;
    padding: 100px 0 0;
    background: #15181d
}

@media(max-width: 1551px) {
    .footer_sec {
        padding-top: 60px
    }
}

@media(max-width: 991px) {
    .footer_sec {
        padding-top: 40px
    }
}

.footer_sec figure {
    margin: 0;
        padding: 30px 67px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 1551px) {
    .footer_sec figure {
        padding: 20px 37px
    }
}

@media(max-width: 1199px) {
    .footer_sec figure {
        padding: 15px 30px
    }
}

@media(max-width: 991px) {
    .footer_sec figure {
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .footer_sec figure {
        padding: 15px
    }
}

@media(max-width: 1551px) {
    .footer_sec figure img {
        width: 160px
    }
}

@media(max-width: 1199px) {
    .footer_sec figure img {
        width: 120px
    }
}

@media(max-width: 575px) {
    .footer_sec figure img {
        width: 100px
    }
}

.footer_sec .WiproTitle {
    margin: 0 0 20px;
    padding: 0;
    font-size: 25px;
    color: #fff
}

@media(max-width: 1779px) {
    .footer_sec .WiproTitle {
        font-size: 25px
    }
}

@media(max-width: 1551px) {
    .footer_sec .WiproTitle {
        font-size: 22px
    }
}

@media(max-width: 1200px) {
    .footer_sec .WiproTitle {
        font-size: 17px
    }
}

@media(max-width: 991px) {
    .footer_sec .WiproTitle {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .footer_sec .WiproTitle {
        cursor: pointer;
        position: relative
    }
}

.footer_sec h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 26px;
    color: #fff
}

@media(max-width: 1779px) {
    .footer_sec h3 {
        font-size: 20px
    }
}

@media(max-width: 1551px) {
    .footer_sec h3 {
        font-size: 18px
    }
}

@media(max-width: 991px) {
    .footer_sec h3 {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .footer_sec h3 {
        cursor: pointer;
        position: relative
    }
}

@media(max-width: 767px) {
    .footer_sec h3.navTitle::after {
        content: "+";
        position: absolute;
        top: -1px;
        right: 0;
        transition: .3s ease-in-out;
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .footer_sec h3.navTitle.active::after {
        content: "-"
    }
}

.footer_sec .ftr_link {
    margin: 0;
    padding: 0 70px 0 0
}

@media(max-width: 1551px) {
    .footer_sec .ftr_link {
        padding: 0 30px 0 0
    }
}

@media(max-width: 1199px) {
    .footer_sec .ftr_link {
        padding: 0
    }
}

@media(max-width: 767px) {
    .footer_sec .ftr_link {
        display: none;
        margin-bottom: 30px
    }
}

.footer_sec .ftr_link p {
    margin: 0 0 35px;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff
}

@media(max-width: 1779px) {
    .footer_sec .ftr_link p {
        font-size: 16px
    }
}

@media(max-width: 1551px) {
    .footer_sec .ftr_link p {
        font-size: 14px;
        margin-bottom: 30px
    }
}

@media(max-width: 1199px) {
    .footer_sec .ftr_link p {
        margin-bottom: 20px
    }
}

@media(max-width: 991px) {
    .footer_sec .ftr_link p {
        margin-bottom: 10px
    }
}

.footer_sec .ftr_link .contact_dtl {
    margin: 0;
    padding: 0
}

.footer_sec .ftr_link .contact_dtl li {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 300
}

@media(max-width: 1779px) {
    .footer_sec .ftr_link .contact_dtl li {
        font-size: 16px
    }
}

@media(max-width: 1551px) {
    .footer_sec .ftr_link .contact_dtl li {
        font-size: 14px
    }
}

.footer_sec .ftr_link .contact_dtl li a {
    color: #fff
}

.footer_sec .ftr_link .contact_dtl li a:hover {
    color: #be266a
}

.footer_sec .copyright {
    margin: 60px 0 0 0;
    padding: 30px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, .24);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between
}

@media(max-width: 1551px) {
    .footer_sec .copyright {
        padding: 30px 0
    }
}

@media(max-width: 1199px) {
    .footer_sec .copyright {
        margin-top: 40px
    }
}

@media(max-width: 991px) {
    .footer_sec .copyright {
        padding: 20px 0;
        margin-top: 30px
    }
}

@media(max-width: 767px) {
    .footer_sec .copyright {
        margin-top: 10px;
        justify-content: center
    }
}

.footer_sec .copyright p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff
}

@media(max-width: 1779px) {
    .footer_sec .copyright p {
        font-size: 16px
    }
}

@media(max-width: 1551px) {
    .footer_sec .copyright p {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .footer_sec .copyright p {
        text-align: center
    }
}

.footer_sec .copyright .social_icon {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px
}

.footer_sec .copyright .social_icon li {
    margin: 0;
    padding: 0
}

.footer_sec .copyright .social_icon li a {
    padding: 0;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2)
}

.footer_sec .copyright .social_icon li a:hover {
    border-color: #be266a
}

.footer_sec .copyright .social_icon li a:hover svg {
    fill: #be266a
}

.footer_sec .copyright .social_icon li a svg {
    max-width: 20px;
    fill: #fff;
    transition: all .4s ease-in-out
}

/*# sourceMappingURL=app.min.css.map */