/* Common Components Starts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Playfair Display", serif !important;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.landline{
    font-size: 12px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.carousel-control-prev-icon {
    background-image: url(../images/prev.png);
}

.carousel-control-next-icon {
    background-image: url(../images/next.png);
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 100%;
}

input[type=number]::-moz-number-spin-box {
    -moz-appearance: textfield;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Bitter';
    font-size: 16px;
    line-height: 26px;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    font-family: 'Bitter';
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
    z-index: 0 !important;
}

.getModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 0;
    outline: 0;
    border-bottom: solid 8px #19247f;
}

.getModal .form-control {
    display: block;
    width: 100%;
    padding: 12px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: solid 1px #121b6721;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.getModal form {
    padding: 0 50px;
}

.getModal .modal-header {
    border: none !important;
    padding: 0 0px;
}

.getModalclose {
    margin: 0 0 0 auto;
}

.getModal img {
    height: auto;
    width: 42px;
}

.getModal .btn-primary {
    margin: 0 !important;
}

section {
    padding: 4rem 0;
}

.request-hd {
    color: black;
    font-size: 34px;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.btn-primary {
    color: white !important;
    background-color: #162484;
    border-color: #162484;
    font-size: 16px;
    font-weight: bold;
    width: 144px;
    height: 48px;
    padding: 10px 10px;
    border-radius: 5px !important;
}

.btn-primary:hover {
    color: white !important;
    background-color: #0f1b6b !important;
    border-color: #0f1b6b !important;
}

.main-head {
    padding: 0 0 1rem 0;
}

/* Common styles ends */


/* navbar styles starts */
.bg-light {
    background-color: #ffffff !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: #162484;
    background: #162484;
    padding: 5px 10px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/togg-icon.svg) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-family: "Bitter";
    font-weight: 500;
    margin: 0 12px;
    padding: 15px 10px;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #19247f;
}

.navbar-brand img {
    height: auto;
    width: 94px;
}

.nav-item .btn-primary {
    color: white !important;
    background-color: #162484;
    border-color: #162484;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 20px !important;
    margin: 2px 8px !important;
    width: 144px;
    height: 48px;
}


/* navbar styles ends */

/* Hero carousel starts */
.hero-div {
    padding: 140px 0;
    color: white;
}

.hero {
    background: url(../images/hero-banner.png);
    height: 564px;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}

.hero-p {
    margin: 20px 0;
    font-weight: normal;
}

.carousel-item .btn-primary {
    color: white;
    background-color: #162484;
    border-color: #162484;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 20px;
    margin: 0px 0px;
    width: 144px;
    height: 48px;
}
.her-hd {
    font-family: 'Playfair Display';
    font-weight: normal;
    font-size: 48px;
    line-height: 1.2;
}
/* Hero carousel ends */


/* About Starts */
#about {
    margin: 3rem 0;
}

.abt-bg {
    position: relative;
    background-image: url(../images/about-bg.svg);
    height: 480px;
    border-top-right-radius: 100px;
}

.abt-shape {
    position: absolute;
    background: #FFD301;
    padding: 30px 23px;
    border-top-right-radius: 100px;
    height: 199px;
    width: 183px;
    bottom: 332px;
    font-weight: 600;
    left: 240px;
}

.anchor {
    height: 30px;
    width: 30px;
    margin: 12px 0;
}

.abtimg {
    margin: 0 auto;
    display: flex;
}

.abt-padd {
    padding: 6rem 24px;
}

/* About Ends */

/* Service Starts */
#service {
    margin: 3rem 0;
}

.service-bx {
    text-align: center;
    padding: 0 1em;
}

.serv-icon {
    height: auto;
    width: 95px;
    margin: 12px 0;
}

.serv-bx-hd {
    color: #333333;
    font-size: 26px;
    margin: 0 0 15px 0;
    font-weight: 500;
}

#service .btn-primary {
    color: white !important;
    background-color: #162484;
    border-color: #162484;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    width: 144px;
    height: 48px;
}

/* Service Ends */

/* whatwedo starts */
#whatwedo {
    margin: 3rem 0;
    padding: 3rem 0;
    background: #071545;
    color: white !important;
}

.whatwedo-bx {
    text-align: center;
    margin: 22px 0;
    padding: 0 1em;
}

#whatwedo p {
    color: #D9D9D9;
}

/* whatwedo ends */

/* lstssale starts */
#letsstart {
    margin: 3rem 0;
    padding: 3rem 0;
}

.letssale-padding {
    padding: 6rem 3rem;
}

#letsstart li {
    padding: 0 0 0 0;
    line-height: 36px;
}

.letssailbg {
    background-image: url(../images/letssail.svg);
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
}

#letsstart ul {
    padding-top: 12px;
    padding-left: 15px;
}

#letsstart .btn-primary {
    color: white !important;
    background-color: #162484;
    border-color: #162484;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    width: 144px;
    height: 48px;
}

/* letsstartends */

/* gallery starts */
#gallery .modal-content {
    position: relative;
}

#gallery .modal-body img {
    width: 100%;
    height: auto;
}

#gallery .modal-prev,
.modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background-color: rgba(255, 255, 255, 0.5);
    color: #333;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    padding: 8px;
    /* Padding */
    transition: background-color 0.3s ease;
}

#gallery .modal-prev {
    left: 10px;
}

#gallery .modal-next {
    right: 10px;
}

#gallery .modal-prev:hover,
.modal-next:hover {
    background-color: rgba(0, 0, 0, 0.1);
    /* Darker background on hover */
}

#gallery {
    margin: 3rem 0;
    padding: 3rem 0;
}

#gallery .btn-primary {
    color: white !important;
    background-color: #162484;
    border-color: #162484;
    font-weight: bold;
    width: 144px;
    height: 48px;
}

.gallery-img {
    width: 100%;
}

/* gallery ends */

/* contactsec-home starts */
#contactsec-home {
    margin: 3rem 0;
    padding: 3rem 0;
    background: #E8ECFD;
}
#contactsec-home.input-group {
  display: flex!important;
}

#contactsec-home.input-group-prepend {
  margin-right: 10px!important;
}

#contactsec-home .form-select {
  max-width: 100px!important;
}
#contactsec-page .input-group {
  display: flex!important;
}

#contactsec-page.input-group-prepend {
  margin-right: 10px!important;
}

#contactsec-page .form-select {
  max-width: 100px!important;
}
.divider {
    height: 100%;
    width: 1px;
    background: #D9D9D9;
    text-align: center;
    margin: 0 auto;
}

.cnttitle {
    font-weight: 700;
    color: #333333;
    margin: 24px 0 0 0;
    font-size: 22px;
}

#contactsec-home ul {
    padding-left: 0rem;
    padding-top: 20px;
}

#contactsec-home li {
    list-style-type: none;
    font-size: 18px;
    color: #555555;
    padding-left: 0px;
}

.v-none {
    visibility: hidden;

}

#contactsec-home .form-control {
    display: block;
    padding: 12px 30px;
    font-family: 'Bitter';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #BAC7F8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#contactsec-home .btn-primary {
    color: white !important;
    background-color: #162484;
    border-color: #162484;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 38px;
    width: 144px;
    height: 48px;
}

/* contactsec-home ends */

/* social media starts */


#social-media {
    padding: 1rem 0;
    border-bottom: solid 10px #162484;
}

#social-media ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#social-media li {
    transition: transform 0.3s ease;
    float: left;
    list-style-type: none;
    margin: 0 20px;
}

.social li:hover {
    transform: scale(1.1);
    /* Increase the size on hover */
    transition: transform 0.5s ease;
    /* Smooth transition effect */
}

.social li img:hover {
    animation: rotate 0.1s ease-in-out;
    /* Apply the rotation animation on hover */
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.foot-menu-ul {
    margin: 32px 0 0 0 !important;
}

.foot-menu-ul li {
    margin: 0 26px !important;
}

#social-media li img {
    height: auto;
    width: 45px;
}

.copyright {
    color: #333333;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.foot-menu-ul li a:hover {
    text-decoration: none;
    color: #19247f;
}

/* social media ends */

/* breadsec starts */
#breadsec {
    background: #E8ECFD;
    padding: 3rem 0;
}

/* breadsec ends */

/* company details starts */
#comp-dtl {
    padding: 3rem 0;
}

.comp-data {
    padding: 0 12px;
}

#comp-dtl ol,
ul {
    padding-left: 0;
}

.comtdetl-ul li {
    list-style-type: none;
    padding: 12px 0px;
    display: inline-flex;
}

.comtdetl-ul li::before {
    content: url('../images/tick.svg');
    margin-right: 8px;
    /* Adjust the margin as needed */
    width: 16px;
    /* Adjust the width of the image */
    height: 16px;
    /* Adjust the height of the image */
    display: inline-block;
    /* Ensures the image aligns with the text properly */
}

.comp-dat {
    padding: 12px 24px;
}

/* company details ends */

/* missionandvision-sec-starts */
#mission-vision {
    padding: 3rem 0;
}

#mission-vision img {
    height: auto;
    width: 72px;
}

.mission-vision-box {
    padding: 40px 40px;
}

.mission-vision-hd {
    color: #000000;
    font-size: 28px;
    margin: 19px 0 0 0;
}

/* missionandvision-sec-ends */

/* together sec starts */
#together {
    padding: 40px 0 64px 0;
    background-image: url(../images/together-bg.svg);
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    height: auto;
}

#together .btn-primary {
    color: #1C2A86 !important;
    background-color: white;
    border-color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 31px;
    width: 190px;
    height: 54px;
}
#together .btn-primary:hover {
    color: #ffffff !important;
}
/* together sec ends */

/* freedom starts */
#freedom {
    padding: 3rem 0;
}

#freedom ol,
ul {
    padding-left: 0;
}

.freedom-ul li {
    list-style-type: none;
    padding: 12px 0px;
    display: flex;
    /* Use flexbox */
    align-items: center;
    /* Vertically center the text */
}

.freedom-ul li::before {
    content: url('../images/tick.svg');
    margin-right: 8px;
    /* Adjust the margin as needed */
    width: 16px;
    /* Adjust the width of the image */
    height: 16px;
    /* Adjust the height of the image */
    display: inline-block;
    /* Ensures the image aligns with the text properly */
}

.custlispan {
    margin: 50px 0 0 0;
}

.custlispan-2 {
    margin: 25px 0 0 0;
}

.freedom-bx {
    background-color: #071545;
    color: white;
    padding: 20px 10px;
    margin: 12px 0;
    border-radius: 12px;
    box-shadow: 6px 18px 10px 0px #07154570;
}

.freedom-bx-light {
    background-color: #E8ECFD;
    color: #000000;
    padding: 22px 10px;
    margin: 12px 0;
    border-radius: 12px;
    box-shadow: none;
}

.freedom-bx img {
    height: auto;
    width: 69px;
    margin: 12px 0;
    filter: brightness(27.5);
}

.freedom-bx-light img {
    height: auto;
    width: 69px;
    margin: 12px 0;
}

.count {
    font-size: 30px;
}

/* freedom ends */

/* services-page starts */
#services-page {
    padding: 3rem 0;
}

.serv-contents {
    padding: 2rem 4rem;
}

#services-page ol,
ul li {
    padding-left: 18px;
}

#services-page li {
    padding: 0;
    line-height: 30px;
    margin: 0 0px 0 13px;
}

/* services=page ends */

/* gallery-page starts */
#gallery-page {
    padding: 3rem 0;
}

#gallery-page .btn-primary {
    color: white !important;
    background-color: #162484;
    border-color: #162484;
    font-size: 15px;
    font-weight: bold;
    width: 100% !important;
    height: 60px;
    padding: 16px;
}

#gallery-page .form-select,
.form-control {
    font-family: 'Bitter';
    font-size: 14px;
    color: #555555;
    margin: 10px 0;
    height: 60px;
}

.gallery-ul {
    padding-left: 0;
}

.gallery-ul li {
    float: left;
    margin: 0 20px 0 20px;
    padding: 0;
    font-size: 20px;
    color: #555555;
}

.gallaimg-title {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.pagination .page-link {
    padding: 14px 20px;
    color: #555555 !important;
    line-height: normal;
    font-family: 'Bitter';
    border-radius: 8px;
}

/* gallery-page ends */

/* contact-page starts */
#contactsec-page {
    margin: 3rem 0 !important;
    padding: 3rem 0 !important;
    background: white !important;
}

#contactsec-page li {
    list-style-type: none;
    font-size: 20px;
    color: #555555;
    padding-left: 0px;
}

#contactsec-page .btn-primary {
    color: white !important;
    background-color: #162484;
    border-color: #162484;
    font-size: 15px;
    font-weight: bold;
}

/* contact-page ends */

/* Media Queries */

/* Laptop Container */
@media (min-width: 1400px) {
    .container {
        max-width: 1230px;
    }
}


/* Mobile Devices */
@media (max-width: 767px) {
    body {
        font-family: "Playfair Display", serif !important;
        font-optical-sizing: auto;
    }
    .freedom-ul li {
        list-style-type: none;
        padding: 0;
        display: inline-flex;
        align-items: normal;
        margin: 12px 0;
    }
    .custlispan {
        margin: 0;
    }
    .custlispan-2 {
        margin: 0;
    }
    .whatwedo-bx {
        padding: 0;
    }
    .service-bx {
        padding: 0;
    }
    .navbar-nav {
        margin: 20px 0 0 0;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 2.8rem;
    }
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 42%);
    }
    .her-hd {
        font-family: 'Playfair Display';
        font-weight: normal;
        font-size: 38px;
        line-height: 1.2;
    }
    .comtdetl-ul li {
        display: inline-flex;
    }

    .comtdetl-ul li::before {
        margin-right: 8px;
        margin-top: 4px;
    }

    .serv-icon {
        margin: 28px 0 12px 0;
    }

    .btn-primary {
        font-size: 14px !important;
        font-weight: bold !important;
        padding: 10px 10px !important;
        width: 130px !important;
        height: 44px !important;
    }

    .navbar-brand img {
        height: auto;
        width: 86px;
    }

    .serv-contents {
        padding: 1rem 1rem;
    }

    .letssailbg {
        height: 50vh;
    }

    section {
        margin: 0 !important;
        padding: 3rem 0 !important;
    }

    #service .btn-primary {
        color: white !important;
        background-color: #162484;
        border-color: #162484;
        font-size: 14px;
        font-weight: bold;
        margin: 17px 0;
    }

    #service {
        margin: 3rem 0;
        padding: 3rem 0;
        background: #E8ECFD;
    }

    .cnttitle {
        font-weight: 700;
        color: #333333;
        margin: 24px 0 0 0;
        font-size: 16px;
    }

    .letssale-padding {
        padding: 3rem 0rem;
    }

    .copyright {
        color: #333333;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 11px;
    }

    #contactsec-home li {
        list-style-type: none;
        font-size: 14px;
        color: #555555;
    }

    #social-media {
        margin: 0 !important;
        padding: 3rem 0 0.5rem 0 !important;
    }

    #social-media li {
        padding: 0 !important;
        margin: 0 8px !important;
        font-size: 12px !important;
    }

    .foot-menu-ul li {
        padding: 0 !important;
        margin: 0 8px !important;
        font-size: 12px !important;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .hero {
        height: 100vh;
        background-position: center center;
        background-attachment: inherit;
        background-repeat: no-repeat no-repeat;
        background-size: cover;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #333333;
        font-family: "Bitter";
        font-weight: 700;
        margin: 0 0 13px 0;
        padding: 12px 16px;
        font-size: 16px;
    }

    .hero-div {
        padding: 6rem 0;
        color: white;
    }

    .abt-padd {
        padding: 2rem 0px;
    }

    .getModal form {
        padding: 0 1rem;
    }

    .pagination .page-link {
        padding: 6px 12px;
        color: #555555 !important;
        line-height: normal;
        font-family: 'Bitter';
        border-radius: 8px;
    }

    #services-page ol,
    ul li {
        padding-left: 6px;
    }

    .gallery-ul li {
        float: left;
        margin: 0 14px 0 14px;
        padding: 0;
        font-size: 14px;
        color: #555555;
    }

    .gallaimg-title {
        color: #333333;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 22px 0;
    }

    /* .gallery-view {
        display: flex;
        flex-direction: column;
      }
    
      .gallaimg-title {
        order: -1; 
        margin-bottom: 12px; 
      }
    
      .gallery-ul {
        order: 0; 
        padding: 0 !important;
      } */
}

/* Tablet Devices */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        font-family: "Playfair Display", serif !important;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    }

    .getModal form {
        padding: 0 2.5rem;
    }

    .mission-vision-box {
        padding: 10px 5px;
    }

    li {
        font-size: 11px !important;
        padding: 0 !important;
        line-height: 30px;
    }

    p {
        font-size: 11px;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 700px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0px;
    }
}

/* ipad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        font-family: "Playfair Display", serif !important;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    }

    .getModal form {
        padding: 0 2.5rem;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .container {
        max-width: 900px !important;
    }
}

@media screen and (min-width: 989px) and (max-width: 1040px) {
    body {
        font-family: "Playfair Display", serif !important;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    }

    a {
        text-decoration: none;
        color: inherit;
    }
}


@media screen and (min-width: 1005px) and (max-width: 1200px) {
    body {
        font-family: "Playfair Display", serif !important;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    }

    a {
        text-decoration: none;
        color: inherit;
    }
}





.grecaptcha-badge {
    
    display: none;
    
}



















