<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabset &gt; input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.school-tab-awards-section{margin:0px auto;
  width:100%;
  max-width: 1160px;
  margin-top:20px;
}
.tabset .tab-panel {
  display: none;
}

.tabset &gt; input:first-child:checked ~ .tab-panels &gt; .tab-panel:first-child,
.tabset &gt; input:nth-child(3):checked ~ .tab-panels &gt; .tab-panel:nth-child(2),
.tabset &gt; input:nth-child(5):checked ~ .tab-panels &gt; .tab-panel:nth-child(3),
.tabset &gt; input:nth-child(7):checked ~ .tab-panels &gt; .tab-panel:nth-child(4),
.tabset &gt; input:nth-child(9):checked ~ .tab-panels &gt; .tab-panel:nth-child(5),
.tabset &gt; input:nth-child(11):checked ~ .tab-panels &gt; .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset &gt; label {
      margin: 20px 0px;
    position: relative;
    display: inline-block;
    padding: 10px 50px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    background: #eee;
}

.tabset &gt; label:hover,
.tabset &gt; input:focus + label {
  color: #fff;
   background-image: linear-gradient(to right, #0660ea , #4298fe);
}

.tabset &gt; label:hover::after,
.tabset &gt; input:focus + label::after,
.tabset &gt; input:checked + label::after {
  background: #06c;
}



*,
*:before,
*:after {
  box-sizing: border-box;
}



.tabset {
  max-width: 1160px;
    margin: 0px auto;
}


 label, p, a, h1, div {
   font-family: Roboto, sans-serif;
}
 .tab-wrap {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1060px;
}
 input[type="radio"][name="tabs"] {
   position: absolute;
   z-index: -1;
   display: none;
}
 input[type="radio"][name="tabs"]:checked + .tab-label-content label {
   color: white;
}
 input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-content {
   display: block;
}
 input[type="radio"][name="tabs"]:nth-of-type(1):checked ~ .slide {
   left: calc((100% / 4) * 0);
}
 input[type="radio"][name="tabs"]:nth-of-type(2):checked ~ .slide {
   left: calc((100% / 4) * 1);
}
 input[type="radio"][name="tabs"]:nth-of-type(3):checked ~ .slide {
   left: calc((100% / 4) * 2);
}
 input[type="radio"][name="tabs"]:nth-of-type(4):checked ~ .slide {
   left: calc((100% / 4) * 3);
}
 input[type="radio"][name="tabs"]:first-of-type:checked ~ .slide {
   left: 0;
}



 .tab-label-content .tab-content {
   position: absolute;


   line-height: 130%;
   display: none;
}

 .follow {
   width: 42px;
   height: 42px;
   border-radius: 50px;
   background: #03a9f4;
   display: block;
   margin: 300px auto 0;
   white-space: nowrap;
   padding: 13px;
   box-sizing: border-box;
   color: white;
   transition: all 0.2s ease;
   font-family: Roboto, sans-serif;
   text-decoration: none;
   box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
}
 .follow i {
   margin-right: 20px;
   transition: margin-right 0.2s ease;
}
 .follow:hover {
   width: 134px;
}
 .follow:hover i {
   margin-right: 10px;
}
 @media screen and (max-width: 800px) 
 {
     .tabset-year{padding:10px;}
   .follow {
     margin: 400px auto 0;
  }
  .client-add-btn-client{padding: 6px 10px;
 }
}
 
#gallery {
   padding: 30px 30px;
       background-image: linear-gradient(to bottom right, #79b9e9, #eef2f1);
}
.gallery-section
{
     padding: 30px 30px;
    }
.image {
    margin: 0px;
    padding: 0px;
    border: 15px solid #fff;
}
 .img-wrapper {
   position: relative;
 
}
 .img-wrapper img {
   width: 100%;
}
 .img-overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}
 .img-overlay i {
   color: #fff;
   font-size: 3em;
}
 #overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
 #overlay img {
   margin: 0;
   width: 80%;
   height: auto;
   object-fit: contain;
   padding: 5%;
}

 @media screen and (min-width: 1200px) 
 {
        
   #overlay img {
     width: 50%;
  }
}
 #nextButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #nextButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) 
 {
         .tabset-year{padding:10px;}
   #nextButton {
     font-size: 3em;
  }
    #overlay img {
     width: 60%;
  }

  
}
 #prevButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #prevButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) 
 {
         .tabset-year{padding:10px;}
   #prevButton {
     font-size: 3em;
  }
}
 #exitButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
   position: absolute;
   top: 15px;
   right: 15px;
}
 #exitButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) 
 {
         .tabset-year{padding:10px;}
   #exitButton {
     font-size: 3em;
  }
}
 
@import url('https://fonts.googleapis.com/css?family=Hind:300,400&amp;display=swap');

 .accordion .accordion-item {
   border-bottom: 1px solid #e5e5e5;

}
 .accordion .accordion-item button[aria-expanded='true'] {
 border-bottom: 1px solid #c2c2c2;
}
 .accordion button {
   position: relative;
   display: block;
   text-align: left;
   width: 100%;
    padding: 15px 20px;
   color: #7288a2;
   font-size: 1.15rem;
   font-weight: 400;
       border-radius: 5px 5px 0px 0px;
   background: none;
   outline: none;
       border: 1px solid #eeeeee;
}
 .accordion button:hover, .accordion button:focus {
   cursor: pointer;
   color: #03b5d2;
}
 .accordion button:hover::after, .accordion button:focus::after {
   cursor: pointer;
   color: #03b5d2;
   border: 1px solid #03b5d2;
}
 .accordion button .accordion-title {
   padding: 1em 1.5em 1em 0;
       color: #000000;
    font-weight: 700;
    font-size: 20px;
}
 .accordion button .icon {
   display: inline-block;
   position: absolute;
   top: 21px;
   right: 21px;
       color: #fff;
    background: #498de0;
   width: 22px;
   height: 22px;
   border: 1px solid;
   border-radius: 22px;
}
 .accordion button .icon::before {
   display: block;
   position: absolute;
   content: '';
   top: 9px;
   left: 5px;
   width: 10px;
   height: 2px;
   background: currentColor;
}
 .accordion button .icon::after {
   display: block;
   position: absolute;
   content: '';
   top: 5px;
   left: 9px;
   width: 2px;
   height: 10px;
   background: currentColor;
}
.accordion button[aria-expanded='true'] {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}
 .accordion button[aria-expanded='true'] .icon::after {
   width: 0;
}
 .accordion button[aria-expanded='true'] + .accordion-content {
   opacity: 1;
}
 .accordion .accordion-content {
   opacity: 0;
   max-height: 0;
   overflow: hidden;
   transition: opacity 200ms linear, max-height 200ms linear;
   will-change: opacity, max-height;
}
 .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 25px 25px;
}
.school-tab-awards {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    height: 200px;
    padding: 40px 95px;
    color: #fff;
}
.school-tab-years-awards{
    padding: 40px 95px;
    color: #fff;
}
.school-tab-years-awards h5 {
    color: #000;
    margin-bottom: 25px;
    font-size: 22px;
}

.school-tab-awards h1 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
}

.client-add-btn-client-awards{    border-radius: 50px;
    background: #eee;
    border: none;
    padding: 6px 40px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    margin-right: 5px;}
.client-add-btn-client {
    border-radius: 50px;
    background: #fff;
    border: none;
    padding: 6px 40px;
    color: #000;
          margin-right: 5px;
    cursor: pointer;
       font-size: 20px;
    
}
button#tabID3 {
    background-image: linear-gradient(to right, #0561ea , #4399fe);
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}


@media only screen and (max-width: 600px) {.school-tab-awards {   padding: 30px 20px;
  font-size: 18px;

}
.school-tab-awards{height: 145px;}
    .tabset-year{padding:10px;}

.client-add-btn-client.active, .client-add-btn-client:hover{
font-size: 12px;}
.client-add-btn-client{
font-size:10px;
margin-right: 0px;}
.school-tab-awards-section h4 {
    font-size: 18px;
    margin: 20px;
}
.accordion button .accordion-title{font-size: 13px;}



.tabset &gt; label{margin: 0px 0px 10px 20px;
    padding: 6px 30px 6px;
    font-size: 12px;
  
}

.school-tab-years-awards{padding:30px 20px;
}
.gellary img{width:25%;}


    .client-add-btn-client{padding: 8px 30px;

    font-size: 10px;}

  .school-tab-awards h1  {font-size: 25px;}
}

.image-gallery-text {
    text-align: center;
    background: #fff;
    font-weight: bolder;
    font-size: 24px;
    text-transform: uppercase;
    
}


.tabset &gt; input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.school-tab-awards-section{margin:0px auto;
  width:100%;
  max-width: 1160px;
  margin-top:20px;
}
.tabset .tab-panel {
  display: none;
}

.tabset &gt; input:first-child:checked ~ .tab-panels &gt; .tab-panel:first-child,
.tabset &gt; input:nth-child(3):checked ~ .tab-panels &gt; .tab-panel:nth-child(2),
.tabset &gt; input:nth-child(5):checked ~ .tab-panels &gt; .tab-panel:nth-child(3),
.tabset &gt; input:nth-child(7):checked ~ .tab-panels &gt; .tab-panel:nth-child(4),
.tabset &gt; input:nth-child(9):checked ~ .tab-panels &gt; .tab-panel:nth-child(5),
.tabset &gt; input:nth-child(11):checked ~ .tab-panels &gt; .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset &gt; label {
      margin: 20px 0px;
    position: relative;
    display: inline-block;
    padding: 10px 50px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    background: #eee;
}

.tabset &gt; label:hover,
.tabset &gt; input:focus + label {
  color: #fff;
   background-image: linear-gradient(to right, #0660ea , #4298fe);
}

.tabset &gt; label:hover::after,
.tabset &gt; input:focus + label::after,
.tabset &gt; input:checked + label::after {
  background: #06c;
}



*,
*:before,
*:after {
  box-sizing: border-box;
}



.tabset {
  max-width: 1160px;
    margin: 0px auto;
}


 label, p, a, h1, div {
   font-family: Roboto, sans-serif;
}
 .tab-wrap {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1060px;
}
 input[type="radio"][name="tabs"] {
   position: absolute;
   z-index: -1;
   display: none;
}
 input[type="radio"][name="tabs"]:checked + .tab-label-content label {
   color: white;
}
 input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-content {
   display: block;
}
 input[type="radio"][name="tabs"]:nth-of-type(1):checked ~ .slide {
   left: calc((100% / 4) * 0);
}
 input[type="radio"][name="tabs"]:nth-of-type(2):checked ~ .slide {
   left: calc((100% / 4) * 1);
}
 input[type="radio"][name="tabs"]:nth-of-type(3):checked ~ .slide {
   left: calc((100% / 4) * 2);
}
 input[type="radio"][name="tabs"]:nth-of-type(4):checked ~ .slide {
   left: calc((100% / 4) * 3);
}
 input[type="radio"][name="tabs"]:first-of-type:checked ~ .slide {
   left: 0;
}



 .tab-label-content .tab-content {
   position: absolute;


   line-height: 130%;
   display: none;
}

 .follow {
   width: 42px;
   height: 42px;
   border-radius: 50px;
   background: #03a9f4;
   display: block;
   margin: 300px auto 0;
   white-space: nowrap;
   padding: 13px;
   box-sizing: border-box;
   color: white;
   transition: all 0.2s ease;
   font-family: Roboto, sans-serif;
   text-decoration: none;
   box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
}
 .follow i {
   margin-right: 20px;
   transition: margin-right 0.2s ease;
}
 .follow:hover {
   width: 134px;
}
 .follow:hover i {
   margin-right: 10px;
}
 @media screen and (max-width: 800px) {
   .follow {
     margin: 400px auto 0;
  }
  .client-add-btn-client{padding: 6px 10px;}
      .tabset-year{padding:10px;}
}
 
#gallery {
   padding: 30px 30px;
       background-image: linear-gradient(to bottom right, #79b9e9, #eef2f1);
}
.image {
    margin: 0px;
    padding: 0px;
    border: 15px solid #fff;
}
 .img-wrapper {
   position: relative;
 
}
 .img-wrapper img {
   width: 100%;
}
 .img-overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}
 .img-overlay i {
   color: #fff;
   font-size: 3em;
}
 #overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
 #overlay img {
   margin: 0;
   width: 80%;
   height: auto;
   object-fit: contain;
   padding: 5%;
}

 @media screen and (min-width: 1200px) {
   #overlay img {
     width: 50%;
  }
  
}
 #nextButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #nextButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #nextButton {
     font-size: 3em;
  }
    #overlay img {
     width: 60%;
  }
      .tabset-year{padding:10px;}
}
 #prevButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #prevButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #prevButton {
     font-size: 3em;
  }
      .tabset-year{padding:10px;}
}
 #exitButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
   position: absolute;
   top: 15px;
   right: 15px;
}
 #exitButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #exitButton {
     font-size: 3em;
  }
      .tabset-year{padding:10px;}
}
 
@import url('https://fonts.googleapis.com/css?family=Hind:300,400&amp;display=swap');


 .accordion .accordion-item {
   border-bottom: 1px solid #e5e5e5;

}
 .accordion .accordion-item button[aria-expanded='true'] {
 border-bottom: 1px solid #c2c2c2;
}
 .accordion button {
   position: relative;
   display: block;
   text-align: left;
   width: 100%;
    padding: 15px 20px;
   color: #7288a2;
   font-size: 1.15rem;
   font-weight: 400;
       border-radius: 5px 5px 0px 0px;
   background: none;
   outline: none;
       border: 1px solid #eeeeee;
}
 .accordion button:hover, .accordion button:focus {
   cursor: pointer;
   color: #03b5d2;
}
 .accordion button:hover::after, .accordion button:focus::after {
   cursor: pointer;
   color: #03b5d2;
   border: 1px solid #03b5d2;
}
 .accordion button .accordion-title {
   padding: 1em 1.5em 1em 0;
       color: #000000;
    font-weight: 700;
    font-size: 20px;
}
 .accordion button .icon {
   display: inline-block;
   position: absolute;
   top: 21px;
   right: 21px;
       color: #fff;
    background: #498de0;
   width: 22px;
   height: 22px;
   border: 1px solid;
   border-radius: 22px;
}
 .accordion button .icon::before {
   display: block;
   position: absolute;
   content: '';
   top: 9px;
   left: 5px;
   width: 10px;
   height: 2px;
   background: currentColor;
}
 .accordion button .icon::after {
   display: block;
   position: absolute;
   content: '';
   top: 5px;
   left: 9px;
   width: 2px;
   height: 10px;
   background: currentColor;
}
.accordion button[aria-expanded='true'] {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}
 .accordion button[aria-expanded='true'] .icon::after {
   width: 0;
}
 .accordion button[aria-expanded='true'] + .accordion-content {
   opacity: 1;
   max-height:inherit;
}
 .accordion .accordion-content {
   opacity: 0;
   max-height: 0;
   overflow: hidden;
   transition: opacity 200ms linear, max-height 200ms linear;
   will-change: opacity, max-height;
}
 .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 25px 25px;
}
.school-tab-awards {
    background-image: url(../images/banner.jpg);

    background-repeat: no-repeat;
    height: 200px;
    padding: 40px 95px;
    color: #fff;
}
.school-tab-years-awards{
    padding: 40px 95px;
    color: #fff;
}
.school-tab-years-awards h5 {
    color: #000;
    margin-bottom: 25px;
    font-size: 22px;
}
.school-tab-awards h1 {

    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
}

.client-add-btn-client-awards{    border-radius: 50px;
    background: #eee;
    border: none;
    padding: 6px 40px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    margin-right: 5px;}

button#tabID3 {
    background-image: linear-gradient(to right, #0561ea , #4399fe);
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.client-add-btn-client.active, .client-add-btn-client:hover {
    background-image: linear-gradient(to right, #2ab83f , #18e83f);
    color: white;
    font-size: 20px;
    outline:none;
}

@media only screen and (max-width: 600px) {.school-tab-awards {   padding: 30px 20px;
  font-size: 18px;

}
.school-tab-awards{height: 145px;}

    .tabset-year{padding:10px;}
.client-add-btn-client.active, .client-add-btn-client:hover{
font-size: 12px;}
.client-add-btn-client{
font-size:10px;
margin-right: 0px;}
.school-tab-awards-section h4 {
    font-size: 18px;
    margin: 20px;
}
.accordion button .accordion-title{font-size: 13px;}
.tabset &gt; label
{
    margin: 0px 0px 10px 10px;
    padding: 6px 30px 6px;
    font-size: 12px;
width: 25%;
}

.school-tab-years-awards{padding:30px 20px;
}
.gellary img{width:25%;}
    .client-add-btn-client{padding: 8px 15px;

    font-size: 10px;}

  .school-tab-awards h1  {font-size: 25px;}
}
.accordion-button-a
{
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 20px;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-radius: 5px 5px 0px 0px;
    background: none;
    outline: none;
    border: 1px solid #eeeeee;
        overflow: visible;
            margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    }
    
    
    .tabset-year{
max-width: 1160px;
    margin: 0px auto;}
.tabset-year &gt; input[type="radio"] {
    position: absolute;
    left: -200vw;
}
.tabset-year &gt; label {
    margin: 20px 0px;
    position: relative;
    display: inline-block;
    padding: 10px 50px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    background: #eee;
}
.tabset-year .active-year   {
    color: #fff;
    background-image: linear-gradient(to right, #0660ea , #4298fe);
    }
.tabset-year &gt; label:hover
{
      color: #fff;
    background-image: linear-gradient(to right, #0660ea , #4298fe);
    }
    .image-gallery-subtitle
    {
            background: #fff;
            font-size: 18px;
    text-align: center;
    font-weight: bold;
        }</pre></body></html>