*{ 
    margin: 0;
    padding: 0;
}
.bg {
    background-image: url( pexels-stein-egil-liland-3374210.jpg),url( pexels-stein-egil-liland-3374210.jpg);
    height: 1000%;
    width: 100%;
    background-position: right top ;
    background-attachment: scroll;
    background-repeat:no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;

 }
 .P {
     margin-left: 25%;
     margin-top: 15%;
     margin-bottom: 15%;
     opacity: 0.9;
     border-radius: 55%;
    
 }


.heading{
    text-decoration: dotted;
    color: rgb(6, 34, 117);
    font-size: 55px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 20px;
    text-align: center;
    -webkit-box-reflect: below 1px linear-gradient(transparent,rgba(22, 22, 22, 0.267));
    line-height: 0.70em;
    animation: animate 2s linear infinite;
}
@keyframes animate {
    0%
    {
        color: rgb(6, 34, 117);
        text-shadow: none;
    }
    100%{
        color: #fff;
        text-shadow: 0 0 10px #03bcf4,
        0 0 20px #03bcf4,
        0 0 40px #03bcf4,
        0 0 80px #03bcf4,
        0 0 160px #03bcf4;
    }
}

.subheading1{
    color: antiquewhite;
    font-size: 60px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: left;
    top:90% ;

}
.content-1{
    color: rgb(248, 216, 175);
    font-size: 28px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: left;
    top: 90% ;

}

.subheading2{
    color: antiquewhite;
    font-size: 60px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    top:90% ;
}
.content2{
    color: rgb(248, 216, 175);
    font-size: 28px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     
}

#div1,#div2,#div3,#div4{
    float: left;
    margin:2px;
}

.container 
{
    display: flex;
    
    max-width: 1200px;
    flex-wrap: wrap;
    padding: 40px 0;
}
.container  .card 
{
    position: relative;
    width: 300px;
    height: 440px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05)
                inset -5px -5px 5px rgba(255, 255, 255, 0.5)
                5px 5px 5px rgba(0,0,0, 0.05)
                -5px -5px 5px rgba(255,255,255, 0.5);
    border-radius: 15px; 
    margin: 30px;           
}
.container .card .box 
{
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;

}
.container .card:hover .box
{
    transform: translateY(-50px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    background: linear-gradient(45deg, #b95ce4, #4f29cd );
}
.container .card .box .subcontent
{
    padding: 20px;
    text-align: center;
}
.container  .card .box .subcontent h2
{
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8em;
    color: rgba(0,0,0,0.02);
    transition: 0.5s;
    pointer-events: none;

}
.container .card:hover .box .subcontent h2
{
    color: rgba(0, 0,0,0.05);
} 
.container .card .box .subcontent h3 
{
    font-size: 2.18em;
    color: #777;
    z-index: 1;
    transition: 0.5s;
}
.container .card .box .subcontent p 
{
    font-size: 1.2em;
    font-weight: 300;
    color: #777;
    z-index: 1;
    transition: 0.5s;
    
}

.list
{
    font-size: 1.25em;
    font-weight: 300;
    color: #777;
    z-index: 1;
    transition: 0.5s;
    text-align: left;
    margin-left: 50px;
}
.container .card:hover .box .subcontent h3, .container .card:hover .box .subcontent p , .container .card:hover .box .subcontent .list{
    color: #fff;
}
 
.i1 {
    float: left;
    height: 25%;
    width: 25%;
    border-radius: 30%;
    margin-right: 50px;
    margin-top: -10%;
    display: flex;
}
.one 
{
    padding-left: 30%;
    align-items: center;
    padding-top: 20%;
    padding-right: 15%;
}
.i2 {
    float: right;
    height: 25%;
    width: 25%;
    border-radius: 30%;
    margin-left: 50px;
    margin-top: -25%;
    display: flex;
}
.two
{
    padding-left: 15%;
    align-items: center;
    padding-bottom: 10%;
    padding-right: 30%;
}
.i3 {
    float: left;
    height: 25%;
    width: 25%;
    border-radius: 30%;
    margin-right: 40px;
    display: flex;
    margin-top: -12%;

}
.three 
{
    padding-left: 30%;
    align-items: center;
    padding-right: 15%;
    margin-top: -20%;
}
.i4 {
    float: right;
    height: 25%;
    width: 25%;
    border-radius: 30%;
    margin-right: 50px;
    margin-top: -22%;
    display: flex;
}
.four
{
    padding-left: 8%;
    align-items: justify ;
    padding-bottom: 10%;
    padding-right: 30%;
    margin-top: 18%;
}
.i5 {
    float: left;
    height: 20%;
    width: 20%;
    border-radius: 30%;
    margin-right: 50px;
    margin-top: -5%;
    display: flex;
    background-color: aliceblue;
    
}
.five 
{
    padding-left: 30%;
    align-items: center;
    padding-top: 15%;
    padding-right: 15%;
    margin-top: -19%;
}
.i6 {
    float: right;
    height: 25%;
    width: 25%;
    border-radius: 30%;
    margin-left: 50px;
    margin-top: -19.5%;
    display: flex;
}
.six
{
    padding-left: 15%;
    align-items: center;
    padding-bottom: 10%;
    padding-right: 30%;
    margin-top: 25%;
}
.i7 {
    float: left;
    height: 8%;
    width: 10%;
    border-radius: 30%;
    margin-left: 50px;
    margin-top: -10%;
    display: flex;

}
.seven 
{
    padding-left: 18%;
    align-items: center;
    padding-top: 20%;
    padding-right: 15%;
    margin-top: -20%;
    margin-bottom:2px;
}
footer{
    display:flex;
    justify-self: flex-end;
    align-items: center;
    flex-direction: column;
    background:rgb(17, 43, 85); 
    height: auto;
    position: relative;
    width: 86.8%;
    padding: 50px 100px;
    justify-content: space-between;
    flex-wrap: wrap;

}
footer .footercontainer 
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .footercontainer .sec
{
  margin-right: 30px;

}
footer .footercontainer .sec.aboutus 
{
    width: 100%;
    margin-left: -45%;

}
footer .footercontainer h2 
{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    

}
footer .footercontainer h2:before 
{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f00;

}
footer .footercontainer .sec.aboutus p{
    color: #999;

}
.quicklinks ul li a
{
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    
}
.quicklinks ul li a:hover
{
    color: #fff;
    
}
/*responsive website*/ 

@media screen and (max-width: 1060px){
    #primary { width: 67%; }
    #secondary {width: 30%; margin-left: 3%;}

}

@media screen and (max-width: 768px){
  #primary { width: 100%; }
  #secondary {width: 100%; margin-left: 0;border:none;}

}
img {
  max-width: 100%; height: auto;
}

@media ( min-device-width:600px)
{
  img[ data-src-600px] 
  {
    content: attr(data-src-600px, url );
  }
}

@media (min-device-width:800px)
{
  img[data-src-800px] {
    content: attr(data-src-800px, url);
  }
}

html{ font-size: 100%;}

@media (min-width:640px) {body {font-size: 1rem;} }
@media (min-width:960px) { body{font-size: 1.2rem;} }
@media (min-width:1100px) { bofy{ font-size: 1.5rem;}}

.ksub{
    color: yellow
}




