* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500&family=Roboto+Slab:wght@500&display=swap');

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

li {
  font-family: 'Poppins';
  list-style: none;
}
ul{
  padding-left: 0;
}
p {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #555555;
}

span {
  display: block;
}


.logo img {
  width: 130px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 5px;
  border-radius: 5px;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar .navigation {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;

}

.nav-bar ul li {
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.droupdown {
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  padding-left: 0;
  width: 300px;
  top: 150%;
  left: 0;
  border-radius: 6px;
  visibility: hidden;
  transition: ease-in-out .3s;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 99;
  opacity: 0;
  height: 300px;
    overflow: auto;
}

.droupdown .droupdown {
  left: 100%;
  top: 0px !important;
}
.droupdown li{
  padding: 0 !important;
}
.droupdown li a{
  padding: 10px 20px;
  display: block;
}
.droupdown li a:hover {
  background-color: #070a3a;
}

.droupdown li:hover>a {
  color: #fff;
}

.navigation li:hover>.droupdown {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.nav-bar ul a {
  color: #000;
}

.header {
  position: relative;  
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.header-text {
  position: absolute;
  left: 5%;
  z-index: 99;
  top: 30%;
  width: 50%;
}

#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-line {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  /* box-shadow: 0 20px 50px -25px black; */
  font-family: 'Alata';
}

.get_touch img{
  width: 50px;
}
.get_touch a{
  color: #000;
  font-size: 20px;
  font-weight: 600;
}


.get-touch a:hover:before {
  top: 4px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  border: #070a3a  solid 2px;
}

.header-text p {
  color: #fff;
}

.head-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #070a3a;
}

.he-email {
  width: 50%;
  padding: 5px 0;
  padding-left: 4%;
  font-size: 18px;
  clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
}

.he-email a {
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins';
}

.head-icon {
  width: 80%;
  text-align: right;
  padding: 5px 0;
  padding-right: 3%;
}

.he-email a i {
  padding-right: 10px;
}

.head-icon a {
  font-size: 17px;
  padding-left: 20px;
  color: #fff;
}

.head-icon a:hover {
  color: #0b7cb6;
}

.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
}

.slideshow * {
  outline: none;
}



.slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}



.slideshow .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
  object-fit: cover;
}
.icon_box .img img{
  height: 500px;
  object-fit: cover;
}

.slideshow .item.slick-active img {
  transform: scale(1);
}

.slideshow .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 99;
  background-color: #070a3a;
  width: 40px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.slideshow .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  left: 0%;
  top: 45%;
  z-index: 99;
  background-color: #070a3a;
  width: 40px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.slideshow .slick-nav.next-arrow.slick-arrow i {
  color: #fff;
}

.slideshow .slick-nav.prev-arrow.slick-arrow i {
  color: #fff;
}

.item.slick-slide.slick-current.slick-active .header-line {
  animation: 2s linear 0s alternate headerline;
}

.item.slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateX(-10%);
    left: 100%;
    opacity: 0;
  }

  75%,
  100% {
    transform: translateX(0px);
    left: 0%;
    opacity: 1;
  }
}


.clk_btn {
  position: absolute;
  right: 0;
  top: 6px;
}
.margin{
  margin: 60px 0;
}


.rssBlock {
  left: 0px;
  background: #FFFFFF;
  width: 100%;
  overflow: hidden;
}

/*remove p*/
.cnnContents {
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'Museo';
  font-weight: 300;
  background-color: #58a422;
}
.cnnContents img{
  width: 30px;
  margin: 0 30px;
}
.cnnContents span{
  font-size: 15px;
  font-family: 'Open Sans';
  color: #fff;
  font-weight: 600;
}


.marqueeStyle2 {
  display: inline-block;
  animation: scrolling-left2 30s linear infinite;
}


@keyframes scrolling-left2 {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

.why_box img{
  width: 100px;
  background-color: #fff;
  border-radius: 5px;
}

.why_head{
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}
.why_box{
  width: 45%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 50px 35px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: ease-in-out .3s;
}

.choose_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.why_box:nth-child(2){
  margin-top: 100px;
}
.why_box:nth-child(4){
  margin-top: 100px;
}
.why_choose{
  margin: 60px 0;
  position: relative;
}
.big_head{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.small_head{
  font-size: 40px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #58a422;
  position: relative;
  display: inline-block;
}

.small_head::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border: 5px solid #070a3a49;
  right: -17px;
  bottom: 4px;
  z-index: -1;
}
.why_choose .row{
  align-items: center;
}
.why_text{
  padding-left: 30px;
  position: sticky;
  top: 150px;
}
.why_box::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #070a3a;
  position: absolute;
  transition: ease-in-out .3s;
  top: -100%;
  left: 0;
  z-index: -1;
}
.why_box:hover::after{
top: 0;
}
.why_box:hover .why_head{
  color: #fff ;
}
.why_box:hover p{
  color: #fff;
}

.why_bg{
  position: absolute;
  right: 15%;
  top: 0;
  opacity: .3;
}
.small_item{
  position: relative;
  border-radius: 10px;
  margin: 0 5px;
}
.small_item img{
  border-radius: 10px;
}
.small_item a{
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: #000;
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 13px;
  border-radius: 10px;
}
.margin{
  margin: 60px 0;
}
.slick-dots{
  display: none !important;
}

.small_product{
  margin-top: 20px;
}
button.slick-prev.slick-arrow{
  display: none !important;
}
button.slick-next.slick-arrow{
  display: none !important;
}
.ab_home {
  background-color: #f6f7f7;
  padding: 70px 0;
}
.ab_home .img_ab img{
  width: 80%;
}
.ab_home .img_ab {
  text-align: center;
  position: sticky;
  top: 130px;
}
.ab_home .img_ab::after{
  content: "";
  width: 70%;
  height: 100%;
  background-color: #070a3a;
  position: absolute;
  left: 4%;
  top: -6%;
  z-index: -1;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.ab_home .img_ab::before{
  content: "";
  width: 70%;
  height: 100%;
  background-color: #070a3a;
  position: absolute;
  right: 4%;
  bottom: -6%;
  z-index: -1;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.left_product{
  position: sticky;
  top: 120px;
}
.pro_item{
  position: relative;
  width: 30%;
  margin: 8px;
  margin-bottom: 20px;
}
.pro_item img{
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
.pro_item .pro_name{
  color: #fff;
  position: absolute;
  bottom: -10px;
  left:5%;
  text-align: center;
}
.all_product{
  display: flex;
  flex-wrap: wrap;
}
.pro_item .pro_name{
  display: block;
  background-color: #000;
  padding: 5px;
  font-size: 17px;
  width: 90%;
  border-radius: 5px;
}
.pro_item .pro_name a{
  color: #fff;
}
.product{
  margin-top: 100px;
}
.Chemco{
  background-color: #eff4f8;
  padding: 60px 0;
}
.made{
  border-right: 1px solid #070a3a;
  padding: 0 50px;
}
.chemco_box img{
  width: 60px;
  margin: auto;
}

.chemco_box{
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}
.different{
  font-size: 20px;
  margin-top: 10px;
  color: #58a422;
  margin-bottom: 10px;
  font-weight: 600;
}
.test_item img{
  width: 50px;
}

.test_img{
  display: flex;
  align-items: center;
  border-top: 1px solid #c7c6c6;
  padding-top: 15px;
}
.test_img img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #58a422;
  margin-right: 20px;
}

.test_item{
  padding: 30px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.name{
  font-size: 22px;
  font-weight: 500;
}
.degination{
  color: #58a422;
}


.contant_form {
  max-height: 300px;
}
.phone {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.phone li {
  display: flex;
  width: 50%;
}
.phone img {
  width: 40px;
  object-fit: contain;
  margin-right: 15px;
}
.phone_no span {
  font-size: 13px;
  font-weight: 500;
  color: #5E5E5E;
}
.phone_no a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.address {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.address img {
  width: 40px;
  margin-right: 10px;
}
.address span {
  font-size: 20px;
}
.contant_form form {
  background-color: #f6f7f7;
  padding: 40px;
  position: relative;
  z-index: 9;
}
form .big_head {
  color: #070a3a;
  font-size: 22px;
  margin-bottom: 20px;
}
form .small_head-f{
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #58a422;
  position: relative;
  display: inline-block;
  font-size: 25px;
}
form .f_item input, textarea, select {
  width: 100%;
  padding: 8px 10px;
  outline: none;
  margin-bottom: 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.all_btn{
  border: none;
  background-color: #070a3a;
  color: #fff;
  padding: 8px 15px;
}
.all_btn:hover{
  background-color: #58a422;
}
footer{
  margin-top: 50px;
}
.foort_lyer{
  padding-top: 50px;
  background-color: #000000c5;
}
.foot_logo img{
  width: 130px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.foot_logo p{
  color: #fff;
}
.foot_head{
  font-size: 20px;
  color: #58a422;
  font-weight: 600;
}
.foot_head{
  font-size: 25px;
  margin-bottom: 15px;
}
.foot_link ul li a{
  color: #fff;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 10px;
  display: block;
}
.foot-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.foot-nav ul li a{
    padding: 20px;
    color:#fff;
    font-family: 'Manrope', sans-serif;
}

/* width */
.foot_link ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.foot_link ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(214, 212, 212); 
  border-radius: 10px;
}
 
/* Handle */
.foot_link ::-webkit-scrollbar-thumb {
  background: #58a422; 
  border-radius: 10px;
}
.foot_link ul {
  max-height: 250px;
  overflow: auto;
}

.foot_cont li{
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
}
.foot_cont li a{
  color: #fff;
}
.foot_cont li i{
  margin-right: 10px;
}
.copy_right {
  border-top: 1px solid #5e5e5e;
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.copy_right p {
  margin-bottom: 0;
  color: #ffff;
  font-size: 14px;
}
.copy_right a {
  color: #fff;
  text-decoration: underline !important;
}
.inner_banner {
  position: relative;
}
.inner_banner img {
  height: 400px;
  object-fit: cover;
}
.inner_text {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 5%;
  text-align: center;
  z-index: 9;
}
.inner_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  width: 100%;
  height: 100%;
}
.inner-line {
  color: #fff;
  font-size: 39px;
  font-weight: 600;
}
.bradecram {
  display: flex;
}
.bradecram a {
  color: #fff;
  font-size: 18px;
}
.bradecram span {
  color: #fff;
  font-size: 18px;
}
.marcket_plase a{
  width: 100%;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.marcket_plase a:hover{
  color: #fff;
}

.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 50px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}




.right_hight {
    font-size: 23px;
    margin-bottom: 8px;
}
.blog_right ul li a{
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 8px 13px;
    background: #2d2f8f;
    margin-bottom: 3px;
    transition: .3s;
}
.blog_right ul li a:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.head_pera{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog_text{
    text-align: left;
        padding: 17px;
}
.blog_item{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin:10px;
}
.blog_head {
    font-size: 19px;
    margin-bottom: 6px;
    color: #000000;
}
.blog_text a {
    font-size: 18px;
    display: block;
    color: #2d2f8f;
    font-weight: 600;
    margin-top: 9px;
}

.booking{
    font-size:20px;
    color:#fff;
}









/* responsive start */

@media only screen and (max-width: 1024px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #00468c;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nav-bar .navigation {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #070a3a;
    top: 68px;
    z-index: 999;
    flex-direction: column;
    display: none;
  }
  

  .clk_btn {
    position: absolute;
    right: 5px;
    top: 8px;
    display: block;
    width: 32px;
    text-align: center;
    cursor: pointer;
  }

  .clk_btn i {
    color: #fff;
  }

  .nav-bar ul a {
    color: #fff;
  }

  .nav-bar ul li {
    text-shadow: none;
  }

  .droupdown {
    position: revert;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .droupdown i {
    color: #000;
  }

  .droupdown li a {
    color: #000;
  }



  .header-text {
    top: 15%;
  }

  .header-line {
    font-size: 35px;
  }


}



@media only screen and (max-width: 991px) {
  .why_bg{
    display: none;
  }
  .ab_container{
    margin-bottom: 70px;
  }
  .left_product img{
    display: none;
  }
  .contant_form {
    max-height: 100%;
}
.contant_form form{
  margin-top: 30px;
}
}

@media only screen and (max-width: 767px) {
  .slideshow .item img{
    height: auto;
  }
  .margin{
    margin: 30px 0;
  }
  .why_text{
    padding-left: 0;
    margin-top: 30px;
  }
  .ab_home{
    padding: 30px 0;
  }
  .pro_item{
    width: 45%;
  }
  .all_product{
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .why_box {
    width: 100%;
  }
  .why_box:nth-child(2){
    margin-top: 0;
  }
  .why_box:nth-child(4){
    margin-top: 0;
  }
  .small_head{
    font-size: 30px;
  }
  .small_head::after{
    width: 40px;
    height: 40px;
    border: 2px solid #070a3a49;
  }
  .inner_banner img {
    height: 300px;
}
.inner-line{
  font-size: 30px;
}
.modalPopup{
    width:90%;
}
}
@media only screen and (max-width: 500px) {
  .pro_item{
    width: 100%;
  }
  .phone li{
    width: 100%;
    margin-top: 15px;
  }
  .slideshow .slick-nav.next-arrow.slick-arrow{
    width: 30px;
    height: 40px;
  }
  .slideshow .slick-nav.prev-arrow.slick-arrow{
    width: 30px;
    height: 40px;
  }
  .big_head{
    font-size: 20px;
  }
  .map iframe{
    height: 100%;
  }
  footer{
    margin-top: 15px;
  }
  .get_touch{
    display: none;
  }
  .head-icon{
    display: none;
  }
  .he-email{
    width: 100%;
  }
}
   .share-btn-box{
        margin: 1rem auto;
    }
.share-btn {
    font-size: 26px;
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-share {
    width: fit-content;
    height: fit-content;
}

.social-share ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

.social-share ul li button,
.social-share ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    height: 24px;
    width: 34px;
    text-align: center;
    padding: 4px 8px !important;
    border-radius: 3px;
    text-transform: capitalize;
    display: block;
    height: fit-content;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.social-share ul li button:hover,
.social-share ul li a:hover {
    opacity: 0.8;
}

.social-share ul li button.facebook,
.social-share ul li a.facebook {
    background: #3B5999;
}

.social-share ul li button.twitter,
.social-share ul li a.twitter {
    background: #1DA1F2;
}

.social-share ul li button.whatsapp,
.social-share ul li a.whatsapp {
    background: #20cb45;
}

.social-share ul li a.google-plus {
    background: #fe6d4c;
}

.social-share ul li button.linkedin,
.social-share ul li a.linkedin {
    background: #0a66c2;
}

.social-share ul li button.telegram {
    background: #0a9ac2;
}

.social-share ul li button.email {
    background: #c2410a;
}










	#modalOverlay {
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.5);
			z-index: 999;
			height: 100%;
			width: 100%;
	}
.modalPopup {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: #fff;
			width: 50%;
			padding: 0 0 30px;
			-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	}
.modalContent {
    padding: 10px 2em;
    position: relative;
}
.headerBar {
		width: 100%;
		background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;
		margin: 0;
	  text-align: center;
	}


.buttonStyle {
        position: absolute;
        top: 0;
        right: 0;
		border: transparent;
		border-radius: 0;
		background: #6d6d6d;
		color: #eee !important;
		cursor: pointer;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		padding: 6px 25px;
		text-decoration: none;
		background: -moz-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#1e1e1e));
		background: -webkit-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
		background: -o-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
		background: -ms-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
		background: linear-gradient(to bottom, #6d6d6d 0%,#1e1e1e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 );
	/*	-webkit-box-shadow: 0 2px 4px 0 #999;
		box-shadow: 0 2px 4px 0 #999; */
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.buttonStyle:hover {
		background: #1e1e1e;
		color: #fff;
		background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#6d6d6d), color-stop(100%,#6d6d6d));
		background: -webkit-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: -o-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: -ms-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: linear-gradient(to bottom, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
	}
.returnToProfile {text-align: center; margin:3em;}
.returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.returnToProfile a:hover {color: #fff;}






@media only screen and (max-width: 600px) {
.modalPopup{
    width:90%;
}
}
