/* ----------- MIDDLE ITEM STYLE ----------------------*/
#homepage__callout-itemsecond {
  position: relative;
  padding: 0px;
  flex-grow: 1;
  flex-basis: 0
}

@media(max-width: 1380px) {
    #homepage__callout-itemsecond {
       
    }
}

@media(max-width: 808px) {
    #homepage__callout-itemsecond {
       
    }
}

@media(max-width: 360px) {
    #homepage__callout-itemsecond {
        
    }
}


/* ------------ END OF MIDDLE ITEM STYLE -------------*/



/* --------------- NEW LABEL -------------------*/

.homepage__callout-labelsecond {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    
    margin-left: 10px;
    margin-right: 10px;

  }
  
  @media(max-width: 1180px) {
    
  }
  
  @media(max-width: 808px) {
   
  }
  
  @media(max-width: 360px) {
    
  }
  
  
  /* ----------- END NEW LEBEL ------------------*/

  

  /* ----------- SECOND TITLE ---------------------------*/
.titlediv {
    float: none;
    background:#000;
    
    /* background:linear-gradient(315deg, #cf2c0b,black,rgb(34, 116, 230)); */
  }
  
  .homepage__callout-titlesecond {
     font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    color: #000;

  }
  
  @media(max-width: 1380px) {
    
  }
  
  @media(max-width: 808px) {
    
  }
  
  @media(max-width: 360px) {
    
  }
  
  
  /* --------------- END OF SECOND TITLE -----------------*/
  


  /* --------- NEW SUBTITLE -------------------- */
.homepage__callout-subtitlesecond {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    text-align: justify;
  }

.liststyle {
    list-style:square;
    padding: 10px;
    width: 97%;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s;
    padding-left: 15px;
    padding-right: 25px;
    border-radius: 12px;
}

  #listorder {
    order: -1;
  }

  @media(max-width: 1380px) {
    .listorder {
      order: -1;
    }
  }
  
  @media(max-width: 980px) {
    .listorder {
      order: -1;
    }
  }

  @media(max-width: 1380px) {
    .homepage__callout-subtitlesecond {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        line-height: 50px;
        margin-left: 25px;
        margin-right: 25px;
      }
  }
  
  @media(max-width: 808px) {
    .homepage__callout-subtitlesecond {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        line-height: 50px;
        margin-left: 25px;
        margin-right: 15px;
      }
  }
  
  @media(max-width: 360px) {
    
  }
  
  /* ------- END OF SUBTITLE -------------------*/
  

  /* ------------- NEW IMAGE STYLE ------------*/

  .homepage__callout-imagesecond {
    width: 97%;
    padding-bottom: 59.233%;
    background-size: cover;
    background-position: center center
  }

  /*------------- END IMAGE STYLE -------------*/

  .header_title_style {
    /*background:linear-gradient(315deg, #fa2a01,rgb(246, 159, 156),rgb(30, 112, 226));*/
    background: #ff0000;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    COLOR: #ff0000;
    padding-left: 20px; 
    padding-right: 20px;
    font-size: 52px;
    font-weight: bold;
   /* font-family: "BankGothic Md BT", sans-serif; */
    font-family:"Imprint MT Shadow", sans-serif;
    
  }

  .eaglefont {
    font-size: 55px;
  }

  .about_bgcolor {
    background: #72b7ef;
  }


  .logonavigation {
    display: none;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,.99);
    overflow-y: auto;
    animation: animatenavigation 4.5s;
  }


  #logobg {
    display: block
  }

  @keyframes animatenavigation {

    0% {
      background:rgba(255,255,255,.99);
    }

    30% {
      background:rgba(255,255,255,.99);
    }

    60% {
      background:rgba(255,255,255,.99);
    }

   80% {
      background:rgba(255,255,255,.7);
    }

    100% {
      background:rgba(255,255,255,.5);
    }


  }

  /* ========== SPSTYLE ================================*/

  .container {
    position: relative;
}

.leftdiv {
    position: absolute;
    height: 100vh;
    float: left;
  /*  background-color: rgb(169, 27, 27);
    border-style: solid;
    border-color: black; 
    background: rebeccapurple;*/
   
    left: 50%;
    animation: rightamimation 1.5s linear infinite;

}

.rightdiv {
   position: absolute;
    height: 100vh;
   
  /*  background-color: white; */
    float: left;
 /*   border-style: solid;
    border-color: black;
   padding-left: 700px; 
   background: blue;*/
   
    right: 50%;
    animation: leftanimation 1.5s linear infinite;
}

.leftdiv img {
  padding-top: 180px;
    float: right;
    width: 200px;
    height: 600px;
    right: 0px;
}

.rightdiv img {
    padding-top: 180px;
  
   float: left;
    
    width: 200px;
    height: 600px;
      
}

@media(max-width:1380px) {
  .leftdiv {
    top: 600px;
  }
}

@media(max-width:1380px) {
  .rightdiv {
    top: 600px;
  }
}

@keyframes rightamimation {

    0% {
        right: 50%;
    }

    5% {
        right: 47.5%;
    }

    10% {
        right: 45%;
    }

    15% {
        right: 42.5%;
    }

    20% {
        right: 40%;
    }

    25% {
        right: 37.5%;
    }

    30% {
        right: 35%;
    }

    35% {
        right: 32.5%;
    }

    40% {
        right: 30%;
    }

    45% {
        right: 27.5%;
    }

    50% {
        right: 25%;
    } 

    55% {
        right: 22.5%;
    }

    60% {
        right: 20%;
    }

    65% {
        right: 17.5%;
    }

    70% {
        right: 15%;
    }
    75% {
        right: 12.5%;
    }

    80% {
        right: 10%;
    }

    85% {
        right: 7.5%;
    }

    90% {
        right: 5%;
    }

    95% {
        right: 2.5%;
    }

    100% {
        right: 0%;
    }

   
}

@keyframes leftanimation {

    0% {
        left: 50%;
    }

    5% {
        left: 47.5%;
    }

    10% {
        left: 45%;
    }

    15% {
        left: 42.5%;
    }

    20% {
        left: 40%;
    }

    25% {
        right: 37.5%;
    }

    30% {
        left: 35%;
    }

    35% {
        left: 32.5%;
    }

    40% {
        left: 30%;
    }

    45% {
        left: 27.5%;
    }

    50% {
        left: 25%;
    }

    

    55% {
        left: 22.5%;
    }

    60% {
        right: 20%;
    }

    65% {
        left: 17.5%;
    }

    70% {
        left: 15%;
    }
    75% {
        left: 12.5%;
    }

    80% {
        left: 10%;
    }

    85% {
        left: 7.5%;
    }

    90% {
        left: 5%;
    }

    95% {
        left: 2.5%;
    }

    100% {
        left: 0%;
    }

}