@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

/*html {
    font-size: 100%;
}*/


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    background: white;
}

/*
.navbar {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    top: 0;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    border: .5rem outset;
    background-image: linear-gradient(to bottom, #a6e2e2, #4d6bc5);
    height: 10rem;
}
*/

/*
.navbar img {
    width: 8rem;
    height: 8rem;
    position: relative;

}
*/

.navbar .search {
    height: 6rem;
    width: 80rem;
    text-align: center;

}

.navbar .search .text {
    height: 4rem;
    width: 70rem;
    border: .2rem solid #fac441;
    border-radius: 6rem;
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
}


.editor-container{
    width: 100%;
    height: 500px;
    margin: 20px auto;
    position: relative;
}

.ace_editor{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 80%;
    font-size: 20px;
    margin: 10px auto;
}

#Codessss{
    display: none;
}

.ace_scrollbar {
    contain: strict;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0 !important;
}

.output{
    padding: 5px;
    background-color: black;
    color: #fff;
    display: block;
    margin: 10px auto;
    width: 80%;
    max-height: 300px;
    display: none;
    overflow: auto;
    border-radius: 15px;
    position: static;
}pre {color:#fff;font-size: 18px;}

.navbar .search .submit {
    height: 4rem;
    width: 5rem;
    border: .2rem solid #fac441;
    border-radius: 6rem;
}


.navbar .search i {
    margin: 1rem;
}

.navbar .icon {
    width: 19rem;
    align-items: center;
}

.navbar .icon .fa {
    padding: .4rem;
    font-size: 2rem;
    width: 2.9rem;
    text-align: center;
    text-decoration: none;
    margin: .5rem .2rem;
    border-radius: 50%;
    height: 3rem;
}


.fa:hover {
    opacity: 0.7;
}

/*.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-telegram{
    background: #55ACEE;
    color: white;
}*/

.navbar .btn {
    padding: .4rem 1.2rem;
    border: .2rem solid #c4bbe9;
    border-radius: 6rem;    
    cursor: pointer;
    color: white;
    background-color: #f9b700;
    position: relative;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    width: 9rem;
    height: 4rem;
    font-size: 1.6rem;
}


.courses {
    top: 7rem;
    position: fixed;
    width: 100%;
    height: 4.5rem;
    text-align: center;
    overflow: hidden;
    background-color: #c4bbe9;
    padding: 1rem;
    z-index: 1;
}

.courses a {
    color: #5430e4;
    font-family: 'Fira Sans', sans-serif;
    margin: 0rem 2.7rem;
    font-weight: bold;
    font-size: 2.4rem;
}


.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #b71a1a;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: .2rem;
    bottom: 0;
    left: 0;
    background-color: #b71a1a;
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom center;
}

.nav {
    width: 100%;
}

.menu1 {
    width: 100%;
    text-align: end;
    display: none;
}

.menu1 img {
    width: 3.0rem;
}

.scrollbar {
    position: fixed;
    top: 114px;
    left: 0;
    width: 20%;
	/* padding-right:2%; */
    overflow-y: scroll;
    height: 84.5vh;
	padding-top:20px;
	box-shadow: 0 0px 10px #333;
	/*margin-top:100px;*/
    /*background-image: url("bg_img1.jpg");
    background-size: cover;
	background-attachment: fixed;*/
}

.scrollbar .menu ul {
    list-style-type: none;
    font-family: 'Poppins', serif;
    font-size: 2rem;
    color: black;
}

.scrollbar .menu ul h4{
    border: 2px #42894673 solid;
    color:#fff;
    background-color: #035282;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 13%);
    align-items: center;
    display: block;
    padding: 5px;
    border-radius: 10px;
    letter-spacing: 1px;
	font-size:17px;
	font-family: 'Poppins', serif;
	font-weight: 600;
	text-align: center;
}

.scrollbar .menu ul li {
    padding: 0.5rem 1rem;
    font-family: 'Poppins', serif;
    font-size: 16px;
    padding-left: 33px;
    margin: 2px;
    border-bottom: 1px solid #45874873;
}



.scrollbar .menu ul li a{
    color: black;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    position: relative;
	font-family: 'Poppins', serif;
}

.scrollbar .menu ul li a:hover{
    color: red;
}

.active1{
    color: red!important;
    padding-left: 10px;
}


.overview {
    width:75%;
	float:right;
    font-size: 1.5rem;
	padding-top:10%;
	margin-right:3%;
}

.cnt{
    width: 100%;
    height: auto;
    display: flex;
	justify-content: center;
	align-items: center;
}

.para{
    width: 50%;
}

.sub-topic{
  margin-left: 40px;
}

.sub-topic1{
  margin-top: -18px;
  margin-left: 40px;
}

.tb{
    text-align: -webkit-center;
    width: 100%;
}
table{
    border: 3px solid black;
    border-collapse: collapse;
    width: 80%;
    margin:10px auto;
}

th, td {
    border: 3px solid black;
    border-collapse: collapse;
    font-size: 16px;
    text-align: center;
    font-family: 'Lora', serif;
    padding: 15px;
}

.overview .pre {
    height: 5rem;
	
}

.code{
    width: 80%;
    height: 30rem;
    overflow-x: scroll;
    background-color: #FCF6F5FF;
    color: #462f2f;
    padding-left: 3rem;
    font-size: 2rem;
    border: 2px groove #b6a1a1;
    margin: auto;
}

.codinggg{
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    word-spacing: 1px;
    letter-spacing: 1px;
    line-height: 35px;
}







.overview .img7{
    width: 100%;
    text-align: -webkit-center;
    text-align: center;
    margin: 20px 0px;
}

.video {
    width: 100%;
    text-align: center;
}


.overview .btn1 {
    padding: .4rem 1.2rem;
    border: .2rem solid white;
    border-radius: .6rem;
    cursor: pointer;
    color: white;
    /* background-color: #5430e4; */
    float: left;
    font-size: 1.2rem;
    position: relative;
    /* -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; */
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #0281ce, #035282);
	padding: 0.7rem 1.5rem;
	box-shadow: 0 5px 2px #02568a;
	transition: all 0.5s ease-in-out;
   
}


.btn3{
    /* padding: .4rem 1.2rem; */
    border: .2rem solid white;
    border-radius: .6rem;
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
    position: relative;
    background-color: rgb(43, 212, 43);
    border-radius: 30px;
    padding: 0.7rem 1.5rem;
    margin-left: 110px;
}

.btn3 a{
    color: white;
}



.btn1:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}


.overview .btn2 {
    padding: .4rem 1.2rem;
    border: .2rem solid white;
    border-radius: .6rem;
    cursor: pointer;
    color: white;
    /* background-color: #5430e4; */
    float: right;
    font-size: 1.2rem;
    position: relative;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #0281ce, #035282);
	padding: 0.7rem 1.5rem;
	box-shadow: 0 5px 2px #02568a;
	transition: all 0.5s ease-in-out;
}


.btn2:after {
    content: "";
    background: #b71a1a;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -2rem !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.btn2:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.icon3 {
    text-align: right;
    margin-top: 17.0rem;
    margin-right: 3.0rem;
    display: none;
}

.icon4 {
    display: inline-block;
    cursor: pointer;
    text-align: right;
}

.bar1,
.bar2,
.bar3 {
    width: 3.5rem;
    height: .5rem;
    background-color: #333;
    margin: .6rem 0;
    transition: 0.4s;
}


.change .bar1 {
    transform: translate(0, 1.1rem) rotate(-45deg);
}


.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -1.1rem) rotate(45deg);
}

.overview h3 {
    font-size: 2rem;
    font-family: 'Kanit', sans-serif;
    text-align: start;
    letter-spacing: 1px;
	font-weight: 700;
}

.overview p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    margin: 1.8rem;
    line-height: 3.2rem;
    /*font-weight: 500;*/
    line-height: 1.8em;
    font-family: "Open Sans",Arial,sans-serif;
    /* font-size: 14px; */
    color: #000;
    margin: 0.8em 10px 1em 17px;
    padding: 0;
    text-align: justify;
}

.overview h5 {
    font-size: 1.8rem;
    font-family: 'Kanit', sans-serif;
    padding-left: 10px;
}

.clr-rd{
    color: red;
}

/*footer {
     background-color: black; 
    margin-top: 2rem;
    text-align: center;
    background-image: linear-gradient(to bottom,  #4d6bc5 , #a6e2e2);
    color: black;
}*/

.icon1 {
    text-align: right;
    margin-right: 5.3rem
}

.icon1 a {
    padding: .5rem;
    font-size: 1.7rem;
    width: 2.8rem;
    text-align: center;
    text-decoration: none;
    margin: .5rem .2rem;
    border-radius: 50%;
    height: 2.9rem;
    /* box-shadow: 0px 5px 3px #fac441; */
}


.overview .text4 {
    color: black;
}

.icon2 {
    text-align: center;
    font-size: 4.0rem;
}

.fa-thumbs-up {
    color: white;
}

.scroll {
    display: none;
}


.img10{
    max-width: 70%;
    border: 1px solid #333;
    border-radius: 15px;
	box-shadow:0px 0px 4px #ccc;
}



@media only screen and (max-width:1024px) {
    .navbar .search .text {
        width: 30rem;
    }

    .navbar .icon .fa {
        display: none;
    }

    .navbar .btn {
        display: none;
    }

    .images {
        height: 40rem;
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width:768px) {


    .scrollbar {
        display: none;
    }


    .scroll {
        top: 10rem;
        left: 0;
        overflow: scroll;
        z-index: 1;
        width: 70%;
        position: fixed;
        display: block;
        background-image: linear-gradient(to bottom, #a6e2e2, #4d6bc5);
        height: 100vh;
    }

    .scroll .scroll1 ul {
        list-style-type: none;
        padding: 1rem 2rem 0rem;
        color: black
        font-family 'Roboto Slab', serif;
        font-size: 2rem;
    }

    .scroll .scroll1 ul li {
        padding: .5rem 1rem;
        font-family: 'Roboto Slab', serif;
        font-size: 1.5rem;
    }

    .scroll .scroll1 ul li a {
        color: black;
    }


    .overview {
        width:95%;
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-top:100px;
    }
    
    .output{
        width:95%;
    }
    
    pre{
        font-size:12px;
    }

    .navbar .search .text {
        width: 25rem;
    }

    .navbar .icon .fa {
        display: none;
        
    }

    .menu1 {
        display: block;
    }


    th, td {
        font-size: 16px;
    }

    img{
      width: 100%;
    }


}


@media only screen and (max-width:480px) {
    
    .navbar .search .text {
        width: 15rem;
    }

    .navbar .icon .fa {
        display: none;
    }

    .menu1 {
        display: block;
    }


    .navbar .btn {
        display: none;
    }

    .sub-topic{
      margin-left: 0;
    }


    th, td {
        font-size: 9px;
    }
}


#button_jtc {
  display: inline-block;
  background-color: #035282;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button_jtc:after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 40px;
  color: #fff;
}
#button_jtc:hover {
  cursor: pointer;
  background-color: #333;
}
#button_jtc:active {
  background-color: #555;
}
#button_jtc.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.sidebar_heading {padding:0 !important;}
/*.overview p {position:relative;}
.overview p:before {content:"\f00c"; font-family:'FontAwesome'; position:absolute; left:0;}*/
.container_box {position:relative; overflow:hidden;}
button {display:block;}
.btn_holder {overflow:hidden;}
.btn_holder button {margin:10px 0;}



/*Footer Design CSS*/

/* 
footer {
  background-color: #222;
  color: var(--lite);
	margin-top:40px;
	padding:20px 0;
	position: relative;
}

footer h3 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

footer a {
  color: var(--lite);
  display: block;
  margin: 15px 0;
}

footer a:hover {
  color: var(--white);
}

footer fieldset {
  padding: 0;
}

footer fieldset input {
  background-color: #334f6c;
  border: 0;
  color: var(--lite);
  padding: 1rem;
}

footer fieldset .btn {
  border-radius: 0;
  border: 0;
}

footer fieldset .btn_2:hover {
  background-color: var(--secondary);
  border: 0;
  color: var(--primary);
}

footer .flex:last-child {
  align-items: center;
}

footer .flex:last-child .flex-content:last-child {
  text-align: right;
}

footer .flex:last-child p {
  color: var(--white);
}

footer .flex:last-child a {
  width: 40px;
  display: inline-block;
  background-color: #035282;
  color: var(--white);
  padding: 0.5rem;
  margin-right: 3px;
  text-align: center;
}

footer .flex:last-child a:hover {
  background-color: var(--secondary);
  color: var(--gray);
}
footer a {
  text-decoration: none !important;
  min-width: fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}
@media (max-width: 1100px) {
  footer .flex:first-child {
    flex-wrap: wrap;
  }

  footer .flex:first-child .flex-content {
    flex: 1 1 40%;
  }
}

@media (max-width: 920px) {
  footer .flex:last-child .flex-content:last-child {
    text-align: left;
  }
}

@media (max-width: 320px) {
  footer .flex:first-child .flex-content {
    flex: 1 1 100%;
  }
}

:root {
  --white: #fff;
  --black: #000;
  --dark: #1e1e1e;
  --gray: rgba(1, 1, 1, 0.6);
  --lite: rgba(255, 255, 255, 0.6);
  --primary: #002347;
  --secondary: #fdc632;
}

footer .title {
  color: var(--primary);
}

footer .flex,
footer .fixed_flex {
  display: flex;
	width:80%;
	margin:0 auto;
}

footer .flex-content {
  width: 100%;
  position: relative;
}

footer .padding_1x {
  padding: 1rem;
}

footer .padding_2x {
  padding: 2rem;
}

footer .padding_3x {
  padding: 3rem;
}

footer .padding_4x {
  padding: 4rem;
}

footer .btn {
  padding: 0.8rem 2rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

footer.btn_1 {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--secondary);
}

footer .btn_1:hover {
  background-color: transparent;
  color: var(--primary);
}

footer .btn_2 {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
}

footer .btn_2:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--secondary);
}
footer h3 {font-size:21px; font-weight: 700;}

@media (max-width: 920px) {
  footer .flex {
    flex-wrap: wrap;
  }

 footer .padding_1x,
 footer .padding_2x,
 footer .padding_3x,
 footer .padding_4x {
    padding: 1rem;
  }

  footer .btn {
    padding: 0.5rem 1rem;
  }

  
} */



.nav-mobile {
  background: #446cb3;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  box-shadow: 0 5px 5px -5px #333;
	display: none;
}
.nav-mobile:after {
  content: "";
  display: table;
  clear: both;
}
.nav-mobile svg {
  height: 45px;
 /* width: 65px;*/
  padding: 9px;
	margin-top:6px;
}
.nav-mobile svg path {
  fill: #333;
}
.nav-mobile svg.icon-close {
  display: none;
  padding: 15px;
}
.nav-mobile li {
  width: 100%;
  height: 45px;
  line-height: 46px;
  text-align: center;
  float: left;
}
.nav-mobile li a {
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
	padding-left:30px;
}
.nav-mobile .menu-button {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 80%;*/
  height: 100%;
  margin: 0;
  cursor: pointer;
  display: block;
}
/*.nav-mobile .menu-button:after {
  opacity: 0;
  top: 45px;
  content: "";
  width: 100vw;
  display: block;
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
  transition-delay: 0.1s;
}*/
.nav-mobile #menu-toggle {
  display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
  display: block;
	/*right: 20%;
position: absolute;*/
}
/*.menu-button .icon-open{
  display: block;
	right: 20%;
position: absolute;
}*/
.nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
  display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile .menu-container {
  width: 100%;
  float: left;
  cursor: pointer;
  position: absolute;
}
.nav-mobile .menu-container .menu-sidebar {
  box-shadow: 5px 0 5px -5px #333;
  display: block;
  width: 80vw;
  bottom: 0;
  background: white;
  color: #333;
  position: fixed;
  transform: translateX(-405px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
  top: 60px;
  z-index: 2;
  list-style-type: none;
  padding: 0;
  max-width: 400px;
	left: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
  position: absolute;
  line-height: 50px;
  font-size: 32px;
  color: #555;
  top: 0;
  z-index: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow.left {
  left: 25px;
}
.nav-mobile .menu-container .menu-sidebar .arrow.right {
  right: 25px;
}
.nav-mobile .menu-container .menu-sidebar li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.nav-mobile .menu-container .menu-sidebar li:hover {
  background: #eee;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: white;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  border-left: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  max-width: 400px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
  overflow: hidden;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
  padding-left: 50px;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
	font-weight: 700;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
  display: none;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
  width: 85vw;
  visibility: visible;
  z-index: 1;
  transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
  overflow-y:auto;
}
.mob_inner {display:none;}
.copy_r {font-weight:normal !important; font-size:14px !important;}
.copy_r a {font-weight:700;font-size: 18px;
font-family: "Poppins";
margin-top: 11px;}
.inner_img {width:50%; text-align: center;}
.inner_img img {width:70%;}
.flex-direction{justify-content: inherit;}
.enq_pop a {display: inline-block;
background: #035282;
padding: 8px 15px;
color: #fff;
font-weight: 600;
border-radius: 20px;
border: 1px solid #035282;
margin-top:8px;

}

.clr_blue{
  color: #0040ff;
}

.output_img{
  width: 100%;
}

.text-upper{
  margin: 0.8em 10px -1em 17px !important;
}
@media only screen and (max-width:767px){
    .enq_pop a {
    display: inline-block;
    background: #035282;
    padding: 2px 8px;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #035282;
    margin-top: 14px;
    font-size:11px;
}
}

#ticker{
  overflow:auto;
  height:30px;
  vertical-align:middle;
  width:100%;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}
#ticker ul{
  display:block;
  padding:0px;
  line-height:30px;
  margin:0px;
  list-style:none;
  white-space: nowrap;
  animation: scroll 50s linear 0s infinite;
    position: absolute;
  
  
}
#ticker ul li{
  display: inline-block;
  white-space: normal;
  margin-left:20px;
	color:#fff;
}
#ticker .title{
  background-color:#035282;
  color:#FFF;
  position:absolute;
  left:0;
  font-weight:bold;
  
  top:0;
  display:block;
  height:30px;
  line-height:30px;
  padding-left:10px;
  padding-right:10px;
  z-index:10;
  /*box-shadow:0px 0px 20px rgba(0,0,0,.8);*/
}
@keyframes scroll {
    from {
      transform: translate(100%,0);
      
    }

    to {
       transform: translate(-600%,0);
      
    }
}

/* Custom CSS */

#ticker{
  
  margin:auto;
}
#ticker ul{
  width:100%;
}