@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #28cc9e;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #28cc9e;
  outline: none;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-weight: 300;
 
  font-family: "Roboto", Arial, serif;
}

h1, h2, h3, h4, h5, h6, figure {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Roboto", Arial, serif;
  font-weight: 300;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

::-webkit-selection {
  color: #fff;
  background: #28cc9e;
}

::-moz-selection {
  color: #fff;
  background: #28cc9e;
}

::selection {
  color: #fff;
  background: #28cc9e;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
 /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #28cc9e;
  color: #fff;
  border: 2px solid #28cc9e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #23cb8a !important;
  border-color: #23cb8a !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #28cc9e;
  border: 2px solid #28cc9e;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #28cc9e;
  color: #fff;
}

.btn-success {
  background: #28cc9e;
  color: #fff;
  border: 2px solid #28cc9e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #28cc9e !important;
  border-color: #28cc9e !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #28cc9e;
  border: 2px solid #28cc9e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #28cc9e;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {

  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
 margin-top:3em;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
color:#fff;
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
.btn.with-arrow2 {
 margin-top:3em;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow2 i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow2:hover {
color:#646464;
  padding-right: 50px;
}
.btn.with-arrow2:hover i {
  color: #646464;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #28cc9e;
}

.cs-social {
  padding: 0;
  margin: 0;
}
.cs-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.cs-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.cs-social li a:hover {
  color: #28cc9e;
}
.cs-social li a:hover, .cs-social li a:active, .cs-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.logo{
	
	text-transform:uppercase;
	color:#fff;
}


.logo a{
	cursor:pointer;
	text-decoration:none;
}

#cs-header {
  padding: 40px 0;
  width: 100%;
  margin: 0;
  
  position: relative;
}
#cs-header:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  content: '';
 
}
@media screen and (max-width: 768px) {
  #cs-header {
    margin: 0px 0 0 0;
  }
}
#cs-header .header-inner {
  float: left;
  width: 100%;
}
#cs-header h1 {
  float: left;
  padding: 0;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif;
}






#cs-header h1 i {
  color: #28cc9e;
}
#cs-header h1 a {
  color: black;
}
#cs-header h1 a > span {
  color: #28cc9e;
}
#cs-header h1 a:hover, #cs-header h1 a:active, #cs-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
#cs-header nav {
  float: right;
  text-transform:uppercase;
   font-weight:600px;
  padding: 11px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  #cs-header nav {
    display: none;
  }
}
#cs-header nav ul {
  padding: 0;
  margin: 0 0 0 0;
}
#cs-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#cs-header nav ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight:600px;
  padding: 12px 15px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#cs-header nav ul li a i {
  line-height: 0;
  font-size: 12px;
  position: relative;
  top: 3px;
}
#cs-header nav ul li a:hover {
  text-decoration: none;
  color: black;
}
#cs-header nav ul li a.active, #cs-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
  color:#28cc9e;
  
  
 
}
#cs-header nav ul li a.active:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50px;
  margin-left: -25px;
  height: 2px;
  left: 50%;
  background: #28cc9e;
}






#cs-header nav ul li.cta {
  margin-left: 20px;
}
#cs-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
 
  color: #28cc9e;
 
}
#cs-header nav ul li.cta a:hover {
  color:#28cc9e;
  border-bottom:#28cc9e 2px solid;
}
#cs-header nav ul li.cta a:hover:after {
  display: none;
}
#cs-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#cs-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.cs-heading {
  margin-bottom: 4em;
}
/*.cs-heading h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 34px;
}*/

.cs-heading h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 300;
  font-size: 34px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.cs-heading h2:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50px;
  margin-left: -25px;
  height: 2px;
  left: 50%;
  background: #28cc9e;
}


.cs-clientbg {
	background:#f2f4f5;
}


.cs-grey-bg-section {
	background: url(../images/contact-bg.png) repeat-x bottom center;
  /*background: rgba(45, 64, 89, 0.06);*/
}



#cs-featured-section,
#cs-intro-section,
#cs-services-section,
#cs-blog-section,
#cs-client-section,
#cs-work-section,
#cs-main-services-section,
#cs-about-section,
#cs-contact-section {
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #cs-featured-section,
  #cs-intro-section,
  #cs-services-section,
  #cs-blog-section,
  #cs-client-section,
  #cs-work-section,
  #cs-main-services-section,
  #cs-about-section,
  #cs-contact-section {
    padding: 3em 0;
  }
}

#cs-services-section,
#cs-blog-section,
#cs-client-section,
#cs-work-section,
#cs-main-services-section,
#cs-about-section,
#cs-contact-section {
  padding-top: 6em;
}

#cs-intro-section {
  padding-top: 6em;
  padding-bottom: 4em;
}
#cs-intro-section h2 {
  font-weight: 300;
  font-size: 40px;
  font-family: "Roboto", Arial, serif;
  letter-spacing: 1px;
  line-height: 50px;

  
}

.featured-grid, .featured-grid.featured-grid-2 {
  width:100%;
  height:510px;
  float: left;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;

}
@media screen and (max-width: 992px) {
  .featured-grid, .featured-grid.featured-grid-2 {
    margin-bottom: 30px;
    height: 400px;
  }
}
.featured-grid:after, .featured-grid.featured-grid-2:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
 
}
.featured-grid.featured-grid-2 {
  height: 240px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .featured-grid.featured-grid-2 {
    height: 400px;
  }
}
.featured-grid .desc {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.featured-grid .desc h3 {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
.featured-grid .desc span {
  color: rgba(255, 255, 255, 0.5);
}
.featured-grid:hover, .featured-grid:focus {
  -webkit-box-shadow: 0px 18px 43px -7px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 18px 43px -7px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px 18px 43px -7px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 0px 18px 43px -7px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 18px 43px -7px rgba(0, 0, 0, 0.32);
}
.featured-grid:hover:after, .featured-grid:focus:after {
  background: rgba(0, 0, 0, 0.3);
}
.featured-grid:hover .desc, .featured-grid:focus .desc {
  bottom: 0px;
}

.work-inner {
  background: white;
   margin: 15px;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.work-inner .work-grid {
  position: relative;
  width: 100%;
  height: 300px;
  float: left;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.work-inner .work-grid:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'simple-line-icons';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 130px;
  content: '\e08a';
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  font-size: 20px;
}
.work-inner .desc {
  padding: 30px;
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.work-inner .desc h3 {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
.work-inner .desc h3 a {
  color: rgba(0, 0, 0, 0.8);
}
.work-inner .desc h3 a:hover {
  text-decoration: none;
  color: #28cc9e;
}
.work-inner .desc span {
  color: rgba(0, 0, 0, 0.5);
}
.work-inner:hover {
  -webkit-box-shadow: 0px 9px 33px -10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 9px 33px -10px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 9px 33px -10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 9px 33px -10px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 33px -10px rgba(0, 0, 0, 0.17);
}
.work-inner:hover .work-grid:after {
  opacity: 1;
}


.work-inner .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}
.work-inner .block .img-overly img {
  border-radius: 0;
}
.work-inner .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.work-inner .block .img-overly .overly a {
  position: absolute;
  top: 0    %;
  left: 0%;
}
.work-inner .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

figure {
  background: #fff;
  margin-bottom: 0px;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);*/
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
}
figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .overlay {
   text-align: center;
    position: absolute;
    top: 100%;
    left: 100%;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    padding: 10px;
    width: 100%;
    font-weight: bold;
  
  
  background: rgba(250, 71, 20, 0.7);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

figure .overlay:hover em {
    font-style: normal;
    display: inline-block;
    background-color: #28cc9e;
    padding: 5px 20px;
    border-radius: 0px;
    color: #fff;
    margin-top: 10px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
    font-size: 10px;
    letter-spacing: 2px;
}




figure .overlay a {
  display: inline-block ;
  color: #fff;
  padding:50px;
  height:100%;
  line-height: 1;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
figure .overlay a:hover {
  text-decoration: none;
}
figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .buttons {
  position: absolute;
  top: 45%;
  left: 24%;
}
figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}
figure figcaption h4 {
  margin: 0;
  
  font-size: 14px;
}
figure figcaption h4 a {
  color: #02bdd5;
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}









#cs-services-section {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28cc9e+0,258dc8+100 */
  background:#fff url(../images/service-bg-new.jpg) repeat-x left top;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWZiNTdiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1OGRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* FF3.6-15 */
 /* background: -webkit-linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28cc9e', endColorstr='#f66941',GradientType=1 );*/
  /* IE6-8 fallback on horizontal gradient */
}
@media screen and (max-width: 768px) {
  #cs-services-section .services-inner {
    margin-bottom: 60px;
  }
}
#cs-services-section .services-inner h3 {
  color: white;
}
#cs-services-section .services-inner p {
  color: rgba(255, 255, 255, 0.7);
  padding:0px 25px;
}
#cs-services-section .services-inner span {
  display: block;
  margin-bottom: 45px;
}
#cs-services-section .services-inner span i {
  font-size: 40px;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#cs-services-section .cs-heading h2 {
  color: #fff;
}
#cs-services-section .cs-heading p {
  color: rgba(255, 255, 255, 0.7);
}


#cs-services-section-2 {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28cc9e+0,258dc8+100 */
  background:#fff ;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWZiNTdiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1OGRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* FF3.6-15 */
 /* background: -webkit-linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28cc9e', endColorstr='#f66941',GradientType=1 );*/
  /* IE6-8 fallback on horizontal gradient */
}
@media screen and (max-width: 768px) {
  #cs-services-section-2 .services-inner {
    margin-bottom: 60px;
  }
}
#cs-services-section-2 .services-inner h3 {
  color: white;
}
#cs-services-section-2 .services-inner p {
 
  padding:0px 23px 0px 0px ;
}
#cs-services-section-2 .services-inner span {
  display: block;
  margin-bottom: 45px;
}
#cs-services-section-2 .services-inner span i {
  font-size: 40px;
 
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#cs-services-section-2 .cs-heading h2 {
  
}
#cs-services-section-2 .cs-heading p {
  
}




#cs-about-section {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28cc9e+0,258dc8+100 */
  background:#fff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWZiNTdiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1OGRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* FF3.6-15 */
 /* background: -webkit-linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(45deg, #28cc9e 0%, #f66941 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28cc9e', endColorstr='#f66941',GradientType=1 );*/
  /* IE6-8 fallback on horizontal gradient */
}
@media screen and (max-width: 768px) {
  #cs-about-section .about-inner {
    margin-bottom: 60px;
  }
}




#cs-about-section .about-wrap {
 
  padding: 180px 30px 30px 30px;
  position: relative;
  
}
@media screen and (max-width: 768px) {
  #cs-about-section .about-wrap {
    margin-bottom: 6em;
  }
}
#cs-about-section .about-wrap .about {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 40px;
}
#cs-about-section .about-wrap .about > img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#cs-about-section .about-wrap .desc h3 {
  margin-bottom: 10px;
}
#cs-about-section .about-wrap .desc .pos {

}
#cs-about-section .about-wrap .desc .pos2 {

padding:23px; 
  background: white;
  -webkit-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  margin-bottom: 40px;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#cs-about-section .about-inner h2 {
  padding:23px; 
}
#cs-about-section .about-inner h5 {
  padding:23px;  
}
#cs-about-section .about-inner p {
 
  padding:30px;
}


#cs-about-section .about-inner span {
  display: block;
  margin-bottom: 45px;
}
#cs-about-section .about-inner span i {
  font-size: 40px;
 
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#cs-about-section .cs-heading h2 {
  
}
#cs-about-section .cs-heading p {
  
}
#cs-about-section .about-inner img {
	position:relative;
	overflow: hidden;
  padding: 10px;
   margin-bottom: 30px;
  -webkit-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
   width: 300px;
  height: 300px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}





#cs-main-services-section .services-inner {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #cs-main-services-section .services-inner {
    margin-bottom: 60px;
  }
}
#cs-main-services-section .services-inner .desc {
  padding-left: 8em;
}
#cs-main-services-section .services-inner h3 {
  color: rgba(0, 0, 0, 0.7);
}
#cs-main-services-section .services-inner span {
  position: absolute;
  top: 30px;
  display: block;
  margin-bottom: 45px;
}
#cs-main-services-section .services-inner span i {
  font-size: 40px;
  color: #28cc9e;
  border: 2px solid #28cc9e;
  padding: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-inner {
  background: white;
  -webkit-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 29px -9px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-inner img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.blog-inner .desc {
  padding: 20px;
}
.blog-inner .desc h3 {
  line-height: 28px;
}
.blog-inner .desc h3 a {
  color: rgba(0, 0, 0, 0.8);
}
.blog-inner .desc h3 a:hover, .blog-inner .desc h3 a:focus {
  text-decoration: none;
}
.blog-inner:hover {
  -webkit-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 43px -10px rgba(0, 0, 0, 0.17);
}

.testimony {
  
  padding: 40px 20px 20px 20px;
  position: relative;
  
  
 
}
@media screen and (max-width: 768px) {
  .testimony {
    margin-bottom: 60px;
  }
}
.testimony .quote {
  position: absolute;
  top: -40px;
  left: 50%;
  right: 0;
  margin-left: -30px;
}
.testimony .quote i {
  font-family: "Roboto", Arial, serif;
  font-size: 30px;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  color: rgba(45, 64, 89, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  -webkit-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimony blockquote {
  border: none;
  position: relative;
}
.testimony blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #999999;
  font-family: "Roboto", Arial, serif;
}
.testimony blockquote span {
  color: rgba(0, 0, 0, 0.7);
}
.testimony blockquote span a {
  font-size: 16px;
}



.sidebar {
  float: left;
  width: 100%;
  padding-left: 2em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .sidebar {
    padding-left: 0 !important;
    border-left: none !important;
  }
}
.sidebar .side {
  margin-bottom: 40px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  font-family: "Roboto", Arial, sans-serif;
  list-style: none;
  padding: 5px 0;
}
.sidebar ul li a {
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.sidebar ul li a:hover {
  color: #28cc9e;
  text-decoration: none;
}

.googleplus-color {
  color: #dc4e41 !important;
}

.facebook-color {
  color: #3b5998 !important;
}

.twitter-color {
  color: #55acee !important;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
.contact-info li a {
  color: #28cc9e;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

#cs-footer {
  padding: 7em 0;
  float: left;
  width: 100%;
  position: relative;
  background:#252525 url(../images/header-bg-moon.jpg) no-repeat center bottom;
}
@media screen and (max-width: 768px) {
  #cs-footer {
    padding: 3em 0;
  }
}
#cs-footer h2, #cs-footer h3, #cs-footer h4 {
  color: rgba(255, 255, 255, 0.9);
}
#cs-footer h3 {
   padding: 13px 0px 0px 0px;
  font-size: 14px;
}
#cs-footer [class*="col"] {
  padding-bottom: 30px;
}
#cs-footer .btn {
  color: #fff;
}
#cs-footer .float {
  float: left;
  margin-right: 10%;
}
#cs-footer ul {
  padding: 0;
  margin: 0;
}
#cs-footer p {
 font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  color: rgba(100, 100, 100, 0.9);
}

#cs-footer ul li {
 font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  color: rgba(100, 100, 100, 0.9);
}
#cs-footer ul li a {
 font-size: 14px;
  color: rgba(100, 100, 100, 0.9);
  text-decoration: none !important;
}
#cs-footer ul li a:hover {
  color: #fff;
}
#cs-footer .cs-social li {
  display: block !important;
}
#cs-footer .cs-social li a {
  font-size: 18px;
}
#cs-footer .cs-social li i {
  float: left;
  font-size: 18px;
  width: 40px;
}

.cs-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
   font-size: 14px;
}
.cs-copyright span {
  display: block;
  color: rgba(100, 100, 100, 0.9);
   font-size: 14px;
}
.cs-copyright p {
  display: block;
  color: rgba(100, 100, 100, 0.9);
   font-size: 14px;
}
@media screen and (max-width: 480px) {
  .cs-copyright {
    text-align: left !important;
  }
  .cs-copyright span {
    display: inline;
  }
}

#cs-page {
  position: relative;
  z-index: 2;
  background: #fff;
}

#cs-offcanvas, .cs-nav-toggle, #cs-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#cs-offcanvas, .cs-nav-toggle, #cs-page {
  position: relative;
}

#cs-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #cs-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#cs-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #cs-offcanvas {
    display: block;
  }
}
#cs-offcanvas ul {
  padding: 0;
  margin: 0;
}
#cs-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#cs-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#cs-offcanvas ul li a:hover {
  color: #28cc9e;
}
#cs-offcanvas ul li.active a {
  color: #28cc9e;
}
#cs-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#cs-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#cs-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#cs-offcanvas ul li.cta a:hover:after {
  display: none;
}

.cs-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.cs-nav-toggle.active i::before, .cs-nav-toggle.active i::after {
  background: #fff;
}
.cs-nav-toggle.dark.active i::before, .cs-nav-toggle.dark.active i::after {
  background: #fff;
}
.cs-nav-toggle:hover, .cs-nav-toggle:focus, .cs-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.cs-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.cs-nav-toggle i::before, .cs-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cs-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.cs-nav-toggle.dark i::before, .cs-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cs-nav-toggle i::before {
  top: -7px;
}

.cs-nav-toggle i::after {
  bottom: -7px;
}

.cs-nav-toggle:hover i::before {
  top: -10px;
}

.cs-nav-toggle:hover i::after {
  bottom: -10px;
}

.cs-nav-toggle.active i {
  background: transparent;
}

.cs-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.cs-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.cs-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cs-nav-toggle {
    display: block;
    top: 40px;
  }
}

.js .animate-box {
  opacity: 0;
}


#portfolio .portfolio-item {
    right:0px;
    margin:0px;
	
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin:0px;
    max-width: 100%;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	 padding: 150px 25px;
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0px;
    }
}

.portfolio-modal .modal-content {
    padding: 100px 0;
	max-width:100%;
    min-height:100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 2em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 0px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #28cc9e;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #28cc9e;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}





/*# sourceMappingURL=style.css.map */
