* {padding: 0;margin: 0;box-sizing: border-box;list-style: none;font-family: roboto;}

@font-face {font-family: 'roboto';src: url('../css/fonts/roboto.woff') format('woff'),url('../css/fonts/roboto.woff2') format('woff2');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'russo-regular';src: url('../css/fonts/russo-regular.woff') format('woff'),url('../css/fonts/russo-regular.woff2') format('woff2');font-weight: normal;font-style: normal;font-display: swap;}
html{scroll-behavior: smooth;scroll-padding: 2em;}
body {position: relative;}
body::before {position: absolute;content: '';background: url('../img/background.webp') no-repeat center center;background-size: cover;position: fixed;inset: 0;z-index: -1;}
.container {max-width: 1300px;margin: 0 auto;padding: 0 15px;}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

/* ROOT */
:root {
  --text: #3A3A3A;
  --p_txt:#6a6a6a;
  --black: #000;
  --white: #fff;
  --blue: #61C9D6;
  --lightblue: #607ABC;
  --purple: #9575B4;
  --ftr:#06101A;
}

p{font-family: 'roboto';margin-bottom: 15px;color: var(--p_txt);}
a{font-family: 'russo-regular';text-decoration: none;}
h1,h2,h3,h4,h5,h6, span{font-family:'russo-regular';letter-spacing: 1px;}

section{padding: 60px 0px;}

/* Button */
.abt_cta{display: inline-block;margin-top: 20px;}
.mnbtn {display: flex;align-items: center;gap: 5px;background-color: var(--black);color: var(--white);text-decoration: none;padding: 10px 20px;border-radius: 50px;font-size: 1rem;position: relative;transition: 0.3s ease;overflow: hidden;z-index: 1;overflow: hidden;border: none;cursor: pointer;}
.mnbtn::before {position: absolute;content: "";z-index: -1;display: block;left: -20%;right: -20%;top: -4%;height: 150%;width: 150%;bottom: 0;background: linear-gradient(85.54deg, #607ABC 0%, #9575B4 49.04%, #61C9D6 100%);;transform: skewX(45deg) scale(0, 1);transition: all 0.5s ease 0s;}
.mnbtn:hover::before {transform: skewX(45deg) scale(1, 1);}
.mnbtn img {width: 20px;transition: 0.3s ease;}
.mnbtn:hover img {rotate: 45deg;}
.frtrl_btn{position: fixed;top: 42%;rotate: -90deg;right: -76px;}
.frtrl_btn a{background-color: var(--ftr);padding:.8em;border-top-left-radius: 20px;border-top-right-radius: 20px;color: var(--white);font-size: 15px;position:relative;margin-left: 13px;cursor: pointer;}
.frtrl_btn a:hover{background: linear-gradient(85.54deg, #607ABC 0%, #9575B4 49.04%, #61C9D6 100%);;transform: skewX(45deg) scale(0, 1);}
/* Button */

/* HEADING */
.pg_hd{font-size: 50px;color: var(--text);margin-bottom: 10px;}
.sm_hd{color: var(--blue);text-transform: uppercase;font-family: roboto;display: block;font-weight: 600;letter-spacing: 1px;margin-bottom: 5px;}
/* HEADING */


/* HEADER */
header {padding: 10px 0px;position: relative;z-index: 999;}
header.sticky{position: fixed;width: 100%;background:#ffffffa3;backdrop-filter: blur(40px);}
header nav {display: flex;align-items: center;justify-content: space-between;}
header nav ul {display: flex;justify-content: space-around;gap: 50px;}
header nav ul li a {color: var(--text);text-decoration: none;font-size: 1rem;}
/* HEADER */

/* LOADER */
.loader{position: fixed;width: 100%;height: 100%;background: var(--blue);top: 0;left: 0;z-index: 999;}
/* LOADER */

/* FOOTER */
footer{background: var(--ftr);padding: 100px 0px 0 0;}
footer .ftr_flx{display: flex;justify-content: space-evenly;align-items: center;}
.ftr_left{width: 25%;}
.ftr_left .eml{margin-bottom: 40px;}
.ftr_left a{color: var(--blue);font-size: 2em;}
.ftr_middle{text-align: center;width: fit-content;width: 50%;}
.ftr_right{width:25%;}
.ftr_right .mplc p{color: var(--white);margin-bottom: 10px;font-size: 15px;}
.ftr_right .mplc a{color: var(--blue);}
.scl_md{margin-top: 40px;}
.scl_md ul{display: flex;justify-content: center;align-items: center;gap: 10px;}
.scl_md ul li a{height:100%;line-height: 0;display: block;border-radius: 100%;transition: .3s ease;}
.scl_md ul li a:hover{background: var(--purple);}
.scl_md ul li img{width: 100%;height: auto;}
.btm_ftr{display: flex;justify-content: space-between;align-items: center;border-top: 1px solid #4C4C4C;padding:20px 10px;margin-top: 30px;}
.btm_lf p{color: var(--white);font-size: 13px;}
.btm_ftr .btm_rg ul{display: flex;gap: 20px;}
.btm_ftr .btm_rg ul li a{color: var(--white);font-family: roboto;font-size: 13px;}
.flticn{position: fixed;z-index: 999;top: 90%;right: 5%;}
.flticn img{scale: 1;transition: .3s ease;}
.flticn:hover img{scale: 1.1;}
.all_ftrbtns{position: fixed;bottom: 0;width: 100%;background: var(--black);padding: .6em;display: none;z-index: 99;}
.all_ftrbtns .ins_ftrbtn{display: flex;justify-content: space-around;}
.all_ftrbtns .ins_ftrbtn a{color: var(--white);cursor: pointer;}
/* FOOTER */

/* BANNER */
.banner_sec{position: relative;height:100vh;}
.lines{position: absolute;}
.lineone{left: 20px;}
.linetwo{left: 50px;bottom: 350px;}
.linethree{left: 20px;bottom: 100px;}
.linefour{right: 80px;top: 40px;}
.linefive{right: 50px;top: 140px;}
.anim_bg .shade_txt{text-transform: uppercase;font-size: 10vh;text-align: center;line-height:9vh;}
.shade_txt.drk{color: var(--black);}
.shade_txt.bdrk{color: var(--white);-webkit-text-stroke-width:.3px;-webkit-text-stroke-color:var(--blue);opacity: .4;}
.shade_txt.rdrk{color: var(--white);-webkit-text-stroke-width:.3px;-webkit-text-stroke-color:var(--purple);opacity:.3;}
.shade_txt.cdrk{color: var(--white);-webkit-text-stroke-width:.3px;-webkit-text-stroke-color:var(--lightblue);opacity: .1;}
.anim_bg .girl{position: absolute;z-index: 1;bottom: 0;left: 47%;transform: translateX(-50%);}
.anim_bg .girl img{width: 53vh;height: auto;}
.anim_bg .circle{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.anim_bg .circle img{width: 100vh;height: auto;}
.anim_bg .bnhds{position: absolute;right: 70px;bottom: 20%;z-index: 1;}
.anim_bg .bnhds .bnr_txt{font-size: 20px;color: var(--p_txt);letter-spacing: 1px;}

/* BANNER */

/* ABOUT */
.abt_flx{display: flex;align-items:center;}
.abt_ls{width: 50%;margin-right: auto;}
.abt_rs{width: 40%;margin-left:auto;}
.abt_img{width: 500px;}
.abt_rs img{width: 100%;height: auto;}
/* ABOUT */

/* COUNTER */
.counters .counter09{display: flex;width: 60%;margin: auto;gap:20px;text-align: center;flex-wrap: wrap;}
.counter09 .counterdv{flex: 30%;background-color: var(--text);border-radius: 40px;padding: 50px 10px;}
.counterdv h2{font-size: 3em;color: var(--purple);}
.counterdv p{color: var(--white);font-size: 20px;}
/* COUNTER */

/* WHY US */
.whysec{position: relative;}
.why_usimg img{width: 100%;height: auto;}
.alwhy{background: var(--blue);width: 35%;padding: 30px 20px;border-radius: 15px;position: absolute;top: 0;right: 20px;}
.alwhy::before{position: absolute;content: '';border-top: 30px solid var(--white);border-right: 30px solid var(--blue);top: 0;left: 0;width: 0;}
.alwhy .wlhydv{display: grid;grid-template-columns: 1fr auto;gap: 10px;place-items: center;padding: 20px 0px;border-bottom: 1px solid var(--white);}
.alwhy .wlhydv:last-child{border-bottom: none;}
.alwhy .wlhydv .wlyimg{width:60px;}
.alwhy .wlhydv .wlyimg img{width: 100%;}
.alwhy .wlhydv .wlytxt h3{font-size: 20px;color: var(--text);}
.alwhy .wlhydv .wlytxt p{margin-bottom: 0;font-size: 14px;color: var(--text);}
/* WHY US */

/* SERVICES */
.text-center{text-align: center;}
.all_services{display: flex;flex-wrap: wrap;gap: 20px;}
.all_services .srvdv{flex: 45%;position: relative;}
.all_services .srv_img img{width: 100%;height: auto;border-radius: 20px;}
.all_services .srvdtls{background-color: var(--blue);padding: 40px;border-radius: 20px;position: relative;top: -60px;}
.all_services .srvdtls::before{position: absolute;content: '';width: 0;border-top: 30px solid #2e2e30;border-left: 30px solid var(--blue);top: 0;right: 0;}
.all_services .srvdtls:last-child::before{position: absolute;content: '';width: 0;border-top: 30px solid #3a3940;border-left: 30px solid var(--blue);top: 0;right: 0;}
.all_services .srshdng p{font-size: 14px;color: var(--text);}
.ins_dtls .srv_tgs{display: flex;flex-wrap: wrap;gap: 20px;margin-top: 20px;}
.ins_dtls .srv_tgs .altgs{flex: 20%;position: relative;margin-left: 10px;}
.ins_dtls .srv_tgs .altgs::before{position: absolute;content: '';background: var(--purple);width: 3px;height: 55px;left: -10px;top: -4px;}
/* SERVICES */

/* OUR MEMBERS */
#ourteam{overflow: hidden;}
.all_memb{margin-block-start: 50px;position: relative;}
.all_memb .slick-list{overflow: inherit !important;}
.all_memb .team_img{width: 90% !important;margin-left: auto;position: relative;overflow: hidden;border-radius: 20px;}
.all_memb .team_img img{width: 100%;height: auto;overflow: hidden;scale: 1;transition: .3s ease;}
.all_memb .team_img:hover img{scale: 1.1;}
.all_memb .team_img .team_dts h3{position: absolute;bottom: -125px;left: 30px;font-family: roboto;color: var(--black);font-size: 20px;transition: .3s ease;}
.all_memb .team_img .team_dts::before{position: absolute;content: '';background: var(--blue);width: 100%;height: 27%;bottom: -40%;left: 0;transform: skewY(6deg);border-top-left-radius: 20px;border-top-right-radius: 20px;transition: .3s ease;}
.all_memb .team_img:hover .team_dts h3{bottom: 35px;}
.all_memb .team_img:hover .team_dts::before{bottom:-29px;}
.all_memb button{position: absolute;font-size: 0;width: 40px;height: 40px;background: url('../img/sldr-arrow.svg')no-repeat;border: none;background-size: cover;cursor: pointer;top:-90px;}
.all_memb .slick-prev{right: 100px;rotate: -180deg;}
.all_memb .slick-next{background: url('../img/sldr-arrow.svg')no-repeat;background-size: cover;right: 50px;}
/* OUR MEMBERS */

/* GALLERY SLIDER */
.gal_grid{display: grid;grid-template-columns: 1fr 2fr 1fr;gap:20px;margin-bottom: 20px;}
.gal_grid2{display: grid;grid-template-columns: 1fr 1fr 2fr;gap: 20px;}
.gal_img{overflow: hidden;border-radius: 20px;height: 268px;}
.gal_img img{width: 100%;height:100%;scale: 1;transition: .4s ease;object-fit: cover;}
.gal_img:hover img{scale: 1.1;}
.gal_slide{margin-block-start: 50px;}
.gal_slide button{position: absolute;font-size: 0;width: 40px;height: 40px;background: url('../img/sldr-arrow.svg')no-repeat;border: none;background-size: cover;cursor: pointer;top:-90px;}
.gal_slide .slick-prev{right: 100px;rotate: -180deg;}
.gal_slide .slick-next{background: url('../img/sldr-arrow.svg')no-repeat;background-size: cover;right: 50px;}

/* GALLERY SLIDER */

/* CONTACT */
.mapflx{display: flex;background: var(--blue);position: relative;line-height: 0;border-radius: 16px;height: 500px;}
.mapflx::after{position: absolute;content: '';width: 0;border-top: 30px solid var(--white);border-left: 30px solid var(--blue);top: 0;right: 0;}
.mapflx .map_dv{width: 50%;}
.mapflx .map_img iframe{width: 100%;}
.mapflx .frm_dv{width: 45%;margin-left: auto;line-height: initial;padding-block-start: 40px;}
.mapflx .frm_dv form{width: 90%;}
.mapflx .frm_dv small{text-transform: uppercase;color: var(--white);font-family:russo-regular;border-bottom: 1px solid var(--white);margin-block-end: 10px;}
.mapflx .contact_form h2{font-size:50px;color: var(--text);}
.mapflx form .form-control{width: 100%;margin-block-start: 15px;position: relative;}
.mapflx .isde_fld{display: flex;justify-content: space-between;}
.mapflx .isde_fld .form-control{width: 100%;}
.mapflx .isde_fld .form-control:first-child{width: 20%;border-bottom: 1px solid #000;font-size: 13px;line-height: 2;}
.mapflx form .form-control input::placeholder{color:var(--text);}
.mapflx form .form-control textarea::placeholder{color:var(--text);}
.mapflx form .form-control input:focus{outline: none;}
.mapflx form .form-control textarea:focus{outline: none;}
.mapflx form .form-control input, .mapflx form .form-control textarea{width: 100%;background: none;border: none;border-bottom: 1px solid var(--ftr);padding: .95rem .35rem .25rem .35rem;}
.mapflx form .form-control .error{position: absolute;left: 0;bottom: -17px;font-size: .8em;color: #e90000 !important;}
.mapflx .frm-btn{display: inline-block;margin-block-start: 20px;}

/* CONTACT */

/* MARQUEE */
.marquee {position: relative;width: 100vw;max-width: 100%;overflow: hidden;line-height: 5em;}
.track {white-space: nowrap;font-size: 7em;text-transform: uppercase;color:var(--black);will-change: transform;animation: marquee 10s linear infinite;cursor: pointer;font-weight: 600;height: 20vh;display: flex;align-items: center;}
.track-1 {white-space: nowrap;font-size: 7em;text-transform: uppercase;color: var(--black);will-change: transform;animation: marquee-1 10s linear infinite;cursor: pointer;bottom: 0%;font-weight: 600;height: 20vh;display: flex;align-items: center;}
.marquee span{transition: .3s ease;font-family: russo-regular;position: relative;margin-inline-end: 30px;color:var(--text);}
.marquee span::before{position: absolute;content: '';background: url('../img/star.png')no-repeat;background-size: cover;width: 50px;height: 50px;top: 25%;left: -8%;}
.track span:hover{text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989993px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756803px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279416px 0px;color: var(--white);}
.track-1 span:hover{text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989993px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756803px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279416px 0px;color: var(--white);}
 .track:hover{animation-play-state: paused;transition: all .3s;}
 .track-1:hover{animation-play-state: paused;transition: all .3s;}
  @keyframes marquee {
    0%{ transform: translateX(0); }
100%{ transform: translateX(-50%); }
  }

  @keyframes marquee-1 {
   0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  /* MARQUEE */

  .grecaptcha-badge{display: none;}
  /* 404 */
  .notfoundsec{background: url('../img/gallery/gal-2.webp')no-repeat;background-size: cover;width: 100%;height: 100vh;display: flex;align-items: center;justify-content: center;position: relative;z-index: 1;}
  .notfoundsec::before{position: absolute;content: '';background: #000;width: 100%;height: 100vh;opacity: .6;z-index: -1;}
  .notfoundsec h1{font-size: 10em;color:var(--white);}
  .notfoundsec .btn404{display: flex;margin: auto;text-align: center;justify-content: center;align-items: center;padding: .55em 4em;border-radius: 1rem;border: none;cursor: pointer;align-content: space-around;font-size: 1em;background: var(--white);color: var(--black);}
  .fixban header{position: fixed;width:100%;background-color: #fff;}
  /* 404 */

  /* POPUPFORM */
  input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px transparent inset !important;box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;}
  input:focus{background-color: transparent !important;}
  .bcdrp{position: fixed;background-color: rgba(0, 0, 0, 0.4);width: 100%;height: 100%;top: 0;left: 0;z-index: 999;display: none;}
  .bcdrp .popfrm{width: 30%;background: var(--blue);padding: 20px;transform: translate(-50%);top: 30%;left: 50%;transform: translateX(-50%);position: relative;border-radius: 10px;}
  .bcdrp .popfrm h3{color: var(--text);font-size: 25px;}
  .bcdrp form .form-control{width: 100%;position: relative;}
  .bcdrp form .form-control .error{position: absolute;font-size: 8px;left: 0;bottom: -10px;}
  .bcdrp form .form-control input, .bcdrp form .form-control select{width: 100%;border: none;border-bottom: 1px solid var(--ftr);background: transparent;padding: .75em .35em;}
  .bcdrp form .form-control select{color: var(--text);}
  .bcdrp form .form-control input::placeholder{color: var(--text);}
  .bcdrp form .form-control input, .bcdrp form .form-control select:focus{outline: none;}
  .bcdrp .popfrm .close{cursor: pointer;position: absolute;top: 5px;right: 20px;}
  .bcdrp .popfrm .close span{font-size: 1.5em;color: var(--white);}
  .bcdrp .frm-btn{margin-top: 30px;display: inline-block;}
  .chckbxs{margin-block-start: 20px;display: flex;gap: 20px;}
  .chckbxs .chk{display: flex;align-items: center;gap: 10px;}
  .chk label{font-size: 12px;}
  .isde_fldppup{display: flex;}
  .isde_fldppup .form-control:first-child{width: 30%;border-bottom: 1px solid #000;font-size: 13px;line-height: 2;}
  /* POPUPFORM */

  /* PRIVACY */
  .privacy_content{width: 90%;margin: auto 0;}
  .privacy_content ol li{list-style-type: decimal;}
  .privacy_content li {margin: 20px 0px;}

  .thankyou{height:80vh;display: flex;justify-content: center;align-items: center;flex-direction: column;}
  .thankyou h1{font-size: 2rem;text-align: center;}
  .tnkbtn{background: var(--blue);color: var(--black);padding: 10px 30px;border-radius: 100rem;margin-top: 30px;}
  /* PRIVACY */
  
  /* RESPONSIVE */
  @media(max-width:768px){

     .thankyou{height:60vh;}
  .thankyou h1{font-size: 1.4rem;text-align: center;}

    .pg_hd{font-size: 30px;}
  body.active section{filter: blur(10px);}
  .cnter-menu{position: absolute;top: 0;left: 0;right: 0;z-index: -1;width: 100%;}
  header{background: var(--white);}
  header nav ul{flex-direction: column;background-color:var(--white);width: 100%;overflow: auto;text-align: center;top: -100px;position: absolute;opacity: 0;transition: 0.6s ease-in-out;border-radius: 8px;gap: 10px;padding: 10px 0px;}
  header nav ul.active{opacity: 1;top: 60px;}
  header .hamburger {display: block;position: relative;height: 40px;cursor: pointer;right: 10px;top: 5px;width: 9%;}
  header .hamburger span {width: 100%;height: 2px;display: block;background-color: var(--blue);margin: 8px 10px;}
  header .hamburger span,
  header .hamburger span::before,
  header .hamburger span::after {background: var(--ftr);content: '';position: absolute;width: 33px;height: 3px;margin-top: 13px;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(deg);transform: rotate(180deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;}
  header .hamburger span::before {margin-top: -10px;background-color:var(--blue);}
  header .hamburger span::after {margin-top: 10px;background-color:var(--purple);}
  header .hamburger.active span {background: transparent;}
  header .hamburger.active span::before {margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
  header .hamburger.active span::after {transform: rotate(-45deg);margin-top: 0;}
  .cta_btn{display: none;}
.all_ftrbtns{display:block;}
.frtrl_btn{display: none;}
.flticn{top:80%}
.btm_ftr{padding-bottom: 10vh;flex-direction: column-reverse;}

  .banner_sec{height: 85vh;}
  .anim_bg .girl img{width:43vh;}
  .anim_bg .circle img{width: 50vh;}
  .anim_bg .shade_txt{font-size: 36px;line-height: 4.9vh;}
  .lines{opacity: .3 !important;scale: .5 !important;}
  .anim_bg .bnhds .bnr_txt{font-size: 20px;text-align: center;color: var(--white);}
  .anim_bg .bnhds{bottom: 5%;left: 0;right: 0;}

  .abt_flx{flex-direction: column;}
  .abt_ls, .abt_rs, .abt_img{width: 100%;}
  .abt_rs{margin-top: 30px;}
  .counters .counter09{width: 100%;}
  .counter09 .counterdv{padding: 14px 5px;border-radius: 20px;}
  .counterdv p{font-size: 18px;}
  .counterdv h2{font-size: 2em;}

  .alwhy{position: relative;width: 100%;right: 0;margin-top: -26px;}
  .alwhy::before{border-top: 30px solid #090c0f;}
  
  .track, .track-1{font-size: 3em;height: auto;}
  .marquee span::before{top: 20%;left: -46px;width: 30px;height: 30px;}
  
  #ourteam .hdng {margin-bottom: 80px;}
  .all_memb button{top: -60px;}
  .all_memb .team_img{width: 95% !important;margin: auto;}
  .all_memb .team_img .team_dts::before{bottom: -29px;}
  .all_memb .team_img .team_dts h3{bottom: 35px;}

  .gal_slide .item{display: flex !important;flex-wrap: wrap;}
  .gal_grid, .gal_grid2{gap: 5px;margin-bottom: 7px;}
  .gal_img{border-radius: 0;}
  .gal_slide button{top: auto;bottom: -50px;}
  .gal_slide .slick-next{right: 20px;}
  .gal_slide .slick-prev{right:80px ;}

  .mapflx{flex-direction: column;height: auto;}
  .mapflx::after{position: relative;border-top: 30px solid var(--blue);
    border-left: 30px solid var(--white);}
  .mapflx .map_dv{width: 100%;}
  .mapflx .frm_dv{width: 100%;padding: 20px;}
  .mapflx .contact_form h2{font-size: 30px;}

  .ftr_left .eml{margin-bottom: 10px;}
  footer .ftr_flx{flex-direction: column;text-align: center;gap:20px}
  .ftr_left, .ftr_middle, .ftr_right{width: 100%;}
  .ftr_left a{font-size: 25px;}

  /* popup */
  .bcdrp .popfrm{width: 90%;}

    .notfoundsec{height: 90vh;}
    .notfoundsec h1{font-size: 5em;}
}

@media(max-width:400px){
.anim_bg .shade_txt{font-size: 28px;}

}