*{
    margin:0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    
}
html {
    scroll-behavior: smooth;
  }


.container-flood{
    display: flex;  
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 37px ;
    max-width: 1210px;
}

.logo{
    display: flex;
}

.pen {
    background-color: #d7dbf9;
    align-items: center;
    text-align: center;
    height: 72px;
    width: 77px;
    border-radius: 44px;
}
.pen i{
    margin-top:35px;
}


.elementor-counter{
    display: flex;
    flex-direction: column;
    background-color:#4C6FFF;
    color:#FFC0EC;
    width: 200px;
    height: 180px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    font-size: 64px;
    position:relative;
}


.elementor-counter1{
    display: flex;
    flex-direction: column;
    background-color:#F1A62D;
    color:white;
    width: 200px;
    height: 180px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    font-size: 64px;
    position:relative;
}

.elementor-counter-title{
    color: white;
    font-size: 19px;
}
.navbar ul li {
        font-size: 16px;
        color: white;
        float: left;
        list-style-type: none;
        width: 100px;
        gap: 10px;

        
    }

    .navbar ul li:hover{
        color: #4E71FE;
    }

    

    i.fa-solid.fa-bars{
        display: none;
        float: right;
        font-weight: 900;
        margin-right: 10px;
        
    }

.navbar ul li a{
    text-decoration: none;
    color:white;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    transition-duration: 0.3s;

}
.navbar ul li a:hover{
    color:#4E71FE ;
}

.navbar ul li ul li {
    display: none;
    background-color: white;
    color: black;
    height: 50px;
    padding: 8px;
    text-align: center;
    width: 30px;
   
    
}

.elementor-icon {
    display: flex;
    text-decoration: none;
    border-radius: 49px;
    background-color: orange;
    width: 70px;
    height: 68px;
    align-items: center;
    position: absolute;

}
.elementor-icon-wrapper{
    display: flex;
    justify-content: center;
    align-self: center;
}
.navbar ul li ul {
    display: flex;
    flex-direction: column;
    
}
.fa-solid{
 align-items: center;
 justify-content: center;
 display: flex;
 flex-direction: column;
}



.navbar ul li:hover ul li {
    display: block;
    width: 100%;   
}

.navbar ul li:hover ul li a{
    color: black;
}


.navbar{
    height: 100px;
}
.firtpage{
    width: 100%;
    position: absolute;
    background-size: cover;
    background-image: url('../img/agency-bg-hero-min.jpeg');

    clip-path: polygon(50% 0%, 100% 0, 100% 68%, 100% 100%, 57% 90%, 42% 82%, -13% 74%, 0 93%, 0 0, 24% 0);
     height: 100%;
}

.firtpage img{
    width: 100%;
    position: relative;
    object-fit: cover;

}

.content{
    max-width: 1200px;
    margin:auto;

}

.firstHead h1{
    max-width: 58%;
    color: white;
    font-size: 72px;
}

.firstPara{
    max-width: 58%;
   
}
.firstPara p{
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 28px;

}

.mid{
    display: flex;
    flex-direction: row;
}

.play{
    display: flex;
    flex-direction: row;
   
}

.play img{
    width: 80px;
}




.firtpage::before{
    width: 100%;
    position: absolute;
    background-size: cover;
    background-image: url(../img/agency-bg-hero-min.jpeg);
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 88%, 79% 89%, 51% 82%, 20% 72%, 0 65%, 0 0, 19% 0);
    height: 554px;
    overflow: hidden;
}

.mid button{
    padding: 17px;
    border-radius:9px;
    width: 150px;
    background-color: #4C6FFF;
    border-style: none;
    margin-top: 20px;
    color: white;  
    transition-duration: 0.2s; 
}

.mid button:hover{
    color: white;
    background-color: rgb(26 8 96);

}

.secondPage{
    display: flex;
    position: relative;
    margin-top: 600px;
    flex-direction: column;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
}

.secondPage h1{
    font-size: 48px;
    line-height: 56px;
    color: rgb(45, 57, 88);
}

.secondPage p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgb(123, 136, 168);
}

.thirdmain{
    width: 100%;
    background-image: url(../img/cirlce-bg-bubble-22-min.png);
    clip-path: polygon(100% 0, 99% 100%, 0 91%, 0 0);
    background-size: cover;
    height: 100vh;
}

.thirdPage {
    display: flex;
    max-width: 1210px;
    margin: auto;
    flex-direction: row;
    gap: 18%;
    margin-top: 73px;  
}
.sidepara{
    display: flex;
    flex-direction: column;   
}

.svg{
    display: flex;
}


.sidepara h1{
    font-size:36px;
    font-weight: 700;
    color:rgb(45, 57, 88);
    line-height: 46px;
}

.sidepara p{
    color: #7B88A8;
    margin-top:12px;
}

.sidephoto{
    display: flex;
    height: 500px;
    object-fit: cover;
}

.sidephoto img{
    object-fit: cover;
}

.secondpara {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 504px;
}
.sidegrid{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top:35px;
    gap:6px;
}
.sidegrid img{
    width: 30px;
}

h5.UI {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: rgb(45, 57, 88);
    margin-top: 15px;
}

p.We {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 0px;
    width: 89%;
}



.man img{
    width: 100%;
}

.forthmain{
    background-image: url(../img/section-2-agency-bg-min.png);
    height: 100vh;
    background-size: cover;
    display: flex;
}

.forthcontent{
    margin-top:10px;
}


.forthpage{
    max-width: 1210px;
    margin: auto;   
}

.forth2 h1 {
    color: rgb(43, 62, 109);
    font-size: 42px;
    width: 48%;
    font-weight: 700;
    line-height: 50px;
}
.forth1{
    text-transform: uppercase;
}

.elementor-element{
    position: relative; 
    display: flex;
    flex-flow: column-reverse;
    margin-left: -56px;
    margin-bottom: 72px;
}

.elementor-counter1{
    margin-left: 303px;
    margin-top: 181px;
    position: absolute;
}

.forth1{
    color: #7F8CAB;
}


.forthbtn button{
    padding: 18px 32px;
    border-radius: 5px;
    color: white;
    background-color:#4C6FFF;
    border-style: none;
    transition-duration: 0.3s;
}

.forthbtn button:hover{
    background-color: #321370;
}

.forthgrid{
    display: flex;
    gap:20px;
    margin-top: 70px;  
}

.forth1 p{
    font-size: 14px;  
}


.forth2{
    display: flex;
    justify-content: space-between;
}

.forthgrid1{ 
    width: 33%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    padding: 23px;
    gap: 20px;
    padding: 40px;
}

.forthimg1 {
    display: flex;
    width: 151px;
    height: 63px;
    background-color:#4C6FFF;
    border-radius: 33px;
}
.forthimg1 i {
    margin-left: 21px;
    margin-bottom: 31px;
}


.forthimg2 {
    display: flex;
    width: 151px;
    height: 63px;
    background-color:#F9C45C;
    border-radius: 33px;
}
.forthimg2 i {
    margin-left: 21px;
    margin-top: 28px;
}


.forthimg3 {
    display: flex;
    width: 151px;
    height: 63px;
    background-color:#61DCDF;
    border-radius: 33px;
}
.forthimg3 i {
    margin-left: 21px;
    margin-top: 28px;
}
.frothgridcontent {
    padding: 2px;
}

.frothgridcontent h5 {
    margin-bottom: 11px;
    font-size: 20px;
    color:black;
}

 .frothgridcontent p {
        margin-bottom: 10px;
        color: rgb(159, 168, 192);
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }


.man{
    width: 100%;
}
.frothgridcontent h3{
    color:#7B88A8;
    font-size: 17px;
    font-weight: 500;
}

.frothgridcontent h3:hover{
    color: #4C6FFF;
}



.fivemain{
    display: flex;
    background-image: url(../img/section-2-agency-bg-min.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    object-fit: cover;
   
}


.fivearea {
    display: flex;
    max-width: 1210px;
    margin: auto;
    gap: 242px;
    align-items: center;
}


.fivecontent p{
    color: #808DAC;
    font-size: 18px;
    font-weight:400;
    line-height: 28px;
}

.fivecontent h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
    color: #2B3E6D;
}

.fivebtn button{    
    margin-top:98px;
    padding: 18px 32px;
    border-radius: 5px;
    color: white;
    background-color:#4C6FFF;
    border-style: none;
    transition-duration: 0.3s;
}

.fivebtn button:hover{
    background-color: #321370;
}


.sixmain{
    display: flex;
    height: 100vh;
    background-image: url(../img/section-2-agency-bg-min.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sixgrid{
    display: flex;
    max-width: 1210px;
    margin: auto;
    gap:38px;
    justify-content: center;
  
   
}

.sixuper img{
    width: 58px;
}

.sixuper{
    display: flex;
    gap:10px;
}

.sixpara{
    width: 100%;
}


.sevenmain{
    background-image: url(../img/section-2-agency-bg-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #2D3958;
    
   
}
.sixgrid1 {
    background-color: white;
    border: 1px solid;
    border-radius: 44px;
    width: 100%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.proname{
    font-size:16px;
    font-weight:700;
    color: rgb(45, 57, 88);
    line-height: 28px;

}

.collage{
    font-size:16px;
    font-weight:400;
    color: rgb(123, 136, 168);
    line-height: 28px;
}
.sixpara{
    font-size:18px;
    font-weight:400;
    color: rgb(123, 136, 168);
    line-height: 28px;
}
.sevencontent {
    max-width: 1210px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 39px;
}

h1.sevenmain {
    text-align: center;
    
}

.sevenimges{
    display: flex;
    gap:30px;
}

.sevenimges img{
    border-radius: 50px;
}

.sevenhead {
    width: 64%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
}

.seventext {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top:41px;
    margin-bottom:41px;
    
}

div.seventext{
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    color: black
   
}


.sevenimges1{
    display: flex;
    gap:30px;
}

.sevenimges1 img{
    border-radius: 50px;}

.eightmain{
    background-image: url(../img/section-2-agency-bg-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}

.eightcontent{
    max-width: 1210px;
    margin: auto;
    display: flex;
    gap:190px;
}

.lefteight{
    max-width: 450px;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.lefth1{
    font-size: 18px;
    margin-bottom: 28px;
    color: rgb(45, 57, 88);

}

div.leftp{
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(123, 136, 168);
}


.enter{
    display: flex;
}



.girl img{
    width: 100%;
}


#email{
    padding: 12px;
    width: 300px;
    border-style: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}


.signup button{
    padding:12px;
    width: 140px;
    background-color:#193cc6;
    border-style: none;
    transition-duration: 0.3s;
    color: white;
}

.signup button:hover{
    background-color: #321370;
}

.footermain{
    background: url(../img/footer-bg-light.jpeg);
    background-size: cover;
}

.footercontent{
    display: flex;
    padding: 24px;
    border-bottom: 1px solid #989FB5;
    justify-content: center;
}

.footerpara{
    color: #303032;
    font-size:13px;
    width: 69%;
    margin-top: 30px;
    line-height: 28px;

}

.footerleft img{
    height: 130px;
    width: 130px;
}


.grid ul li{
    display: flex;
   list-style-type: none;
   margin-bottom: 13px;
   
}

li.mainitem{
    font-size: 14px;
    font-weight: 700;
    color:#2D3958;
}

.grid{
    display: flex;
    gap: 100px;
}
.listitem{
    font-size:14px;
    color: #757b92;
    font-weight:400 ;
    line-height: 28px;
    transition-duration: 0.3s;
}

.listitem:hover{
    color:#2D3972;
}


.footerend{
    max-width: 1210px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}


.footerend p{
    color: #747C95;
    font-size:13px;
} 

.sevenimagess{
    display: flex;
    gap: 30px;
    
}

.sevenimges0 img{
    border-radius: 20px;
}


.sevenimges0 p{
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    color: #2D3958;
}

.sevenimges0 p:hover{
    color: #4C6FFF;
}

.seveneimgg{
    display: flex;
    gap: 30px;
    
}


/* aboutPage*/


.container-flood-about{
    display: flex;  
    background: #EEAECA;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    width: 100%;
    height: 90vh;
}



.aboutcontent {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 50%;
}
.header-about{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 37px ;
    max-width: 1210px;
}


.navbar-about ul li {
        font-size: 16px;
        color: rgb(0, 0, 0);
        float: left;
        list-style-type: none;
        width: 100px;
        gap: 10px;
        
    }

.navbar-about ul li a{
    text-decoration: none;
    color:rgb(33, 32, 32);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    transition-duration: 0.3s;

}

.navbar-about ul li a:hover{
    color:rgb(0, 123, 255);
}

.navbar-about ul li ul li {
   display: none;
    background-color: white;
    color: black;
    height: 50px;
    padding: 8px;
    text-align: center;
    width: 30px;

    
}

.navbar-about ul li:hover ul li {
    display: block;
    width: 100%;
}

.navbar-about ul li:hover ul li a{
    color: black;
}

.navbar-about{
    height: 100px;
}


.aboutpage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


div.index {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
   
}
.liststyle{
    color: #7B88A8;
}

 
.index ul li a {
    display: inline;
    text-decoration: none;

}
.aboutpage h1{
    font-size: 60px;
}

.aboutpage{
    margin-bottom: 40px;
}

.about-secondPage{
    display: flex;
    max-width: 1210px;
    margin: auto;
    height: 100vh;
    margin-top: 60px;
    align-items: center;

}

.video{
    border-radius: 30px;
    
}
.about-secondPageLeft{
    display: flex;
    width: 45%;
}

.about-secondPageHead h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 28px;
    color: #2D3958;

}

.about-secondPageHead{
    width: 100%;
    margin-bottom: 40px;
}

.about-secondPagePara p{
    color:rgb(123, 136, 168) ;
    line-height: 28px;
    font-size: 18px;
}


.about-secondButton button{
    padding: 17px;
    border-radius:9px;
    width: 150px;
    background-color: #4C6FFF;
    border-style: none;
    margin-top: 20px;
    color: white;  
    transition-duration: 0.3s;

}


.about-secondButton button:hover{
    background-color: #321370;
}

.about-thirdPage{
    margin-top: 36px;
}

.about-thirdPage-content{
    max-width: 1210px;
    margin: auto;
}

.about-firstpart{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.about-thirdhead h1{
    font-size:48px;
    font-weight: 700;
    line-height:56px;
    align-items: center;
    text-align: center;
    color: #2D3958;
}

.thirdpara p{
    color:rgb(76, 111, 255);
    text-transform: uppercase;
    font-size: 14px;
}


.about-thirdhead{
    width:53% ;
}

.about-secondPart{
    display: flex;
    flex-direction: row;
    gap:76px;
    max-width:80%;
    margin: auto;
    margin-top: 100px;
}

.about-secondPart-left{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap:20px;
}

.about-secondPart-left-content{
    display: flex;
    flex-direction: row;
    padding: 21px;
    gap: 15px;
    border-radius: 18px;
    width: 100%;
    background-color: white;
} 
.about-gridContent{
    display: flex;
    flex-direction: column;
    
}

.about-gridContent{
    max-width:300px;
    margin: auto;

}

.about-second-right{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    

}

.about-second-right-head h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color:rgb(45, 57, 88);
    width: 100%;
}

.about-second-right-para p{
    margin-top: 20px;
    font-size:18px ;
    font-weight:400;
    line-height:28px;
    color: rgb(123, 136, 168);
}

.about-second-right-para{
    width: 100%;
}

.about-second-right-btn{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap:10px;   
}

.about-second-right-btn1 button{
    padding: 17px;
    border-radius:9px;
    width: 150px;
    background-color: #4C6FFF;
    border-style: none;
    margin-top: 20px;
    color: white; 
    transition-duration: 0.3s;

}

.about-second-right-btn1 button:hover{
    background-color: #321370;
}


.about-second-right-btn2 button{
    padding: 17px;
    border-radius:9px;
    width: 150px;
    border-style: none;
    margin-top: 20px;
    color: #4C6FFF;
    border: 1px solid #4C6FFF;

}
.about-secondPageGrid-para{
    width:100%;
    color: #7B88A8;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}



.about-secondPageGrid-Head{
   color:#2F3B5A;
   font-size: 18px;
   line-height: 32px;
}
.about-third-main{
    background-color: #F1F2FA;
    display: flex;
    justify-content: center;
    height:941px;
    
}

.about-thirdPage-imges0 img{
    border-radius: 30px;
}

.about-thirdPage-imagess{
    gap:20px;
}

.about-thirdPage-imgg{
    border-radius: 30px;
}



.about-thirdPage{
    background-repeat: no-repeat;
    background-size: cover;
   
}

.about-thirdPage-content{
    max-width: 1210px;
    margin: auto;
}

h1.about-thirdPage{
    text-align: center;
    
}

.about-thirdPage-imges{
    display: flex;
    gap:30px;
}

.about-thirdPage-imges img{
    border-radius: 50px;
}

.about-thirdPage-head {
    max-width: 48%;
    text-align: center;
    align-items: center;
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    color: #2D3958;
}
.about-thirdPage-text {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top:41px;
    margin-bottom:41px;
    
}

div.about-thirdPage-text{
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    color: black
   
}

.about-thirdPage-imagess{
    display: flex;
    flex-direction: row;
}


.about-thirdPage-imges1{
    display: flex;
    gap:30px;
}

.about-thirdPage-imges1 img{
    border-radius: 50px;
}

.about-thirdPage-imges0 p{
    font-size:18px;
    font-weight: 700;
    line-height: 28px;
    color:rgb(52, 77, 139);
    margin-top: 10px;
    margin-bottom: 10px;

}

.about-thirdPage-imgg{
    display: flex;
    flex-direction: row;
    gap:30px;
}


.about-forthRight{
    display: flex;
    flex-direction: row;
}

.about-forthPage{
    background-color: #F8FAFC;
    display: flex;
}
.about-forthcontent {
    display: flex;
    max-width: 1210px;
    margin: auto;
    gap: 194px;
    margin-top:100px;
    padding: 28px;
}

.about-forth-head p{
    font-size: 36px;
    font-weight: 700;
    line-height:46px;
    color:rgb(45, 57, 88);
}

.about-forth-head h1{
    color:#2D3958;
}


.about-forth-para p{
    font-size: 18px;
    font-weight: 400;
    line-height:28px;
    color:rgb(123, 136, 168);

}

.about-forthList{
    gap:100px;
    display: flex;
    flex-direction: row;
}


.about-forthleft {
    display: flex;
    justify-content: center;
    width: 31%;
    flex-direction: column;
    gap: 28px;
}
div.about-forthList1 ul li{
    list-style-type: none;
    margin-top:19px;
    color: #2D3958;
}

div.about-forthList2 ul li{
    list-style-type: none;
    margin-top:19px;
    color: #2D3958;
}

.about-forthRight{
    display: flex;
    gap:40px;
}
.about-forthRight-imgset1{
    display: flex;
    flex-direction: column;
    gap:40px;
}
.about-forthRight-imgset3{
    display: flex;
    flex-direction: column;
    gap:40px;
}

.about-forthRight-img1 img{
    border-radius: 20px;
}


.about-forthRight-img2 img{
    border-radius: 20px;
}

.about-forthRight-img4 img{
    border-radius: 20px;
}

.about-forthRight-img5 img{
    border-radius: 20px;
}


.about-Five-imagset{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    
}

.about-five-imgset1{
    border: 1px solid rgb(126, 114, 114);
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}


.about-five-imgset2{
    border: 2px solid rgb(126, 114, 114);
    padding: 10px;
}

.aboutfivePage h1 {
    display: flex;
    margin-top: 5%;
    margin-bottom: 4%;
    font-size: 38px;
    color: #2D3958;
}
.about-Five-imagset{
    max-width: 1210px;
    margin:auto;
    gap:40px;
}

.aboutfivePage{
    display: flex;
    justify-content: center;
    background-color: white;
    width: 100%;
}

.about-five-img1 h4{
    font-size: 18px;
    font-weight: 700;
    line-height:28px;
    color:rgb(26, 48, 105);
}

.about-five-img1 p{
    font-size: 14px;
    font-weight: 400;
    line-height:28px;
    color:#808DAB;
}

.about-sixslide{
    display: flex;
    max-width: 1210px;
    margin: auto;
    background-color: #EDEEF2;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    padding: 20px;
    border-radius: 20px;
    height: 10%;
    margin-bottom:80px;
    
}


.about-sixslide-imageset{
    display: flex;
    gap:100px;
    align-items: center;
}


.about-midPart{
    display: flex;
    max-width: 1210px;
    margin:auto;
    background-image: url(../img/footer-bg-004.jpeg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}


.about-midPart-content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:30px;
}

.about-midPart-head {
    display: flex;
    width: 62%;
}

.about-midPart-head h1{
    color: white;
    font-size: 48px;
    
}
.input{
    border-top-left-radius:10px ;
}




/* servicePage */
.container-flood-service{
    display: flex;  
    background: #EEAECA;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    width: 100%;
    height: 90vh;
}



.servicecontent {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 50%;
}
.header-service{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 37px ;
    max-width: 1210px;
}


.navbar-service ul li {
        font-size: 16px;
        color: rgb(0, 0, 0);
        float: left;
        list-style-type: none;
        width: 100px;
        gap: 10px;
        
    }

.navbar-service ul li a{
    text-decoration: none;
    color:rgb(33, 32, 32);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    transition-duration: 0.3s;

}
.navbar-service ul li a:hover{
    color:#4E71FE ;
}

.navbar-service ul li ul li {
    display: none;
    background-color:white;   
    color: black;
    height: 36px;
    padding: 12px;
    height: 50px;
    text-align: center;
    
}

.navbar-service ul li:hover ul li {
    display: block;
}

.navbar-service ul li:hover ul li a{
    color: black;
}

.navbar-service{
    height: 100px;
}


.servicepage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


div.index {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
   
}


.index ul li{
    display: inline;
    
}
.servicepage h1{
    font-size: 60px;
}

.servicepage{
    margin-bottom: 40px;
}

.service-secondPage{
    display: flex;
    width: 100%;    
    height: 100vh;
    flex-direction: column;
}

.service-secondPage-Content{
    max-width: 1210px;
   margin-top: 90px;
   margin: auto;
   display: flex;
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 100px;
}
    

.service-secondPage-Para{
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-secondPage-Para p {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #3659f5;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

.service-secondPage-head{
    display: flex;
    width: 800px;
    justify-content: center;
    align-items: center;
}

.service-secondPage-head h1{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #2D3958;
}
.service-secondPage-grid{
    display: flex;
    width: 100%;
}

.service-secondPage-grid{
    display: flex;
    max-width: 1210px;
    margin: auto;
}
.service-secondPage-grid1{
    display: flex;
    flex-direction: column;
    border: 1px solid grey;
    padding: 40px;
    gap: 14px;
    width: 60%;
    border-radius: 10px;

}

.service-secondPage-grid-head h5{
    font-size:18px;
    font-weight:700;
    line-height:28px;
    color:rgb(45, 57, 88) ;
}

.service-secondPage-grid-para p{
    font-size:18px;
    font-weight:400;
    line-height:28px;
    color:rgb(123, 136, 168) ;
}

.service-secondPage-grid-btn button{
    padding: 17px;
    border:1px solid rgb(34, 36, 159);
    width: 150px;
    margin-top: 20px;
    color: rgb(34, 36, 159);  
    background-color: white;
    transition-duration: 0.3s;
}

.service-secondPage-grid-btn button:hover{
    background-color: #4C6FFF;
    color: white;
}

.service-secondPage-grid-content{
    display: flex;
    flex-direction: row;
    gap:10px;
}


.service-secondPage-box{
    display: flex;
    max-width: 1210px;
    margin: auto;
    gap:10px;
    margin-top: 100px;
   
}

.service-secondPage-box1{
    display: flex;
    background-color: #E1FCDC;
    width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 43px;


}
.service-secondPage-box1-content{
    display: flex;
    flex-direction: row;
}

.service-secondPage-box1-content p{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #2D3958;
    font-weight: 600;
}




.service-secondPage-box2{
    display: flex;
    background-color: #E3E8FF;
    width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 43px;
        

}
.service-secondPage-box2-content{
    display: flex;
    flex-direction: row;
}

.service-secondPage-box2-content p{
    display: flex;
    flex-direction: row;
    align-items: center;
}



.service-secondPage-box3{
    display: flex;
    background-color: #FFEDEF;
    width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 43px;    

}
.service-secondPage-box3-content{
    display: flex;
    flex-direction: row;
}

.service-secondPage-box3-content p{
    display: flex;
    flex-direction: row;
    align-items: center;
}



.service-secondPage-box4{
    display: flex;
    background-color: #FFF9E6;
    width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 43px;   

}
.service-secondPage-box4-content{
    display: flex;
    flex-direction: row;
}

.service-secondPage-box4-content p{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.service-secondPage-box1-content h1{
    color: #2D3958;
    font-size: 64px;
}

.service-thirdPage{
    background-color: #E9E9F9;
    display: flex;
    width: 100%;
   
}


.service-thirdPage-Content{
    max-width: 1210px;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 100px;
}

.service-thirdPage-Content{
    gap: 7px;
    display: flex;
}

.service-thirdPage-para{
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-thirdPage-para p{
   display: flex;
   color: #1639c2;
   text-transform: uppercase;
}

.service-thirdPage-head{
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-thirdPage-head h1{
    display: flex;
    color:#2D3958;
    font-size: 48px;
    width: 70%;
    text-align: center;
 }

 .service-thirdPage{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
 }

 .service-thirdPage-grid1{
    display: flex;
   width: 100%;
   padding: 10px;
   border-radius: 20px;
   background-color: white;
  
 }


 .service-thirdPage-grid1-content{
    display: flex;
    flex-direction: column;
    gap:20px;
    padding:10px;
 }


 .service-thirdPage-icon{
    margin-left:10px;
    margin-top:10px;
 }

 .service-thirdPage-grid{
  
    display: flex;
    gap: 40px;
    flex-direction: column;
    margin-top: 20px;
    max-width:83%;
    margin: auto;
    
    
 }

 .service-thirdPage-image{
    display: flex;
    
    border: 7px solid black;
    border-radius: 6px;
    width: 87%;
   height: 517px;
    background-size: cover;
    object-fit: cover;
 }

 .service-thirdPage-image img{
    display: flex;
    background-size: cover;
    object-fit: cover;
    width: 100%;
 }

 

 .service-thirdPage-gridPhoto{
    display: flex;
    flex-direction: row;
    max-width: 83%;
    margin: auto;
    margin-top: 30px;
    gap: 90px;
}


 .service-thirdPage-sideImage{
    display: flex;
    width: 100%;
 }

 .service-thirdPage-grid-head h3 {
    color: #2D3958;

 }

.service-thirdPage-grid-para p{
 color:#7B88A8;
}



.service-forthPage{
    width: 100%;
    height: 100vh;
}

.service-forthPage-head h1{
    margin-top: 100px;
    font-size:48px;
    color: rgb(45, 57, 88);
    font-weight:700 ;
    line-height: 28px;
}

.service-forthPage-Content{
    display: flex;
    gap:31px;
    flex-direction: column;
    margin: auto;
    max-width: 1210px;
    justify-content: center;
    align-items: center;
}
.service-forthPage-Para {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color:rgb(123, 136, 168);
    width: 56%;
    text-align: center;
}



.service-forthPage-togglebtn{
    display: flex;
    gap:18px;
}

.service-toggle-para2 p{
    margin-left: 58px;
    font-size: 14px;
    font-weight: 700;
    color: rgb(123, 136, 168);
    line-height: 28px;
}

.service-toggle-para1 {
    font-size: 14px;
    font-weight: 700;
    color: rgb(123, 136, 168);
    line-height: 28px;
}
.toggle-switch {
    position: absolute;
    width: 56px;
    height: 24px;
    background-color: rgb(239, 239, 239);
    border: 1px solid grey;
    border-radius: 20px;
        margin-top: 4px;
  }

  .toggle-switch input {
    display: none;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    background-color: #7ba0f4;   
    border-radius: 30px;
    top: 26px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
  }

  .slider::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: rgb(93, 127, 228);
    border-radius: 50%;
    transition: 0.4s;
  }

  input:checked + .slider {
    background-color: white
  }

  input:checked + .slider::before {
    transform: translateX(30px);
  }


  .service-forthPage-save{
    background-color: #6AC75A;
    color: white;
    align-items: center;
    border-radius: 7px;
    text-align: center;
    padding: 6px;
  }


  .service-forthPage-grid1-Content p{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color:rgb(123, 136, 168);
  }
  .span1{
    font-size: 42px;
    font-weight: 700;
    line-height: 28px;
    color:#2D3958;
  }

  .span2{
    font-size: 64px;
    font-weight: 700;
    line-height: 28px;
    color:#2D3958;
  }

  .span3{
    font-size: 42px;
    font-weight: 700;
    line-height: 28px;
    color:#2D3958;
  }

  .span4{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(123, 136, 168);
  }

  .service-forthPage-grid1{
    display: flex;
    flex-direction: column;
    gap:10px;
  }
 

.service-forthPage-grid1-Content{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.service-forthPage-grid1-Content-data{
  margin-top: 27px;
}

.service-forthPage-grid-list ul {
    display: flex;
    gap: 18px;
    flex-direction: column;
    list-style-type: none;
    align-items: flex-start;
}

.service-forthPage-grid-button button{
    padding: 17px;
    border-radius:9px;
    width: 100%;
    background-color: #4C6FFF;
    border-style: none;
    margin-top: 20px;
    color: white;  
}
.service-forthPage-grid{
    max-width: 1210px;
    margin: auto;
    text-align: center;
    display: flex;
    gap: 10px;
   
    
}
.service-forthPage-grid{
    display: flex;
    flex-direction: row;
    gap:40px;
    margin-top: 20px;
}

.service-forthPage-grid1{
border:1px solid grey;
padding: 60px;
border-radius: 20px;
}

.service-forthPagelast-para{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:60px;
}

.service-fivePage {
    justify-content: center;
}
.service-fivePage-head h1{
    display: flex;
    color: #2D3958;
    font-size: 48px;
    line-height: 56px;
    
}

.service-fivePage-grid-svg img {
    width: 100px;

}
.service-fivePage-grid1{
    border: 1px solid grey;
    width: 29%;
    padding: 30px;
    border-radius: 34px;
    background-color: white;
}

.service-fivePage-grid{
    max-width: 1210px;
    margin:auto;
    display: flex;
    gap: 21px;
    justify-content: center;
    align-items: center;
}

.service-fivePage-grid-uperPart{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin-bottom: 17px;
}
.service-fivePage-grid-uperPart-data{
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.service-fivePage-grid-image img{
    width: 100%;
}

.service-fivePage-grid-image {
    width:29%;
}
.service-fivePage-grid-lowerPart{
    color:#808DAB;
}

.service-fivePage-grid-head h4{
    color:#2D3958;
}

.service-fivePage-grid-Para{
    color:#B5BCCE
}

.service-fivePage-Content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 100px;
}

.service-fivePage{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #F8FAFC;
}

.service-sixPage{
    max-width: 1210px;
    margin:auto;
    height: 100vh;
    background-image: url(../img/bg-footer-sub-min.png);
    background-repeat: no-repeat;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: white;
}

.service-sixPage-head h1{
    margin-top: 130px;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    display: flex;
    justify-content: center;

}

.service-sixPage-head p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    max-width: 50%;
    margin: auto;
    text-align: center;
}

.service-sixPage-head{
    display: flex;
    flex-direction: column;
    width:100%;
    gap: 30px;

}


.enter{
    justify-content: center;
    align-items: center;
}

/* 
support Page */


.container-flood-support{
    display: flex;  
    background: #EEAECA;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    width: 100%;
    height: 90vh;
}



.supportcontent {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 50%;
}
.header-support{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 37px ;
    max-width: 1210px;
}


.navbar-support ul li {
        font-size: 16px;
        color: rgb(0, 0, 0);
        float: left;
        list-style-type: none;
        width: 100px;
        gap: 10px;
        
    }

.navbar-support ul li a{
    text-decoration: none;
    color:rgb(33, 32, 32);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    transition-duration: 0.3s;

}
.navbar-support ul li a:hover{
    color:#4E71FE ;
}

.navbar-support ul li ul li {
    display: none;
    background-color:white;   
    color: black;
    height: 50px;
    padding: 12px;
    text-align: center;
    
}

.navbar-support ul li:hover ul li {
    display: block;
}

.navbar-support ul li:hover ul li a{
    color: black;
}

.navbar-support{
    height: 100px;
}


.supportpage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


div.index {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
   
}


.index ul li{
    display: inline;
    
}
.supportpage h1{
    font-size: 60px;
}

.supportpage{
    margin-bottom: 40px;
}

.support-secondPage-Content{
    display: flex;
    max-width: 1210px;
    margin: auto;
    margin-top: 100px;
    gap: 20px;
    flex-direction: column;
}

.support-secondPage-part2{
    display: flex;
    gap :20px;
}


#support-name {
    padding: 17px;
    width: 495px;
    border-radius: 6px;
    background-color: #F8FAFC;
    border-style: none;
}



#support-email{
    padding: 17px;
    width: 495px;
    border-radius: 6px;
    background-color:#F8FAFC;
    border-style: none;
}

#support-message{
    padding: 17px;
    width: 495px;
    border-radius: 6px;
    background-color: #F8FAFC;
    border-style: none;
}

#submitbtn{
    padding: 10px;
    width: 150px;
    height: 50px;
    background-color: #4C6FFF;
    border-style: none;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    transition-duration: 0.3s;
}

#submitbtn:hover{
    background-color: #321370;
}

.support-secondPage-form-area{
    padding: 30px;
    background-color: white;
    border-radius: 15px;
}

.maps{  
     width:100%;
}

.support-thirdPage-head{
    font-size: 22px;
    color: rgb(45, 57, 88);
    line-height: 32px;
    font-weight: 700;
}



.support-secondPage-head h1{
    color: #2D3958;
}


.support-secondPage-Para {
    color: #7F88A8;
    margin-bottom: 10px;
}

.support-secondPage-grid-content {
    color: #2D3958;
    margin-top:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;

}

.support-secondPage-grid1{
    padding: 48px;
    width: 328px;
    background-color: white;
    border-radius: 15px;
    border: 1px solid grey;  
}

.fa-solid {
    margin-bottom: 25px;
}

.support-secondPage-grid{
    display: flex;
    flex-direction: row;
    gap:69px;
    margin-top:100px;
    margin-bottom: 100px;
}

.support-secondPage{
    background-color: #EFF3FC;
    display: flex;
}

.support-thirdPage-imageset{
    display: flex;
    gap: 80px;
}


.support-thirdPage {
    flex-direction: column;
    max-width: 1210px;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 29px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.support-thirdPage-image{
    border-bottom: 1px solid grey;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 200px;
}

.support-thirdPage-headPara{
    flex-direction: column;
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.support-thirdPage-headPara h1{
    font-size: 48px;
    line-height: 56px;
    color: rgb(45, 57, 88);
    font-weight: 700;
    width: 90%;
}

.support-thirdPage-headPara p{
    color: rgb(123, 136, 168);
    width: 45%;
}

.support-thirdPage-headParabtn button{
    padding: 17px;
    border-radius:9px;
    width: 150px;
    background-color: #4C6FFF;
    border-style: none;
    color: white;  
    transition-duration: 0.2s; 
    margin-bottom: 20px;
}

.support-thirdPage-headParabtn button:hover{
    color: white;
    background-color: rgb(26 8 96);

}

/*career Page */

.container-flood-career{
    display: flex;  
    background: #EEAECA;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    width: 100%;
    height: 90vh;
}



.careercontent {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 50%;
}
.header-career{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 37px ;
    max-width: 1210px;
}


.navbar-career ul li {
        font-size: 16px;
        color: rgb(0, 0, 0);
        float: left;
        list-style-type: none;
        width: 100px;
        gap: 10px;
        
    }

.navbar-career ul li a{
    text-decoration: none;
    color:rgb(33, 32, 32);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    transition-duration: 0.3s;

}
.navbar-career ul li a:hover{
    color:#4E71FE ;
}

.navbar-career ul li ul li {
    display: none;
    background-color:white;   
    color: black;
    height: 50px;
    padding: 12px;
   
}

.navbar-career ul li:hover ul li {
    display: block;
}

.navbar-career ul li:hover ul li a{
    color: black;
}


.careerpage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


div.index {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
   
}


.index ul li{
    display: inline;
}


.navbar-career{
    height: 100px;
}
.careerpage h1{
    font-size: 60px;
}

.careerpage{
    margin-bottom: 40px;
}


.career-secondPage{
    display: flex;
    margin-top: 50px;
}
.career-secondPage-grid{
    display: flex;
    max-width: 1250px;
    margin: auto;
    padding: 10px;
    border-bottom: 1px solid grey;
}

.fa-brands{
    margin-bottom: 40px;
}

.career-secondPage-grid-content{
    display: flex;
    flex-direction: column;
    gap:14px;
}

.career-secondPage-grid1{
    padding: 27px;
    width: 35%;
}

.career-secondPage-grid-head1 h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: rgb(45, 57, 88);
}

.career-secondPage-grid-para p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(123, 136, 168);

}
.career-secondPage-grid-head2 h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: rgb(123, 136, 168);

}

.career-secondPage-head3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.career-secondPage-head3 h1{
    font-size: 48px;
    font-weight: 700;
    color:rgb(45, 57, 88);
    line-height: 56px;
    margin-bottom: 20px;
}

.career-secondPage-head3 p{
    font-size: 18px;
    font-weight: 400;
    color:rgb(123, 136, 168);
    line-height: 28px;
}

.career-thirdPage-grid-area1{
    max-width: 1210px;
    margin: auto;    
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.career-thirdPage-grid1{
    border: 1px solid rgb(201, 196, 196);
    padding: 20px;
    width: 33%;
    border-radius: 8px;
 
}
.career-thirdPage-grid-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.career-thirdPage-grid-head{
    font-size: 22px;
    font-weight: 700;
    color: rgb(45, 57, 88);
    line-height: 32px;
}
.career-thirdPage-grid-para{
    font-size: 17px;
    font-weight: 400;
    color: rgb(123, 136, 168);
    line-height: 28px;
    width: 82%;
}

.career-thirdPage-grid-btn button{
    padding: 17px;
    border-radius:9px;
    width: 140px;
    background-color: white;
    border-style: none;
    margin-top: 20px;
    color: #4C6FFF;  
    transition-duration: 0.6s; 
    border: 1px solid #4C6FFF;
    font-size: 16px;
}

.career-thirdPage-grid-btn button:hover{

    background-color:#4C6FFF ;
    color:white;
}

.career-thirdPage-grid-area2{
    max-width: 1210px;
    margin: auto;    
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.career-thirdPage-grid-area{
    display: flex;
    flex-direction: column;
    gap:40px;
}

.careers-accordion{
    display: flex;
    background-color: #F4F5FB;
    flex-direction: column;
}
.careers-accordion h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    text-align: center;
    margin: 70px;
    color: rgb(45, 57, 88);
}





.accordion {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 25px;
    width: 1210px;
    margin: auto;
    background-color: #F7F9FC;
  }

  .accordion-item {
   
    width:100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddddf6;
   
  }

  .accordion-item:last-child {
    border-bottom: none;
  }

  input[type="checkbox"] {
    display: none;
  }

  .accordion-label {
    display: block;
    padding: 30px;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.3s;
    color: #2D3958 ;
    line-height: 18px;
    font-size: 17px;
    background-color: #F4F5FB;
  }

  .accordion-label:hover {
    background: #e2e2e2;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    color: #364779;
    transition: max-height 0.4s ease, padding 0.4s ease;
    width: 100%;
    text-align: justify;
    font-size: 17px;
    background-color: #F4F6FC;
  }

  input[type="checkbox"]:checked ~ .accordion-content {
    max-height: 200px;
    padding: 15px;
  }

.accordin-leftSide{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item-rightSide{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.careers-fourPage{
    max-width: 1210px;
    margin: auto;
    height: 60vh;
    
}

.careers-fourPage-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
    gap: 20px   ;
}

.careers-fourPage-head{
    font-size:20px;
    font-weight:700;
    color:rgb(45, 57, 88) ;
    line-height: 56px;
}

.careers-fourPage-para{
    font-size:18px;
    font-weight:400;
    color:rgb(123, 136, 168) ;
    line-height: 28px;
    width: 62%;
}

.careers-fourPage-btn button{
    padding: 17px;
    border-radius:5px;
    width: 100px;
    background-color: #4C6FFF;
    border-style: none;
    margin-top: 20px;
    color: white;  
    transition-duration: 0.4s; 
}

.careers-fourPage-btn button:hover{
    color: white;
    background-color: rgb(26 8 96);

}

.icon-accordion{
    display: flex;
    gap: 10px;
}

.blog-secondPage-content-end{
    padding: 5px;
    font-size: 12px;  
  
}



.blog-secondPage-content-end h2{
    margin-top: 20px;
    margin-bottom: 10px;
}
.tags{
    display: inline-block;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 11px;
    color: grey;
    margin: 3px;
    transition-duration: 0.3s;
    letter-spacing: 3px;
}

.tags:hover{
    background-color: #4C6FFF;
    color: white;
}




/* blog Page */

.container-flood-blog{
    display: flex;  
    background: #EEAECA;
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
    width: 100%;
    height: 90vh;
}


.blogcontent {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 50%;
}
.header-blog{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 37px ;
    max-width: 1210px;
}

.logo img {
    height: 50px;
    width : 200px;
}


.navbar-blog ul li {
        font-size: 16px;
        color: rgb(0, 0, 0);
        float: left;
        list-style-type: none;
        width: 100px;
        gap: 10px;
        
    }

.navbar-blog ul li a{
    text-decoration: none;
    color:rgb(33, 32, 32);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    transition-duration: 0.3s;

}
.navbar-blog ul li a:hover{
    color:#4E71FE ;
}

.navbar-blog ul li ul li {
    display: none;
    background-color:white;   
    color: black;
    height: 50px;
   padding: 12px;
   text-align: center;

   
}

.navbar-blog ul li:hover ul li {
    display: block;
}

.navbar-blog ul li:hover ul li a{
    color: black;
}

.navbar-blog{
    height: 100px;
}


.blogpage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:80px;
    width: 99%;
    
}
.listylecolor{
    color: #7B88A8;
    
}
.blogpage h1{
    font-size: 47px;
    text-align: center;
    width: 70%;
    color: #2D3958;
}

.indexx img {
    width: 30px;
    border-radius: 29px;
}
.blog-admin {
    display: flex;
    gap: 13px;
}
div.indexx {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    margin-top:10px;
}

.blog-admin ul li {
    color: #4C81FE;

}

.blog-admin span{
    color:#7B88A8;
}


.blog-secondPage{
    margin-top:100px;
}

.blog-secondPage-content{
    max-width: 1220px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.blog-secondPage-leftPage{
    display: flex;
    flex-direction:column;
    gap: 20px;
    color: #7B88A8;
    width: 72%;
}

.blog-secondPage-leftPage p{
    font-size:18px;
    font-weight:400;
    line-height: 28px;

}

.blog-secondPage-leftPage h3{
    color: #2D3958;
    font-size:22px;
    font-weight:700;
    line-height: 32px;
}

.blog-secondPage-icon{
    height: 70px;
    width: 50px;
    border-right: 1px solid grey;
}

.blog-secondPage-icon-format{
    display: flex;
    gap :100px;
    color: #2D3958;
}

.search{
    padding: 8px;
    width: 300px;
    height: 45px;
}
.blog-secondPage-categories {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid rgb(239, 221, 221);
    border-bottom: 1px solid rgb(234, 208, 208);
    padding: 0;
    height: 177px;
    color: #2D3958;
}
.blog-secondPage-categories ul li{
    display: flex;
    flex-direction: column;
    gap:8px;
    padding: 9px;
    color: #7B88A8;
}

.blog-secondPage-rightPage{
    display: flex;
    flex-direction: column;
    
}
.blog-secondPage-uperside{
    display: flex;
    flex-direction: column;
    gap:60px;

}
.blog-secondPage-post{
    display: flex;
    width: 20%;
}

.blog-secondPage-post img{
    width: 70px;
    border-radius: 15%;
}

.blog-secondPage-lowerside{
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;

    
}
.blog-secondPage-post-para{
    width: 60%;
    color: #7B88A8;
}

.blog-secondPage-lowerside-in{
    display: flex;
    flex-direction: row;
    gap: 15px;
    
}
.secondPage-endpic{
    padding: 20px;
}

.blog-thirdPage-grid-profie{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
   
}
.blog-thirdPage-grid-profie h5{
    font-size: 14px;
    color:#4C6FFF;
    font-weight: 100;
}

.blog-thirdPage-grid-profie p{
    font-size: 14px;
    color:#7B88A8;
    font-weight: 100;
}



.blog-thirdPage-grid-profie img{
    width: 33px;
    border-radius: 22px;
}

.blog-thirdPage-grid-content h3{
     font-size:18px ;
     color: white ;
     line-height:28px ;
     font-weight:700;
}

.blog-thirdPage-grid-details p{
    font-size:18px ;
    color: white ;
    line-height:28px ;
    font-weight:400;
    margin-bottom: 20px;
}

.blog-thirdPage-grid-content button{
    padding: 20px;
    border-radius: 12px;
    border:1px solid #4C6FFF;
    color: #4C6FFF;
    transition-duration: 0.3s;
    background-color: #292C36;
}

.blog-thirdPage-grid-content button:hover{
    background-color:#4C6FFF ;
    color: white;
}

.blog-thirdPage-grid1 {
    width: 27%;
    padding: 23px;
    gap:10px;
    background-color: #292C36;
}

.blog-thirdPage-grid-details{
    display: flex;
    flex-direction: column;
    gap: 10px;
   
}


.blog-thirdPage-head{
    margin: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
}

.blog-thirdPage-grid{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 100px;
}

.blog-thirdPage{
    background-color: #1F212C;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 900px;
    margin-bottom: 200px;
   
    

}
.blog-thirdPage-back{
    height: 100vh;
    width: 100%;
    background-image: url(../img/bg-footer-sub-min.png);
    background-repeat: no-repeat;
    display: flex;
    max-width: 1210px;
    margin:auto;
    position: absolute;
   margin-top: 600px;
   justify-content: center;
   align-items: center;
   background-position-x: right;
   border-radius: 20px;
   
   
   
    

}


.blog-thirdPage-back-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    max-width: 1210px;
    margin: auto;
}
.blog-thirdPage-back-head{
    font-size:21px;
    font-weight:700 ;
    color:white;
    line-height:56px;
}

.blog-thirdPage-back-para{
    color:white;
    padding: 12px;
    width: 64%;
    font-size: 18px;
    font-weight:400 ;
    line-height:28px;
}




#mail{
    padding: 16px;
    width: 300px;
    
}

.blog-thirdPage-back-email button{
    padding: 12px;
    background-color: #4C6FFF;
    color: white;
    border-style: none;
    
}
.blog-thirdPage-back-email{
    display: flex;
    flex-direction: row;

}

/* contactPage */


.contact-secondPage{
    display: flex;
    flex-direction: row;
    padding: 24px;
    gap: 100px;
}
.left-contact-secondPage-head{
color:#2D3958;
font-size: 21px;
font-weight: 700;
line-height:46px ;
}


.Right-contact-secondPage{
    gap:20px;
    display: flex;
    flex-direction: column;
    width: 33%;
}


.left-contact-secondPage-Para{
color:#7B88B0;
font-size: 18px;
font-weight: 400;
line-height:28px;
}

.left-contact-secondPage-btn button{
    padding: 17px;
    border-radius:9px;
    width: 150px;
    background-color: #4C6FFF;
    border-style: none;
    margin-top: 20px;
    color: white;  
    transition-duration: 0.2s; 
    
}
.left-contact-secondPage-btn button:hover{
    color: white;
    background-color: rgb(26 8 96);

}


.contact-secondPage-Content{
    display: flex;
    max-width: 1210px;
    margin: auto;
    margin-top: 100px;
    gap: 20px;
    flex-direction: column;
}

.contact-secondPage-part2{
    display: flex;
    gap :20px;
}


#contact-name {
    padding: 17px;
    width: 495px;
    border-radius: 6px;
    background-color: #F8FAFC;
    border-style: none;
}



#contact-email{
    padding: 17px;
    width: 495px;
    border-radius: 6px;
    background-color:#F8FAFC;
    border-style: none;
}

#contact-message{
    padding: 17px;
    width: 495px;
    border-radius: 6px;
    background-color: #F8FAFC;
    border-style: none;
}

#submitbtn{
    padding: 10px;
    width: 150px;
    height: 50px;
    background-color: #4C6FFF;
    border-style: none;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    transition-duration: 0.3s;
}

#submitbtn:hover{
    background-color: #321370;
}

.contact-secondPage-form-area{
    padding: 30px;
    background-color: white;
    border-radius: 15px;
}

.maps{  
     width:100%;
}





.contact-secondPage-head h1{
    color: #2D3958;
    font-size: 64px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}




.contact-secondPage-grid-content {
    color: #2D3958;
    margin-top:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;

}

.contact-secondPage-grid1{
    padding: 48px;
    width: 328px;
    background-color: white;
    border-radius: 15px;
    border: 1px solid grey;  
}

.fa-solid {
    margin-bottom: 25px;
}

.contact-secondPage-grid{
    display: flex;
    flex-direction: row;
    gap:69px;
    margin-top:100px;
}

.contact-secondPage{
    background-color: #EFF3FC;
    display: flex;
}


.contact-thirdPage{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-thirdPage-grid{
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.contact-thirdPage-head {
    color: #0b1838;
    text-align: center;
    display: flex;
    max-width: 771px;
    margin: auto;
    font-size: 18px;
    margin-top: 60px;
}
.contact-thirdPage-grid1{
    display: flex;
    border:1px solid grey;
    width: 33%;
    background-color: #4C6FFF;
    padding: 24px;
    border-radius: 15px;

   
   
}
.contact-thirdPage-grid-head{
    color:white;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    
}

.contact-thirdPage-grid-para{
    color:white;
    font-size: 15px;
    font-weight: 400;   
    line-height: 28px;
    width: 76%;

}

.contact-thirdPage-grid-button button{
    padding: 17px;
    color: rgb(27, 27, 250);
    background-color: white;
    border-style: none;
    width: 138px;
    border-radius: 8px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.contact-thirdPage-grid-button button:hover{
    background-color: #321370;
    color: white;
}

.contact-thirdpage-grid-content{
    display: flex;
    flex-direction: column;
    gap: 35px;
}


.contact-fourPage-head {
    font-size: 21px;
    color: rgb(45, 57, 88) ;
    font-weight:700 ;
    line-height:50px;
    margin-bottom: 10px;
}

.contact-fourPage-para{
    font-size:18px ;
    color: rgb(123, 136, 168);
    font-weight:400 ;
    line-height:28px;
}
.contact-fourPage-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px;
}

.contact-fourPage-profile{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}
.contact-four-grid-pro img{
    width: 58px;
}

.contact-four-grid-para{
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #8591AF;

}

.contact-four-grid1{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    gap: 30px;
    width: 33%;
    padding: 12px;
    background-color: #F8FAFC;
    padding: 50px;
}

.contact-four-grid-name{
    color: black;
}

.contact-four-grid{
    display: flex;
    flex-direction: row;
    gap:30px;
    padding: 21px;
}

.contact-sixslide-imageset{
    display: flex;
    gap:100px;
    align-items: center;
}

.contact-sixslide{
    display: flex;
    max-width: 1210px;
    margin: auto;
    background-color: #EDEEF2;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    padding: 20px;
    border-radius: 20px;
    height: 10%;
    margin-bottom:80px;
    gap: 10px;
    
}

.left-contact-secondPage{
    width: 50%;

}







/* media quaires */

 @media only screen and (max-width: 639px){

    .firtpage {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: inherit;
        height: 100vh;
        clip-path: none ;
        flex-direction: column;
        padding: 20px;
    }
    .man img {
    width: 96%;
}
    .sevenimagess {
        display: flex;
        flex-direction: column;
    }
     
    
    .seveneimgg{
        display: flex;
        flex-direction: column;
    }

    .sevenimges1 {
        flex-direction: column;
    }

    .sevenimges0 img {
        border-radius: 20px;
        width: 100%;
    }

    .eightcontent {
        flex-direction: column-reverse;
        max-width: 334px;
        margin:auto;
    }

    .fivearea {
        flex-direction: column;
    }

    .firstPara {
        max-width: 100%;
    }
    .forthpage{
        text-align: center;
        max-width: 334px;
        margin:auto;
        
    }

    .elementor-element {
        margin-left: -208px;
    }

    .elementor-counter1{
        margin-left: 100px;
    }

    .forth2{
        flex-direction: column;
        align-items: center;
    }
    .firstHead h1 {
        max-width: 600px;
        font-size: 49px;
    }
    
    .footermain {
        background-size: cover;
        width: 100%;
        height: auto;
       
    }

    .footercontent {
        flex-direction: column;
        width: 100%;
    }

    .grid {
        display: flex;
        flex-direction: column;
        
    }

    .fivearea {
        flex-direction: column;
    }
    h5.UI{
        display: flex;
    }

    p.We {
        width: 57%;
    }

    
    .thirdPage {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sidephoto img {
        object-fit: cover;
        border-radius: 49px;
        height: 100%;
    }
    .secondpara {
    width: 100%;
    }


   .signup button {
    width: 100%;
    }

   .forthgrid {
    flex-direction: column;
   }
   .sixgrid{
    flex-direction: column;
    max-width: 334px;
    margin:auto;
   }

   .mid{
    justify-content:center;
   }

   .secondPage{
    max-width: 334px;
    margin:auto;
    margin:0;
   }

   .secondPage h1{
    display:flex;
    font-size: 38px;
   }

   .svg{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    
   }


   .thirdmain {
    clip-path: none ;
    height: auto; 
}
   
   .sidepara{
    text-align: center;

   }

   .forthmain{
    margin-top:30px;

   }


   .forth2 h1 {
    font-size: 29px;
    width: 100%;
    font-weight: 800;
}

   .forthbtn button {
    margin-top: 32px;
}


   .forthgrid1 {
    background-color: white;
    border-radius: 15px;
    padding: 21px;
    border: 2px solid darkslategray;
    width: 100%;
    padding: 20px;
}


  .fivemain{
    margin-top: 337px;
  }

  .sixmain{
    margin-top:480px;
  }

  .fivearea{
    max-width: 334px;
    margin:auto;

  }

  .fivecontent{
   
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .fivecontent h1 {
  text-align: center;
}   

.fivecontent p{
    text-align: center;
    font-size: 19px;

}

.fivebtn button {
    margin-top: 32px;
}

.sixgrid1{
    width:100%;
}


.sevenhead {
    width: 100%;
}

.sevenhead h1 {
    color: rgb(45, 57, 88);
    margin-top: 162px;
    font-size: 24px;
}


.sevencontent {
    max-width: 334px;
    margin:auto;
}

.enter {
    display: block;
}
.footerend{
    flex-direction: column;
}
.grid {
    gap: 16px;
}


/* aboutPage */

.about-secondPage {
    flex-direction: column;
    max-width: 350px;
    margin: auto;
    margin-top: 30px;
}
.about-firstpart { 
    margin-top: 42px;
}

.about-thirdhead h1 {
    font-size: 33px;
    font-weight: 600;
    line-height: 48px;
   
}

.about-thirdPage-head {
    font-size: 15px;
    margin-top: 600px;
}



.about-secondPageRight {
    width: 100%;
    display: flex;
}

.about-third-main {
    margin-top: 40px;
}



.about-secondPart {

flex-direction: column;
   
}

.about-thirdPage-imagess {
    
    flex-direction: column;
}
.about-thirdPage-head {
    max-width: 100%;
}
.about-thirdPage-imges0 img{
    width: 100%;
}
.about-thirdPage-imgg{
    flex-direction: column; 
}
.about-forthcontent {
    flex-direction: column;
}
.about-forthRight{
    flex-direction: column;
    align-items: center;
}
.about-Five-imagset{
    flex-direction: column;
    max-width: 350px;
}

.about-sixslide-imageset{
    flex-direction: column;
}
.about-forthleft {
    width: 100%;
    gap:18px;
}
.about-forthcontent {
    gap: 50px;
    
}
.about-secondPageLeft{
    width: 100%;
    display: flex;
}

.about-thirdhead {
    width: 100%;
}
.about-thirdPage-imagess img{
    border-radius: 30px;
}

.about-thirdPage {
    max-width: 350px;
    margin: auto;
    display: flex;
    margin-top:auto;
}

.aboutfivePage {
    max-width: 350px;
    margin:auto;
}
.about-midPart {
    max-width: 350px;
    margin: auto;
    height: auto;
    margin-bottom: 16px;
}
.logo{
    width: 34px;
}
.logo img {
    width: auto;
    display: flex;
}

.header{
    width: 100%;
}

.video {
    height: 274px;
}

.service-secondPage-head {
     width: 100%;

}
.service-secondPage-grid-content {
    flex-direction: column;
    width: 100%;
}

.service-secondPage-grid1 {
    width: 100%;
 }

 .service-secondPage-box {
    gap: 60px;
    flex-direction: column;
}

.service-thirdPage-gridPhoto {
    flex-direction: column;

}
.service-forthPage-grid {
    flex-direction: column;
 }  


 .service-fivePage-grid {
    flex-direction: column;
 }
.service-fivePage{
        margin-top: 127px;
        padding: 20px;
        height: auto;
    }

.service-fivePage-grid1 {
    width: 100%;

 }
 .service-fivePage-head h1 {
    font-size: 35px;
    text-align: center;
 }
.about-sixslide {
    flex-direction: column;
    height: auto;
}

#email {
      
    width: 100%;      
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }

    .servicepage {
        font-size: 31px;
    }

    .service-secondPage-head h1 {
        font-size: 26px;
    }
    .service-secondPage-grid {
        padding: 20px;
    }
    .service-thirdPage-para p {
        text-align: center;
        font-size: 15px;
}

.service-thirdPage-head h1 {
    font-size: 31px;
    width: 100%;
 }

 .service-thirdPage-gridPhoto {
    gap: 30px;
}

.service-forthPage-grid {
    padding: 20px;



}

.service-forthPage-head h1 {
    font-size: 32px;
    line-height: auto;
    text-align: center;
}

.service-forthPage-Para {
    font-size: 17px;
    font-weight: 400;
     line-height:auto;
    width: 100%;
    text-align: center;
}


.service-forthPagelast-para {
    flex-direction: column;
 }


 .service-sixPage-head h1 {
    text-align: center;
 }

 .service-sixPage-head p {
    text-align: center;
    padding: 20px;
    max-width: 100%;
 }
 .service-thirdPage-sideImage{
    align-items: center;
    justify-content: center;
 }


 /* support Page */

 .support-secondPage-Content {
    width: 100%;
 }
.support-secondPage-part2 {
   flex-direction: column;
   padding: 24px;
 }
 .support-secondPage-grid {
    flex-direction: column;
    padding: 24px;
}
.support-thirdPage-imageset {
    flex-direction: column;
    
}

.support-thirdPage-image {
    height: auto;
    padding: 24px;
}

.maps {
    width: 100%;
    height: 322px;
}

#support-name { 
    width: 100%;
}
#support-email {
    width: 100%;
}
#support-message {
    width: 100%;

 }
 .support-secondPage-head h1 {
    text-align: center; 
}

.support-secondPage-Para {
    width: 60%;
    margin: auto;
    text-align: center;
}

.support-secondPage-grid1 {

    width: 100%;
    display: flex;
    justify-content: center;
}

.support-thirdPage-head {
    padding: 24px;
}

.support-thirdPage-headPara h1 {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
    padding: 24px;
}

.support-thirdPage-headPara {
    gap: 9px;
}

.support-thirdPage-headPara p {
    width: 100%;
    padding: 13px;
    font-size: 18px;
}
.footerpara {
   
    width: 100%;
 }
.career-secondPage-grid {
    flex-direction: column;

 }
 .career-secondPage-grid1 {
    width: 100%;
}
.career-thirdPage-grid-area1 {
    flex-direction: column;
 }

 .career-thirdPage-grid-area2 {
    flex-direction: column;
}
.career-thirdPage-grid1 {
    width: 100%;
}

.accordion {
    flex-direction: column;
    width: 100%;
 }

.career-secondPage-head3 p {
    text-align: center;
 }

 .career-secondPage-head3 h1 {
    font-size: 35px;
}
.careers-accordion {
    width: 100%;
    text-align: center;
}
.careers-accordion h2 {
    font-size: 40px;

 }  
.careers-fourPage-head {
    font-size: 17px;
    line-height: 38px;
}
.careers-fourPage-para {
    font-size: 17px;
    width: 100%;
    padding: 15px;
}


/* blogpage */

.blog-secondPage-content {
    flex-direction: column;
  
}
.blog-thirdPage-grid {
    flex-direction: column;
}

.blogpage h1 {
    font-size: 41px;
    width: 98%;
 }

 .blog-secondPage-leftPage {
    width: 100%;
    padding: 24px;
}

.blog-secondPage-rightPage {    
    padding: 19px;
}

.blog-thirdPage-grid1 {
    width: 100%;
}

.blog-thirdPage-back {
     position: relative; 
     margin-top:auto;
  
}
.blog-thirdPage {
    height: auto;
    
}

.blog-thirdPage {
     margin-bottom: 0px;
}

.blog-thirdPage-head {
    margin: 43px;
}

.career-thirdPage-grid-area{
    padding: 20px;
}

/* contactPage */
    .contact-secondPage {
        flex-direction: column;
    }
    .contact-secondPage-part2 { 
        flex-direction: column;
    }

    .contact-secondPage-Content {
        flex-direction: column;
        width: 100%;
    }
    #contact-name {
        width: 100%;
        
}
#contact-email {
    width: 100%;
}

#contact-message {
  
    width: 100%;
}


.contact-secondPage-grid {
    flex-direction: column;
 }

 .contact-thirdPage-grid {
    flex-direction: column;
 }

 .contact-thirdPage-grid1 {
    width: 100%;
 }

 .contact-four-grid {
    flex-direction: column;
 }
 .contact-four-grid1 {
    width: 100%;
 }

 .contact-sixslide-imageset {
    flex-direction: column;
 }

 .left-contact-secondPage img{
    width: 100%;

 }
 .left-contact-secondPage {
    width: 100%;
}

.Right-contact-secondPage {
    width: 100%;
}

.contact-thirdPage-head {
    font-size: 12px;
}

.contact-fourPage-details {
    margin: 29px;
}
.contact-fourPage-head {
    font-size: 14px;
}

.contact-sixslide {
   
     margin-top: 0px; 
     margin-bottom: 0px; 
} 

.contact-secondPage-head h1 {
    font-size: 40px;
}

.contact-secondPage-grid{
    align-items: center;
}
 }
 
 @media only screen and (min-width:639px) and (max-width:1240px){
    .container-flood-support{
        width: 1240px;
        height: 400px;
    }
    .support-secondPage {
        width: 1240px;
    }
    .support-thirdPage {
        width: 1240px;
    }
    .footermain {
        width: 1240px;
        }
    .container-flood-career{
        width: 1240px;
        height: 400px;
        }

    .career-secondPage {
        width: 1240px;
    }
    .career-thirdPage-grid-area {
        width: 1240px;
    }
    .careers-accordion h2 {
        width: 1240px;
    }
 
    .careers-accordion {
    width: 1240px;
    }
    .accordion {
        width: 1240px;
    }
    
    .careers-fourPage {
     width: 1240px;
    }

    .careers-fourPage {
        height: 100vh;
    }


    /* homePage */
    .firtpage {
        width: 1240px;
        height: 592px;
    }

    
    .secondPage {
    width: 1240px;
    }

    .thirdmain {
        width: 1240px;
        height: auto;
    }

    .forthmain {
        width: 1240px;
        height: auto;
    }

    .fivemain {
        height: auto;
        width: 1240px;
    }

    .sixmain {
        height: auto;
        width: 1240px;
    }

    .sevenmain {
        width: 1240px;
        height: auto;
    }

    .eightmain {
        width: 1240px;
    }


    /* aboutPage */
    .container-flood-about {
        width: 1240px;
        height: 90vh;
    }

    .about-secondPage {
        width: 1240px;
        height: auto;

    }
        .about-third-main {
            width: 1240px;
            height: auto;
        }

        .about-thirdPage-head {
           max-width: none;
            width: 1210px;   
        }

        .about-forthPage {
            width: 1240px;
        }

        .about-Five-imagset {
            width: 1240px;
        }

        .aboutfivePage {
            width: 1240px;
        }

        .about-sixslide {
            width: 1240px;
        }

        .about-midPart {
            width: 1240px;
        }


/* servicePage */
.container-flood-service {
    width: 1240px;
    height: 600px;
}

.service-secondPage {
    width: 1240px;
}

.service-forthPage {
    width: 1240px;
}

.service-fivePage-Content {
    margin-bottom: 57px;
}

.service-sixPage {
    background-size: cover;
    height: 600px;
}

/* BlogPage  */

.container-flood-blog {
    width: 1240px;
    height: 600px;
}

.blog-secondPage {
    width: 1240px;
}

.blog-thirdPage-back {
    height: 600px;
    width: 1230px;
}

/* contactPage */
.contact-secondPage {
    width: 1240px;
}

.contact-thirdPage {
    width: 1240px;
}
.contact-fourPage{
    width: 1240px;
}

 }

 @media only screen and (max-width: 639px){
    .navitems{
        display: none;
    }
    i.fa-solid.fa-bars {
        display: block;
    }
    #input1:checked~.navitems{
        display: flex;
        position: relative;
        

    }

    .navitems{
        background-color: white;
        width: 100%;
    }
    
    .navitems ul li {
        width: 100%;
     
    }
    .navitems ul li a {
    color: black;   
    }
    .navitems ul li:hover ul li{
        display: block;
        float: left;
    }

    .navbar ul li ul li {
        height: 20px;
        padding: 0px;
       
    }
    .navbar ul li {
        display: flex;
        font-size: 22px;
        gap: 0px;
        margin-top: 35px;
        flex-direction: column;
    }

    .sidegrid{
        margin-left: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;;
    }
    .elementor-icon {
        display: none;
    }


    .navbar-about ul li ul li {
        height: 20px;
        padding: 0px;
       
    }
    .navbar-about ul li {
        display: flex;
        font-size: 22px;
        gap: 0px;
        margin-top: 35px;
        flex-direction: column;
    }
    .navbar-about {
        text-align: center;
    }

     .navbar-service{
        display: block;
     }

     .navbar-service ul li ul li {
        height: 20px;
        padding: 0px;
        border: none;
       
    }
    .navbar-service ul li {
        display: flex;
        font-size: 22px;
        gap: 0px;
        margin-top: 35px;
        flex-direction: column;
    }
    .navbar-service {
        text-align: center;
    }


    .navbar-support{
        display: block;
     }

     .navbar-support ul li ul li {
        height: 20px;
        padding: 0px;
        border: none;
       
    }
    .navbar-support ul li {
        display: flex;
        font-size: 22px;
        gap: 0px;
        margin-top: 35px;
        flex-direction: column;
    }
    .navbar-support {
        text-align: center;
    }
     
    .navbar-career{
        display: block;
     }

     .navbar-career ul li ul li {
        height: 20px;
        padding: 0px;
        border: none;
       
    }
    .navbar-career ul li {
        display: flex;
        font-size: 22px;
        gap: 0px;
        margin-top: 35px;
        flex-direction: column;
    }
    .navbar-career {
        text-align: center;
    }   
    .navbar-blog{
        display: block;
     }

     .navbar-blog ul li ul li {
        height: 20px;
        padding: 0px;
        border: none;
       
    }

    .navbar-blog ul li {
        display: flex;
        font-size: 22px;
        gap: 0px;
        margin-top: 35px;
        flex-direction: column;
    }
    .navbar-blog {
        text-align: center;
    }

    .navbar-contact{
        display: block;
     }

     .navbar-contact ul li ul li {
        height: 20px;
        padding: 0px;
        border: none;
        text-align: center;
        align-items:center;
       
    }
    .navbar-contact ul li {
        display: flex;
        font-size: 22px;
        gap: 0px;
        margin-top: 35px;
        flex-direction: column;
    }
    .navbar-contact {
        text-align: center;
    }






 }
