*{
    margin:0px;
    box-sizing:border-box;
}

body{
    font-family: 'roboto',sans-serif;
}

header{
  
    background:#101c4a;
}
nav{
   max-width:1250px;
    margin:0px auto;
    
 
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.nav1{
    width:25%;
    text-align: start;
    padding-bottom: 20px;
   
}
.nav1 img{
width:40%;
}
.nav2{
    width:50%;
  
    display: flex;
    justify-content: center;
}
.nav2 ul{
    display: flex;
    list-style: none;


    
}
.nav2 ul li{
    padding:0px 30px;
    border-left: 1px solid #323d68;
}
.nav2 ul li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.nav3{
    width:20%;
   
display: flex;
justify-content: center;
align-items: center;

}
.nav3 a{
text-decoration: none;
font-weight: bold;
background-color: #6885c1;
display: inline-block;
padding: 10px 30px;
margin-right: 25px;
color:white;
}
.nav3 i{
    color:white;
}


.box1{
    background-color: #151b31;
    padding: 30px 0px;
}

h1{
    font-size: 80px;
    color:#ecce0c;
    font-weight: 900;
    text-align: center;
}

h2{
font-size: 40px;
color:white;
font-weight: bold;
text-align: center;
letter-spacing: 3px;
}


.box1child{
    max-width:1250px;
  
   
    margin: 20px auto;

    display: flex;
    justify-content: space-between;
    align-items: center;

}
.box1child1{
    width:50%;
    height:100%;
    
}
.box1child2{
    width:48%;
   
 
}
.box1child2 p{

color: white;
font-size: 18px;
padding-bottom: 20px;
word-spacing: 5px;
line-height: 32px;
}
iframe{
    width:95%;
    height:300px;
}


h3{
    font-size: 30px;
    color:#151b31;
    text-align: center;
    
}

.box2{
padding: 30px 0px;
}
.box2child{
    max-width:1250px;
    height:100%;

    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}
.box2child1{
    width:45%;
    height:100%;
    
}
.box2child2{
    width:47%;
    height:100%;
    
}
#if{
    width:100%;
    height:300px;
}
.box2child1 p{
    color: rgb(70, 69, 69);
font-size: 17px;
padding-bottom: 20px;
word-spacing: 5px;
line-height: 32px;
}
.box2child1 p span{
    color:rgb(57, 55, 55);
    font-weight: bold;
}
#a1{
    display: block;
    width:200px;
    height:50px;
    padding-top: 15px;
    padding-left: 20px;
    background-color: #6885c1;
    text-decoration: none;
    color: white;

}
#a2{
    display: block;
    width:160px;
    height:50px;
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 20px;
    background-color: #6885c1;
    text-decoration: none;
    color: white;

}

.box3{
    padding: 70px 0px;
    background-color: #151b31;
}
.box3child{
    max-width: 1250px;
    height:100%;
    margin: 0px auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.box3child1{
    width:20%;
    height:100%;
}

.box3child2{
    width:70%;
    height:100%;
}

.sol{
    color:white;
}
.box3child2 p{
    color: white;
font-size: 18px;
padding-bottom: 20px;
word-spacing: 5px;
line-height: 32px;
}
.box4{
    background-image: linear-gradient(#151b31 50%,#fff 50%);
   padding: 50px 0px  100px
}
.box4child{
    max-width: 1250px;
    height:100%;
   
    margin: 0px auto;
    display: flex;
    justify-content: space-between;

}
.box4child1{
    width:32%;
    height:100%;
    position: relative;
    overflow: hidden;
   
    
}
.box4child1 img{
    width:100%;
}
.box4child1 p{
    background-color:#151b31;
    padding: 15px 20px;
    color: white;
    margin-top: -4px;
    width:100%;
    font-size: 20px;
    z-index: 3;
    position: relative;
}
.box4child2{
    width:32%;
    height:100%;
    position: relative;
    overflow: hidden;
   
}
.box4child2 img{
    width:100%;
}
.box4child2 p{
    background-color:#151b31;
    padding: 15px 20px;
    color: white;
    margin-top: -4px;
    width:100%;
    font-size: 20px;
    z-index: 3;
    position: relative;
}
.box4child3{
    width:32%;
    height:100%;
    position: relative;
    overflow: hidden;
   
  
    
}
.box4child3 img{
    width:100%;
}
.box4child3 p{
    background-color:#151b31;
    padding: 15px 20px;
    color: white;
    margin-top: -4px;
    width:100%;
    font-size: 20px;
    z-index: 3;
    position: relative;
}

.hide1{
    width:100%;
    height:100%;
    background-color:#151b31;
    position: absolute;
    opacity: 0.7;
    text-align: center;
    transition: 0.5s;
}
.hide1 span{
    color:white;
    display: inline-block;
    width:80%;
    line-height: 32px;
   
}

.box4child1:hover .hide1{
    top:0px;
    z-index: 2;
   

}
.box4child2:hover .hide1{
    top:0px;
}
.box4child3:hover .hide1{
    top:0px;
}
.box5{
  padding: 20px 0px;
    background-color: #dcdcdc;

}
.box5child{
    max-width: 1250px;
   padding: 100px 0px;
  
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box5child1{
    width:24%;
   padding: 0px 0px 50px;
    background-color: white;
    
}
.box5child1 p{
    color:#6885c1;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
}
.box5child1 span{
    color:rgb(29, 28, 28);
    font-size: 18px;
    display: block;
    margin: 20px;
   
}
.box5child1 a{
    text-decoration: none;
    color:black;
    display: inline-block;
    padding: 12px 32px;
    background-color:#d1b710;
    margin-left: 100px;
}
.box5child1 img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.box5child2{
    width:24%;
    padding: 0px 0px 50px;
   background-color: white;
}
.box5child2 p{
    color:#6885c1;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
}
.box5child2 span{
    color:rgb(29, 28, 28);
    font-size: 18px;
    display: block;
    margin: 20px;
   
}
.box5child2 a{
    text-decoration: none;
    color:black;
    display: inline-block;
    padding: 12px 32px;
    background-color:#d1b710;
    margin-left: 100px;
}
.box5child2 img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.box5child3{
    width:24%;
    padding: 0px 0px 50px;
    background-color: white;
 
}
.box5child3 p{
    color:#6885c1;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
}
.box5child3 span{
    color:rgb(29, 28, 28);
    font-size: 18px;
    display: block;
    margin: 20px;
   
}
.box5child3 a{
    text-decoration: none;
    color:black;
    display: inline-block;
    padding: 12px 32px;
    background-color:#d1b710;
    margin-left: 100px;
}
.box5child3 img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.box5child4{
    width:24%;
    padding: 0px 0px 50px;
  background-color: white;
}
.box5child4 p{
    color:#6885c1;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
}
.box5child4 span{
    color:rgb(29, 28, 28);
    font-size: 18px;
    display: block;
    margin: 20px;
   
}
.box5child4 a{
    text-decoration: none;
    color:black;
    display: inline-block;
    padding: 12px 32px;
    background-color:#d1b710;
    margin-left: 100px;
}
.box5child4 img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.box11{
    padding: 50px 0px; 
    background-color: #070f26;
    border-bottom:1px solid #435580 ;
}

.box11child1{
    max-width:1300px;
 

    margin:0px auto;

}
.box11child1 img{
    width:10%;
   padding: 0px 0px 20px;
    
}

.box11child1 p{
    color:white;
    font-family: 'roboto',sans-serif;
    font-size: 14px;
    
}

.box11child1 i{
    display: inline-block;
    padding-right: 5px;
    
}
.box11child2{
    max-width:1300px;
  padding: 30px 0px;
   
    margin:0px auto;
    display: flex;
    justify-content: space-between;

}
.box11child2 ul{
    list-style: none;
    padding: 0px;
}
.box11child2 ul li{
    color:white;
    padding-top: 9px;
    font-weight: 400;
}
.box11child2 ul li:hover{
    text-decoration: underline;
}
.box11child2 ul li:first-child{
    font-weight: bold;
}
.box11child2 ul li:first-child:hover{
    text-decoration:none ;
}

.box12{
 padding: 0px 0px 40px;
    background-color: #070f26;
    
}
.box12child{
    max-width: 1300px;
    height:100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.box12child ul {
     display: flex;
     color:#a0a9c1;
     list-style: none;
     padding: 30px 0px;
     font-size: 12px;
}

.box12child ul li:hover{
    text-decoration: underline;
}
.box12child ul li:nth-child(2){
    padding-left: 15px;
}

.box12child ul li:nth-child(3){
    padding-left: 15px;
}

.box12child i{
    
    color:#a0a9c1;
    display: inline-block;
    padding-left: 20px;
    font-size: 25px;
}
.box12child i:hover{
    color:#a0a9d9;
}
.box12child i:nth-child(2){
    padding-left:0px;
}

.last2{
    color:#a0a9c1;
    padding-top: 70px;
    font-size: 12px;
}
.none{
    min-width:100px;
    height:50px;
    display: none;
justify-content: space-around;
align-items: center;
   
}
.none i{
    font-size: 25px;
    color:white;
}
.dropdown{
    width:100%;
       left: 0px;
       min-height: 100vh;
       padding: 0px;
display: none;
    background-color: #070f26;
    position: absolute;
    z-index: 3;
    top:-150%;
    transition:0.5s;
 
}
#ab{
    text-decoration: none;
    color:white;
}

.drop{
padding: 0px 0px 50px 0px;
}

.drop li{
    list-style: none;
    font-size: 20px;
    font-family: 'roboto',sans-serif;
    font-weight: 900;
    padding: 25px 25px 25px 25px;
    display: flex;
    justify-content: space-between;
    color:white;
    border-bottom: 2px solid #101c4a;

}

.ropm{
    position: relative;
    overflow: hidden;
   
}
.rop{
    position:absolute;
    padding: 0px;
    top: 50px;
    width:100%;
    list-style: none;
    

}

.rop li{
    font-size: 14px;
    border-bottom:0px solid #101c4a;
    
}
.p{
    height:400px;
    transition: 0.5s;
}

.down{
    padding: 0px 0px 100px 0px;

}

.down li{
    font-size: 14px;
    font-family: 'roboto',sans-serif;
    font-weight: 300px;
    color:white;
    padding: 10px 25px;
}
.down li i{
    display: inline-block;
    margin-right: 5px;
}

.down li:last-child{
    padding-top: 30px;
}
.g{top:60px;}

.x{
    background-color: red;
}

@media(max-width:990px){
    .nav3 a{display: none;}
    .nav3 i{display:none;}
}
@media(max-width:767px){
    .none{margin-top: 10px;display: flex;width:10%;}
    .box1child{flex-direction: column;  row-gap: 20px;}
    .box1child1{width:100%;}
    .box1child2{width:100%;}
    .box2child{flex-direction: column;
    row-gap: 20px;}
    .box2child1{width:100%;}
    .box2child2{width:100%;}
    .box3child{flex-direction: column;
        row-gap: 20px;}
        .box3child1{width:100%;}
        .box3child2{width:100%;}
        .box4child{flex-direction: column;
            row-gap: 20px;}
            .box4child1{width:100%;}
            .box4child2{width:100%;}
            .box4child3{width:100%;}

            .box5child{flex-direction: column;
                row-gap: 20px;}
                .box5child1{width:100%;}
                .box5child2{width:100%;}
                .box5child3{width:100%;}
                .box5child4{width:100%;}
                .box5child5{width:100%;}
                .nav2{display: none;}
                .nav3{display: none;}
                
              
                .nav1 {
                    width: 13%;
                   
                    
                    
                    padding-bottom: 0px;}
                    /* .none{margin-top: 10px; width:50%;background-color: cyan;} */
                .dropdown{display: block;}
                .nav1 img{width:100%;}
                .box11child2{flex-direction: column;row-gap: 20px;}
            

                }


/* #151b31 */