
*{margin:0;padding:0;visibility: visible;}
body {
  background: rgb(245, 248, 250);
  color: #444;
  font-family: "Titillium Web",Arial,sans-serif;
  font-weight: 400;
  position: relative;
}
h1, h2, h3, h4, h5, h6, p {
  margin:0;
}
p {
  line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
  color: #373737;
  font-family: "Titillium Web",Arial,sans-serif
  font-weight: 800;
}
*:focus {
  outline: none;
  text-decoration: none;
}
a, a::before, i, .icon, .icon::before, button,
.sin-feature .icon i, .sin-info::before,
.hover-link, input, .sin-team::before, .sin-team::after,
.home-7 .portfolio-hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
ul, ol {
  list-style: none;
  margin: 0;
}
img {
  max-width:100%;
}
/*----------------------
	2. Common Classes
------------------------*/
.fix {
  overflow:hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.button-set {
  display: inline-block;
}
a.button {
  border: 2px solid #fff;
  border-radius: 3px;
  display: block;
  float: left;
  font-family: "Titillium Web",Arial,sans-serif
  font-size: 16px;
  height: 58px;
  line-height: 58px;
  margin-right: 30px;
  text-align: center;
  width: 200px;
}
a.button:last-child {
  margin-right: 0;
}
a.button.rounde {
  border-radius: 50px;
}
a.button.active, .button-set .button:hover {
  background: #998675 none repeat scroll 0 0;
  border-color: #998675 #998675 #736357;
}
a.button.active:hover {
  background: transparent;
  border-color: #fff;
}
a.button i {
  margin-right: 7px;
}
.title-style-1 {
  background: rgba(0, 0, 0, 0) url("img/home-1/title-line-1.png") no-repeat scroll center top;
  margin-bottom: 65px;
  padding-top: 200px;
}
.title-style-1.title-line-2 {
  background: rgba(0, 0, 0, 0) url("img/home-1/title-line-2.png") no-repeat scroll center top;
}
.title-style-1 h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title-style-1.title-line-2 h1 {
  color: #373737;
}
.title-style-1 p {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 19px;
}
.title-style-1.title-line-2 p {
  color: #444;
}
/*-- Slider Controls Style --*/
.owl-controls {
  bottom: 180px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.owl-controls .owl-dots, .slick-dots {
  display: inline-block;
}
.owl-controls .owl-dots .owl-dot, .slick-dots li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  margin: 0 30px;
  position: relative;
  width: 16px;
}
.owl-controls .owl-dots .owl-dot::before, .slick-dots li::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 100%;
  opacity: 0.2;
  position: absolute;
  top: 7px;
  width: 61px;
}
.owl-controls .owl-dots .owl-dot:last-child::before, .slick-dots li:last-child::before {
  width: 0;
}
.owl-controls .owl-dots .owl-dot span, .slick-dots button {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  display: block;
  height: 6px;
  margin: 4px;
  text-indent: -999999px;
  width: 6px;
}
.owl-controls .owl-dots .owl-dot.active, .slick-dots li.slick-active {
  border-color: #fff;
}
.owl-controls .owl-dots .owl-dot.active span, .slick-dots li.slick-active button {
  background: #fff;
}
/*-- scrollUp Style --*/
#scrollUp {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  bottom: 75px;
  color: #666;
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 37px;
  right: 35px;
  text-align: center;
  width: 40px;
}
#scrollUp:hover {
  box-shadow: 0 0 3px #eee;
}
/*----------------------
	3. Home One
------------------------*/
/*----------------------
	3.1 Menu Area
------------------------*/
#main-menu {
  left: 0;
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 999999;
  background: #f6f6f6;
}
#main-menu.stick { 
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  position: fixed;
  top: 0;
}
.logo{}
.logo a {
  display: block;
}
.logo a img{
  width: 200px;
}
.main-menu {
  margin: 10px 0;
}
.main-menu nav{}
.main-menu nav ul {
  float: left;
}
.main-menu nav ul li {
  display: block;
  float: left;
}
.main-menu nav ul li a {
  display: block;
  font-family: raleway;
  font-size: 12px;
  font-weight: 800;
  padding: 11px 18px;
  position: relative;
  text-transform: uppercase;
  color: #666;
}
.main-menu nav ul li a:focus {
  color: #005482;  
}
.main-menu nav ul li a::before {

  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  top: 49%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 80%;
}
.main-menu nav ul li.active a::before, .main-menu nav ul li a:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main-menu a.button {
  font-family: raleway;
  font-size: 11px;
  font-weight: 800;
  height: auto;
  line-height: inherit;
  margin: 0;
  padding: 8px 17px 9px;
  text-transform: uppercase;
  width: auto;
}

.mean-container .mean-nav ul li a{
  color: #666 !important;
}
/*----------------------
	3.2 Home Area
------------------------*/
#home-area {
  background-color: #005580;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(img/bg-faces2.png);
}
.home-slider {
  padding: 170px 0 120px;
}
.home-slider .single-slide{}
.home-slider .single-slide .slide-image{}
.home-slider .single-slide .slide-image img {
  width: 75%;
}
.home-text {
  margin-top: 230px;
}
.home-text h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.home-text p {
  color: #fff;
  font-size: 16px;
}
.home-text .button-set {
  margin-top: 80px;
} 
/*----------------------
	3.3 About Area
------------------------*/
#about-area {
  padding: 70px 0 100px;
}
#about-area .single{}
#about-area .single .icon {
  border-radius: 50%;
  color: #bc6372;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 96px;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
}
#about-area .single .icon::before {
  border: 2px solid #bc6372;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100px;
}
#about-area .single:hover .icon {
  background: #bc6372;
  color: #fff;
}

#about-area .single:hover .icon::before {
  border-color: #fff;
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
}
#about-area .single .icon i{}
#about-area .single .content{}
#about-area .single .content h2 {
  font-size: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#about-area .single .content p {
  font-size: 13px;
  line-height: 19px;
}
/*----------------------
	3.4 Best App Area
------------------------*/
#bestapp-area {
  
}
#bestapp-area .content{}
#bestapp-area .content p {
  
}
#bestapp-area .content .button-set {
  margin-top: 65px;
}
#bestapp-area .image {
  margin-top: 60px;
}
#bestapp-area .image img{}
/*----------------------
	3.5 Feature Area
------------------------*/
#feature-area {
  padding-bottom: 80px;  
}
.feature-container > div {
  border-right: 1px dashed #ededed;
  border-bottom: 1px dashed #ededed;
  padding: 15px;
}
.feature-container-1 > div {
  padding-top: 0px;
}
.feature-container-2 > div {
  border-bottom: 0px dashed #ededed;
  padding-bottom: 0px;
}
.feature-container > div:last-child {
  border-right: 0px dashed #ededed;
}
.feature-container .sin-feature {
  padding: 40px 10px;
}
.feature-container .sin-feature:hover {
  background: #F9F9F9;
}
.feature-container .sin-feature .icon {
  border: 2px solid #ebebeb;
  border-radius: 50%;
  color: #d9d9d9;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 96px;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
}
.feature-container .sin-feature:hover .icon {
  border: 2px solid #bc6372;
  color: #bc6372;
}
.feature-container .sin-feature .icon i{}
.feature-container .sin-feature .content{}
.feature-container .sin-feature .content h2 {
  font-size: 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.feature-container .sin-feature .content p {
  color: 38f8f8f;
  font-size: 13px;
  line-height: 19px;
}
/*----------------------
	3.6 Clients Area
------------------------*/
#clients-area {
  background: rgba(0, 0, 0, 0) url("img/home-1/clients-bg.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 105px;
}
.testimonial-image-slider {}
.sin-testiImage {
  display: inline-block;
  margin-bottom: 50px;
}
.sin-testiImage img {
  border-radius: 50%;
  display: inline-block !important;
  height: 82px;
  margin-bottom: 25px;
  margin-top: 15px;
  opacity: 0.2;
  width: 82px;
}
.sin-testiImage.slick-current img {
  height: 113px;
  margin-top: 0;
  opacity: 1;
  width: 113px;
}
.sin-testiImage h2 {
  color: #dfdfdf;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  text-transform: uppercase;
}
.sin-testiImage.slick-current h2 {
  opacity: 1;
}
.sin-testiImage h2 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonial-image-slider .slick-dots {
  bottom: -150px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-text-slider {
  margin-bottom: 80px;
}
.sin-testiText{}
.sin-testiText p {
  color: #dfdfdf;
  font-size: 15px;
}
/*----------------------
	3.7 Screenshots Area
------------------------*/
#screenshot-area {
  padding-bottom: 100px;
}
.screenshot-gallery{}
.sin-screenshot {
  z-index: 9;
}
.sin-screenshot a {
  display: block;
  position: relative;
}
.sin-screenshot a::before {
  background: #24141e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}
.sin-screenshot a:hover::before {
  opacity: 0.2;
}
.sin-screenshot a img{}
/*----------------------
	3.8 Video Area
------------------------*/
#video-area {
  background: rgba(0, 0, 0, 0) url("img/home-1/clients-bg.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 110px;
}
.video-container {
  background: rgba(0, 0, 0, 0) url("img/video-shadow.png") no-repeat scroll center 100%;
  padding-bottom: 75px;
  padding-top: 200px;
}
.video-container > div {
  overflow: visible;
}
.video-container iframe {}
.video-content{}
.video-content p {
  
}
.video-content ul {
  display: inline-block;
  margin-top: 55px;
}
.video-content ul li {
  color: #dfdfdf;
  display: inline-block;
  font-size: 15px;
  margin-right: 80px;
}
.video-content ul li:last-child {
  margin-right: 0px;
}
.video-content ul li i {
  margin-right: 25px;
}
/*----------------------
	3.9 Team Area
------------------------*/
#team-area {
background-color: #fff;
background: url('img/home-1/team-bg.jpg') center center no-repeat;

background: url('img/home-1/team-bg.jpg') center center no-repeat, -moz-linear-gradient(to bottom, #fff, #fff);
background: url('img/home-1/team-bg.jpg') center center no-repeat, -webkit-gradient(linear, 0 0, 50% 50%, from(#fff), to(#fff));
background: url('img/home-1/team-bg.jpg') center center no-repeat, -webkit-linear-gradient(to bottom, #fff, #fff);
background: url('img/home-1/team-bg.jpg') center center no-repeat, -o-linear-gradient(to bottom, #fff, #fff);
background: url('img/home-1/team-bg.jpg') center center no-repeat, linear-gradient(to bottom, #fff, #fff);
padding-bottom: 100px;
}
#team-area .title-style-1 {
  background-color: #fff;
  margin-bottom: 80px;
  padding-bottom: 75px;
}
.team-text {
  margin-bottom: 90px;
}
.team-text p {
  color: #dfdfdf;
  font-size: 15px;
}
.team-container {
  width: 100%;
}
.team-container .sin-team {
  padding: 0;
}
.team-container .sin-team::before {
  background: #24141e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.team-container .sin-team:hover::before {
  opacity: 0.6;
}
.team-container .sin-team::after {
  background: #24141e none repeat scroll 0 0;
  bottom: -135px;
  content: "";
  height: 135px;
  left: -64px;
  opacity: 0.6;
  position: absolute;
  -webkit-transform: rotate(19deg) scale(1.1);
  -ms-transform: rotate(19deg) scale(1.1);
  -o-transform: rotate(19deg) scale(1.1);
  transform: rotate(19deg) scale(1.1);
  -webkit-transform-origin: 0 bottom 0;
  -ms-transform-origin: 0 bottom 0;
  transform-origin: 0 bottom 0;
  width: 100%;
}
.team-container .sin-team:hover::after {
  bottom: 0;
}
.team-container .sin-team img{}
.team-container .sin-team .hover {
  bottom: 0;
  left: 100%;
  padding: 0 0 20px 26px;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 50%;
  z-index: 9;
}
.team-container .sin-team:hover .hover {
  left: 0;
}
.team-container .sin-team .hover h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.team-container .sin-team .hover p {
  color: #dfdfdf;
  font-size: 13px;
  line-height: 13px;
}
/*----------------------
	3.10 Download Area
------------------------*/
#download-area {
  background: rgba(0, 0, 0, 0) url("img/home-1/download-bg.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 155px;
}
/*----------------------
	3.11 Support Area
------------------------*/
#support-area {
  background: rgba(0, 0, 0, 0) url("img/home-1/support-bg.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 100px;
}
.support-container {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 80px 0;
}
.support-form{}
#support-form{}
#support-form .input-box {
  margin-bottom: 17px;
}
#support-form .input-box:last-child {
  margin-bottom: 0;
}
#support-form .input-box input, #support-form .input-box textarea {
  background: #f5f4f4 none repeat scroll 0 0;
  border: 0 none;
  color: #9b9b9b;
  font-size: 13px;
  line-height: 19px;
  padding: 17px 22px;
  width: 100%;
}
#support-form .input-box textarea{}
#support-form .input-box .submit {
  background: #bc6372 none repeat scroll 0 0;
  border-bottom: 2px solid #9a4251;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 164px;
}
#support-form .input-box .submit:hover {
  background: #d26f80;
}
.support-info {
  background: #f5f4f4 none repeat scroll 0 0;
  padding: 18px 23px;
}
.sin-info{}
.sin-info .icon {
  border: 2px solid #C1717E;
  border-radius: 50px;
  color: #C1717E;
  display: inline-block;
  font-size: 30px;
  height: 75px;
  line-height: 71px;
  width: 75px;
  margin-bottom: 16px;
}
.sin-info .icon i{}
.sin-info.tel {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.sin-info.email{}
.sin-info h3 {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sin-info p {
  font-size: 13px;
}
/*----------------------
	3.12 Footer Area
------------------------*/
#footer-top-area {
  background: #005580;
  padding: 125px 0;
}
.footer-social {
  margin-bottom: 40px;
}
.footer-social a {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: ffffff;
  display: inline-block;
  height: 37px;
  line-height: 35px;
  margin: 0 5px;
  width: 37px;
}
.footer-social a:hover {
  border-color: #BC6372;
  color: #BC6372;
}
.footer-social a i{}
.footer-text{}
.footer-text h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.footer-text p {
  color: #ddd;
  font-style: italic;
}
#footer-bottom-area {
  background: #0c0c0c;
  padding: 35px 0;
}
.copyright{}
.copyright p {
  color: #ddd;
}
.copyright p a {
  color: #bc6372;
}
.footer-menu{}
.footer-menu nav{}
.footer-menu nav ul{}
.footer-menu nav ul li {
  display: block;
  float: left;
  margin-left: 30px;
}
.footer-menu nav ul li a {
  color: #ddd;
}
.footer-menu nav ul li a:hover {
  color: #bc6372;
}
/*----------------------
	4. Home Two
------------------------*/
/*-- Home 2 Button Style --*/
.home-2 a.button.active, .home-2 .button-set .button:hover {
  
  border-color: #0088cc;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.home-2 a.button.active:hover {
  border-color: #fff;
}
/*-- Home 2 Area Title Style --*/
.title-style-2, .title-style-2.title-line-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
  padding-bottom: 110px;
  padding-top: 148px;
  position: relative;
  z-index: 1;
}
.title-style-2.title-line-3 {
  padding-top: 30px;
}
.title-style-2 h1 {
  
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title-style-2 p {
  
  font-size: 14px;
  font-style: italic;
  line-height: 19px;
}
.title-style-2.title-line-2 h1 {
  color: #373737;
}
.title-style-2.title-line-2 p {
  font-size: 15px;
}
.title-style-2::before {
  background: rgba(0, 0, 0, 0) url("img/home-2/title-line-1.png") no-repeat scroll left top;
  content: "";
  height: 100%;
  left: -410px;
  position: absolute;
  top: 0;
  width: 540px;
  z-index: -1;
}
.title-style-2.title-line-2::before {
  background: rgba(0, 0, 0, 0) url("img/home-2/title-line-2.png") no-repeat scroll left top;
}
.title-style-2.title-line-3::before {
  background: rgba(0, 0, 0, 0) url("img/home-2/title-line-3.png") no-repeat scroll left top;
  left: -205px;
}
/*-- Home 2 Menu Stick Color --*/
#main-menu.home-2.stick {

}
/*-- Home 2 Home Area --*/
#home-area.home-2 {
 
}
.home-2 .home-wrapper {
  padding: 50px 0 0;
  position: relative;
}
.home-2 .home-image{}
.home-2 .home-image img {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.home-2 .scroll-down {
  bottom: 86px;
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*-- Home 2 About Area --*/
#about-area.home-2 {
  padding: 100px 0;
}
#about-area.home-2 .single .icon {
  color: #2d3e50;
}
#about-area.home-2 .single .icon::before {
  border: 2px solid #2d3e50;
}
#about-area.home-2 .single:hover .icon {
  background: #0097E9 none repeat scroll 0 0;
  color: #fff;
}
#about-area.home-2 .single:hover .icon::before {
  border: 2px solid #fff;
}
#about-area.home-2 .single:hover .content h2 {
  color: #0097E9;
}
/*-- Home 2 Best App Area --*/
#bestapp-area.home-2 {
  
  -webkit-background-size: cover;
  background-size: cover;
}
#bestapp-area.home-2 .content {
  margin-top: -30px;
}
#bestapp-area.home-2 .image {
  margin-top: 30px;
}
#bestapp-area.home-2 .image img {
  float: right;
  margin-right: -55px;
}
/*-- Home 2 Feature Area --*/
#feature-area.home-2 {
  background: rgba(0, 0, 0, 0) url("img/bg-home2.png") no-repeat scroll center center;
  background-size: cover;
  padding-bottom: 135px;
}
#feature-area.home-2 .title-style-2 {
  padding-bottom: 135px;
}
.home-2 .feature-image {}
.home-2 .feature-image img{}
.home-2 .feature-wrapper {
  margin-top: -17px;
}
.home-2 .sin-feature {
  width: 100%;
}
.home-2 .sin-feature:nth-child(1) {
  margin-bottom: 45px;
  margin-left: -200px;
}
.home-2 .sin-feature:nth-child(2) {
  margin-bottom: 65px;
  margin-left: -40px;
}
.home-2 .sin-feature:nth-child(3) {
  margin-bottom: 100px;
  margin-left: 60px;
}
.home-2 .sin-feature:nth-child(4) {
  margin-bottom: 80px;
  margin-left: 95px;
}
.home-2 .sin-feature:nth-child(5) {
  margin-bottom: 85px;
  margin-left: 60px;
}
.home-2 .sin-feature:nth-child(6) {
  margin-bottom: 40px;
  margin-left: -40px;
}
.home-2 .sin-feature:nth-child(7) {
  margin-left: -200px;
}
.home-2 .sin-feature .icon {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  height: 99px;
  line-height: 95px;
  margin-right: 12px;
  position: relative;
  text-align: center;
  width: 99px;
  float: left;
}
.home-2 .sin-feature .icon::before {
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 99px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 99px;
}
.home-2 .sin-feature:hover .icon {
  background: #0097E9;
  color: #fff;
}
.home-2 .sin-feature:hover .icon::before {
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
}
.home-2 .sin-feature .icon i{}
.home-2 .sin-feature .content {
  overflow: hidden;
}
.home-2 .sin-feature .content h2 {
  font-size: 13px;
  margin-bottom: 24px;
  padding-top: 13px;
  text-transform: uppercase;
}
.home-2 .sin-feature .content p {
  font-size: 13px;
  line-height: 19px;
}
/*-- Home 2 Clients Area --*/
#clients-area.home-2 {
  background: rgba(0, 0, 0, 0) url("img/home-2/clients-bg.jpg") repeat scroll 0 0 ;
  -webkit-background-size: cover ;
  background-size: cover ;
  padding: 115px 0;
}
.home-2 .sin-testiImage {
  display: inline-block;
  margin-bottom: 105px;
}
.home-2 .sin-testiImage img {
  margin-top: 20px;
}
.home-2 .sin-testiImage.slick-current img {
  border: 5px solid #4B5664;
  height: 123px;
  margin-top: 0;
  width: 123px;
}
.home-2 .testimonial-image-slider .slick-dots {
  bottom: 0;
}
.home-2 .testimonial-text-slider {
  margin-bottom: 35px;
}
/*-- Home 2 Screenshots Area --*/
#screenshot-area.home-2 {
  background: rgba(0, 0, 0, 0) url("img/home-2/screenshot-bg.jpg") repeat scroll center top;
  padding-bottom: 150px;
}
#screenshot-carousel {
  margin: 50px 0;
}
#screenshot-carousel img {
  background: rgba(0, 0, 0, 0) url("img/home-2/screenshot-shadow.png") no-repeat scroll center 100%;
  padding-bottom: 56px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
/*-- Home 2 Video Area --*/
#video-area.home-2 {
  background: #F0F0ED;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 100px;
}
#video-area.home-2 .area-title {
  padding-bottom: 115px;
}
.home-2 .video-content ul li {
  display: block;
}
#video-area.home-2 .video-container {
  padding-top: 235px;
}
/*-- Home 2 Price Area --*/
#price-area.home-2 {
  background: rgba(0, 0, 0, 0) url("img/home-2/price-bg.jpg") no-repeat scroll center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 100px;
}
.price-container {
  padding: 50px 0;
}
.sin-price {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
.sin-price:first-child {
  margin-right: 30px;
}
.sin-price:last-child {
  margin-left: 30px;
}
.sin-price.active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sin-price .header {
  background: rgba(0, 0, 0, 0) url("img/home-2/price-head.png") no-repeat scroll center center;
  -webkit-background-size: cover ;
  background-size: cover ;
  border-radius: 10px 10px 0 0;
  padding: 40px 34px 25px;
}
.sin-price .header .price {
  display: inline-block;
  margin-bottom: 15px;
}
.sin-price .header .price .icon, .sin-price .header .price .dolar, .sin-price .header .price .month {
  display: inline-block;
}
.sin-price .header .price .icon {
  color: #fff;
  float: left;
  font-family: raleway;
  font-size: 18px;
  line-height: 19px;
  margin-right: 8px;
}
.sin-price .header .price .dolar{}
.sin-price .header .price .dolar h1 {
  color: #fff;
  font-family: lato;
  font-size: 48px;
  line-height: 31px;
}
.sin-price .header .price .month {
  color: #fff;
  font-family: raleway;
  line-height: 19px;
  margin-left: -7px;
}
.sin-price .header .title{}
.sin-price .header .title h3 {
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
}
.sin-price .content {
  padding: 35px 55px;
}
.sin-price .content ul{}
.sin-price .content ul li {
  color: #373737;
  padding: 8px 0;
}
.sin-price .footer {
  padding: 0 37px 36px;
}
.sin-price .footer .button {
  background: #ebebeb;
  border-color: #ebebeb #ebebeb #d3d3d3;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  color: #373737;
  font-family: raleway;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 15px;
  text-transform: uppercase;
  width: 100%;
}
.sin-price.active .footer .button, .sin-price .footer .button:hover {
  background: #0097E9;
  border-color: #0097E9 #0097E9 #BB8112;
  color: #fff;
}
.sin-price.active .footer .button:hover {
  background: #2D3E50;
  border-color: #2D3E50 #2D3E50 #1f2c3b;
}
/*-- Home 2 Download Area --*/
#download-area.home-2 {
  background: rgba(0, 0, 0, 0) url("img/bg-feature.png") no-repeat scroll center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 0;
}
#download-area.home-2 .area-title {
  padding: 125px 0;
}
#download-area.home-2 .area-title:before {
  background: none;
}
.home-2 .download-container {
  padding-top: 145px;
}
/*-- Home 2 Support Area --*/
#support-area.home-2 {
  background: rgba(0, 0, 0, 0) url("img/home-2/support-bg.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-2 #support-form .input-box .submit {
  background: #0097E9;
  border-color: #0097E9 #0097E9 #BB8112;
  color: #fff;
}
.home-2 #support-form .input-box .submit:hover {
  background: #f9bc3c;
}
.home-2 .sin-info .icon {
  border: 2px solid #0097E9;
  color: #0097E9;
}
/*-- Home 2 Footer Area --*/
.home-2 .footer-social a:hover {
  border-color: #0097E9;
  color: #0097E9;
}
.home-2 .copyright p a {
  color: #0097E9;
}
.home-2 .footer-menu nav ul li a:hover {
  color: #0097E9;
}
#footer-top-area{
  padding: 20px 0 10px;
}
