@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap');
body{
	font-family: font-family: 'Merriweather', serif;
	background:#fff;
	overflow-x: hidden;
	font-size: 16px;
    scroll-behavior: smooth;
}
.header img{
    width: 100%;
}
.top-head{
  padding: 120px 20% 0% 19%;
    
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 87px;
    border-radius: 4px;
margin: 57px 92px 15px;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color:#203864;
  color: white;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color:#203864;
    border-color:none!important;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
.header p {
    color: #38393b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 65px;
    letter-spacing: 4px;
    
}
 .link-affairs a{
            display: inherit;
            color: #fff;
            text-decoration: none;
            font-size:16px;
            letter-spacing: 2px;
            margin-top: 8px;
}
.link-affairs{
       margin-top: 6px;
       margin-bottom: 35px;
}
.extra-spacing{
margin-right: -15px!important;
margin-left: -15px;
}
.markee{
	margin-left:3%;
	color: #416292;
	font-weight: 600;
	font-size:16px;
	display: inline-block;
	width:30%;
}
marquee{
margin-top: 75px;
margin-bottom:25px;
}
.iner1{
position: relative;
width:100%; /*marquee width */
height:50px; /*marquee height */
overflow: hidden;
background-color: white;
padding: 2px;
padding-left: 4px;
margin-top: 4%;
}
.player-text{
	font-size: 17px;
    font-weight: 700;
    margin-top:11%;
    margin-bottom:0%;
    margin-left: 17%;
    line-height: 25px;
    color: #373737;
}
.detailpage-text{
	font-size: 25px;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left:4%;
    line-height: 35px;
    color: #373737;
}
.dates{
	font-family: 'Roboto', sans-serif;
	margin-left: 17%;
	font-size: 16px;
	font-weight:400;
}
.date{
	font-family: 'Roboto', sans-serif;
    margin-left:4%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}
.audiopagetext{
	font-family: 'Roboto', sans-serif;
    margin-left:2%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom:20px;
    line-height: 25px;
}
#previous{
	cursor: pointer;
	font-size: 18px;
    padding:20px;
    font-weight: bold;
}
#next{
	cursor: pointer;
	float: right;
	font-size: 18px;
     font-weight: bold;
}
.audio_versions1{
	width: 90%;
    margin-left: 4%;
    margin-bottom: 20px;
}
#slides {
  display: none;
}

.toggle {
  display: none;
}

.active {
  display: block;
  animation: fadein ease-in 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

button:hover {
  cursor: pointer;
  background: #333;
  color: #fff;
}
.green-audio-player {
    width:465px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border:1px solid #CACACA;
    margin-top: 20px;
    margin-left:17%;
}
.green-audio-player .slider .gap-progress .pin {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color:#203864!important;
    position: absolute;
    pointer-events: all;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.green-audio-player .slider .gap-progress {
    background-color:#566574!important;
    border-radius: inherit;
    position: absolute;
    pointer-events: none;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  color: black;
  margin-top: 120px;
  margin-bottom: 68px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background:black;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.footer{
	background:#424242;
}
.footer h2{
	text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 1%;
}
.footer p{
	text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    margin: 0 0 0px;
}
.footer h3{
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 5px;
}
.footer i{
	    font-size: 26px;
    background: #B0B0B0;
    height:50px;
    padding: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer h4{
	color: #C3C3C3;
	text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3%;
}

.sublinks{
	    margin-left: -30px;
	}
	.nav-tabs {
    border-bottom: none!important;
    margin-left: 28%;
}
.nav-tabs>li.active>a{
	color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
 
	}
	.nav-tabs>li>a{
	    font-size: 18px;
    font-weight: bold;
	}
  @media only screen and (min-width:1000px) and (max-width:1024px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}
*/
.green-audio-player {
    width: 400px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left: 9%!important;
}
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left: 10%;
    font-size: 16px;
    font-weight: 400;
}
.player-text {
    font-size: 17px;
    font-weight: 700;
    margin-top: 10%;
    margin-left: 10%;
}
  	}
@media only screen and (min-width:992px) and (max-width:999px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}*/
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left: 10%;
    font-size: 16px;
    font-weight: 400;
}
.green-audio-player {
    width:315px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left: 9%!important;
}
.player-text {
    font-size: 17px;
    font-weight: 700;
    margin-top: 10%;
    margin-left: 10%;
}
}
@media only screen and (min-width:769px) and (max-width:993px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}*/
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left: 10%;
    font-size: 16px;
    font-weight: 400;
}
.green-audio-player {
    width:315px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left: 9%!important;
}
.player-text {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10%;
    margin-left: 10%;
    line-height: 23px;
}
.sublinks {
    margin-left: 0px!important;
}
}
@media screen and (min-width:762px) and (max-width:768px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}*/
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left:0%!important;
    font-size: 16px;
    font-weight: 400;
}
.green-audio-player {
    width:335px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left:0%!important;
}

.player-text {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10%;
    margin-left:0%!important;
    line-height: 23px;
}
.sublinks {
    margin-left: 0px!important;
}
.detailpage-text {
    font-size: 23px;
    font-weight: 700;
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: 3%;
    line-height: 35px;
    color: #373737;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 50px 68px;
    border-radius: 4px;
    margin-bottom:30px;
}
.home{
    margin-left: 25%!important;
}
}
@media screen and (min-width:600px) and (max-width:761px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}*/
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left:0%!important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.green-audio-player {
    width:500px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left:0%!important;
}

.player-text {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10%;
    margin-left: 0%!important;
    line-height: 23px;
    text-align: center;
}
.sublinks {
    margin-left: 0px!important;
}
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    color: black;
   margin-top: 28px;
    margin-bottom:45px;
    margin-left: 43%;
}
.nav-tabs {
    border-bottom: none!important;
    margin-left: 35%;
}
.detailpage-text {
    font-size:18px;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: 3%;
    line-height: 35px;
    color: #373737;
}
.audio_versions1 {
    width: 100%;
    margin-left: 0%!important;
    margin-bottom: 20px;
}
.footer h2 {
    text-align: center;
    font-size: 26px!important;
    font-weight: 700;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 1%;
}
.footer p {
    text-align: center;
    color: #fff;
    font-size: 14px!important;
    letter-spacing: 2px!important;
    margin: 10px 0 0px;
}
.footer h3 {
    text-align: center;
    color: #fff;
    font-size: 15px!important;
    letter-spacing: 3px!important;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 68px;
    border-radius: 4px;

}
#next {
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.home{
    margin-left: 25%!important;
}
}
@media screen and (min-width:500px) and (max-width:599px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}*/
.nav-tabs {
    border-bottom: none!important;
    margin-left: 25%;
    margin-top: 20px;
}
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left: 0%!important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;

}
.green-audio-player {
    width:335px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left:0%!important;
}
.player-text {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 10%;
    margin-left:0%!important;
}
.sublinks {
    margin-left: 0px!important;
}
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    color: black;
   margin-top: 28px;
    margin-bottom:45px;
    margin-left: 43%;
}
.audio_versions{
	margin-bottom: 50px;
}
.header p {
    color: #38393b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;

    letter-spacing: 2px;
    padding: 0px 0% 0% 0%;
}
marquee {
    margin-top: 40px!important;
    margin-bottom: 25px;
}
.nav-tabs {
    border-bottom: none!important;
    margin-left: 35%;
}
.detailpage-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: 3%;
    line-height: 26px;
    color: #373737;
}
.audio_versions1 {
    width: 100%;
    margin-left: 0%!important;
    margin-bottom: 20px;
}
.header img {
    width:70%;
}
.top-head{
        padding: 75px 0% 0% 0%;
}
.footer h2 {
    text-align: center;
    font-size: 26px!important;
    font-weight: 700;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 1%;
}
.footer p {
    text-align: center;
    color: #fff;
    font-size: 14px!important;
    letter-spacing: 2px!important;
    margin: 10px 0 0px;
}
.footer h3 {
    text-align: center;
    color: #fff;
    font-size: 15px!important;
    letter-spacing: 3px!important;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 68px;
    border-radius: 4px;
    margin-bottom:30px;
}
#next {
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.home{
    margin-left: 15%!important;
}
}
@media screen and (min-width:425px) and (max-width:499px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}*/
.nav-tabs {
    border-bottom: none!important;
    margin-left: 25%;
    margin-top: 20px;
}
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left: 0%!important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}
.green-audio-player {
    width:335px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left:0%!important;
}
.player-text {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 10%;
    margin-left: 0%!important;
}
.sublinks {
    margin-left: 0px!important;
}
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    color: black;
    margin-top: 28px;
    margin-bottom:45px;
    margin-left: 43%;
}
.audio_versions{
	margin-bottom: 50px;
}
.header p {
    color: #38393b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  
    letter-spacing: 2px;
    padding: 0px 0% 0% 0%;
}
marquee {
    margin-top: 40px!important;
    margin-bottom: 25px;
}
.detailpage-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: 3%;
    line-height: 26px;
    color: #373737;
}
.audio_versions1 {
    width: 100%;
    margin-left: 0%!important;
    margin-bottom: 20px;
}
.header img {
    width:70%;
}
.top-head{
        padding: 75px 0% 0% 0%;
}
.footer h2 {
    text-align: center;
    font-size: 26px!important;
    font-weight: 700;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 1%;
}
.footer p {
    text-align: center;
    color: #fff;
    font-size: 14px!important;
    letter-spacing: 2px!important;
    margin: 10px 0 0px;
}
.footer h3 {
    text-align: center;
    color: #fff;
    font-size: 15px!important;
    letter-spacing: 3px!important;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 68px;
    border-radius: 4px;
    margin-bottom:30px;
}
#next {
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
}
@media screen and (min-width:375px) and (max-width:424px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}*/
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left: 0%!important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}
.green-audio-player {
    width:335px!important;
    min-width: 300px;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left:0%!important;
}
.player-text {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 10%;
    margin-left: 0%!important;
}
.sublinks {
    margin-left: 0px!important;
}
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    color: black;
    margin-top:28px;
    margin-bottom:48px;
    margin-left: 43%;
}
.audio_versions{
	margin-bottom: 50px;
}
.header p {
    color: #38393b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;


    letter-spacing: 2px;
    padding: 0px 0% 0% 0%;
}
marquee {
    margin-top: 40px!important;
    margin-bottom: 25px;
}
.nav-tabs {
    border-bottom: none!important;
    margin-left: 25%;
    margin-top: 20px;
}
.detailpage-text {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: 3%;
    line-height: 26px;
    color: #373737;
}
.audio_versions1 {
    width: 100%;
    margin-left: 0%!important;
    margin-bottom: 20px;
}
.header img {
    width:70%;
}
.top-head{
        padding: 75px 0% 0% 0%;
}
.footer h2 {
    text-align: center;
    font-size: 26px!important;
    font-weight: 700;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 1%;
}
.footer p {
    text-align: center;
    color: #fff;
    font-size: 14px!important;
    letter-spacing: 2px!important;
    margin: 10px 0 0px;
}
.footer h3 {
    text-align: center;
    color: #fff;
    font-size: 15px!important;
    letter-spacing: 3px!important;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 68px;
    border-radius: 4px;
    margin-bottom:30px;
}
#next {
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.home{
    margin-left: 8%!important;
}
}
@media screen and (min-width:320px) and (max-width:374px) {
/*.markee{
    float: left;
    margin-left: 3%;
    color: #416292;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}*/
.dates {
    font-family: 'Roboto', sans-serif;
    margin-left: 0%!important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;

}
.green-audio-player {
    width:290px!important;
    min-width:290px!important;
    height: 56px;
    box-shadow: none!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    user-select: none;
    background-color: #fff;
    border: 1px solid #CACACA;
    margin-top: 20px;
    margin-left:0%!important;
}
.player-text {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 10%;
    margin-left: 0%!important;
}
.sublinks {
    margin-left: 0px!important;
}
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    color: black;
    margin-top:28px;
    margin-bottom:48px;
    margin-left: 43%;
}
.audio_versions{
	margin-bottom: 50px;
}
.header p {
    color: #38393b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;


    letter-spacing: 2px;
    padding: 0px 0% 0% 0%;
}
marquee {
    margin-top: 40px!important;
    margin-bottom: 25px;
}
.nav-tabs {
    border-bottom: none!important;
    margin-left: 22%;
    margin-top: 20px;
}
.detailpage-text {
    font-size: 15px;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: 3%;
    line-height: 25px;
    color: #373737;
}
#previous {
    cursor: pointer;
    font-size: 18px;
    padding: 0px;
    font-weight: bold;
}
#next {
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
}
.audio_versions1 {
    width: 100%;
    margin-left: 0%!important;
    margin-bottom: 20px;
}
.header img {

    width:70%;
}
.top-head{
        padding: 75px 0% 0% 0%;
}
.footer h2 {
    text-align: center;
    font-size: 26px!important;
    font-weight: 700;
    color: #fff;
    margin-top: 7%;
    margin-bottom: 1%;
}
.footer p {
    text-align: center;
    color: #fff;
    font-size: 14px!important;
    letter-spacing: 2px!important;
    margin: 10px 0 0px;
}
.footer h3 {
    text-align: center;
    color: #fff;
    font-size: 15px!important;
    letter-spacing: 3px!important;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 68px;
    border-radius: 4px;
    margin-bottom:30px;
}
#next {
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
}	