body{
    font-family: 'Arial Bold', 'Arial', sans-serif;
    background-color: #ffffff;
    
}
*:focus, *:active, button:focus{
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border: none;
}
b, strong {
    font-weight: bold;
}
h1{
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
}
h4{
    font-weight: 700;
    font-size: 22px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.9rem;
}
a{
    color: #8a8a8a;
    text-decoration: none;
    transition: color 0.5s;
}
a:hover{
    color: #333333;
    text-decoration: none;
}


#mainMenu ul li a{
    position: relative;
}
#mainMenu .nav-item.active a {
    color:#333333;
}
#mainMenu ul li a::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border-right: 2px solid #02a7f0;
    padding: 1px;
    height: 50%;
    transform: rotate(20deg);
    transform: translateY(-50%) rotate(20deg);
 }
 #mainMenu ul li:first-child a::after{
    display:none;
 }

.headerbg{
    padding:0px 15px 60px;
    background-color: rgba(0, 20, 60, 1);
}
.headerbg h2{
    color:white;
    font-weight: normal;
    font-size:2.3rem;
    width:70%;
    margin: 0 auto;
}
.headerbg nav li a, .headerbg .navbar-brand{
    color:white;
}
.navbar-brand{
    border-bottom: 2px solid #02a7f0;
    transition: all 0.5s;
}
.headerbg nav li a:hover, .navbar-brand:hover{
    color:#02a7f0;
}
/* .headerbg .navbar-brand:hover{
    border-bottom: 2px solid #ffffff;
} */
.headerbg #mainMenu ul li a::after{
    border-right: 3px solid #02a7f0;
}
.navbar-brand, .navbar .nav{
    font-size: 1.25rem;
}
.box-grid .box{
    border-radius: 5px;
    text-align: center;
    min-height: 250px;
    color: white;
    padding: 30px;
    margin:15px 0;
}
.box-grid .box h3{
    font-weight: bold;
    font-size: 1.5rem;
}
.box-grid .box .btn{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    border:1px solid white;
    background:white;
    transition: all 0.5s;
}
.box-grid .box .btn:hover{
    background:transparent;
   
    color:white;
}
.inner-section{
    padding-top:4rem;
    padding-bottom:4rem;
    background-color: white;
}
.inner-section h2{
font-weight: bold;
}
#aboutme .lead {
    font-size: 1.2rem;
}
footer{
    margin-top:60px;
    padding: 90px 0 30px;
    font-size: 1.25rem;
    background-color: #ffffff;

}
body.bg-white footer{
    background: #ffffff;
    margin-top:0px;
}
footer p, footer a{
    color:#999999;
}
footer span{
    display: inline-block;
    padding: 0 25px;
}
footer img{
    height: 40px;
    border-radius:4px
}
.navbar-toggler {
    padding: .225rem .25rem;
    font-size: 1rem;
    background-color: white;
    border: none !important;
    border-radius: .25rem;
    margin: 0;
}

.bg1{
    background-color:rgba(0, 20, 60, 1);  
}
.bg2{
    background-color: rgba(0, 123, 133, 1);
}
.bg3{
    background-color: rgba(166, 206, 57, 1);
}
.bg4{
    background-color: rgba(235, 241, 255, 1);
}
.text1{
    color: #00143C;
}
.lead-lg{
    font-size: 25px; 
}

.btn1{
    width: 300px;
    height: 50px;
    background: rgba(255, 255, 255, 1);

}
.btn1:hover{
  width:300px;
  height:50px;
  background:inherit;
  background:rgba(255, 255, 255, 0);
}

.circle1 {
    padding: 5rem;
    text-align: center;
    background: rgb(252 255 132 / 74%);
    margin: 0 auto;
  }
  .circle2 {
    padding: 5rem;
    text-align: center;
    background: rgb(227 236 255 / 74%);
    margin: 0 auto;
  }

  .circle1 p, .circle2 p{
      font-size:1rem;
      margin-bottom: 6px;
  }
  #prev-next{
    background-color: rgba(0, 0, 0, 1);
    padding:2rem;
    color:white;
  }
  #prev-next a{
      color: white;
      
      opacity:1;
  }
  #prev-next a:hover span{
    opacity:0.6;
    transition: all 0.5s;
}
  #prev-next .prev , #prev-next .next {
    position: relative;
  }
#prev-next .prev img, #prev-next .next img{
    position: absolute;
    top: 0;
    height:45px
}
#prev-next .next {
    float: right;
  }
#prev-next .prev span{
    margin-left: 41px;
    display: block;
    font-size: 1rem;
}
#prev-next .next span{
    margin-right: 41px;
    display: block;
    font-size: 1rem;
    text-align: right;
}
#prev-next .next img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right:0
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
    .circle1 {
        width: 90%;
        height: 500px;
        border-radius: 50%;
        margin-right: -40px;
      }
      .circle2 {
        width: 90%;
        height: 500px;
        border-radius: 50%;
        margin-left: -40px;
      }
}
@media (max-width: 768px){
    [class*="col"] {
        margin-bottom: 15px;
    }
    #mainMenu ul{
        background: white;
        padding: 0px;
        font-size: 15px;
    }
    .headerbg  #mainMenu ul{
        background: #555555;
    }
    .headerbg h2{
        width:100%
    }
    #prev-next {
        padding: 1rem;
    }
    #prev-next .prev img, #prev-next .next img{
        height: 40px;
    }
    #prev-next .prev span {
        margin-left: 30px;
        font-size: 0.9rem;
    }
    #prev-next .next span {
        margin-right: 30px;
        font-size: 0.9rem;
    }
    #prev-next [class*="col"] {
        margin-bottom: 0;
    }
}

