@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,200&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}


.carousel-dark .carousel-caption {
    color: #fff;

}


.carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 1.25rem;
    left: 0 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;

}

.carousel-caption h5 {
    font-size: 2rem;
}

.swift {
    width: 213px;
    height: 50px;
    object-fit: contain;
}

.nav-link {
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.nav-link.active {
    background-color: #fff;
}

.nav-link:hover {
    background-color: #fff;
}

.dropdown-item {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.dropdown-item:hover {
    background-color: #5050e5;
    color: #fff;

}

.img {
    position: relative;
    width: 100%;
    height: 450px;

    background-position: center;
    margin: 75px 0 0 0;

}

.img9 {
    position: relative;
    width: 100%;
    height: 450px;

    background-position: center;
    margin: 75px 0 0 0;

}

.welcome1 {
    text-align: center;
    font-size: 2.5rem;
    color: #000;
    margin: 20px 0;
}

.welcome1 h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0;
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;

    z-index: 5;
}

.about1 p {
    font-size: 5rem;
    color: #000;
    z-index: 2;
    margin-top: 80px;
}

.about10 p {
    font-size: 5rem;
    color: #000;
    z-index: 2;
    font-weight: 500;
    margin-top: 80px;
}

.first {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #7a7777;
    border-radius: 5px;
    margin: 20px 0;
    overflow: hidden;
}

.first1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.about2 a {
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    z-index: 2;
    font-weight: 500;
}

.about2 a:hover {
    color: #fff;
    text-decoration: underline;
    z-index: 2;

}

.img::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(5, 44, 112, 0.65));
    z-index: 1;
    overflow: hidden;
}

.welcome h2 {
    color: #000;
    margin: 10px 0;
}

.welcome p {
    font-size: 18px;
    color: #616161;
}

.our {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0;
}


.service {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service h5 {
    color: #5050e5;
    font-size: 2rem;
    margin: 10px 0;
}

.service p {
    font-size: 1rem;
    text-align: justify;
}

.read {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 20px;
}

.button2 {

    padding: 12px 26px;
    margin: 0 10px;
    outline: none;
    border: none;
    background-color: #5050e5;
    color: #fff;

    text-transform: capitalize;
}

.button2:hover {
    background-color: blue;
    color: #fff;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: #5050e5;
    display: none;
    overflow: hidden;
    color: #fff;
}

.photo {
    width: 100%;
    height: 242px;
    object-fit: contain;
    background-color: #fff;
}

.input {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 1rem;
    margin: 0 0 20px 0;
    color: #000;
    border: 1px solid #000;
}

.input1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 1rem;
    margin: 0 0 20px 0;
    color: #000;
    border: 1px solid #000;
}

.input1:hover {
    border: 1px solid #5050e5;
}

.area {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
}

.delhi p {
    font-size: 1.1rem;
    color: #444;
    margin: 85px 0 0 0;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 800;
}

.delhi p:hover {
    color: blue;
}

.img7 {
    width: 100%;
    margin: 85px 0 0 0;
}

.delhi1 a {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}

.delhi1 a:hover {
    color: blue;
}

.delhi1 span {
    font-size: 1rem;
    color: #444;
}

.delhi2 p {
    font-size: 1rem;
    color: #444;
    margin: 20px 0;
}

.delhi2 span {
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.delhi2 a {
    color: #444;
    text-decoration: none;
    font-size: 1rem;
    text-transform: capitalize;
}

.delhi2 a:hover {
    color: blue;
}

.map {
    width: 100%;
    height: auto;
}

.mts {
    margin: 90px 0 0 0 0;
}

.items {
    width: 100%;
    height: 250px;
    object-fit: contain;
    text-align: center;

    background-color: #fff;
}

.manage {
    background-color: #f3b906;
    color: #fff;
}

.manage p:nth-child(1) {
    font-size: 2rem;

}

.manage p:nth-child(2) {
    font-size: 1.3rem;

}

.contant p {
    font-size: 1.2rem;
    background-color: #fff;
    color: #616161;

}

.india {
    padding: 50px 20px;
}

.india p {
    font-size: 1.2rem;
    color: #fff;
    margin: 20px 0;
}

.india1 {
    display: flex;
    justify-content: center;
    padding: 50px 20px;
    flex-direction: column;
}

.india2 {
    padding: 50px 20px 20px;
    color: #fff;
}

.india2 h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.india1 h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.india1 a {
    font-size: 1.2rem;
    color: #fff;
    margin: 5px 0;
    text-decoration: none;
    font-weight: 500;
}

.india1 a:hover {
    text-decoration: underline;
    color: #000;
}

.phone {
    margin: 10px 0;
    font-weight: 500;
}

.phone i {
    color: #fff;
    font-size: 1rem;
    margin: 0 5px 0 0;
}

.phone span {
    font-size: 1rem;
    color: #fff;
}

.phone a {
    font-size: 1rem;
    color: #fff;
    margin: 5px 0;
    text-decoration: none;
}

.phone a:hover {
    text-decoration: underline;
    color: blue;
}

.helpadya p {
    color: #fff;
    font-size: 1.2rem;
    border-top: 1px solid #ffffff;
    margin: 0 0 10px 10px;
    font-weight: 400;
    text-align: center;
}

.image1 {
    background-image: url(images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 450px;

    overflow: hidden;
    margin: 76px 0 0 0;

}

.image1::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(5, 44, 112, 0.65));
    z-index: 1;
    overflow: hidden;

}

.image7 {
    background-image: url(images/glenn-carstens-peters-npxXWgQ33ZQ-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 450px;

    overflow: hidden;
    margin: 76px 0 0 0;

}

.image7::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    opacity: 0.4;
    background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(5, 44, 112, 0.65));
    z-index: 1;
    overflow: hidden;

}

.few h5 {
    text-align: center;
    font-size: 2rem;
    color: #000;
    margin: 60px 0 30px 0;
}

.few p {
    font-size: 1rem;
    color: #616161;
}

.few span {
    color: #000;
    font-weight: 500;
}

.mission {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #5050e5;
    padding: 10px;
    height: 95%;
}

.misso {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #c7c6c6;
    padding: 20px;
    margin: 20px 0;
}

.misso i {
    color: #5050e5;
    font-size: 2rem;
    padding: 20px;
}

.our1 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
}

.text9 h4 {
    font-size: 1.5rem;
    color: #000000;

}

ol li {
    font-size: 1.1rem;
    color: #000;
}

.image2 {
    width: 100%;


    margin: 10px 0;
}

.service1 {
    text-align: center;
    font-size: 2.5rem;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
}

.service1 p {
    font-weight: 500;
}

.service10 {
    text-align: center;
    font-size: 2.5rem;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
}

.service2 p {
    color: #6d6d6d;

}

.form1 {
    width: 500px;
    height: 460px;
    background-color: #fff;
    display: flex;
    flex-direction: column;

    padding: 10px 80px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;

}

.form10 {
    width: 500px;
    height: 460px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 5;
    padding: 10px 80px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;

}

.text-decoration {
    text-decoration: none !important;
}

.form1 h4 {
    font-size: 1.5rem;
    color: #000;
    margin: 0 0 20px 0;

}

.label1 {
    font-size: 15px;
    color: #7c7a7a;
    margin: 5px 0;

}

.name {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 1rem;
    color: dimgrey;
    border: 1px solid #4e4e4e;
    outline: none;

}

.button21 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 0;
}

.button1 {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    background-color: #5050e5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;

    text-transform: uppercase;

}

.button1:hover {
    background-color: blue;
    color: #fff;

}

.name1 {
    width: 100%;
    height: 50px;
    outline: none;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #4e4e4e;
    margin: 17px 0 0 0;

}

.map {
    width: 100%;
    height: auto;
    transition: 0.4s ease-out;

}

.map:hover {
    transform: translateY(10px);
    transition: 0.5s;
}

.form5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 60px;
    background-color: white;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    z-index: 555545;

}

.form2 {
    padding: 30px 0;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.text2 {
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    margin: 10px 0;
    font-size: 1.2rem;
    outline: none;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #7a7777;
}

.text2:hover {
    outline: #000;
}

.talk {
    display: flex;
    justify-content: center;
    align-items: center;
}

.talk p {
    font-size: 46px;
    color: #333333;
    font-weight: 600;
}

.message {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    background-color: #5050e5;
    font-size: 20px;
    margin: 20px 0 0 0;
    border: none;

}

.form6 {
    margin: -2px 0 0 114px;
}

.message:hover {
    background-color: blue;
    color: #fff;
}

.image3 {
    width: 100%;
    height: 269px;
    margin: 10px 0;
}

.helpadya a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.helpadya a:hover {
    color: blue;
    text-decoration: underline;
}

.phone1 {
    margin: 7px 0 0 10px;
    font-weight: 500;
}

.phone1 i {
    color: #000;
    font-size: 1rem;
    margin: 0 7px 0 0;
}

.phone1 span {
    font-size: 1.2rem;
    color: #000;
}

.phone1 a {
    font-size: 1rem;
    color: #000;
    margin: 5px 0;
    text-decoration: none;
}

.phone1 a:hover {
    text-decoration: underline;
    color: blue;
}

.india5 {
    padding: 36px 7px 3px;
    color: rgb(134, 134, 134);
}

.india5 h4 {
    color: #000;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
}

.fa {
    padding: 8px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 10px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.social {
    position: fixed;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    flex-direction: column;
}

.social a:nth-child(1) {
    background: rgb(20 48 202);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 24px;
    transition: .4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.social i:nth-child(1) {
    color: #fff;
    text-decoration: none;
}

.social a:nth-child(2) {
    background: rgb(20 48 202);

    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 24px;
    transition: .4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.social i:nth-child(2) {
    color: #fff !important;
    text-decoration: none;
    margin-top: -50px;

}

.social a:nth-child(3) {
    background: #38ec02;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 24px;
    transition: .4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.social i:nth-child(3) {
    color: #fff;
    text-decoration: none;
}

.social a:nth-child(4) {
    background: rgb(20 48 202);

    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 24px;
    transition: .4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.social i:nth-child(4) {
    color: #fff !important;
    text-decoration: none;
    margin-top: -50px;

}

.cont2 {
    padding: auto;
}

@media (max-width:576px) {
    .cont2 {
        padding: 60px 0px 60px;
    }

    .image7 {
        background-image: url(images/glenn-carstens-peters-npxXWgQ33ZQ-unsplash1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 450px;

        overflow: hidden;
        margin: 76px 0 0 0;

    }

    .image7::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 450px;
        opacity: 0.4;
        background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(5, 44, 112, 0.65));
        z-index: 1;
        overflow: hidden;

    }

    .social {
        bottom: 236px;
        right: 15px;
    }

    .service h5 {
        font-size: 1.7rem;
    }

    .img9 {
        width: 100%;
        height: 100%;
        margin-top: 88px;
    }

    .delhi {
        margin: -60px 0 0 0;
    }

    .image1 {
        background-image: url(images/bg1.jpg);
        height: 700px;
    }

    .image1::before {
        height: 700px;
    }

    .form5 {
        padding: 21px 17px;
        margin: 0;
    }

    .form6 {
        margin: 0 0 0 -13px !important;
        width: 100%;

    }

    .about10 p {
        font-size: 2.4rem;
    }

    .welcome1 h2 {
        font-size: 1.7rem;
        text-align: center;
    }

    .label1 {
        margin: 10px 0;
    }

    .image2 {
        width: 100%;
        height: 100%;

        margin: 10px 0;
    }

    .form1 {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
        padding: 0 10px 20px;


    }

    .service10 {
        font-size: 1.2rem;
    }

    .nav-link {
        text-align: center;
    }

    .img {
        margin: 0;
    }

    .our {
        font-size: 1.5rem;
    }

    .welcome p {
        font-size: 15px;
    }

    .carousel-caption h5 {
        font-size: 1.5rem;
    }

    .carousel-caption {
        font-size: 1rem;
    }

    .carousel {
        margin: 70px 0 0 0;
    }

    .navbar-toggler-icon {
        background-color: #fff;
        padding: 20px;
    }

    .img {
        width: 100%;
        height: 100%;

    }

    .india {
        padding: 20px 0;
    }

    .india1 {
        padding: 10px 0;
    }

    .india2 {
        padding: 10px 0;
    }

    .input {
        padding: 10px 10px;
    }

    .contant p {
        font-size: 1rem;
        background-color: #fff;
        color: #616161;
        padding: 0 10px;

    }
}

@media (max-width:786px) {
    .about10 p {
        font-size: 2.4rem;
    }

    .image7 {
        background-image: url(images/glenn-carstens-peters-npxXWgQ33ZQ-unsplash1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 450px;

        overflow: hidden;
        margin: 76px 0 0 0;

    }

    .image7::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 450px;
        opacity: 0.4;
        background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(5, 44, 112, 0.65));
        z-index: 1;
        overflow: hidden;

    }

    .social {
        bottom: 84px;
        right: 14px;
    }

    .form6 {
        margin: 0;
    }

    .form5 {
        padding: 15px 20px;
    }

    .form1 {
        width: 100%;
    }

    .nav-link {
        text-align: center;
    }

    .india1 {
        padding: 0 20px;
    }
}

@media (max-width:992px) {
    .social {
        bottom: 64px;
        right: 14px;
    }

    .india1 {
        padding: 0 1px;
    }

    .form1 {
        width: 100%;
    }

    .nav-link {
        text-align: center;
    }

    .form6 {
        margin: 0;
    }

    .form5 {
        padding: 15px 20px;
    }
}