


*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.5px;
    


}

.mh2{
    
    font-size: 2rem;
    font-family: 'Merriweather Sans', sans-serif;
    text-align:center;
   
}



ul{
    list-style:none;
}

a{
    text-decoration:none;
}

.cont{
    width:100%;
    padding:50px;
    height:70vh;
    background-color: rgb(255, 255, 255);
    display:flex;
    justify-content: flex-start;
    align-items:center;
    margin-top:-30px;

}

.boxslider{
    width:350px;
    height:450px;
    background-color: rgb(255, 255, 255);
    border-radius:40px; 
    box-shadow:2px 10px 12px rgba(0,0,0,0.5);
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin:10px 10px;
    padding:20px;
    text-align:center;

}

.sheadd{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding:20px;
    margin-top:20px;
    
    
}

.sheadd h1{
    color:#001931;
    font-family:"Merriweather Sans", sans-serif;
    font-size:2.3rem;
    letter-spacing:1px;
    padding:20px;
    
    
}


.sheadd i{
    color:#991a1a;
    max-width: 150px;
    display: none;
}
.boxslider img{
    margin-top:30px;
    border-radius:100px;
    width:120px;
    height:120px;
}

.boxslider:hover{
    background-color:  #F1F2F5;
    transform-style:preserve-3d;
    transform: scale(1.02);
    transition: all ease 0.3s;
}


.bscontent{
    padding:0px;
    margin:0px;
}
.vprof{
    
    width: 90%;
    border-radius:20px;
    padding:5px;
    margin-top:10px;
    position: relative;
    left:20px;
    border:1px solid cornflowerblue;
}

.bscontent  h5{
    padding:10px;
    color: rgb(2, 11, 22);
    font-weight:900px;
}

.bscontent h6{
    color: rgb(0, 8, 17);
}

.bscontent i{
    color:dodgerblue;
    padding:10px;
}
.allboxcont{
    margin-top:0px;
    
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: rgb(1, 24, 54);
    color: white;
    margin-bottom:50px;
    
}

.socialshare{
    margin-left:30px;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0px;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
    display:none;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}





body > main > section.blogservice > div.flex-container > div:nth-child(1) > div > div > ul > li:nth-child(3) > img{
   padding:0px;
   position:relative;
   top:10px;
   margin-left:0px;
}

body > main > section.blogservice > div.flex-container > div:nth-child(2) > div > div > ul > li:nth-child(3) > img{
    padding:0px;
   position:relative;
   top:10px;
   margin-left:0px;
}

body > main > section.blogservice > div.flex-container > div:nth-child(3) > div > div > ul > li:nth-child(3) > img{
    padding:0px;
   position:relative;
   top:10px;
   margin-left:0px;
}

p{
    font-size:22px;
}
.check{
    display:none;
}
.headd{
    background:rgb(1, 24, 54);
    height: 5%;
    

}

.banner header a img{
    width:100px;
    height:100px;
    padding:20px;
    opacity:1;
    
}
.banner {
    position: relative;
    width:100%;
    height: 100vh;
    background: #3475ca;
    display:flex;
    justify-content:center;
    align-items:center;
}

.banner img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:0.3;

}

.banner .headertext {
    position: relative;
    max-width:750px;
    text-align:center;
    margin-top:20px;
}

.banner .headertext h2{
    color:rgb(0, 23, 53);
    font-size: 50px;
    font-family: 'Merriweather Sans', sans-serif;

}

.banner .headertext p{
    color:rgb(255, 255, 255);
    font-size:20px;
    padding-top:20px;
    line-height: 30px;
    word-spacing: 5px;
}

.banner header{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    padding: 40px 100px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
}

.banner header ul{
    display:inline-flex;
    list-style: none;
    vertical-align: middle;
    float:right;    
    
}

.banner header ul li{
    font-size:1.1rem;
    padding:15px;
    color:white;
}


.banner header ul li a{
    text-decoration:none;
    color:white;
    transition: all 0.2s ease-in-out;
    cursor:pointer;
}

.banner header ul li a:hover
		{
			
            color:brown;
            border-radius: 10px;
            padding:10px;
            width:100%;
		}

.banner header ul li a:active{
            color:lightpink;
            
            width:125px;
            border-right: 5px solid orange;
        }

.banner .headertext button{
    padding:10px 20px 20px 20px;
    margin-top: 20px;
    border:0px;
    width: 180px;
    height:50px;
    background:rgb(1, 24, 54);
    color:white;
    font-family:"Noto Sans JP", sans-serif;
    font-size:18px;
    border-radius:50px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    word-spacing:3px;

    
}

.banner .headertext button:hover{
    background:rgb(68, 7, 7);
    color:white;
   

}

.services{
    margin:200px 20px 0px 0px;
    position: relative;
    max-width:100%;
    height:auto;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    
}

.s-heading{
   text-align:center;
}

.s-heading h1{
    color: rgb(1, 24, 54);
    font-size:2.3rem;
    font-weight:400px;
    letter-spacing: 1px;
    font-family: 'Merriweather Sans', sans-serif;
    
 }

 .box-container{
     max-width:100%;
     display:flex;
     flex-direction: row;
     justify-content: center;
     align-items:center;
     margin:0px;
     padding:0px 20px 10px 20px;
 }

 .servicebox img{
     height:50px;

 }
 .servicebox{
     display:flex;
     position:relative;
     flex-direction:column;
     justify-content: center;
     align-items: center;
     width:300px;
     height:500px;
     padding:0px 20px 0px 20px;
     box-sizing:border-box;
     margin:20px 20px 0px 20px;
     box-shadow:2px 2px 30px rgba(74, 63, 221, 0.39);
     
     
 }

 .servicebox h1{
     margin-top:10px;
     font-family: 'Merriweather Sans', sans-serif;
     letter-spacing: 0.5px;
     font-size:1.5rem;
    color: rgb(1, 24, 54);
    text-align: center;

 }

 .servicebox p{
    text-align: center;
    
    padding:20px;

}

.servicebox:hover{
    
    box-shadow:2px 2px 30px rgba(21, 21, 27, 0.644);
    transition: all ease 0.3s;
}

.btn{
    width:140px;
    height:40px;
    border-radius:20px;
    border: 1px solid rgba(74,144,226,0.5);
    display: flex;
    justify-content: center;
    align-items:center;
    text-decoration: none;
    color:#991a1a;
}

.btn:hover{
    background:#092b88;
    border: 1px solid #991a1a;
    color:white;
    transition: all ease 0.3s;
}

.bar{
    width:100px;
    height:6px;
    position: absolute;
    left:50%;
    top:0px;
    transform: translate(-50%);
    background-color:#092b88;
    border-radius: 0px 0px 10px 10px;
    display:none;
    animation:bar 0.5s;

}

.servicebox:hover .bar{
    display:block;
}

.flex-container {
    display: flex;
    justify-content:center;
    align-items:flex-start;
    width:100%;
    height:auto;
    margin:10px;
    flex-wrap:wrap;
    
    
  }
  
  .flex-container > div {
    background-color: bisque;
    margin: 0px 20px 20px 20px;
    padding: px;
    font-size: 30px;
    width: 300px;
    flex-direction: column;
    border-radius: 10px;
    border-bottom: brown;
}


  .flex-container div img{
    max-width:100%;
    height:250px;
    border-radius: 10px;
    object-fit:scale-down;
    
    padding: 0 auto;
  }

  .b-heading{
    text-align:left;
    font-size:16px;
    font-weight:bold;
    padding:20px 20px 5px 20px;
    color:rgb(0, 25, 49);
 }

 .b-p{
    text-align:left;
    color:grey;
    font-size:12px;
    font-weight:bold;
    padding:0px 20px 10px 20px;
 }

 .authorh{
    text-align:left;
    font-size:12px;
    font-weight: bold;
    padding:20px 20px 0px 20px;
    color:rgb(0, 25, 49);
 }

 .authorp{
    text-align:left;
    color:grey;
    font-size:12px;
    font-weight:bold;
    padding:0px 20px 10px 20px;
 }





 .rm{
    text-align:left;
    color:#991a1a;
    font-size:12px;
    font-weight:bold;
    padding:0px 20px 10px 20px;
 }

 .rm a{
     color:#991a1a;
     text-decoration: none;
 }

 .vww{
    text-align:left;
    color:#991a1a;
    margin:10px;
    font-weight:bold;
    padding:0px 20px 10px 20px;
    display:none;
 }


 .vww a{
    color:#991a1a;
    font-size:20px;
    text-decoration: none;
}
 .rm a:hover{
    color:rgb(3, 50, 97);
 }

 .author {
     display:flex;
     flex-direction:column;
    
     
    
     
 }

 .author ul{
    justify-content: flex-start;

 }


 .author ul li{
     display:inline-block;
     margin: -10px -10px -10px 5px;
     
     
 }

.author ul li img{
    width:80px;
    height:80px;
    padding: 10px 5px 0px 0px;

    
}


.rule{
    color:red;
}

.services .s-heading .s-heading2{
    color: #e9ebf1;
    font-size:2.3rem;
    font-weight:400px;
    letter-spacing: 1px;
    margin-top:50px;
    
 }

 .quick {
    position: absolute;
    width:100%;
    height: auto;
    background:rgb(236, 238, 241);
    text-align:center;
    justify-content:center;
    display:flex;
    flex-direction:row;
    padding:20px;
    margin:0px 20px 0px 0px;
}

.quick h1{
    color:rgb(0, 33, 63);
    font-size: medium;
    font-weight:bolder;
    font-size:17px;

    
}


.qchild{
    background:rgb(255, 255, 255);
    flex:20%;
    margin-top:40px;
    padding:10px;
    border-radius: 20px;
    
}



.quick a{
    text-decoration:none;
    padding:5px;
    margin:5px 10px 5px 10px;
   
    
}

.qchild:hover{
    background-color:rgb(3, 50, 97); 
    

}


.qchild:hover h1 {
    color:white;
    

}
.qchild img{
    width:50px;
    height:50px;
}

section .s-head{
    color:red;
}



.blogservice{
    margin:20px 20px 0px 0px;
    max-width:100%;
    height:auto;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    
    
}

.b-heading{
   text-align:center;
  
   
}

.b-heading h1{
    color:rgb(1, 24, 54);
    font-size:2.3rem;
    padding:10px;
    font-weight:400px;
    letter-spacing: 1px;
    font-family: 'Merriweather Sans', sans-serif;
    
    
 }

 .b-heading p{
    color:rgb(0, 25, 49);
    margin:0 auto;
    font-size:20px;
    padding:20px;
    font-weight:normal;
    padding:0px 20px 0px 20px;
    
    
 }

 .Advert {
    display: flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:auto;
    background:white;
  }
  
  .Advert .div1 {
    background-color:white;
    margin: 20px 0px 20px 0px;
    padding: 70px 20px 20px 20px;
    font-size: 30px;
    width:90%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .Advert .div1 h1{
    color:rgb(1, 24, 54);
    margin: 20px 0px 0px 0px;
    padding: 20px;
    font-size: 50px;
    width:700px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    font-family: 'Merriweather Sans', sans-serif;
   
  }

  .Advert .div1 p{
    color:rgb(41, 0, 0);
    margin: 0px;
    padding: 10px;
    font-size: 22px;
    text-align:center;
    width:80%;
   
  }

  .Advert .div2 {
    background-color:rgb(255, 255, 255);
    margin: 20px 0px 20px 20px;
    padding: 0px;
    font-size: 30px;
    width:80%;
    display:flex;
    flex-direction: column;
   
    
   
  }

  .Advert .div2 img{
    max-width:100%;
    margin:0px 0px 0px 0px;
    height:auto;
    border-radius: 20px;
  }

  
  .Advert .div1 button{
    padding:15px 20px 20px 20px;
    margin-top: 0px;
    border:0px;
    width: 200px;
    height:50px;
    background:rgb(1, 24, 54);
    color:white;
    font-family:'Noto Sans JP', sans-serif;
    font-size:18px;
    border-radius:50px;
    transition: all 0.3s ease 0s;

    
}

.Advert .div1 button a{
    text-decoration: none;
    color:white;
    outline:none;
    
}

.Advert .div1 button:hover{
    background:brown;
    color:white;
}
.Advert .div2 .inner{
    color:yellow;
    margin:10px;
    flex:50%;
}

.Advert .div2 .inner2{
    
    margin:10px;
    flex:50%;
    display:none;
}

.Advert .div2 .inner img{
    max-width:100%;
}


.footer{
    background: rgb(1, 24, 54);
    color:#fff;
    max-width:100%;
    min-height: auto;
    
}


.footer .copyright{
    background:rgb(1, 16, 36);
   
    height:50px;
    text-align:center;
    padding-top:20px;
    position:relative;
    top:0px;
    margin-top:20px;
}

.footer .footer-content {
    display:flex; 
    flex-wrap:wrap;
    padding:30px;
    
}

.footer .footer-content .footer-section{
    flex:1;
    background: #011633;
    padding:15px;
    border-radius: 10px;
    margin:10px;
    
}

.footer .footer-content .footer-section .phoneandemail i{
    color:rgb(180, 71, 71) !important;
    
}


.footer .footer-content .footer-section p{
    margin-top:10px;
    width:80%;
    line-height: 35px;
  word-spacing: 2px;
  font-size:22px;
    
}

.footer .footer-content .footer-section img{
    color: brown;
    
}

.footer .footer-content .footer-section .anodah{
    margin-top:10px;
    width:100%;
    
}

.footer .footer-content .footer-section h3{
    color:brown;
    font-family: 'Merriweather Sans', sans-serif;
    font-size:24px;
    
}

.footer .footer-content .footer-section ul{
    margin-top:20px;
    
}


.footer .footer-content .footer-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
   
}

.footer .footer-content .footer-section ul li{
    text-decoration: none;
    list-style: none;
    padding:0px 10px 20px 0px;
    
}

.footer .footer-content .footer-section ul li a:hover{
    color:brown;
    padding:10px;
}

.footer .footer-content .footer-section div{
    margin-top:20px

}


.footer .footer-content .footer-section form{
    width:300px;
    margin-top:20px;
   

}

.footer .footer-content .footer-section form input{
   padding:20px;
   margin-bottom:10px;
   background:rgb(1, 16, 36);
   width:100%;
   height:35px;
   border-radius:20px;
   border:none;
   outline:none;
   font-size:18px;
   color:white;
  
}

.footer .footer-content .footer-section form textarea{
    padding:20px;
    width:100%;
    background:rgb(1, 16, 36);
    border-radius: 20px;
    border:none;
    box-sizing: border-box;
    resize: none;
    outline:none;
    font-size:18px;
    color:white;
 }

 .footer .footer-content .footer-section form .submitb{
    
    width:30%;
    cursor: pointer;
    background: rgb(1, 16, 36);
    color: whitesmoke;
    margin-top:10px;
    padding:0px;
    font-size:20px;
    
 }


 

section .faqbox{
    width:100%;
    margin:auto;
    padding:0px 0px 0px 0px;
    text-align: center;
    background-color: #991a1a;
    border-radius: 10px;
    box-shadow: 10px 2px 4px rgba(105, 25, 25, 0.3);
   }

   section .faqbox h3{
    background-color: #012133;
    color:white;
    padding:15px;
    border-radius: 10px 10px 0px 0px;
    
   }

section .faqbox .faqs{
    padding:10px;
    font-size:22px;

   }

section .faqbox .faqs .faqdetails{
    padding:10px;
    background-color:#b41919;
    color: white;
    margin-top:10px;
    letter-spacing:0.7px;
    cursor: pointer;
    
}



section .faqbox .faqs .faqdetails summary{
    outline:none;
    background-color: #991a1a;
    padding:20px;
}
section .faqbox .faqs .faqdetails p{
    margin:10px;
    
}

::-webkit-details-marker{
    float:right;
    margin-top:5px;
    cursor: pointer;
    transition: all 0.7s ease 0s;
}

.slides {
    max-width: 100%;
    min-height:80vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    animation: sliding 20s linear infinite 5s;
    animation-timing-function: ease;
    margin-top:30px;
    margin-bottom:20px;
    align-items: center;
    border-radius:20px;
    background-color: papayawhip;
}



.slides p span{
    visibility: hidden;
}

.slides .slid{
    background:rgba(11, 216, 252, 0.712);
    position:relative;
    top:300px;
    height:350px;
    width:80%;
    margin: 0 auto;
    border-radius:20px;

    
}

.slides h3{
    text-align: center;
    font: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    font-weight: bolder;
    position:relative;
    top:80px;
    width:60%;
    margin:0 auto;
    color:rgb(15, 85, 73);
    animation: text 20s linear infinite 5s;
   
    font-family: 'Merriweather Sans', sans-serif;
}

.slides .learn{
    text-align: center;
    font: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:rgb(45, 0, 46);
    position:relative;
    top:80px;
    width:60%;
    margin:0 auto;
    padding:20px;
}

.slides .learn a{
    color:rgb(66, 32, 45);
    font-size:20px;
    border-bottom:1px solid #fff;
    border-top:1px solid #fff;
    letter-spacing: 1px;
    padding:10px;
    text-decoration:none;
}

.slides .learn a:hover{
    text-decoration:none;
    border:1px solid rgb(139, 58, 38);;
    padding:10px;
    color:rgb(228, 218, 215);
}

.management{
    width:84%;
    height:auto;
    margin:0px auto;
    overflow:hidden;
    background:  #012133;
    padding:20px 10px 20px 10px;
    border-radius: 20px;
    
}




.carousel2{
    margin-bottom:20px; 
    background: rgba(250, 227, 232, 0.644);
    text-align:center;
    border-radius: 20px;
    
}


.carousel2 h1{
    color: rgb(1, 24, 54);
    font-size: 2rem;
    font-family: 'Merriweather Sans', sans-serif;
    
}


.carousel2 .cpa{
    padding:20px;
    text-align:center;
    font-size: 2rem;
    font-weight: bold;
    color: #012133;;
    margin:20px;
}

.content{
    text-align: start;
}



.content .kedar{
    color:#6193b3;
    
}

.name .kedar{
    color:#6193b3;
    
}

.next{
    
    float:right;
    right:30px;
    top:50%;
    font-size:2em;
    color:rgb(0, 25, 49);
    cursor:pointer;
    margin-top:200px;
}


.prev{
    
    float:left;
    margin-top:200px;
    left:30px;
    font-size:2em;
    color:rgb(0, 25, 49);
    cursor:pointer;
}

.management .member{
    width:300px;
    height:auto;
    display: inline-block;
    margin: 10px 10px;
    background:#02314d;
    box-shadow: 0 0 5px rgba(0,0,0,0.12);
    color:rgb(197, 219, 247);
    border-radius: 20px;
    vertical-align: top;

}

.management .member .name{
    padding:20px;
    text-align:center;
}

.kedar{
    color:#5281a0;
    font-size:18px;
    padding-top:10px;
    font-weight: bold;
}
.management .member .content{
    padding:20px;
    
}
.management .member .img{
    width:150px;
    height:150px;
    padding: 20px;
    margin:0 auto;
    
    
   
    
    
}
.management .member .img img{
    width:150px;
    height:150px;
    border-radius: 80px; 
}

.why{
    width:100%;
    height:auto;
    background: rgb(241, 242, 245);
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    
}

.why h1{
    
    font-size:2.3rem;
    padding:10px;
    font-weight:400px;
    letter-spacing: 1px;
    font-family: 'Merriweather Sans', sans-serif;
}

.why h1,h2{
    font-family: 'Merriweather Sans', sans-serif;
    color:rgb(1, 24, 54);
}

.flexing{
    background: rgba(228, 236, 240, 0.5);
    flex:50%;
    width:80%;
    border-radius:20px;
    padding:20px;
    margin:20px;
    display: flex;
    margin:20px;
    padding:20px;
}

.whycon{
    width:50%;
    display: flex;
    padding:20px; 
    
    
}



.whycon .whyconimg{
    
    padding:20px;
    
}

.whycon .whycontd{
    display:flex;
    flex-direction: column;
    margin-left:20px;
    margin-top:20px;
    
}

.b-p {
    text-align: left;
    color: rgb(90, 79, 79);
    font-size: 18px;
    font-weight: 500;
    padding: 0px 20px 10px 20px;
}


.chk{
    position: relative;
    float:right;
    font-size:20px;
    color: white;
    padding:20px;
    margin-right:20px;
    display:none;

}



#check{
    display:none;
}

.lic{
    width:100%;
    background:#fff;
    margin-top:50px;
}

.lic img{
    display: block;
  margin-left: auto;
  margin-right: auto;
}



.lic h2{
        margin-top:20px;
        text-align:center;
        color: rgb(0, 25, 49);
        font-size: 2.3rem;
        padding: 10px;
        font-weight: 400px;
        letter-spacing: px;
        font-family: 'Merriweather Sans', sans-serif;
    
}

.lic p{
    text-align:center;
    color: rgb(0, 25, 49);
    font-size: 22px;
    padding: 20px;
    
    letter-spacing: 1px;
  

}

.lictabs{
    display:flex;
    width:100%;
    padding:50px;
    align-items: center;
   justify-content: space-around;
   
}

.lictabs div img{
    width:150px;
    height:150px;
}

.slider{
    width:1300px;
    display:flex;
    margin:0px auto;
    text-align:center;
    
    
}

.slider .kard{
    background: #02314d;
    flex:1;
    margin: 10px 10px;
    border-radius: 30px;
    
   
}

.slider .kard .immg{
    width:100px;
    margin:0px; 
    height:350px;   
   
    
}

.slider .kard .immg img{
   object-fit: scale-down;
   border-radius: 50%;
  
}

.slider .kard .kardcontent .kardheader{ 
    font-size:25px;
    color:brown;
    font-weight: 600;
    

}

.slider .kard .kardcontent .karddesg{
    font-size:20px;
    color:rgb(204, 170, 170);
    font-weight: 600;

}

.slider .kard .kardcontent p{
    color:rosybrown;
    font-size:20px;
    margin-top:15px;
}

.slider .kard .kardcontent .bttn button{
    background:brown;
    color:white;
    border:none;
    outline:none;
    font-size:17px;
    margin-top:10px;
    margin-bottom:5px;
    padding: 5px 8px;
    border-radius:5px;
    cursor:pointer;
    transition: 0.2s;
}

.slider .kard .kardcontent .bttn button:hover{
    transform: scale(0.9);
}

.ogas{
    background: whitesmoke;
    display:none;
    
}

.ogas h2{
    text-align: center;
    margin: 20px;
    padding:20px;

    color: rgb(0, 25, 49);
    font-size: 2.3rem;
     padding: 10px;
    font-weight: 400px;
    letter-spacing: 1px;
    font-family: 'Merriweather Sans', sans-serif;
}

.ogas p{
    text-align:center;
    color: rgb(0, 25, 49);
    font-size: 22px;
    padding: 20px;
    letter-spacing: 1px;
  

}


.banner .slideshow2 {
    max-width: 100%;
    min-height:100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    animation: sshow 20s linear infinite 5s;
    animation-timing-function: ease;
    margin-top:30px;
    margin-bottom:20px;
    align-items: center;
    border-radius:20px;
    background-color: papayawhip;
}

.fgt{
    height:400px;
}


@keyframes sshow{

    0%{
         
     }    
     20%{
         background-image: url('megan-thomas-xMh_ww8HN_Q-unsplash.jpg');
     }
 
     35%{
         background-image: url('pexels-tmg-4100212.jpg');
     }
 
     70%{
         background-image: url('new images/maruwa.jpg');
     }
 
     100%{
         background-image: url('seap images/header-bg-3.jpg');
     }
 }
 




@keyframes text{
    
    0%{
        color:rgb(255, 255, 255);
    }
    35%{
        color:rgb(63, 9, 18);
    }

    65%{
        color:rgb(114, 0, 95);
    }

    100%{
        color:rgb(7, 73, 48);
    }
}


@keyframes sliding{

   0%{
        
    }    
    20%{
        background-image: url('megan-thomas-xMh_ww8HN_Q-unsplash.jpg');
    }

    35%{
        background-image: url('pexels-tmg-4100212.jpg');
    }

    70%{
        background-image: url('seap images/new images/maruwa.jpg');
    }

    100%{
        background-image: url('seap images/header-bg-3.jpg');
    }
}



@keyframes bar{
    0%{
        width:0px;
    }
    100%{
        width:100px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 456px){


    

    .slides .slid h3{
        top:50px;
     font-size:27px;
    }

    .slides .slid .learn{
        top:50px;
    }


    .banner .headertext {
        margin-top:90px;
    }

    .banner .headertext #bannerhead{
        font-size:31px;
    }

    .banner .headertext #bannerp{
        font-size:18px;
        color:#ffffff;
        position:relative;
        top:-10px;
    }

    .banner .headertext #bannerbutton {
        margin-top: -10px;
        font-size:18px;
    }

    #marquee {
        font:red; 
    }

    #marquee .df{
        font-size:16px;
    }

  .advert .div2{
     width:100%;
  }
} 




@media(max-width:457px){

    body{
        overflow-x: hidden;
        
    }

    .Advert .div1 h1 {
        color: rgb(3, 50, 97);
        margin: 20px 0px 0px 100px;
        padding: 20px;
        font-size: 50px;
        width: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
       
    }

    .Advert .div1 p {
        color: rgb(88, 8, 8);
        margin: 10px 50px 10px 70px;
        padding: 10px;
        font-size: 16px;
        text-align: center;
        max-width: 100%;
    }

    .Advert {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        background: white;
    }

    .flex-container {
        background-color:rgb(190, 192, 216);
        flex-direction: column;
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        max-width:100%;
        height:auto;
        border-radius: 10px;
        flex-wrap:wrap;
       
      }
      
    


      .flex-container > div {
        background-color: floralwhite;
        margin: 20px 20px 20px 20px;
        padding: 0px;
        font-size: 30px;
        width: 300px;
        flex-direction: column;
        border-radius: 10px;
        border-bottom: brown;
    }


    .flex-container > div h4{
        font-family: 'Merriweather Sans', sans-serif;

    }

    
      .flex-container > div img{
        width:100%;
        border-radius: 10px;
        object-fit:scale-down;
        margin: 0 auto;
        padding: 0 auto;
      }

      .service{
          background: rgb(170, 147, 147);
      }

      .author ul li img{
        width:80px;
        height:80px;
        padding: 10px 10px 0px 0px;
    
        
    }

    .quick {
        position: absolute;
        width: 100%;
        height: auto;
        background: white;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 20px;
    }

    .qchild{
        background:rgb(207, 230, 248);
        margin:10px;
        padding:10px;
        border-radius: 20px;
    }


    .services{
        margin:750px 20px 0px 0px;
        width:100%;
        height:auto;
        display:flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        
    }

    .services .s-heading p{
        color:black;
    }

    .services .s-heading h1{
        color:brown;
    }
 .s-heading h1{
        color: #092b88;
        font-size:2.3rem;
        font-weight:400px;
        letter-spacing: 1px;
        
     }

     .banner .headertext h2{
        color:#03133f;
        font-size: 35px;
        padding:30px 20px 20px 20px;
        
    
    }

    .banner .headertext p{
        color:#fff;
        font-size:18px;
        font-weight: lighter;
        word-spacing:5px;
        padding:10px 10px 10px 10px;
    }
    

    .box-container {
    flex-wrap: wrap;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px 20px 10px 20px;
    }

    .slides h3 {
        text-align: center;
        font: 'Noto Sans JP', sans-serif;
        font-size: 25px;
        font-weight: bolder;
        position: relative;
        left: 0px;
        top: 180px;
        margin: 0 auto;
        width: 80%;
        color: rgb(19, 187, 19);
        animation: text 20s linear infinite 5s;
        z-index: 1000;
        font-family: 'Merriweather Sans', sans-serif;
    }

    .slides .learn a {
        color: rgb(45, 0, 46);
        position: relative;
        left: 15px;
    }

    .Advert .div1 h1 {
        color: rgb(3, 50, 97);
        margin: 20px 0px 0px 0px;
        padding: 20px;
        font-size: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        text-transform: capitalize;
    }

    .Advert .div1 p {
        color: rgb(88, 8, 8);
        margin: 0 auto;
        padding: 10px;
        font-size: 23px;
        text-align: center;
        max-width: 100%;
    }

    .flex-container > div {
        background-color: floralwhite;
        padding: 20px;
        margin: 20px 20px 20px 10px;
        font-size: 30px;
        width: 100%;
        flex-direction: column;
        border-radius: 10px;
        border-bottom: brown;
    }

    .b-heading {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 20px 5px 20px;
        color: rgb(0, 25, 49);
        text-align:center;
    }

    .b-p {
        text-align: left;
        color: grey;
        font-size: 18px;
        font-weight: 500;
        padding: 0px 20px 10px 20px;
    }

    .advert .div2{
        width:100%;
     }

}



@media only screen and (min-width: 458px) and (max-width: 603px){
    
    .slides .slid {
        background: rgba(252, 140, 11, 0.8);
        position: relative;
        top: 150px;
        height: 50vh;
        width: 100%;
        margin: 0 auto;
    }

    section .slides h3{
        top:80px;
        font-size:32px;
      }

      section .slides .learn{
        top:80px;
        
      }

    .box-container{
        flex-direction: column;
        flex-wrap: wrap;
    
    }

    .flex-container {
        background-color:rgb(190, 192, 216);
        display:flex;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        max-width:100%;
        height:auto;
        border-radius: 10px;
        flex-wrap:wrap;
       
      }
      
      .flex-container > div {
        background-color: white;
        margin: 20px;
        padding: 0px;
        font-size: 30px;
        width: 90%;
        flex-direction: row;
        overflow: hidden;
        border-radius: 10px;
        flex-wrap: wrap;
    }
    
    .flex-container > div img {
        width: 100%;
        border-radius: 10px;
        object-fit: scale-down;
        margin: 0 auto;
        padding: 0 auto;
    }

      .service{
          background: rgb(170, 147, 147);
      }

      .author ul li img{
        width:80px;
        height:80px;
        padding: 10px 10px 0px 0px;
    
        
    }

    .quick {
        position: relative;
        max-width:100%;
        height: auto;
        background:white;
        text-align:center;
        justify-content:center;
        display:flex;
        flex-direction:column;
        flex-wrap:wrap;
        padding:20px;
    }


    .qchild{
        background:rgb(203, 222, 250);
        flex:50%;
        margin:10px 10px 10px 10px;
        padding:20px;
        border-radius: 20px;
        
    }
    
    .quick a{
        text-decoration:none;
        padding:5px;
        margin:5px 10px 5px 10px;
       
        
    }





    .services{
       
        margin:0px 20px 0px 0px;
        width:100%;
        height:auto;
        display:flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        
    }

    .servicebox {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 400px;
        padding: 0px 20px 0px 20px;
        box-sizing: border-box;
        margin: 20px 20px 0px 20px;
        box-shadow: 2px 2px 30px rgba(74, 63, 221, 0.39);
    }

    .servicebox p {
        text-align: center;
        padding: 20px;
        font-size: 20px;
    }

    .servicebox h1 {
        margin-top: 10px;
        font-family: 'Merriweather Sans', sans-serif;
        letter-spacing: 0.5px;
        font-size: 30px;
        color: #092b88;
    }

    .services .s-heading p{
        color:rgb(0, 0, 0);
        font-size:20px;
    }

    .services .s-heading h1{
        color:brown;
    }
 .s-heading h1{
        color: #092b88;
        font-size:45px;
        font-weight:400px;
        letter-spacing: 1px;
        
     }

     .banner .headertext h2{
        color:#03133f;
        font-size: 35px;
        padding:30px 20px 20px 20px;
        
    
    }

    .banner .headertext p{
        color:#fff;
        font-size:15px;
        font-weight: lighter;
        word-spacing:5px;
        padding:10px 10px 10px 10px;
    }


    .s-heading{
        text-align:center;
        margin-top:50px;
     }



     .Advert {
        display: flex;
        justify-content:center;
        align-items:flex-start;
        flex-wrap:wrap;
        width:100%;
        height:auto;
        background:rgb(234, 222, 243);
      }
    
   

      .Advert .div1 h1 {
        color: rgb(3, 50, 97);
        margin: 20px 0px 0px 0px;
        padding: 20px;
        font-size: 50px;
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        font-family: 'Merriweather Sans', sans-serif;
        letter-spacing: -2px;
    }

    .Advert .div1 p {
        color: rgb(88, 8, 8);
        margin: 10px;
        padding: 10px;
        font-size: 20px;
        text-align: center;
        max-width: 80%;
    }

    .btn {
        width: 140px;
        height: 45px;
        border-radius: 20px;
        border: 1px solid rgba(74,144,226,0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        text-decoration: none;
        color: #991a1a;
        font-size: 20px;
    }

    .b-p {
        text-align: left;
        color: grey;
        font-size: 18px;
        font-weight: 500px;
        padding: 0px 20px 10px 20px;
        font-weight: 500;
    }
    
    .b-heading {
        text-align: left;
        font-size: 25px;
        font-weight: bold;
        padding: 20px 20px 5px 20px;
        color: rgb(0, 25, 49);
        text-align: center;
    }

    .b-heading p {
        color: rgb(0, 25, 49);
        font-size: 20px;
        font-weight: normal;
        padding: 0px 20px 0px 20px;
       
    }

    .Advert .div2 {
        background-color: rgb(255, 255, 255);
        margin: 20px 0px 20px 20px;
        padding: 0px;
        font-size: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        
    }

    .Advert .div2 .inner {
        color: yellow;
        margin: 20px 20px 20px 10px;
        flex: 50%;
        padding: 20px;
        
    }

    .Advert .div2 .inner img {
        width: 517px;
        height: 347px;
        object-fit: scale-down;
    }
   
}

@media only screen and (max-width:750px){

    .lictabs{
        flex-direction:column;
       
    }
    
    .footer .footer-content {
        display:flex; 
        flex-wrap:wrap;
        flex-direction:column;
        padding:30px;
        
    }

    .flexing{
        background: rgb(163, 210, 231, 0.5);
        flex:50%;
        width:80%;
        border-radius:20px;
        padding:20px;
        margin:20px;
        display: flex;
        margin:20px;
        padding:20px;
        flex-direction: column;
    }
    
    .whycon{
        width:100%;
        display: flex;
        padding:20px; 
        
        
    }

    .banner header ul{
       flex-direction: column; 
       width:100%;
       height:100vh;
       background:#183353;
       text-align:center;
       position:fixed;
        top:80px;
       left:-100%;
       transition: all .5s;
        
    }

    .banner header ul li{
       color:whitesmoke;
       display: block;
       padding:30px;
    }

    .banner header ul li a{
        font-size:20px;
        font-family: 'Merriweather Sans', sans-serif;
     }

     .banner header ul li a:hover{
        color:brown;
     }

     .chk{
         display:block;
         float:right;
         position: relative;
         left:70px;
         cursor: pointer;   
     }


     .chk:hover{
         color:brown;
     }

     #check:checked ~ ul{
         left:0;  
     }

     #check:checked ~ body{
        background-attachment: fixed;
        margin:0;
        height:100%;
        overflow:hidden;
     }

    

     .flexing {
        background: rgb(163, 210, 231, 0.5);
        flex: 50%;
        width: 100%;
        border-radius: 20px;
        padding: 20px;
        margin: 20px;
        display: flex;
        margin: 20px;
        padding: 20px;
        flex-direction: column;
    }


    
}




@media only screen and (min-width: 603px) and (max-width: 900px){

    .slides .slid {
        background: rgba(252, 140, 11, 0.8);
        position: relative;
        top: 150px;
        height: 50vh;
        width: 100%;
        margin: 0 auto;
    }

    section .slides h3{
        top:80px;
        font-size:32px;
      }

      section .slides .learn{
        top:80px;
        
      }

    .Advert{
        flex-direction:column;
    }

    .whycon {
    width: 100%;
    display: flex;
    padding: 20px;
}

.Advert .div1{
    margin:0 auto;
}

    .Advert .div2{
        margin:0 auto;
        width:100%;
    }
    .whycon {
        width: 100%;
        display: flex;
        padding: 20px;
    }
   
    .flex-container {
        background-color:white;
        display:flex;
        flex:50%;
        flex-direction: row;
        margin: 20px;
        padding: 20px;
        font-size: 30px;
        max-width:100%;
        height:auto;
        border-radius: 10px;
        flex-wrap:wrap;
       
      }
      
      .flex-container > div {
        background-color: rgb(252, 223, 226);
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 30px;
        font-size: 30px;
        width: 80%;
        border-radius: 20px;
    }
      .flex-container > div img{
        width:100%;
        border-radius: 10px;
        object-fit:scale-down;
        margin: 0 auto;
        padding: 0 auto;
      }

      .banner .headertext p {
        color: #fff;
        font-size: 22px;
        padding-top: 30px;
        line-height: 30px;
        word-spacing: 5px;
        margin: 0px;
    }

    .servicebox {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 450px;
        padding: 0px 20px 0px 20px;
        box-sizing: border-box;
        margin: 20px 20px 0px 20px;
        box-shadow: 2px 2px 30px rgba(74, 63, 221, 0.39);
    }

    .servicebox p {
        text-align: center;
        padding: 20px;
        font-size: 25px;
    }

    .servicebox h1 {
        margin-top: 10px;
        font-family: 'Merriweather Sans', sans-serif;
        letter-spacing: 0.5px;
        font-size: 35px;
        color: #092b88;
    }

    .services .s-heading p{
        color:rgb(0, 0, 0);
        font-size:25px;
    }

    .services .s-heading h1{
        color:brown;
    }
 .s-heading h1{
        color: #092b88;
        font-size:45px;
        font-weight:400px;
        letter-spacing: 1px;
        
     }

     .banner .headertext h2{
        color:black;
        font-size: 50px;
        padding:30px 20px 20px 20px;
        
    
    }

    .banner .headertext p{
        color:#fff;
        font-size: 21px;
        font-weight: lighter;
        line-height: 35px;
        word-spacing:3px;
        padding:10px 10px 10px 10px;
    }


    .s-heading{
        text-align:center;
        margin-top:50px;
     }

     .btn {
        width: 140px;
        height: 60px;
        border-radius: 20px;
        border: 1px solid rgba(74,144,226,0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        text-decoration: none;
        color: #991a1a;
        font-size: 20px;
    }

    .b-p {
        text-align: left;
        color: grey;
        font-size: 18px;
        font-weight: 500px;
        padding: 0px 20px 10px 20px;
        font-weight: 500;
    }
    
    .b-heading {
        text-align: left;
        font-size: 25px;
        font-weight: bold;
        padding: 20px 20px 5px 20px;
        color: rgb(0, 25, 49);
        text-align: center;
    }

    .b-heading p {
        color: rgb(0, 25, 49);
        font-size: 20px;
        font-weight: normal;
        padding: 0px 20px 0px 20px;
       
    }

    .Advert .div1 p {
        color: rgb(88, 8, 8);
        margin: 10px;
        padding: 10px;
        font-size: 25px;
        text-align: center;
        max-width: 100%;
    }

    .Advert .div1 button a {
        text-decoration: none;
        color: white;
        font-size: 19px;
    }

    .b-p {
        text-align: left;
        color: grey;
        font-size: 18px;
        font-weight: 500px;
        padding: 0px 20px 10px 20px;
        font-weight: 500;
    }
    
    .b-heading {
        text-align: left;
        font-size: 25px;
        font-weight: bold;
        padding: 20px 20px 5px 20px;
        color: rgb(0, 25, 49);
        text-align: center;
    }

    .b-heading p {
        color: rgb(0, 25, 49);
        font-size: 25px;
        font-weight: normal;
        padding: 0px 20px 0px 20px;
       
    }

    .authorh {
        text-align: left;
        margin-left: -20px;
        font-size: 12px;
        font-weight: bold;
        padding: 20px 20px 0px 20px;
        color: rgb(0, 25, 49);
    }

    .authorp {
        text-align: left;
        color: grey;
        font-size: 12px;
        font-weight: bold;
        margin-left: -20px;
        padding: 0px 20px 10px 20px;
    }

    
    .flexing {
        background: rgb(163, 210, 231, 0.5);
        flex: 50%;
        width: 100%;
        border-radius: 20px;
        padding: 20px;
        margin: 20px;
        display: flex;
        margin: 20px;
        padding: 20px;
        flex-direction: column;
    }

    .whycon {
        width: 100%;
        display: flex;
        padding: 20px;
    }



 }

@media(max-width:901px){
    .box-container{
        flex-direction: column;
    }

    .slides .slid {
        background: rgba(252, 140, 11, 0.8);
        position: relative;
        top: 150px;
        height: 50vh;
        width: 100%;
        margin: 0 auto;
    }

    section .slides h3{
        top:80px;
        font-size:32px;
      }

      section .slides .learn{
        top:80px;
        
      }
}

@media only screen and (min-width: 903px) and (max-width: 1500px){
    .slides .slid {
        background: rgba(252, 140, 11, 0.8);
        position: relative;
        top: 100px;
        height: 50vh;
        width: 100%;
        margin: 0 auto;
    }

    section .slides h3{
        top:80px;
        font-size:32px;
      }

      section .slides .learn{
        top:80px;
        
      }
    
}


