*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.Container{
    position: relative;
}
.Navbar{
    margin: 0 auto;
    color: white;
    position: fixed ;
    width: 100%;
    z-index: 10;
}
.nav1{
    background-color: rgb(0, 51, 85);
    width: 100%;
}
.contact{
    display: flex;
    justify-content: flex-end;
    width: 94%;
    font-weight: 900;
    gap: 10px;
    padding-block: 5px;
}
.contact a{
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-family: sans-serif;
}
.contact i{
    padding: 6px;
    background-color: white;
    color: black;
    border-radius: 13px;
    font-size: small;
}
.contact a+a+a+a>i{
    padding-left: 8px;
    padding-right: 8px;
}
.social{
    display: flex;
    gap: 8px;
}
.bar{
    width: 2px;
    height: 24px;
    background-color: white;
}
.content{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-block: 15px;
    padding-bottom: 10px;
}
.logo{
    width: 300px;
}
.logo img{
    width: 100%;
}
.about{
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 20px;
    margin-bottom: 0;
    
}
.about li{
    margin-top: 20px;
}
.about .btn,.btn-1{
    margin-top: 5px;
}
.about li>a{
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
}
.about li>button,.btn-1,.btn-2{
    font-size: 16px;
    color: white;
    background-color: rgb(31, 139, 212);
    padding: 10px;
    border: none; 
    border-radius: 5px;  
    cursor: pointer;
}
.about li>button:hover,.btn-1:hover,.btn-2:hover{
    background-color: white;
    color: rgb(31, 139, 212);
    outline: 2px solid rgb(31, 139, 212) ;
    outline-offset: -2px;
}
.about li>i{
    margin-left: 7px;
}
.about li>a:hover{
    color: rgb(31, 139, 212);
}
.about li:hover{
    color: rgb(31, 139, 212);
}
.dropdown-1,.dropdown-2{
    background-color: black;
    position: absolute;
    padding: 20px;
    margin-top: 15px;
    list-style: none;
    display: none;
    padding-top: 0;
    box-shadow: 0 0 5px black

    
}
.dropdown-1 li>a , .dropdown-2 li>a{
    font-size: 16px;
}
.a-menue:hover .dropdown-1{
    display: block;
}
.ser-menue:hover .dropdown-2{
    display: block;
    display: flex;
}
.carousel-item {
    height: 650px;
}
.carousel-item img {
    height: 100%;
    object-fit: cover;
}
.carousel-item h2{
 font-size: 54px;
}
.carousel-item p{
    font-size: 40px;
}
.carousel-caption{
    bottom: 11.25rem;
}
.carousel{
    padding-top: 32px;
}
.dropdown-menue{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    display: none;
}
.content-1 i{
    font-size: 30px;
    cursor: pointer;
}
.about-1 li{
    list-style: none;
    padding-top: 10px;
}
.about-1 li>a{
    color: white;
    font-size: 20px;
    text-decoration: none;
    
}
.about-1 li>a:hover{
    color: rgb(31, 139, 212) ;
}
.about-1 .a-menue>.dropdown-1 ,.about-1 .ser-menue>.dropdown-2 {
    position: absolute ;
    right: 84%;
    top: 0;
    z-index: 10;

}
.about-1 {
    position: relative;
    width: 100%;
}
.about-1 .a-menue>.dropdown-1{
    width: 260px;
}
.about-1 .ser-menue>.dropdown-2{
    width: 540px;
}
.dropdown-menue{
    padding-top: 15px;
}
.about-1{
    display: none;
    position: absolute;
    background-color: rgb(0, 51, 85);
    right: 0;
    width: 300px;
    padding: 10px;
    box-shadow: 0 0 5px black
}
.content-1{
    position: relative;
}
.about-1 li{
    padding-left: 50px;
}
.a-menue .dropdown-1>li{
    padding-left: 20px;
}

/* odoo trending start here */

#header2 {
    background-color: #f4f4f4;
}
.title{
    text-align: center;
    padding-top: 40px;
}

.cards {
    display: flex;
    justify-content: center;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.cards-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px;
}

.card1 {
    padding: 80px 120px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    position: relative;
    margin-top: 15px;
}

.card1 img {
    object-fit: cover;
}
.cards .card1 {
    width: 390px;
    height: 302px;
}

.card1 .content {
    position: absolute;
    top: 0;
    left: 30px;
    display: none;
}

.content h4 {
    font-size: 25px;
    padding: 30px 0px 20px 0px;
}

.content p {
    font-size: 18px;
}

#View {
    font-size: 20px;
}

.card1:hover .content {
    display: block;
}

.card1:hover img, .card1 h2 {
    display: none;
}

.card1:hover {
    background-color: #f36d31;
    color: white;
}

.content i {
    font-size: 15px;
}

#card2:hover {
    background: rgb(88 140 213);
}

#card3:hover {
    background: #0d9c8e;
}

#card4:hover {
    background: rgb(240 40 51);
}

#card5:hover {
    background: rgb(145 197 43);
}

#card6:hover {
    background: rgb(253 226 12);
}

/* what we can help start here */

.container
{
    width: 100%;
    margin-bottom: 40px;
}
.row 
{
   text-align: center;
}
.main-box
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.row-img .box-1
{
    height: 315px;
    width: 351px;
    background-color: #264653;
}
.box-1:hover
{
    background-color:rgb(88 140 213);
    color: white;
}
.row-img .box-2
{
    height: 315px;
    width: 351px;
}
.svg
{
    margin-top: 40px;
    text-align: center;
    color: white;
}
.svg p 
{
    padding: 20px;
    font-size: 16px;
}
.set-img img
{
    height: 315px;
    width: 351px; 
}
.row{
    padding-block: 40px;
}

/* footer strart Here */

footer
{
    background: rgb(0, 51, 85);
}
.wrapper
{
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 50px;
    padding-top: 20px;
}
ul
{
    list-style: none;
}
footer li
{
    padding: 2px 0px;
}
.info
{
    font-size: 21px;
    color: white;
    font-weight: 600;
    padding-bottom: 10px;
}
footer li
{
    color: #FEFEFF99;
}
.wrapper{
    padding-top: 40px;
}
.wrapper a
{
    color: #FEFEFF99;
    text-decoration: none;
}
.wrapper a:hover
{
    color: white;
}
footer i
{
    font-size: 25px;
    color: #FEFEFF99;
    border-radius: 30px;
    border: 2px solid #FEFEFF99;
    cursor: pointer;
}
.icons
{
    display: flex;
    column-gap: 10px;
}
.icons i:hover
{
    background-color: white;
    color: black;
}
.list1
{
    padding: 20px 0px;
}
.wrapper2{
    border-top: 1px solid #FEFEFF99;
    
}
.wrapper2 p
{
    padding: 6px 30px;
    color: #FEFEFF99;
    margin-bottom: 0;
    font-size: 12px;
}
.logo-1>img {
    width: 220px;
    height: 55px;
}

/* LEADING GLOBAL PARTNERS start Here */
.main
{
    padding-block: 60px;
    width: 90%;
    margin: 0 auto;
}
.paragarf
{
    text-align: center;
}
#para1
{
    font-weight: 700;
    padding-bottom: 30px;
    font-family: sans-serif;
}
#para2
{
    font-weight: 500;
    font-size: 28px;
    color:rgb(88 140 213);
    padding-bottom: 40px;
}
.mini-warpper
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.mini-warpper .img-1{
    width: 270px ;
    height: 100px;
}
.img-1 img
{
    margin-top: 15px;
    padding: 0px 10px;
    width: 100%;
    width: 270px ;
    height: 50px;
}
.up img{
    width: 270px ;
    height: 100px;
}
.icon
{
    display: flex;
    margin: 50px auto;
    font-size: 18px;
    color: white;
    background-color: rgb(31, 139, 212);
    padding: 10px;
    border: none; 
    border-radius: 5px;  
    cursor: pointer;
}
.icon:hover {
    background-color: white;
    color: rgb(31, 139, 212);
    outline: 2px solid rgb(31, 139, 212) ;
    outline-offset: -2px;
}
.icon i{
    padding: 6px;
}

/* Why choose BrowseInfo strat here */
.accordion{
    background-color: #f4f4f4;
}
.title-wrapper
{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-block: 40px;
}
.title-wrapper h2{
    font-size: 22px;
}
.oddo
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color: black;
    padding: 12px ;
    margin: 20px 0px 0px;
    box-shadow: 0 0 2px black;
    cursor: pointer;
}
.oddo span
{
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.title-wrapper i
{
    font-size: 20px;
    padding: 12px 12px;
    border-radius: 50%;
}
.block1 p
{
    padding: 20px ;
    background-color:rgb(88, 140, 213);
    color: white;
    font-size: 20px;
    box-shadow: 0 0 5px rgb(88, 140, 213);
}
.fa-clock-o:before
{
    content: "\f017";
 }
 .oddo i
 {
     background: rgb(88, 140, 213);
    color: white;
 }
 
 .oddo i:hover
 {
     color: black;
}
.title-wrapper>p{
    font-size: 28px;
    padding-block: 20px;
}
.fa-1x:hover ,.oddo i:hover{
    background-color: white;
    color: rgb(31, 139, 212);
    outline: 2px solid rgb(31, 139, 212) ;
    outline-offset: -2px;
}

/* Happy clint start here */

.all-card1
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.all-card1 h3
{
    padding: 10px 0px;
}
#all-card1-text
{
    display: flex;
}
#quote
{
    margin: 0px 5px 20px 0px;
    padding: 10px 10px;
    background: rgb(31, 139, 212);
    color: white;
    font-size: 20px;
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
}
.all-card1
{
    font-style: italic;
    padding: 0px 10px;
    box-shadow: 0 0.125rem 0.25rem #00000052 ;
}
#Isha
{
    color: #91989e;
}
#all-card1-text  a
{
    color: black;
    text-decoration: none;
}
#all-card1-text  a:hover
{
    text-decoration: underline;
}
.all-cards
{
    margin: 20px 0px;
}
.allcards-wrapper
{
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding: 20px 0px;
    gap: 10px;
    flex-wrap: wrap;
}
.all-card1:hover
{
    transform: perspective(800px) rotatex(20deg);
    opacity: 1;
    /* background: green; */
}
.all-card1
{
    opacity: 0.5;
}
#header3 h1{
    font-family: sans-serif;
    text-align: center;
    padding-block: 20px;
}





