

.main_circle{
  width:330px;
  height:330px;
  border:1px solid #CCC;
  position:absolute;
  top:0; bottom:0; left:0;right:0;
  margin:auto;
  border-radius:50%; 
}

.circle{
  width:30px;
  height:30px;
  background:cyan;
  border-radius:50%;
  position:absolute;
  top:0; bottom:0; left:0;right:0;
  overflow:hidden;
  margin:auto;
  animation: circle 6s linear infinite;
}

@keyframes circle{
  0%{
    transform:rotate(0deg)
              translate(-165px)
              rotate(0deg);
  
  }
  100%{
    transform:rotate(360deg)
              translate(-165px)
              rotate(-360deg);
  }
}







div img{
    width:50%;
}
body {
    font-family: Lora;
    background-image: url("background.jpg");
   
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.blink_text {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% { opacity: 0; }
}
h1, h2, h3, h4, h5, h6 {
    background-color:none;
    font-family: Raleway;
}

p {
    line-height: 1.75;
}

}

.text-faded {
    color: rgba(255,255,255,.3);
}

.site-heading {
    
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
   /* line-height: 1;*/

    font-family:Castellar;
}

    .site-heading .site-heading-upper {

        display: block;
        font-size: 1.5rem;
        font-weight: 800;
    }

    .site-heading .site-heading-lower {
        font-size: 5rem;
        font-weight: 100;
        line-height: 4rem;
    }

.page-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
    
    /*14 JANUARY*/
   
}

hr.divider {
    max-width: 3.25rem;
    border-width: .2rem;
    border-color: #f4623a;
}
hr.divider1 {
    margin:0;
    max-width: 3.25rem;
    border-width: .2rem;
    border-color: #f4623a;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
}
.row2 {
    display: flex;
    flex-wrap: wrap;
   
}
.containerH {
      
       background-color:   #1d65a5;
    font-family: Raleway;
        min-width: 500px !important;
    }
.container1 {
      
    
        min-width: 500px !important;
    }
.container2 img{
    width:50%;
}
.container2 {
     width:80%;
    margin: auto;
    overflow: hidden;
    
    /*margin-top: 20px;*/
    }
.news{
    color:#1d65a5;
     transition:all, .4s;
     box-shadow:1px 1px 10px 2px #333;
     border-radius:5px;
     overflow:hidden;
}
.news:hover{
            color:white;
            background-color:#1d65a5;
}
.aNews
{
    text-decoration:none;
    color:black;
}
.aNews:hover
{
    text-decoration:none;
    
}
.moving1{
  height:400px;

}
.moving{
  height:600px;

}
/*end editing 14 JANUARY*/
.section-heading {
    text-transform: uppercase;
}

    .section-heading .section-heading-upper {
        display: block;
        font-size: 1rem;
        font-weight: 800;
    }

    .section-heading .section-heading-lower {
        display: block;
        font-size: 3rem;
        font-weight: 100;
    }

.bg-faded {
    background-color: rgba(255,255,255,.85);
}

.notice-scroll {
    height: 1800px;
    width: 500px;
   background-color: aquamarine;
   border:.1rem solid;
   border-color:black;
}
 .h-notice{
        height:50px;
        width:500px;
        font-family:Calibri;
        font-size:.9rem;
        color:beige;
        
         text-align:center;
        background-color:burlywood;
    }

 #mainNav2 {
    background-color: whitesmoke;
    
    font-family: Calibri;
}

    #mainNav2 .navbar-brand {
        color: #e6a756;
    }

    #mainNav2 .navbar-nav .nav-item .nav-link {
        color: black;
        transition:all, .5s;
        
        font-weight: 500;
    }

    #mainNav2 .navbar-nav .nav-item.active .nav-link {
        color:white;
        background-color:#1d65a5;
    }

   
   
    
   /*100 edited*/
  
.sub_menu2{
    display:none;
}
   
 .sub_menu1
{
    display:none; 
}
    
 
  .sub_menu1 ul li
    {
       font-size:.5rem;
       transition:.5s;
    }

 .sub_menu1 ul li:hover 
  { 
    
      transform:translate(25px);
  }  
  .navbar .sub_menu1 ul li:hover .sub_menu2
   {
        display:block;
       margin-left:260px;
      font-size:.5rem;
      position:absolute;
      background-color: whitesmoke;
      margin-top:-70px;
     
   }

 .navbar ul li:hover .sub_menu1 {
     
     display:block;
     font-size:.5rem;
     position:absolute;
    background-color: whitesmoke;
     margin-left:0px;
     
 }
  .navbar ul li:hover .sub_menu1 ul {
       display:block;
   } 
             
           
  .navbar ul li:hover .sub_menu1 li{
       width:300px;
       padding:10px;
       border-bottom:1px dotted #fff;
       background: transparent;
       border-radius:0;
       text-align: left;
   }
 
 
@media (min-width:992px) {
  
    #mainNav2 .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
    }
        #mainNav2 .navbar-nav .nav-item .nav-link:hover {
            color:white;
            background-color:#1d65a5;
        }

    #mainNav2 .navbar-nav .nav-item.active .nav-link:hover {
         color:white;
        background-color:#1d65a5;
       
    }
}

#mainNav1 {
    background-color:   #1d65a5;
    font-family: Raleway;
    
}
   #mainNav1 .navbar-brand {
        color: #e6a756;

    }

    #mainNav1 .navbar-nav .nav-item .nav-link {
        color: rgba(255,255,255,.7);
        font-weight: 800;
    }

    #mainNav1 .navbar-nav .nav-item.active .nav-link {
        color:white;
        background-color:#1d65a5;
    }

    .applybutton
    {
        float:right;
    }
@media (min-width:702px) {
    #mainNav1 .navbar-nav .nav-item .nav-link .section-heading-upper{
        font-size: .9rem;
       
    }
    
        #mainNav1 .navbar-nav .nav-item .nav-link:hover {
            color: rgba(255,255,255,.4);
        }

    #mainNav1 .navbar-nav .nav-item.active .nav-link:hover {
        color: #e6a756;
    }
}

.navbar-expand-lg
{
    height:auto;
}
#mainNav2 .navbar-toggler
{  
    background-color:#1d65a5;
}
#mainNav {
    background-color: #05345d;
    font-family: Raleway;
    
    
}

    #mainNav .navbar-brand {
        color: #e6a756;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        color: whitesmoke;
        font-weight: 500;
    }

    #mainNav .navbar-nav .nav-item.active .nav-link {
        color: #e6a756;
    }

@media (min-width:992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: .9rem;
        
    }

        #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: rgba(255,255,255,.4);
        }

    #mainNav .navbar-nav .nav-item.active .nav-link:hover {
        color: #e6a756;
    }
}



/*#mainNav {

    background-color:  #05345d;
    
    font-family: Raleway;
    height:100px;
}
#mainNav .vl {
    border-left: 2px solid white;
    height: 20px; 
    
}
    #mainNav .navbar-brand {
        color: #e6a756;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        color:whitesmoke;
        
    }

    #mainNav .navbar-nav .nav-item.active .nav-link {
        color: #e6a756;
    }




@media (min-width:992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: .9rem;
    }

        #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: rgba(255,255,255,.4);
        }

    #mainNav .navbar-nav .nav-item.active .nav-link:hover {
        color: #e6a756;
    }
}*/

.btn-xl {
    font-weight: 700;
    font-size: .8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.intro {
    position: relative;
}

@media (min-width:992px) {
    .intro .intro-img {
        width: 75%;
        float: right;
    }

    .intro .intro-text {
        left: 0;
        width: 60%;
        margin-top: 3rem;
        position: absolute;
    }

        .intro .intro-text .intro-button {
            width: 100%;
            left: 0;
            position: absolute;
            bottom: -2rem;
        }
}

@media (min-width:1200px) {
    .intro .intro-text {
        width: 45%;
    }
}

.cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(230,167,86,.9);
}

    .cta .cta-inner {
        position: relative;
        padding: 3rem;
        margin: .5rem;
        background-color: rgba(255,255,255,.85);
    }

        .cta .cta-inner:before {
            border-radius: .5rem;
            content: '';
            position: absolute;
            top: -.5rem;
            bottom: -.5rem;
            left: -.5rem;
            right: -.5rem;
            border: .25rem solid rgba(255,255,255,.85);
        }

@media (min-width:992px) {
    .about-heading .about-heading-img {
        position: relative;
        z-index: 0;
    }

    .about-heading .about-heading-content {
        margin-top: -5rem;
        position: relative;
        z-index: 1;
    }
}

@media (min-width:992px) {
    .product-item .product-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }

    .product-item .product-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }

    .product-item .product-item-description {
        position: relative;
        z-index: 1;
        margin-top: -3rem;
        max-width: 50vw;
    }
}

.list-hours {
    font-size: .9rem;
}

    .list-hours .list-hours-item {
        border-bottom: 1px solid rgba(230,167,86,.5);
        padding-bottom: .25rem;
        margin-bottom: 1rem;
        font-style: italic;
    }

        .list-hours .list-hours-item.today {
            font-weight: 700;
            color: #e6a756;
        }

@media (min-width:992px) {
    .list-hours {
        width: 50%;
        font-size: 1.1rem;
    }
}

.address strong {
    font-size: 1.2rem;
}

.footer {
    background-color: rgba(47,23,15,.9);
}

.text-primary {
    color: #e6a756 !important;
}

.bg-primary {
    background-color: #e6a756 !important;
}

.btn {
    box-shadow: 0 3px 3px 0 rgba(33,37,41,.1);
}

.btn-primary {
    background-color: #e6a756;
    border-color: #e6a756;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #df902a;
        border-color: #df902a;
    }

.font-weight-light {
    font-weight: 100 !important;
}
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}

/*15 jan 2020*/

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase;
}
.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

    .portfolio-item .caption {
        display: flex;
        height: 100%;
        width: 100%;
        background-color: rgba(33,37,41,.2);
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

        .portfolio-item .caption .caption-content {
            color: #fff;
            margin: auto 2rem 2rem;
        }

            .portfolio-item .caption .caption-content h2 {
                font-size: .8rem;
                text-transform: uppercase;
            }

            .portfolio-item .caption .caption-content p {
                font-weight: 300;
                font-size: 1.2rem;
            }

@media (min-width:992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
    }

        .portfolio-item .caption {
            -webkit-transition: .25s ease-out /*-webkit-clip-path .25s ease-out*/,background-color .7s;
            
            -webkit-clip-path: inset(0);
            clip-path: inset(0);
        }

            .portfolio-item .caption .caption-content {
                transition: opacity .25s;
                margin-left: 5rem;
                margin-right: 5rem;
                margin-bottom: 5rem;
            }

        .portfolio-item img {
            -webkit-transition: /*-webkit-clip-path*/ .25s ease-out;
            -webkit-clip-path: inset(-1px);
            clip-path: inset(-1px);
        }

        .portfolio-item:hover img {
            -webkit-clip-path: inset(2rem);
            clip-path: inset(2rem);
        }

        .portfolio-item:hover .caption {
            background-color: rgba(29,128,159,.9);
            -webkit-clip-path: inset(2rem);
            clip-path: inset(2rem);
        }
}
/*17 jan*/
.contactInfo{
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
      /*background-color:;*/
    }
.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
      background-color:#B9C4E9;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 400px;
      background-color:white;

    }
footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

