*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  

  nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
}

.insideNav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 8rem;
    position: fixed;
    z-index: 999999999999;
}

.upperNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    height: 30%;
    background: #ffff;
}


.lowerNav {
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    background-color: #fff;
}

.logo{
    height: 5rem;
}

.menuLinks{
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuLinks a, .menuLinks p {
    padding: 0.2rem;
    margin: 0.2rem 1rem;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000e8;
    font-weight: 600;
    font-size: 15px;
}

.iup1 {
    width: 78%;
    clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #113876;
    padding-left: 2rem;
}

.iup2 {
    background-color: #e60800;
    width: 25%;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.insideUpperNav p {
    color: #fff;
    font-size: 15px;
    margin: 0 1rem;
    font-weight: 400;
}

.iup2 i {
    color: #fff;
    font-size: 22px;
    margin: 0 0.8rem;
}

.firstSection{
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideFirstSection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mySlides img{
    width: 100%;
}

.en {
    text-decoration: none;
    background: #113876;
    color: #fff;
    font-size: 14px;
    padding: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0.2rem   ;
}

.secondSection{
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSecondSection{
    height: 80%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

marquee a{
    color: #113876;
}

.translateFloat {
    position: fixed;
    right: 0;
    bottom: 0;
}

.whatsappFloat {
    position: fixed;
    bottom: 2%;
    left: 1%;
    background: #25d366;
    display: flex;
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 10rem;
}

.whatsappFloat i {
    color: #fff;
    font-size: 28px;
}

.whatsappFloat p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin: 0 0.5rem;
}

.thirdSection {
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thirdSection::before{
    position: absolute;
    content: '';
    height: 5%;
    width: 100%;
    background-image: url('/assets/images/all\ images/bg.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.insideThirdSection{
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideThirdSection h2 {
    color: #113876;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0.6rem;
}

.insideThirdSection h3 {
    font-size: 40px;
    font-weight: 500;
    color: #000000e8;
}

.insideThirdSectionCard{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

.insideThirdSection p{
    font-size: 17px;
    line-height: 1.64;
    color: #4b4b4b;
    margin-top: 1.8rem;
    text-align: center;
}

.innerThirdSectionCard {
    height: 6rem;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 1.5rem;
}

.insideThirdSectionCard i{
        color: #113876;
        font-size: 32px;
}

.innerThirdSectionCard span {
    height: 70%;
    width: 0.2rem;
    background-color: #dfdfdf;
    margin: 1rem;
}

.innerThirdSectionCard p {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #4b4b4be3;
}

.rrr {
    width: 60%;
}

.fourthSection{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideFourthSection{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideFouthSectionCard {
    margin: 1rem;
    width: 50%;
    margin-bottom: 2rem;
}

.insideFouthSectionCard img{
    height: 100%;
    width: 100%;
}

.aboutBTN {
    text-decoration: none;
    background: #113876;
    color: #fff;
    font-size: 14px;
    padding: 0.4rem 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 10rem;
}

.aboutBTN span {
    color: #113876;
    background-color: #fff;
    margin: 5px;
    margin-left: 0;
    padding: 0 5px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
    width: 2rem;
}

.fifthSection{
    padding: 4rem 0;
    padding-top: 6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideFifthSection{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideFifthSection h2{
    color: #113876;
    font-size: 42px;
    font-weight: 500;
    padding-bottom: 2rem;
}

.indexProduct{
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}

.indexProductCard {
    height: 15rem;
    width: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}

.productIMG {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productIMG img{
    height: 100%;
}

.indexProductCard a {
    margin-top: 1rem;
    padding: 0.8rem;
    width: 80%;
}

.sixthSection{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
}

.insideSixthSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSixthSectionCard {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1rem;
}

.insideSixthSectionCard img{
    height: 100%;
    width: 100%;
}

form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
}

.insideSixthSectionCard h2 {
    color: #113876;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    align-self: flex-start;
    margin-bottom: 0.6rem;
}

.insideSixthSectionCard h3{
    font-size: 40px;
    font-weight: 500;
    color: #000000e8;
}

.insideSixthSectionCard p{
    font-size: 17px;
    line-height: 1.64;
    color: #4b4b4b;
    margin-top: 1rem;
}

form label {
    font-weight: 500 !important;
    font-size: 18px;
    color: #7a7a7a;
    margin-bottom: 0.5rem;
}

form input {
    height: 2.8rem;
    width: 100%;
    border: 1px solid #00000029;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    background: #f9f9f9;
    outline: none;
}

.ii{
    height: 12rem;
}

.submit {
    background-color: #f7cb18;
    outline: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 1rem;
    cursor: pointer;
}

.seventhSection{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSeventhSection {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonialCard {
    background-color: violet;
    padding: 1rem;
    margin: 1rem;
    width: 100%;
}   


.swiper {
    width: 600px;
    height: 300px;
  }

.eightSection{
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #113876;
}

.insideEightSection{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideEightSection iframe{
    width: 100%;
    height: 100%;
}

footer{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideFooter{
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iif{
    width: 25% !important;
}

.innerInsideFooter{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: .4rem;
}

.iif img{
    height: 10rem;
}

.innerInsideFooterCard {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0.5rem;
}

.innerInsideFooterCard h2{
    color: #113876;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    align-self: flex-start;
    margin-bottom: 0.6rem;
}

.innerInsideFooterCard h3{
    font-size: 40px;
    font-weight: 500;
    color: #000000e8;
}

.footerCard {
    width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.5rem;
    margin-top: 4rem;
}

.iifc{
    flex-direction: row;
}

.footerCard h3 {
    font-size: 22px;
    margin-bottom: 2rem;
}  

.footerCard p, .footerCard a{
    color: #666666 !important;
    font-size: 14px;
    line-height: 26px;
}

.footerCard a{
    text-decoration: none;
    text-transform: uppercase;
}

.fhfh {
    padding-left: 3rem;
    border-left: 1px solid #e7e7e7;
}

.copyright {
    align-self: flex-start;
    padding: 1rem;
    display: flex;
}

.footerSocial {
    position: absolute;
    right: 2%;
}

.footerSocial i {
    font-size: 24px;
    margin: 0 0.5rem;
    color: #113876;
}

.dropDownContent {
    position: absolute;
    display: none;
    flex-direction: column;
    background: #f2f2f2;
}

.dropDownContent a {
    text-transform: capitalize;
    font-weight: 500;
    background: #f2f2f2;
    padding: 1rem;
}

.dropDown:hover .dropDownContent{
    display: flex !important;
    transition: all 0.4s ease-in;
}

#ham{
    display: none;
}

@media screen and (max-width:1200px){
    .insideUpperNav p {
        font-size: 12px;
    }
    .iup2 i {
        font-size: 20px;
    }
    .logo {
        height: 4.8rem;
    }
    .menuLinks a {
        font-size: 14px;
    }
    .en {
        font-size: 12px;
    }
    .insideThirdSection h2 {
        font-size: 18px;
    }
    .insideThirdSection h3 {
        font-size: 36px;
    }
    .insideThirdSection p {
        font-size: 16px;
    }
    .insideThirdSectionCard {
        flex: 1;
        flex-wrap: wrap;
    }
    .innerThirdSectionCard {
        height: 6rem;
        width: 20rem;
    }
    .thirdSection {
        height: 110vh;
    }
    .insideFifthSection h2 {
        font-size: 36px;
    }
    .insideFifthSection {
        width: 100%;
    }
    .insideSixthSectionCard h2 {
        font-size: 18px;
    }    
    .insideSixthSectionCard h3 {
        font-size: 36px;
    }
    .insideSixthSectionCard p {
        font-size: 16px;
    }
    form label {
        font-weight: 500 !important;
        font-size: 16px;
    }
    .submit {
        font-size: 16px;
    }   
    .innerInsideFooterCard h2 {
        font-size: 18px;
    }     
    .innerInsideFooterCard h3 {
        font-size: 36px;
    }
    .iif img {
        height: 8rem;
    }
    .iifc {
        flex: 1;
        flex-wrap: wrap;
    }
    .footerCard {
        width: 16rem;
    }
    footer {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width:1024px){
    .iup1 {
        flex: 1;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:900px){
    .fhfh {
        padding-left: 2rem;
    }
    .footerCard {
        width: 14rem;
    }
    .copyright {
        font-size: 14px;
    }
    .footerSocial i {
        font-size: 20px;
    }
    .innerInsideFooterCard h3 {
        font-size: 32px;
    }
}

@media screen and (max-width:765px){
    .insideFooter {
        flex-direction: column;
    }
    .testimonialCard {
        width: 90%;
    }

    nav, .insideNav {
        height: 10rem;
    }
    .iup1 {
        padding-left: 0rem;
    }
    .lowerNav {
        padding: 0 1rem;
    }
    #ham {
        display: flex;
        position: absolute;
        right: 2%;
    }

    .menuLinks {
        flex-direction: column;
        display: none;
        position: absolute;
        top: 90%;
        right: 5%;
        background: #fff;
        align-items: flex-start;
    }

    .en {
        font-size: 12px;
        position: absolute;
        right: 8%;
    }
    .thirdSection {
        padding: 4rem 0;
        height: auto;
    }
    .insideThirdSection h2 {
        font-size: 16px;
    }
    .insideThirdSection h3 {
        font-size: 32px;
        width: 80%;
        text-align: center;
    }
    .insideThirdSection p {
        font-size: 14px;
        width: 80%;
    }
    .innerThirdSectionCard span {
        width: 0.1rem;
    }
    .aboutBTN{
        font-size: 12px;
    }
    .aboutBTN span {
        font-size: 18px;
    }
    .insideFifthSection h2 {
        font-size: 32px;
    }
    .insideSixthSectionCard h2 {
        font-size: 16px;
    }
    .insideSixthSectionCard h3 {
        font-size: 32px;
    }
    .insideSixthSectionCard p {
        font-size: 14px;
    }
    form label {
        font-size: 14px;
    }
    .insideFooter {
        align-items: flex-start;
    }
    .fhfh {
        padding-left: 0;
        border-top: 1px solid #e7e7e7;
        border-left: 0;
        width: 100%;
    }   
    .innerInsideFooterCard h3 {
        font-size: 28px;
    }
    .innerInsideFooterCard h2 {
        font-size: 16px;
    }
    footer {
        padding-bottom: 1rem;
        padding-top: 2rem;
    }

    .iif img {
        margin-bottom: 2rem;
    }

    .innerInsideFooterCard {
        margin-top: 2rem;
    }
    .footerCard {
        margin-top: 2rem;
        width: 15rem !important;
    }
    .innerInsideFooterCard {
        margin-top: 2rem;
        justify-content: flex-start;
    }
}

@media screen and (max-width:600px){
    .upperNav {
        display: none;
    }
    .lowerNav {
        height: 100%;
    }
    nav, .insideNav {
        height: 6rem;
    }
    .thirdSection {
        padding: 3rem 0;
    }    
    .insideThirdSection h3 {
        font-size: 28px;
        width: 90%;
    }

    .insideThirdSection p {
        width: 90%;
    }
    .fifthSection {
        padding-top: 4rem;
    }

    .indexProductCard {
        height: 12rem;
        margin: 2rem 1rem;
    }

    .insideSixthSection {
        flex-direction: column-reverse;
    }
    .insideSixthSectionCard {
        width: 90%;
    }
    .iif img {
        height: 5rem;
    }
    .copyright {
        flex-direction: column;
    }
}

@media screen and (max-width:425px){
    .innerInsideFooterCard h3 {
        font-size: 18px;
    }
    .logo {
        height: 4.5rem;
    }
    .insideThirdSection h2 {
        font-size: 14px;
    }
    .insideThirdSection h3 {
        font-size: 24px;
    }
    .thirdSection {
        padding-bottom: 1rem;
    }
    .insideFifthSection h2 {
        font-size: 28px;
    }
    .indexProduct {
        padding: 0.5rem;
    }
    .indexProductCard {
        width: 7rem;
    }
    .indexProductCard a {
        width: 100%;
    }
    .iif img {
        margin-left: 2rem;
    }
    .insideSixthSectionCard h2 {
        font-size: 14px;
    }
    .insideSixthSectionCard h3 {
        font-size: 28px;
    }
    .seventhSection {
        height: auto;
    }

    .whatsappFloat i {
        font-size: 18px;
    }

    .whatsappFloat p {
        margin: 0 0.25rem;
        display: none;
    }

}

