@font-face {
    font-family: 'ccfont';
    src: url('https://www.fforwmservices.com/assets/fonts/calibri.woff2'),                          
        url('https://www.fforwmservices.com/assets/fonts/calibri.woff'),
        url('https://www.fforwmservices.com/assets/fonts/calibri.eot') format('embedded-opentype'),
        url('https://www.fforwmservices.com/assets/fonts/calibri.eot?#iefix') format('embedded-opentype'),
        url('https://www.fforwmservices.com/assets/fonts/calibri.ttf') format('truetype'),
        url('https://www.fforwmservices.com/assets/fonts/calibri.svg') format('svg');
     font-weight: normal;
     font-style: normal;
}
  

@import url('https://www.fforwmservices.com/assets/fonts/calibri.woff2');
@import url('https://www.fforwmservices.com/assets/fonts/calibri.woff');
@import url('https://www.fforwmservices.com/assets/fonts/calibri.eot');
@import url('https://www.fforwmservices.com/assets/fonts/calibri.eot?#iefix');
@import  url('https://www.fforwmservices.com/assets/fonts/calibri.ttf');
@import  url('https://www.fforwmservices.com/assets/fonts/calibri.svg');

@media screen {
    //imports
    @import url('https://www.fforwmservices.com/assets/fonts/calibri.woff2');
@import url('https://www.fforwmservices.com/assets/fonts/calibri.woff');
@import url('https://www.fforwmservices.com/assets/fonts/calibri.eot');
@import url('https://www.fforwmservices.com/assets/fonts/calibri.eot?#iefix');
@import  url('https://www.fforwmservices.com/assets/fonts/calibri.ttf');
@import  url('https://www.fforwmservices.com/assets/fonts/calibri.svg');}

/**************************** Main body ******************************************/
html, body {
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    font-family: 'ccfont' !important;
}

 .header-inner {
   padding: 10px 0 !important
 }

a {
  color: #a80f79;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;

}

a:hover {
  color: darkgrey;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
 
}

/**************************** Panels Start ************************************/
/**   all Panels for News,  Press, Events and side Panels for page links etc */
.panel-a{
    max-height: 300px;
       font-family: 'ccfont' !important;
    
}
.panel-heading-a{
    height:50px;
       font-family: 'ccfont' !important;
} 
.panel-body-a{
   
    background-color: gray;

}     
.panel-footer-a{
    height:100px; 
    background-color: chartreuse;
}
.panel-footer-staff{
    
    background-color: white;
    color: #a80f79;
    padding: 5px;
    text-align: center;
    font-size: 16px;
     height:100px; 
  
}


.panel-footer{
    
    background-color: #71C6D4;
    color: white;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 16px;
     height:100px; 
}

.panel-footer-pink{
    
   background-color: #a80f79;
    color: white;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 16px;
     height:100px;
  
}

.panel-footer-purple{
    
    background-color: #44276C;
    color: white;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 16px;
     height:100px; 
}
.panel-press-purple{
    
    background-color: #44276C;
    color: white;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 20px;
     height:80px; 
}
.panel-press-pink{
    
   background-color: #a80f79;
    color: white;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 20px;
     height:80px;
  
}
.panel-news-blue{
    
    background-color: #71C6D4;
    color: white;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 20px;
     height:80px; 
    width: 100%;
    padding: 10px;
}


panel-default {
    
    max-height: 500px;
    
}

.panel-side-pink{

background: #a80f79; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, #990163 1%,#a80f79 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #990163),to(#a80f79));
background: -o-linear-gradient(top, #990163 1%,#a80f79 100%);
background: linear-gradient(to bottom, #990163 1%,#a80f79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    padding: 20px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 14px;
     height:100px;
  
}

.panel-footer-pink-img{
   display: inline-block;
    padding: 0px;
    padding-bottom: 0px;
    margin: 0;
    
}
.panel-side-int{
    
background: #69AD40; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a80f79 1%,#990163 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #a80f79),to(#990163));
background: -o-linear-gradient(top, #a80f79 1%,#990163 100%);
background: linear-gradient(to bottom, #a80f79 1%,#990163 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    padding: 20px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 14px;
     height:100px;
  
}

.panel-footer-int-img{
   display: inline-block;
    padding: 0px;
    padding-bottom: 0px;
    margin: 0;
    
}
.panel-fp-img{
    width: 100%;
    height: 150px;
    
    
    
}



.panel-side-news{
    
background: #a80f79; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a80f79 1%,#990163 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #a80f79),to(#990163));
background: -o-linear-gradient(top, #a80f79 1%,#990163 100%);
background: linear-gradient(to bottom, #a80f79 1%,#990163 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    padding: 20px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 14px;
    height:160px;
    background-repeat:no-repeat;
background-size:cover;
background-position:center;
    
  
}
.panel-side-events{
    
background: #44276C; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, #44276C 1%,#66276C 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #44276C),to(#66276C));
background: -o-linear-gradient(top, #44276C 1%,#66276C 100%);
background: linear-gradient(to bottom, #44276C 1%,#66276C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    padding: 20px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 14px;
    height:160px;
    background-repeat:no-repeat;
background-size:cover;
background-position:center;
    
  
}
.panel-body-images {
    
    
    padding: 0px;
    margin-bottom: 0;
    
}

.panel-front {
    
    height: 500px;
    padding: 0px;
    margin-bottom: 0;
    
    
}

.panel-footer-news-img{
   display: inline-block;
    padding: 0px;
    padding-bottom: 0px;
    margin: 0;
    
}

.panel-ea{
    
   
    color: #000;
    padding: 20px;
    text-align: justify;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 14px;
    border: 1px solid #a80f79;
    border-color: #44276C;
}
.panel-ea-header{
     background-color: #44276C;
    color: white;
    padding: 10px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 14px;
   
    
}
.panel-body {
    position: relative
}
.panel-body .image-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
 

}
.panel-header-int{
    background-color: #69AD40;
    font-size: 22px;
    color: #fff; 
    
    
}

.panel-heading-col {
    
    
    font-size: 18px;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    border: #a80f79;
    border-style: solid;
    background-color: #a80f79;
    border-radius: 10px 
    
    
}

.panellink, panellink:hover, panellink:visited {
    
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}



/**************************** Panels Finish ************************************/
/**************************** Rotat start ************************************/

.rotate{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}




/**************************** Side Link to News, Press, Events All pages*******/
.sidelink, sidelink:hover, sidelink:visited {
    
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
/**************************** End      *************************************/
.textsmall {
    
font-size: 12px;
color: #aaa;
font-style: oblique;
    
}



.thumbnail-img {
 height: 45%;
    width: 100%;
}

/**************************** Modal Start ********************************/
.modal {
    background-color: #a80f79;
    width: 800px;
    height: 500px;
    -ms-flex-line-pack: center;
        align-content: center;
    vertical-align: top;
    padding: 5px;
    font-family: 'ccfont' !important;
        
}
.modal-dialog{
    
    padding: 1px;
    
    
}
.modal-staff {
    background-color: transparent;
    width: 400px;
    height: 600px;
    font-size: 16px;
    -ms-flex-line-pack: center;
        align-content: center;
    vertical-align: top;
    padding: 1px;
    
}

    

/************************* Modal Finish ****************************/


/**************** nav updates start her ***************************/

/**************** added for mouse over ***************************/


/*li {
     position: relative !important;;
    text-decoration: none;
   transition-duration: 0.5s;
}
  

li:hover {
    background: #ccc;
    cursor: pointer;
}
ul li ul {
    
  visibility: hidden;
  transition: all 0.5s ease;
} */


ul li:hover > ul,
ul li:focus-within > ul, 
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li ul li {
    clear: both;
} 


/**************** added for mouse over ***************************/


 .mobile-menu {display:none;}

.navbar-light{
   background-color:#a80f79;
    color: #fff;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    position: fixed;
    top: 0;
    width: 100%; 
    z-index: 1000;


    
}
.navbar-int{
   background-color:#69AD40;
    color: #fff;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    position: fixed;
    top: 0;
 }

.navbar-nav > li > a, .navbar-brand {
    padding-top:1px !important; padding-bottom:0 !important;
    height: 40px;
}

.navbar {min-height:40px !important;}

.navbar-brand,
.navbar-nav li a {
    
    height: 60px;
    padding: 0px;
    position: 0;

}
.navbar-nav ul
.nav{
    
    height: 40px;
}


. lan-navtext{
    font-size: 6px;
    
}
.dropdown-menu.animated {
  /* Speed up animations */
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}


.dropdown-submenu {
    position:relative !important;
  }

.dropdown-submenu>.dropdown-menu {
  
   top:0;
   left:100%;
   margin-top:-6px;
    margin-left:-1px;
   border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: inline-block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;

} 


.dropdown-submenu:hover>a:after {
    border-left-color:#555;
    
 }




/**************************** Nav finished ************************************/
/**************************** Buttons Start ************************************/
.btn-secondary{
    background-color: #a80f79;
    border: 0;
    font-size: 16px;
     
}
.btn-secondary:hover{
    color: #fff;
    background-color: #333;
}
.btn-secondary:active{
    color: #fff;
    background-color: #333;
    border: 0; 
}
.btn-login{
    color: #fff;
    background-color: #a80f79;
    border: 1px solid;
    border-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-login:hover{
     color: #fff;
    background-color: #333;
    border: 1px solid ;
    border-color: #a80f79;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-signup{
    color: #a80f79;
    background-color: #fff;
    border: 1px solid;
    border-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-signup:hover{
     color: #fff;
    background-color: #333;
    border: 1px solid ;
    border-color: #a80f79;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-contact {
    color: #fff;
    background-color: #71C6D4;
    border: 1px solid;
    border-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-contact:hover{
     color: #fff;
    background-color: #333;
    border: 1px solid ;
    border-color: #71C6D4;
    padding-left: 10px;
    padding-right: 10px;
}
.contact-btn {
    padding: 15px;
    
}
.btn-lan-ac{
    background-color: #333;
    color: #fff;
    height: 22px;
    border-radius: 15px;
    font-size: 10px
    
}
.btn-lan-ac:hover{
    background-color: #a80f79;
    color: #fff;
    
}
.btn-lan-nac{
    
    background-color: #a80f79;
    color: #fff;
    height: 22px;
    font-size: 10px
}
.btn-lan-nac:hover{
    border-color: #fff;
    color: #fff;
    height: 22px;
    border-radius: 15px;
    
}

btn-outline-primary {
    background-color: #fff;
    color: #a80f79;
    height: 22px;
    border-color: #a80f79;
    border-radius: 15px;
    font-size: 10px 
    
}

btn-outline-primary:hover {
    background-color: #a80f79;
    color: #fff;
    height: 22px;
    border-color: #fff;
    border-radius: 15px;
    font-size: 10px 
    
}


/**************************** Buttons finish ************************************/
/**************************** Lines Start ************************************/
.UnderBlue {
    
     --color: #71C6D4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color)));
    background-image: -webkit-linear-gradient(var(--color) 0%, var(--color) 100%);
    background-image: -o-linear-gradient(var(--color) 0%, var(--color) 100%);
     background-image: -ms-linear-gradient(var(--color) 0%, var(--color) 100%);
    background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
    background-repeat: repeat-x;
    background-position: 0 1.05em;
    background-size: 2px 5px;
    padding-bottom: 10px;
    line-height: 1px;
    
}
.UnderPink {
    
     --color: #a80f79;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color)));
    background-image: -webkit-linear-gradient(var(--color) 0%, var(--color) 100%);
    background-image: -o-linear-gradient(var(--color) 0%, var(--color) 100%);
    background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
    background-repeat: repeat-x;
    background-position: 0 1.05em;
    background-size: 2px 5px;
     padding-bottom: 10px;
    line-height: 1px;
    
}

.UnderPurple
{
    --color: #44276C;
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color)));
    
    background-image: -webkit-linear-gradient(var(--color) 0%, var(--color) 100%);
    
    background-image: -o-linear-gradient(var(--color) 0%, var(--color) 100%);
    
    background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
    background-repeat: repeat-x;
    background-position: 0 1.05em;
    background-size: 2px 5px;
     padding-bottom: 10px;
    line-height: 1px;
}
/**************************** Buttons Finish ************************************/
/**************************** Blockquotes start ************************************/

.blockquote-f {
   
    color: #888;
    font-style: italic;
    font-size: 20px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center
    
}
.blockquote-skills {
    -ms-flex-line-pack: center;
        align-content: center;
    background-color: #e7e7e7;
    color: #888;
    font-style: italic;
    font-size: 17px;
    width: 100%;
    height: 38%;
  
    
}
/**************************** Blockquotes Finish ************************************/
/**************************** Background Tinit start ************************************/
.background-tint {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.background-tint-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  margin: 0;
  font: 24px ;
}
/**************************** Background Tinit Finish ************************************/

/***************************************************************************************/
/**************************** Carsouel start ********************************************/
/***************************************************************************************/
.carousel img {
  /*object-fit:cover;
  position:relative;
  top: 0;
  left: 0;*/
 min-width: 100%;
    max-height: 100%;

 /*  max-width: 100%;    */
 
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {  
  .carousel-fade {
    .carousel-item {
      display: block;
      position: absolute;
      opacity: 0;
      transition: opacity .45s ease-in-out;
      &.active {
        opacity: 1;
      }
    }
  }
 }


.carousel-caption {
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
  bottom: 0;
  padding-bottom: 5%;
  left: 25%;
  right: 25%;

}
.carousel{
    height: 60%;
}
.carousel-inner{
    position:relative;
    width:100%;
    overflow:hidden;
}








***************************************************************************************/
/**************************** quad images start ****************************************/
/***************************************************************************************/
.quad-div{
    max-height: 50%;
   -ms-flex-line-pack: justify;
       align-content: space-between;
    padding: 10px;
    
    
}
.quad-image {
    width: 100%; /* You can set the dimensions to whatever you want */
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 5px;
   
}

.quad-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    font-size: 22px;
}
/***************************************************************************************/
/**************************** quad images finish ***************************************/
/***************************************************************************************/



/***************************************************************************************/
/**************************** footers start   ******************************************/
/***************************************************************************************/
.footer-search{
    
    position: fixed;
    height: 200px;
    bottom: 0;
    width: 100%;
    
}
.footer-address{
    font-size: 12px;
    
}
.contact-div {
    margin-bottom: 0px;
    width: 100%;
    padding: 0;
    
    
}
.footer-contact {
    background-color: #71C6D4;
    max-height: 500px;
   
    text-align:center;
}
.footer-iframe{
  
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;

    
    
}
.footer-h1 {
    color: #fff;
    font-size: 25px;
    padding: 20px;
    
}

.input-contact{
width: 60%;
margin-bottom: 5px;
}

.textarea-contact{
width: 60%;
height: 100px;
}
a.newslink{
    text-decoration: none;
    color: #fff;
   
}

/***************************************************************************************/
/**************************** Jumbotron Start *****************************************/
/***************************************************************************************/


.jumbotron{
    background: no-repeat center center;
    background-size: 100% 95%;
    background-attachment: fixed;
    background-position: center; 
    height: 60%;
    
  
}
.jumbotron h1{
    position: absolute;
  top: 35%;
  left:8%;
 }
/***************************************************************************************/
/**************************** Jumbotron Finish *****************************************/
/***************************************************************************************/


/***************************************************************************************/
/****************************    Modal Start         ***********************************/
/***************************************************************************************/

.modal {
    
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: -webkit-translate(-50%, -50%);
            transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    -ms-transform: -ms-translate(-50%, -50%);
        transform: -ms-translate(-50%, -50%);
    
    
}



/***************************************************************************************/
/****************************    Modal Finish        ***********************************/
/***************************************************************************************/

/***************************************************************************************/
/***************** Start of Front page member icons hovers *****************************/
/***************************************************************************************/

.college1{
    display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/adultlearingwalesg.png') bottom;
    height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college1:hover{
    display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/adultlearingwalesc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
 .college2{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/bridgendg.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college2:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/bridgendc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
 .college3{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/cavcg.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college3:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/cavcc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}      
 .college4{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/cambriag.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college4:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/cambriac.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}      
 .college5{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/colegsirgarg.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college5:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/colegsirgarc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}  
.college6{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/colegycymoeddg.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college6:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/colegycymoeddc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
} 
.college7{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/collegemerthyrg.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college7:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/collegemerthyrc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college8{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/gowercollegeswanseag.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college8:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/gowercollegeswanseac.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}

.college9{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/grwpllandrillomenaig.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}
.college9:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/grwpllandrillomenaic.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
} 

.college10{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/gwentgrey.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}

.college10:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/gwentcolour.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat; 
} 

.college11{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/nptcgg.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}

.college11:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/nptcgc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}  

.college12{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/pembrokeshireg.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}

.college12:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/pembrokeshirec.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}  
.college13{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/stdavidsg.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}

.college13:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/stdavidsc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
} 

.college14{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/grey/ceredigiong.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
}

.college14:hover{
     display: block;
    background: url('http://www.collegeswales.ac.uk/uploads/img/2018/CollegeLogos/color/ceredigionc.png') bottom;
     height: 100px;
    width: 100px;
    text-indent: -99999px;
     background-size: contain;
    background-size: contain;
   background-repeat: no-repeat;
} 
/***************** End of Front page member icons hovers *******************************/      


/********************************************************************************************************************************************/
/***************** mobile css **************************************************************************************************************/
/*******************************************************************************************************************************************/
    
@media only screen and (max-width: 767px) {
    

    
.modal {
    width: 90%;
    height: 90%;
    
}    
    
    
/**************** Mobile NAV Start  ***************************/
/**************** Mobile NAV Start  ***************************/
    
 .menu {display:none;}    
    .menu{display:none;}    
    .mobile-menu {display:block; background:#eee;border-bottom: solid 1px #a80f79; }
    .navbar-header, .navbar {padding:0;}
    .navbar-toggle {padding:0 0 0 18px;float:none; }
     .fa-bars {font-size:36px; color:#ddd;}
    .fa-bars:hover {color:#512177;}    
    
    .dropdown-item{
        color: #fff;
    
    }
.navbar-light{
   background-color:#a80f79;
    color: #fff;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    position: fixed;
    top: 0;
    width: 100%; 
    z-index: 1000;
    
}
.navbar-int{
   background-color:#69AD40;
    color: #fff;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    position: fixed;
    top: 0;
 }

.navbar-nav > li > a, .navbar-brand {
    padding-top:1px !important; 
    padding-bottom:0 !important;
    height: 30px;
}
.navbar {min-height:30px !important;}

.navbar-brand,
.navbar-nav li a {
    
    height: 60px;
    padding: 0px;
    position: 0;
    
}
.nav{
     
  float: left;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #a80f79;
}


. lan-navtext{
    font-size: 6px;
    
} 

.navbar-fixed-top .navbar-collapse {
    max-height: 200px;
    
    }
.dropdown-menu {
    color: #fff;
    background-color:  #a80f79;
    width: 100%;
        
    }
    .dropdown-menu li a{
        
    }
    
li { 
    padding: 5px 0; 
    border-bottom: 1px solid #fff; 
      z-index: 1;
    }
li:last-child {
 padding: 5px 0; 
    border-bottom: 1px solid #fff; 
      z-index: 1;
    
}
li.dropdown {
   padding: 5px 0; 
    border-bottom: 1px solid #fff; 
      z-index: 1;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}  
/**************************** Nav finished ************************************/    
 .panel-news-blue{
    
    background-color: #71C6D4;
    color: white;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 20px;
     height:80px; 
    width: 100%;
    padding: 20px;
}

.panel-side-int{
    
background: #69AD40; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a80f79 1%,#990163 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #a80f79),to(#990163));
background: -o-linear-gradient(top, #a80f79 1%,#990163 100%);
background: linear-gradient(to bottom, #a80f79 1%,#990163 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 14px;
     height:50px;
  
}

.panel-footer-int-img{
   display: inline-block;
    padding: 0px;
    padding-bottom: 0px;
    margin: 0;
    height: 280px;
    
    
}    
  
.panel-footer-pink{
    
   background-color: #a80f79;
    color: white;
    padding: 20px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: m;
    height:80px;
   
  
}

.panel-side-pink{
    
background: #a80f79;
    color: white;
    padding: 20px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 30px;
     height:150px;
  
}

.panel-footer-pink-img{
   display: inline-block;
    padding: 300px;
    padding-bottom: 0px;
    margin: 0;
    background-size: 100% 100%;
    
    
}
    
    .responsive{
        max-width: 100%;
        height: auto;
        
    }

.panel-side-news{
    
background: #a80f79; /* Old browsers */ /* FF3.6-15 */
    color: white;
    padding: 20px;
    text-align: center;
    font-display: auto;
    font-size-adjust: auto;
    font-size: 24px;
    height:100px;
    background-repeat:no-repeat;
background-size:cover;
background-position:center;
    
    
  
}
.panel-footer-news-img{
   display: inline-block;
    padding: 300px;
    padding-bottom: 0px;
    margin: 0;
    
}
    

.jumbotron{
    background: no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    height: 60%;
}  
.jumbotron h1{
    position: absolute;
  top: 40%;
  left:8%;
    
}    
    
/**************************** Lines Start ************************************/
    
    
    
.UnderBlue {
    
     --color: #71C6D4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color)));
    background-image: -webkit-linear-gradient(var(--color) 0%, var(--color) 100%);
    background-image: -o-linear-gradient(var(--color) 0%, var(--color) 100%);
     background-image: -ms-linear-gradient(var(--color) 0%, var(--color) 100%);
    background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
    background-repeat: repeat-x;
    background-position: 0 1.05em;
    background-size: 2px 5px;
    padding-bottom: 10px;
    align-items: flex-start;
    font-size: 20px;
    line-height: 20px;
    
}
.UnderPink {
    
     --color: #a80f79;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color)));
    background-image: -webkit-linear-gradient(var(--color) 0%, var(--color) 100%);
    background-image: -o-linear-gradient(var(--color) 0%, var(--color) 100%);
    background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
    background-repeat: repeat-x;
    background-position: 0 1.05em;
    background-size: 2px 5px;
    padding-bottom: 10px;
    align-items: flex-start;
    font-size: 20px;
    line-height: 20px;
    
}

.UnderPurple
{
    --color: #44276C;
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color)));
    
    background-image: -webkit-linear-gradient(var(--color) 0%, var(--color) 100%);
    
    background-image: -o-linear-gradient(var(--color) 0%, var(--color) 100%);
    
    background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
    background-repeat: repeat-x;
    background-position: 0 1.05em;
    background-size: 2px 5px;
    padding-bottom: 10px;
    align-items: flex-start;
    font-size: 20px;
    line-height: 20px;
}
/**************************** Buttons Finish ************************************/
    


 
.carousel-caption {
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  bottom: 0;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 50%;
  
    
}
    
.carousel-caption h1,h3 {
        
         font-size: 14px;
        
    }    
    
    
    
    h2{
        font-size: 16px;
        
    }

a.newslink{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
   
}    
   
.footer-search{
    
    position: relative;
    height: 400px;
    bottom: 0;
    width: 100%;
    
}
.panel-fp-img{
    width: 100%;
    height: 200px;
    
    
    
} 
  
    
    
        
    }

/******************************* ****************************************************/    
/******************************* Mobile Settings End ********************************/





/******************************* links End ********************************/