/* Table of Contents - - - - - - - - -
1. Global
2. Headers
3. Home Pages
4. Projects
5. Inner Pages
6. Blog
7. Shortcodes
8. Shop
9. Footer
10. Media Queries
- - - - - - - - -
*/

/* ========================
1 = Global
======================== */

body {
  background: #fff;
  color: #808080;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  position: relative;
}

.row {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.row.full-width {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.row.custom-width-90 {
  margin: 0 auto;
  max-width: 90%;
  width: 90%;
}

.row.full-width-padding {
  margin: 0 auto;
  max-width: 98%;
  width: 98%;
}

.row.no-gutter {
  margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-left: 0;
  padding-right: 0;
}

.row.no-gutter-all {
  margin: 0 auto;
}

.row.no-gutter-all [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.center-block {
  float: none;
}

a {
  color: #36A8FF;
  outline: 0;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #000;
}

code {
  background: #666;
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-family: consolas, monaco, 'andale mono', monospace;
  font-weight: normal;
  line-height: 1.3;
  margin: 8px 0;
  padding: 12px;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

mark {
  color: #fff;
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: 600;
  background: #3190E7;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.center-block {
  float: none;
}

.alignright {
  float: right;
  padding-left: 35px;
}

.alignleft {
  float: left;
  padding-right: 35px;
}

.spacing-45 {
  padding-top: 45px;
}

.spacing-65 {
  padding-top: 65px;
}

/* Ηeadings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.02em;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 12px;
  margin-top: 12px;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

/* End of Ηeadings */

p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  color: #000;
}

ul li,
ol li {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
}

hr {
  border: solid #999;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 21px 0;
}

hr.small {
  border: solid #313740;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 0 auto;
  margin-top: 21px;
  margin-bottom: 21px;
  max-width: 100px;
}

/* Forms */
input[type="text"].form-control,
input[type="password"].form-control,
input[type="date"].form-control,
input[type="datetime"].form-control,
input[type="email"].form-control,
input[type="number"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="time"].form-control,
input[type="url"].form-control {
  font-size: 18px;
  height: 55px;
  padding: 5px 15px;
  width: 100%;
}

textarea.form-control {
  font-size: 18px;
  padding: 15px;
  width: 100%;
}

select.form-control {
  font-size: 18px;
  height: 55px;
  padding: 5px 15px;
  width: 100%;
}

button[type="submit"] {
  background: #3190E7;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 900;
  height: 55px;
  padding: 8px 6px 6px;
  text-transform: uppercase;
  width: 100%;
}

button[type="submit"]:hover {
  background: #666;
}

input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="date"].form-control:focus,
input[type="datetime"].form-control:focus,
input[type="email"].form-control:focus,
input[type="number"].form-control:focus,
input[type="search"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="time"].form-control:focus,
input[type="url"].form-control:focus,
textarea.form-control:focus,
select:focus {
  box-shadow: none;
}

/* Bootstrap 5 columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* ========================
2 = Headers
======================== */

/* HEADER 1  ---------------------- */
#hw-hero {
  position: relative;
}

.header.header1 {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.header.header1 .topbar {
  padding: 12px 0 5px;
  margin: 0;
}

.header ul.phone {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header ul.phone li {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px;
  letter-spacing: .045em;
  padding: 0;
}

.header ul.phone li:first-child {
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .4);
  margin-right: 20px;
}

.header ul.phone li i {
  color: #fff;
  text-align: center;
  /*font-size:14px;*/
  padding-top: 5px;
  margin: 0;
}

.header ul.phone li i:hover {
  color: #E1E3E4;
}

.header ul.toplinks {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.header ul.toplinks li {
  float: left;
  font-size: 13px;
  color: #fff;
  letter-spacing: .025em;
  padding: 0 10px;
  font-weight: 500;
}

.header ul.toplinks li:last-child {
  padding-right: 0;
}

.header ul.toplinks li a {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.header ul.toplinks li a:hover {
  color: #E1E3E4;
}

.header ul.toplinks li i {
  font-size: 14px;
  padding-top: 2px;
}

.header ul.toplinks li span.badge {
  background: #28CB75;
  padding: 3px 6px;
  font-size: 10px;
  margin: -11px 0 0 0;
}

.header .logonav {
  background: #fff;
  margin-top: 5px;
  padding: 0;
}

.header .logo {
  /*margin-top:15px;*/
  padding-left: 15px;
}

#index-slider {
  display: none;
}

#index-slider .sp-slide:after {
  background: #055AA8;
  opacity: .8;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#index-slider .sp-slide .hw-the-slider-content {
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index-slider .sp-slide .hw-the-slider-container {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}

#index-slider .sp-slide .hw-the-slider-captions {
  display: table-cell;
  margin: 0;
  padding: 0 100px;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}

#index-slider .sp-slide h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 47px;
  margin-bottom: 35px;
}

#index-slider .sp-slide p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 55px;
}

#index-slider .sp-slide a.hw-btn {
  background: #28cb75;
  color: #fff;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  padding: 15px 30px;
  transition: background-color 1s ease 0s;
}

#index-slider .sp-slide a.hw-btn:hover {
  background: #0CB863;
}

#index-slider .sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
}

#index-slider .sp-button {
  width: 20px;
  height: 20px;
  background: #fff none repeat scroll 0 0;
  border: 0;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transform: translate3d(0px, -50%, 0px) scale(0.4);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
}

#index-slider .sp-selected-button,
#index-slider .sp-button:hover {
  background: #28CB75 none repeat scroll 0 0;
  transform: translate3d(0px, -50%, 0px) scale(0.8);
}

#index-slider .sp-arrow {
  width: 15px;
  height: 22px;
}

/* HEADER SLIDER (index2.html)  ---------------------- */
#index-slider2 {
  display: none;
}

#index-slider2 .sp-mask {
  /*background: #666;*/
}

#index-slider2 .sp-slide:after {
  /*background: #8C8C8C;*/
  opacity: .7;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#index-slider2 .sp-slide .hw-the-slider-content {
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index-slider2 .sp-slide .hw-the-slider-container {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}

#index-slider2 .sp-slide .hw-the-slider-captions {
  display: table-cell;
  margin: 0;
  padding: 0 100px;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}

#index-slider2 .sp-slide .title-frame {
  display: none;
}

#index-slider2 .sp-slide.sp-selected .title-frame {
  display: inline-block;
  padding: 25px 45px;
  background: #3190E7;
  background: rgba(49, 144, 231, .7);
  text-align: center;
  max-width: 100%;
  width: 55%;
  box-shadow: 2px 2px 5px hsla(0, 0%, 0%, .2);
  outline: 1px solid rgba(255, 255, 255, .25);
  outline-offset: -16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

#index-slider2 .sp-slide.sp-selected .title-frame.green {
  background: #28CB75;
  background: rgba(40, 203, 107, .7);
}

#index-slider2 .sp-slide.sp-selected .title-frame.black {
  background: #151515;
  background: rgba(21, 21, 21, .7);
}

#index-slider2 .sp-slide.sp-selected .title-frame.orange {
  background: #E5603F;
  background: rgba(229, 96, 63, .7);
}

#index-slider2 .sp-slide.sp-selected .title-frame h2 {
  font-size: 25px;
}

#index-slider2 .sp-slide.sp-selected .title-frame span.typcn {
  font-size: 45px;
}

#index-slider2 .sp-slide.sp-selected .title-frame hr.small {
  border-color: #fff;
  width: 45px;
}

#index-slider2 .sp-buttons {
  position: relative;
  width: auto;
  display: table;
  margin: -30px auto 0;
  text-align: center;
  background: #fff;
  padding: 25px 25px 5px;
  border-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#index-slider2 .sp-button {
  width: 20px;
  height: 20px;
  background: #b4b1b1 none repeat scroll 0 0;
  border: 0;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transform: translate3d(0px, -50%, 0px) scale(0.4);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
}

#index-slider2 .sp-selected-button,
#index-slider2 .sp-button:hover {
  background: #28CB75 none repeat scroll 0 0;
  transform: translate3d(0px, -50%, 0px) scale(0.8);
}


/* VIDEO HEADER  ---------------------- */
#video-header {
  height: 650px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#video-header:after {
  background: #525151 url(../images/overlay-pattern.png);
  opacity: .7;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#video-header .video-header-message {
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#video-header .video-header-message h1 {
  color: #fff;
  font-size: 43px;
}

#video-header .video-header-message p {
  color: #fff;
  margin-bottom: 0;
  font-size: 21px;
}

#video-header video {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#video-header .video-header-message hr.small {
  border: solid #fff;
  opacity: .15;
  border-width: 2px 0 0;
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 100px;
}

/* SEARCH  ---------------------- */
#search {
  position: fixed;
  top: 0px;
  z-index: 99999;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .98);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search form {
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 15%;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#search form span {
  text-align: left;
  position: relative;
  display: table;
  width: auto;
  color: #fff;
  font-size: 13px;
  letter-spacing: .04em;
  background: #3190E7;
  padding: 12px;
}

#search form span:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(49, 144, 231, 0);
  border-top-color: #3190E7;
  border-width: 10px;
  margin-left: -10px;
  margin-top: -4px;
}

#search input[type="search"] {
  width: 100%;
  font-size: 75px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
  outline: none;
  color: #666666;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background: #3190E7;
  border: 0;
  border-radius: 5px;
  opacity: 1;
  padding: 10px 17px;
  font-size: 17px;
}

/* NAVIGATION MENU  ---------------------- */
nav#desktop-menu {
  padding: 0;
  float: right;
  text-align: left;
}

.f-nav {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  margin-top: -5px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
}

.fadeindown {
  -webkit-animation-duration: .45s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  -moz-animation-duration: .45s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -moz-animation-name: fadeInDown;
  animation-duration: .45s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu>li {
  float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** SKIN ***/
.sf-menu {
  float: left;
  margin: 0;
}

.sf-menu ul {
  min-width: 10em;
  *width: 10em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

/* 1st level */
.sf-menu li {
  white-space: nowrap;
  *white-space: normal;
}

.sf-menu li a {
  color: #363B3F;
  font-weight: 500;
  padding: 23px 20px 25px;
  font-size: 0.77em;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current a {
  color: #363B3F;
  background: #F3F5F7;
}

/* 2nd level */
.sf-menu ul li,
.sf-menu li.current ul li {
  background: #fff !important;
  padding: 0;
}

.sf-menu ul li a {
  background: #fff !important;
  font-size: 12px;
  padding: 12px 16px;
  color: #363B3F !important;
  border-bottom: 1px solid #e5e8ec;
}

.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
  color: #363B3F !important;
  background: #F3F5F7 !important;
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid #e5e8ec;
}

/* 3rd level */
.sf-menu ul li.sfHover li a {
  background: #fff !important;
  font-size: 12px;
  padding: 12px 16px;
  color: #363B3F !important;
  border-bottom: 1px solid #e5e8ec;
}

.sf-menu ul li li:hover a,
.sf-menu ul li li.sfHover a {
  color: #363B3F !important;
  background: #F3F5F7 !important;
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid #e5e8ec;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #8C8C8C;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
  border-top-color: #8C8C8C;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #6f6f6f;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
  border-left-color: #6f6f6f;
}

.slicknav_menu {
  display: none;
}

/* END OF HEADER 1  ---------------------- */

/* HEADER 2  ---------------------- */
.header.header2 {
  position: relative;
  z-index: 9;
}

.header.header2 .header-navigation {
  background: #fff;
  width: 100%;
  padding: 10px 0;
}

.header.header2 .topbar {
  padding: 10px 0;
  margin: 0;
  /*background:#3190E7;*/
  background: #464898;
}

.header.header2 ul.phone li span.typcn {
  background: transparent;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}

.header.header2 ul.phone li {
  font-size: 13px;
}

.header.header2 .sf-menu li:hover a,
.header.header2 .sf-menu li.sfHover a,
.header.header2 .sf-menu li.current a {
  background: transparent;
  /*color: #3190E7;*/
  color: #464898;
}

.header.header2 .logo {
  /*margin-top:10px;*/
  padding-left: 0;
}



/* ==================================
3 = Home Pages
==================================== */

/* HOME 1  ---------------------- */
section {
  /*padding:55px 0;*/
  padding: 30px;
  overflow: hidden;
}

section h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #000;
}

section h2 span {
  /*color:#3190E7;*/
  color: #464898;
}







/* Carousel 100% Fullscreen */
.caption-box1 {
  background-color: rgba(0, 123, 255, 0.7);
  /* transparent blue */
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.801);
  border-radius: 8px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 90px;
  text-align: center;
}

.caption-box2 {
  background-color: rgb(59 59 150 / 70%);
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.801);
  border-radius: 8px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 90px;
  text-align: center;
}

.caption-box3 {
  background-color: rgb(21 21 21 / 70%);
  /* transparent blue */
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.801);
  border-radius: 8px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 90px;
  text-align: center;
}

.caption-box4 {
background-color: rgb(97 56 56 / 70%);
  /* transparent blue */
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.801);
  border-radius: 8px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 90px;
  text-align: center;
}

.caption-box5 {
  background-color: rgb(165 42 42 / 79%);;
  /* transparent blue */
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.801);
  border-radius: 8px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 90px;
  text-align: center;
}


.caption-box h1 {
  font-weight: bold;
  margin-bottom: 10px;

}

.caption-line {
  width: 50px;
  border-top: 3px solid #fff;
  margin: 0 auto 20px;
}

html,
body {
  height: 85%;
  margin: 0;
  padding: 0;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel {
  margin-bottom: 0px;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  background-color: #777;
}

.carousel .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel .carousel-inner .bg1 {
  background-image: url('../images/Slider/1.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .bg2 {
  background-image: url('../images/Slider/2.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .bg3 {
  background-image: url('../images/Slider/3.jpg');
  /*background-position: center center;*/
} 

.carousel .carousel-inner .infrasturcture {
  background-image: url('../images/infra.jpg');
  /*background-position: center center;*/
} 

.carousel .carousel-inner .bg4 {
  /* background-image: url('../images/finance.jpg'); */
  /*background-position: center center;*/
}

.carousel .carousel-inner .bg4 {
  background-image: url('../images/Slider/4.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .bg5 {
  background-image: url('../images/Slider/5.jpg');
  /*background-position: center center;*/
}


.carousel .carousel-inner .bg6 {
  background-image: url('../images/finance4.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .bg7 {
  background-image: url('../images/management2.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .bg8 {
  background-image: url('../images/board2.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .bg9 {
  background-image: url('../images/bgt2.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .bg10 {
  background-image: url('../images/finance6.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .bg11 {
  background-image: url('../images/varience2.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .bg12 {
  background-image: url('../images/regulatoryimg-1.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .a-bg {
  background-image: url('../images/accounting/accounting-1.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-1 {
  background-image: url('../images/what-we-deliver/advisory-services/banner/risk-assessment.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .a-bg-2 {
  background-image: url('../images/accounting/a-bg-1-2.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .a-bg-3 {
  background-image: url('../images/accounting/a-bg-1-3.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .a-bg-4 {
  background-image: url('../images/accounting/a-bg-1-4.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .a-bg-5 {
  background-image: url('../images/accounting/a-bg-1-5.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .a-bg-6 {
  background-image: url('../images/accounting/a-bg-1-6.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .a-bg-7 {
  background-image: url('../images/accounting/a-bg-1-7.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .a-bg-8 {
  background-image: url('../images/accounting/a-bg-1-8.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-9 {
  background-image: url('../images/what-we-deliver/advisory-services/banner/internal-audit.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-10 {
  background-image: url('../images/what-we-deliver/advisory-services/banner/financial-transformation.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-11 {
  background-image: url('../images/what-we-deliver/advisory-services/banner/due-diligence.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-12 {
  background-image: url('../images/what-we-deliver/advisory-services/banner/fractional-cfo.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-13 {
  background-image: url('../images/what-we-deliver/tax-and-corporate-compliances/banner/Tax-planning-and-return-filings.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-14 {
  background-image: url('../images/what-we-deliver/tax-and-corporate-compliances/banner/federal-and-state-taxes-Usa.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-15 {
  background-image: url('../images/what-we-deliver/tax-and-corporate-compliances/banner/tax-and-corporate-compliances.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-16 {
  background-image: url('../images/what-we-deliver/tax-and-corporate-compliances/banner/tax-and-corporate-compliances-1.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-17 {
  background-image: url('../images/what-we-deliver/advisory-services/banner/advisory-services.jpg');
  /*background-position: center center;*/
}
.carousel .carousel-inner .a-bg-18 {
  background-image: url('../images/what-we-deliver/advisory-services/banner/budget-forecasting.jpg');
  /*background-position: center center;*/
}

.carousel .carousel-inner .h-bg1 {
  background-image: url('../images/human4.jpg');
  background-position: center center;
}

.carousel .carousel-inner .h-bg2 {
  background-image: url('../images/human6.jpg');
  background-position: center center;
}

.carousel .carousel-inner .h-bg3 {
  background-image: url('../images/human8.jpg');
  background-position: center center;
}

.carousel .carousel-inner .h-bg4 {
  background-image: url('../images/human10.jpg');
  background-position: center center;
}

.carousel .carousel-inner .h-bg5 {
  background-image: url('../images/human12.jpg');
  background-position: center center;
}

.carousel .carousel-inner .h-bg6 {
  background-image: url('../images/human14.jpg');
  background-position: center center;
}

.carousel .carousel-inner .why-bg {
  background-image: url('../images/why-us-1.jpg');
  background-position: center center;
}
.carousel .carousel-inner .about-bg {
  background-image: url('../images/about1.jpg');
  background-position: center center;
}

.carousel .carousel-inner .contact-bg {
  background-image: url('../images/contact.jpg');
  background-position: center center;
}


.carousel .carousel-inner .site-bg {
  background-image: url('../images/sitemap2.jpg');
  background-position: center center;
}

/* Responsive adjustments using media queries */
@media (max-width: 992px) {

  .carousel-caption h3 {
    font-size: 24px;

  }

  .box-text h1 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  .carousel-caption h3 {
    font-size: 20px;
  }

  .box-text h1 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {

  .carousel-caption {
    padding: 10px;
  }

  .box-text {
    font-size: 30px !important;
  }

  .carousel-caption h3 {
    font-size: 18px;
  }

  .carousel-caption p {
    font-size: 12px;
  }
}









/*
.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    }
    .carousel-control {
    background: none;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 56px;
    /* color: #21acd3; */
/*  color: #21acd3;
    background: transparent;
    visibility: visible !important;
    opacity: 1;
    font-weight: normal;
    margin-top: -20px;
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 1;
    text-shadow: none;
}
.title-frame{
  background-color:#ff9933;
  display:inline-block;
   padding:25px 45px;
  background:rgba(255, 128,63,7); 
  text-align: center;
   max-width:100%;
    box-shadow: 2px 2px 5px hsla(30, 100%, 50%.2);
     outline: 1px solid rgba(255,255,255,.25);
      outline-offset: -16px;  color:#fff;
       -webkit-font-smoothing: antialiased;
       font-size:25px;
       margin-bottom: 150px;
     }
     
*/



.do-sevice-section {
  background-color: white;
  overflow: hidden;
  padding: 20px 0;
  padding-left: 45px;
  padding-bottom: 70px;
}


.do-sevice-section .do-service-container {
  float: left;
  position: relative;
  width: calc(100% / 3 - 1px);
  margin-right: 1px;
  height: 220px;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
  overflow: visible
}

.do-sevice-section .do-service-container:last-child {
  margin-right: 0
}

.do-sevice-section .do-service-container .do-front-part,
.do-sevice-section .do-service-container .do-back-part {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  text-align: center;
  display: block;
  height: 220px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.do-sevice-section .do-service-container .do-front-part {
  z-index: 2
}

.do-sevice-section .do-service-container .do-back-part {
  background-color: #f17303;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg)
}

.do-sevice-section .do-service-container .do-front-part .do-front-content,
.do-sevice-section .do-service-container .do-back-part .do-back-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.do-sevice-section .do-service-container .do-front-part .do-front-content i {
  font-size: 70px;
  color: #fff;
  font-weight: normal
}

.do-sevice-section .do-service-container .do-front-part .do-front-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 0;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px
}

.do-sevice-section .do-service-container .do-front-part .do-front-content h3:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background-color: rgba(255, 255, 255, .5)
}

.do-sevice-section .do-service-container .do-back-part .do-back-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0px 0 31px;
  text-transform: uppercase;
  position: relative
}

.do-sevice-section .do-service-container .do-back-part .do-back-content h3:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background-color: #fff
}

.do-sevice-section .do-service-container .do-back-part .do-back-content p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0
}

.do-sevice-section .do-service-container:nth-child(1) .do-front-part {
  background-color: #3bd0c4
}

.do-sevice-section .do-service-container:nth-child(2) .do-front-part {
  background-color: #fdbf3a
}

.do-sevice-section .do-service-container:nth-child(3) .do-front-part {
  background-color: #be0d17
}

.do-sevice-section .do-service-container:nth-child(4) .do-front-part {
  background-color: #a52f99
}

.do-service-container:hover .do-front-part {
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  -moz-transform: translateY(-110px) rotateX(90deg);
  -ms-transform: translateY(-110px) rotateX(90deg);
  -o-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg)
}

.do-service-container:hover .do-back-part {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0)
}

.do-custom-section {
  padding-bottom: 0;
  overflow: hidden
}

.do-custom-section .do-section-heading {
  margin-bottom: 70px
}

.products .do-work-item-inner-wrap {
  z-index: 1;
}

.products .do-work-item-inner-wrap {
  width: 60%;
  margin: auto;
}

.pro-name {
  border-radius: 0 0 20px 20px;
  padding: 80px 0 10px 0;
  text-align: center;
  background: #fff;
  height: 200px;
  position: relative;
  bottom: 80px;
  z-index: 0;
}

.pro-name h3 {
  marfont-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.pro-name p {
  color: #333;
}

.pro-yellow {
  border: 5px solid #fcd12e;
  background: #fcd12e;
}

.pro-voilet {
  border: 5px solid #db90f3;
  background: #db90f3;
}

.pro-red {
  border: 5px solid #ff8798;
  background: #ff8798;
}

.pro-green {
  border: 5px solid #8fc73e;
  background: #8fc73e;
}

.pro-blue {
  border: 5px solid #53c5d4;
  background: #53c5d4;
}

.pro-orange {
  border: 5px solid #f17303;
  background: #f17303;
}

.pro-gray {
  border: 5px solid #b8b5a6;
  background: #b8b5a6;
}



/* FEATURES  ---------------------- */
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.introtext span.typcn {
  font-size: 70px;
  color: #3190E7;
}

.introtext h3 {
  font-size: 17px;
  letter-spacing: .06em;
  color: #000;
}

.introtext p {
  font-size: 15px;
  letter-spacing: .02em;
}

.introtext a.btn.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #3190E7;
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 400;
  padding: 7px 18px 8px;
  text-shadow: none;
}

.introtext a.btn.btn-default:hover {
  background: #ffffff;
  color: #3190E7;
  border: 1px solid #3190E7;
}

.introtext.home2 {
  text-align: center;
  padding-bottom: 60px;
  background: #fff;
}

.introtext.home2 p {
  padding: 0 8px;
  color: #000;
  text-align: justify;
}

.introtext.home3 .block-grid-item span.typcn {
  font-size: 54px;
  display: table-cell;
  line-height: 54px;
  float: left;
  margin-right: 15px;
}

.introtext.home3 .block-grid-item p {
  font-size: 15px;
}

.introtext.home3 .introtext-feature {
  overflow: hidden;
}


.introtext-img img {
  overflow: hidden;
  opacity: 1;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition-duration: 0.8s;
}

.introtext-img:hover img {
  filter: brightness(100%) contrast(100%) saturate(121%) blur(0px) hue-rotate(0deg);
}


/* ABOUT US */
section.aboutus {
  background: #eaedf2 url(../images/aboutusbg.jpg) top right;
  min-height: 895px;
  padding-top: 215px;
}

section.aboutus hr.small {
  border: solid #3190E7;
  border-width: 2px 0 0;
  clear: both;
  height: 0;
  margin: 21px 0 42px;
  max-width: 100px;
}

section.aboutus h2 {
  margin-bottom: 25px;
  text-align: left;
}

section.aboutus h4 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 35px;
}

section.aboutus a.btn.btn-default {
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #3190E7;
  color: #fff;
  font-size: 14px;
  letter-spacing: .06em;
  font-weight: 400;
  padding: 7px 18px 8px;
  text-shadow: none;
}

section.aboutus a.btn.btn-default:hover {
  background: #ffffff;
  color: #3190E7;
  border: 1px solid #3190E7;
}

/* TESTIMONIALS 1 */
section.testimonials {
  padding-top: 15px;
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.img-circle {
  border-radius: 50%;
}

img.img-circle {
  max-width: 90px;
  margin: 0 auto 17px;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #C4C4CC none repeat scroll 0 0;
  display: block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #28CB75 none repeat scroll 0 0;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

/* TESTIMONIALS 2 */
section.testimonials.home2 {
  padding-top: 55px;
  background: #ddd;
}

section.testimonials.home2 #customers-testimonials .item {
  opacity: 0;
}

section.testimonials.home2 h2 {
  text-align: left;
  font-size: 29px;
  margin: 40px 0 0;
}

section.testimonials.home2 hr.small {
  border: solid #3190E7;
  border-width: 1px 0 0;
  margin: 0;
  margin-top: 31px;
  margin-bottom: 31px;
  max-width: 70px;
}

section.testimonials.home2 #customers-testimonials .owl-item.active .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

section.testimonials.home2 .testimonial-name.home2 {
  margin: 25px 0 0 11px;
  display: table;
  width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-align: left;
  color: #808080;
  box-shadow: none;
}

section.testimonials.home2 .testimonial-name.home2 .img-circle {
  float: left;
  margin-right: 15px;
}

section.testimonials.home2 .testimonial-name.home2 img.img-circle {
  width: 50px;
}

section.testimonials.home2 .testimonial-name.home2 span {
  display: block;
  font-size: 13px;
}

section.testimonials.home2 .testimonial-name.home2 span.name {
  padding-top: 8px;
}

section.testimonials.home2 .testimonial-name.home2 span.company {
  color: #b3aeae;
}

section.testimonials.home2 .shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
  position: relative;
}

section.testimonials.home2 .shadow-effect:after {
  top: 100%;
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

section.testimonials.home2 .shadow-effect p {
  text-align: left;
  margin-bottom: 0;
}

/* call to action */
section.calltoaction {
  background: #f0f0f0;
  padding-bottom: 0;
}

section.calltoaction.calltoaction1 {
  padding-bottom: 55px;
}

section.calltoaction.calltoaction2 {
  background: url(../images/1.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 55px;
  position: relative;
}

section.calltoaction.calltoaction2:after {
  background: #222;
  opacity: .85;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

section.calltoaction.calltoaction2 .cta-text {
  z-index: 1;
  opacity: 1;
  color: #fff;
  position: relative;
}

section.calltoaction.calltoaction3 {
  background: #fff;
  padding-bottom: 55px;
}

section.calltoaction a.hw-btn {
  margin: 45px auto 0;
  display: table;
  background: #28cb75;
  color: #fff;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 2px;
  padding: 15px 30px;
  transition: background-color 1s ease 0s;
}

section.calltoaction a.hw-btn:hover {
  background: #0CB863;
}

.cta-image {
  margin-top: 40px;
}

section.calltoaction.home3 {
  background: #E9E9E9;
  padding-bottom: 140px;
}

section.calltoaction.home3 .cta-title {
  color: #EB1E94;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  background: #ccc;
  display: table;
  text-align: center;
  margin: -24px auto 0;
  padding: 12px 20px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

section.calltoaction.home3 .cta-title.green {
  background: #5AC452;
  color: #fff;
}

section.calltoaction.home3 .cta-title.gray {
  background: #53504F;
  color: #fff;
}

section.calltoaction.home3 .cta-title.orange {
  background: #FF9670;
  color: #fff;
}

section.calltoaction.home3 .shadow-effect {
  background: #fff;
  padding: 28px 10px 35px;
  border-radius: 4px;
  text-align: left;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.calltoaction.home3.cta-button a.hw-btn {
  margin: -60px auto 0;
  border-radius: 3px;
  display: table;
  background: #3190E7;
  color: #fff;
  padding: 25px 60px;
  text-align: center;
  font-size: 32px;
  letter-spacing: -.02em;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.14), 0 15px 12px rgba(0, 0, 0, 0.04);
  font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-weight: 900;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.calltoaction.home3.cta-button a.hw-btn span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 300;
  color: #E9E9E9;
}

.calltoaction.home3.cta-button a.hw-btn:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* numbers */
section.numbers {
  background: #eaedf2 url(../images/numbersbg.jpg) top left;
  min-height: 895px;
  padding-top: 215px;
}

section.numbers .numbersbox {
  background: #3190E7;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

section.numbers h2 {
  margin-bottom: 35px;
  text-align: left;
}

section.numbers .numbersbox {
  background: #3190E7;
  position: relative;
  z-index: 1;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

section.numbers hr.small {
  border: solid #fff;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 21px 0;
  max-width: 100px;
}

section.numbers h4 {
  font-size: 23px;
  color: #fff;
}

section.numbers p {
  color: #fff;
}

section.numbers .numbersbox-small {
  background: #2482d8;
  margin: 16px 0 0 -5px;
  border-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

section.numbers .numbersbox-small .number {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #1773c7;
}

section.numbers .numbersbox-small .number:last-child {
  border-bottom: 0;
}

section.numbers .odometer {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

section.numbers .numbersbox-small .number .numbername {
  color: #fff;
  font-size: 11px;
  margin-top: 4px;
}

.numbers.home3 {
  background: #fff;
  min-height: 95px;
  padding: 75px 0 90px;
}

.numbers.home3.numbers4 {
  background: #fff;
  padding: 35px 0;
}

.numbers.home3 .number {
  text-align: center;
  padding: 15px;
}

.numbers.home3 .number .odometer {
  color: #3190E7;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -.02em;
  font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.numbers.home3.numbers5 {
  background: #fff;
  padding: 35px 0;
}

.numbers.home3.numbers5 .number {
  text-align: center;
  padding: 15px;
  background: #666666
}

.numbers.home3.numbers5 .number .odometer {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -.02em;
  font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.numbers.home3.numbers5 .number .numbername {
  color: #fff;
}

.numbers.home3.numbers5 a.btn.rounded.btn-orange {
  margin-top: 45px;
}

.numbers.home3.numbers6 {
  background: #fff;
  padding: 35px 0;
}

.numbers.home3.numbers6 .number {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.numbers.home3.numbers6 .number .odometer {
  color: #3190E7;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: -.02em;
  font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.numbers.home3.numbers6 .number .numbername {
  font-size: 12px;
}

.numbers.home3.numbers6 a.btn.rounded.btn-orange {
  margin-top: 45px;
}

/* clients */
section.clients {
  padding: 15px 0 110px;
}

section.clients.home2 {
  padding-top: 55px;
}

#clients-carousel {
  margin-top: 60px;
}

#clients-carousel .item {
  margin-bottom: 40px;
}

#clients-carousel .item img {
  border: 1px solid #ccc;
  opacity: .4;
  padding: 20px;
}

#clients-carousel.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #C4C4CC none repeat scroll 0 0;
  display: block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

#clients-carousel.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
#clients-carousel.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #28CB75 none repeat scroll 0 0;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

/* features */
section.features {
  padding: 65px 0;
  background: #e9e9e9;
}

section.features h3 {
  margin: 50px 0 45px;
  padding: 0;
}

section.features .feature {
  margin-bottom: 32px;
}

section.features .feature .featureicon {
  float: left;
  margin: 0 15px 0 0;
}

section.features .feature .featureicon span.typcn {
  font-size: 54px;
  line-height: 30px;
  display: table-cell;
}

section.features .feature h5 {
  margin: 0 0 8px 0;
  padding: 0;
}

section.features .feature p {
  font-size: 15px;
  overflow: hidden;
}

/* Pricing Tables Home */
.pricingtables {
  overflow: hidden;
  padding: 105px 0;
}

.pricingtables.whitebg {
  background: #fff;
  padding: 110px 0 70px;
}

.pricingtables.darkbg {
  background: url(../images/pricing-table-bg.jpg);
  background-size: cover;
  padding: 90px 0 70px;
}

.price-plans {
  padding: 0 15px;
}

.pricingtables .panel {
  border: 0;
  border-radius: 0;
  box-shadow: 20px 0 20px -10px rgba(0, 0, 0, .05), -20px 0 20px -10px rgba(0, 0, 0, .05);
  margin: 0;
  padding: 0;
}

.pricingtables .panel-heading {
  background: #E9E9E9;
  border: 0;
  border-radius: 0;
  filter: none !important;
}

.pricingtables .panel-heading h3 {
  color: #808080;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: .07em;
  margin: 0;
  padding: 12px 0;
}

.pricingtables .panel-body {
  margin: 0;
  padding: 45px 0;
}

.pricingtables .panel-body h4 {
  color: #3190E7;
  font-size: 44px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pricingtables .panel-body span {
  color: #3190E7;
  font-size: 21px;
  padding: 5px 0;
}

.pricingtables ul {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 45px;
}

.pricingtables ul li {
  border: 0;
  font-size: 16px;
  padding: 10px 0;
}

.pricingtables ul li:first-child {
  padding-top: 0;
}

.pricingtables .panel-footer {
  text-align: center;
  border: 0;
  background: #fff;
}

.pricingtables .btn-pricetable {
  background: #3190E7;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  margin: 0 auto 45px;
  padding: 10px 30px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.05), 0 15px 12px rgba(0, 0, 0, 0.01);
  transition: all 0.3s ease 0s;
}

.pricingtables .btn-pricetable:hover {
  background: #5AC452;
}

.pricingtables .most-popular {
  border-width: 3px;
  box-shadow: 20px 0 20px -10px rgba(0, 0, 0, .15), -20px 0 20px -10px rgba(0, 0, 0, .15);
  padding: 0;
  top: -26px;
  z-index: 2;
}

.pricingtables .most-popular .panel,
.pricingtables .most-popular .panel-body,
.pricingtables .most-popular .panel-footer {
  background: #8C8C8C;
}

.pricingtables .most-popular .panel-heading {
  background: #666666;
}

.pricingtables .most-popular .panel-body span {
  color: #fff;
}

.pricingtables .most-popular .panel-heading h3 {
  color: #fff;
  letter-spacing: .07em;
  margin: 0;
  padding: 25px 0;
}

.pricingtables .most-popular .panel-body h4 {
  color: #fff;
  padding: 16px 0;
}

.pricingtables .most-popular ul li {
  color: #fff;
}

.pricingtables .most-popular .btn-pricetable {
  background: #666666;
}

.pricingtables .most-popular .btn-pricetable:hover {
  background: #5AC452;
}

.pricingtables.whitebg.borders h4 {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 28px;
}

.pricingtables.whitebg.borders ul li {
  color: #808080;
  border-bottom: 1px solid #e9e9e9;
}

.pricingtables.whitebg.borders .most-popular {
  border-width: 3px;
  box-shadow: 20px 0 20px -10px rgba(0, 0, 0, .05), -20px 0 20px -10px rgba(0, 0, 0, .05);
  padding: 0;
  top: -26px;
  z-index: 2;
}

.pricingtables.whitebg.borders .most-popular .panel,
.pricingtables.whitebg.borders .most-popular .panel-body,
.pricingtables.whitebg.borders .most-popular .panel-footer {
  background: #fff;
}

.pricingtables.whitebg.borders .most-popular .panel-heading {
  background: #E9E9E9;
}

.pricingtables.whitebg.borders .most-popular .panel-body span {
  color: #3190E7;
}

.pricingtables.whitebg.borders .most-popular .panel-heading h3 {
  color: #808080;
  letter-spacing: .07em;
  margin: 0;
  padding: 25px 0;
}

.pricingtables.whitebg.borders .most-popular .panel-body h4 {
  color: #3190E7;
  padding: 16px 0 30px;
  border-bottom: 1px solid #e9e9e9;
}

.pricingtables.whitebg.borders .most-popular ul li {
  color: #808080;
  border-bottom: 1px solid #e9e9e9;
}

.pricingtables.whitebg.borders .most-popular .btn-pricetable {
  background: #3190E7;
}

.pricingtables.whitebg.borders .most-popular .btn-pricetable:hover {
  background: #5AC452;
}

/* End of Pricing Tables */

/* ==================================
4 = Projects
==================================== */

/* projects */
section.projects {
  /*padding-bottom:0; */
  /*background:#f0f0f0;*/
  background: #ddd;
}

section.projects .projectsposts {
  margin-top: 30px;
}

section.projects .projectsposts .block-grid-item {
  padding: 0;
}

section.projects .projectsposts .block-grid-item figure {
  position: relative;
  overflow: hidden;
}

section.projects .projectsposts .block-grid-item figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

section.projects .projectsposts .block-grid-item figure figcaption h6 {
  opacity: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

section.projects .projectsposts .block-grid-item figure figcaption .fig-overlay {
  background: #3190E7;
  background: rgba(49, 165, 234, .85);
  height: 100%;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

section.projects .projectsposts .block-grid-item figure figcaption .thetitle {
  opacity: 0;
}

section.projects .projectsposts .block-grid-item:hover figure figcaption .thetitle {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

section.projects .projectsposts .block-grid-item:hover figure figcaption {
  opacity: 1;
}

section.projects .projectsposts .block-grid-item:hover figure figcaption h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* projects filtering */
ul.sub-nav {
  padding: 0;
  text-align: center;
  margin: 0 auto 45px;
  display: table;
  list-style: none;
}

.sub-nav li {
  float: left;
  margin: 0 6px;
}

.sub-nav li a {
  color: #808080;
  font-size: 14px;
  font-weight: 700;
}

.sub-nav li a.active {
  color: #3190E7;
}

/* Isotope Necessary Styles for Portfolio Filters */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* projects - isotope grid full */
section.projects1 {
  padding-bottom: 105px;
}

section.projects1 .projectsposts1 .block-grid-item figure {
  position: relative;
  overflow: hidden;
}

section.projects1 .projectsposts1 .block-grid-item figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

section.projects1 .projectsposts1 .block-grid-item figure figcaption h6 {
  opacity: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

section.projects1 .projectsposts1 .block-grid-item figure figcaption .fig-overlay {
  background: #3190E7;
  background: rgba(49, 165, 234, .85);
  height: 100%;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

section.projects1 .projectsposts1 .block-grid-item figure figcaption .theicon {
  opacity: 0;
}

section.projects1 .projectsposts1 .block-grid-item:hover figure figcaption .theicon {
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 46px;
  opacity: 1;
}

section.projects1 .projectsposts1 .block-grid-item:hover figure figcaption {
  opacity: 1;
}

section.projects1 .projectsposts1 .block-grid-item:hover figure figcaption h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

section.projects1 .projectsposts1 h6 {
  text-align: center;
  padding: 10px 0;
}

section.projects1 .projectsposts1 h6 a {
  color: #808080;
}

section.projects1 .projectsposts1 h6 a:hover {
  color: #3190E7;
}

/* projects - image gallery boxed */
section.projects2 {
  padding-bottom: 105px;
}

section.projects2 .projectsposts2 .block-grid-item figure {
  position: relative;
  overflow: hidden;
}

section.projects2 .projectsposts2 .block-grid-item figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

section.projects2 .projectsposts2 .block-grid-item figure figcaption .fig-overlay {
  background: #666;
  background: rgba(102, 102, 102, .85);
  height: 100%;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

section.projects2 .projectsposts2 .block-grid-item figure figcaption .theicon {
  opacity: 0;
}

section.projects2 .projectsposts2 .block-grid-item:hover figure figcaption .theicon {
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  opacity: 1;
}

section.projects2 .projectsposts2 .block-grid-item:hover figure figcaption {
  opacity: 1;
}

/* Single Project 1 */
.single-project {
  padding: 70px 0 40px;
}

#single-project-slider.owl-carousel .owl-controls {
  position: absolute !important;
  z-index: 3 !important;
  bottom: 95px !important;
  left: 1%;
  right: 1% !important;
}

#single-project-slider.owl-carousel .owl-controls .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
}

#single-project-slider.owl-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #28CB75 none repeat scroll 0 0;
  color: #000;
  transform: translate3d(0px, -50%, 0px) scale(0.8);
}

#single-project-slider.owl-carousel .owl-controls .owl-nav .disabled {
  opacity: 1;
}

#single-project-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #fff none repeat scroll 0 0;
  height: 20px;
  margin: 0 3px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

#single-project-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
#single-project-slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #28CB75 none repeat scroll 0 0;
  transform: translate3d(0px, -50%, 0px) scale(0.8);
}

.single-project .shadow-effect {
  text-align: left;
  padding: 30px 25px;
}

.single-project .shadow-effect .element {
  background: #F3F5F7;
  padding: 22px;
}

.single-project .shadow-effect h2 {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  letter-spacing: .12em;
  padding: 0;
  margin: 0;
}

.single-project .shadow-effect h3 {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
  border-top: 1px dotted #e0e2e5;
  font-size: 16px;
  padding: 13px 0 0;
  margin: 18px 0 0;
}

.single-project .shadow-effect .single-project-elements {
  padding: 15px;
  margin-top: 20px;
}

.single-project .shadow-effect hr.small {
  margin-top: 28px;
  margin-bottom: 28px;
  border-color: #EAE9EE;
  min-width: 310px;
}

.single-project .shadow-effect h4 {
  color: #3190E7;
  max-width: 420px;
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
}

.single-project .shadow-effect h5 {
  color: #8c8c8c;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .12em;
  margin: 20px 0;
}

.single-project .negative-margin {
  margin-top: -75px;
  position: relative;
  z-index: 99;
}

/* Share Buttons */
.single-section-container {
  padding-top: 12px;
}

.single-section-title {
  border-bottom: 1px dotted #ccc;
  text-align: center;
  margin-bottom: 23px;
}

.single-section-title span.single-section-text {
  display: block;
  width: 70px;
  padding: 8px;
  background-color: #fff;
  margin: 0px auto -17px;
}

.sharing-buttons {
  padding: 0;
  margin: 0 auto;
  display: table;
}

.sharing-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sharing-buttons ul li {
  display: inline-block;
  padding: 11px 7px 12px;
  margin: 0;
}

.sharing-buttons ul li i {
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 38px;
  height: 38px;
  background: #3190E7;
  border-radius: 50%;
  padding: 12px 0 0 0;
}

.sharing-buttons ul li:hover i {
  background: #808080;
}

.sharing-buttons ul li a {
  color: #fff;
  font-size: 17px;
}

.sharing-buttons ul li a:hover {
  color: #fe8f8c;
}

/* Related Projects */
section.related-projects {
  padding-bottom: 70px;
}

section.related-projects h2 {
  font-size: 20px;
}

section.related-projects hr.small {
  border-color: #e0e0e0;
  margin-bottom: 34px;
}

section.related-projects .projectsposts1 .block-grid-item figure {
  position: relative;
  overflow: hidden;
}

section.related-projects .projectsposts1 .block-grid-item figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

section.related-projects .projectsposts1 .block-grid-item figure figcaption .fig-overlay {
  background: #3190E7;
  background: rgba(49, 165, 234, .85);
  height: 100%;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

section.related-projects .projectsposts1 .block-grid-item figure figcaption .theicon {
  opacity: 0;
}

section.related-projects .projectsposts1 .block-grid-item:hover figure figcaption .theicon {
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 46px;
  opacity: 1;
}

section.related-projects .projectsposts1 .block-grid-item:hover figure figcaption {
  opacity: 1;
}

section.related-projects .projectsposts1 h6 {
  text-align: center;
  padding: 10px 0;
}

section.related-projects .projectsposts1 h6 a {
  color: #808080;
}

section.related-projects .projectsposts1 h6 a:hover {
  color: #3190E7;
}

/* Previous/Next Project */
.prevnext {
  padding: 40px 0 95px;
  background: #f2f6f9;
  overflow: hidden;
  border-top: 1px solid #e0e4e7;
}

.prevnext span a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

span.prev {
  float: left;
  background: #808080;
  padding: 8px 20px;
}

span.prev i {
  margin-right: 9px;
}

span.prev:hover {
  background: #3190E7;
}

span.navto {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 8px 20px;
}

span.navto a {
  color: #808080;
}

span.navto a:hover {
  color: #3190E7;
}

span.next {
  float: right;
  background: #808080;
  padding: 8px 20px;
}

span.next i {
  margin-left: 9px;
}

span.next:hover {
  background: #3190E7;
}

/* Single Project 2 */
.single-project-2 {
  padding: 70px 0 40px;
}

.single-project-2 .negative-margin {
  margin-top: -35px;
  position: relative;
  z-index: 99;
}

.single-project-2 .elements {
  padding: 25px;
  text-align: center;
}

.single-project-2 h2 {
  padding: 0;
  margin: 0;
}

.single-project-2 h2 span.category {
  font-size: 11px;
  display: table;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: .07em;
  color: #fff;
  background: #80817D;
  padding: 8px 18px;
}

.single-project-2 .elements h3 {
  color: #ccc;
  font-size: 20px;
  margin: 25px 0;
}

.single-project-2 .elements h4 {
  color: #3190E7;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -.02em;
}

.single-project-2 .elements hr.small {
  margin-top: 28px;
  margin-bottom: 28px;
  border-color: #EAE9EE;
  max-width: 40px;
  border-width: 2px;
}

.single-project-2 .elements p {
  text-align: left;
}

.single-project-2 .elements a.btn.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #3190E7;
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 400;
  padding: 7px 18px 8px;
  text-shadow: none;
}

.single-project-2 .elements a.btn.btn-default:hover {
  background: #ffffff;
  color: #3190E7;
  border: 1px solid #3190E7;
}

#single-project-carousel.owl-carousel .owl-controls {
  position: absolute !important;
  z-index: 3 !important;
  bottom: 10px !important;
  background: #3190E7;
  display: table;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto !important;
  padding: 20px;
}

#single-project-carousel.owl-carousel .owl-controls .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
}

#single-project-carousel.owl-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #99DFFB none repeat scroll 0 0;
  color: #000;
  transform: translate3d(0px, -50%, 0px) scale(0.5);
}

#single-project-carousel.owl-carousel .owl-controls .owl-nav .disabled {
  opacity: 1;
}

#single-project-carousel.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #fff none repeat scroll 0 0;
  height: 20px;
  margin: 0 3px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

#single-project-carousel.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
#single-project-carousel.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #99DFFB none repeat scroll 0 0;
  transform: translate3d(0px, -50%, 0px) scale(0.5);
}

/* Single Project 3 */
.single-project-3 .element {
  background: #fff;
  padding: 22px;
}

.single-project-3 .element h3 {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  letter-spacing: .12em;
  padding: 0;
  margin: 0;
}

.single-project-3 .element h4 {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
  border-top: 1px dotted #e0e2e5;
  font-size: 16px;
  padding: 13px 0 0;
  margin: 18px 0 0;
}

.single-project-3-gallery {
  background: #eaedf2;
  padding: 0;
}

.single-project-3-gallery .topskew {
  background: url(../images/white-skew-top.png) no-repeat;
  height: 111px;
}

.single-project-3-gallery .bottomskew {
  background: url(../images/white-skew-bottom.png) no-repeat;
  height: 111px;
}

.single-project-3-gallery .gallery-container {
  padding: 25px 0 45px;
}

.single-project-3-gallery .projectsposts2 .block-grid-item figure {
  position: relative;
  overflow: hidden;
}

.single-project-3-gallery .projectsposts2 .block-grid-item figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.single-project-3-gallery .projectsposts2 .block-grid-item figure figcaption .fig-overlay {
  background: #666;
  background: rgba(102, 102, 102, .85);
  height: 100%;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.single-project-3-gallery .projectsposts2 .block-grid-item figure figcaption .theicon {
  opacity: 0;
}

.single-project-3-gallery .projectsposts2 .block-grid-item:hover figure figcaption .theicon {
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  opacity: 1;
}

.single-project-3-gallery .projectsposts2 .block-grid-item:hover figure figcaption {
  opacity: 1;
}


/* ==================================
5 = Inner Pages
==================================== */

/* Default Content Section */
section.content {
  padding-bottom: 90px;
}

section.content h5.title {
  padding: 12px;
  background: #eaedf2;
  margin: 0 0 15px;
}

section.content hr {
  border-color: #e8e8e8;
}

section.content h2 {
  margin: 12px 0;
}

section.content.shortcodes.graybg {
  background: #eaedf2;
}

/* Page Headers */
#page-header {
  min-height: 360px;
  background-size: cover;
  background-position: top center;
  background: url(../images/1.jpg);
}

#page-header:after {
  background: #055AA8;
  opacity: .8;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#page-header.services3 {
  background: url(../images/3.jpg);
  background-size: cover;
}

#page-header.services3:after {
  background: #8C8C8C;
}

#page-header.about1 {
  background: url(../images/about-1.jpg);
  background-size: cover;
}

#page-header.about1:after {
  background: #808080;
}

#page-header.faq {
  background: url(../images/faq-bg-header.jpg);
  background-size: cover;
}

#page-header.faq:after {
  background: #605E60;
}

#page-header.projects1 {
  background: url(../images/projects1-bg-header.jpg);
  background-size: cover;
}

#page-header.projects1:after {
  background: #3f3f3f;
}

#page-header.projects2 {
  background: url(../images/projects2-bg-header.jpg);
  background-size: cover;
}

#page-header.projects2:after {
  background: #6d5b63;
}

#page-header.single-project-2 {
  background: url(../images/project-single-3.jpg);
  background-size: cover;
}

#page-header.single-project-2:after {
  background: #90918C;
}

#page-header.single-project-3 {
  background: url(../images/3.jpg);
  background-size: cover;
}

#page-header.single-project-3:after {
  background: #848A96;
}

#page-header.blog-single {
  background: url(../images/about1-slider1.jpg);
  background-size: cover;
}

#page-header.blog-single:after {
  background: #769EAC;
}

#page-header.contact {
  background: url(../images/contact_bg.jpg);
  background-size: cover;
}

#page-header.contact:after {
  background: #7B7884;
}

.title-breadcrumbs {
  display: block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  top: 68%;
  -webkit-transform: translateY(-68%);
  -ms-transform: translateY(-68%);
  transform: translateY(-68%);
}

.title-breadcrumbs h1 {
  color: #fff;
  font-size: 28px;
  padding: 0 0 20px;
  margin: 0;
  font-weight: 900;
}

.title-breadcrumbs .thebreadcumb {
  display: table;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.title-breadcrumbs .breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  padding: 23px 12px 0;
  list-style: outside none none;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.title-breadcrumbs .breadcrumb li {
  font-size: 13px;
}

.title-breadcrumbs .breadcrumb li a {
  color: #fff;
}

.title-breadcrumbs .breadcrumb li.active {
  color: #fff;
  font-weight: 700;
}

/* SERVICES1 */
.services1-list {
  background: #eaedf2;
  padding-bottom: 300px;
}

.services1-grid .block-grid-item {
  min-height: 300px;
  border-radius: 0;
  text-align: center;
}

.services1-grid .block-grid-item span.typcn {
  font-size: 74px;
}

.services1-grid .block-grid-item h3 {
  font-size: 18px;
  letter-spacing: .06em;
  margin: 15px 0;
}

.services1-grid .block-grid-item p {
  font-size: 15px;
  letter-spacing: .02em;
}

.services1-grid .block-grid-item .servicedetails {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.services1-grid .block-grid-item.black span.typcn {
  color: #151515;
}

.services1-grid .block-grid-item.blue span.typcn {
  color: #3FA2FE;
}

.services1-grid .block-grid-item.brown span.typcn {
  color: #604C50;
}

.services1-grid .block-grid-item.lynch span.typcn {
  color: #344458;
}

.services1-grid .block-grid-item.orange span.typcn {
  color: #E5603F;
}

.services1-grid .block-grid-item.wisteriapurple span.typcn {
  color: #9F6F8D;
}

.services1-grid .block-grid-item.gray span.typcn {
  color: #5D5D5D;
}

.services1-grid .block-grid-item.oilgreen span.typcn {
  color: #A3A995;
}

.image-mockup {
  margin: -230px 0 0;
  padding: 0;
  text-align: center;
}

/* SERVICES2 */
section.services2 {
  padding-bottom: 80px;
}

section.services2 h2 {
  margin: 0;
  padding: 0;
}

section.services2 h5 {
  font-size: 17px;
  color: #8C8C8C;
}

section.services2 .blockquote-colored {
  margin: 30px 45px 0 0;
  padding: 45px;
  background: #8C8C8C;
}

.image-padding-shadow {
  border: 18px solid #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

section.services2-list {
  text-align: center;
  background: #F3F5F7
}

section.services2-list span.typcn {
  font-size: 70px;
  color: #3190E7;
}

section.services2-list h3 {
  font-size: 13px;
  letter-spacing: .06em;
}

section.services2-list p {
  font-size: 15px;
  letter-spacing: .02em;
  padding: 0 8px;
}

section.services2-list a.btn.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #3190E7;
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 400;
  padding: 7px 18px 8px;
  text-shadow: none;
}

section.services2-list a.btn.btn-default:hover {
  background: #ffffff;
  color: #3190E7;
  border: 1px solid #3190E7;
}

/* SERVICES3 */
section.services3-list.gray {
  background: #F3F5F7;
}

section.services3-list .text-padding {
  padding: 100px 75px 0 0;
}

section.services3-list.gray .text-padding {
  padding: 100px 0 0 75px;
}

section.services3-list span.typcn {
  font-size: 60px;
  color: #35C679;
  padding: 0;
}

section.services3-list .service-image {
  float: right;
}

section.services3-list.gray .service-image {
  float: left;
}

section.services3-list h3 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .06em;
  padding-left: 5px;
}

section.services3-list p {
  font-size: 15px;
  letter-spacing: .02em;
  padding-left: 5px;
}

section.services3-list a.btn.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #3190E7;
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 400;
  padding: 7px 18px 8px;
  text-shadow: none;
}

section.services3-list a.btn.btn-default:hover {
  background: #ffffff;
  color: #3190E7;
  border: 1px solid #3190E7;
}

.introtext hr.small {
  margin-top: 40px;
  border-width: 3px 0 0;
  max-width: 65px;
  border-color: #E3E8EB;
}

/* ABOUT1 */
.introtext.about1 {
  padding-bottom: 75px;
}

.about1-numbers {
  padding-top: 50px;
}

.about1-numbers .number {
  font-family: 'Lato', sans-serif;
  color: #EB1E94;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.07em;
  background: #ccc;
  padding: 6px;
  text-align: center;
  margin-top: 20px;
  border-radius: 6px;
}

.about1-numbers .number.blue {
  background: #3190E7;
  color: #fff;
}

.about1-numbers .number.lightgray {
  background: #979796;
  color: #fff;
}

.about1-numbers .number.green {
  background: #28CB75;
  color: #fff;
}

.about1-numbers h4 {
  color: #808080;
  padding: 18px 0 9px;
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
}

.about1-numbers .shadow-effect {
  text-align: left;
}

.about1-numbers .shadow-effect p {
  font-size: 14px;
}

section.about1-slider-accordion {
  background: #F3F5F7;
  padding-top: 75px;
}

.team-grid {
  margin-top: 65px;
}

.team-grid .block-grid-item {
  min-height: 300px;
  border-radius: 0;
  text-align: center;
}

.team-grid .block-grid-item img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.team-grid .block-grid-item h3 {
  font-size: 15px;
  letter-spacing: .06em;
  margin: 30px auto 15px;
  display: table;
  padding: 0 15px 15px;
  border-bottom: 1px solid #e8e8e8;
}

.team-grid .block-grid-item p {
  font-size: 15px;
  letter-spacing: .02em;
}

.team-grid .block-grid-item .servicedetails {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

/* ABOUT2 */
#about2-video .about2-video-container {
  min-height: 550px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

#about2-video .about2-video-container:after {
  background: #161743 url(../images/video-pattern-overlay.png);
  opacity: .6;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#about2-video .about2-video-container .videocaption {
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#about2-video .about2-video-container .videocaption .videocaption-content {
  display: inline-block;
  padding: 25px 45px;
  background: #666;
  background: rgba(102, 102, 102, .85);
  text-align: left;
  max-width: 100%;
  box-shadow: 2px 2px 5px hsla(0, 0%, 0%, .2);
  outline: 1px solid rgba(255, 255, 255, .25);
  outline-offset: -16px;
}

#about2-video .about2-video-container .videocaption .videocaption-content h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

#about2-video .about2-video-container .videocaption .videocaption-content hr {
  border: solid rgba(255, 255, 255, .25);
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 21px auto;
  max-width: 100px;
}

#about2-video .about2-video-container .videocaption .videocaption-content p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-top: 25px;
  text-align: center;
}

#about2-video video {
  width: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

section.skills {
  background: #EAEDF2;
  margin-top: 35px;
  padding-top: 70px;
}

.skills-progressbars {
  padding-left: 70px;
}

.team2-grid {
  margin: 65px 0;
}

.team2-grid .block-grid-item .shadow-effect {
  padding: 0;
}

.team2-grid .block-grid-item {
  min-height: 300px;
  border-radius: 0;
  text-align: center;
}

.team2-grid .block-grid-item h3 {
  font-size: 15px;
  letter-spacing: .06em;
  margin: 30px auto 0;
  display: table;
  padding: 0 15px 5px;
}

.team2-grid .block-grid-item h6 {
  font-size: 15px;
  letter-spacing: .12em;
  margin: 12px 0;
  padding: 0;
  font-weight: 300;
}

.team2-grid .block-grid-item p {
  font-size: 15px;
  letter-spacing: .02em;
}

.team2-grid .block-grid-item .team-details {
  padding: 0 25px;
}

.team-social-links {
  margin: 20px 0 0;
  padding: 0 0 25px;
}

.team-social-links li {
  list-style: none;
  display: inline-table;
}

.team-social-links li a {
  color: #808080;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  display: inline-block;
  padding-top: 7px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}

.team-social-links li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 35px #fff;
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  -webkit-transition: box-shadow 0.15s, -webkit-transform 0.15;
  transition: box-shadow 0.15s, transform 0.15s;
}

.team-social-links li a:hover::before {
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
  box-shadow: inset 0 0 0 35px #009DE0;
}

.team-social-links li a:hover {
  color: #fff;
}

/* FAQ */
section.introtext.faq {
  background: #EAEDF2;
  padding-bottom: 70px;
}

.shadow-effect #accordion {
  text-align: left;
}

section.calltoaction.faq {
  background: #fff;
  padding-bottom: 70px;
}

/* LOGIN */
section.introtext.login .shadow-effect {
  margin-bottom: 55px;
}

.login-form {
  margin: 0;
  text-align: center;
  background: #fff;
  border: 0;
  overflow: hidden;
  padding: 15px;
}

.login-form span.required {
  color: #c00;
}

.login-form input[type="text"],
.login-form input[type="password"] {
  font-size: 18px;
  padding: 15px;
  height: 65px;
  width: 100%;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #EEEDEE;
  border-radius: 5px;
  margin: 8px 0 18px;
}

.login-form input[type="submit"] {
  width: 100%;
  float: left;
  font-size: 16px;
  background: #3190E7;
  height: 65px;
  color: #fff;
  font-weight: 900;
  padding: 6px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

.login-form input[type="submit"]:hover {
  background: #6E6E6E;
}

.login-form p a {
  font-size: 14px;
}

.login-form p a:hover {
  color: #3190E7;
}

/* 404 */
section.introtext.error404 h2 {
  color: #28CB75;
  font-size: 56px;
  font-weight: 900;
}

section.introtext.error404 h5 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  padding-top: 12px;
}

/* Pages with sidebar */
.page-content p:first-child::first-letter {
  float: left;
  min-width: 0.8em;
  margin: 7px 10px 0 0;
  padding: 9px 14px;
  background: #666;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
}

/* Pages with sidebar - the sidebar */
.sidebar .widget {
  margin-bottom: 35px;
}

.sidebar .widget h5 {
  padding: 12px 12px 18px;
  background: #eaedf2;
  margin: 0 0 17px;
}

.sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar .widget ul li {
  padding: 10px 10px 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #F3F5F7;
}

.sidebar .widget ul li span.badge {
  float: right;
  margin-top: 1px;
  padding: 6px;
  background: #3190E7;
  border-radius: 2px;
}

.sidebar .widget ul li a {
  color: #808080;
}

.sidebar .widget ul li a:hover {
  color: #3190E7;
}

.sidebar .tagcloud {
  overflow: hidden;
}

.sidebar .tagcloud a {
  background: #EAEDF2;
  border: 0 none;
  color: #808080;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0 3px 3px 0;
  padding: 5px 7px;
  position: relative;
  border-radius: 4px;
}

.sidebar .tagcloud a:hover {
  background: #3190E7;
  color: #fff;
}

/* Contact Page */
.about1-numbers.contact {
  padding: 45px 0 75px;
}

.about1-numbers.contact .number {
  margin-top: 15px;
  padding-top: 0;
}

.contact-form hr.small {
  border-width: 1px 0 0;
  max-width: 50px;
  border-color: #ccc;
}

section.contact-form {
  padding-top: 0;
}

#contactform {
  margin-top: 35px;
}

#contactform label {
  font-weight: 300;
}

#contactform textarea.form-control {
  font-size: 16px;
  min-height: 260px;
}

#contactform input#submit {
  background: #3190E7;
  margin: 15px auto 0;
  color: #fff;
  padding: 9px 39px 10px;
  font-size: 16px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: table;
  transition: all 250ms ease-out 0s;
}

#contactform input#submit:hover {
  background: #666;
}

#sendstatus {
  margin: 10px 0 0;
}

#sendstatus .alert.alert-danger {
  border: 0;
  background: #DE6F4C;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 4px;
}

#sendstatus .alert.alert-success {
  border: 0;
  background: #85EFC7;
  color: #333;
  border-radius: 4px;
}

#map_wrapper {
  height: 550px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

#map_canvas img {
  max-width: none;
}

/* ==================================
6 = Blog
==================================== */

.blog article {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 70px;
  padding-right: 25px;
}

.blog article .shadow-effect {
  padding: 0;
  text-align: left;
}

.blog.single article {
  margin-bottom: 40px;
}

.blog article .post-content {
  padding: 25px;
}

.blog article .post-content h2 {
  font-size: 27px;
  letter-spacing: -0.03em;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}

.blog article .post-content h2 a {
  color: #666;
}

.blog article .post-content h2 a:hover {
  color: #3190E7;
}

.blog article .post-content hr {
  border: solid #EAEDF2;
  border-width: 2px 0 0;
  clear: both;
  height: 0;
  margin-top: 27px;
  margin-bottom: 27px;
  max-width: 40px;
}

.blog article .post-content .themeta {
  color: #abaaaa;
  font-size: 14px;
  color: #8C8C8C;
  margin: 15px 0 30px;
}

.blog article .post-content .themeta span {
  margin-right: 15px;
  padding: 7px 15px;
  border: 1px solid #EAEDF2;
}

.blog article .post-content p {
  font-size: 17px;
  font-weight: 300;
}

.blog article .post-content ul li {
  font-size: 17px;
  font-weight: 300;
}

.blog article .post-content blockquote {
  border-left-color: #3190E7;
  font-size: 17px;
  font-weight: 300;
}

.blog article .post-content .button {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 16px;
  background: #3190E7;
  border-radius: 3px;
  text-decoration: none;
  margin: 10px 0;
  transition: all 250ms ease-out 0s;
}

.blog article .post-content .button:hover {
  background: #666;
}

.blog nav ul.pagination {
  display: table;
  margin: 0 auto;
  margin-bottom: 45px;
}

.blog nav ul.pagination li {
  font-size: 15px;
}

.blog nav ul.pagination li a {
  color: #808080;
  padding: 10px 18px 9px;
}

.blog nav ul.pagination li a:hover {
  background: #3190E7;
  color: #fff;
}

/* Author box */
.author-wrap {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  margin: 70px 0;
  border: 1px solid #EAEDF2;
}

.author-gravatar {
  margin: 0;
  line-height: 1;
}

.author-gravatar img {
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.author-title {
  color: #808080;
  display: block;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #E6E6E6;
}

.author-title h6 {
  padding: 0;
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 700;
}

.author-description {
  display: block;
  margin: 0 0 5px;
}

.author-description p {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
}

/* Comments */
.comments,
#addcomments {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}

.comments {
  margin-bottom: 50px;
}

#thecomments {
  margin-top: 0;
}

#thecomments h2.badge,
#respond h2.badge {
  border-radius: 3px;
  background: #28CB75;
  padding: 7px 12px;
  display: table;
  margin: 0 auto;
  margin-top: -32px;
  font-size: 18px;
}

#addcomments {
  margin-top: 0;
}

/* Comments List */
ol.commentlist {
  margin: 0;
  padding: 0 20px;
}

.commentlist .comment-body {
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 0;
}

.comment-body a:hover {
  text-decoration: underline;
}

.comment-body a.comment-reply-link {
  background: #3190E7;
  margin: 0;
  text-decoration: none;
  color: #fff;
  padding: 3px 8px 4px;
  font-size: 11px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.comment-body a.comment-reply-link:hover {
  background: #6E6E6E;
}

ol.commentlist li {
  margin-top: 20px;
  list-style: none;
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}

ol.commentlist li ul.children {
  margin-bottom: 0px !important;
  margin-top: 25px !important;
}

ol.commentlist li ul.children li {
  border-bottom: 0;
  padding-left: 20px !important;
  margin: 10px 0;
  border-left: 1px solid #e8e8e8;
}

ol.commentlist li ul.children comment-body {
  padding: 15px 0 5px;
  margin: 10px 0 0;
  position: relative;
}

.reply {
  margin-bottom: 25px;
}

ol.commentlist img.avatar {
  margin-right: 20px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 48px;
}

ol.commentlist .comment-author {
  line-height: 25px;
  border: 0;
  width: 100%;
}

.comment-body h6 {
  font-style: normal;
  margin: 0;
  padding: 8px 0 0;
}

.comment-body h6 a {
  color: #6E6E6E;
}

.comment-body h6 a:hover {
  color: #3190E7;
  text-decoration: none
}

.comment-time {
  font-size: 12px;
  font-style: normal;
  color: #ccc;
}

.commentmetadata {
  clear: both;
  padding: 0;
  margin: 0;
}

.commentmetadata a {
  margin: 0;
  color: #000;
  text-decoration: underline;
}

.comment-body p {
  padding: 20px 0 6px;
  font-weight: 300;
}

.comment-body .comment-author.vcard {
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.comment-body ul,
.comment-body ol {
  padding: 0;
  margin: 0;
}

.comment-body ul li,
.comment-body ol li {
  padding: 7px 0;
  margin: 0;
  border: 0;
}

.comment-body ul li ul,
.comment-body ol li ol {
  padding: 7px 0 7px 7px;
  margin: 0;
  border: 0;
}

#reply-title {
  margin: 10px 0;
  padding: 0 0 5px;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.3;
  display: block;
  margin-bottom: -2px;
  font-weight: 700;
}

.comment-notes {
  padding-top: 25px;
  text-align: center;
}

form#commentform textarea {
  min-height: 150px;
}

form#commentform label,
form#commentform p {
  font-weight: 300;
}

form#commentform input#submit {
  background: #3190E7;
  margin-top: 0;
  color: #fff;
  padding: 9px 12px 10px;
  font-size: 16px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

form#commentform input#submit:hover {
  background: #6E6E6E;
}

/* ==================================
7 = Shortcodes
==================================== */

/* Tabs */

/* Big Horizontal Tabs */
.bigtabs.tabs-top-horizontal .tab-content {
  margin-top: 55px;
  padding: 40px 40px 55px;
  font-size: 16px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.bigtabs.tabs-top-horizontal .tab-content h4 {
  font-weight: 900;
  font-size: 34px;
  color: #666;
  display: block;
  margin: 0 0 30px;
  padding-bottom: 30px;
  letter-spacing: -0.05em;
  text-align: center;
  position: relative;
}

.bigtabs.tabs-top-horizontal .tab-content h4::after {
  background-color: #8C8C8C;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
}

.bigtabs.tabs-top-horizontal .tab-content p.subtitle {
  padding: 0 150px;
  text-align: center;
}

.bigtabs.tabs-top-horizontal>.nav-tabs {
  display: table;
  margin: 0 auto;
  border: 0;
}

.bigtabs.tabs-top-horizontal .tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none;
}

.bigtabs.tabs-top-horizontal .tab-content>.active,
.pill-content>.active {
  display: block;
}

.bigtabs.tabs-top-horizontal>.nav-tabs>li {
  float: left;
  border-radius: 4px;
  text-align: center;
  border: 0;
  min-width: 175px;
  margin: 0 8px;
  color: #fff;
  background: #fff;
  position: relative;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease-in-out 0s;
}

.bigtabs.tabs-top-horizontal>.nav-tabs>li .badge {
  font-size: 13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 8px;
  display: block;
  margin: 0 auto 15px;
  background: #28CB75;
}

.bigtabs.tabs-top-horizontal>.nav-tabs>li>a {
  margin-right: 0;
  color: #808080;
  padding: 25px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.bigtabs.tabs-top-horizontal>.nav-tabs>li>a:hover,
.bigtabs.tabs-top-horizontal>.nav-tabs>li>a:focus {
  border: 0;
  background: #28CB75;
  border-radius: 4px;
  color: #fff;
}

.bigtabs.tabs-top-horizontal>.nav-tabs .active>a,
.bigtabs.tabs-top-horizontal>.nav-tabs .active>a:hover,
.bigtabs.tabs-top-horizontal>.nav-tabs .active>a:focus {
  color: #fff;
  border-radius: 4px;
  border: 0;
  background: #28CB75;
  position: relative;
}

.bigtabs.tabs-top-horizontal>.nav-tabs>li>a:hover .badge,
.bigtabs.tabs-top-horizontal>.nav-tabs>li>a:focus .badge,
.bigtabs.tabs-top-horizontal>.nav-tabs .active>a .badge,
.bigtabs.tabs-top-horizontal>.nav-tabs .active>a:hover .badge,
.bigtabs.tabs-top-horizontal>.nav-tabs .active>a:focus .badge {
  color: #28CB75;
  background: #fff;
}

.bigtabs.tabs-top-horizontal>.nav-tabs .active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #28CB75;
  border-width: 10px;
  margin-left: -10px;
}

.bigtabs.tabs-top-horizontal .tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bigtabs.tabs-top-horizontal .tab-content ul li {
  padding: 5px 20px 5px 0;
  border-bottom: 1px solid #ccc;
}

.bigtabs.tabs-top-horizontal .tab-content ul li:last-child {
  border-bottom: 0;
}

.bigtabs.tabs-top-horizontal .tab-content ul li i {
  margin-right: 10px;
  color: #f67081;
}

/* Normal Horizontal Tabs */
.normaltabs.tabs-top-horizontal>.nav-tabs {
  border: 0;
}

.normaltabs .tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none;
}

.normaltabs .tab-content>.active,
.pill-content>.active {
  background: #fff;
  margin-top: 30px;
  padding: 18px 25px;
  display: block;
  border-radius: 4px;
  border: 1px solid #D3D6DA;
  box-shadow: 0px 8px 25px -17px rgba(0, 0, 0, 0.35), 0px 15px 0px -8px #fff, 0px 15px 0px -7px #D3D6DA, 0px 16px 25px -17px rgba(0, 0, 0, 0.35), 0px 30px 0px -15px #fff, 0px 30px 0px -14px #D3D6DA;
}

.normaltabs.tabs-top-horizontal>.nav-tabs>li {
  float: left;
  border-radius: 0;
  text-align: center;
  border: 0;
  margin: 0 3px;
  color: #fff;
  background: #fff;
  position: relative;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease-in-out 0s;
}

.normaltabs.tabs-top-horizontal>.nav-tabs>li>a {
  margin-right: 0;
  color: #808080;
  padding: 15px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.normaltabs.tabs-top-horizontal>.nav-tabs>li>a:hover,
.normaltabs.tabs-top-horizontal>.nav-tabs>li>a:focus {
  border: 0;
  background: #28CB75;
  border-radius: 0;
  color: #fff;
}

.normaltabs.tabs-top-horizontal>.nav-tabs .active>a,
.normaltabs.tabs-top-horizontal>.nav-tabs .active>a:hover,
.normaltabs.tabs-top-horizontal>.nav-tabs .active>a:focus {
  color: #fff;
  border-radius: 0;
  border: 0;
  background: #28CB75;
  position: relative;
}

.normaltabs.tabs-top-horizontal>.nav-tabs>li>a:hover .badge,
.normaltabs.tabs-top-horizontal>.nav-tabs>li>a:focus .badge,
.normaltabs.tabs-top-horizontal>.nav-tabs .active>a .badge,
.normaltabs.tabs-top-horizontal>.nav-tabs .active>a:hover .badge,
.normaltabs.tabs-top-horizontal>.nav-tabs .active>a:focus .badge {
  color: #28CB75;
  background: #fff;
}

.normaltabs.tabs-top-horizontal>.nav-tabs .active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #28CB75;
  border-width: 10px;
  margin-left: -10px;
}

/* Vertical Tabs */
.tabs-left-vertical .tab-content {
  padding: 0 0 0 50px;
  font-size: 16px;
  float: right;
  width: 85%;
  margin-top: 5px;
}

.tabs-left-vertical .tab-content h4 {
  font-weight: 900;
  font-size: 25px;
  display: block;
  margin: 0 0 20px;
}

.tabs-left-vertical .tab-content hr.small {
  margin: 21px 0;
  border-color: #d8d6d6;
}

.tabs-left-vertical>.nav-tabs {
  float: left;
  width: 15%;
  border: 0;
}

.tabs-left-vertical .tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none;
}

.tabs-left-vertical .tab-content>.active,
.pill-content>.active {
  background: #fff;
  margin: 0;
  padding: 18px 25px;
  display: block;
  border-radius: 4px;
  border: 1px solid #D3D6DA;
  box-shadow: 0px 8px 25px -17px rgba(0, 0, 0, 0.35), 0px 15px 0px -8px #fff, 0px 15px 0px -7px #D3D6DA, 0px 16px 25px -17px rgba(0, 0, 0, 0.35), 0px 30px 0px -15px #fff, 0px 30px 0px -14px #D3D6DA;
}

.tabs-left-vertical>.nav-tabs>li {
  float: left;
  border-radius: 0;
  text-align: left;
  display: block;
  width: 100%;
  border: 0;
  margin: 3px 0;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10), 0 15px 2px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease-in-out 0s;
}

.tabs-left-vertical>.nav-tabs>li>a {
  margin-right: 0;
  color: #808080;
  padding: 15px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.tabs-left-vertical>.nav-tabs>li>a:hover,
.tabs-left-vertical>.nav-tabs>li>a:focus {
  border: 0;
  background: #28CB75;
  border-radius: 0;
  color: #fff;
}

.tabs-left-vertical>.nav-tabs .active>a,
.tabs-left-vertical>.nav-tabs .active>a:hover,
.tabs-left-vertical>.nav-tabs .active>a:focus {
  color: #fff;
  border-radius: 0;
  border: 0;
  background: #28CB75;
  position: relative;
}

.tabs-left-vertical>.nav-tabs .active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(40, 203, 117, 0);
  border-left-color: #28CB75;
  border-width: 5px;
  margin-top: -5px;
}

/* accordion1 */
#accordion.style1 .panel {
  box-shadow: none !important;
  background: transparent;
}

#accordion.style1 .panel,
#accordion.style1 .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
  box-shadow: 0;
}

#accordion.style1 .panel-body {
  border-top: 0 !important;
}

#accordion.style1 .panel-heading {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  background: transparent;
  border-radius: 0;
  padding: 12px 0;
}

#accordion.style1 .panel-heading h4.panel-title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #808080;
}

#accordion.style1 .panel-heading h4.panel-title a:hover {
  color: #3190E7;
}

#accordion.style1 .panel-heading h4.panel-title i {
  margin: 2px 7px 0 0;
  vertical-align: middle;
  font-size: 19px;
  color: #3190E7;
}

#accordion.style1 .panel-body {
  padding: 15px 0;
  margin: 0;
}

#accordion.style1 .panel-body p {
  text-align: left;
  font-size: 16px;
  padding: 0 15px;
  margin: 0;
}

/* accordion2 */
#accordion.style2 .panel,
#accordion.style2 .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
  box-shadow: 0;
}

#accordion.style2 .panel-body {
  border-top: 0 !important;
}

#accordion.style2 .panel-heading {
  border: 0;
  background: #3190E7;
  border-radius: 0;
  padding: 12px 0;
}

#accordion.style2 .panel-heading:hover {
  background: #E57744;
}

#accordion.style2 .panel-heading h4.panel-title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

#accordion.style2 .panel-heading h4.panel-title a:hover {
  color: #fff;
}

#accordion.style2 .panel-heading h4.panel-title i {
  margin: 2px 15px 0 10px;
  vertical-align: middle;
  font-size: 19px;
  color: #fff;
}

#accordion.style2 .panel-body {
  padding: 15px 0;
  margin: 0;
}

#accordion.style2 .panel-body p {
  text-align: left;
  font-size: 16px;
  padding: 0 15px;
  margin: 0;
}

/* alerts */
.alert {
  border: 0;
  border-radius: 0;
}

.alert.alert-success {
  background: #85EFC7;
}

.alert.alert-info {
  background: #DBEFF6;
}

.alert.alert-warning {
  background: #FEFF91;
}

.alert.alert-danger {
  background: #DE6F4C;
  color: #fff;
}

/* blockquotes */
blockquote.blockquote-large {
  text-transform: uppercase;
  border: 0;
  padding: 0;
}

blockquote.blockquote-large p {
  font-size: 20px;
  font-weight: 700;
  color: #bcbaba;
}

blockquote.blockquote-large i {
  font-size: 30px;
}

blockquote.blockquote-border-top {
  text-transform: uppercase;
  border: 0;
  padding: 15px 0 0;
  border-top: 4px solid #3190E7;
}

blockquote.blockquote-border-top p {
  font-size: 20px;
  font-weight: 700;
}

blockquote.blockquote-colored {
  border-radius: 5px;
  padding: 25px;
  background: #3190E7;
  border: 0;
}

blockquote.blockquote-colored p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

blockquote.blockquote-colored p::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0;
  vertical-align: -30px;
}

blockquote.blockquote-colored p::after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0;
  vertical-align: -55px;
}

/* buttons */
.btn {
  transition: all 250ms ease-out 0s;
}

.btn.btn-default {
  background: #EAEDF2;
  border: 0;
  text-shadow: none;
}

.btn.btn-blue {
  background: #0238A1;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.btn.btn-green {
  background: #619B89;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.btn.btn-darkblue {
  background: #1E3549;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.btn.btn-red {
  background: #F43955;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.btn.btn-royalblue {
  background: #30A3FE;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.btn.btn-darkgray {
  background: #302E24;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.btn.btn-orange {
  background: #EF7841;
  color: #fff;
  border: 0;
  text-shadow: none;
}

.btn:hover {
  background: #666;
  color: #fff;
}

.btn.medium {
  font-size: 18px;
  padding: 10px 22px;
}

.btn.large {
  font-size: 24px;
  padding: 15px 30px;
}

.btn.rounded {
  border-radius: 30px;
}

.btn.rectangle {
  border-radius: 0;
}

/* progress bars */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.six-sec-ease-in-out {
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  -ms-transition: width 6s ease-in-out;
  -o-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}

.progressinfo {
  display: block;
  padding-bottom: 30px;
}

.progresstitle {
  float: left;
}

.progresspercent {
  float: right;
}

.progress {
  clear: both;
  overflow: hidden;
  height: 5px;
  margin-bottom: 30px;
  background: #f5f5f5;
  border-radius: 2px;
  box-shadow: none;
}

.progress.progress2 {
  height: 20px;
  margin-bottom: 20px;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 5px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: none;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress.progress2 .progress-bar {
  line-height: 20px;
  color: #ffffff;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress {
  position: relative;
}

.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px;
}

.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.progress.right .progress-bar {
  right: 0;
}

.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}

.progress.vertical {
  width: 20px;
  height: 100%;
  float: left;
  margin-right: 20px;
}

.progress.vertical.bottom {
  position: relative;
}

.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}

.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}

/* icon boxes */
.icon-box span.typcn {
  font-size: 70px;
  color: #3190E7;
}

.icon-box h3 {
  font-size: 13px;
  letter-spacing: .06em;
}

.icon-box p {
  font-size: 15px;
  letter-spacing: .02em;
}

.icon-box a.btn.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #3190E7;
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 400;
  padding: 7px 18px 8px;
  text-shadow: none;
}

.icon-box a.btn.btn-default:hover {
  background: #ffffff;
  color: #3190E7;
  border: 1px solid #3190E7;
}

.icon-box.alt1 {
  text-align: center;
}

.icon-box.alt1 p {
  padding: 0 8px;
}

.icon-box.alt2 .block-grid-item span.typcn {
  font-size: 54px;
  display: table-cell;
  line-height: 54px;
  float: left;
  margin-right: 15px;
}

.icon-box.alt2 .block-grid-item p {
  font-size: 15px;
}

.icon-box.alt2 .introtext-feature {
  overflow: hidden;
}

/* ==================================
8 = Shop
==================================== */

.shop_product_wrapper {
  padding: 20px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.shop_product_wrapper select.orderby {
  font-size: 14px;
  padding: 5px 15px;
  float: right;
  border: 1px solid #e8e8e8;
  margin: 0;
}

.shop_product_wrapper p.woocommerce-result-count {
  font-size: 14px;
  margin: 5px 0 0;
}

.products-grid .block-grid-item .shadow-effect {
  padding: 0;
}

.products-grid .block-grid-item {
  min-height: 300px;
  border-radius: 0;
  text-align: center;
  margin-bottom: 25px;
}

.products-grid .block-grid-item h3 {
  font-size: 15px;
  letter-spacing: .06em;
  margin: 20px auto 0;
  display: table;
  padding: 0 15px;
}

.products-grid .block-grid-item h6 {
  font-size: 15px;
  letter-spacing: .12em;
  margin: 6px 0;
  padding: 0;
  font-weight: 300;
}

.products-grid .block-grid-item h6 ins {
  text-decoration: none;
}

.products-grid .block-grid-item .product-details {
  padding: 10px 25px 25px;
}

.products-grid .block-grid-item .product-details a.btn.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #3190E7;
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 400;
  padding: 7px 18px 8px;
  text-shadow: none;
  margin-top: 12px;
}

.products-grid .block-grid-item .product-details a.btn.btn-default:hover {
  background: #ffffff;
  color: #3190E7;
  border: 1px solid #3190E7;
}

nav.products ul.pagination {
  display: table;
  margin: 45px auto;
}

nav.products ul.pagination li {
  font-size: 15px;
}

nav.products ul.pagination li a {
  color: #808080;
  padding: 10px 18px 9px;
}

nav.products ul.pagination li a:hover {
  background: #3190E7;
  color: #fff;
}

.sidebar.shop .alignleft.shop {
  float: left;
  padding-right: 15px;
  display: inline-block;
}

.sidebar.shop img.alignleft.shop {
  width: 80px;
  height: auto;
}

.sidebar.shop .widget span.price {
  font-size: 15px;
  letter-spacing: .12em;
  margin: 6px 0;
  padding: 0;
  font-weight: 300;
  display: block;
}

/* Product Single */
section.content.product-single {
  padding: 65px 0 0;
}

#single-product-carousel.owl-carousel {
  margin-top: 20px;
}

#single-product-carousel.owl-carousel .owl-controls {
  padding: 20px;
}

#single-product-carousel.owl-carousel .owl-controls .owl-nav [class*="owl-"] {
  background: #666666 none repeat scroll 0 0;
}

#single-product-carousel.owl-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #666666 none repeat scroll 0 0;
  color: #000;
  transform: translate3d(0px, -50%, 0px) scale(0.5);
}

#single-product-carousel.owl-carousel .owl-controls .owl-nav .disabled {
  opacity: 1;
}

#single-product-carousel.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #666666 none repeat scroll 0 0;
  height: 20px;
  margin: 0 3px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

#single-product-carousel.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
#single-product-carousel.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #3190E7 none repeat scroll 0 0;
  transform: translate3d(0px, -50%, 0px) scale(0.5);
}

.product-single-summary {
  padding: 0 0 0 35px;
  margin: 0;
}

.product-single h2 {
  font-size: 24px;
  text-align: left;
  padding-top: 0;
  margin-top: 0 !important;
}

.product-single hr.small {
  border: solid #3190E7;
  border-width: 1px 0 0;
  margin: 0;
  margin-top: 31px;
  margin-bottom: 31px;
  max-width: 70px;
}

.product-single h6.price {
  font-size: 19px;
  letter-spacing: .07em;
  background: #F3F5F7;
  padding: 11px 15px;
  display: table;
  width: auto;
  font-weight: 300;
  margin-bottom: 35px;
}

.product-single .quantity {
  margin: 35px 0 0;
}

.product-single .quantity .qty {
  width: 4.32em;
  text-align: center;
}

.product-single .cat-tags {
  margin: 35px 0 0;
}

.product-single .cat-tags p {
  margin: 0;
}

.product-single input[type="number"] {
  border-radius: 0;
  border: solid 1px #E7F0F6;
  background: #F3F5F7;
  outline: 0px;
  padding: 9px 8px;
  float: left;
  margin: 0 6px 0 0;
}

.product-single a.btn.btn-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #3190E7;
  color: #fff;
  font-size: 14px;
  letter-spacing: .06em;
  font-weight: 400;
  padding: 9px 18px;
  text-shadow: none;
}

.product-single a.btn.btn-default:hover {
  background: #ffffff;
  color: #3190E7;
  border: 1px solid #3190E7;
}

section.content.product-single-tabs {
  background: #F3F5F7;
  padding: 60px 0;
}

section.content.product-single-tabs .tab-content p {
  margin: 0;
}

section.content.product-single-tabs .tab-content .table-responsive table tr td:first-child {
  width: 30%;
  background: #f3f5f7;
}

#product-reviews .rate i {
  color: #28CB75;
}

#product-reviews form#commentform label,
form#commentform p {
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

#product-reviews form#commentform input#submit {
  background: #3190E7;
  margin-top: 0;
  color: #fff;
  padding: 9px 12px 10px;
  font-size: 16px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 12px;
}

#product-reviews form#commentform input#submit:hover {
  background: #6E6E6E;
}

#product-reviews form#commentform select {
  font-size: 18px;
  height: 55px;
  padding: 5px 15px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: none;
}

.content.shop-cart {
  padding: 65px 0 0;
}

.content.shop-cart .table-responsive table tr th {
  text-align: center;
  vertical-align: middle;
  background: #666666;
  color: #fff;
  border-color: #666;
  padding: 12px 0;
  border-top: 1px solid #666;
}

.content.shop-cart .table-responsive table tr td {
  text-align: center;
  vertical-align: middle;
}

.content.shop-cart .table-responsive table tr td img {
  width: 90px;
  height: auto;
}

.content.shop-cart .table-responsive table tr td a span.typcn {
  font-size: 30px;
  color: #ccc;
}

.content.shop-cart .table-responsive table tr td a span.typcn:hover {
  color: #3190E7;
}

.content.shop-cart .table-responsive {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.content.shop-cart .table-responsive table {
  margin-bottom: 0;
}

section.content.calculate-shipping {
  padding: 55px 0 130px;
}

section.content.calculate-shipping .shop-cart-bordered {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

section.content.calculate-shipping .shop-cart-bordered h3 {
  font-size: 21px;
  padding: 0 0 17px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
}

section.content.calculate-shipping .shop-cart-bordered input,
section.content.calculate-shipping .shop-cart-bordered select {
  margin-top: 9px;
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #f0e9e8;
  background: #F3F5F7;
  font-size: 13px;
}

section.content.calculate-shipping .shop-cart-bordered button {
  margin-top: 15px;
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
  width: auto;
  padding: 9px 17px;
}

.shop-cart-bordered span.cart-total {
  text-align: right;
  display: block;
}

.shop-cart-bordered hr {
  margin-top: 32px;
  margin-bottom: 32px;
}


/* ==================================
9 = Footer
==================================== */
section.footer {
  background: #666;
  padding: 60px 0;
  overflow: visible;
}

.footer-elements {
  margin-top: -120px;
}

.footer-element {
  /*background: #3190E7;*/
  background: #464898;
  padding: 8px 15px 15px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.footer-element span.typcn {
  font-size: 45px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-element p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.footer-element p span {
  display: block;
}

.footer-element p a {
  color: #fff;
}

.footer-widgets {
  margin-top: 42px;
}

.footer-widget {
  padding-right: 25px;
}

.footer-widgets .small-logo {
  margin: 10px 0 15px;
}

.footer-widgets p {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 0;
}

.footer-widgets h5 {
  font-size: 18px;
  color: #fff;
  margin: 12px 0 20px;
  padding: 0;
}

.footer-widgets h5 a {
  font-size: 18px;
  color: #fff;
  margin: 12px 0 20px;
  padding: 0;
  letter-spacing: 1px;
}

.footer-widgets ul.posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widgets ul.posts li {
  padding: 9px 0;
  border-bottom: 1px solid #747474;
  font-size: 15px;
}

.footer-widgets ul.posts li:first-child {
  padding-top: 0;
}

.footer-widgets ul.posts li:last-child {
  border-bottom: 0;
}

.footer-widgets ul.posts li a {
  color: #ccc;
  transition: all 250ms ease-out 0s;
}

.footer-widgets ul.posts li a:hover {
  color: #fff;
}

.footer-widgets ul.posts li span {
  display: block;
  font-size: 12px;
  margin-top: 3px;
  color: #B9B9B8;
}

#mc_embed_signup {
  margin-top: 15px;
}

#mc_embed_signup input[type="email"] {
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  box-shadow: 0;
}

#mc_embed_signup input[type="submit"] {
  margin-top: 5px;
  transition: all 250ms ease-out 0s;
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  box-shadow: 0;
  color: #fff;
  background: #28CB75;
}

#mc_embed_signup input[type="submit"]:hover {
  background: #808080;
}

/* Social Buttons ---------------------- */
.social-links {
  margin: 20px 0 0;
  padding: 0;
}

.social-links li {
  list-style: none;
  display: inline-table;
}

.social-links li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding-top: 7px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}

.social-links li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 35px #808080;
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  -webkit-transition: box-shadow 0.15s, -webkit-transform 0.15;
  transition: box-shadow 0.15s, transform 0.15s;
}

.social-links li a:hover::before {
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
  box-shadow: inset 0 0 0 35px #464898;
}

.copyright {
  padding: 15px 0;
  background: #525151;
}

.copyright p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 0;
  margin: 4px 0;
}

/* Back to Top Button  ----------------------- */
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 10000;
  height: 59px;
  width: 59px;
  background-color: #464898;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  -webkit-transition: box-shadow 0.15s, -webkit-transform 0.15;
  transition: box-shadow 0.15s, transform 0.15s;
}

#back-to-top i {
  padding-top: 20px;
  font-size: 17px;
}

#back-to-top:hover {
  background: #4126be;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}



/*======================portfolio-text-nov-start===============*/
.portfolio-text-nov {
  /*margin: 0 auto;*/
  /*width: 55%;*/
  margin: -0px 0px 0px -38px;
}

.portfolio-text-nov ul {
  list-style: none;
}

.portfolio-text-nov ul li {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  max-width: 550px;
  font-family: inherit;
}




/*======================portfolio-text-nov-end===============*/

/*===============why-us-box-start==============*/

#why-us-box
/*{width: 100%; background-color: #fff; overflow: hidden;}*/

  {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/why-us.jpg);
  /*background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll;
    min-width: 1263px;
    left: 0px;
    width: 1262px;
    background-position: 50% 5px;*/
  padding: 0px;
}

.why-us-color {
  width: 100%;
  background-color: #464898ba;
  padding: 30px;
}

.why-us-work {
  width: 100%;
  margin: 55px 0px 30px 0px;
}

.why-us-text {
  width: 100%;
}

.why-us-text p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
  font-weight: 300;
  /* text-align: center; */
  color: #fff;
}

.read-more-2 {
  padding: 11px 17px;
  /* float: right; */
  font-size: 14px;
  background: #464898;
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
  margin: 0 auto;
  display: table;
}

/*===============why-us-box-end==============*/




/*=================new-team-start=================*/

#team-box-1 {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 100px;
}

.team-box-1-work {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.email-taxt {
  width: 100%;
  margin: 20px 0px 0px 0px;
  overflow: hidden;
}

.email-taxt p {
  color: #5f5f5f;
  font-size: 15px;

}

.read-more {
  padding: 11px 17px;
  /* float: right; */
  font-size: 14px;
  background: #464898;
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;

}


.read-more-1 {
  padding: 11px 15px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
  margin: 0 auto;
  font-size: 14px;
  display: table;

  width: auto;
  word-wrap: break-word;
  max-width: 100%;

  float: right;

}

.read-more-1:hover {
  border: 1px solid #000;
  color: #000;
}

.btn-outline-primary {
  border: 1px solid #000;
  color: black;
}

.email-signature {
  /*background: linear-gradient(to right,#DBDBDB,#fff,#EAEAEA);*/
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 20px 20px 20px 240px;
  /*box-shadow: 0 0 2px #5f5f5f;*/
  position: relative;
  transition: all 0.3s;
}

/*.email-signature:hover{ box-shadow:0 0 10px #5f5f5f; }
.email-signature:before,
.email-signature:after{
    content:"";
    background: #5F5F5F;
    width: 2px;
    height: 90%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 220px;
}*/

/*.email-signature:after{
    background: transparent;
    width: 100%;
    height: 100%;
    border: 1px dashed #464898;
    opacity: 0;
    transform: translateY(0) scale(1);
    top: 0;
    left: 0;
    transition: all 0.3s;

}


.email-signature:hover:after{
    opacity: 1; 
    transform: translateY(0) scale(0.975,0.95);
    border: 1px dashed #464898;
}*/


.email-signature .signature-img {
  background: white;
  width: 150px;
  /*height: 165px;*/
  padding: 5px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 30px;
  /* -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}

/*
.email-signature .signature-img img{
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}*/

.email-signature .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 15px;
  left: 50px;
  z-index: 1;
}

.email-signature .icon li {
  display: inline-block;
}

.email-signature .icon li a {
  color: #fff;
  background: #5f5f5f;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  display: block;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: all 0.3s ease 0s;
}

.email-signature .icon li a:hover {
  background: #464898;
}

.email-signature .title {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  text-align: initial;
}

.email-signature .post {
  color: #464898;
  font-size: 13px;
  font-weight: 500;
  /*letter-spacing: 3px;*/
  text-transform: capitalize;
}

.email-signature .signature-content {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 30px;
  /*padding: 15px 0 20px;*/
  padding: 2px 0 0px;
  margin: 0;
  list-style: none;
}

.email-signature .signature-content li span {
  margin-right: 6px;
}

.email-signature .signature-website {
  color: #fff;
  background: #1ABB9A;
  text-align: center;
  padding: 5px 0;
  display: block;
}

@media screen and (max-width:576px) {
  .email-signature {
    padding: 250px 15px 20px;
  }

  .email-signature:before {
    width: 90%;
    height: 2px;
    transform: translateY(0) translateX(-50%);
    left: 50%;
    top: 235px;
  }

  .email-signature .signature-img {
    transform: translateX(-50%);
    left: 50%;
  }

  .email-signature .icon {
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    bottom: auto;
    top: 195px;
    left: 50%;
  }

  .email-signature .signature-details,
  .email-signature .signature-content {
    text-align: center;
  }

  .email-signature .title {
    font-size: 20px;
  }
}



/*=================new-team-end=================*/
#nitin1-box {
  background: #fff;
}

.nitin1-work {
  width: 100%;
}

.nitin1-img-box {
  width: 100%;
}

div#imgContainer {
  width: 250px;
  height: 250px;
  padding: 13px;
}

.nitin1-img img {
  width: 100%;
  overflow: hidden;
  opacity: 1;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition-duration: 0.8s;
}

.nitin1-img:hover img {
  filter: brightness(100%) contrast(100%) saturate(121%) blur(0px) hue-rotate(0deg);
}

.abc-img img {
  overflow: hidden;
  opacity: 1;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition-duration: 0.8s;
}

.abc-img:hover img {
  filter: brightness(100%) contrast(100%) saturate(121%) blur(0px) hue-rotate(0deg);
}





/*================FORM-START========================*/
#request {
  padding: 6rem 0;

  background: linear-gradient(rgba(249, 249, 251, 0.91), rgba(249, 249, 251, 0.91)), url(./../images/bg-map.png) no-repeat scroll center center;
  background-size: cover;
  color: #464898;
}

.request-work {
  width: 100%;
}

.map-single {
  width: 100%;
  height: 540px;
  border: 1px solid #464898;
  margin-bottom: 30px;
}


/*.form-bg{
    background: linear-gradient(to right,#014d6f 10%,#2b8e8b);
    font-family: 'Roboto', sans-serif;
    color: #fff;
}*/
.form-horizontal .form-group {
  margin-bottom: 30px;
}

.form-horizontal .form-control {
  /*background: transparent;*/
  border: 1px solid rgba(255, 255, 255, 0.5);
  /*height: 44px;*/
  line-height: 2;
  color: #464898;
  padding: 10px 15px;
  border: 1px solid #464898;
}

.form-horizontal .form-control:focus {
  border-color: #fff;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
  outline: 0 none;
}

.form-horizontal .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.form-horizontal .check {
  display: none;
}

.form-horizontal .check+label {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 10px 0;
  color: #fff;
  width: 48.4%;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
}

.form-horizontal #check2+label {
  margin-right: 0;
}

.form-horizontal .check:checked+label {
  background: #fff;
  color: #0062bd;
}

.form-horizontal select.form-control option {
  color: #000;
  background: #fff;
}

/*.contact-form textarea {
    background: #0f1341;
    color: #fff;
    min-height: 106px;
    max-height: 100px;
}*/

.form-horizontal .btn {
  color: #fff;
  background-color: rgb(70, 72, 152);
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.2s ease 0s;
}

/*.form-horizontal .btn:hover{
    color: #0062bd;
    background: #fff;
}*/
@media only screen and (max-width: 479px) {
  .check+label {
    width: 48%;
  }
}

/*================FORM-END========================*/

.site-quick-support {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  background: url(../images/sitemap.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}


@media screen and (max-width: 991px) {
  .site-quick-support {
    padding: 90px 0;
  }
}


/* Quick support container optional (with background image) */









/* ===================
 10 = Media Queries
 =================== */

/* For IE Edge (Spartan)  ----------------------- */
@supports (-ms-accelerator:true) {
  ::-webkit-input-placeholder {
    opacity: 0;
  }
}

/* End For IE Edge (Spartan)  ----------------------- */

@media only screen and (max-width: 767px) {
  .header ul.phone {
    margin: 0 auto;
    display: table;
    text-align: center;
  }

  .header ul.toplinks {
    margin: 12px auto 0;
    display: table;
    float: none;
    text-align: center;
  }

  .header ul.phone li,
  .header ul.toplinks li {
    font-size: 12px;
  }

  .header.header2 ul.phone li {
    float: none;
    margin-right: 0;
    display: block;
    text-align: center;
  }

  .header.header2 ul.phone li:first-child {
    border: 0;
  }

  #navigation {
    display: none;
  }

  .slicknav_menu {
    display: block;
    font-size: 13px;
    font-weight: 500;
    background: #29303C;
    border-bottom: 1px solid #494B4C;
    top: 0;
    z-index: 9999;
  }

  .slicknav_btn {
    font-size: 16px;
    background: #3190E7;
    border-radius: 5px;
    padding: 7px 10px;
    display: table;
    margin: 8px auto;
    float: none;
  }

  .slicknav_nav a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
  }

  .slicknav_nav a:hover {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #373f4b !important;
    color: #fff;
  }

  .slicknav_nav a {
    font-size: 14px;
  }

  .slicknav_nav a:hover {
    text-decoration: none;
  }

  .header .logonav {
    padding: 10px 20px;
    display: table;
    margin: 15px auto 0;
  }

  .header .logo {
    margin-top: 0;
    padding-left: 0;
    max-width: 230px;
    text-align: center;
  }

  #index-slider .sp-slide .hw-the-slider-captions {
    padding: 0 30px;
  }

  #index-slider .sp-slide h2 {
    font-size: 25px;
  }

  #index-slider.home2.owl-carousel .item h3 {
    font-size: 24px;
    padding-right: 45px;
  }

  #index-slider2 .sp-slide .hw-the-slider-captions {
    padding: 0 10px;
  }

  section.testimonials.home2 .shadow-effect:after {
    left: 18%;
  }

  #clients-carousel .item img {
    padding: 15px;
  }

  section.aboutus,
  section.numbers {
    background: #eaedf2;
    min-height: 0;
    padding-top: 55px;
  }

  section.calltoaction.home3 .shadow-effect {
    margin-top: 40px;
  }

  .footer-widget {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .footer-widget:last-child {
    margin-bottom: 0;
  }

  .image-mockup {
    margin-bottom: 70px;
    padding: 0;
    text-align: center;
  }

  section.services3-list .service-image,
  section.services3-list.gray .service-image {
    float: none;
  }

  section.services3-list .text-padding,
  section.services3-list.gray .text-padding {
    padding: 20px;
  }

  .about1-numbers .shadow-effect,
  #about1-slider {
    margin-bottom: 20px;
  }

  .normaltabs.tabs-top-horizontal>.nav-tabs>li {
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }

  .normaltabs.tabs-top-horizontal>.nav-tabs>li>a {
    padding: 10px 7px;
    font-size: 12px;
  }

  .skills-progressbars {
    padding-left: 0;
    margin-top: 50px;
  }

  #video-header .video-header-message h1 {
    font-size: 28px;
    padding: 0 20px;
  }

  .pricingtables .most-popular {
    top: 0;
  }

  section.services2 .blockquote-colored {
    margin: 30px 0;
  }

  .bigtabs.tabs-top-horizontal>.nav-tabs>li {
    float: left;
    min-width: 100%;
    display: block;
    margin: 20px 8px;
  }

  .bigtabs.tabs-top-horizontal .tab-content p.subtitle {
    padding: 0;
  }

  #about2-video .about2-video-container:after {
    background: #fff;
    opacity: 0;
  }

  .tabs-left-vertical .tab-content {
    padding: 0;
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .tabs-left-vertical>.nav-tabs {
    float: none;
    width: 100%;
  }

  .tabs-left-vertical>.nav-tabs .active:after {
    border-width: 0;
  }

  .negative-margin {
    margin-top: 35px;
  }

  .single-project .shadow-effect .element {
    margin-bottom: 20px;
  }

  #single-project-slider.owl-carousel .owl-controls {
    display: none;
  }

  .single-project .shadow-effect h3 {
    font-size: 12px;
  }

  .single-project .shadow-effect .single-project-elements {
    padding: 10px;
  }

  .single-project .shadow-effect hr.small {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .single-project .shadow-effect h4,
  .single-project-elements.elements h4 {
    max-width: 300px;
    font-size: 20px;
  }

  .sharing-buttons ul li {
    padding: 11px 2px 12px;
  }

  .sharing-buttons ul li i {
    font-size: 12px;
    width: 25px;
    height: 25px;
    padding: 6px 0 0 0;
  }

  span.prev,
  span.next {
    float: none;
    display: table;
    margin: 0 auto;
  }

  span.navto {
    margin: 22px auto;
  }

  #single-project-carousel.owl-carousel .owl-controls {
    display: none;
  }

  .blog article {
    padding-right: 0;
  }

  .blog article .post-content .themeta span {
    display: inline-block;
    margin: 0 10px 10px 0;
  }

  .blog nav ul.pagination li {
    font-size: 14px;
  }

  .blog nav ul.pagination li a {
    padding: 10px 12px 9px;
  }

  .author-gravatar img {
    max-width: 90px;
    display: table;
    margin: 0 auto 25px;
  }

  .shop_product_wrapper select.orderby {
    float: none;
    display: table;
    margin: 0 auto;
  }

  .shop_product_wrapper p.woocommerce-result-count {
    margin: 5px 0 12px;
    text-align: center;
  }

  section.content.calculate-shipping .shop-cart-bordered {
    margin-top: 22px;
  }
}

@media (min-width: 768px) {
  .block-grid-sm-1>.block-grid-item {
    width: 100%;
  }

  section.projects1 .block-grid-sm-3>.block-grid-item {
    width: 33.3%;
  }

  section.projects1 .block-grid-sm-4>.block-grid-item {
    width: 24.985%;
  }

  section.projects1 .block-grid-md-4>.block-grid-item {
    width: 24.985%;
  }

  section.projects2 .block-grid-sm-3>.block-grid-item {
    width: 33.3%;
  }

  section.projects2 .block-grid-sm-4>.block-grid-item {
    width: 24.985%;
  }

  section.projects2 .block-grid-md-4>.block-grid-item {
    width: 24.985%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .header .logo {
    margin-top: 22px;
  }

  .header.header2 ul.phone li:first-child {
    border: 0;
  }

  .header.header2 .logo {
    margin-top: 19px;
  }

  .sf-menu li a {
    padding: 25px 8px;
    font-size: 0.7em;
  }

  .sf-menu ul {
    min-width: 7.5em;
    *width: 7.5em;
  }

  .introtext .shadow-effect {
    padding: 10px;
  }

  .introtext .shadow-effect i {
    font-size: 50px;
  }

  .introtext .shadow-effect h3 {
    font-size: 13px;
    letter-spacing: .03em;
  }

  .introtext .shadow-effect p {
    font-size: 14px;
    letter-spacing: 0;
  }

  section.aboutus,
  section.numbers {
    padding-top: 115px;
  }

  section.calltoaction.home3 .cta-title {
    font-size: 14px;
    padding: 10px 15px;
  }

  .footer-element {
    padding: 15px 10px;
  }

  .footer-element p {
    font-size: 13px;
  }

  .footer-widget {
    padding-right: 5px;
  }

  .services1-grid .block-grid-item h3 {
    font-size: 11px;
  }

  section.services3-list .service-image,
  section.services3-list.gray .service-image {
    float: none;
  }

  section.services3-list .text-padding,
  section.services3-list.gray .text-padding {
    padding: 20px;
  }

  #about1-slider {
    margin-bottom: 20px;
  }

  .skills-progressbars {
    padding-left: 0;
    margin-top: 50px;
  }

  #about2-video .about2-video-container {
    min-height: 360px;
  }

  #about2-video .about2-video-container .videocaption .videocaption-content {
    padding: 15px;
    outline-offset: -8px;
  }

  #about2-video .about2-video-container .videocaption .videocaption-content h2 {
    font-size: 22px;
  }

  #about2-video .about2-video-container .videocaption .videocaption-content hr {
    margin: 13px auto;
  }

  #about2-video .about2-video-container .videocaption .videocaption-content p {
    font-size: 13px;
    margin-top: 15px;
  }

  section.services2 .blockquote-colored {
    margin: 30px 0;
  }

  .bigtabs.tabs-top-horizontal>.nav-tabs>li {
    margin: 0 3px;
    min-width: 150px;
  }

  .tabs-left-vertical .tab-content {
    width: 80%;
  }

  .tabs-left-vertical>.nav-tabs {
    width: 20%;
  }

  .single-project .shadow-effect .single-project-elements {
    padding: 10px;
  }

  .about1-numbers.contact span a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1025px) {
  .services1-grid .block-grid-item h3 {
    font-size: 15px;
  }

  #about2-video .about2-video-container {
    min-height: 450px;
  }

  .negative-margin {
    margin-top: -35px;
  }
}

@media only screen and (max-width: 1025px) {
  #search form {
    left: 5%;
    right: 5%;
  }

  #search input[type="search"] {
    font-size: 35px;
  }

  #index-slider2 .sp-slide.sp-selected .title-frame {
    width: 100%;
  }
}

@media only screen and (min-width: 1026px) and (max-width: 1601px) {
  #index-slider2 .sp-slide.sp-selected .title-frame {
    width: 80%;
  }

  #index-slider2 .sp-slide .hw-the-slider-captions {
    padding: 0 40px;
  }
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/*===============why-us-box-start==============*/

#vission-box {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.vission-work {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.vission-text {
  width: 100%;
}

.vission-text p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
  font-weight: 300;
  color: #000;
}

/*===============why-us-box-end==============*/

/*===============why-us-box-start==============*/

#nitin-box {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.nitin-work {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.nitin-text {
  width: 100%;
}

.nitin-text p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
  font-weight: 300;
  color: #000;
}

.team-infrasturcture .fa {
  font-size: 8px;
}




ul li {
  margin: 0px;
  padding: 0px;
  text-indent: em;
  margin-left: 0.5em;
  color: black;
}

/*===============why-us-box-end==============*/




@media screen and (max-width: 767px) {
  .finance-about {
    padding-top: 30px;
  }
}



@media screen and (max-width: 990px) {
  .site-about .left-colom {
    width: 100%;
    text-align: center;
  }
}




@media screen and (max-width: 990px) {
  .site-about .left-colom figure {
    text-align: center;
  }
}



.aboutus-text {
  text-align: justify;
}

#index-slider2 {
  height: 500px;
  /* or any value you want */
  overflow: hidden;
}

#index-slider2 .sp-slides,
#index-slider2 .sp-slide,
#index-slider2 .sp-image {
  height: 100%;
}

#index-slider2 .sp-slide {
  background-size: cover;
  background-position: center center;
}

#index-slider2 .sp-buttons {
  margin-top: -66px !important;


}


.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.cookie-btn-accept {
  background: #28CB75;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  transition-duration: 300ms;
}

.cookie-btn-accept:hover {
  background: #fff;
  color: #464898;
  border: 1px solid #464898;

}

.cookie-btn-decline {
  background: #fff;
  color: #464898;
  border: 1px solid #464898;
  padding: 5px 10px;
  transition-duration: 300ms;
}

.cookie-div {
  width: 400px;
  border-radius: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #464898;
  margin-left: 5px;
  margin-bottom: 5px;
  z-index: 9999;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.footer-img {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}