html{
    padding : 0px;
    margin : 0px;
}

/* --------------------------------   Section 1 in Main ----------------------------------- */

.relativeDiv{
    margin-top: 105px;
}

.relativeDiv img{
    width : 100%;
    height : 100%;
    display : block;
    position : relative;
    object-fit: cover;
}

.absoluteDiv {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: white;
    border-radius: 15px;
    animation: fadeIn 3.5s ease forwards;
    background: peru;
    padding: 0px 60px;
    text-align: center;
}

.absoluteDiv h1{
    font-size :50px;
}

@media (width>=1024px) {
    .relativeDiv img{
        height: 85.5vh;
    }
}

@media (width<1024px) {
    .absoluteDiv{
        padding: 40px 30px;
    }
}

@media (width<769px) {
    .absoluteDiv{
        padding: 30px 15px;
    }
    .absoluteDiv h1{
        font-size: 34px;
    }
    .relativeDiv{
        margin-top: 55px;
    }
}

@media (width<469px) {
    .absoluteDiv{
        padding: 15px;
    }
    .absoluteDiv h1{
        font-size: 24px;
    }
}


/* --------------------------------------------------ContactusSection2-------------------------------------------------------------- */

.ContactusSection2{
    padding: 70px 60px;
    overflow: hidden;
}

.ContactusSection2Main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ContactusSection2MainContainer1{
    width: 50%;
}

/* .CS2MC1Img {
    padding-right: 60px;
    
}

.CS2MC1Img img{
    width: 100%;
    max-width: 640px;
} */


.CS2MC1FormMain{
    color: black;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    background-color: white;
    border-radius: 25px;
}

.CS2MC1FormMain form{
    width: 100%;
    font-size: 24px;
}

.CS2MC1FMContext {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
}

.CS2MC1FMCInput input {
    width: -webkit-fill-available;
    height: 40px;
    border-radius: 5px;
    border: 1px solid gray;
}

.CS2MC1FMCInput input[type="text"],.CS2MC1FMCInput input[type="tel"],.CS2MC1FMCInput input[type="email"]{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

.CS2MC1FMCLabel span{
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.CS2MC1FMSR {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.CS2MC1FMCTextArea textarea {
    width: -webkit-fill-available;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    border: 1px solid gray;
    resize: vertical;
}

#CS2MC1FMSBtn button {
    height: 50px;
    width: 120px;
    background-color: peru;
    border: none;
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
}

#CS2MC1FMSBtn button:hover{
    transform: scale(1.03);
    transition: transform 0.5s;
    cursor: pointer;
}

.okieThanks{
    color: green;
    margin-left: 15px;
    display: none;
}

.okieThanks .fa-solid{
    font-size: 36px;
}

.CS2MC1FMSRSubmit {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#successIcon {
    animation: 3s fadeInOut linear;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
}


.ContactusSection2MainContainer2{
    width: 50%;
    opacity: 1;
}

.ContactusSection2MainContainer2Titles{
    /* color: rgb(222, 193, 87); */
    padding: 60px;
    padding-right: 0px;
}

.CS2MC2TH1 h1{
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.CS2MC2TPara span {
    font-size: 24px;
    font-weight: 400;
}

.CS2MC2TPara p{
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
    margin: 10px 0px;
    font-weight: 800;
}

.plspopup.active .ContactusSection2MainContainer2{
    animation: 2.3s clouds linear;
    opacity: 1;
}

@media (width<1024px) {
    .ContactusSection2{
        padding: 30px 15px;
    }
    .CS2MC2TH1 h1{
        font-size: 42px;
    }
    .ContactusSection2Main{
        flex-direction: column;
    }
    .ContactusSection2MainContainer1,.ContactusSection2MainContainer2{
        width: 100%;
    }
    .ContactusSection2MainContainer1 {
        display: flex;
        justify-content: center;
    }
    .CS2MC1FormMain{
        width: 100%;
    }
    .ContactusSection2MainContainer2Titles {
        padding: 0px;
    }
}


/* --------------------------------------------------ContactusSection2-------------------------------------------------------------- */

/* --------------------------------------------------footer-------------------------------------------------------------- */

.footerSectionConatiner{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}

.footerSectionContainer1{
    width: 40%;
}

.footerSectionContainer2{
    width: 70%;
}

.footerSectionContainer2Main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footerSectionContainer1{
    background-color: peru;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

.footerSectionContainer1Main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footerSectionContainer1MainPart1,.footerSectionContainer1MainPart2{
    width: 100%;
}

.footerSectionContainer1MainPart1 {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerSectionContainer1MainPart1 img {
    width: 60%;
}

.footerSectionContainer1MainPart2{
    /* padding: 20px 25px; */
    padding-top: 0px;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.FSC1MP2Address{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px 0px;
}

.FSC1MP2AddressH2 h2{
    margin: 0px;
}

.FSC1MP2AddressTitleIcon{
    padding: 0px 15px;
}

.FSC1MP2AddressTitleIcon .fa-solid{
    font-size: 20px;
}

.FSC1MP2AddressTitleIcon .fa-solid:hover{
    color: black;
    cursor: pointer;
}

.FSC1MP2AddressTitleText a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.FSC1MP2AddressTitleText a:hover{
    color: black;
}

.FSC1MP2AddressTitle{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.FSC1MP2Phone{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px 0px;
    gap: 20px;
}

.FSC1MP2PhoneTitle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.FSC1MP2PhoneIcon{
    padding-right: 15px;
}

.FSC1MP2PhoneIcon .fa-solid {
    font-size: 20px;
}

.FSC1MP2PhoneIcon .fa-solid:hover{
    color: black;
    cursor: pointer;
}

.FSC1MP2PhoneNumber a{
    text-decoration: none;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.FSC1MP2PhoneNumber a:hover{
    color: black;
}

.FSC1MP2PhoneH2 h2{
    margin: 0px;
}

.FSC1MP2Email{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 25px 0px;
}

.FSC1MP2EmailIcon{
    padding-right: 15px;
}

.FSC1MP2EmailIcon .fa-solid{
    font-size: 20px;
}

.FSC1MP2EmailIcon .fa-solid:hover{
    color: black;
    cursor: pointer;
}

.FSC1MP2EmailId a{
    text-decoration: underline;
    color: white;
}

.FSC1MP2EmailId a:hover{
    cursor: pointer;
    color: black;
}

.FSC1MP2Metatags{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 35px 0px;
}

.FSC1MP2MT a{
    text-decoration: none;
    color: white;
    margin: 0px 25px;
    font-size: 34px;
}

.FSC1MP2MT a:hover{
    color: black;
    cursor: pointer;
}

.footerSectionContainer2MainPart1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.footerSectionContainer2MainPart2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 320px; */
    height: 100%;
}

.footerSectionContainer2MainPart2Container{
    display: flex;
    flex-direction: row;
    /* padding: 115px 0px; */
}

.footerSectionContainer2MainPart2Container1,.footerSectionContainer2MainPart2Container2{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.FSC2MP2C1ULLinks,.FSC2MP2C1NLLinks {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 25px;
    font-family: 'Nunito', sans-serif;
}

.FSC2MP2C1UL,.FSC2MP2C1NL{
    color: white;
    font-size: 34px;
}

#FSC2MP2C1ULLinks a,#FSC2MP2C1NLLinks a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    width: 100%;
    display: flex;
    text-align: center;
}

.footercopyrights {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.footercopyrights span a{
    text-decoration: underline;
    color: white;
}

.footerSectionContainer2Main {
    height: 100%;
}

iframe{
    width: 100%;
    height: 100%;
}

@media (width<1024px) {
    .footerSectionConatiner{
        flex-direction: column-reverse;
    }
    .footerSectionContainer1,.footerSectionContainer2{
        width: 100%;
    }
    .footerSectionContainer1MainPart1 img {
        width: 40%;
    }
    .footerSectionContainer2 {
        height: 320px;
    }
    .FSC1MP2AddressTitleIcon .fa-solid, .FSC1MP2AddressTitleText a{
        font-size: 16px;
    }
    .FSC1MP2PhoneIcon .fa-solid, .FSC1MP2PhoneNumber a{
        font-size: 16px;
    }
    .FSC1MP2EmailIcon .fa-solid, .footerSectionContainer1MainPart2{
        font-size: 16px;
    }
    .FSC1MP2MT a{
        font-size: 22px;
    }
    .footerSectionContainer1{
        padding: 25px 0px;
    }
    .footerSectionContainer1MainPart1{
        padding-top: 0px;
    }
    .FSC1MP2Metatags{
        margin-bottom: 0px;
    }
}

/* --------------------------------------------------footer-------------------------------------------------------------- */