.hidden {
    
    display: none;
}   

body {
        
           margin: 0;
           padding: 0;
           font-family: 'Dosis', sans-serif;
           letter-spacing: 1px;
           box-sizing: border-box;
           width: 100%;
           max-width: 100%;
          
           box-sizing: border-box;
         
           
           
       }


#sitecont {
    
    max-width: 100%;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

#flash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    
    
}

#svgcont1 {
    position: relative;
    
    padding-bottom: 0;
   
}

#isplashlogo {
    margin-bottom: 80px;
transform: scale(0.55); // 75% of original size

}

#flash h1 {
    
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 40px;
}

#flash h1 span {
    font-weight: 500;
    
    color: #101e28;
}


#infinityleft {
    
    
           transform: scaleX(0);
    transform-origin: left;
    transition: all 0.7s;
   
}

#infinityright {
    
    
           transform: scaleX(0);
    transform-origin: left;
    transition: all 0.7s;
}



.defaultbtn {
  
    padding: 17px;
    cursor: pointer;
    color: white;
    border:none;
    background-color: #ad8002;
    border-radius: 3px;
   /* background-color: #d1a200; */
    transition: all 400ms;
}

.defaultbtn:hover {
    
    background-color: #101e28;   
}


#hero {
   
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    height: 565px;
    overflow: hidden;
   

   

    
}


#sliderslopediv {
    
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
}


#sliderslopesvg {
    
   fill: red;
    height: 100px;
    width: 100%;        

}

#hero img {
   
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 565px;
 
   

}

.custom-shape-divider-bottom-1614633299 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: translateY(2px) rotate(180deg);
    z-index: 999;
}

.custom-shape-divider-bottom-1614633299 svg {
    position: relative;
    display: block;
    width: calc(126% + 1.3px);
    height: 63px;
}

.custom-shape-divider-bottom-1614633299 .shape-fill {
    fill: #FFFFFF;
}


#hero #herotop {

    z-index: 1;
    position: absolute;
    top: 1;
    left: 0;
    right: 0;
    bottom: 0px;
    /*background:  -webkit-gradient(linear, left top, right top, from(rgba(19, 26, 36)), to(rgba(19, 26, 36, 0.3))); background:  -o-linear-gradient(left, rgba(19, 26, 36), rgba(19, 26, 36, 0.3)); background:  linear-gradient(to right, rgba(19, 26, 36), rgba(19, 26, 36, 0.3));*/
    
    background: -moz-linear-gradient(left, rgba(19,26,36,0.) 0%, rgba(19,26,36,0) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(19,26,36,1) 0%,rgba(19,26,36,0) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(19,26,36,1) 0%,rgba(19,26,36,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131a24', endColorstr='#00131a24',GradientType=1 ); /* IE6-9 */

    
   
    padding-left: 50px;
    padding-right: 50px;
 
  
  
 
 

    
    
}


#herohwelcomeh2 {
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 26px;
    
}
#herohh2 {
    color: white;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 46px;
}

#herospan1 {
    margin-top: 0;
    color: white;

 
    font-size: 25px;
}
#herohh4 {
    
    color: white;
    font-size: 50px;
    margin-top: 0;
    max-width: 670px;
    line-height: 1.2;
     margin-bottom: 0;
    padding-bottom: 0;
}


.spancopper {
    
  
  color: #101e28;
    font-weight: 600;
    font-size: 24px;
    padding: 10px;
    background-color: white;
    margin-right: 30px;
    margin-top: 10px;
    border-radius: 1% 99% 8% 92% / 100% 0% 100% 0%  ;
    padding-left: 10px;
    padding-right: 10px;
        transform: scaleY(0);
    transform-origin: left;
    transition: all 0.7s;
   
}

.spancopper:hover {

}

#herodescrption {
    opacity: 0;
    transition: all 1s;
    color: white;
    margin-top: 20px;
    font-size: 18px;
       max-width: 670px;
    padding-top: 0;
    font-weight: 300;
}


.herobtn {
    
     padding: 17px;
     color: #101e28;
     background-color: #e1af00;
     border: none;
     font-size: 16px;
     margin-bottom: 6px;
     border-radius: 5px;
     margin-right: 40px;
     font-weight: 600;
     transition: background-color 0.3s ease;
}
.herobtn:hover {
    
    cursor: pointer;
    color: white;

    background-color: #101e28;    

}


#hometagsdiv {
    
    display: flex;

}


.easynav {
    
    display: flex;
    color: white;
    font-size: 18px;
    justify-content: flex-start;
    
    
}
.easynavlink {
    
 padding-right: 20px;
    
}

.easynavlink:hover {
    
    color: #e1af00;
    cursor: pointer;
}

#section2 {
padding-bottom: 50px;
  
    
    
}
#section2h1 {
    font-weight: 400;
    color: #101e28;
}

#homereadmoreaboutbtn {
    
    margin-top: 20px;
}

#section2p {
    
  
    padding-left: 15%;
    padding-right: 15%;
    line-height: 1.9;
    font-size: 17px;
}


#section2row {
    
   width: 80%;
    
}




#section2leftdiv {
    
  
}


#section3 {
    color: white;
    padding-top: 45px;
    background-color: #131A24;
}


.section3row {
    
    display: flex;
    justify-content: space-around;
    padding: 30px;
    font-weight: 500;
    text-align: left;
}

.section3itemdiv {
    
    width: 40%;
}

.testimonialnamespan {
    
    color: #e1af00;
    font-weight: 600;
    
}

#section4 {
    margin-top: 20px;
    display: flex;
    padding: 30px;
    justify-content: space-around;
    align-items: center;
}

.section4col {
    
    width: 50%;
}

#section5 {
    background: #e6e6e6;
    margin-top: 20px;
    display: flex;
    padding: 30px;
    justify-content: space-around;
    align-items: center;
}

.section5col {
    
    width: 50%;
}

footer {
    
    padding: 10px;
    background-color: #131A24;
    color: #e1af00;
}



@media only screen and (max-width: 634px) {

    .easynav {
        
        display: none;
    }
    
    
    .herobtn {
    
     padding: 15px;

     font-size: 15px;

     margin-right: 20px;

    }
    
    
    .spancopper {



        font-size: 18px;
        padding: 10px;

        margin-right: 20px;


        padding-left: 9px;
        padding-right: 9px;


    }    

}


@media only screen and (max-width: 420px) {


    
    .spancopper {



        font-size: 15px;
        padding: 10px;

        margin-right: 16px;


        padding-left: 9px;
        padding-right: 9px;


    }    

}


@media only screen and (max-width: 784px) {
    

    #hero {
        
         height: 590px;   
        overflow: hidden;
    }
    
    #hero img {
        width: 800px;
       transform: scale(1.8);
    }
}

@media only screen and (max-width: 665px) {
    

    
    #hero img {
        width: 800px;
       transform: scale(2);
    }
}

@media only screen and (max-width: 622px) {
    

    
    #hero img {
        
       transform: scale(3) translateY(20px);
     
    }
}