@font-face {
    font-family: 'Holimount';
    src: url('fonts/Holimount.woff') format('woff'),
		url('fonts/Holimount.otf') format('otf'),
		url('fonts/Holimount.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Antarry';
    src: url('fonts/Antarry.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

h2.name {
	font-family: 'Antarry';
	font-size: 70px;
	color: #e5b03c;
	padding: 70px 0 30px;
}

#rcorners1 {
  border-radius: 30px;
  background: #000;
  padding: 90px 80px; 
  max-width: 840px;
	margin: auto;
}

.people {
  border-radius: 50%;
	width:50%
}

.signature {
	padding-top: 70px;
	padding-bottom: 40px;
}

  .btn-grad {background-image: linear-gradient(to right, #e5b24b 0%, #f6e082  51%, #1e130c  100%)}
         .btn-grad {
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 24px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }





/* Ul styles */
ul {
  list-style: none;
}
ul > li {
  display: inline;
  margin-right: 20px;
}
/*
* Icon styles
*
* There are styles for icon and everything which are connected with it.
*/
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 36px;
  color: #e4af48;
  line-height: 68px;
  text-align: center;
  background-color: transparent;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-effect .icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  /*box-shadow: 0 0 0 4px #f1f1f1;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.icon-effect-1a .icon:hover {
  background-color: rgba(228,175,2,0.4);
  color: #e4af48;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.icon-tp{
	padding-top: 30px;
}

.title1-tp{
	padding-top: 100px;
}

.title2-tp{
	padding-top: 80px;
}
.logo-tp{
	padding-top: 40px;
}

.btn2-tp{
	padding-top: 60px;
}

.hr-tp{
	padding-top: 60px;
}

.hr-bp{
	padding-bottom: 40px;
}

.address-tp{
	padding-top: 0px;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color: #e4af48;
}


.zerin-logo {
	max-width: 420px;
	border-radius: 20px;
	
}
.body-text {
	font-size: 23px;
	color: #f1f1f1;
	text-align: justify;
	line-height: 1.4;
	font-weight: 600;
}



.btn-web>i:first-child {
  left:-0.3rem;
  position:relative;
}
.btn-web>i:last-child {
  right:-0.3rem;
  position:relative;
}

.btn-grad2 {background-image: linear-gradient(to right, #f6e082 0%, #e5b24b  51%, #1e130c  100%)}
         .btn-grad2 {
            margin: 10px;
            padding: 15px 45px;
            text-align: left;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 24px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

.btn-grad2>i:last-child {
  right: -20px;
  position:relative;
	float: right;
	top: 20px;
}

hr.hline1 {
	border-top: 3px solid #e4af48;
	width: 100%;
}

.container-tp {
		padding-top: 40px;
	}
	.container-bp {
		padding-bottom: 10px;
	}

.reg-num {
	font-size: 14px;
	color: #ffc107;
	margin-top: -40px;
}


@media (max-width:1680px){
#rcorners1 {
  border-radius: 30px;
  background: #000;
  padding: 60px 60px; 
  max-width: 590px;
	margin: auto;
}


.signature {
	padding-top: 50px;
	padding-bottom: 25px;
}

  .btn-grad {background-image: linear-gradient(to right, #e5b24b 0%, #f6e082  51%, #1e130c  100%)}
         .btn-grad {
            margin: 10px;
            padding: 10px 45px;
            text-align: center;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 18px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }


	
	
	/*
* Icon styles
*
* There are styles for icon and everything which are connected with it.
*/
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 25px;
  color: #e4af48;
  line-height: 42px;
  text-align: center;
  background-color: transparent;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-effect .icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  /*box-shadow: 0 0 0 4px #f1f1f1;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.icon-effect-1a .icon:hover {
  background-color: rgba(228,175,2,0.4);
  color: #e4af48;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
	
	
.icon-tp{
	padding-top: 10px;
}
	.title1-tp{
	padding-top: 80px;
}
	.title2-tp{
	padding-top: 30px;
}
	.logo-tp{
	padding-top: 20px;
}
	.btn2-tp{
	padding-top: 40px;
}
.hr-tp{
	padding-top: 25px;
}

.hr-bp{
	padding-bottom: 20px;
}

.address-tp{
	padding-top: 0px;
}


h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size: 21px;
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color: #e4af48;
	font-size: 18px;
}
	
	
.zerin-logo {
	max-width: 300px;
	border-radius: 10px;
	
}
.body-text {
	font-size: 16px;
	color: #f1f1f1;
	text-align: justify;
	line-height: 1.4;
	font-weight: 600;
}
	
	.btn-grad2 {background-image: linear-gradient(to right, #f6e082 0%, #e5b24b  51%, #1e130c  100%)}
         .btn-grad2 {
            margin: 10px;
            padding: 10px 20px;
            text-align: left;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 16px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

.btn-grad2>i:last-child {
  right: 0px;
  position:relative;
	float: right;
	top: 10px;
}
	
	.container-tp {
		padding-top: 20px;
	}
	.container-bp {
		padding-bottom: 0px;
	}
	
	
	
	h2.name {
	font-size: 60px;
	padding: 40px 0 20px;
}

	
	
}




@media (max-width:980px){
#rcorners1 {
  border-radius: 20px;
  background: #000;
  padding: 60px 60px; 
  max-width: 540px;
	margin: auto;
}


.signature {
	padding-top: 50px;
	padding-bottom: 25px;
}

  .btn-grad {background-image: linear-gradient(to right, #e5b24b 0%, #f6e082  51%, #1e130c  100%)}
         .btn-grad {
            margin: 10px;
            padding: 10px 45px;
            text-align: center;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 16px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }


	
	
	/*
* Icon styles
*
* There are styles for icon and everything which are connected with it.
*/
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  color: #e4af48;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-effect .icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  /*box-shadow: 0 0 0 4px #f1f1f1;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.icon-effect-1a .icon:hover {
  background-color: rgba(228,175,2,0.4);
  color: #e4af48;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
	
	
.icon-tp{
	padding-top: 10px;
}
	.title1-tp{
	padding-top: 70px;
}
	.title2-tp{
	padding-top: 30px;
}
	.logo-tp{
	padding-top: 15px;
}
	.btn2-tp{
	padding-top: 40px;
}
.hr-tp{
	padding-top: 25px;
}

.hr-bp{
	padding-bottom: 20px;
}

.address-tp{
	padding-top: 0px;
}


h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size: 19px;
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color: #e4af48;
	font-size: 14px;
}
	
	
.zerin-logo {
	max-width: 280px;
	border-radius: 10px;
	
}
.body-text {
	font-size: 14px;
	color: #f1f1f1;
	text-align: justify;
	line-height: 1.4;
	font-weight: 600;
}
	
	.btn-grad2 {background-image: linear-gradient(to right, #f6e082 0%, #e5b24b  51%, #1e130c  100%)}
         .btn-grad2 {
            margin: 10px;
            padding: 10px 20px;
            text-align: left;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 14px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

.btn-grad2>i:last-child {
  right: 0px;
  position:relative;
	float: right;
	top: 10px;
}
	
	.container-tp {
		padding-top: 20px;
	}
	.container-bp {
		padding-bottom: 0px;
	}

	
	h2.name {
	font-size: 50px;
	padding: 40px 0 20px;
}
	
	
}






@media (max-width:738px){
#rcorners1 {
  border-radius: 15px;
  background: #000;
  padding: 60px 60px; 
  min-width: 540px;
	margin: auto;
	margin-left: -15px;
	margin-top: 10px;
}
.people {
  border-radius: 50%;
	width:52%
}


.signature {
	padding-top: 50px;
	padding-bottom: 25px;
}

  .btn-grad {background-image: linear-gradient(to right, #e5b24b 0%, #f6e082  51%, #1e130c  100%)}
         .btn-grad {
            margin: 10px;
            padding: 10px 45px;
            text-align: center;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 16px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }


	
	
	/*
* Icon styles
*
* There are styles for icon and everything which are connected with it.
*/
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  color: #e4af48;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-effect .icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  /*box-shadow: 0 0 0 4px #f1f1f1;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.icon-effect-1a .icon:hover {
  background-color: rgba(228,175,2,0.4);
  color: #e4af48;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
	
	
	.icon--container {
		width: 100%;
		margin: auto;
	}
	
	
.icon-tp{
	padding-top: 10px;
}
	.title1-tp{
	padding-top: 70px;
}
	.title2-tp{
	padding-top: 30px;
}
	.logo-tp{
	padding-top: 15px;
}
	.btn2-tp{
	padding-top: 40px;
}
.hr-tp{
	padding-top: 25px;
}

.hr-bp{
	padding-bottom: 20px;
}

.address-tp{
	padding-top: 0px;
}


h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size: 19px;
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color: #e4af48;
	font-size: 14px;
}
	
	
.zerin-logo {
	max-width: 280px;
	border-radius: 10px;
	
}
.body-text {
	font-size: 14px;
	color: #f1f1f1;
	text-align: justify;
	line-height: 1.4;
	font-weight: 600;
}
	
	.btn-grad2 {background-image: linear-gradient(to right, #f6e082 0%, #e5b24b  51%, #1e130c  100%)}
         .btn-grad2 {
            margin: 10px;
            padding: 10px 20px;
            text-align: left;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 14px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

.btn-grad2>i:last-child {
  right: 0px;
  position:relative;
	float: right;
	top: 10px;
}
	
	.container-tp {
		padding-top: 20px;
	}
	.container-bp {
		padding-bottom: 0px;
	}


	
	
}









@media (max-width:528px){
	
	#servicesLayout3 {
		padding: 25px 10px 0px 10px;
	}
	
	
#rcorners1 {
  border-radius: 15px;
  background: #000;
  padding: 40px 25px; 
  min-width: 100%;
	margin: auto;
}
.people {
  border-radius: 50%;
	width:41%
}


.signature {
	padding-top: 30px;
	padding-bottom: 25px;
	width: 80%;
}

  .btn-grad {background-image: linear-gradient(to right, #e5b24b 0%, #f6e082  51%, #1e130c  100%)}
         .btn-grad {
            margin: 10px;
            padding: 10px 45px;
            text-align: center;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 14px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }


	
	
	/*
* Icon styles
*
* There are styles for icon and everything which are connected with it.
*/
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 20px;
  color: #e4af48;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
	margin-right: -20px;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-effect .icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  /*box-shadow: 0 0 0 4px #f1f1f1;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.icon-effect-1a .icon:hover {
  background-color: rgba(228,175,2,0.4);
  color: #e4af48;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
	
	.icon--container {
		width: 100%;
		margin: auto;
	}
	
	
.icon-tp{
	padding-top: 10px;
}
	.title1-tp{
	padding-top: 50px;
}
	.title2-tp{
	padding-top: 30px;
}
	.logo-tp{
	padding-top: 10px;
}
	.btn2-tp{
	padding-top: 30px;
}
.hr-tp{
	padding-top: 15px;
}

.hr-bp{
	padding-bottom: 10px;
}

.address-tp{
	padding-top: 0px;
}


h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size: 18px;
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color: #e4af48;
	font-size: 14px;
}
	
	
.zerin-logo {
	max-width: 220px;
	border-radius: 10px;
	
}
.body-text {
	font-size: 14px;
	color: #f1f1f1;
	text-align: justify;
	line-height: 1.4;
	font-weight: 600;
}
	
	.btn-grad2 {background-image: linear-gradient(to right, #f6e082 0%, #e5b24b  51%, #1e130c  100%)}
         .btn-grad2 {
            margin: 10px;
            padding: 10px 20px;
            text-align: left;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 14px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

.btn-grad2>i:last-child {
  right: 0px;
  position:relative;
	float: right;
	top: 10px;
}
	
	.container-tp {
		padding-top: 20px;
	}
	.container-bp {
		padding-bottom: 0px;
	}
	
	.button2-container {
		width: 80%;
		margin: auto;
	}
	
	
h2.name {
	font-size: 40px;
	padding: 40px 0 20px;
}


	
	
}



@media (max-width:380px){
	
	#servicesLayout3 {
		padding: 25px 10px 0px 10px;
	}
	
	
#rcorners1 {
  border-radius: 15px;
  background: #000;
  padding: 40px 25px; 
  min-width: 100%;
	margin: auto;
}
.people {
  border-radius: 50%;
	width:41%
}


.signature {
	padding-top: 30px;
	padding-bottom: 25px;
	width: 80%;
}

  .btn-grad {background-image: linear-gradient(to right, #e5b24b 0%, #f6e082  51%, #1e130c  100%)}
         .btn-grad {
            margin: 10px;
            padding: 10px 45px;
            text-align: center;
            /*text-transform: uppercase;*/
			 font-family: 'Montserrat', sans-serif;
			 font-size: 14px;
			 font-weight: 600;
            transition: 0.5s;
            background-size: 200% auto;
            color: #474747;        
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 50px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }


	
	
	/*
* Icon styles
*
* There are styles for icon and everything which are connected with it.
*/
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  color: #e4af48;
  line-height: 28px;
  text-align: center;
  background-color: transparent;
	margin-right: -20px;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-effect .icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  /*box-shadow: 0 0 0 4px #f1f1f1;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.icon-effect-1a .icon:hover {
  background-color: rgba(228,175,2,0.4);
  color: #e4af48;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
	
	.icon--container {
		width: 100%;
		margin: auto;
	}
}

