/* 		

	
	TABLE OF CONTENT
  1. Universal Styles
  2. Menu Styles	
  3. Home Styles
  4. Services Styles
  5. Products Styles
  6. About us Styles
  7. Contact us Styles
  8. Footer Styles
  9. Media Queries

	COLOR CODES
  Blue #27a7ff, rgba(39, 167, 255,1)		
---------------------------------------------------------*/

/* 1. Universal Styles
--------------------------------------*/
*, body { font-family: 'Open Sans', sans-serif; }
nav a { font-family: 'Oswald', sans-serif; }

a, a:hover, a:focus, a:active { text-decoration: none; }

body { overflow-x: hidden; }
body, h1, p, ul { margin: 0; }

h2 { font-size: 60px; }

ul { padding: 0; }

.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }

img.templatemo-border {	width: 100%; }

.blue {	color: #0585DE; }

.templatemo-header {  
  width: 100%;
  height: 367px;
  position: absolute;
  z-index: 2000;
}
.templatemo-header-image {
  background: url('../images/header.png') no-repeat, url('../images/header-repeat.png') repeat-x;
  background-position: center top;
  height: 367px;
  width: 100%;
}
.templatemo-site-name {
  cursor: pointer;
  font-size: 50px;
  font-weight: 700;
	margin-top: 40px;
}
.templatemo-header.sticky {
  height: 50px;
  position: fixed;
  display: block;
  margin: 0 auto;
}
.templatemo-header .templatemo-header-gradient-bg {
  background: #616161;
  background-image: -webkit-linear-gradient(top, #616161, #383838);
  background-image: -moz-linear-gradient(top, #616161, #383838);
  background-image: -ms-linear-gradient(top, #616161, #383838);
  background-image: -o-linear-gradient(top, #616161, #383838);
  background-image: linear-gradient(to bottom, #616161, #383838);
  position: fixed;
  z-index: -10;
  width: 100%;
  opacity: 0;
  height: 50px;
  transition: all 0.5s ease;
}
.templatemo-header.sticky .templatemo-header-gradient-bg {
  height: 50px;
  opacity: 1;
}
.templatemo-header.sticky h1 {
  color: #fff;
  float: left;
  font-size: 30px;
  margin-top: 8px;
}
.templatemo-header.sticky .templatemo-nav {
  float: right;
  padding-top: 15px;
}
.templatemo-section {
	padding-bottom: 40px;
	padding-top: 40px;
}
.btn-gradient {
  background: #616161;
  background-image: -webkit-linear-gradient(top, #616161, #383838);
  background-image: -moz-linear-gradient(top, #616161, #383838);
  background-image: -ms-linear-gradient(top, #616161, #383838);
  background-image: -o-linear-gradient(top, #616161, #383838);
  background-image: linear-gradient(to bottom, #616161, #383838);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  /*font-family: Arial;*/
  color: #ffffff;
  /*font-size: 20px;*/
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn-gradient:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  color: white;
  text-decoration: none;
}

/* 2. Menu Styles
--------------------------------------*/
.templatemo-nav {
  padding-top: 100px;
	margin-bottom: 0;
}
.templatemo-nav li {
	display: inline-block;
	list-style: none;
}
.templatemo-nav li>a {
	color: #FFFFFF;
	padding: 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}
#responsive-menu ul li:hover a, #responsive-menu ul li.active a,
.templatemo-nav li:hover a, .templatemo-nav li.active a {
	color: #27a7ff;	
}
#responsive-menu {
  top: 0;
  width: 250px;
  height: 100%;
  background: rgba(243, 243, 243, 0.4);
  position: fixed;
  z-index: 5500;
  right: -1500px;
  display: none;
  overflow: auto;
}
#responsive-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#responsive-menu ul li {
  display: block;
  margin-bottom: 2px;
}
#responsive-menu ul li a {
  padding: 12px 18px;
  background-color: #1d1d1d;
  color: #fff;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-transform: uppercase;
}
#responsive-menu ul li a i {  margin-right: 15px; }
a#mobile_menu {
  font-size: 24px;
  background-color: rgba(39, 167, 255,0.8);
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 5500;
}
#responsive-menu ul li a:hover {
  color:#27a7ff;
  text-decoration: none;
}

/* 3. Home Styles
--------------------------------------*/
.section-homecontainer{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-top: -100px;
  display: flex;
  flex-wrap: wrap;
}

.section-homecontainer .columns{
  flex:0 0 auto;
  width:50%;
}

.section-homecontainer .columns.image{
  border-radius: 20%;
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
}

.section-homecontainer .columns.content .content-container{
  margin-bottom: 50px;
  padding:40px 50px;
}

.section-homecontainer .columns.content .content-container p{
  font-weight:400;
  font-size:16px;
  text-align:justify;
}


/* 4. Service Styles
--------------------------------------*/
.templatemo-section > p{
  font-size: large;
}

.grid{
  margin: 240px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  align-items: center;
  place-items: center;
}

.grid > article{
  background: #3a3a3a;
  border: none;
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
  border-radius: 20px;
  text-align: center;
  width: 335px;
  
  transition: transform .3s;
}

.grid > article img{
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

}

.text{
  padding: 0 30px 30px;
}

.text h3{
  text-transform: capitalize;
  text-align: left;
  color: #fff;
}

.text p{
  color:#fff;
  text-align: left;
  margin-top: 20px;
}


.textquotecard button{
  background: #0585DE;
  border-radius: 20px;
  border: none;
  color: #fff;
  padding:10px;
  width:80%;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.textquotecard button:hover{
  background: #fff;
  color: #0585DE;
}

 .textquotecard h3{
   margin-top: 235px;
   font-size: 30px;
   color: #fff;
 }

 .textquotecard p{
   color:#fff;
 }


/* 5. Product Styles
--------------------------------------*/
.section-container{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
}

.section-container .columns{
  flex:0 0 auto;
  width:50%;
}

.section-container .columns.image{
  border-radius: 20%;
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
}

.section-container .columns.content .content-container{
  margin-bottom: 50px;
  padding:40px 50px;
}

.section-container .columns.content .content-container h5{
  margin-top: 30px;
  font-weight:700;
  font-size:25px;
  margin-bottom:20px;
}

.section-container .columns.content .content-container p{
  font-weight:400;
  font-size:16px;
  margin-bottom:20px;
  margin-bottom:15px;
  text-align:justify;
}

/* 6. About Styles
--------------------------------------*/
.about-container{
  margin-left: 90px;
  margin-right: 90px;
}
.aboutdesc{
  font-size: 20px;
  text-align: justify;
}
ul.aboutlist {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 17px;
  list-style-type: circle;
  place-items: center;
}
.tm-about-img-container {
  position: relative;
  margin: 0 auto;
  max-width: 568px;
  width: 100%;
}
.tm-about-img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -100;
}

/*  Speciality Styles
--------------------------------------*/
.templatemo-albums-container{
  margin-left: 7%;
}
.templatemo-album {
  cursor: pointer;
  position: relative;
  margin-top: 50px;
}
.templatemo-album-images {
  float: left;
  width: 400px;
}

.templatemo-album-description {
  float: left;
  margin-top: -30;
  width: 145px;
}

.templatemo-album:hover .templatemo-album-description { color: #27a7ff; }
.templatemo-album:hover .templatemo-album-img {
  top: 63px;
  left: 77px;
  width: 180px;
}
.templatemo-album-img {  
  position: absolute;
  top: 102px;
  left: 115px;
  z-index: 100;
  width: 100px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.templatemo-album-img-bg {
  position: absolute;
  top: 6px;
  left: 21px;
  z-index: -100;
}
.templatemo-album-img-frame {
  width: 400px;
  height: auto;
}
.templatemo-album-description {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.templatemo-album-artist { margin-top: 60px; }
.templatemo-album-date { margin-top: 130px; }


/* 7. Contact Styles
--------------------------------------*/
.contain {
  position: relative;
  width: 100%;
  min-height: 700px;
  padding: 2rem;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5%;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #3cb0fd;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #0585DE);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #3cb0fd;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 3rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 1.3rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #3cb0fd;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #3cb0fd;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  background-color: #3a3a3a;
  position: relative;
}

.contact-info .title {
  color: #fff;
  font-size: 2.5rem;
}

.contact-info p {
  color: #fff;
  font-size: small;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 1rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #fff;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #3cb0fd, #0585DE);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #3cb0fd;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #3cb0fd, #0585DE);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}


/* 8. Footer Styles
--------------------------------------*/
.templatemo-footer {
  background: url('../images/footer.png') no-repeat, url('../images/footer-repeat.png') repeat-x;
  background-position: center bottom;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.templatemo-copyright {
  position: absolute;
  bottom: 12%;
  z-index: 1000;
}
.tm-go-to-top {
  cursor: pointer;
  /*float: right;*/
  margin-left: 80%;
  width: auto;
  height: 100%;
}

/* 9. Media Queries for header,footer,album
--------------------------------------*/
@media screen and (max-width: 1500px) {
  html,body{
    overflow-x: hidden;
} 
  .templatemo-header {    
    height: 287px;
  }
  .templatemo-header-image {
    background: url('../images/header.png') no-repeat;
    background-size: 100% 287px;
    height: 287px;
  }
  .templatemo-header h1 { margin-top: 20px; }
  .templatemo-nav { padding-top: 70px; }
  .templatemo-footer {
    background: url('../images/footer.png') no-repeat;
    background-size: 100% 250px;
    height: 250px;
  }
  .tm-go-to-top {
    margin-left: 66%;
  }
}
@media screen and (max-width: 1200px) {
  html,body{
    overflow-x: hidden;
} 
  .templatemo-header {    
    height: 229px;
  }
  .templatemo-header-image {
    background: url('../images/header.png') no-repeat;
    background-size: 100% 229px;
    height: 229px;
  }
  .templatemo-header h1 { margin-top: 10px; }
  .templatemo-nav { padding-top: 50px; }
  .templatemo-album-img {
    top: 85px;
    left: 100px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 46px;
    left: 58px;
  }
  .templatemo-album-img-bg { width: 255px; }
  .templatemo-album-images, .templatemo-album-img-frame { width: 350px; }
  .templatemo-album-artist { margin-top: 50px; }
  .templatemo-album-date { margin-top: 113px; }
  .templatemo-footer {
    background: url('../images/footer.png') no-repeat;
    background-size: 100% 200px;
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .templatemo-header {
    height: 190px;
  }
  .templatemo-header-image {
    background: url('../images/header.png') center;
    background-size: cover;
    height: 190px;
  }
  .templatemo-header h1 { font-size: 40px; }
  .templatemo-nav { padding-top: 40px; }
  .templatemo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .templatemo-album-img {
    top: 59px;
    left: 74px;
    width: 70px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 45px;
    left: 58px;
    width: 100px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 245px; }
  .templatemo-album-img-bg { width: 175px; }
  .templatemo-album-artist { margin-top: 27px; }
  .templatemo-album-date { margin-top: 72px; }
  .templatemo-footer {
    background: url('../images/footer.png') 80% 0;
    background-size: cover;
    height: 165px;
  }
}

@media screen and (max-width: 768px) {
  h2 { font-size: 50px; }
  .templatemo-header {
    height: 147px;
  }
  .templatemo-header-image {
    background: url('../images/header.png') center;
    background-size: cover;
    height: 147px;
  }
  .templatemo-header h1 { font-size: 30px; }
  .templatemo-albums-container { text-align: center; }
  .templatemo-album { display: inline-block; }
  .templatemo-album-img-bg {
    top: 4.5px;
    left: 20px;
  }
  .templatemo-product { margin-bottom: 30px; }
  .templatemo-product:last-child { margin-bottom: 0; }
  .tm-contact-form { margin-top: 30px; }
  /*.tm-go-to-top { right: 15%; }*/
  .templatemo-footer {
    background: url('../images/footer.png') 80% 0;
    background-size: cover;
    height: 128px;
  }
}

@media screen and (max-width: 600px) {
  .tm-go-to-top {
    margin-left: 60%;
    width: 150px;
    height: 90px;
  }
}

@media screen and (max-width: 393px) {
  .templatemo-album { 
    padding-left: 10px; 
    padding-right: 10px;
  }
  .templatemo-album-img-frame { width: 240px; }
  .templatemo-album-img-bg { 
    width: 174px; 
    top: 0.5px;
    left: 11px;
  }
  .templatemo-album-img {
    top: 42px;
    left: 51px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 27px;
    left: 36px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 200px; }
  .templatemo-album-img-bg { width: 150px; }
  .templatemo-album-artist { margin-top: 18px; }
  .templatemo-album-date { margin-top: 54px; }
  .tm-go-to-top {
    margin-left: 50%;
    width: 150px;
    height: 80px;
  }
}


/* Media Queries for home */

@media screen and (max-width:768px){

  .section-homecontainer{
    flex-flow:row wrap;
  }
  
  .section-homecontainer .columns.image{
    display:block;
    order:1;
    width:100%;
    
  }
  
  .section-homecontainer .columns.content{
    display:block;
    order:2;
    width:100%;
  }
  
  .section-homecontainer .columns.content .content-container{
    padding:20px 35px;
  }
  }

  /* Media Queries for service */

  @media (max-width: 1300px){
    .grid{
      place-items: center;
      grid-template-columns: repeat(3,1fr);
      margin: 10px;
    }
  }
  @media (max-width: 1400px){
    .grid{
      place-items: center;
      grid-template-columns: repeat(3,1fr);
      margin: 10px;
    }
  }
  
  @media (max-width: 1080px){
    .grid{
      place-items: center;
      grid-template-columns: repeat(2,1fr);
      margin: 10px;
    }
  }

  @media (max-width: 700px){
    .grid{
      place-items: center;
      grid-template-columns: repeat(2,1fr);
      margin: 10px;
      
    }
  }
  
  @media (max-width: 690px){
    .templatemo-section > p{
      font-size: large;
    }
    
    .text p{
      color:#fff;
      text-align: left;
      margin-top: 20px;
      font-size: 14px;
    }
    .grid{
      place-items: center;
      grid-template-columns: repeat(1,1fr);
      margin: 10px;
      margin-top: 50px;
    
    }
    .grid > article{
      text-align: center;
    }
  }

  /* Media Queries for product */

  @media screen and (max-width:769px){

    .section-container{
      flex-flow:row wrap;
    }
    
    .section-container .columns.image{
      display:block;
      order:1;
      width:100%;
      height:250px;
    }
    
    .section-container .columns.content{
      display:block;
      order:2;
      width:100%;
    }
    
    .section-container .columns.content .content-container{
      padding:20px 35px;
    }
    
    .section-container .columns.content .content-container h5{
      margin-bottom:5px;
    }
    }

    /* Media Queries for contact us*/

    @media (max-width: 480px) {
      
    
      .contact-info:before {
        display: none;
      }
    
      .square,
      .big-circle {
        display: none;
      }
    
      form,
      .contact-info {
        padding: 1.7rem 1.6rem;
      }
    
      .text,
      .information,
      .social-media p {
        font-size: 0.8rem;
      }
    
    
      .title {
        font-size: 1.15rem;
      }
    
      .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
      }
    
      .icon {
        width: 23px;
      }
    
      .input {
        padding: 0.45rem 1.2rem;
      }
    
      .btn {
        padding: 0.45rem 1.2rem;
      }
    }

    @media (max-width: 850px) {
      .form {
        grid-template-columns: 1fr;
      }
    
      .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
      }
    
      .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
      }
    
      .square {
        transform: translate(140%, 43%);
        height: 350px;
      }
    
      .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
      }
    
      .text {
        margin: 1rem 0 1.5rem 0;
      }
    
      .social-media {
        padding: 1.5rem 0 0 0;
      }
    }


    /* 480 px */
    @media (max-width: 480px) {
      html,body{
        overflow-x: hidden;
    } 
/*home*/

.welctitle{
  margin-top: 1px;
font-size: 46px;
}
.tagline{
  margin-top: 20px;
  font-size: 20px;
}
.section-homecontainer .columns.content .content-container p{
  margin-top: 20px;
  font-weight:400;
  font-size:14px;
  text-align:justify;
}

/*services*/
.grid{
  margin-top: 1px;
}

/*products*/
.section-container {
  padding-top: 50px;
}
/*contact*/
.contain {
  margin-top: 1rem;
}

/*Specialities*/

.templatemo-albums-container{
  margin-left: 0%;
}

.templatemo-album { 
  padding-left: 10px; 
  padding-right: 10px;
}
.templatemo-album-img-frame { width: 240px; }
.templatemo-album-img-bg { 
  width: 174px; 
  top: 0.5px;
  left: 11px;
}
.templatemo-album-img {
  top: 46px;
  left: 55px;
  width: 60px;
}
.templatemo-album:hover .templatemo-album-img {
  top: 27px;
  left: 36px;
  width: 100px;
}
.templatemo-album-images, .templatemo-album-img-frame { width: 200px; }
.templatemo-album-img-bg { width: 150px; }
.templatemo-album-artist { margin-top: 18px; }
.templatemo-album-date { margin-top: 54px; }
}

/*769 px*/

@media (max-width: 769px) {
/*Specialities*/

.templatemo-albums-container{
  margin-left: 0%;
}

.templatemo-album { 
  padding-left: 10px; 
  padding-right: 10px;
}
.templatemo-album-img-frame { width: 240px; }
.templatemo-album-img-bg { 
  width: 174px; 
  top: 0.5px;
  left: 11px;
}
.templatemo-album-img {
  top: 46px;
  left: 55px;
  width: 60px;
}
.templatemo-album:hover .templatemo-album-img {
  top: 27px;
  left: 36px;
  width: 100px;
}
.templatemo-album-images, .templatemo-album-img-frame { width: 200px; }
.templatemo-album-img-bg { width: 150px; }
.templatemo-album-artist { margin-top: 18px; }
.templatemo-album-date { margin-top: 54px; }
}




@media (max-width: 1180px) {
  /*Specialities*/
  
  .templatemo-albums-container{
    margin-left: 0%;
  }
  
  .templatemo-album { 
    padding-left: 10px; 
    padding-right: 10px;
  }
  .templatemo-album-img-frame { width: 240px; }
  .templatemo-album-img-bg { 
    width: 174px; 
    top: 0.5px;
    left: 11px;
  }
  .templatemo-album-img {
    top: 46px;
    left: 55px;
    width: 60px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 27px;
    left: 36px;
    width: 100px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 200px; }
  .templatemo-album-img-bg { width: 150px; }
  .templatemo-album-artist { margin-top: 18px; }
  .templatemo-album-date { margin-top: 54px; }
  }

  @media (max-width: 1500px){
    /*Specialities*/
  
  .templatemo-albums-container{
    margin-left: 0%;
  }
  
  .templatemo-album { 
    padding-left: 10px; 
    padding-right: 10px;
  }
  .templatemo-album-img-frame { width: 240px; }
  .templatemo-album-img-bg { 
    width: 174px; 
    top: 0.5px;
    left: 11px;
  }
  .templatemo-album-img {
    top: 46px;
    left: 55px;
    width: 60px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 27px;
    left: 36px;
    width: 100px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 200px; }
  .templatemo-album-img-bg { width: 150px; }
  .templatemo-album-artist { margin-top: 18px; }
  .templatemo-album-date { margin-top: 54px; }
  }
  
  @media (max-width: 600px){
    .about-container{
      margin-left: 30px;
      margin-right: 30px;
    }
    .aboutdesc{
      font-size: 17px;
      text-align: justify;
    }
    ul.aboutlist {
      margin-left: 30px;
      margin-right: 30px;
      font-size: 14px;
      list-style-type: square;
      place-items: center;
    }
  }