@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
        font-family: 'Proxima Nova'; /* Choose a descriptive name for your font */
        src: url('../font/proximanova_light.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }
@font-face {
        font-family: 'Proxima Nova'; /* Choose a descriptive name for your font */
        src: url('../font/proximanova_regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


* {
    padding: 0;
    margin: 0;
}
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: 'Proxima Nova', sans-serif;
    color: #000;
    font-size: 14px;
}
/*************************************** common style start ********************************************/
.btn_facebook {
    color: #fff;
    background: #3b5998;
}
.btn_twitter {
    color: #fff;
    background: #00aced;
}
.btn_google {
    color: #fff;
    background: #db3236;
    margin-top: 10px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: #052049;
    text-decoration: none;
}
a:hover {
    color: #052049;
    text-decoration: none;
}
.bordrht {
    border-right: 1px solid #ccc;
}
.padleftright0{
    padding-left: 0;
    padding-right: 0;
}
.padright0{
    padding-right: 0;
}
.padleft0{
    padding-left: 0;
}
.width100{
    width: 100%;
}
.form-group{
    margin-bottom: 0;
}
.martop30{
    margin-top: 30px;
}


/*************************************** general style start ********************************************/

.topadsD{
    background: url(../img/lets.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px 0;
    position: relative;
}
.topadsD:before{
    content: "";
    background: #4b4b4e;
    border-color: transparent;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.topadsD h4{
    color: #fff;
    font-size: 22px;
        margin: 6px 0;
    margin-right: 20px;
        font-weight: bold;
}
.topadsD h2{
    color: #00b4ff;
    margin: 4px 0;
    font-size: 28px;
    letter-spacing: 0.5px;
    border-left: 1px solid #fff;
        font-weight: bold;
}
.btn-blue{
    background:#00b4ff;
    color: #000;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 25px;
    letter-spacing: 0.5px;
}
.btn-blue:hover{
    color: #000;
}


.mainvideoSec{
    position: relative;
}
.mainvideoSec video{
    width: 100%;
    height: auto;
}

.menuheader{
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    padding: 10px 60px;
    background: #0b0b17c4;
}
.logo img{
    height: 60px;
}
.fixedlogo{
    display: none;
}
.navbar-fixed-top .fixedlogo{
    display: block;
}
.navbar-fixed-top .logolight{
    display: none;
}
.sitemaPH{
    padding: 8px 0;
}
.sitemaPH ul li{
    list-style: none;
    float: left;
    margin: 0 20px;
}
.sitemaPH ul li a{
    display: block;
    color: #fff;
    padding: 8px 2px;
        font-size: 21px;
    font-weight: 500;
  position: relative;

  &:hover {
    background: linear-gradient(90deg,rgba(243, 228, 127, 1) 0%, rgba(180, 132, 48, 1) 34%, rgba(243, 228, 127, 1) 67%, rgba(180, 132, 48, 1) 99%) !important;
    background-clip: text !important;
    color: transparent !important;
  }

  &::after {
    content: "";
    background: linear-gradient(90deg,rgba(243, 228, 127, 1) 0%, rgba(180, 132, 48, 1) 34%, rgba(243, 228, 127, 1) 67%, rgba(180, 132, 48, 1) 99%);

    height: 3px;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: 5px;
    transition-duration: 0.5s;
  }
}

.sitemaPH ul li:hover a::after {
  width: 100%;
}

.sitemaPH ul li.active a {
  font-weight: 600;
  background: linear-gradient(90deg,rgba(243, 228, 127, 1) 0%, rgba(180, 132, 48, 1) 34%, rgba(243, 228, 127, 1) 67%, rgba(180, 132, 48, 1) 99%) !important;
  background-clip: text !important;
  color: transparent !important;

  &::after {
    content: "";
    background-color: #c5a02f;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    transition-duration: 0.5s;
  }
}



.loginA, .loginA:hover, .loginA:focus{
    color: #fff;
        font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.loginBtn{
    padding: 18px 0;
}
.btn-org, .btn-org:focus{
   background: url(../img/GoldenGradient.jpg);
    background-size: cover;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 8px 25px;
    letter-spacing: 0.5px;
    margin-right: 15px;
    border: none;
}
.btn-org:hover{
    color: #fff;
}

.navbar-fixed-top{
    position: fixed;
    z-index: 99;
}
.bannerCap{
    position: absolute;
    top: 0;
    left: 5%;
    bottom: 0;
        width: 80%;
    z-index: 1;
    display: flex;
    justify-content: left;
    align-items: center;
}
.bannerCap.forallpage{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: rgb(255 255 255 / 46%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerCaptext{
    width: 50%;
}
.forallpage .bannerCaptext{
    width: 80%;
}
.bannerCaptext h2{
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url(../img/utc.jpeg);
    background-position: top;
    background-size: 100% 100%;
    color: #0000;
    font-size: 68px;
    font-weight: 700;
    text-transform: uppercase;
}
.bannerCaptext p{
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 15px 0;
    margin-bottom: 20px;
    letter-spacing: 1.7px;
}
.btn-blueback, .btn-blueback:focus{
        background: url(../img/HeadingGradient.jpg);
    background-size: cover;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 8px 25px;
    letter-spacing: 0.5px;
    border: none;
}
.btn-blueback:hover{
    color: #fff;
}


.whysecD{
    padding: 60px 0;
}
.secHead h4{
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url(../img/HeadingGradient.jpg);
    background-position: top;
    background-size: 100% 100%;
    color: #0000;
    font-family: Oswald, sans-serif;
    font-size: 44px;
    display: inline;
}
.whymainD{
    position: relative;
    margin-top: 30px;
    border-radius: 8px;
}
.whymainD img{
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.whymainD:hover img{
    margin-top: -15px;
}
.whyCapD{
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background-image: linear-gradient(to top, rgba(5, 32, 73, 0), #000 85%);
    padding: 20px;
}
.whyHeadD i{
    color: #c5a02f;
    font-size: 30px;
}
.whyHeadD h4{
    color: #fff;
    font-size: 23px;
    margin:0;
}
.whyHeadD .border{
    width: 0%;
    height: 1px;
    background: #fff;
    border-radius: 5px;
    margin: 10px 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.whymainD:hover .whyHeadD .border{
    width: 100%;
}
.whymainD:hover .whyHeadD h4{
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg,rgba(243, 228, 127, 1) 0%, rgba(180, 132, 48, 1) 34%, rgba(243, 228, 127, 1) 67%, rgba(180, 132, 48, 1) 99%);
    background-size: cover;
    color: #0000;
    display: inline;
}
.whybodyD{
    margin-top: 20px;
    opacity: 0;
    position: relative;
    bottom: -10%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.whybodyD p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.whymainD:hover .whybodyD{
    opacity: 1;
    bottom: 0;
}
.bgblur{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    border-radius: 8px;
}
.whymainD:hover .bgblur{
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}



.whatUtcSec{
    background: #fff;
    padding: 60px 0;
}
.whattextD{
    border-left: 2px solid #c5a02f;
    padding-left: 30px;
}
.whattextD h2{
    font-size: 42px;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url(../img/HeadingGradient.jpg);
    background-position: top;
    background-size: 100% 100%;
    color: #0000;
    display: inline-block;

}
.whattextD p{
    font-size: 15px;
    color: #000;
    letter-spacing: 0.5px;
}
.whatimgD img{
    width: 100%;
    border-radius: 12px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.whatimgD:hover img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.whatimgD h5{
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg,rgba(243, 228, 127, 1) 0%, rgba(180, 132, 48, 1) 34%, rgba(243, 228, 127, 1) 67%, rgba(180, 132, 48, 1) 99%);
    background-size: cover;
    display: inline-block;
    color: #0000;
}

.btn-blkborder{
    background:transparent;
    border:1px solid #000;
    color: #000;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 25px;
    letter-spacing: 0.5px;
}
.btn-blkborder:hover{
    color: #000;
}


.profileSec{
    padding: 60px 0;
}
.profileMainD{
    position: relative;
}
.profileMainD img{
    width: 100%;
    border-radius: 30px;
}
.profileCapD{
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 40%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.titlebadge{
        background: url(../img/HeadingGradient.jpg);
    background-size: cover;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 6px;
    display: inline-block;
}
.profileCapD h2{
        background: url(../img/HeadingGradient.jpg);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
    font-size: 36px;
    line-height: 26px;
    margin-bottom: 20px;
    display: inline-block;
}
.profileCapD h2 small{
    color: #1DA1F2;
    font-size: 20px;
}
.profileCapD p{
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.prosocial li a.proSd {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background:#242d4c;
}
.prosocial li a{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-40px);
    transition: all 0.35s ease-in-out;
}
.prosocial li a.proSd, .prosocial:hover li a{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}


.flipmain{
    margin-top: 30px;
}
.flipmain img{
    border-radius: 15px;
  width: 100%;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 520px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back ul li{
        font-size: 17px;
    line-height: 22px;
}
.flip-card-front {
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}


.courseSec{
    background: #f4f4f4;
    padding: 60px 0;
    position: relative;
    z-index: 9;
}
.auto-container{
    position: static;
}
.d-flex{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
}
.sticky-style{
    position: sticky;
    top: 100px;
}

.courseMainD{
    margin-bottom: 30px;
    position: relative;
}
.courseMainD img{
    width: 100%;
    border-radius: 15px;
}
.courseCapD{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 15px;
    background-image: linear-gradient(to bottom, rgba(5, 32, 73, 0), #000 58%);
    padding: 30px;
}
.courseCapD h2{
    font-size: 36px;
        background: linear-gradient(335deg, #c602c9, #efbf04);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
    display: inline-block;
}
.courseCapD ul li{
    list-style: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.courseCapD .border2{
    width: 0%;
    height: 1px;
    background: #ffe780;
    margin: 10px 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.courseMainD:hover .courseCapD .border2{
    width: 100%;
}
.list-style-two{
    display: none;
    position: relative;
    bottom: -50%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.courseMainD:hover .list-style-two{
    bottom: 0;
    display: block;
}


.howapplySec{
    background: #fff;
    padding: 60px 0;
}
.happlyD{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.happlyD img{
    border-radius: 10px;
    height: 355px;
}
.happlycapD{
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000c19f0;
    padding: 30px;
}
.happlyD:hover .happlycapD{
        background: url(../img/app.jpg);
    background-size: cover;
}
.noD{
    color: #c5a02f;
    font-size: 24px;
    border: 1px solid #c5a02f;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.happlyD:hover .noD{
    color: #fff;
    border-color: #fff;
}
.happlycapD h4{
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}
.happlycapD p{
    color: #fff;
    font-size: 16px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    font-size: 54px !important;
    background: none !important;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    color: #000 !important;
}
.owlupcoming{
    margin-top: 30px;
}


.faqSec{
    padding: 60px 0;
    background: #f4f4f4;
}
.panel-default>.panel-heading{
    background: none !important;
}
.mt-30{
    margin-top: 30px;
}
.panel{
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    border-radius: 0 !important;
}
.panel-heading a {
    color: #000;
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
}
.panel-body{
    color: #000;
    font-size: 16px;
}
.panel-heading a {
  display: block;
  position: relative;
  
  &::after {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
  }

  &[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
  }
}



.blogSec{
    background: #fff;
    padding: 60px 0;
}
.home-blog-style-two-item .blog-title {
    line-height: 1.3;
}

.home-blog-style-two-item .thumb {
    position: relative;
    overflow: hidden;
}

.home-blog-style-two-item {
    overflow: hidden;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 15px 20px -10px rgb(109 117 143 / 33%);
    margin-top: 30px;
}
.home-blog-style-two-item .info{
    padding: 20px;
}



.misvisSec{
    margin: 60px 0;
}
.misvistextD{
    background: #001327;
    padding: 30px 60px;
        height: 420px;
}
.misvisimgD img{
        height: 420px;
}
.misvistextD h2{
    color: #fff;
    font-size: 36px;
}
.misvistextD p{
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
}



.servicepageSec{
    padding: 60px 0;
}
.serpageheadp{
    margin-bottom: 65px;
}
.serpageheadp p{
    font-size: 20px;
    color: #000;
    letter-spacing: 0.6px;
}

.serpagemainD{
    position: relative;
    margin-bottom: 60px;
    display: block;
}
.serpagemainD img{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    width: 100%;
        height: 500px;
    border-radius: 20px;
}

.serpagemainDcap{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    z-index: 9;
    background-image: linear-gradient(to left, rgba(5, 32, 73, 0), #000 30%);
    padding: 50px;
    border-radius: 20px;
}
.serpagemainDcapbdr{
        border-left: 2px solid #efbf04;
    padding-left: 30px;
}
.serpagemainDcap i{
    font-size: 38px;
    color: #fff;
}
.serpagemainDcap h2{
    font-size: 36px;    
    background: linear-gradient(335deg, #c602c9, #efbf04);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
}
.serpagemainDcap h3.price{
    font-size: 30px;
    color: #fff;
}
.serpagemainDcap h3.price del{
    font-size: 26px;
    color: #333;
}
.serpagemainDcap ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.serpagemainD:hover img{
    margin-top: -10px;
}

.abtDu h4{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.abtDu p{
    color: #000;
    font-size: 15px;
}
.abtDu p i{
    color: #ff4800;
}


.programD{
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 5px 10px #0003;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.programD img{
    border-radius: 10px;
}
.probdg{
    background: #ff4800;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 0 20px 20px 0;
}
.programtextD{
    margin-top: 20px;
}
.programtextD h3{
    color: #000;
    font-size: 24px;

}
.programtextD h5{
    color: #222;
    font-size: 17px;
}
.programtextD h5 i{
    color: #ff4800;
    font-size: 17px;
}


.faqpagSec{
    padding: 80px 0;
    background: #fff;
}



.conpagSec{
    padding-bottom: 100px;
}
.contact-info-area{
    padding: 20px 0 60px 0;
}

.contact-form-style-one {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    border-radius: 10px;
    position: relative;
    margin-top: -80px;
    z-index: 99;
}
.contact-form-style-one h2{
    color: #000;
    font-size: 36px;
    margin-top: 0;
}

.contact-form-style-one img {
    position: absolute;
    right: 100%;
    bottom: -50px;
    margin-right: -41px;
    z-index: -1;
    width: 150px;
}

.contact-style-one-area {
    position: relative;
    z-index: 1;
}

.contact-style-one-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: var(--bg-gray-gradient-secondary);
    z-index: -1;
}

.contact-form-style-one input, .contact-form-style-one textarea, .contact-form-style-one select {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d2e3f9;
    padding: 0;
    box-shadow: none !important;
}

.contact-form-style-one .form-group {
    margin-bottom: 20px;
}

.contact-form-style-one textarea {
    height: 100px;
    margin-top: 15px;
}

.contact-form-style-one h2 {
    margin-bottom: 15px;
    background: linear-gradient(335deg, #c602c9, #efbf04);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
    display: inline-block;
}

.contact-style-one-info .contact-info-items {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.contact-style-one-info .contact-info-items .item-single {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 50px 40px;
}

.contact-style-one-info .contact-info-items .item-single p {
    margin-bottom: 0;
}

.contact-style-one-info .contact-info-items .item-single .icon img {
    height: 60px;
    margin-bottom: 30px;
}

.contact-style-one-info .contact-info-items .item-single .icon i {
    font-weight: 100;
    font-size: 40px;
    margin-bottom: 30px;
    color: var(--color-primary);
}

.contact-info-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info-items ul li a {
    font-weight: 400;
    color: var(--color-paragraph);
}

.contact-info-items ul li a:hover {
    color: var(--color-primary);
}

.maps-area{
    padding: 60px 0;
}

.google-maps {
    overflow: hidden;
    border-radius: 20px;
}

.google-maps iframe {
    margin-bottom: -10px;
    height: 450px;
    width: 100%;
}



.footer{
    padding: 60px 0;
    padding-bottom: 20px;
    background: url(../img/footbg.jpg) top center no-repeat;
    background-size: cover;
}
.footer-logo img{
    height: 70px;
    margin-bottom: 20px;
}
.footer p{
    color: #fff;
}
.footer-social li{
    list-style: none;
    float: left;
    margin: 10px 5px;
}
.footer-social li a{
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.footer-social li:first-child a{
    height: auto;
    width: auto;
}
.footer-social li:first-child a img{
    height: 30px;
}
.footerLink h4{
    color: #fff;
    font-size: 24px;
}
.footerLink ul li{
    list-style: none;
    color: #fff;
}
.footerLink ul li a{
    display: block;
    color: #fff;
    padding: 5px 0;
}


.lastfooter{
    padding: 20px 0;
    background: url(../img/lastfoot.png) top center no-repeat;
    background-size: cover;
}
.copyD p{
    color: #fff;
    margin: 0;
}


/* Let's get this party started */
.catby::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
html::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Track */
.catby::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
/*    background: #fff;*/

}
html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 8px;
    border-radius: 8px;
/*    background: #fff;*/

}

/* Handle */
.catby::-webkit-scrollbar-thumb{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #F18500;
}
html::-webkit-scrollbar-thumb{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #d63d00;
}

