body {
    background-color: #f6f6f6;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 300;
    line-height: 26px;    
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;}
h1 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 32px;
}

p {
    color: #333;margin-bottom: 30px; font-weight: 500;
}

ul li {
    list-style: none;
}
strong {
    color: #1769ff;
}
hr {
    border-top: 1px solid #dddcd7; margin-top: 60px;
}
.listnone{padding: 0px;}
.btn:focus,
.btn-bink:focus,
.btn-default {
  outline: none;
  border: none;
}
.btn-default,
.btn-pink,
.btn-white {
  z-index: 1;
  position: relative;
  font-size: 13px;
  text-align: center;
  color: #FFF;
  line-height: 1.88;
  letter-spacing: 0.6px;
  border: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
   -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.btn-default::before,
.btn-pink::before,
.btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -moz-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -ms-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -o-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.btn-default:hover::before,
.btn-pink:hover::before,
.btn-white:hover::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  -moz-transform: rotate3d(0, 0, 1, 0deg);
  -ms-transform: rotate3d(0, 0, 1, 0deg);
  -o-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-default {
  background-color: #101010;
}
.btn{
	padding:10px 25px;
	margin-right:10px;
}
.btn-pink {
  background-color: #FF4061;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus {
  color: #FFF;
  outline: none;
  background-color: #FF4061;
  border: none;
}
.btn-default:hover::before {
  background-color: #FF4061;
}
.btn-pink:hover,
.btn-pink:focus {
  color: #FFF;
  background-color: #392D48;
}
.btn-pink:hover::before {
  background-color: #392D48;
}
.btn-white {
  background-color: #FF4061;
  color: #FFF;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #FFF;
  color: #FF4061;
}
.btn-white:hover::before {
  background-color: #FFF;
  color: #FF4061;
} 
.btn-lg{padding: 14px 30px; font-size: 16px;}
.btn-sm{ padding: 5px 10px; font-size: 12px;}
.btn-xs{padding: 1px 5px; font-size: 10px;}

.mb40{margin-bottom: 40px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}
.mt40{margin-top: 40px;}
.mt80{margin-top: 80px;}
.hero-section {
    margin-bottom: 20px;
    background-image: url(../images/hero-image.jpg);
    background-color: #392d48;
    padding-top: 100px; padding-bottom: 100px;
}
.hero-img {}
.hero-logo{margin-bottom: 30px;}
.hero-logo .badge{    margin-left: 20px;}
.hero-text, .hero-title{color: #fff;}
.call-to-action{background-color: #fff; padding-top: 120px; padding-bottom: 120px; text-align: center;}
.head-title { padding-top: 60px;}
.template-area { margin-bottom: 100px;}
.template-section {
    margin-bottom: 620px;
    padding: 60px;
}
.template-thumb {
    margin-bottom: 30px;
    display: inline-block;
}
.template-box {
    background-color: #fff;    border-radius: 10px 10px 3px 3px;
          -moz-box-shadow: 0 5px 6px 0px rgba(49,48,53,0.2);
    -webkit-box-shadow: 0 5px 6px 0px rgba(49,48,53,0.2);
    box-shadow: 0 5px 6px 0px rgba(49,48,53,0.2);    transition: all 0.2s ease-in-out 0s;
    transform: translateY(0)!important}
    .template-box:hover {
    background-color: #fff;
    border-radius: 0px;    -moz-box-shadow: 0 10px 25px 5px rgba(49,48,53,0.2);
    -webkit-box-shadow: 0 10px 25px 5px rgba(49,48,53,0.2);
    box-shadow: 0 10px 25px 5px rgba(49,48,53,0.2);    transform: translateY(-8px)!important; border-radius: 10px 10px 3px 3px;}
.template-pic { list-style-type: none; margin: 0px;}
.template-pic { padding: 0px; position: relative; overflow: hidden;}
 
.template-pic img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.template-pic img:hover {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
    opacity: 1;
}
.template-pic .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    display: none;
}
.template-pic .blur {
    background-color: rgba(23,105,255,0.8);
    height: 450px;
    width: 600px;
    z-index: 5;
    position: absolute;
}
.template-pic .caption-text h1 {
    text-transform: uppercase;
    font-size: 24px;
}
.template-pic .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 600px;
    height: 450px;
    text-align: center;
    top: 180px;
}
.template-pic img {
}
.template-browser{background-color: #fff;     padding: 10px;
    border-radius: 4px 4px 0px 0px; border-bottom: 1px solid #e7e6e2;}
.dots{background-color: #ddd; width: 8px; height: 8px; border-radius: 50%;}
.browser-dots{}
.browser-dots li, .browser-dots li span{float: left;}
.browser-dots li span{margin-right: 8px;}
.red-dots{background-color: #fb847f;}
.yellow-dots{background-color: #fdca69;}
.green-dots{background-color: #68d370;}
.template-title {
    padding: 35px 0px;
}
.mb20{
	margin-bottom:20px;	
}
.mb30{
	margin-bottom:30px;	
}
.mb40{
	margin-bottom:40px;	
}
.mb50{
	margin-bottom:50px;	
}

.template-head{ }
.template-title h1 {
    color: #222;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
select.form-control {
    background-color: #ebf2ff;
    border: 0px;
    height: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 20px;
}
.badge{background-color: #f48f00; font-size: 10px; margin-left: 10px;}
.user-credential{padding: 20px;}
@media (max-width: 767px) {
.template-section {
    margin-bottom: 120px;
    padding: 10px;
}
.hero-section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.template-pic .blur {
    background-color: rgba(23,105,255,0.8);
    height: 320px;
    width: 380px;
    z-index: 5;
    position: absolute;
}
.template-pic .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 380px;
    height: 450px;
    text-align: center;
    top: 80px;
}
}
