@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,900);
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #424242;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  background-color: #fff;
  font-family: "Lato", sans-serif;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

::selection {
  background: #fefac7;
  /* Safari */
  color: #555555;
}

::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #555555;
}

strong, b {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

input,
button,
select,
textarea, label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

.badge {
  font-weight: normal;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #41A9D0;
  padding: 3px 6px;
}

a {
  color: #41A9D0;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

a:hover,
a:focus {
  color: #F89F20;
  text-decoration: none;
}

.colored-text {
  color: #41A9D0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #060606;
  font-weight: 700;
  margin: 0;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0;
}

h2 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 32px 0;
}

h3 {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 15px;
}

/*use in section headings*/
h3.heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
}

h3.heading:after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  vertical-align: middle;
  height: .50em;
  margin: 0 -200% 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

/*paragraphs*/
p {
  color: #555;
  line-height: 24px;
  margin: 0 0 20px;
}

p.sub-text {
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #555;
}

p.lead {
  font-size: 16px;
  font-weight: 400;
}

pre:after, pre:before {
  clear: both;
  display: table;
  content: "";
}

/*******section heading**********/
.center-heading {
  text-align: center;
  margin-bottom: 40px;
}

.center-heading h2 {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  font-size: 25px;
}

.center-heading p {
  font-size: 20px;
  line-height: 35px;
}

.center-heading h2 strong {
  font-weight: 700;
}

.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #bbb;
  /* border-bottom: 1px solid $skincolor; */
  margin: auto;
}

.center-heading p {
  margin-top: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
  width: 100%;
  height: 0px;
}

.divide2 {
  width: 100%;
  height: 2px;
}

.divide3 {
  width: 100%;
  height: 3px;
}

.divide5 {
  width: 100%;
  height: 5px;
}

.divide10 {
  width: 100%;
  height: 10px;
}

.divide15 {
  width: 100%;
  height: 15px;
}

.divide20 {
  width: 100%;
  height: 20px;
}

.divide25 {
  width: 100%;
  height: 25px;
}

.divide30 {
  width: 100%;
  height: 30px;
}

.divide35 {
  width: 100%;
  height: 35px;
}

.divide40 {
  width: 100%;
  height: 40px;
}

.divide45 {
  width: 100%;
  height: 40px;
}

.divide50 {
  width: 100%;
  height: 50px;
}

.divide55 {
  width: 100%;
  height: 55px;
}

.divide60 {
  width: 100%;
  height: 60px;
}

.divide65 {
  width: 100%;
  height: 65px;
}

.divide70 {
  width: 100%;
  height: 70px;
}

.divide75 {
  width: 100%;
  height: 75px;
}

.divide80 {
  width: 100%;
  height: 80px;
}

.divide85 {
  width: 100%;
  height: 85px;
}

/*margins*/
.margin10 {
  margin-bottom: 10px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin40 {
  margin-bottom: 40px;
}

.no-padding {
  padding: 0px;
}

.no-padding.gray {
  background-color: #f5f5f5;
}

.no-padding-inner h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 40px;
}

.no-padding-inner {
  padding: 60px;
}

@media (max-width: 568px) {
  .no-padding-inner {
    padding: 15px;
  }
}
.margin-0 {
  margin: 0px !important;
}

/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/
.btn {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-default:hover, .btn-default:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.btn-lg {
  padding: 14px 28px 13px 28px;
  font-size: 13px;
  font-weight: 400;
}

.btn:focus, .btn:hover {
  outline: 0;
  color: #fff;
}

.btn-xs {
  font-size: 12px;
}

.btn-theme-bg {
  border-color: #41A9D0;
  color: #fff;
  background-color: #41A9D0;
}

.btn i {
  margin-right: 10px;
}

.btn-theme-bg:hover {
  background-color: #333;
  border-color: #333;
}

.btn-theme-dark {
  background-color: #333;
  color: #fff;
}

.btn-theme-dark:hover {
  color: #fff;
  background-color: #41A9D0;
}

/*********border-buttons**********/
.border-black {
  border: 1px solid #333;
  color: #000;
  background-color: transparent;
}

.border-black:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.border-white {
  border: 1px solid #fff;
  color: #fff;
}

.border-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.border-theme {
  border: 1px solid #41A9D0;
  color: #41A9D0;
}

.border-theme:hover {
  background-color: #41A9D0;
  border-color: #41A9D0;
  color: #fff;
}

.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-ico i {
  margin-left: 5px;
}

/***********bootstrap navigation default overrides--*/
.navbar-default {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 70px;
  padding: 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  background-color: rgba(255, 255, 255, 0.9);
  clear: both;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #41A9D0;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #41A9D0;
  background-color: transparent;
}

.navbar-brand {
  font-weight: 700;
  color: #000 !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
  color: #687074;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #41A9D0;
}

.navbar-brand img {
  width: 80px;
  height: auto;
}

/*********************

TOP BARS

****************************/
.top-bar-dark {
  background-color: #333;
}

.top-bar-light {
  background-color: #f3f3f3;
}
.top-bar-light .top-dark-right li {
  border-color: #ddd;
}

.top-bar-light .top-dark-right li a:hover {
  color: #41A9D0;
}

.top-bar-socials {
  line-height: 18px;
  padding-top: 5px;
}
.top-bar-socials:after {
  display: table;
  clear: both;
  content: "";
}
.top-bar-socials a {
  margin: 0px 3px;
}

.top-dark-right {
  margin: 0px;
  padding: 0px;
}

.top-dark-right li {
  line-height: 40px;
  border-left: 1px solid #444;
  padding: 0px 10px;
}

.top-dark-right li, .top-dark-right li a {
  color: #bbb;
  font-size: 12px;
}

.top-dark-right li i {
  margin-right: 5px;
}

.top-dark-right li a:hover {
  color: #fff;
}

/***search top bar**/
.topbar-icons {
  display: block;
}

.topbar-icons i {
  margin: 0px !important;
  display: block;
}


/***header top bar with search***/
.top-bar form {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.top-bar button {
  border: 0px;
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 13px;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  line-height: 15px;
}

.top-bar form .form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 6px;
  width: 150px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-bar .form-group {
  margin: 0px;
}

.top-bar .form-control:focus {
  width: 200px;
}

/****************************dark heder********************/
/***********bootstrap navigation default overrides--*/
.navbar-inverse {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 70px;
  padding: 10px 0;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #333;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #41A9D0;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #41A9D0;
  background-color: transparent;
}

.navbar-inverse .navbar-brand {
  font-weight: 700;
  color: #fff !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #41A9D0;
}

#header-top.dark-header-top {
  background-color: #111;
  border-bottom-color: #222;
}

#header-top.dark-header-top .top-bar a i {
  color: #fff;
}

#header-top.dark-header-top .top-bar ul li {
  color: #fff;
}

/******************transparent header*****************************/
.navbar-inverse.transparent-header {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 10px 0px;
  min-height: 50px;
}

@media (max-width: 767px) {
  .navbar-inverse.transparent-header {
    background-color: #111 !important;
  }
}
/****************header center*****************/
.header-center {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 25px 0;
}

.header-center a {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.header-center span {
  display: block;
}

.navbar-default.menu-header-center {
  padding: 0px;
  min-height: 50px;
}

.navbar-default.menu-header-center .navbar-nav > li {
  border-left: 1px solid #ddd;
}

/***home boxed***/
#boxed {
  background-color: #f8f8f8;
}

@media (min-width: 1200px) {
  .boxed-wrapper {
    margin: 0  auto;
    width: 1170px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  }
}
.boxed-wrapper .tp-banner-container {
  margin: 0px auto;
}

.boxed-wrapper .navbar-default {
  left: auto;
  width: auto;
  right: auto;
}

/************************************************* css for footers****************************************/
/**footet dark**/
#footer {
  background: #111;
  font-size: 0.9em;
  padding: 80px 0 0;
  position: relative;
  clear: both;
}

.footer-col a {
  color: #fff;
}

.footer-col h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
}

.footer-col h3:first-letter {
  border-bottom: 1px solid #bbb;
}

.footer-col p {
  color: #aeaeae;
  font-size: 13px;
}

.contact p {
  margin-bottom: 10px;
}

.contact strong {
  margin-right: 10px;
  font-weight: bold;
}

.contact strong i {
  margin-right: 5px;
}

.contact a {
  color: #777;
}

.contact a:hover {
  color: #41A9D0;
}

.f2-work li {
  margin: 1px;
  padding: 0px;
}

.f2-work li a {
  display: block;
}

.f2-work li a img {
  width: 80px;
  border: 2px solid transparent;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.f2-work li a:hover img {
  border-color: #41A9D0;
}

.footer-btm {
  margin-top: 30px;
  padding: 20px;
  background-color: #0c0c0c;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.news-form .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
}

@media (max-width: 767px) {
  .news-form {
    text-align: center !important;
  }

  .news-form .form-control {
    margin-bottom: 10px;
  }
}
.footer-social li {
  padding: 0px;
}

/****************footer 2****************/
#footer-option {
  background: #121214;
  border-top: 4px solid #e1e1e1;
  font-size: 0.9em;
  padding: 80px 0 0;
  position: relative;
  clear: both;
}

#footer-option .footer-col h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#footer-option .footer-btm {
  background-color: #0c0c0c;
}

#footer-option .contact a {
  color: #777;
}

#footer-option .contact a:hover {
  color: #41A9D0;
}

/*******************footer 3********************/
.footer-col.footer-3 h3 {
  text-transform: uppercase;
  font-size: 35px;
}



/**************************

Footer light styles

******************************/
.footer-light-1 {
  padding-top: 60px;
  background-color: #f4f4f4;
}
.footer-light-1 h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 20px;
}
.footer-light-1 .menu-1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3px 0;
}
.footer-light-1 .menu-1 li a {
  font-size: 14px;
  text-transform: uppercase;
}
.footer-light-1 .media img {
  margin-top: 5px;
}
.footer-light-1 .media .media-body p {
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 0px;
}
.footer-light-1 .media .media-heading {
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-weight: 600;
}
.footer-light-1 .f2-work li a img {
  height: 70px;
}
.footer-light-1 .info li {
  padding-bottom: 10px;
}
.footer-light-1 .info li i {
  color: #41A9D0;
  margin-right: 10px;
}
.footer-light-1 .subscribe-form .form-control {
  height: 49px;
}

.download-app li {
  padding: 0px;
}
.download-app li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 35px;
}

.footer-copyright {
  font-size: 13px;
  color: #999;
  padding: 20px 15px;
  background-color: #ddd;
}

/****footer light option 2*****/
.footer-light-2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.footer-light-2 h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 23px;
  font-size: 18px;
}
.footer-light-2 p {
  color: #777;
}
.footer-light-2 .footer-work {
  clear: both;
}
.footer-light-2 .footer-work a {
  display: block;
  width: 80px;
  margin: 0px;
  float: left;
  margin: 1px;
}
.footer-light-2 .find-us p {
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-light-2 .footer-news li a {
  display: block;
  margin-bottom: 10px;
}
.footer-light-2 .footer-news li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.footer-light-2 .footer-bottom {
  padding-top: 30px;
  background-color: #eee;
}
.footer-light-2 .footer-bottom h3 {
  margin-bottom: 30px;
}
.footer-light-2 .footer-bottom ul {
  margin-bottom: 30px;
  padding: 0px;
}
.footer-light-2 .footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  text-transform: uppercase;
}

/****footer light option 3*****/
.footer-light-3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.footer-light-3 h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
}
.footer-light-3 p {
  color: #777;
}
.footer-light-3 .find-us p {
  margin-top: 0px;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-light-3 .find-us p strong {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.footer-light-3 .quick-links {
  padding-right: 40px;
}
.footer-light-3 .quick-links li {
  padding: 6px 0;
}
.footer-light-3 .quick-links li a {
  font-size: 14px;
  text-transform: capitalize;
}
.footer-light-3 .form-control {
  min-height: 45px;
  color: #999;
  text-transform: uppercase;
  font-size: 16px;
}

.footer-bottom {
  padding-top: 30px;
  background-color: #eee;
}
.footer-bottom h3 {
  margin-bottom: 30px;
}
.footer-bottom ul {
  margin-bottom: 30px;
  padding: 0px;
}
.footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  text-transform: capitalize;
}

.wide-img-showcase-row {
  position: relative;
}

.no-padding.img-2 {
  background: url(../img/features-screenshot.png) scroll center no-repeat;
  background-size: 80%;
  position: absolute;
  height: 100%;
  border:1px solid #F6F6F6;
}

@media (max-width: 767px) {
  .no-padding.img {
    position: relative;
    height: 300px;
  }
}

/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #7a7a7a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border-color: #bbb;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*************parallax*************/
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}


/***********animation delays*****************/
.delay-1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay-2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms;
}

.delay-3 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.delay-4 {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

/*intro text*/
.intro-text {
  padding: 60px 0;
  background-color: #eee;
}

.intro-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
}

.intro-text a {
  margin: 7px;
}

/*******************home parallax-bg----***********************/

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #41A9D0;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.parallax-buttons {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.parallax-buttons a {
  display: inline-block;
  margin: 5px;
}

h1.typed-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.typed-text .element {
  color: #41A9D0;
}

#home-parallax p {
  color: #fff;
}

@media (max-width: 568px) {
  h1.typed-text {
    font-size: 25px;
  }
}
/*services*/
.services-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

.services-box {
  clear: both;
}

.services-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
}

.services-box-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #41A9D0;
  color: #fff;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services-box-info {
  padding-left: 65px;
}

.services-box-info h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*services 2*/
.service-box i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #41A9D0;
  font-size: 30px;
  background-color: #f7f9fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.service-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-box:hover i {
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #fff;
  background-color: #41A9D0;
}

/***services3***/
#services-bg-wrap {
  padding: 90px 0;
  background-color: #f7f9fa;
}

.service-3-meta h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
}

.white-bg {
  background-color: #fff !important;
  padding-top: 90px !important;
  padding-bottom: 50px !important;
}

.service-4-meta h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.blue-bg {
  background-color: #41A9D0;
  padding-top: 70px;
  padding-bottom: 40px;
}

.blue-bg .services-box i {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 50px;
  margin-right: 25px;
}

.blue-bg .services-box .services-box-info {
  margin-left: 30px;
}

.blue-bg .services-box .services-box-info h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

.blue-bg .services-box .services-box-info p {
  color: #eee;
}


/****services new*****/
.service-box-4 .service-ico {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  margin-top: 3px;
  float: left;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-ico i {
  color: #41A9D0;
  font-size: 50px;
}

.service-box-4 .service-text {
  margin-left: 65px;
}

.service-text a {
  color: #41A9D0;
}

.service-text a i {
  margin-left: 5px;
  vertical-align: middle;
}

.service-text h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/***colored boxed**************/
.colored-boxed {
  text-align: center;
}

.colored-boxed i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 0px solid;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px;
  display: inline-block;
}

.colored-boxed.green i {
  color: #41A9D0;
  border-color: #41A9D0;
}

.colored-boxed.dark i {
  color: #333;
  border-color: #333;
}

.colored-boxed.blue i {
  color: #41A9D0;
  border-color: #41A9D0;
}

.colored-boxed.red i {
  color: #cb2027;
  border-color: #cb2027;
}

.colored-boxed h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.colored-boxed p {
  margin-top: 10px;
}

/*********************testmonials v-2*****************/
.testimonials-v-2 {
  padding: 100px 0;
  overflow: hidden;
}

.testi-slide {
  text-align: center;
}

.testi-slide img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testi-slide p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-style: italic;
}

.testi-slide i {
  color: #41A9D0;
  margin-right: 10px;
}

.testi-slide h4 {
  font-weight: 400;
  font-size: 16px;
  font-family: "Lato", sans-serif !important;
  font-style: italic;
}

.testi-slide .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  border: 2px solid #ccc;
  width: 8px;
  height: 8px;
}

.testi-slide .flex-control-paging li a.flex-active {
  background: transparent !important;
  border: 2px solid #41A9D0;
}

/**team-v2**/

.our-team-v-2 {
  padding-top: 70px;
  background-color: #f5f5f5;
  padding-bottom: 40px;
}

/*************social icons**********/
.social-1 {
  margin: 0;
  padding: 0;
}

.social-1 li {
  padding: 0px;
}

.social-1 li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.social-1 li a i:hover {
  opacity: 0.8;
}

.social-1 li a i.fa-facebook {
  background-color: #3b5998;
}

.social-1 li a i.fa-twitter {
  background-color: #0084b4;
}

.social-1 li a i.fa-google-plus {
  background-color: #C63D2D;
}

.social-1 li a i.fa-pinterest {
  background-color: #cb2027;
}

.social-1 li a i.fa-dribbble {
  background-color: #ea4c89;
}

/**************countdown*************/
.countdown_section {
  display: inline-block;
  width: 120px;
  height: 120px;
  padding-top: 13px;
  margin: 10px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.subscribe-form .form-control {
  height: 46px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*purchase section*/
.purchase-sec {
  padding: 30px 0;
  background: #41A9D0;
}

.purchase-sec span {
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

/******owl carousel*******/
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: #41A9D0 !important;
}

/****************testimonials***********************/
.quote-text {
  background-color: #f6f6f6;
  border-left: none;
  color: rgba(85, 94, 106, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 26px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #35bdf6;
  -moz-box-shadow: 0 3px 0 #35bdf6;
  -ms-box-shadow: 0 3px 0 #35bdf6;
  box-shadow: 0 3px 0 #35bdf6;
}

.quote-text:before {
  border: solid 14px transparent;
  z-index: 3;
  border-top-color: #f6f6f6;
  top: auto;
  right: auto;
  bottom: -28px;
  left: 30px;
}

.quote-text:after {
  border: solid 14px transparent;
  z-index: 2;
  border-width: 18px;
  border-top-color: #35bdf6;
  top: auto;
  right: auto;
  bottom: -36px;
  left: 26px;
}

.quote-text:before, .quote-text:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}

.quote-pic {
  float: left;
  margin-right: 12px;
  margin-left: 28px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

.quote-author {
  display: inline-block;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.quote-author strong {
  font-size: 14px;
  font-weight: 700;
  display: block;
}


/**primary tabs***/
.panel-primary {
  border: 0px;
}
.panel-primary .panel-heading {
  background: #41A9D0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-primary .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-primary .panel-ico.active a {
  color: #fff;
}
.panel-primary .panel-ico.active:after {
  color: #fff;
}
.panel-primary .panel-heading a {
  color: #eee;
}
.panel-primary .panel-ico:after {
  color: #eee;
}

.simple-collapse .panel-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

.simple-collapse.panel-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/****************elements******************/
.grid-wrap h4 {
  display: block;
  line-height: 35px;
  text-align: center;
  background-color: #f9f9fa;
  border: 1px solid #ddd;
}

.element-buttons a {
  margin-bottom: 10px;
  margin-right: 5px;
}

/***new icon overlay***/
.img-icon {
  position: relative;
  overflow: hidden;
}

.img-icon img {
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.img-icon-overlay p {
  position: absolute;
  width: 100%;
  margin-top: -20px;
  top: 50%;
  text-align: center;
}

.img-icon-overlay p a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.99);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  text-align: center;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay p a img {
  width: 20px;
  height: auto;
}

.img-icon-overlay p a:hover {
  color: #41A9D0;
}

.img-icon:hover .img-icon-overlay {
  opacity: 1;
}

.img-icon:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon:hover {
  border-color: transparent;
}

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}
.social-icon i:last-child {
  color: #FFF !important;
}

.social-icon:hover i:first-child {
  margin-top: -40px;
}

/***social icons lg (big)***/
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon-lg:hover {
  border-color: transparent;
}

.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative;
}
.social-icon-lg i:last-child {
  color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
  margin-top: -60px;
}

.si-border {
  border: 1px solid #AAA !important;
}

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray {
  background: #f3f3f3;
  border: 0px;
}

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #F89F20 !important;
}