      
@font-face {
	font-family: 'Century Gothic';
	font-weight: normal;
	font-style: italic;
	src: url('/fonts/CenturyGothic-Italic.eot');
	src: local('/fonts/Century Gothic Italic'), local('../fonts/CenturyGothic-Italic'),
		url('/fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic-Italic.woff') format('woff'),
		url('../fonts/CenturyGothic-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Century Gothic';
	font-weight: normal;
	font-style: normal;
	src: url('/fonts/CenturyGothic.eot');
	src: local('/fonts/Century Gothic'), local('../fonts/CenturyGothic'),
		url('/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic.woff') format('woff'),
		url('../fonts/CenturyGothic.ttf') format('truetype');
}

@font-face {
	font-family: 'Century Gothic';
	font-weight: bold;
	font-style: normal;
	src: url('/fonts/CenturyGothic-Bold.eot');
	src: local('/fonts/Century Gothic Bold'), local('CenturyGothic-Bold'),
		url('/fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic-Bold.woff') format('woff'),
		url('../fonts/CenturyGothic-Bold.ttf') format('truetype');

}

@font-face {
	font-family: 'Century Gothic';
	font-weight: bold;
	font-style: italic;
	src: url('/fonts/CenturyGothic-BoldItalic.eot');
	src: local('/fonts/Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
		url('/fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'),
		url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype');

}


/*responsive css*/
        html {
        overflow-x: hidden;
        zoom: 100%;

        }


      body {
        
        font-family: 'Century Gothic', Arial ;
        }
        

      body::-webkit-scrollbar {
        width:20px;
        box-shadow: 0px 0 20px grey;
      }
      
      
      body::-webkit-scrollbar-thumb {
        background-color: #eada18;
      }
      
      
    
      .text-grid-blog::-webkit-scrollbar, .oneaddition ul::-webkit-scrollbar {
        width:25px;
      }
      
      .text-grid-blog::-webkit-scrollbar-thumb, .oneaddition ul::-webkit-scrollbar-thumb {
        border-color: #eada18;
        border-left: transparent;
        border-right: transparent;
        border-style: solid;
        border-width: 11px; 
        text-align: left;
      }



/*phone responsive*/

/**********************************************************************************BEGINNING OF MAXIMUM WIDTH 320PX MEDIA SCREEN*********************************************************************************************************/
@media screen and (min-width: 162px) and (max-width: 320px) {
  /*************************************************************************************NAV SECTION**********************************************************************************************************************/

  #loadingspinner {
    background-color: transparent;
    width: 100%;
    margin:0px;
    height: 100%;
    position: initial;
    z-index: 9999;
    animation: hide 4s forwards;
    animation-delay: 2s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {

      opacity: 0;
      visibility: hidden;
    }
  }
  
  
  .spinner {
    width:100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#eada18 100%,#0000) 45% 0/15px 15px no-repeat, radial-gradient(farthest-side,#0000 calc(100% - 2px),#eada18 calc(100% - 2px)) content-box;
    animation: s6 2s infinite;
    padding: 5px;
  }
  @keyframes s6 {
    
    to {
      transform: rotate(1turn)
    }
  }
  
  .responsivespinner {
    margin: 0;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 280px;
    padding-bottom: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .logospin img {
    z-index: 9999;
    position: fixed;
    transform: translate(0px, 0px);
  }

 
  .loaderimgcontainer img {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9996;
    padding: 130px;
    margin: 5px;
    display: none;
  }



.loaderimgcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
  background-image: url(CBD-GD.LogoPrimary-05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

  
  .logospin {
    margin: 0px;
    position: absolute;
    transform: translate(0px, 0px);
    z-index: 9999;
  }
  
  .spinnercontainer {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 5px;
    background-color:white;
    z-index:9999;
    animation: hide 2s forwards;
    animation-delay: 4s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {
      opacity: 0;
      visibility: hidden;
    }
  }
  

      .text-grid {
        display: grid;
        width: 285px !important;
      }

      .salute-0 {
        text-align: center;
        font: bold 40px Century Gothic, Arial;
        font-size: 20px;
        opacity: 100;
        top: 3px;
        position: relative;
        background-color: #eada18;
        width: 225px;
        margin-left: 40px;
      }
  
      svg{
        font   : bold 75px Century Gothic, Arial;
        width  : 100%;
        height : 55px;
      }
      
      text{
        fill            : none;
        stroke          : black;
        stroke-width    : 1.5px;
        stroke-linejoin : round;
      }

      .sideBarNav a:hover {
        transition      :0.8s;
        transition-timing-function: 0.2;
        font-size       :85px;
        fill            : none;
        stroke          : #eada18;
        stroke-width    : .5px;
        stroke-linejoin : round;
      }

      .sideBarNav {
        font-size: 30px;
        font-family: "Century Gothic";
        font-weight: bold;
        line-height: 10px;
        padding: 10px;
        display: block;
        margin-left:10px;
        z-index: 9998;
        position:relative;
      }

      .sideline {
        background-color:black;
        width: 5px;
        height: 25px;
        position: absolute;
        top: 190px;
        z-index:9997; 
      }


      .text-flow{
        width:100%;
        padding:10px;
        height: 0px;
        overflow: hidden;
        background-color: transparent;
        margin-bottom:0px;
        display:none;
      }
    
       
      .text-flow p {
        display:inline;
        display:none;
        color:black;
        font-size: 50px;
        height: 100%;
        width: 100%;
        justify-content: space-between;
      }
      .text-flow p {
        animation: imgBox 100s linear infinite;
      }
      @keyframes imgBox{
        0%{
          margin-left: 0;
        }
        100%{
          margin-left: -200%;
        }
      }

      .text-flow2{
        width:100%;
        padding:0px;
        height: 38px;
        overflow: hidden;
        border:black;
        border-width: 2px;
        border-style: solid;
        border-right: none;
        border-left: none; 
        border-bottom:none;
        width:220px;
        margin-top:20px;
        position:fixed;
        z-index: 9999;
        bottom:0px;
        background-color:transparent;
        /*background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
        url(texture.jpg);
        background-size:cover;*/
       
        }
      
    
       
      .text-flow2 p {
        font-style:normal;
        display:inline;
        color:black;
        background-color: #eada18;
        font-size: 20px;
        font-weight:bold;
        height: 100%;
        width: 100%;
        justify-content: space-between;
      }
      .text-flow2 p {
        animation: imgBox 100s linear infinite;
      }
      @keyframes imgBox{
        0%{
          margin-right: 200%;
        }
        100%{
          margin-right: 0%;
        }
      }



      .logobtn {
        border-radius: 50%;
        border-style: none;
        outline: none;
        background: transparent;
        border: 1px solid transparent;
        margin-left:-40px;
    }
    
    .logobtn img {
    width:220px;
    padding:20px;
    left:10px;
    
    }
    
    .logobtn:hover {
        cursor:pointer;
    }


    .vidlogo{
      width:100%;
      background-image:linear-gradient(to bottom, rgba(245, 246, 252, 0.52), white),
      url(texture.jpg);
      background-size:cover;
  }

  .sidebarHeader {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    z-index: 9998;
    position: fixed !important;
    top: 230px !important;
    height:35px !important;
    right: -95px !important;
    line-height:0px;
    width:226px !important;
    padding: 10px;
    display: block;
    background-color:black;
    color: white;
    animation: animatePopslide 2s !important;
    transition-delay: 0.1s !important;
}

  @keyframes animatePopslide {
    from {
      margin-left:55px !important;
    }
    to {
      margin-left:45px !important;
    }
}

.sidebarHeader h1 {
    padding:10px;
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 20px !important;
    text-align: center;
    position: relative;
    bottom: 23px;
}

.sidebarHeader img {
    width:25px !important;
}
/*************************************************************************************FOOTER STYLING SECTION**********************************************************************************************************************/


   .footerbox {
    width: 100%;
    }

    .footertablet {
      display:flow-root;
   }  
  
   .footerdesktop {
    display: contents;
   }

   .footeremail {
   text-align: center;
   }

   .footeremail p, .footerhours p {
    font-family: "Century Gothic !important";
    font-weight: bold !important;
    color: black !important;
    font-size: 30px !important;
    text-align: justify !important;
    margin-left: -40px !important;
    line-height: 25px !important;
    padding: 10px !important;
    background-color: #eada18 !important;
    display: grid !important;
    justify-content: center !important;
}

.footerbusiness p, .footeraddition p {
  font-family: "Century Gothic";
  font-weight: bold !important;
  color: grey !important;
  font-size: 30px !important;
  text-align: justify !important;
  margin-left: -40px !important;
  margin-top:-0px !important;
  line-height: 28.8px !important ;
  padding: 11px !important;
  padding-bottom:0px !important;
  border-bottom: black;
  border-width: 2px;
  border-style:transparent;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  display: grid;
  justify-content: center !important;
}

   .footer:before {
   content:"";
   display:block;
   width:280px;
   height:2px;
   background:#eada18;
   position:absolute;
   left:0px; 
   top:0;
  }

  .footernumber {
    width: 100%;
    text-align: center;
    height: 65px;
    border-bottom: black;
    border-width: 2px;
    border-style: solid;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    display: grid;
    justify-content: center;  
   }  

   .footernumber svg {
    font-size: 60px;
    transform: translate(-95px, 15px);
    text-align: center;
    width: 400px;
  }

  .footernumber a:hover {
    transition      :0.8s;
    transition-timing-function: 0.2;
    font-size       : 61px;
    fill            : black;
    stroke          : none;
    stroke-width    : .5px;
    stroke-linejoin : round;
    cursor: pointer;
  }

  .footernumberredirect {
    width: 100%;
    text-align: center;
    height: 65px;
    border-bottom: black;
    border-width: 2px;
    border-style: solid;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    display: grid;
    justify-content: center;  
   }  
  
   .footernumberredirect svg {
    font-size: 30px;
    transform: translate(40px, 10px);
    text-align: center;
    width: 410px;
    height: 100px;
  }
  
  .footernumberredirect a:hover {
    transition      :0.8s;
    transition-timing-function: 0.2;
    font-size       : 32px;
    fill            : black;
    stroke          : none;
    stroke-width    : .5px;
    stroke-linejoin : round;
  }

  .footer-header {
    font-family: "Century Gothic";
    font-weight: bold;
    line-height: 10px;
    padding: 10px;
    margin-left: 7px;
    display: block;
    position: sticky;
}

.infotextcontainer {
    text-align: center;
    width: 100%;
}

.infotextbox {
  display: inline-grid;
  width: 100%;
  margin-right: 0px;
}

.infotextbox h3 {
  font-size: 30px;
  padding: 5px;
  text-align: center;
  line-height: 55px;
  width:;
  color: black;
}

.infobox:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #eada18;
  left: 0;
  top: 0;
}

.infonav {
  text-align: center;
  font-family: "Century Gothic";
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  padding-top: 28px;
  padding-bottom: 0px;
  padding-left:20px;
  padding-inline: 25px;
  padding-inline-end: 5px;
  display: block;
  width: 300px;
}

.infonav a:hover {
  color:#eada18;
  font-size: 16px;
  transition-delay: 0.6s;
  transition: 0.4s;
}

.copyright p {
  text-align: center !important;
  font-family: "Century Gothic !important";
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: lighter !important;
  color: grey !important;
  margin: 0px !important;
  display: block !important;
  padding: 20px !important;
  padding-bottom: 35px;
  line-height: 18px;
}


.trigger {
  position: absolute;
}


.contactus {
  width: 100%;
}

.contactus p {
  font-size: 20px;
}

.textpopupmsgmodal {
  width:100%;
  height: 100%;
  background-color: #eada18;
  display: block;
  z-index: 9999;
  position: fixed;
  bottom:0px;
  display: none;
}

.textboxmsg h4 {
  font-size: 60px;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
}

.textboxmsg h5 {
  font-size: 20px;
  font-family: "Century Gothic";
  font-weight: light;
  text-align: center;
}

.textpopupmsgmodal p {
  font-size: 12px;
  font-family: "Century Gothic";
  font-weight: lighter !important;
  text-align: center;
  padding:10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: black !important;
}

.textpopupmsgmodal img {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0px;
  margin: 0px;
  padding: 130px;
  display:none;
}

.textboxmsg {
  position:fixed;
  top: 160px;
  width: 100%;
}

.closingbutton {
  width:40px;
  height:40px;
  background-color: black;
  color: white;
  position: absolute;
  text-align: center;
  font-size: 30px;
  z-index: 9998;

}

.closingbutton:hover, .closingbutton:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

/********************COOKIES BOX********************************************/
#cookiePopup {
  background: #eada18;
  width: 100%;
  position: fixed;
  z-index: 9998;
  left: -5px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
}

  #cookiePopup p{
  text-align: left;
  font-size: 12px;
  color: black;
  font-family: "Century Gothic";
  font-weight: lighter;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#cookiePopup h4 {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 18px;
  margin-left: 10px;
  text-align: left;
  margin-top: 10px;
}

#acceptCookie {
  width: 200px;
  height: 40px;
  text-align: center;
  border: navajowhite;
  background-color: black;
  padding: 5px;
  /* border-radius: 10px; */
  color: white;

}

#acceptCookie:hover {
  cursor: pointer;
  background-color:white;
  color: black;
}

#declineCookie {
  width: 100px;
  height: 40px;
  text-align: center;
  border: navajowhite;
  background-color: grey;
  padding: 5px;
  /* border-radius: 10px; */
  color: white;
}

#declineCookie:hover {
  cursor: pointer;
  background-color:red;
  color: black;
}

.cookiebuttons {
  display: flex;
  margin: 10px;
  position: relative;
}
/********************COOKIES BOX********************************************/



/*************************************************************************************LIST OF SERVICES SECTION**********************************************************************************************************************/
        .lstofservices_a img{
         width:65%;
         
      }

        .lstofservices_b img{
         width:65%;
      }
  
       .lstofservices_c img {
        width:65%;
      }

      .lstofservices_a {
        padding-top:50px;
        justify-content: center;
        background-image: url(image_two.jpg);
        background-size: 800px;
        margin-bottom: 50px;
    
    }

       .lstofservices_b {
       padding-top:50px;
       justify-content: center;
       background-image: url(image_one.jpg);
       background-size: 760px;
       margin-bottom: 50px;
    } 

    .lstofservices_c {
      padding-top:50px;
      justify-content: center;
      background-image: url(image_three.jpg);
      background-size: 800px;
      margin-bottom: 50px;
  }
 
/*************************************************************************************FLOATING NAV SECTION**********************************************************************************************************************/
      
/******BACK-TO-TOP*****************************************************************************************/
    .float {
      text-align: right;
      padding:25px;
      z-index: 9997;
      position: absolute;
      }
  
     .floatNavBtn { 
      width: 100px;
      align-content: right;
      background-color: transparent;
      border-style: none;
      position: fixed;
      z-index:9999;
      right: -10px;
      bottom: 30px !important;
     }
  
  
     .floatNavBtn:hover {
       color:#eada18;
       cursor: pointer;
      }
   
    .floatNavBtn img {
       width:25px;
      }
  
    .floatNavBtn p {
       font-size: 12px;
      }

    /******END OF BACK-TO-TOP*****************************************************************************************/
    /******BLOG NAV*****************************************************************************************/

      .Blogfloat {
        text-align: right;
        padding:25px;
        z-index: 9997;
        position: absolute;
        }
    
       .BlogfloatNavBtn { 
        width: 100px;
        align-content: right;
        background-color: transparent;
        border-style: none;
        position: fixed;
        z-index:9997;
        right: -10px;
        bottom: 85px !important;
       }
    
    
       .BlogfloatNavBtn:hover {
         color:#eada18;
         cursor: pointer;
        }
     
      .BlogfloatNavBtn img {
         width:30px;
        }

        .BlogfloatNavBtn img:hover {
          width:32px;
         }
    
      .BlogfloatNavBtn p {
         font-size: 12px;
         display: none;
        }

    /******END OF BLOG NAV*****************************************************************************************/
/*************************************************************************************BLOG SECTION**********************************************************************************************************************/
.imgcarousel {
  padding:20px;
  width:100%;
  height: 100%;
  margin-left: 0px;
  height: $carousel-height;
  overflow: hidden;
  position: initial;
  top: 25px;
  background-color: transparent;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);*/
 
}

.imgcarousel img {
  width:100%;
  padding: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  top: 555px;
}


.container-text {
  display: flex;
  align-items: center;
  
}


.blogheader {
  text-align: center;
  font   : bold 40px Century Gothic, Arial;
  font-size: 20px;
  opacity: 100;
  top:20px;
  position: relative;
  background-color: white;
  width:100%;
  margin-left:5px;
}

.text-grid-blog {
  display: grid;
  width:285px !important;
  color: white;
  height: 300px;
  overflow-y: scroll;
  white-space: normal;
  margin-left: 0px
}

.text-grid h3 {
font-size: 18px;
color:black;
text-align: left;
padding:20px;
padding-bottom:0px;
margin-left:18px;
margin-top:30px;
/*background-color:grey;*/
}

.text-grid h4 {
  font-size: 20px;
  color: white;
  text-align: center;
  padding:20px ;
 
}

.text-grid ul {
  list-style:none;
}

.text-grid a {
  text-decoration: none;
  color: white;
  
}

.text-grid a:hover {
cursor: pointer;
background-color: #eada18;
padding:5px;
text-align: left;
transition: 0.8s;
transition-delay: 0.2s;
}

.text-box {
  background-color: transparent; 
  width:100%;
  display: block; 
}

.text-box-desktop {
  background-color: transparent;
  display: none !important;  
}

.text-box-reponsive {
  background-color: transparent; 
  width:100%;
  display: block; 
}

.text-box h1 {
  color: black;
  text-align:center;
  font-size: 20px;
  font-weight: lighter;
  padding: 35px;
  padding-top: 30px;
  padding-bottom: 10px;
  width:100%;
  margin-left: 5px;
  position: initial; 
}

.text-box h4 {
  color: black;
  text-align: left;
  margin-left: 40px;
  font-size: 15px;
  font-weight: bold;
  border-left:transparent;
  border-right:transparent;
  border-bottom:transparent;
  border-top: #eada18;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 245px;
}

.advertisehere {
  width:100%;
  background-color:transparent;
}

/*
.advertisingbanner {
  border-width: 2px;
  border-color: #eada18;
  border-style: solid;
  border-top: transparent;
  border-bottom: transparent;
  height: 450px;
}

.advertisingbanner h4 {
  color: black;
  text-align: center;
  padding:100px;
}*/



.placeholder {
  display: block;
  width: 100%;
  margin-bottom: 70px;
  
}

.blogbanner img {
width:100%;
padding-top: 20px;
}

.blogbanner {
  height: 420px;
  background-color: black;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blogbox {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  background-color:transparent;
  margin-bottom:80px;
  margin-top: -45px;
 
}

.blogbox_a {
 display: block;
 background-color: transparent;
 height:100%;
 border-style: solid;
 border-top: transparent;
 border-left: transparent;
 border-right: transparent;
 border-width: 2px;
 border-color: #eada18;
}



.blogbox_b {
  display: block;
  height:100%;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-width: 2px;
  border-color: #eada18;
  margin-top: 140px;
}


.blogbox_c {
  display:block;
}


.blogbox p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  padding: 20px;
  padding-bottom: 40px;
  margin-left: 20px;
  display:grid;
}

.blogbox h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:30px;
text-align: center;
padding:25px;
margin:8;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
position: absolute;
z-index: 9997;
}


.blogbox h2 {
font-size: 30px;
padding:10px;
}

.vacancies {
  text-align: center;
  display: block;
  padding: 0px;
  
}

.vacancies ul {
  list-style: none;
}

.vacancies li {
  font-weight: lighter;
  color: grey;
  font-size: 15px;
  text-align: left;
  padding: 0px;
  padding-top: 20px;
  margin-left: 15px;
}

.vacancies li a {
text-decoration: none;
color: black;
}

.vacancies li img {
  width:20px;
  display: none;
}

.vacancies button {
  text-decoration: none;
  border: none;
  width: 120px;
  padding: 5px;
  color: white;
  background-color: #eada18;
  color: black;
  font-weight: lighter;

}


.vacancies button:hover {
  width:260px;
  cursor: pointer;
  color: white;
  background-color: black;
  transition: 0.6s;
}

.vacancies p {
  width:260px;
  padding: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  font-style: italic;
  font-size: 12px !important;
  justify-content: right;
  border: solid;
  border-width: 2px;
  border-color: black;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
}

.vacancies h3 {
  text-decoration: none;
  text-align: center;
  color:black;
  background-color: transparent;
  width: 100%;
  height: 45px;
  padding: 10px;
  padding-inline: 10px;
  font-size: 20px;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  border-left: black;
  border-right: black;
  border-top: black;
}

.vacancies h2 {
  color:black;
  font-size: 18px;
  font-weight: lighter;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  border-left: black;
  border-right: black;
  border-top: black;
  display: none;
}

.vacancygroup {
  width:100%;
  margin-bottom: 100px;
}


/*
#vacancytoggle {
  background-color: transparent;
  width: 300px;
  height:100%;
  position: inherit;
  z-index: 9999;
  display:none;
  animation: fadeIn 2s ,fadeOut 0.5s 60s forwards;

}
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}*/

.vacancies h3:hover {
  cursor: pointer;
  background-color: #eada18;
}



.slides {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  transition: 1s ease-in-out all;
}

.articleblock {
  display: flow-root;
  align-content: center;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 0px;
  margin-bottom: 55px;
}


.articleblocktwo {
  display: flow-root;
  align-content: center;
  margin-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
}

.one {
  width:100%;
  padding-inline-end: 0px;
  padding-bottom: 0px;
  display: block;

}

.oneadditionfeed img {
  width: 20px;
  rotate: 90;
}

.oneaddition {
  width:100%;
  background-color: white;
  height: 376px;
  margin-bottom: 20px;
}

.oneaddition h2 {
  text-align: center;
  color: black;
}

.oneaddition li {
  list-style: none;
  font-size: 20px;
  text-align: center;
  padding-left: 25px !important;
  padding: 10px;
}

.oneaddition ul {
  overflow-y: scroll;
  height: 310px;
  white-space: normal;
  width: 285px;
  padding-bottom: 65px;
}

.oneaddition p {
  text-align: center;
  color: black !important;
}

.oneaddition a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.one img {
width: 100%;
padding: 0px;
margin: 0px;
margin-left: 0px;
margin-top: 0px;
}

.oneprofilefeed {
  width:100%;
  height:100%;
  padding:6px;
  background-color: white;
}

.oneprofilefeed h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 25px;
}

.oneprofilefeed p {
  font-size:15px;
  text-align:justify; 
  width: 265px;
  height: 100%;

}

.oneprofilefeed img {
  width: 130px;
  padding: 15px;
  margin-right: 80px;
  margin-left: 80px;
}

.onearchive {
text-align: center;
font-family: "Century Gothic, Arial";
font-size: 15px;
font-weight: lighter;
position: relative;
width: 100%;
margin-left: 0px;
margin-top: 0px;
border-width: 2px;
border-color: #eada18;
border-style: solid;
border-bottom: transparent;
border-right: transparent;
border-top: transparent;
background-color:white;
height: 375px;
}

.onearchive:hover {
background-color: #eada18;
transition: 0.2s;
width:100%;

}


.onearchive h3 {
font-size: 15px;
font-weight: bold;
color: black;
text-align: left;
padding: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 5px;
}

.onearchive h2 {
color: black;
text-align: left;
font-weight: lighter;
font-size: 25px;
margin-left: 15px;
margin-top: 0px;
}

.one p {
font-size:12px !important;
display: flow-root !important;
padding-top: 0px !important;
}

.one p:hover {
color: black;
}

.one p a {
text-decoration: none;
color: black;
font-weight: bold;
}


.articleblock p img {
  width: 20px !important;
  background-color: transparent;
  opacity: 1;
  padding: 0px;
  margin: 0px;
}

.articleblocktwo p img {
  width: 20px !important;
  background-color: transparent;
  opacity:1 ;
  padding: 0px;
  margin: 0px;
}

.eventbox {
  background-color: black;
  width:90px;
  height: 160px;
}

.eventbox:hover{
  width: 400px;
  transition: 0.6s;
  background-color: white;
}

.eventboxdate {
  background-color: #eada18;
  width:80px;
  height: 160px;
  position: absolute;
  z-index: 9998;
  padding-top: 20px;
}

.eventbox h3 {
  color: black;
  font-size: 20px;
  position: absolute;
  z-index: 9999;
  font-family: "Century Gothic";
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px;
  text-align: center;
}

.eventbox h4 {
  color: black;
  position: absolute;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin-left: 110px;
  margin-top: 5px;
}

.eventbox p {
  color: grey;
  font-size: 15px;
  position: absolute;
  font-family: "Century Gothic";
  font-weight: lighter;
  margin: 10px;
  text-align: justify;
  margin-top: 30px;
  margin-left: 80px;
  width: 215px;
}

.eventbox a {
  font-size:12px;
}



/*************************************************************************************ABOUT PAGE SECTION**********************************************************************************************************************/
.salute {
  text-align: center;
  font: bold 40px Century Gothic, Arial;
  font-size: 47px;
  opacity: 100;
  top: -10px;
  margin-left: -18px;
  position: relative;
  background-color: #eada18;
  background-image: linear-gradient(-45deg, white, white, black, black );
  background-size: 300%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  animation: animated_text 15s ease-in-out infinite;
  -moz-animation: animated_text 15s ease-in-out infinite;
  -webkit-animation: animated_text 15s ease-in-out infinite;
}


.text-grid-slogan text {
  text-align: center !important;
  font-size: 30px !important;
  padding: 10px !important;
  transform: translate(20px, -10px) !important;
}

.text-grid-slogan svg {
  width:100%;
  line-height: 10px;
  text-align: center;
  height: 80px;
  margin-left: 10px;
}

.container-text img{
  width:375px;
  vertical-align: middle;
  display: none;

}

.container-box {
  padding:10px;
  display:inline-block;
  margin-top: 5px;
}

.container-box img {
  width: 225px !important;
  margin-left: 20px;
}

.profilename {
  width: 225px;
  height: 55px;
  margin-left: 20px;
  box-sizing: border-box;
  line-height: 45px;
  background-color: #eada18;
}

.profile {
  width: 290px;
  padding-inline: 11px;
  margin-bottom: 100px;
  margin-right: 0px;
}

.profile h7 {
  font-size: 17px;
  text-align: center;
  display: inline-block;
  width: 239px;
  font-weight: lighter;
  color: black;
}

.profile h6 {
  text-align: center !important;
  padding: 17px !important;
  margin: 20px;
  height: 100px;
  font-size: 18px;
}

.profile h7:hover, .profilename:hover + .profilebio {
  opacity: 1;
  transition-delay: 0.4s;
  transition: 0.9s;
  height: 165px;
  padding: 0px;
  margin: 0px;
}

.profilebio {
  opacity: 0;
  transform: translateX(-15px) !important;
  transition: transform 0.10s, opacity 0.5s;
  height: 0px;
  padding: 0px;
  margin: 0px;
}

.txtstylin {
  content: "";
  display: block;
  width: 224px;
  height: 2px;
  background: #eada18;
  margin-left: 20px;
  top: 0;
}

.socials {
  text-align: right;
  justify-content:center;
  right:5px;
  display:grid;
  padding-top: 20px;
}

.socials a {
  height:60px;
}

.socials p {
  text-align: right;
  font-weight: lighter;
  font-size: 6.5px;

}

.socialtxt {
  text-align: center;
  font-weight: lighter;
  font-size: 6.5px;
  padding:10px;
  position: absolute;

}

.socials img {
  width:70px;
  align-content: center;
}


.socials img:hover {
  opacity:0;
  transition-delay: 0.2s;
  transition: 0.9s;
  cursor: pointer;
}


.sociallinkBtnA {
  width: 70px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 20px;
}

.sociallinkBtnA:hover {
  opacity: 100;
  width:70px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 2-02.png);
  background-size:contain;
}

.sociallinkBtnB {
  width: 70px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 25px;
}

.sociallinkBtnB:hover {
  opacity: 100;
  width:70px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 3-02.png);
  background-size:contain;
}

.sociallinkBtnC {
  width: 70px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 20px;
}

.sociallinkBtnC:hover {
  opacity: 100;
  width:70px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 1-02.png);
  background-size:contain;
}

.abtstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px; 
}

.abtstyle p {
  color:grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:12px;
  line-height: 20px;
  text-align:justify;
  padding:20px;
  padding-bottom: 40px;
}

.abtstyle h5 {
  color:black;
  font-family: "Century Gothic";
  font-weight:bold;
  font-size:25px;
  text-align:left;
  padding:5px;
  padding-left:80px;
  margin-top:-58px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  position: absolute;
  z-index: 9997;
}

.abtstyle h2 {
  font-size: 30px;
  padding:20px;
 
}

.container-text {
  align-items: center;
  display: block;
  margin-top:-30px;
}

.hiddenBtn:hover button {
  opacity: 1;
  cursor: pointer;
  transition-delay: 15s;
  transition: 0.4s;
  width: 185px;
  height: 30px;
}


.line {
  text-align: right;
  padding: 25px;
  color: #eada18;
  line-height: 20px;
  position: relative;
  bottom: 25px;
  -webkit-animation: slideIn 2s forwards;
  -moz-animation: slideIn 2s forwards;
  animation: slideIn 2s forwards;
}

.line:before {
  content: "";
  display: block;
  width: 245px;
  height: 2px;
  background: #eada18;
  position: absolute;
  left: 0px;
  top: 50%;
}

/*************************************************************************************SERVICE PAGE STYLING SECTION**********************************************************************************************************************/

.container-flx {
  display:block !important;
  align-items: center;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.signature img {
  align-content: center;
  width: 80px;
  display: none;
} 

.signature {
  text-align: center;
  margin: 10px;
 
}

.signature:before {
  content:"";
  display:block;
  width:80px;
  height:2px;
  background:#eada18;
  position:absolute;
  left:0px; 
  top:255%;
}

.signature:after {
  content:"";
  display:block;
  width:380px;
  height:2px;
  background:#eada18;
  position:absolute;
  right:0px; 
  top:230%;
  display: none;
}

.spacer {
  background-color: #eada18;
  height: 2px;
  width: 80px;
}

.btnView {
  z-index: 5;
  margin-top:-60px;
}

.view {
  font-family: "Century Gothic";
  font-size:12px;
  z-index: 5;
  margin-bottom:60px;
  border: none;
  background: #eada18;
  width:290px;
  height:30px;
 
}

.list_a:before {
  content: "";
  display:none;
  width: 550px;
  height: 2px;
  background: #eada18;
  position: absolute;
  right: 285px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.box_a h1 {
  margin-top: 2px !important;
  margin-left: 45px !important;
  z-index: 9999;
  font-size: 27px !important;
  background-color: #eada18;
  width: 320px !important;
}


.box_b h1 {
  margin-top: -50px !important;
  margin-left: 45px !important;
  z-index: 9999;
  font-size: 27px !important;
  background-color: grey;
  width:320px !important;
}

.box_a h2, .box_b h2 {
  line-height: 0px !important;
  text-align:center;
  margin-left: 0px !important;
  font-size:30px;
  padding:10px;
}

.box_a p, .box_b p {
  justify-content: center;
  text-align: left;
  font-weight: lighter;
  font-size: 15px;
  padding: 20px;
  margin-right: -175px;
  width: 300px;
  color: black;
  margin-left: 0px !important;
  line-height: 18px;
}


 .innerbox {
  display:table;
 }

 .returnbtn {
  display: inline-flex;
  position:sticky !important;
  z-index:9999;
}

 .return {
  border: none;
  background-color: #eada18;
  width: 300px;
  height: 30px;
  margin-left: 60px !important;
  position: absolute;
}

.returnbtn p {
  justify-content: center;
  text-align: center !important;
  margin-left: 85px;
  font-weight: lighter;
  font-size: 12px;
  padding: 10px;
  margin-right: 10px;
  width: 230px !important;
  height: 30px;
  position: absolute;
  top:50px;
}

 .outerbox {
  height:100% !important;
  margin-top: 50px;
  margin-bottom: 140px !important;
  background-image: linear-gradient(to top, rgba(245, 246, 252, 0.52), white), url(image_two.jpg);
  background-size:cover !important;
  animation: animateBg 10s linear infinite alternate;
}

.outerbox_pgtwo {
  height:100% !important;
  margin-top:50px;
  margin-bottom:140px !important;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_one.jpg);
  background-size:cover !important;
  animation:animateBg 10s linear infinite alternate;
   
}

.outerbox_pgthree {
  height:100% !important;
  margin-top:50px;
  margin-bottom:140px !important;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_three.jpg);
  background-size:cover !important;
  animation:animateBg 10s linear infinite alternate;
   
}


 .list, .list_a {
  display:contents !important;
  width:100% !important;
  text-align:center;
 }

.box_a, .box_b {
  width:100px !important;
}

.twobox {
  display:contents !important;
}

.servstyle p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:12px;
  line-height: 20px;
  text-align:justify;
  padding:20px;
  padding-bottom:40px;
}

.servstyle h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:25px;
text-align: center;
padding:5px;
margin:8;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
position: absolute;
z-index: 9997;

}
.servstyle h2 {
  font-size: 30px;
  padding:20px;
 
}

/*********************************************************************************PORTFOLIO SECTION*******************************************************************************************************************************/
.boxtexthover {
  background-color:#eada18;
  width:100% !important;
  height: 290px;
  position: absolute;
  display: inline-flex;
  margin-inline: 5px;
  margin: 0px;
  opacity: 0;
}

.boxtexthover:hover {
  opacity: 60%;
  transition-duration: 2s;
  cursor: pointer;
}


.threebox {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
}


.threebox h6 {
  font-family: "Century Gothic";
  font-weight: bold;
  position: absolute;
  margin: 5px !important;
  margin-top: 100px !important;
  text-align: center;
  width:100% !important;
  font-size: 20px !important;
  line-height: 35px;
}

.threebox p {
  font-family: "Century Gothic";
  font-weight: lighter;
  margin: 20px;
  margin-top: 165px;
  width:100% !important;
  text-align: center;
  font-size: 15px !important;
}

.fourbox {
  
}

.boximg1 {
  background-color: lightgray;
  width: 100% !important;
  height: 290px;
  display: flex;
  margin-inline: 0px;
  margin-bottom: 3px;
  margin: 0px;
}

.boximg1 img {
 width:100%;
 padding: 5px;

}

.closingouter {
  margin-top: 30px;
  margin-bottom: 30px;
}

#threeDRender {

border-radius: 0px;
cursor: pointer;
transition: 0.3s;
}

#threeDRender:hover {
    opacity: 0.3;
}

/*
#myImg2 {

border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}
*/

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 3; /* Sit on top */
/*padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
display: none !important;
}

/* Modal Content (image) */
.modal-content {
margin: 0px;
display: block;
position: fixed;
width: 100%;
height: -webkit-fill-available;
object-fit: cover;
/*max-width: 815px;
max-height: fit-content;*/
animation: 30s ease 0s normal none infinite running slow-zoom;
display: none !important;
}

@keyframes slow-zoom {
  0% { transform: scale(1.3, 1.3) }
    50% { transform: scale(1, 1) }
    100% { transform: scale(1.3, 1.3) 
        
    }
}

/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 480px;
text-align: center;
color: white;
background: linear-gradient(335deg, black, transparent, transparent);
backdrop-filter: opacity(0.5);
padding: 10px 0;
height: 100%;
position: fixed;
top: 0px;
right: 45px;
display: none !important;
}

#caption h4 {
    text-align: center;
    padding: 10px;
    font-size: 35px;
    font-family: Century Gothic;
    font-style: bold;
    margin: 0px;
    margin-top: 55px;
    color: black;
    display: none;
}

#caption h6 {
    text-align: center;
    padding: 10px;
    margin: 0px;
    margin-top: 0px;
    font-family: Century Gothic;
    font-weight: lighter;
    font-size: 20px;
    color: white;
    display: none;
}

#caption p {
    text-align: justify;
    margin: 10px;
    margin-top: 285px;
    font-family: Century Gothic;
    font-style: italic;
    font-weight: lighter;
    font-size: 12px;
    color: white;
    overflow-y: scroll;
    height: 100px;
    padding: 10px;
    background-color: transparent;
    display: none;
}
 
#captionbox {
margin: auto;
display: block;
width: 100%;
text-align: center;
color: #ccc;
background-color: transparent;
padding: 0px;
position: fixed;
bottom: 45px;
height: 55px;
right: 0px;
display: none;
}

#captionbox h5 {
  text-align: center;
    padding: 10px;
    margin: 0px;
    margin-top: 5px;
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 20px;
    color: grey;
    display: none;
}


#watermark {
  width: 100%;
    position: fixed;
    left: 9px;
    bottom: 10px;
    display: block;
    display: none;
}


#watermark img {
  width: 145px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none;
}

#watermark p {
    font-size: 14px;
    font-weight: lighter;
    text-align: left;
    position: absolute;
    text-align: left;
    transform: rotate(270deg);
    position: absolute;
    bottom: 855px;
    right: 660px;
    width: 100%;
    color: white;
    font-style: normal;
    height: 0px;
    overflow-y: unset;
    background-color: transparent;
    backdrop-filter: none;
    display: none;
}


/* Add Animation */
#caption {  
-webkit-animation-name: slideupp;
-webkit-animation-duration: 0.6s;
animation-name: slideupp;
animation-duration: 3s;
display: none;
}

@-webkit-keyframes slideupp {
from {-webkit-transform:translate(0px, 215px)} 
to {-webkit-transform:translate(0px,0px)}
}

@keyframes slideupp {
from {transform:translate(0px, 215px)} 
to {transform:translate(0px, 0px)}
}

/* The Close Button */
.close {
position: absolute;
top: 10px;
right: 70px;
color: black;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
z-index: 2;
display: none;
}

.close:hover,
.close:focus {
color: #eada18;
text-decoration: none;
cursor: pointer;
display: none;
}

/*****************************************************************************************CONTACT STYLE SECTION*********************************************************************************************************************************/

.contstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px; 
}

.contstyle p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:12px;
  text-align: left;
  padding:20px;
  padding-bottom:35px;
  line-height:26px !important;
}

.contstyle h5 {
  color:black;
  font-family: "Century Gothic";
  font-weight:bold;
  font-size:25px;
  text-align: center;
  padding:5px;
  padding-left:80px;
  margin-top:-60px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  position: absolute;
  z-index: 9997;
}

.contstyle h2 {
  font-size: 30px;
  padding:20px;
 
}

.container-contacttxt {
  display: initial;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 10px;
}

.container-contacttxt b {
  float: left;
  overflow: hidden;
  position: relative;
  height:45px;
  font-size:44px;
  text-align: center;
  top: -30px;
}

.innertxt {
  font-weight: bold;
  color:#eada18;
  display: inline-block;
  padding-left: 10px;
  animation: textrotate 20s infinite;
  animation-delay: 1.5s;
  top: 0;
  left: 0;
  position: relative;

}

@keyframes textrotate {
  0% { top:0px; }
  5% { top:0px; }
  10% { top:-55px; }
  15%{ top:-55px; }
  20%{ top:-120px; }
  25%{ top:-120px; }
  30% { top:-170px; }
  35%{ top:-170px; }
  40%{ top:-230px; }
  45%{ top:-230px; }
  50%{ top:-285px; }
  55%{ top:-285px; }
  60%{ top: -340px; }
  70%{ top:-340px; }
  80%{ top:-455px; }
  90%{ top:-455px; }
}




.contactform {
  width: 320px !important;
  background-color: ghostwhite;
  margin-bottom:30px;
}

.enquirybox {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  color: grey;
  text-align: center !important;
  width:300px;
}

.inputmsgbox {
  display: inline-flex;
  padding: 10px;
  font-family: "Century Gothic";
  font-size: 12px;
  width: 286px !important;
  align-content: center;
  background-color: transparent;
  border: transparent;
}

.input {
  display: inline-flex;
  height: 15px;
  padding: 10px;
  font-family: "Century Gothic";
  font-size: 12px;
  width: 285px !important;
  border-bottom: grey;
  border-width: 2px;
  border: transparent;
  text-align: left;
  background-color: transparent;
}

.container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 80px;
  display: none !important;
}

.submitbtn {
  font-family: "Century Gothic";
  font-size: 12px;
  border: none;
  background: grey;
  width: 320px !important;
  height: 30px;
  color: white;
}
}

/**********************************************************************************END OF MAXIMUM WIDTH 320PX MEDIA SCREEN*********************************************************************************************************/
/**********************************************************************************BEGINNING OF MAXIMUM WIDTH 428PX MEDIA SCREEN*********************************************************************************************************/
@media screen and (min-width: 360px) and (max-width: 428px) {
  /*************************************************************************************NAV SECTION**********************************************************************************************************************/
  
  #loadingspinner {
    background-color: transparent;
    width: 100%;
    margin:0px;
    height: 100%;
    position: initial;
    z-index: 9999;
    animation: hide 4s forwards;
    animation-delay: 2s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {

      opacity: 0;
      visibility: hidden;
    }
  }
  
  
  .spinner {
    width:100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#eada18 95%,#0000) 45% 0/15px 15px no-repeat, radial-gradient(farthest-side,#0000 calc(100% - 3px),#eada18 calc(100% - 5px)) content-box;
    animation: s6 2s infinite;
    padding: 5px;
  }
  @keyframes s6 {
    
    to {
      transform: rotate(1turn)
    }
  }
  
  .responsivespinner {
    margin: 0;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 280px;
    padding-bottom: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .logospin img {
    z-index: 9999;
    position: fixed;
    transform: translate(0px, 0px);
  }

 
  .loaderimgcontainer img {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9996;
    padding: 130px;
    margin: 5px;
    display: none;
  }



.loaderimgcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
  background-image: url(CBD-GD.LogoPrimary-05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

  
  .logospin {
    margin: 0px;
    position: absolute;
    transform: translate(0px, 0px);
    z-index: 9999;
  }
  
  .spinnercontainer {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 5px;
    background-color:white;
    z-index:9999;
    animation: hide 2s forwards;
    animation-delay: 4s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {
      opacity: 0;
      visibility: hidden;
    }
  }
    
      .text-grid {
        display:flow-root !important;
        width:100% !important;
      }

      .salute-0 {
        text-align: center;
        font: bold 40px Century Gothic, Arial;
        font-size: 25px;
        opacity: 100;
        top: 3px;
        position: relative;
        background-color: #eada18;
        width:100%;
        margin-left: 0px !important;
      }
  
      svg{
        font   : bold 75px Century Gothic, Arial;
        width  : 100%;
        height : 60px;
      }
      
      text{
        fill            : none;
        stroke          : black;
        stroke-width    : 1.5px;
        stroke-linejoin : round;
      }

      .sideBarNav a:hover {
        transition      :0.8s;
        transition-timing-function: 0.2;
        font-size       :85px;
        fill            : none;
        stroke          : #eada18;
        stroke-width    : .5px;
        stroke-linejoin : round;
      }

      .sideBarNav {
        font-size: 30px;
        font-family: "Century Gothic";
        font-weight: bold;
        line-height: 10px;
        padding: 10px;
        display: block;
        margin-left:10px;
        z-index: 9997;
        position:relative;
        top: 65px;
        margin-bottom: 70px;
        /*position: fixed;
        bottom: 100px;*/
      }


     .sideline {
        background-color:black;
        width: 5px;
        height: 30px;
        position: absolute;
        top: 250px; 
      }
      

      /*.boxline {
        border:solid;
        border-width:2px;
        border-left:transparent;
        border-right:transparent;
        border-top:transparent;
        border-color: black;
        position:absolute;
        z-index:9999;
        right:45px;
        width:10px;
        margin-top:-55px; 
        height:25px;
        transform: rotateZ(0deg);
      }

      .boxline p {
        color:black;
        font-size:35px;
      }*/

      .text-flow{
        width:100%;
        padding:10px;
        height: 65px;
        overflow: hidden;
        background-color: transparent;
        margin-bottom:30px;
        display:none;
      }
    
       
      .text-flow p {
        display:inline;
        display:none;
        color:black;
        font-size: 50px;
        height: 100%;
        width: 100%;
        justify-content: space-between;
      }
      .text-flow p {
        animation: imgBox 100s linear infinite;
      }
      @keyframes imgBox{
        0%{
          margin-left: 0;
        }
        100%{
          margin-left: -200%;
        }
      }

      .text-flow2{
        width:100%;
        padding:0px;
        height: 35px;
        overflow: hidden;
        border:black;
        border-width: 1px;
        border-style: solid;
        border-right: none;
        border-left: none; 
        border-bottom:none;
        width:250px;
        margin-top:20px;
        position:fixed;
        z-index: 9999;
        bottom:0px;
        background-color:transparent;
        /*background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
        url(texture.jpg);
        background-size:cover;*/
       
        }
      
    
       
      .text-flow2 p {
        font-style:normal;
        display:inline;
        color:black;
        background-color: #eada18;
        font-size: 20px;
        font-weight:bold;
        height: 100%;
        width: 100%;
        justify-content: space-between;
      }
      .text-flow2 p {
        animation: imgBox 60s linear infinite;
      }
      @keyframes imgBox{
        0%{
          margin-right: 200%;
        }
        100%{
          margin-right: 0%;
        }
      }


      .logobtn {
        border-radius: 50%;
        border-style: none;
        outline: none;
        background: transparent;
        border: 1px solid transparent;
        margin-left:-40px;
       }
    
      .logobtn img {
    width: 230px;
    padding: 20px;
    left: 15px;
    position: relative;  
      }
    
      .logobtn:hover {
        cursor:pointer;
      }


    .vidlogo{
      width:100%;
      background-image:linear-gradient(to bottom, rgba(245, 246, 252, 0.52), white),
      url(texture.jpg);
      background-size:cover;
    }

  .sidebarHeader {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    z-index: 9998;
    position: fixed !important;
    top: 330px !important;
    height:40px !important;
    right: -110px !important;
    line-height:0px;
    width:260px !important;
    padding: 10px;
    display: block;
    background-color:black;
    color: white;
    animation: animatePopslide 2s !important;
    transition-delay: 0.1s !important;
}

  @keyframes animatePopslide {
    from {
      margin-left:55px !important;
    }
    to {
      margin-left:45px !important;
    }
}

.sidebarHeader h1 {
    padding:10px;
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 25px !important;
    text-align: center;
    position: relative;
    bottom: 20px;
}

.sidebarHeader img {
    width:25px !important;
}
/*****COOKIES STYLING SECTION*************************************************************************************************/


#cookiePopup {
  background: #eada18;
  width: 100%;
  position: fixed;
  z-index: 9998;
  left: 0px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
}

  #cookiePopup p{
  text-align: left;
  font-size: 12px;
  color: black;
  font-family: Century Gothic;
  font-weight: lighter;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#cookiePopup h4 {
  font-family: Century Gothic;
  font-style: bold;
  font-size: 18px;
  margin-left: 10px;
  text-align: left;
  margin-top: 10px;
}

#acceptCookie {
  width: 200px;
  height: 40px;
  text-align: center;
  border: navajowhite;
  background-color: black;
  padding: 5px;
  /* border-radius: 10px; */
  color: white;

}

#acceptCookie:hover {
  cursor: pointer;
  background-color:white;
  color: black;
}

#declineCookie {
  width: 100px;
  height: 40px;
  text-align: center;
  border: navajowhite;
  background-color: grey;
  padding: 5px;
  /* border-radius: 10px; */
  color: white;
}

#declineCookie:hover {
  cursor: pointer;
  background-color:red;
  color: black;
}

.cookiebuttons {
  display: flex;
  margin: 10px;
  position: relative;
}
/****************************************************************************************************************************/
/*************************************************************************************FOOTER STYLING SECTION**********************************************************************************************************************/

.footerbox {
  width: 100%;
  }

  .footertablet {
    display:flow-root;
 }  

 .footerdesktop {
  display: contents;
 }

 .footeremail {
 text-align: center;
 }

 .footeremail p, .footerhours p {
  font-family: "Century Gothic !important";
  font-weight: bold !important;
  color: black !important;
  font-size: 35px !important;
  text-align: justify !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 28.8px !important;
  padding: 10px !important;
  background-color: #eada18 !important;
  display: grid !important;
  justify-content: center !important;
  width:100%;
}

.footerbusiness p, .footeraddition p {
font-family: "Century Gothic";
font-weight: bold !important;
color: grey !important;
font-size: 35px !important;
text-align: justify !important;
margin-left: 0px !important;
margin-top:-0px !important;
margin-bottom: 0px !important;
line-height: 28.8px !important ;
padding: 11px !important;
padding-bottom:0px !important;
border-bottom: black;
border-width: 2px;
border-style:transparent;
border-top: transparent;
border-left: transparent;
border-right: transparent;
display: grid;
justify-content: center !important;
width:100%;
}

 .footer:before {
 content:"";
 display:block;
 width:280px;
 height:2px;
 background:#eada18;
 position:absolute;s
 left:0px; 
top:0;
}

.footernumber {
  width: 100%;
  text-align: center;
  height: 65px;
  border-bottom: black;
  border-width: 2px;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  display: grid;
  justify-content: center;  
 }  

 .footernumber svg {
  font-size: 65px;
  transform: translate(-110px, 13px);
  text-align: center;
  width: 410px;
}


.footernumber a:hover {
  transition      :0.8s;
  transition-timing-function: 0.2;
  font-size       : 66px;
  fill            : black;
  stroke          : none;
  stroke-width    : .5px;
  stroke-linejoin : round;
  cursor: pointer;
}


.footernumberredirect {
  width: 100%;
  text-align: center;
  height: 65px;
  border-bottom: black;
  border-width: 2px;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  display: grid;
  justify-content: center;  
 }  

 .footernumberredirect svg {
  font-size: 40px;
  transform: translate(-5px, 10px);
  text-align: center;
  width: 410px;
  height: 100px;
}

.footernumberredirect a:hover {
  transition      :0.8s;
  transition-timing-function: 0.2;
  font-size       : 42px;
  fill            : black;
  stroke          : none;
  stroke-width    : .5px;
  stroke-linejoin : round;
}

.footer-header {
  font-family: "Century Gothic";
  font-weight: bold;
  line-height: 10px;
  padding: 10px;
  margin-left: 7px;
  display: block;
  position: sticky;
}

.infotextcontainer {
  text-align: center;
  width: 100%;
}

.infotextbox {
display: inline-grid;
width: 100%;
margin-right: 0px;
}

.infotextbox h3 {
font-size: 30px;
padding: 5px;
text-align: center;
line-height: 55px;
width: !important;
color: black;
}

.infobox:before {
content: "";
display: block;
width: 100px;
height: 2px;
background: #eada18;
left: 0;
top: 0;
}

.infonav {
  text-align: center;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  padding-top: 28px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-inline: 25px;
  padding-inline-end: 5px;
  display: block;
  width: 100%;
}

.infonav a:hover {
  color:#eada18;
  font-size: 19px;
  transition-delay: 0.6s;
  transition: 0.4s;
}

.copyright p {
text-align: center !important;
font-family: "Century Gothic !important";
font-size: 14px !important;
font-style: normal !important;
font-weight: lighter !important;
color: grey !important;
margin: 0px !important;
display: block !important;
padding: 20px !important;
padding-bottom: 35px;
line-height: 18px;
}


.trigger {
  position: absolute;
}


.contactus {
  width: 100%;
}

.contactus p {
  font-size: 20px;
}


.textpopupmsgmodal {
  width:100%;
  height: 100%;
  background-color: #eada18;
  display: block;
  z-index: 9999;
  position: fixed;
  bottom:0px;
  display: none;
}

.textboxmsg h4 {
  font-size: 60px;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: center;
  padding-top: 120px;
}

.textboxmsg h5 {
  font-size: 20px;
  font-family: "Century Gothic";
  font-weight: light;
  text-align: center;
}

.textpopupmsgmodal p {
  font-size: 12px;
  font-family: "Century Gothic";
  font-weight: lighter !important;
  text-align: center;
  padding:10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: black !important;
}

.textpopupmsgmodal img {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0px;
  margin: 0px;
  padding: 130px;
  display:none;
}

.textboxmsg {
  position:fixed;
  top: 160px;
  width: 100%;
}

.closingbutton {
  width:40px;
  height:40px;
  background-color: black;
  color: white;
  position: absolute;
  text-align: center;
  font-size: 30px;
  z-index: 9998;

}

.closingbutton:hover, .closingbutton:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}


/*************************************************************************************LIST OF SERVICES SECTION**********************************************************************************************************************/
.lstofservices_a img{
  width: 65%;
  margin: 0px;
  transform: translate(-70px, -30px);
}
  
 .lstofservices_b img{
  width: 65%;
  margin: 0px;
  transform: translate(-70px, -30px);
}

.lstofservices_c img {
  width: 65%;
  margin: 0px;
  transform: translate(-70px, -30px);
}

.lstofservices_a {
 padding-top:50px;
 justify-content: center;
 background-image: url(image_two.jpg);
 background-size: 800px;
 margin-bottom: 50px;

}

.lstofservices_b {
padding-top:50px;
justify-content: center;
background-image: url(image_one.jpg);
background-size: 760px;
margin-bottom: 50px;
} 

.lstofservices_c {
padding-top:50px;
justify-content: center;
background-image: url(image_three.jpg);
background-size: 800px;
margin-bottom: 50px;
}
  
 
/*************************************************************************************FLOATING NAV SECTION**********************************************************************************************************************/

.float {
    text-align: right;
    padding:25px;
    z-index: 9997;
    position: absolute;
    right: 0px;
  }

 .floatNavBtn { 
  width: 100px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  position: fixed;
  z-index:9999;
  right: 0px;
  bottom: 50px !important;
}

 .floatNavBtn:hover {
   color:#eada18;
   cursor: pointer;
  }

.floatNavBtn img {
   width:30px;
  }

.floatNavBtn p {
   font-size: 13px;
  }

    /******BLOG NAV*****************************************************************************************/
    
    .Blogfloat {
      text-align: right;
      padding:25px;
      z-index: 9997;
      position: absolute;
      right: 0px;
      }
  
     .BlogfloatNavBtn { 
      width: 100px;
      align-content: right;
      background-color: transparent;
      border-style: none;
      position: fixed;
      z-index:9999;
      right: 0px;
      bottom: 110px !important;
     }
  
  
     .BlogfloatNavBtn:hover {
       color:#eada18;
       cursor: pointer;
      }
   
    .BlogfloatNavBtn img {
       width:35px;
      }

      .BlogfloatNavBtn img:hover {
        width:37px;
       }
  
    .BlogfloatNavBtn p {
       font-size: 13px;
       display: none;
      }

  /******END OF BLOG NAV*****************************************************************************************/

/*************************************************************************************BLOG SECTION**********************************************************************************************************************/
.imgcarousel {
  padding:20px;
  width:100%;
  height: 100%;
  margin-left: 0px;
  height: $carousel-height;
  overflow: hidden;
  position: initial;
  top: 25px;
  background-color: transparent;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);*/
 
}

.imgcarousel img {
  width:100%;
  padding: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  top: 444px;
}


.container-text {
  display: flex;
  align-items: center;
  
}


.blogheader {
  text-align: center;
  font   : bold 40px Century Gothic, Arial;
  font-size: 20px;
  opacity: 100;
  top:20px;
  position: relative;
  background-color: white;
  width:100%;
  margin-left:5px;
}

.text-grid-blog {
  display: grid;
  width:100%;
  color: white;
  height: 400px;
  overflow-y: scroll;
  white-space: normal;
  margin-left: 0px
}

.text-grid h3 {
font-size: 18px;
color:black;
text-align: left;
padding:20px;
padding-bottom:0px;
margin-left:18px;
margin-top:30px;
/*background-color:grey;*/
}

.text-grid h4 {
  font-size: 20px;
  color: white;
  text-align: center;
  padding:20px ;
 
}

.text-grid ul {
  list-style:none;
}

.text-grid a {
  text-decoration: none;
  color: white;
  
}

.text-grid a:hover {
cursor: pointer;
background-color: #eada18;
padding:5px;
text-align: left;
transition: 0.8s;
transition-delay: 0.2s;
}

.text-box {
  background-color: transparent; 
  width:100%;
  display: block; 
}

.text-box-desktop {
  background-color: transparent;
  display: none !important;  
}

.text-box-reponsive {
  background-color: transparent; 
  width:100%;
  display: block; 
}

.text-box h1 {
  color: black;
  text-align:center;
  font-size: 20px;
  font-weight: lighter;
  padding: 35px;
  padding-top: 30px;
  padding-bottom: 10px;
  width:100%;
  margin-left: 5px;
  position: initial; 
}

.text-box h4 {
  color: black;
  text-align: left;
  margin-left: 40px;
  font-size: 15px;
  font-weight: bold;
  border-left:transparent;
  border-right:transparent;
  border-bottom:transparent;
  border-top: #eada18;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 245px;
  max-width: 345px;
  width: 100% !important;
}

.advertisehere {
  width:100%;
  background-color:transparent;
}

/*
.advertisingbanner {
  border-width: 2px;
  border-color: #eada18;
  border-style: solid;
  border-top: transparent;
  border-bottom: transparent;
  height: 450px;
}

.advertisingbanner h4 {
  color: black;
  text-align: center;
  padding:100px;
}*/



.placeholder {
  display: block;
  width: 100%;
  margin-bottom: 70px;
  
}

.blogbanner img {
width:100%;
padding-top: 20px;
}

.blogbanner {
  height: 420px;
  background-color: black;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blogbox {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  background-color:transparent;
  margin-bottom:80px;
  margin-top: -45px;
 
}

.blogbox_a {
 display: block;
 background-color: transparent;
 height:100%;
 border-style: solid;
 border-top: transparent;
 border-left: transparent;
 border-right: transparent;
 border-bottom: transparent;
 border-width: 2px;
 border-color: transparent;
}



.blogbox_b {
  display: block;
  height:100%;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-width: 2px;
  border-color: #eada18;
  margin-top: 220px;
}


.blogbox_c {
  display:block;
}


.blogbox p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  padding: 20px;
  padding-bottom: 40px;
  margin-left: 25px;
  margin-right: 25px;
  display: grid;
}

.blogbox h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:30px;
text-align: center;
padding:25px;
margin:8;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
position: absolute;
z-index: 9997;
}


.blogbox h2 {
font-size: 30px;
padding:10px;
}

.vacancies {
  text-align: center;
  display: block;
  padding: 0px;
  
}

.vacancies ul {
  list-style: none;
}

.vacancies li {
  font-weight: lighter;
  color: grey;
  font-size: 15px;
  text-align: left;
  padding: 0px;
  padding-top: 20px;
  margin-left: 25px;
}

.vacancies li a {
text-decoration: none;
color: black;
}

.vacancies li img {
  width:20px;
  display: none;
}

.vacancies button {
  text-decoration: none;
  border: none;
  width: 120px;
  padding: 5px;
  color: white;
  background-color: #eada18;
  color: black;
  font-weight: lighter;

}


.vacancies button:hover {
  width:300px;
  cursor: pointer;
  color: white;
  background-color: black;
  transition: 0.6s;
}

.vacancies p {
  min-width: 300px;
  max-width: 360px;
  width: 100% !important;
  padding: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  font-style: italic;
  font-size: 12px !important;
  justify-content: right;
  border: solid;
  border-width: 2px;
  border-color: black;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
}

.vacancies h3 {
  text-decoration: none;
  text-align: center;
  color:black;
  background-color: transparent;
  width: 100%;
  height: 45px;
  padding: 10px;
  padding-inline: 10px;
  font-size: 20px;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  border-left: black;
  border-right: black;
  border-top: black;
}

.vacancies h2 {
  color:black;
  font-size: 18px;
  font-weight: lighter;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  border-left: black;
  border-right: black;
  border-top: black;
  display: none;
}

.vacancygroup {
  width:100%;
  margin-bottom: 100px;
}


/*
#vacancytoggle {
  background-color: transparent;
  width: 300px;
  height:100%;
  position: inherit;
  z-index: 9999;
  display:none;
  animation: fadeIn 2s ,fadeOut 0.5s 60s forwards;

}
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}*/

.vacancies h3:hover {
  cursor: pointer;
  background-color: #eada18;
}



.slides {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  transition: 1s ease-in-out all;
}

.articleblock {
  display: flow-root;
  align-content: center;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 0px;
  margin-bottom: 55px;
}


.articleblocktwo {
  display: flow-root;
  align-content: center;
  margin-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
}

.one {
  width:100%;
  padding-inline-end: 0px;
  padding-bottom: 20px;
  display: block;

}

.oneadditionfeed img {
  width: 20px;
  rotate: 90;
}

.oneaddition {
  width:100%;
  background-color: white;
  height: 376px;
  margin-bottom: 80px;
}

.oneaddition h2 {
  text-align: center;
  color: black;
  margin-top: 25px;
}

.oneaddition li {
  list-style: none;
  font-size: 20px;
  text-align: center;
  padding-left: 25px !important;
  padding: 10px;
}

.oneaddition ul {
  overflow-y: scroll;
  height: 310px;
  white-space: normal;
  width: 100%;
  padding-bottom: 65px;
}

.oneaddition p {
  text-align: center;
  color: black !important;
}

.oneaddition a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.one img {
width: 100%;
padding: 0px;
margin: 0px;
margin-left: 0px;
margin-top: 0px;
}

.oneprofilefeed {
  width:100%;
  height:100%;
  padding:10px;
  background-color: white;
}

.oneprofilefeed h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 25px;
}

.oneprofilefeed p {
  font-size:15px;
  text-align:justify; 
  height: 100%;
  min-width: 300px;
  max-width: 345px;

}

.oneprofilefeed img {
  min-width: 170px;
  max-width: 240px;
  padding: 15px;
  margin-right: 80px;
  margin-left: 80px;
}

.onearchive {
text-align: center;
font-family: "Century Gothic, Arial";
font-size: 15px;
font-weight: lighter;
position: relative;
width: 100%;
margin-left: 0px;
margin-top: 0px;
border-width: 2px;
border-color: #eada18;
border-style: solid;
border-bottom: transparent;
border-right: transparent;
border-top: transparent;
background-color:white;
height: 375px;
}

.onearchive:hover {
background-color: #eada18;
transition: 0.2s;
width:100%;

}


.onearchive h3 {
font-size: 15px;
font-weight: bold;
color: black;
text-align: left;
padding: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 5px;
}

.onearchive h2 {
color: black;
text-align: left;
font-weight: lighter;
font-size: 25px;
margin-left: 15px;
margin-top: 0px;
}

.one p {
font-size:15px !important;
display: flow-root !important;
padding-top: 0px !important;
}

.one p:hover {
color: black;
}

.one p a {
text-decoration: none;
color: black;
font-weight: bold;
}


.articleblock p img {
  width: 20px !important;
  background-color: transparent;
  opacity: 1;
  padding: 0px;
  margin: 0px;
}

.articleblocktwo p img {
  width: 20px !important;
  background-color: transparent;
  opacity:1 ;
  padding: 0px;
  margin: 0px;
}

.eventbox {
  background-color: black;
  width:90px;
  height: 200px;
}

.eventbox:hover{
  width: 400px;
  transition: 0.6s;
  background-color: white;
}

.eventboxdate {
  background-color: #eada18;
  width:80px;
  height: 200px;
  position: absolute;
  z-index: 9998;
  padding-top: 20px;
}

.eventbox h3 {
  color: black;
  font-size: 20px;
  position: absolute;
  z-index: 9999;
  font-family: "Century Gothic";
  font-weight: bold;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 5px;
  margin: 10px;
  text-align: center;
}

.eventbox h4 {
  color: black;
  position: absolute;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-left: 110px;
  margin-top: 5px;
}

.eventbox p {
  color: grey;
  font-size: 15px;
  position: absolute;
  font-family: "Century Gothic";
  font-weight: lighter;
  margin: 10px;
  text-align: justify;
  margin-top: 30px;
  margin-left: 80px;
  margin-right: 25px;
}

.eventbox a {
  font-size:15px;
}



/*************************************************************************************ABOUT PAGE SECTION**********************************************************************************************************************/
.salute {
  text-align: center;
  font: bold 40px Century Gothic, Arial;
  font-size: 50px;
  opacity: 100;
  top: -10px;
  margin-left: -18px;
  position: relative;
  background-color: #eada18;
  background-image: linear-gradient(-45deg, white, white, black, black );
  background-size: 300%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  animation: animated_text 15s ease-in-out infinite;
  -moz-animation: animated_text 15s ease-in-out infinite;
  -webkit-animation: animated_text 15s ease-in-out infinite;
}


.text-grid-slogan text {
  text-align: center !important;
  font-size: 34px !important;
  padding: 10px !important;
  transform: translate(0px, -10px) !important;
}

.text-grid-slogan svg {
  width: 100%;
  line-height: 10px;
  text-align: center;
  height: 80px;
  margin-left: 28px;
}


.container-text img{
  width:375px;
  vertical-align: middle;
  display: none;

}

.container-box {
  padding:10px;
  display:inline-block;
  margin: 10px;
  min-width:360px;
  max-width:380px;
}

.container-box img {
  width: 320px !important;
  /*margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;*/
}

.hiddenBtn {
  position: relative;
  width: 100%;
  max-width: 320px !important;

}


.profile { 
  width:100%;
  padding-inline:5px;
  margin-bottom: 100px;
  /*margin-left: 10px;
  margin-right:10px;*/
  text-align: center;

}

.profilename {
  width: 320px;
  height: 55px;
  /*margin-left: 10px;
  margin-right: 10px;*/
  box-sizing: border-box;
  line-height: 45px;
  background-color: #eada18;
}


.profile h7 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 239px;
  font-weight: lighter;
  color: black;
}

.profile h6 {
  text-align: center !important;
  padding: 17px !important;
  margin: 20px;
  height: 100px;
  font-size: 20px;
}

.profile h7:hover, .profilename:hover + .profilebio {
  opacity: 1;
  transition-delay: 0.4s;
  transition: 0.9s;
  height: 267px;
  padding: 0px;
  margin: 0px;
}

.profilebio {
  opacity: 0;
  transform: translateX(-15px) !important;
  transition: transform 0.10s, opacity 0.5s;
  height: 0px;
  padding: 0px;
  margin: 0px;
}

.txtstylin {
    content: "";
    display: block;
    width: 280px;
    height: 2px;
    background: #eada18;
    margin-left: 20px;
    top: 0px;
    transform: translate(0px, -10px);
}

.socials {
  text-align: right;
  justify-content:center;
  right:5px;
  display:grid;
  padding-top: 20px;
}

.socials a {
  height:60px;
}

.socials p {
  text-align: right;
  font-weight: lighter;
  font-size: 6.5px;

}

.socialtxt {
  text-align: center;
  font-weight: lighter;
  font-size: 7.8px;
  padding:10px;
  position: absolute;

}

.socials img {
  width:80px;
  align-content: center;
}


.socials img:hover {
  opacity:0;
  transition-delay: 0.2s;
  transition: 0.9s;
  cursor: pointer;
}


.sociallinkBtnA {
  width: 80px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 20px;
}

.sociallinkBtnA:hover {
  opacity: 100;
  width:80px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 2-02.png);
  background-size:contain;
}

.sociallinkBtnB {
  width: 80px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 25px;
}

.sociallinkBtnB:hover {
  opacity: 100;
  width:80px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 3-02.png);
  background-size:contain;
}

.sociallinkBtnC {
  width: 80px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 20px;
}

.sociallinkBtnC:hover {
  opacity: 100;
  width:80px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 1-02.png);
  background-size:contain;
}

.abtstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px; 
}

.abtstyle p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:16px;
  text-align:justify;
  margin:30px;
  padding:20px;
  padding-bottom:35px;
  line-height:26px !important;
}

.abtstyle h5 {
  color:black;
  font-family: "Century Gothic";
  font-weight:bold;
  font-size:30px;
  text-align:left;
  padding:5px;
  padding-left:100px;
  margin-top:-65px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  position: absolute;
  z-index: 9997;
}

.abtstyle h2 {
  font-size: 40px;
  padding:20px;
}
 
.container-text {
  align-items: center;
  display: block;
  margin-top:-30px;
}

.hiddenBtn:hover button {
  opacity: 1;
  cursor: pointer;
  transition-delay: 15s;
  transition: 0.4s;
  width: 185px;
  height: 30px;
}


.line {
  text-align: right;
  padding: 25px;
  color: #eada18;
  line-height: 20px;
  position: relative;
  bottom: 25px;
  -webkit-animation: slideIn 2s forwards;
  -moz-animation: slideIn 2s forwards;
  animation: slideIn 2s forwards;
}

.line:before {
  content: "";
  display: block;
  width: 245px;
  height: 2px;
  background: #eada18;
  position: absolute;
  left: 0px;
  top: 50%;
}


/*************************************************************************************SERVICE PAGE STYLING SECTION**********************************************************************************************************************/

.container-flx {
  display:block !important;
  align-items: center;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.signature img {
  align-content: center;
  width: 80px;
  display: none;
} 

.signature {
  text-align: center;
  margin: 10px;
 
}

.signature:before {
  content:"";
  display:block;
  width:80px;
  height:2px;
  background:#eada18;
  position:absolute;
  left:0px; 
  top:255%;
}

.signature:after {
  content:"";
  display:block;
  width:380px;
  height:2px;
  background:#eada18;
  position:absolute;
  right:0px; 
  top:230%;
  display: none;
}

.spacer {
  background-color: #eada18;
  height: 2px;
  width: 80px;
}

.btnView {
  z-index: 5;
  margin-top:-60px;
  text-align: center;
}

.view {
  font-family: "Century Gothic";
  font-size:12px;
  z-index: 5;
  margin-bottom:60px;
  border: none;
  background: #eada18;
  width:290px;
  height:30px;
 
}

.list_a:before {
  content: "";
  display:none;
  width: 550px;
  height: 2px;
  background: #eada18;
  position: absolute;
  right: 285px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.box_a h1 {
  margin-top: 2px !important;
  margin-left: 65px !important;
  z-index: 9999;
  font-size: 27px !important;
  background-color: #eada18;
  width: 320px !important;
}


.box_b h1 {
  margin-top: -50px !important;
  margin-left: 65px !important;
  z-index: 9999;
  font-size: 27px !important;
  background-color: grey;
  width:320px !important;
}

.box_a h2, .box_b h2 {
  line-height: 0px !important;
  text-align:center;
  margin-left: 0px !important;
  font-size:30px;
  padding:10px;
}

.box_a p, .box_b p {
  justify-content: center;
  text-align: left;
  font-weight: lighter;
  font-size: 15px;
  padding: 20px;
  margin-right: -175px;
  width: 300px;
  color: black;
  margin-left: 0px !important;
  line-height: 18px;
}


 .innerbox {
  display:table;
 }

 .returnbtn {
  display: inline-flex;
  position:sticky !important;
  z-index:9999;
}

 .return {
  border: none;
  background-color: #eada18;
  min-width: 300px;
  height: 30px;
  margin-left: 80px !important;
  position: absolute;
}

.returnbtn p {
  justify-content: center;
  text-align: center !important;
  
  font-weight: lighter;
  font-size: 12px;
  padding: 10px;
  margin-left: 112px;
  margin-right: 10px;
  width: 230px !important;
  height: 30px;
  position: absolute;
  top:50px;
}

 .outerbox {
  height:100% !important;
  margin-top: 50px;
  margin-bottom: 140px !important;
  background-image: linear-gradient(to top, rgba(245, 246, 252, 0.52), white), url(image_two.jpg);
  background-size:cover !important;
  animation: animateBg 10s linear infinite alternate;
}

.outerbox_pgtwo {
  height:100% !important;
  margin-top:50px;
  margin-bottom:140px !important;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_one.jpg);
  background-size:cover !important;
  animation:animateBg 10s linear infinite alternate;
   
}

.outerbox_pgthree {
  height:100% !important;
  margin-top:50px;
  margin-bottom:140px !important;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_three.jpg);
  background-size:cover !important;
  animation:animateBg 10s linear infinite alternate;
   
}


 .list, .list_a {
  display:contents !important;
  width:100% !important;
  text-align:center;
 }

.box_a, .box_b {
  width:100px !important;
}

.twobox {
  display:contents !important;
}

.servstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px; 
}

.servstyle p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:16px;
  text-align: left;
  margin:30px;
  padding:20px;
  padding-bottom:35px;
  line-height:26px !important;
}

.servstyle h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:25px;
text-align: center;
padding:5px;
margin:8;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
position: absolute;
z-index: 9997;

}
.servstyle h2 {
  font-size: 30px;
  padding:20px;
 
}

/*************************************************************************************PORTFOLIO PAGE STYLING SECTION**********************************************************************************************************************/
/*********************************************************************************PORTFOLIO SECTION*******************************************************************************************************************************/
.boxtexthover {
  background-color:#eada18;
  width:100% !important;
  height: 290px;
  position: absolute;
  display: inline-flex;
  margin-inline: 5px;
  margin: 0px;
  opacity: 0;
}

.boxtexthover:hover {
  opacity: 60%;
  transition-duration: 2s;
  cursor: pointer;
}


.threebox {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
}


.threebox h6 {
  font-family: "Century Gothic";
  font-weight: bold;
  position: absolute;
  margin: 5px !important;
  margin-top: 100px !important;
  text-align: center;
  width:100% !important;
  font-size: 20px !important;
  line-height: 35px;
}

.threebox p {
  font-family: "Century Gothic";
  font-weight: lighter;
  margin: 20px;
  margin-top: 165px;
  width:100% !important;
  text-align: center;
  font-size: 15px !important;
}

.fourbox {
  
}

.boximg1 {
  background-color: lightgray;
  width: 100% !important;
  height: 290px;
  display: flex !important;
  margin-inline: 0px;
  margin-bottom: 3px;
  margin: 0px;
}

.boximg1 img {
 width:100%;
 padding: 5px;

}

.closingouter {
  margin-top: 30px;
  margin-bottom: 30px;
}

#threeDRender {

border-radius: 0px;
cursor: pointer;
transition: 0.3s;
}

#threeDRender:hover {
    opacity: 0.3;
}

/*
#myImg2 {

border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}
*/

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 3; /* Sit on top */
/*padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
display: none !important;
}

/* Modal Content (image) */
.modal-content {
margin: 0px;
display: block;
position: fixed;
width: 100%;
height: -webkit-fill-available;
object-fit: cover;
/*max-width: 815px;
max-height: fit-content;*/
animation: 30s ease 0s normal none infinite running slow-zoom;
display: none !important;
}

@keyframes slow-zoom {
  0% { transform: scale(1.3, 1.3) }
    50% { transform: scale(1, 1) }
    100% { transform: scale(1.3, 1.3) 
        
    }
}

/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 480px;
text-align: center;
color: white;
background: linear-gradient(335deg, black, transparent, transparent);
backdrop-filter: opacity(0.5);
padding: 10px 0;
height: 100%;
position: fixed;
top: 0px;
right: 45px;
display: none !important;
}

#caption h4 {
    text-align: center;
    padding: 10px;
    font-size: 35px;
    font-family: Century Gothic;
    font-style: bold;
    margin: 0px;
    margin-top: 55px;
    color: black;
    display: none;
}

#caption h6 {
    text-align: center;
    padding: 10px;
    margin: 0px;
    margin-top: 0px;
    font-family: Century Gothic;
    font-weight: lighter;
    font-size: 20px;
    color: white;
    display: none;
}

#caption p {
    text-align: justify;
    margin: 10px;
    margin-top: 285px;
    font-family: Century Gothic;
    font-style: italic;
    font-weight: lighter;
    font-size: 12px;
    color: white;
    overflow-y: scroll;
    height: 100px;
    padding: 10px;
    background-color: transparent;
    display: none;
}
 
#captionbox {
margin: auto;
display: block;
width: 100%;
text-align: center;
color: #ccc;
background-color: transparent;
padding: 0px;
position: fixed;
bottom: 45px;
height: 55px;
right: 0px;
display: none;
}

#captionbox h5 {
  text-align: center;
    padding: 10px;
    margin: 0px;
    margin-top: 5px;
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 20px;
    color: grey;
    display: none;
}


#watermark {
  width: 100%;
    position: fixed;
    left: 9px;
    bottom: 10px;
    display: block;
    display: none;
}


#watermark img {
  width: 145px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none;
}

#watermark p {
    font-size: 14px;
    font-weight: lighter;
    text-align: left;
    position: absolute;
    text-align: left;
    transform: rotate(270deg);
    position: absolute;
    bottom: 855px;
    right: 660px;
    width: 100%;
    color: white;
    font-style: normal;
    height: 0px;
    overflow-y: unset;
    background-color: transparent;
    backdrop-filter: none;
    display: none;
}


/* Add Animation */
#caption {  
-webkit-animation-name: slideupp;
-webkit-animation-duration: 0.6s;
animation-name: slideupp;
animation-duration: 3s;
display: none;
}

@-webkit-keyframes slideupp {
from {-webkit-transform:translate(0px, 215px)} 
to {-webkit-transform:translate(0px,0px)}
}

@keyframes slideupp {
from {transform:translate(0px, 215px)} 
to {transform:translate(0px, 0px)}
}

/* The Close Button */
.close {
position: absolute;
top: 10px;
right: 70px;
color: black;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
z-index: 2;
display: none;
}

.close:hover,
.close:focus {
color: #eada18;
text-decoration: none;
cursor: pointer;
display: none;
}
/*************************************************************************************CONTACT PAGE STYLING SECTION**********************************************************************************************************************/
.contstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px; 
}


.contstyle p {
  color:grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:16px;
  line-height: 20px;
  text-align:justify;
  padding:20px;
  padding-bottom: 40px;
  margin-top:30px;
  margin-left: 30px;
  margin-right: 30px;
}


.contstyle h5 {
  color:black;
  font-family: "Century Gothic";
  font-weight:bold;
  font-size:30px;
  text-align:left;
  padding:5px;
  padding-left:100px;
  margin-top:-65px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  position: absolute;
  z-index: 9997;
}

.contstyle h2 {
  font-size: 40px;
  padding:20px;
 
}

.container-contacttxt {
  display: initial;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 10px;
}

.container-contacttxt b {
  float: left;
  overflow: hidden;
  position: relative;
  height:45px;
  font-size:45px;
  text-align: center;
  top: -15px;
  width:100%;
}

.innertxt {
  font-weight: bold;
  color:#eada18;
  display: inline-block;
  padding-left: 10px;
  animation: textrotate 20s infinite;
  animation-delay: 1.5s;
  top: 0;
  left: 0px;
  position: relative;

}

@keyframes textrotate {
  0% { top:0px; }
  5% { top:0px; }
  10% { top:-55px; }
  15%{ top:-55px; }
  20%{ top:-120px; }
  25%{ top:-120px; }
  30% { top:-170px; }
  35%{ top:-170px; }
  40%{ top:-230px; }
  45%{ top:-230px; }
  50%{ top:-285px; }
  55%{ top:-285px; }
  60%{ top: -340px; }
  70%{ top:-340px; }
  80%{ top:-455px; }
  90%{ top:-455px; }
}




.contactform {
  width:100% !important;
  background-color: ghostwhite;
  margin-bottom:30px;
}

.enquirybox {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  color: grey;
  text-align: center !important;
  width:100% !important;
}

.inputmsgbox {
  display: inline-flex;
  padding: 10px;
  font-family: "Century Gothic";
  font-size: 12px;
  align-content: center;
  background-color: transparent;
  border: transparent;
  width:100% !important;
}

.input {
  display: inline-flex;
  height: 15px;
  padding: 10px;
  font-family: "Century Gothic";
  font-size: 12px;
  border-bottom: grey;
  border-width: 2px;
  border: transparent;
  text-align: left;
  background-color: transparent;
  width:100% !important;
}

.container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 80px;
  display: none !important;
}

.submitbtn {
  font-family: "Century Gothic";
  font-size: 12px;
  border: none;
  background: grey;
  height: 30px;
  color: white;
  width:100% !important;
}
}
/**********************************************************************************END OF MAXIMUM WIDTH 480PX MEDIA SCREEN*****************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************************/
/**********************************************************************************BEGINNING OF MAXIMUM WIDTH 768PX MEDIA SCREEN*********************************************************************************************************/
/**********************************************************************************phone to tablets responsive**************************************************************************************************************************/
@media screen and (min-width: 768px) and (max-width:834px)  {

  #mainSection {
    margin-bottom:55px;
  }

  #loadingspinner {
    background-color: transparent;
    width: 100%;
    margin:0px;
    height: 100%;
    position: initial;
    z-index: 9999;
    animation: hide 4s forwards;
    animation-delay: 2s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {

      opacity: 0;
      visibility: hidden;
    }
  }
  
  
  .spinner {
    width:100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#eada18 100%,#0000) 45% 0/15px 15px no-repeat, radial-gradient(farthest-side,#0000 calc(100% - 3px),#eada18 calc(100% - 5px)) content-box;
    animation: s6 2s infinite;
    padding: 5px;
  }
  @keyframes s6 {
    
    to {
      transform: rotate(1turn)
    }
  }
  
  .responsivespinner {
    margin: 0;
    padding-left: 220px;
    padding-right: 220px;
    padding-top: 280px;
    padding-bottom: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .logospin img {
    z-index: 9999;
    position: fixed;
    transform: translate(0px, 0px);
  }

 
  .loaderimgcontainer img {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9998;
    padding: 130px;
    margin: 5px;
    display: none;
  }



.loaderimgcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
  background-image: url(CBD-GD.LogoPrimary-05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

  
  .logospin {
    margin: 0px;
    position: absolute;
    transform: translate(0px, 0px);
    z-index: 9999;
  }
  
  .spinnercontainer {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 5px;
    background-color:white;
    z-index:9999;
    animation: hide 2s forwards;
    animation-delay: 4s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {
      opacity: 0;
      visibility: hidden;
    }
  }

      .text-grid {
        display:initial !important;
        width:385px !important;
      }

      .salute-0 {
        text-align: center;
        font: bold 40px Century Gothic, Arial;
        font-size: 25px;
        opacity: 100;
        top: -10px;
        position: relative;
        background-color: #eada18;
        width:100%;
        margin-left: 0px !important;
      }
  
  
  
  
      svg{
        font   : bold 60px Century Gothic, Arial;
        width  : 100%;
        height : 100px;
      }
      
      text{
        fill            : none;
        stroke          : black;
        stroke-width    : 1.5px;
        stroke-linejoin : round;
      }

      .sideBarNav a:hover {
        transition      :0.8s;
        transition-timing-function: 0.2;
        font-size       :65px;
        fill            : none;
        stroke          : #eada18;
        stroke-width    : .5px;
        stroke-linejoin : round;
    }

    .sideBarNav {
      font-size: 30px;
      font-family: "Century Gothic";
      font-weight: bold;
      line-height: 10px;
      padding: 10px;
      display: block;
      margin-left:10px;
      z-index: 9998;
      position:relative;
      /*position: fixed;
      bottom: 100px;*/

    }

    .sideline {
      background-color:black;
      width: 5px;
      height: 60px;
      position: absolute;
      top: 300px; 
    }
    
    .text-flow{
      width:100%;
      padding:10px;
      height: 65px;
      overflow: hidden;
      background-color: transparent;
      margin-bottom:30px;
      display:none;
    }
  
     
    .text-flow p {
      display:inline;
      display:none;
      color:black;
      font-size: 50px;
      height: 100%;
      width: 100%;
      justify-content: space-between;
    }
    .text-flow p {
      animation: imgBox 100s linear infinite;
    }
    @keyframes imgBox{
      0%{
        margin-left: 0;
      }
      100%{
        margin-left: -200%;
      }
    }

    .text-flow2{
      width:100%;
      padding:0px;
      height: 35px;
      overflow: hidden;
      border:black;
      border-width: 2px;
      border-style: solid;
      border-right: none;
      border-left: none; 
      border-bottom:none;
      width:600px;
      margin-top:20px;
      position:fixed;
      z-index: 9999;
      bottom:0px;
      background-color:transparent;
      /*background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
      url(texture.jpg);
      background-size:cover;*/
     
      }
    
  
     
    .text-flow2 p {
      font-style:normal;
      display:inline;
      color:black;
      background-color: #eada18;
      font-size: 20px;
      font-weight:bold;
      height: 100%;
      width: 100%;
      justify-content: space-between;
    }
    .text-flow2 p {
      animation: imgBox 100s linear infinite;
    }
    @keyframes imgBox{
      0%{
        margin-right: 200%;
      }
      100%{
        margin-right: 0%;
      }
    }


    .logobtn {
      border-radius: 50%;
      border-style: none;
      outline: none;
      background: transparent;
      border: 1px solid transparent;
      margin-left:-40px;
     }
  
    .logobtn img {
    width:350px;
    padding:20px;
    left:10px;
  
    }
  
    .logobtn:hover {
      cursor:pointer;
    }


  .vidlogo{
    width:100%;
    background-image:linear-gradient(to bottom, rgba(245, 246, 252, 0.52), white),
    url(texture.jpg);
    background-size:cover;
  }

.sidebarHeader {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  z-index: 9998;
  position: fixed !important;
  top: 230px !important;
  height:55px !important;
  right: -125px !important;
  line-height:0px;
  width:300px !important;
  padding: 10px;
  display: block;
  background-color:black;
  color: white;
  animation: animatePopslide 2s !important;
  transition-delay: 0.1s !important;
}

@keyframes animatePopslide {
  from {
    margin-left:55px !important;
  }
  to {
    margin-left:45px !important;
  }
}

.sidebarHeader h1 {
  padding:10px;
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 30px !important;
  text-align: center;
  position: relative;
  bottom: 7px;
}

.sidebarHeader img {
  width:25px !important;
}
 
/*************************************************************************************FOOTER STYLING SECTION**********************************************************************************************************************/
.footerbox {
  width: 100%;
  }

.footertablet {
    display:flex;
 }  

 .footerdesktop {
  display: contents;
 }

 .footeremail {
 text-align: center;
 }

 .footeremail p, .footerhours p {
  font-family: "Century Gothic !important";
  font-weight: bold !important;
  color: black !important;
  font-size: 35px !important;
  text-align: justify !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 28.8px !important;
  padding: 10px !important;
  background-color: #eada18 !important;
  display: grid !important;
  justify-content: center !important;
  width:100%;
}

.footerbusiness p, .footeraddition p {
font-family: "Century Gothic";
font-weight: bold !important;
color: grey !important;
font-size: 35px !important;
text-align: justify !important;
margin-left: 0px !important;
margin-top:-0px !important;
margin-bottom: 0px !important;
line-height: 28.8px !important ;
padding: 10px !important;
border-bottom: black;
border-width: 2px;
border-style:transparent;
border-top: transparent;
border-left: transparent;
border-right: transparent;
display: grid;
justify-content: center !important;
width:100%;
}

 .footer:before {
 content:"";
 display:block;
 width:280px;
 height:2px;
 background:#eada18;
 position:absolute;
 left:0px; 
 top:0;
}

.footernumber {
  width: 100%;
  text-align: center;
  height: 65px;
  border-bottom: black;
  border-width: 2px;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  display: grid;
  justify-content: center;  
 }  

 .footernumber svg {
  font-size: 38px;
  transform: translate(23px, 0px);
  text-align: center;
  width:100%;
}


.footernumber a:hover {
  transition      :0.8s;
  transition-timing-function: 0.2;
  font-size       : 39px;
  fill            : black;
  stroke          : none;
  stroke-width    : .5px;
  stroke-linejoin : round;
  cursor: pointer;
}

.footernumberredirect {
  width: 100%;
  text-align: center;
  height: 65px;
  border-bottom: black;
  border-width: 2px;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  display: grid;
  justify-content: center;  
 }  

 .footernumberredirect svg {
  font-size: 50px;
  transform: translate(-25px, 5px);
  text-align: center;
  width: 480px;
  height: 100px;
}

.footernumberredirect a:hover {
  transition      :0.8s;
  transition-timing-function: 0.2;
  font-size       : 52px;
  fill            : black;
  stroke          : none;
  stroke-width    : .5px;
  stroke-linejoin : round;

}

.footer-header {
  font-family: "Century Gothic";
  font-weight: bold;
  line-height: 10px;
  padding: 10px;
  margin-left: 7px;
  display: block;
  position: sticky;
}

.infotextcontainer {
  text-align: center;
  width: 100%;
}

.infotextbox {
display: inline-grid;
width: 100%;
margin-right: 0px;
}

.infotextbox h3 {
font-size: 30px;
padding: 5px;
text-align: center;
line-height: 55px;
width: 100% !important;
color: black;
}

.infobox:before {
content: "";
display: block;
width: 100px;
height: 2px;
background: #eada18;
left: 0;
top: 0;
}

.infonav {
  text-align: center;
  font-family: "Century Gothic";
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
  padding-top: 28px;
  padding-bottom: 0px;
  padding-inline: 25px;
  padding-inline-end: 5px;
  padding-left: 20px;
  display: block;
  width: 100%;
}

.infonav a:hover {
  color:#eada18;
  font-size: 20px;
  transition-delay: 0.6s;
  transition: 0.4s;
}

.copyright p {
text-align: center !important;
font-family: "Century Gothic !important";
font-size: 14px !important;
font-style: normal !important;
font-weight: lighter !important;
color: grey !important;
margin: 0px !important;
display: block !important;
padding: 20px !important;
padding-bottom: 35px;
line-height: 18px;
}

.trigger {
  position: absolute;
}


.contactus {
  width: 100%;
}

.contactus p {
  font-size: 20px;
}

.textpopupmsgmodal {
  width:100%;
  height: 100%;
  background-color: #eada18;
  display: block;
  z-index: 9999;
  position: fixed;
  bottom:0px;
  display: none;
}

.textboxmsg h4 {
  font-size: 80px;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: center;
  padding-top: 120px;
}

.textboxmsg h5 {
  font-size: 25px;
  font-family: "Century Gothic";
  font-weight: light;
  text-align: center;
}

.textpopupmsgmodal p {
  font-size: 20px;
  font-family: "Century Gothic";
  font-weight: lighter !important;
  text-align: center;
  padding:10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: black !important;
}

.textpopupmsgmodal img {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0px;
  margin: 0px;
  padding: 320px;
  display:none;
}

.textboxmsg {
  position:fixed;
  top: 400px;
  width: 100%;
}

.closingbutton {
  width:80px;
  height:80px;
  background-color: black;
  color: white;
  position: absolute;
  text-align: center;
  font-size: 30px;
  z-index: 9998;

}

.closingbutton:hover, .closingbutton:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

/********************COOKIES BOX********************************************/
#cookiePopup {
  background: #eada18;
  width: 100%;
  position: fixed;
  z-index: 9998;
  left: -5px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
}

  #cookiePopup p{
  text-align: left;
  font-size: 12px;
  color: black;
  font-family: "Century Gothic";
  font-weight: lighter;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#cookiePopup h4 {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 18px;
  margin-left: 10px;
  text-align: left;
  margin-top: 10px;
}

#acceptCookie {
  width: 200px;
  height: 40px;
  text-align: center;
  border: navajowhite;
  background-color: black;
  padding: 5px;
  /* border-radius: 10px; */
  color: white;

}

#acceptCookie:hover {
  cursor: pointer;
  background-color:white;
  color: black;
}

#declineCookie {
  width: 100px;
  height: 40px;
  text-align: center;
  border: navajowhite;
  background-color: grey;
  padding: 5px;
  /* border-radius: 10px; */
  color: white;
}

#declineCookie:hover {
  cursor: pointer;
  background-color:red;
  color: black;
}

.cookiebuttons {
  display: flex;
  margin: 10px;
  position: relative;
}
/********************COOKIES BOX********************************************/


/*************************************************************************************LIST OF SERVICES SECTION**********************************************************************************************************************/
.lstofservices_a img{
  width: 60%;
  margin: 0px;
  transform: translate(-160px, 70px);
  position: relative;
}
  
 .lstofservices_b img{
  width: 60%;
  margin: 0px;
  transform: translate(-160px, 10px);
  position: relative;
}

.lstofservices_c img {
  width: 60%;
  margin: 0px;
  transform: translate(-160px, 10px);
  position: relative;
}

.lstofservices_a {
 padding-top:50px;
 justify-content: center;
 background-image: url(image_two.jpg);
 background-size: 100%;
 margin-bottom: 50px;
 animation: animateBg 10s linear infinite alternate;

}

.lstofservices_b {
padding-top:50px;
justify-content: center;
background-image: url(image_one.jpg);
background-size: 100%;
margin-bottom: 50px;
animation: animateBg 10s linear infinite alternate;
} 

.lstofservices_c {
padding-top:50px;
justify-content: center;
background-image: url(image_three.jpg);
background-size: 100%;
margin-bottom: 50px;
animation: animateBg 10s linear infinite alternate;
}


 
/*************************************************************************************FLOATING NAV SECTION**********************************************************************************************************************/
.float {
  text-align: right;
  padding:0px;
  z-index: 9997;
  position: absolute;
  }

 .floatNavBtn { 
  width: 100px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  position: fixed;
  z-index:9999;
  right: 30px;
  bottom: 70px !important;
}

 .floatNavBtn:hover {
   color:#eada18;
   cursor: pointer;
  }

.floatNavBtn img {
   width:50px;
  }

.floatNavBtn p {
   font-size: 20px;
  }

      /******BLOG NAV*****************************************************************************************/

      .Blogfloat {
        text-align: right;
        padding:25px;
        z-index: 9998;
        position: absolute;
        }
    
       .BlogfloatNavBtn { 
        width: 100px;
        align-content: right;
        background-color: transparent;
        border-style: none;
        position: fixed;
        z-index:9999;
        right: 30px;
        bottom: 190px !important;
       }
    
    
       .BlogfloatNavBtn:hover {
         color:#eada18;
         cursor: pointer;
        }
     
      .BlogfloatNavBtn img {
         width:55px;
        }
  
        .BlogfloatNavBtn img:hover {
          width:57px;
         }
    
      .BlogfloatNavBtn p {
         font-size: 13px;
         display: none;
        }
  
    /******END OF BLOG NAV*****************************************************************************************/

  
/*************************************************************************************BLOG SECTION**********************************************************************************************************************/
.imgcarousel {
  padding:20px;
  width:100%;
  height: 100%;
  margin-left: 0px;
  height: carousel-height;
  overflow: hidden;
  position: initial;
  top: 25px;
  background-color: transparent;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);*/
 
}

.imgcarousel img {
  width:100%;
  padding: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  top: 600px;
}


.container-text {
  display: flex;
  align-items: center;
}


.blogheader {
  text-align: center;
  font   : bold, Century Gothic, Arial;
  font-size: 30px;
  opacity: 100;
  top:20px;
  position: relative;
  background-color: white;
  width:100%;
  margin-left:5px;
}

.text-grid-blog {
  display: grid;
  width:100%;
  color: white;
  height: 300px;
  overflow-y: scroll;
  white-space: normal;
  margin-left: 0px;
}

.text-grid h3 {
font-size: 18px;
color:black;
text-align: left;
padding:20px;
padding-bottom:0px;
margin-left:18px;
margin-top:30px;
/*background-color:grey;*/
}

.text-grid h4 {
  font-size: 20px;
  color: white;
  text-align: center;
  padding:20px ;
 
}

.text-grid ul {
  list-style:none;
}

.text-grid a {
  text-decoration: none;
  color: white;
  
}

.text-grid a:hover {
cursor: pointer;
background-color: #eada18;
padding:5px;
text-align: left;
transition: 0.8s;
transition-delay: 0.2s;
}


.text-box {
  background-color: transparent; 
  width:100%;
  display: block; 
}

.text-box-desktop {
  background-color: transparent;
  display: none !important;  
}

.text-box-reponsive {
  background-color: transparent; 
  width:100%;
  display: block; 
}

.text-box h1 {
  color: black;
  text-align:center;
  font-size: 25px;
  font-weight: lighter;
  padding: 35px;
  padding-top: 30px;
  padding-bottom: 10px;
  width:100%;
  margin-left: 5px;
  position: initial; 
}

.text-box h4 {
  color: black;
  text-align: left;
  margin-left: 40px;
  font-size: 18px;
  font-weight: bold;
  border-left:transparent;
  border-right:transparent;
  border-bottom:transparent;
  border-top: #eada18;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 245px;
  max-width: 685px;
  width: 100% !important;
}

.advertisehere {
  width:100%;
  background-color:transparent;
}

/*
.advertisingbanner {
  border-width: 2px;
  border-color: #eada18;
  border-style: solid;
  border-top: transparent;
  border-bottom: transparent;
  height: 450px;
}

.advertisingbanner h4 {
  color: black;
  text-align: center;
  padding:100px;
}*/



.placeholder {
  display: block;
  width: 100%; 
}

.blogbanner img {
width:100%;
padding-top: 20px;
}

.blogbanner {
  height: 420px;
  background-color: black;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blogbox {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  background-color:transparent;
  margin-bottom:80px;
  margin-top: -120px;
 
}

.blogbox_a {
 display: block;
 background-color: transparent;
 height:100%;
 border-style: solid;
 border-top: transparent;
 border-left: transparent;
 border-right: transparent;
 border-bottom: transparent;
 border-width: 2px;
 border-color: transparent;
 margin-bottom: 500px;
}



.blogbox_b {
  display: block;
  height:100%;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-width: 2px;
  border-color: #eada18;
  margin-top: 565px;
}


.blogbox_c {
  display:block;
}


.blogbox p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  padding: 20px;
  padding-bottom: 40px;
  margin-left: 25px;
  margin-right: 25px;
  display: grid;
}

.blogbox h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:30px;
text-align: center;
padding:25px;
margin:8;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
position: absolute;
z-index: 9997;
}


.blogbox h2 {
font-size: 30px;
padding:10px;
}

.vacancies {
  text-align: center;
  display: block;
  padding: 0px;
  
}

.vacancies ul {
  list-style: none;
}

.vacancies li {
  font-weight: lighter;
  color: grey;
  font-size: 15px;
  text-align: left;
  padding: 0px;
  padding-top: 20px;
  margin-left: 25px;
}

.vacancies li a {
text-decoration: none;
color: black;
}

.vacancies li img {
  width:20px;
  display: none;
}

.vacancies button {
  text-decoration: none;
  border: none;
  width: 120px;
  padding: 5px;
  color: white;
  background-color: #eada18;
  color: black;
  font-weight: lighter;

}


.vacancies button:hover {
  width:350px;
  cursor: pointer;
  color: white;
  background-color: black;
  transition: 0.6s;
}

.vacancies p {
  min-width: 300px;
  max-width: 685px;
  width: 100% !important;
  padding: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  font-style: italic;
  font-size: 12px !important;
  justify-content: right;
  border: solid;
  border-width: 2px;
  border-color: black;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
}

.vacancies h3 {
  text-decoration: none;
  text-align: center;
  color:black;
  background-color: transparent;
  width: 100%;
  height: 45px;
  padding: 10px;
  padding-inline: 10px;
  font-size: 20px;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  border-left: black;
  border-right: black;
  border-top: black;
}

.vacancies h2 {
  color:black;
  font-size: 18px;
  font-weight: lighter;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  border-left: black;
  border-right: black;
  border-top: black;
  display: none;
}

.vacancygroup {
  width:100%;
  margin-bottom: 100px;
}


/*
#vacancytoggle {
  background-color: transparent;
  width: 300px;
  height:100%;
  position: inherit;
  z-index: 9999;
  display:none;
  animation: fadeIn 2s ,fadeOut 0.5s 60s forwards;

}
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}*/

.vacancies h3:hover {
  cursor: pointer;
  background-color: #eada18;
}



.slides {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  transition: 1s ease-in-out all;
}

.articleblock {
  display: flow-root;
  align-content: center;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 0px;
  margin-bottom: 55px;
}


.articleblocktwo {
  display: flow-root;
  align-content: center;
  margin-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
}

.one {
  width:100%;
  padding-inline-end: 0px;
  padding-bottom: 20px;
  display: block;

}

.oneadditionfeed img {
  width: 20px;
  rotate: 90;
}

.oneaddition {
  width:100%;
  background-color: white;
  height: 376px;
  margin-bottom: 80px;
}

.oneaddition h2 {
  text-align: center;
  color: black;
  margin-top: 25px;
}

.oneaddition li {
  list-style: none;
  font-size: 20px;
  text-align: left;
  padding-left: 25px !important;
  padding: 10px;
}

.oneaddition ul {
  overflow-y: scroll;
  height: 310px;
  white-space: normal;
  width: 100%;
  padding-bottom: 65px;
}

.oneaddition p {
  text-align: left;
  color: black !important;
}

.oneaddition a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.one img {
width: 100%;
padding: 0px;
margin: 0px;
margin-left: 0px;
margin-top: 0px;
}

.oneprofilefeed {
  width:100%;
  height:100%;
  padding:10px;
  background-color: white;
  display: flex;
  padding-top: 30px;
}

.oneprofilefeed h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 110px;
}

.oneprofilefeed p {
  font-size:15px;
  text-align:justify; 
  height: 100%;
  min-width: 300px;
  max-width: 345px;

}

.oneprofilefeed img {
  min-width: 50px;
  max-width: 180px;
  padding: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.onearchive {
text-align: center;
font-family: "Century Gothic, Arial";
font-size: 15px;
font-weight: lighter;
position: relative;
width: 100%;
margin-left: 0px;
margin-top: 0px;
border-width: 2px;
border-color: #eada18;
border-style: solid;
border-bottom: transparent;
border-right: transparent;
border-top: transparent;
background-color:white;
height:580px;
margin-bottom:0px;
}

.onearchive:hover {
background-color: #eada18;
transition: 0.2s;
width:100%;

}


.onearchive h3 {
font-size: 18px;
font-weight: bold;
color: black;
text-align: left;
padding: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 5px;
}

.onearchive h2 {
color: black;
text-align: left;
font-weight: lighter;
font-size: 25px;
margin-left: 15px;
margin-top: 0px;
}

.one p {
font-size:17px !important;
display: flow-root !important;
padding-top: 0px !important;
}

.one p:hover {
color: black;
}

.one p a {
text-decoration: none;
color: black;
font-weight: bold;
}


.articleblock p img {
  width: 20px !important;
  background-color: transparent;
  opacity: 1;
  padding: 0px;
  margin: 0px;
}

.articleblocktwo p img {
  width: 20px !important;
  background-color: transparent;
  opacity:1 ;
  padding: 0px;
  margin: 0px;
}

.eventbox {
  background-color: black;
  width:160px;
  height: 200px;
}

.eventbox:hover{
  width: 100%;
  transition: 0.6s;
  background-color: white;
}

.eventboxdate {
  background-color: #eada18;
  width:140px;
  height: 200px;
  position: absolute;
  z-index: 9998;
  padding-top: 20px;
}

.eventbox h3 {
  color: black;
  font-size: 30px;
  position: absolute;
  z-index: 9999;
  font-family: "Century Gothic";
  font-weight: bold;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 5px;
  margin: 10px;
  text-align: center;
}

.eventbox h4 {
  color: black;
  position: absolute;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-left: 185px;
  margin-top: 5px;
}

.eventbox p {
  color: grey;
  font-size: 15px;
  position: absolute;
  font-family: "Century Gothic";
  font-weight: lighter;
  margin: 10px;
  text-align: justify;
  margin-top: 50px;
  margin-left: 165px;
  margin-right: 50px;
}

.eventbox a {
  font-size:17px;
}

/*************************************************************************************ABOUT PAGE SECTION**********************************************************************************************************************/

.text-grid a {
margin:25px;
padding:25px;
color: white;
font-weight: bold;
text-decoration: none;
background-color: #eada18;
height:75px;
}

.salute {
  text-align: center;
  font: bold 40px Century Gothic, Arial;
  font-size: 40px;
  opacity: 100;
  top: -100px;
  margin-left: 10px;
  position: relative;
  background-color: #eada18;
  background-image: linear-gradient(-45deg, white, white, black, black );
  background-size: 300%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  animation: animated_text 15s ease-in-out infinite;
  -moz-animation: animated_text 15s ease-in-out infinite;
  -webkit-animation: animated_text 15s ease-in-out infinite;
}


.text-grid-slogan text {
  text-align: center !important;
  font-size: 30px !important;
  padding: 10px !important;
  transform: translate(60px, 0px) !important;
}

.text-grid-slogan svg {
  line-height: 10px;
  text-align: center;
  height: 80px;
  margin-left: -48px;
  margin-top:120px;
  margin-bottom: 300px;
}

.text-grid-slogan {
  display:inline-block;
  margin-left: -340px;
  transform: translate(12px, 115px);
  margin-top: 0px;
  margin-bottom: 100px;
  display: none;
}

.container-text img{
  width:375px;
  vertical-align: middle;
  display: none;
}

.container-box {
  /*padding:10px;
  display:inline-block;
  margin: 10px;
  min-width:360px;
  max-width:380px;*/
  padding: 10px;
  display:inline-flex;
  margin: 10px;
  min-width: 360px;
  max-width: 100%;

}


.container-box img {
  width: 250px !important;
  /*margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;*/
}


.hiddenBtn {
  position: relative;
  width: 100%;
  max-width: 320px !important;

}

.profile { 
  width:100%;
  padding-inline:5px;
  margin-bottom: 100px;
  /*margin-left: 10px;
  margin-right:10px;*/
  text-align: center;

}

.responsivegrid {
  display:block;
}


.profilename {
  width: 250px;
  height: 55px;
  /*margin-left: 10px;
  margin-right: 10px;*/
  box-sizing: border-box;
  line-height: 45px;
  background-color: #eada18;
}


.profile h7 {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 239px;
  font-weight: lighter;
  color: black;
}

.profile h6 {
  text-align: center !important;
  padding: 17px !important;
  margin: 20px;
  height: 100px;
  font-size: 20px;
}

.profile h7:hover, .profilename:hover + .profilebio {
  opacity: 1;
  transition-delay: 0.4s;
  transition: 0.9s;
  height: 267px;
  padding: 0px;
  margin: 0px;
}

.profilebio {
  opacity: 0;
  transform: translateX(-15px) !important;
  transition: transform 0.10s, opacity 0.5s;
  height: 0px;
  padding: 0px;
  margin: 0px;
}

.txtstylin {
    content: "";
    display: block;
    width: 210px;
    height: 2px;
    background: #eada18;
    margin-left: 20px;
    top: 0px;
    transform: translate(0px, -10px);
}

.socials {
  text-align: right;
  justify-content:center;
  right:30px;
  display:flow-root;
  padding-top: 50px;
}

.socials a {
  height:60px;
}

.socials p {
  text-align: right;
  font-weight: lighter;
  font-size: 6.5px;

}

.socialtxt {
  text-align: center;
  font-weight: lighter;
  font-size: 15px;
  padding:10px;
  position: absolute;

}

.socials img {
  width:130px;
  align-content: center;
}


.socials img:hover {
  opacity:0;
  transition-delay: 0.2s;
  transition: 0.9s;
  cursor: pointer;
}


.sociallinkBtnA {
  width: 130px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 20px;
}

.sociallinkBtnA:hover {
  opacity: 100;
  width:130px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 2-02.png);
  background-size:cover;
}

.sociallinkBtnB {
  width: 130px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 25px;
}

.sociallinkBtnB:hover {
  opacity: 100;
  width:130px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 3-02.png);
  background-size:cover;
}

.sociallinkBtnC {
  width: 130px;
  align-content: right;
  background-color: transparent;
  border-style: none;
  right: 20px;
}

.sociallinkBtnC:hover {
  opacity: 100;
  width:130px;
  transition-delay: 0.20s;
  transition: 0.8s;
  background-image: url(CorBuilt\ Social\ Icons\ 1-02.png);
  background-size:cover;
}

.abtstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px; 
}

.abtstyle p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:18px;
  text-align:justify;
  margin:15px;
  padding:5px;
  padding-bottom:35px;
  line-height:26px !important;
}

.abtstyle h5 {
  color:black;
  font-family: "Century Gothic";
  font-weight:bold;
  font-size:35px;
  text-align:left;
  padding:5px;
  padding-left:10px;
  margin-bottom:270px;
  margin-left:-75px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  position: absolute;
  z-index: 9997;
}

.abtstyle h2 {
  font-size: 40px;
  padding:20px;
  margin-top:375px;
}
 
.container-text {
  align-items: center;
  display:flex;
  margin-top:-30px;
  margin-right: 40px;
}

.container-flx {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: 40px;
}

.hiddenBtn:hover button {
  opacity: 1;
  cursor: pointer;
  transition-delay: 15s;
  transition: 0.4s;
  width: 185px;
  height: 30px;
}


.line {
  text-align: right;
  padding: 25px;
  color: #eada18;
  line-height: 20px;
  position: relative;
  bottom: 25px;
  -webkit-animation: slideIn 2s forwards;
  -moz-animation: slideIn 2s forwards;
  animation: slideIn 2s forwards;
}

.line:before {
  content: "";
  display: block;
  width: 245px;
  height: 2px;
  background: #eada18;
  position: absolute;
  left: 0px;
  top: 50%;
}


/*************************************************************************************SERVICE PAGE STYLING SECTION**********************************************************************************************************************/

.container-flx {
  display:flex;
  align-items: center;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.signature img {
  align-content: center;
  width: 80px;
  display: none;
} 

.signature {
  text-align: center;
  margin: 10px;
 
}

.signature:before {
  content:"";
  display:block;
  width:80px;
  height:2px;
  background:#eada18;
  position:absolute;
  left:0px; 
  top:255%;
}

.signature:after {
  content:"";
  display:block;
  width:380px;
  height:2px;
  background:#eada18;
  position:absolute;
  right:0px; 
  top:230%;
  display: none;
}

.spacer {
  background-color: #eada18;
  height: 2px;
  width: 80px;
}

.btnView {
  z-index:9999;
  margin-top: 25px;
  text-align: center;
  position:relative;
}


.view {
  font-family: "Century Gothic";
  z-index:9999;
  font-size: 16px;
  margin-bottom: 130px;
  border: none;
  background: #eada18;
  width: 350px;
  height: 50px;
  position:inherit;
}


.list_a:before {
  content: "";
  display:none !important;
  width: 550px;
  height: 2px;
  background: #eada18;
  position: absolute;
  right: 285px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);

}

.box_a h1 {
  margin-top: 2px !important;
  margin-left: 65px !important;
  z-index: 9999;
  font-size: 30px !important;
  background-color: #eada18;
  width: 320px !important;
}


.box_b h1 {
  margin-top: -50px !important;
  margin-left: 65px !important;
  z-index: 9999;
  font-size: 30px !important;
  background-color: grey;
  width:320px !important;
}

.box_a h2, .box_b h2 {
  line-height: 0px !important;
  text-align:center;
  margin-left: 0px !important;
  font-size:30px;
  padding:10px;
}

.box_a p, .box_b p {
  justify-content: center;
  text-align: left;
  font-weight: lighter;
  font-size: 19px !important;
  padding: 20px;
  margin-right: -175px;
  width: 300px;
  color: black;
  margin-left: 0px !important;
  line-height: 18px;
}


 .innerbox {
  display:table;
 }

 .returnbtn {
  display: inline-flex;
  position:sticky !important;
  z-index:9999;
}

 .return {
  border: none;
  background-color: #eada18;
  min-width: 300px;
  height: 30px;
  margin-left: 235px !important;
  position: absolute;
}

.returnbtn p {
  justify-content: center;
  text-align: center !important;
  font-weight: lighter;
  font-size: 12px;
  padding: 10px;
  margin-left: 115px;
  margin-right: 10px;
  width: 555px !important;
  height: 30px;
  position: absolute;
  top:50px;
}

 .outerbox {
  height:100% !important;
  margin-top: 50px;
  margin-bottom: 140px !important;
  background-image: linear-gradient(to top, rgba(245, 246, 252, 0.52), white), url(image_two.jpg);
  background-size:cover !important;
  animation: animateBg 10s linear infinite alternate;
}

.outerbox_pgtwo {
  height:100% !important;
  margin-top:50px;
  margin-bottom:140px !important;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_one.jpg);
  background-size:cover !important;
  animation:animateBg 10s linear infinite alternate;
   
}

.outerbox_pgthree {
  height:100% !important;
  margin-top:50px;
  margin-bottom:140px !important;
  background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(image_three.jpg);
  background-size:cover !important;
  animation:animateBg 10s linear infinite alternate;
   
}


 .list, .list_a {
  display:contents !important;
  width:100% !important;
  text-align:center;
 }

.box_a, .box_b {
  width:100px !important;
}

.twobox {
  display:contents !important;
}

.servstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px; 
}

.servstyle p {
  color: grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:16px;
  text-align: left;
  margin:30px;
  padding:20px;
  padding-bottom:35px;
  line-height:26px !important;
}

.servstyle h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:25px;
text-align: center;
padding:5px;
margin:8;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
position: absolute;
z-index: 9997;

}
.servstyle h2 {
  font-size: 30px;
  padding:20px;
 
}

/*************************************************************************************PORTFOLIO PAGE STYLING SECTION**********************************************************************************************************************/
/*********************************************************************************PORTFOLIO SECTION*******************************************************************************************************************************/
.boxtexthover {
  background-color:transparent !important;
  width:100% !important;
  height:290px;
  position: absolute;
  display: block !important;
  margin-inline: 5px;
  margin: 0px;
  opacity: 0;
}

.boxtexthover:hover {
  opacity: 80%;
  transition-duration: 2s;
  cursor: pointer;
 
}


.threebox {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
}


.threebox h6 {
  font-family: "Century Gothic";
  font-weight: bold;
  position: absolute;
  margin: 5px !important;
  margin-top: 100px !important;
  text-align: center;
  width:100% !important;
  font-size: 20px !important;
  line-height: 35px;
}

.threebox p {
  font-family: "Century Gothic";
  font-weight: lighter;
  margin: 20px;
  margin-top: 165px;
  width:100% !important;
  text-align: center;
  font-size: 15px !important;
}

.fourbox {
  width:100%;
}

.boximg1 {
  background-color: lightgray;
  width:100% !important;
  height: 290px;
  display: flex !important;
  margin-inline: 0px;
  margin-bottom: 3px;
  margin: 0px;
}

.boximg1 img {
 width:100%;
 padding: 5px;

}

.closingouter {
  margin-top: 30px;
  margin-bottom: 30px;
}

#threeDRender {

border-radius: 0px;
cursor: pointer;
transition: 0.3s;
}

#threeDRender:hover {
    opacity: 0.3;
}

/*
#myImg2 {

border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}
*/

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 3; /* Sit on top */
/*padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
display: none !important;
}

/* Modal Content (image) */
.modal-content {
margin: 0px;
display: block;
position: fixed;
width: 100%;
height: -webkit-fill-available;
object-fit: cover;
/*max-width: 815px;
max-height: fit-content;*/
animation: 30s ease 0s normal none infinite running slow-zoom;
display: none !important;
}

@keyframes slow-zoom {
  0% { transform: scale(1.3, 1.3) }
    50% { transform: scale(1, 1) }
    100% { transform: scale(1.3, 1.3) 
        
    }
}

/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 480px;
text-align: center;
color: white;
background: linear-gradient(335deg, black, transparent, transparent);
backdrop-filter: opacity(0.5);
padding: 10px 0;
height: 100%;
position: fixed;
top: 0px;
right: 45px;
display: none !important;
}

#caption h4 {
    text-align: center;
    padding: 10px;
    font-size: 35px;
    font-family: Century Gothic;
    font-style: bold;
    margin: 0px;
    margin-top: 55px;
    color: black;
    display: none;
}

#caption h6 {
    text-align: center;
    padding: 10px;
    margin: 0px;
    margin-top: 0px;
    font-family: Century Gothic;
    font-weight: lighter;
    font-size: 20px;
    color: white;
    display: none;
}

#caption p {
    text-align: justify;
    margin: 10px;
    margin-top: 285px;
    font-family: Century Gothic;
    font-style: italic;
    font-weight: lighter;
    font-size: 12px;
    color: white;
    overflow-y: scroll;
    height: 100px;
    padding: 10px;
    background-color: transparent;
    display: none;
}
 
#captionbox {
margin: auto;
display: block;
width: 100%;
text-align: center;
color: #ccc;
background-color: transparent;
padding: 0px;
position: fixed;
bottom: 45px;
height: 55px;
right: 0px;
display: none;
}

#captionbox h5 {
  text-align: center;
    padding: 10px;
    margin: 0px;
    margin-top: 5px;
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 20px;
    color: grey;
    display: none;
}


#watermark {
  width: 100%;
    position: fixed;
    left: 9px;
    bottom: 10px;
    display: block;
    display: none;
}


#watermark img {
  width: 145px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none;
}

#watermark p {
    font-size: 14px;
    font-weight: lighter;
    text-align: left;
    position: absolute;
    text-align: left;
    transform: rotate(270deg);
    position: absolute;
    bottom: 855px;
    right: 660px;
    width: 100%;
    color: white;
    font-style: normal;
    height: 0px;
    overflow-y: unset;
    background-color: transparent;
    backdrop-filter: none;
    display: none;
}


/* Add Animation */
#caption {  
-webkit-animation-name: slideupp;
-webkit-animation-duration: 0.6s;
animation-name: slideupp;
animation-duration: 3s;
display: none;
}

@-webkit-keyframes slideupp {
from {-webkit-transform:translate(0px, 215px)} 
to {-webkit-transform:translate(0px,0px)}
}

@keyframes slideupp {
from {transform:translate(0px, 215px)} 
to {transform:translate(0px, 0px)}
}

/* The Close Button */
.close {
position: absolute;
top: 10px;
right: 70px;
color: black;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
z-index: 2;
display: none;
}

.close:hover,
.close:focus {
color: #eada18;
text-decoration: none;
cursor: pointer;
display: none;
}
/*************************************************************************************CONTACT PAGE STYLING SECTION**********************************************************************************************************************/
.contstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px; 
}


.contstyle p {
  color:grey;
  font-family: "Century Gothic";
  justify-content: center;
  font-weight: lighter;
  font-size:16px;
  line-height: 20px;
  text-align:justify;
  padding:20px;
  padding-bottom: 40px;
  margin-top:15px;
  margin-left: 15px;
  margin-right: 15px;
}


.contstyle h5 {
  color:black;
  font-family: "Century Gothic";
  font-weight:bold;
  font-size:30px;
  text-align:left;
  padding:5px;
  padding-left: 10px;
  margin-bottom: 195px;
  margin-left: -75px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  position: absolute;
  z-index: 9997;
}

.contstyle h2 {
  font-size: 40px;
  padding:20px;
  margin-top:375px;
}

.container-contacttxt {
  display:flex;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 10px;
}

.container-contacttxt b {
  float: left;
  overflow: hidden;
  position: relative;
  height:45px;
  font-size:45px;
  text-align: center;
  top: -15px;
  width:100%;
}

.innertxt {
  font-weight: bold;
  color:#eada18;
  display: inline-block;
  padding-left: 10px;
  animation: textrotate 20s infinite;
  animation-delay: 1.5s;
  top: 0;
  left: 0px;
  position: relative;

}

@keyframes textrotate {
  0% { top:0px; }
  5% { top:0px; }
  10% { top:-55px; }
  15%{ top:-55px; }
  20%{ top:-120px; }
  25%{ top:-120px; }
  30% { top:-170px; }
  35%{ top:-170px; }
  40%{ top:-230px; }
  45%{ top:-230px; }
  50%{ top:-285px; }
  55%{ top:-285px; }
  60%{ top: -340px; }
  70%{ top:-340px; }
  80%{ top:-455px; }
  90%{ top:-455px; }
}




.contactform {
  width:100% !important;
  background-color: ghostwhite;
  margin-bottom:30px;
}

.enquirybox {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  color: grey;
  text-align:left !important;
  width:100% !important;
}

.inputmsgbox {
  display: inline-flex;
  padding: 10px;
  font-family: "Century Gothic";
  font-size: 12px;
  align-content: center;
  background-color: transparent;
  border: transparent;
  width:100% !important;
}

.input {
  display: inline-flex;
  height: 15px;
  padding: 10px;
  font-family: "Century Gothic";
  font-size: 12px;
  border-bottom: grey;
  border-width: 2px;
  border: transparent;
  text-align: left;
  background-color: transparent;
  width:100% !important;
}

.submitbtn {
  font-family: "Century Gothic";
  font-size: 12px;
  border: none;
  background: grey;
  height: 30px;
  color: white;
  width:100% !important;
}

.container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 80px;
  display: none !important;
}
}
/**********************************************************************************END OF MAXIMUM WIDTH 834PX MEDIA SCREEN*****************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************************/
/**********************************************************************************BEGINNING OF MAXIMUM WIDTH 884PX MEDIA SCREEN*********************************************************************************************************/
/**********************************************************************************special tablets responsive**************************************************************************************************************************/
@media screen and (min-width: 884px) and (max-width: 884px) {
  
  #loadingspinner {
    background-color: transparent;
    width: 100%;
    margin:0px;
    height: 100%;
    position: initial;
    z-index: 9999;
    animation: hide 10s forwards;
    animation-delay: 5s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {

      opacity: 0;
      visibility: hidden;
    }
  }
  
  
  .spinner {
    width:100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#eada18 100%,#0000) 45% 0/15px 15px no-repeat, radial-gradient(farthest-side,#0000 calc(100% - 2px),#eada18 calc(100% - 2px)) content-box;
    animation: s6 2s infinite;
    padding: 5px;
  }
  @keyframes s6 {
    
    to {
      transform: rotate(1turn)
    }
  }
  
  .responsivespinner {
    margin: 0;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 280px;
    padding-bottom: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .logospin img {
    z-index: 9999;
    position: fixed;
    transform: translate(0px, 0px);
  }

 
  .loaderimgcontainer img {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9996;
    padding: 130px;
    margin: 5px;
    display: none;
  }



.loaderimgcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
  background-image: url(CBD-GD.LogoPrimary-05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

  
  .logospin {
    margin: 0px;
    position: absolute;
    transform: translate(0px, 0px);
    z-index: 9999;
  }
  
  .spinnercontainer {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 5px;
    background-color:white;
    z-index:9999;
    animation: hide 5s forwards;
    animation-delay: 10s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {
      opacity: 0;
      visibility: hidden;
    }
  }
 
  .text-grid {
    display:initial !important;
    width: 385px !important;
  }

  .salute-0 {
    text-align: center;
    font: bold 40px Century Gothic, Arial;
    font-size: 25px;
    opacity: 100;
    top: -10px;
    position: relative;
    background-color: #eada18;
    width:100%;
    margin-left: 0px !important;
  }




  svg{
    font   : bold 50px Century Gothic, Arial;
    width  : 100%;
    height : 100px;
  }
  
  text{
    fill            : none;
    stroke          : black;
    stroke-width    : 1.5px;
    stroke-linejoin : round;
  }

  .sideBarNav a:hover {
    transition      :0.8s;
    transition-timing-function: 0.2;
    font-size       :51px;
    fill            : none;
    stroke          : #eada18;
    stroke-width    : .5px;
    stroke-linejoin : round;
}

.sideBarNav {
  font-size: 30px;
  font-family: "Century Gothic";
  font-weight: bold;
  line-height: 10px;
  padding: 10px;
  display: block;
  margin-left:10px;
  z-index: 9998;
  position:relative;
  /*position: fixed;
  bottom: 100px;*/

}

.sideline {
  background-color:black;
  width: 5px;
  height: 60px;
  position: absolute;
  top: 300px; 
}

.text-flow{
  width:100%;
  padding:10px;
  height: 65px;
  overflow: hidden;
  background-color: transparent;
  margin-bottom:30px;
  display:none;
}

 
.text-flow p {
  display:inline;
  display:none;
  color:black;
  font-size: 50px;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.text-flow p {
  animation: imgBox 100s linear infinite;
}
@keyframes imgBox{
  0%{
    margin-left: 0;
  }
  100%{
    margin-left: -200%;
  }
}

.text-flow2{
  width:100%;
  padding:0px;
  height: 40px;
  overflow: hidden;
  border:black;
  border-width: 2px;
  border-style: solid;
  border-right: none;
  border-left: none; 
  border-bottom:none;
  width:600px;
  margin-top:20px;
  position:fixed;
  z-index: 9999;
  bottom:0px;
  background-color:transparent;
  /*background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(texture.jpg);
  background-size:cover;*/
 
  }


 
.text-flow2 p {
  font-style:normal;
  display:inline;
  color:black;
  background-color: #eada18;
  font-size: 30px;
  font-weight:bold;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.text-flow2 p {
  animation: imgBox 100s linear infinite;
}
@keyframes imgBox{
  0%{
    margin-right: 200%;
  }
  100%{
    margin-right: 0%;
  }
}


.logobtn {
  border-radius: 50%;
  border-style: none;
  outline: none;
  background: transparent;
  border: 1px solid transparent;
  margin-left:-40px;
 }

.logobtn img {
width:300px;
padding:20px;
left:10px;

}

.logobtn:hover {
  cursor:pointer;
}


.vidlogo{
width:100%;
background-image:linear-gradient(to bottom, rgba(245, 246, 252, 0.52), white),
url(texture.jpg);
background-size:cover;
}

.sidebarHeader {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
z-index: 9998;
position: fixed !important;
top: 230px !important;
height:55px !important;
right: -125px !important;
line-height:0px;
width:300px !important;
position: !important;
padding: 10px;
display: block;
background-color:black;
color: white;
animation: animatePopslide 2s !important;
transition-delay: 0.1s !important;
}

@keyframes animatePopslide {
from {
margin-left:55px !important;
}
to {
margin-left:45px !important;
}
}

.sidebarHeader h1 {
padding:10px;
font-family: "Century Gothic";
font-weight: bold;
font-size: 30px !important;
text-align: center;
position: relative;
bottom: 7px;
}

.sidebarHeader img {
width:25px !important;
}

/*************************************************************************************FOOTER STYLING SECTION**********************************************************************************************************************/
.footerbox {
width: 100%;
}

.footertablet {
display:flex;
}  

.footerdesktop {
display: contents;
}

.footeremail {
text-align: center;
}

.footeremail p, .footerhours p {
font-family: "Century Gothic !important";
font-weight: bold !important;
color: black !important;
font-size: 35px !important;
text-align: justify !important;
margin-left: 0px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
line-height: 28.8px !important;
padding: 10px !important;
background-color: #eada18 !important;
display: grid !important;
justify-content: center !important;
width:100%;
}

.footerbusiness p, .footeraddition p {
font-family: "Century Gothic";
font-weight: bold !important;
color: grey !important;
font-size: 35px !important;
text-align: justify !important;
margin-left: 0px !important;
margin-top:-0px !important;
margin-bottom: 0px !important;
line-height: 28.8px !important ;
padding: 10px !important;
border-bottom: black;
border-width: 2px;
border-style:transparent;
border-top: transparent;
border-left: transparent;
border-right: transparent;
display: grid !important;
justify-content: center !important;
width:100%;
}

.footer:before {
content:"";
display:block;
width:280px;
height:2px;
background:#eada18;
position:absolute;
left:0px; 
top:0;
}

.footernumber {
width: 100%;
text-align: center;
height: 65px;
border-bottom: black;
border-width: 2px;
border-style: solid;
border-top: transparent;
border-left: transparent;
border-right: transparent;
display: grid;
justify-content: center;  
} 


.footernumber svg {
font-size: 38px;
transform: translate(23px, 0px);
text-align: center;
width:100%;
}


.footernumber a:hover {
transition      :0.8s;
transition-timing-function: 0.2;
font-size       : 39px;
fill            : black;
stroke          : none;
stroke-width    : .5px;
stroke-linejoin : round;
cursor: pointer;
}

.footernumberredirect {
  width: 100%;
  text-align: center;
  height: 65px;
  border-bottom: black;
  border-width: 2px;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  display: grid;
  justify-content: center;  
 }  

 .footernumberredirect svg {
  font-size: 50px;
  transform: translate(-45px, 5px);
  text-align: center;
  width: 500px;
  height: 100px;
}

.footernumberredirect a:hover {
  transition      :0.8s;
  transition-timing-function: 0.2;
  font-size       : 52px;
  fill            : black;
  stroke          : none;
  stroke-width    : .5px;
  stroke-linejoin : round;
}

.footer-header {
font-family: "Century Gothic";
font-weight: bold;
line-height: 10px;
padding: 10px;
margin-left: 7px;
display: block;
position: sticky;
}

.infotextcontainer {
text-align: center;
width: 100%;
}

.infotextbox {
display: inline-grid;
width: 100%;
margin-right: 0px;
margin-bottom:0px;
}

.infotextbox h3 {
font-size: 30px;
padding: 5px;
text-align: center;
line-height: 55px;
width: 100% !important;
color: black;
}

.infobox:before {
content: "";
display: block;
width: 100px;
height: 2px;
background: #eada18;
left: 0;
top: 0;
}

.infonav {
text-align: center;
font-family: "Century Gothic";
font-size: 19px;
font-style: normal;
font-weight: bold;
padding-top: 28px;
padding-bottom: 0px;
padding-left: 20px;
padding-inline: 25px;
padding-inline-end: 5px;
display: block;
width: 100%;
z-index: 9999;

}

.infonav a:hover {
color:#eada18;
font-size: 20px;
transition-delay: 0.6s;
transition: 0.4s;
}

.copyright p {
text-align: center !important;
font-family: "Century Gothic !important";
font-size: 14px !important;
font-style: normal !important;
font-weight: lighter !important;
color: grey !important;
margin: 0px !important;
margin-top:0px !important;
display: block !important;
padding: 20px !important;
/*padding-bottom: 35px;
line-height: 18px;*/
padding-bottom: 35px;
line-height:26px;
}


.trigger {
  position: absolute;
}


.contactus {
  width: 100%;
}

.contactus p {
  font-size: 20px;
}

.textpopupmsgmodal {
  width:100%;
  height: 100%;
  background-color: #eada18;
  display: block;
  z-index: 9999;
  position: fixed;
  bottom:0px;
  display: none;
}

.textboxmsg h4 {
  font-size: 80px;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: center;
  padding-top: 120px;
}

.textboxmsg h5 {
  font-size: 25px;
  font-family: "Century Gothic";
  font-weight: light;
  text-align: center;
}

.textpopupmsgmodal p {
  font-size: 20px;
  font-family: "Century Gothic";
  font-weight: lighter !important;
  text-align: center;
  padding:10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: black !important;
}

.textpopupmsgmodal img {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0px;
  margin: 0px;
  padding: 320px;
  display:none;
}

.textboxmsg {
  position:fixed;
  top: 450px;
  width: 100%;
}

.closingbutton {
  width:80px;
  height:80px;
  background-color: black;
  color: white;
  position: absolute;
  text-align: center;
  font-size: 30px;
  z-index: 9998;

}

.closingbutton:hover, .closingbutton:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

/********************COOKIES BOX********************************************/
#cookiePopup {
  background: #eada18;
  width: 100%;
  position: fixed;
  z-index: 9998;
  left: -5px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
}

  #cookiePopup p{
  text-align: left;
  font-size: 12px;
  color: black;
  font-family: "Century Gothic";
  font-weight: lighter;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#cookiePopup h4 {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 18px;
  margin-left: 10px;
  text-align: left;
  margin-top: 10px;
}

#acceptCookie {
  width: 200px;
  height: 40px;
  text-align: center;
  border: navajowhite;
  background-color: black;
  padding: 5px;
  /* border-radius: 10px; */
  color: white;

}

#acceptCookie:hover {
  cursor: pointer;
  background-color:white;
  color: black;
}

#declineCookie {
  width: 100px;
  height: 40px;
  text-align: center;
  border: navajowhite;
  background-color: grey;
  padding: 5px;
  /* border-radius: 10px; */
  color: white;
}

#declineCookie:hover {
  cursor: pointer;
  background-color:red;
  color: black;
}

.cookiebuttons {
  display: flex;
  margin: 10px;
  position: relative;
}
/********************COOKIES BOX********************************************/


/*************************************************************************************LIST OF SERVICES SECTION**********************************************************************************************************************/
.lstofservices_a img{
width: 60%;
margin: 0px;
transform: translate(-160px, 70px);
position: relative;
}

.lstofservices_b img{
width: 60%;
margin: 0px;
transform: translate(-160px, 10px);
position: relative;
}

.lstofservices_c img {
width: 60%;
margin: 0px;
transform: translate(-160px, 10px);
position: relative;
}

.lstofservices_a {
padding-top:50px;
justify-content: center;
background-image: url(image_two.jpg);
background-size: 100%;
margin-bottom: 50px;
animation: animateBg 10s linear infinite alternate;

}

.lstofservices_b {
padding-top:50px;
justify-content: center;
background-image: url(image_one.jpg);
background-size: 100%;
margin-bottom: 50px;
animation: animateBg 10s linear infinite alternate;
} 

.lstofservices_c {
padding-top:50px;
justify-content: center;
background-image: url(image_three.jpg);
background-size: 865px;
margin-bottom: 50px;
animation: animateBg 10s linear infinite alternate;
}



/*************************************************************************************FLOATING NAV SECTION**********************************************************************************************************************/
.float {
text-align: right;
padding:0px;
z-index: 9997;
position: absolute;
}

.floatNavBtn { 
width: 100px;
align-content: right;
background-color: transparent;
border-style: none;
position: fixed;
z-index:9999;
right: 30px;
bottom: 70px !important;
}

.floatNavBtn:hover {
color:#eada18;
cursor: pointer;
}

.floatNavBtn img {
width:50px;
}

.floatNavBtn p {
font-size: 20px;
}


    /******BLOG NAV*****************************************************************************************/

    .Blogfloat {
      text-align: right;
      padding:25px;
      z-index: 9998;
      position: absolute;
      }
  
     .BlogfloatNavBtn { 
      width: 100px;
      align-content: right;
      background-color: transparent;
      border-style: none;
      position: fixed;
      z-index:9999;
      right: 30px;
      bottom: 190px !important;
     }
  
  
     .BlogfloatNavBtn:hover {
       color:#eada18;
       cursor: pointer;
      }
   
    .BlogfloatNavBtn img {
       width:55px;
      }

      .BlogfloatNavBtn img:hover {
        width:57px;
       }
  
    .BlogfloatNavBtn p {
       font-size: 13px;
       display: none;
      }

  /******END OF BLOG NAV*****************************************************************************************/
/*************************************************************************************BLOG SECTION**********************************************************************************************************************/
.BLOG {
width:100%;
text-align: center;
font-size: 15px;
position: relative;
}

.BLOG img {
width:100%;
display: none;

}


.BLOG h3 {
color: #eada18;
font-weight: bold;
line-height:70px;
position: relative;
bottom: 90px;

}

/*************************************************************************************ABOUT PAGE SECTION**********************************************************************************************************************/

.text-grid a {
margin:20px;
padding:25px;
color:white;
font-weight: bold;
text-decoration: none;
background-color: #eada18;
height:75px;
}

.salute {
text-align: center;
font: bold 40px Century Gothic, Arial;
font-size: 40px;
opacity: 100;
top: -100px;
margin-left: 10px;
position: relative;
background-color: #eada18;
background-image: linear-gradient(-45deg, white, white, black, black );
background-size: 300%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
animation: animated_text 15s ease-in-out infinite;
-moz-animation: animated_text 15s ease-in-out infinite;
-webkit-animation: animated_text 15s ease-in-out infinite;
}


.text-grid-slogan text {
text-align: center !important;
font-size: 30px !important;
padding: 10px !important;
transform: translate(60px, 0px) !important;
}

.text-grid-slogan svg {
line-height: 10px;
text-align: center;
height: 80px;
margin-left: -48px;
margin-top:120px;
margin-bottom: 300px;
}

.text-grid-slogan {
display:inline-block;
margin-left: -340px;
transform: translate(12px, 115px);
margin-top: 0px;
margin-bottom: 100px;
display: none;
}

.container-text img{
width:375px;
vertical-align: middle;
display: none;
}

.container-box {
/*padding:10px;
display:inline-block;
margin: 10px;
min-width:360px;
max-width:380px;*/
padding: 10px;
display:inline-flex;
margin: 10px;
min-width: 360px;
max-width: 100%;

}


.container-box img {
width: 250px !important;
/*margin-top: 10px;
margin-left: 10px;
margin-right: 10px;*/
}


.hiddenBtn {
position: relative;
width: 100%;
max-width: 320px !important;

}

.profile { 
width:100%;
padding-inline:5px;
margin-bottom: 100px;
/*margin-left: 10px;
margin-right:10px;*/
text-align: center;

}

.responsivegrid {
display:block;
}


.profilename {
width: 250px;
height: 55px;
/*margin-left: 10px;
margin-right: 10px;*/
box-sizing: border-box;
line-height: 45px;
background-color: #eada18;
}


.profile h7 {
font-size: 20px;
text-align: center;
display: inline-block;
width: 239px;
font-weight: lighter;
color: black;
}

.profile h6 {
text-align: center !important;
padding: 17px !important;
margin: 20px;
height: 100px;
font-size: 20px;
}

.profile h7:hover, .profilename:hover + .profilebio {
opacity: 1;
transition-delay: 0.4s;
transition: 0.9s;
height: 267px;
padding: 0px;
margin: 0px;
}

.profilebio {
opacity: 0;
transform: translateX(-15px) !important;
transition: transform 0.10s, opacity 0.5s;
height: 0px;
padding: 0px;
margin: 0px;
}

.txtstylin {
content: "";
display: block;
width: 210px;
height: 2px;
background: #eada18;
margin-left: 20px;
top: 0px;
transform: translate(0px, -10px);
}

.socials {
text-align: right;
justify-content:center;
right:30px;
display:flow-root;
padding-top: 50px;
}

.socials a {
height:60px;
}

.socials p {
text-align: right;
font-weight: lighter;
font-size: 6.5px;

}

.socialtxt {
text-align: center;
font-weight: lighter;
font-size: 15px;
padding:10px;
position: absolute;

}

.socials img {
width:130px;
align-content: center;
}


.socials img:hover {
opacity:0;
transition-delay: 0.2s;
transition: 0.9s;
cursor: pointer;
}


.sociallinkBtnA {
width: 130px;
align-content: right;
background-color: transparent;
border-style: none;
right: 20px;
}

.sociallinkBtnA:hover {
opacity: 100;
width:130px;
transition-delay: 0.20s;
transition: 0.8s;
background-image: url(CorBuilt\ Social\ Icons\ 2-02.png);
background-size:cover;
}

.sociallinkBtnB {
width: 130px;
align-content: right;
background-color: transparent;
border-style: none;
right: 25px;
}

.sociallinkBtnB:hover {
opacity: 100;
width:130px;
transition-delay: 0.20s;
transition: 0.8s;
background-image: url(CorBuilt\ Social\ Icons\ 3-02.png);
background-size:cover;
}

.sociallinkBtnC {
width: 130px;
align-content: right;
background-color: transparent;
border-style: none;
right: 20px;
}

.sociallinkBtnC:hover {
opacity: 100;
width:130px;
transition-delay: 0.20s;
transition: 0.8s;
background-image: url(CorBuilt\ Social\ Icons\ 1-02.png);
background-size:cover;
}

.abtstyle {
font-family: "Century Gothic";
font-style: bold;
font-size: 30px;
text-align: right;
padding-top:10px;
height:300px; 
}

.abtstyle p {
color: grey;
font-family: "Century Gothic";
justify-content: center;
font-weight: lighter;
font-size:18px;
text-align:justify;
margin:15px;
padding:5px;
padding-bottom:35px;
line-height:26px !important;
}

.abtstyle h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:35px;
text-align:left;
padding:5px;
padding-left:10px;
margin-bottom:270px;
margin-left:-75px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
position: absolute;
z-index: 9997;
}

.abtstyle h2 {
font-size: 40px;
padding:20px;
margin-top:375px;
}

.container-text {
align-items: center;
display:flex;
margin-top:-30px;
margin-right: 40px;
}

.container-flx {
display: flex;
align-items: center;
padding-top: 50px;
padding-bottom: 50px;
margin-right: 40px;
}

.hiddenBtn:hover button {
opacity: 1;
cursor: pointer;
transition-delay: 15s;
transition: 0.4s;
width: 185px;
height: 30px;
}


.line {
text-align: right;
padding: 25px;
color: #eada18;
line-height: 20px;
position: relative;
bottom: 25px;
-webkit-animation: slideIn 2s forwards;
-moz-animation: slideIn 2s forwards;
animation: slideIn 2s forwards;
}

.line:before {
content: "";
display: block;
width: 245px;
height: 2px;
background: #eada18;
position: absolute;
left: 0px;
top: 50%;
}


/*************************************************************************************SERVICE PAGE STYLING SECTION**********************************************************************************************************************/

.container-flx {
display:flex;
align-items: center;
padding-top: 15px !important;
padding-bottom: 15px !important;
}

.signature img {
align-content: center;
width: 80px;
display: none;
} 

.signature {
text-align: center;
margin: 10px;

}

.signature:before {
content:"";
display:block;
width:80px;
height:2px;
background:#eada18;
position:absolute;
left:0px; 
top:255%;
}

.signature:after {
content:"";
display:block;
width:380px;
height:2px;
background:#eada18;
position:absolute;
right:0px; 
top:230%;
display: none;
}

.spacer {
background-color: #eada18;
height: 2px;
width: 80px;
}

.btnView {
z-index:9999;
margin-top: 25px;
text-align: center;
position:relative;
}


.view {
font-family: "Century Gothic";
z-index:9999;
font-size: 16px;
margin-bottom: 130px;
border: none;
background: #eada18;
width: 350px;
height: 50px;
position:inherit;
}


.list_a:before {
content: "";
display:none !important;
width: 550px;
height: 2px;
background: #eada18;
position: absolute;
right: 285px;
top: 50%;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);

}

.box_a h1 {
margin-top: 2px !important;
margin-left: 65px !important;
z-index: 9999;
font-size: 30px !important;
background-color: #eada18;
width: 320px !important;
}


.box_b h1 {
margin-top: -50px !important;
margin-left: 65px !important;
z-index: 9999;
font-size: 30px !important;
background-color: grey;
width:320px !important;
}

.box_a h2, .box_b h2 {
line-height: 0px !important;
text-align:center;
margin-left: 0px !important;
font-size:30px;
padding:10px;
}

.box_a p, .box_b p {
justify-content: center;
text-align: left;
font-weight: lighter;
font-size: 19px !important;
padding: 20px;
margin-right: -175px;
width: 300px;
color: black;
margin-left: 0px !important;
line-height: 18px;
}


.innerbox {
display:table;
}

.returnbtn {
display: inline-flex;
position:sticky !important;
z-index:9999;
}

.return {
border: none;
background-color: #eada18;
min-width: 300px;
height: 30px;
margin-left: 300px !important;
position: absolute;
}

.returnbtn p {
justify-content: center;
text-align: center !important;
font-weight: lighter;
font-size: 12px;
padding: 10px;
margin-left: 150px !important;
margin-right: 10px;
width: 600px !important;
height: 30px;
position: absolute;
top:50px;
}

.outerbox {
height:100% !important;
margin-top: 50px;
margin-bottom: 100px !important;
background-image: linear-gradient(to top, rgba(245, 246, 252, 0.52), white), url(image_two.jpg);
background-size:cover !important;
animation: animateBg 10s linear infinite alternate;
}

.outerbox_pgtwo {
height:100% !important;
margin-top:50px;
margin-bottom:140px !important;
background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
url(image_one.jpg);
background-size:cover !important;
animation:animateBg 10s linear infinite alternate;

}

.outerbox_pgthree {
height:100% !important;
margin-top:50px;
margin-bottom:140px !important;
background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
url(image_three.jpg);
background-size:cover !important;
animation:animateBg 10s linear infinite alternate;

}


.list, .list_a {
display:contents !important;
width:100% !important;
text-align:center;
}

.box_a, .box_b {
width:200px !important;
}

.twobox {
display:contents !important;
}

.servstyleservices {
font-family: "Century Gothic";
font-style: bold;
font-size: 30px;
text-align: initial;
padding-top:10px;
height:100%;
}

.servstyle {
  font-family: "Century Gothic";
  font-style: bold;
  font-size: 30px;
  text-align: right;
  padding-top:10px;
  height:300px;
}

.servstyleservices p {
color:black;
font-family: "Century Gothic";
justify-content: center;
font-weight: lighter;
font-size:18px;
text-align: justify;
margin:0px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
padding-bottom:0px;
line-height:26px !important;
display: block;
}



.servstyle h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:25px;
text-align: center;
padding:5px;
margin:8;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
position: absolute;
z-index: 9997;

}
.servstyle h2 {
font-size: 30px;
padding:20px;

}

/*************************************************************************************PORTFOLIO PAGE STYLING SECTION**********************************************************************************************************************/
/*********************************************************************************PORTFOLIO SECTION*******************************************************************************************************************************/

.boxtexthover {
  background-color:transparent !important;
  width:100% !important;
  height:290px;
  position: absolute;
  display: block !important;
  margin-inline: 5px;
  margin: 0px;
  opacity: 0;
}

.boxtexthover:hover {
  opacity: 80%;
  transition-duration: 2s;
  cursor: pointer;
 
}


.threebox {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
}


.threebox h6 {
  font-family: "Century Gothic";
  font-weight: bold;
  position: absolute;
  margin: 5px !important;
  margin-top: 100px !important;
  text-align: center;
  width:100% !important;
  font-size: 20px !important;
  line-height: 35px;
}

.threebox p {
  font-family: "Century Gothic";
  font-weight: lighter;
  margin: 20px;
  margin-top: 165px;
  width:100% !important;
  text-align: center;
  font-size: 15px !important;
}

.fourbox {
  width:100%;
}

.boximg1 {
  background-color: lightgray;
  width:100% !important;
  height: 290px;
  display: flex !important;
  margin-inline: 0px;
  margin: 0px;
}

.boximg1 img {
 width:100%;
 padding: 5px;

}

.closingouter {
  margin-top: 30px;
  margin-bottom: 30px;
}

#threeDRender {

border-radius: 0px;
cursor: pointer;
transition: 0.3s;
}

#threeDRender:hover {
    opacity: 0.3;
}

/*
#myImg2 {

border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}
*/

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 3; /* Sit on top */
/*padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
display: none !important;
}

/* Modal Content (image) */
.modal-content {
margin: 0px;
display: block;
position: fixed;
width: 100%;
height: -webkit-fill-available;
object-fit: cover;
/*max-width: 815px;
max-height: fit-content;*/
animation: 30s ease 0s normal none infinite running slow-zoom;
display: none !important;
}

@keyframes slow-zoom {
  0% { transform: scale(1.3, 1.3) }
    50% { transform: scale(1, 1) }
    100% { transform: scale(1.3, 1.3) 
        
    }
}

/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 480px;
text-align: center;
color: white;
background: linear-gradient(335deg, black, transparent, transparent);
backdrop-filter: opacity(0.5);
padding: 10px 0;
height: 100%;
position: fixed;
top: 0px;
right: 45px;
display: none;
}

#caption h4 {
    text-align: center;
    padding: 10px;
    font-size: 35px;
    font-family: Century Gothic;
    font-style: bold;
    margin: 0px;
    margin-top: 55px;
    color: black;
    display: none;
}

#caption h6 {
    text-align: center;
    padding: 10px;
    margin: 0px;
    margin-top: 0px;
    font-family: Century Gothic;
    font-weight: lighter;
    font-size: 20px;
    color: white;
    display: none;
}

#caption p {
    text-align: justify;
    margin: 10px;
    margin-top: 285px;
    font-family: Century Gothic;
    font-style: italic;
    font-weight: lighter;
    font-size: 12px;
    color: white;
    overflow-y: scroll;
    height: 100px;
    padding: 10px;
    background-color: transparent;
    display: none;
}
 
#captionbox {
margin: auto;
display: block;
width: 100%;
text-align: center;
color: #ccc;
background-color: transparent;
padding: 0px;
position: fixed;
bottom: 45px;
height: 55px;
right: 0px;
display: none;
}

#captionbox h5 {
  text-align: center;
    padding: 10px;
    margin: 0px;
    margin-top: 5px;
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 20px;
    color: grey;
    display: none;
}


#watermark {
  width: 100%;
    position: fixed;
    left: 9px;
    bottom: 10px;
    display: block;
    display: none;
}


#watermark img {
  width: 145px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none;
}

#watermark p {
    font-size: 14px;
    font-weight: lighter;
    text-align: left;
    position: absolute;
    text-align: left;
    transform: rotate(270deg);
    position: absolute;
    bottom: 855px;
    right: 660px;
    width: 100%;
    color: white;
    font-style: normal;
    height: 0px;
    overflow-y: unset;
    background-color: transparent;
    backdrop-filter: none;
    display: none;
}


/* Add Animation */
#caption {  
-webkit-animation-name: slideupp;
-webkit-animation-duration: 0.6s;
animation-name: slideupp;
animation-duration: 3s;
display: none;
}

@-webkit-keyframes slideupp {
from {-webkit-transform:translate(0px, 215px)} 
to {-webkit-transform:translate(0px,0px)}
}

@keyframes slideupp {
from {transform:translate(0px, 215px)} 
to {transform:translate(0px, 0px)}
}

/* The Close Button */
.close {
position: absolute;
top: 10px;
right: 70px;
color: black;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
z-index: 2;
display: none;
}

.close:hover,
.close:focus {
color: #eada18;
text-decoration: none;
cursor: pointer;
display: none;
}
  
  
  
/*************************************************************************************CONTACT PAGE STYLING SECTION**********************************************************************************************************************/
.contstyle {
font-family: "Century Gothic";
font-style: bold;
font-size: 30px;
text-align: right;
padding-top:10px;
height:300px; 
}


.contstyle p {
color:grey;
font-family: "Century Gothic";
justify-content: center;
font-weight: lighter;
font-size:16px;
line-height: 20px;
text-align:justify;
padding:20px;
padding-bottom: 40px;
margin-top:15px;
margin-left: 15px;
margin-right: 15px;
}


.contstyle h5 {
color:black;
font-family: "Century Gothic";
font-weight:bold;
font-size:30px;
text-align:left;
padding:5px;
padding-left: 10px;
margin-bottom: 195px;
margin-left: -75px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
position: absolute;
z-index: 9997;
}

.contstyle h2 {
font-size: 40px;
padding:20px;
margin-top:375px;
}

.container-contacttxt {
display:flex;
align-items: center;
padding-bottom: 25px;
margin-top: 10px;
}

.container-contacttxt b {
float: left;
overflow: hidden;
position: relative;
height:45px;
font-size:45px;
text-align: center;
top: -15px;
width:100%;
}

.innertxt {
font-weight: bold;
color:#eada18;
display: inline-block;
padding-left: 10px;
animation: textrotate 20s infinite;
animation-delay: 1.5s;
top: 0;
left: 0px;
position: relative;

}

@keyframes textrotate {
0% { top:0px; }
5% { top:0px; }
10% { top:-55px; }
15%{ top:-55px; }
20%{ top:-120px; }
25%{ top:-120px; }
30% { top:-170px; }
35%{ top:-170px; }
40%{ top:-230px; }
45%{ top:-230px; }
50%{ top:-285px; }
55%{ top:-285px; }
60%{ top: -340px; }
70%{ top:-340px; }
80%{ top:-455px; }
90%{ top:-455px; }
}




.contactform {
width:100% !important;
background-color: ghostwhite;
margin-bottom:30px;
}

.enquirybox {
font-family: "Century Gothic";
font-style: bold;
font-size: 12px;
text-align: left;
padding: 10px;
color: grey;
text-align:left !important;
width:100% !important;
}

.inputmsgbox {
display: inline-flex;
padding: 10px;
font-family: "Century Gothic";
font-size: 12px;
align-content: center;
background-color: transparent;
border: transparent;
width:100% !important;
}

.input {
display: inline-flex;
height: 15px;
padding: 10px;
font-family: "Century Gothic";
font-size: 12px;
border-bottom: grey;
border-width: 2px;
border: transparent;
text-align: left;
background-color: transparent;
width:100% !important;
}

.submitbtn {
font-family: "Century Gothic";
font-size: 12px;
border: none;
background: grey;
height: 30px;
color: white;
width:100% !important;
}

.container {
width: 100%;
height: 300px;
overflow: hidden;
margin-bottom: 80px;
display: none !important;
}
}

/**********************************************************************************BEGINNING OF MINIMUM WIDTH 1366PX MEDIA SCREEN*********************************************************************************************************/
/**********************************************************************************FOR LARGER SCREENS, MONITORS AND TVS*********************************************************************************************/

/*MONITORS*/
@media screen and (min-width: 1366px) and (max-width:1440px)  {
    #loadingspinner {
    background-color: transparent;
    width: 100%;
    margin:0px;
    height: 100%;
    position: initial;
    z-index: 9999;
    animation: hide 10s forwards;
    animation-delay: 5s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {

      opacity: 0;
      visibility: hidden;
    }
  }
  
  
  .spinner {
    width:100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#eada18 100%,#0000) 45% 0/15px 15px no-repeat, radial-gradient(farthest-side,#0000 calc(100% - 2px),#eada18 calc(100% - 2px)) content-box;
    animation: s6 2s infinite;
    padding: 5px;
  }
  @keyframes s6 {
    
    to {
      transform: rotate(1turn)
    }
  }
  
  .responsivespinner {
    margin: 0;
    padding-left: 320px;
    padding-right: 320px;
    padding-top: 380px;
    padding-bottom: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .logospin img {
    z-index: 9999;
    position: fixed;
    transform: translate(0px, 0px);
  }

 
  .loaderimgcontainer img {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9996;
    padding: 130px;
    margin: 5px;
    display: none;
  }



.loaderimgcontainer {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
  background-image: url(CBD-GD.LogoPrimary-05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

  
  .logospin {
    margin: 0px;
    position: absolute;
    transform: translate(0px, 0px);
    z-index: 9999;
  }
  
  .spinnercontainer {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 250px;
    background-color:white;
    z-index:9999;
    animation: hide 5s forwards;
    animation-delay: 10s;
  }
  
  @keyframes hide {
    from {
     opacity: 1;
     
    }
  
    to 
    {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  /*.sideBarNav {
    font-size:30px;
    font-family: "Century Gothic";
    font-weight: bold;
    line-height:10px;
    padding:10px;
    display: block;
    margin-left: -120px;
    
}

.sideBarNav a {
    color:black;
    text-decoration: none;
}

svg{
    font   : bold 40px Century Gothic, Arial;
    width  : 100%;
    height : 100px;
  }
  
  text{
    fill            : none;
    stroke          : black;
    stroke-width    : 1.5px;
    stroke-linejoin : round;
  }

.sideBarNav a:hover {
    transition      :0.8s;
    transition-timing-function: 0.2;
    font-size       :45px;
    fill            : none;
    stroke          : #eada18;
    stroke-width    : .5px;
    stroke-linejoin : round;
}

.sideline {
  background-color:black;
  width: 5px;
  height: 50px;
  position: absolute;
  top: 250px; 

}

.text-flow{
  width:100%;
  padding:10px;
  height: 65px;
  overflow: hidden;
  background-color: transparent;
  margin-bottom:30px;
  display: none;
}

 
.text-flow p {
  display:inline;
  display: none;
  color:black;
  font-size: 50px;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.text-flow p {
  animation: imgBox 100s linear infinite;
}
@keyframes imgBox{
  0%{
    margin-left: 0;
  }
  100%{
    margin-left: -200%;
  }
}

.text-flow2{
  width:100%;
  padding:0px;
  height: 40px;
  overflow: hidden;
  border:black;
  border-width: 2px;
  border-style: solid;
  border-right: none;
  border-left: none; 
  border-bottom:none;
  width:1000px;
  margin-top:20px;
  position:fixed;
  z-index: 9999;
  bottom:0px;
  background-color:transparent;
  /*background-image:linear-gradient(to top, rgba(245, 246, 252, 0.52), white),
  url(texture.jpg);
  background-size:cover;
 
  }


 
.text-flow2 p {
  font-style:normal;
  display:inline;
  color:black;
  font-size: 30px;
  font-weight:bold;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.text-flow2 p {
  animation: imgBox 100s linear infinite;
}
@keyframes imgBox{
  0%{
    margin-right: 200%;
  }
  100%{
    margin-right: 0%;
  }
}



.logobtn {
    border-radius: 50%;
    border-style: none;
    outline: none;
    background: transparent;
    border: 1px solid transparent;
}

.logobtn img {
width:250px;
padding:10px;

}

.logobtn:hover {
    cursor:pointer;
}

.sidebarHeader {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
z-index: 9999;
position: fixed !important;
top: 230px !important;
height:55px !important;
right: -145px !important;
line-height:0px;
width:300px !important;
position: !important;
padding: 10px;
display: block;
background-color:black;
color: white;
animation: animatePopslide 2s !important;
transition-delay: 0.1s !important;
}

@keyframes animatePopslide {
from {
margin-left:55px !important;
}
to {
margin-left:45px !important;
}
}

.sidebarHeader h1 {
padding:10px;
font-family: "Century Gothic";
font-weight: bold;
font-size: 30px !important;
text-align: center;
position: relative;
bottom: 7px;
}

.sidebarHeader img {
width:25px !important;
}


.footernumber svg {
  font-size: 38px;
  transform: translate(20px, 0px);
  text-align:left;
  width:100%;
  }


.submitbtn {
font-family: "Century Gothic";
font-size: 12px;
border: none;
background: grey;
height: 30px;
color: white;
width:100% !important;
}

.contactform {
  width: 830px !important;
  background-color: ghostwhite;
  margin-bottom:30px;
}

.inputmsgbox {
  display: inline-flex;
  padding: 10px;
  font-family: "Century Gothic";
  font-size: 12px;
  height: 65px !important;
  align-content: center;
  background-color: transparent;
  border: transparent;
}
}*/

