/* -----------------------------------------------------------
CONTENT:

html and responsive content
reset
general classes
overlay
easy social icons plugin
menu
WordPress Core
buttons
testimonials
cta
video box
tabs special
flickity gallery carousel
team
team social icons
gallery filter isotope one and two 
gallery filter isotope three and four
single page
blog home
blog pages
address
list box
footer
sidebar and widgets
king composer plugin customization
contact form plugin
woocommerce
------------------------------------------------------------*/

/********* html5 and responsive content *********/
header,
nav,
article,
section,
aside,
footer {
  display: block;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  width: auto;
}
/*** for wp post and pages responsive images important! ***/
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
  height: auto;
}
embed,
object,
video {
  max-width: 100%;
}
/*** for iframe responsive ***/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 500px) {
  .iframe-container iframe {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
/********* html5 and responsive content end *********/
/********* reset *********/
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: #333333;
}
a:link:hover,
a:visited:hover {
  color: #333333;
}
ul,
ol {
  margin: 0 0 6px 0;
  padding-left: 6px;
  line-height: 1.8;
}
ul li,
ol li,
li {
  margin: 0 0 12px 0;
  padding: 0;
}
i {
  color: #555555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}
h1 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.6;
}
h2 {
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1.6;
}
h3 {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.6;
}
h4 {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.8;
}
h5 {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.8;
}
h6 {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.8;
}
p {
  color: #555555;
  font-size: 14px;
  font-family: "open sans", sans-serif;
  font-weight: 400;
  margin-bottom: 18px;
}
br {
  display: block;
  margin: 0 0 12px 0;
}
input {
  padding: 6px 12px;
  max-width: 100%!important;
}
input,
select {
  width: 100%;
  float: left;
  max-width: 300px;
  border: 1px solid #f0f0f0;
  outline: none;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.search-form {
  position: relative;
  height: auto;
  width: 100%;
  background: transparent!important;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.search-form input.search-submit {
  position: absolute;
  right: 0;
  height: 34px;
  width: 27px;
  border: none;
  background: transparent url(assets/images/search.png) center left no-repeat;
}
/**IMPORTANT CLASS FOR METABOXES!**/
.hide {
  display: none!important;
}
.show {
  display: inline-block !important;
}
/***bootstrap fix important!***/
.col-five-columns {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
@media (max-width: 992px) {
  .col-five-columns {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-five-columns {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .pull-right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .navbar-fixed-top {
    position: relative!important;
  }
}
/***bootstrap fix important end ***/
kbd {
  color: #919193;
  background: transparent;
  box-shadow: none;
}
/*************** reset end ********************/
/************ general classes ************/
/* fix for admin bar overlaps header */
.admin-bar .headhesive {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .headhesive {
    top: 0;
  }
}
/* fix for admin bar overlaps header end*/
.error-box {
  width: 100%;
  float: left;
  margin: 12px auto;
  border: 1px solid #ed371f;
  background: #f5cec9;
  padding: 15px;
}
html,
body {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-family: "open sans", "arial", sans-serif;
  line-height: 1.8;
  background: #fff;
  letter-spacing: 0.5px;
  background-attachment: fixed;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  body {
    padding: 0 10px;
  }
}
::selection {
  background: #333333;
  color: #fff;
}
::-moz-selection {
  background: #333333;
  color: #fff;
}
.wrapper100percent {
  float: left;
  width: 100%;
}
.divider-space1 {
  width: 100%;
  float: left;
  height: 1px;
  padding: 24px;
}
.divider-space2 {
  width: 100%;
  float: left;
  height: 1px;
  padding: 48px;
}
.divider-space3 {
  width: 100%;
  float: left;
  height: 1px;
  padding: 72px;
}
.divider-space4 {
  width: 100%;
  float: left;
  height: 1px;
  padding: 96px;
}
.divider-line {
  width: 100%;
  float: left;
  border-bottom: #f0f0f0 2px solid;
}
.divider-line2 {
  margin: 0 auto -2px auto;
  width: 50px;
  border-bottom: #333333 2px solid;
}
.nopadding {
  padding-right: 0;
  padding-left: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.tp-caption {
  background: transparent!important;
  padding: 0!important;
}
/*** loader ***/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}
.preloader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border: 12px solid #f0f0f0;
  border-top: 12px solid #333333;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*** loader end ***/
.mainheadlinewrapper {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.mainheadlinewrapper .mainheadline h2.headline,
.mainheadlinewrapper .mainheadline h3.headline,
.mainheadlinewrapper .mainheadline h1.headline,
.mainheadlinewrapper .mainheadline h4.headline,
.mainheadlinewrapper .mainheadline h5.headline,
.mainheadlinewrapper .mainheadline h6.headline {
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 30px;
  font-weight: 700;
}
.mainheadlinewrapper .mainheadline h3.subheadline,
.mainheadlinewrapper .mainheadline h2.subheadline,
.mainheadlinewrapper .mainheadline h1.subheadline,
.mainheadlinewrapper .mainheadline h4.subheadline,
.mainheadlinewrapper .mainheadline h5.subheadline,
.mainheadlinewrapper .mainheadline h6.subheadline {
  max-width: 1000px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.8;
  font-family: "open sans";
  margin-left: 15%;
  padding-left: 24px;
  color: #555555;
  border-left: 2px solid #555555;
  font-size: 14px;
}
.mainheadlinewrapper .mainheadline.text-center {
  text-align: center;
}
.mainheadlinewrapper .mainheadline.text-center h3.subheadline,
.mainheadlinewrapper .mainheadline.text-center h2.subheadline,
.mainheadlinewrapper .mainheadline.text-center h1.subheadline,
.mainheadlinewrapper .mainheadline.text-center h4.subheadline,
.mainheadlinewrapper .mainheadline.text-center h5.subheadline,
.mainheadlinewrapper .mainheadline.text-center h6.subheadline {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  border-left: none;
  font-size: 14px;
  color: #555555;
}
.mainheadlinewrapper2 {
  float: left;
  width: 100%;
  padding: 50px 50px 40px 50px;
  text-align: center;
  border: 12px solid #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainheadlinewrapper2 .mainheadline2 h2.headline,
.mainheadlinewrapper2 .mainheadline2 h3.headline,
.mainheadlinewrapper2 .mainheadline2 h1.headline,
.mainheadlinewrapper2 .mainheadline2 h4.headline,
.mainheadlinewrapper2 .mainheadline2 h5.headline,
.mainheadlinewrapper2 .mainheadline2 h6.headline {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mainheadlinewrapper2 {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .mainheadlinewrapper2 .mainheadline2 h2.headline,
  .mainheadlinewrapper2 .mainheadline2 h3.headline,
  .mainheadlinewrapper2 .mainheadline2 h1.headline,
  .mainheadlinewrapper2 .mainheadline2 h4.headline,
  .mainheadlinewrapper2 .mainheadline2 h5.headline,
  .mainheadlinewrapper2 .mainheadline2 h6.headline {
    font-size: 22px;
    letter-spacing: 5px;
  }
}
.wrapper100percent {
  width: 100%;
  float: left;
}
.special-list {
  padding-left: 0;
}
.special-list li {
  list-style: none;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.8;
  font-family: "open sans";
  font-size: 14px;
}
.special-list li i {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
}
.largecaption {
  text-align: center;
}
.largecaption h2 {
  font-size: 45px;
  margin-bottom: 25px;
  font-weight: 700;
}
.largecaption h3 {
  font-size: 18px;
  font-family: "open sans";
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 500px) {
  .largecaption h2 {
    font-size: 30px;
  }
  .largecaption h3 {
    font-size: 14px;
    text-transform: uppercase;
  }
}
.largecaption.capwhite {
  text-align: center;
}
.largecaption.capwhite h2 {
  color: #fff;
}
.largecaption.capwhite h3 {
  color: #fff;
}
/* fix for containers */
.kc-container {
  width: 100%;
  max-width: 1370px!important;
  margin: 0 auto;
  padding-left: 0!important;
  padding-right: 0!important;
  box-sizing: border-box;
}
.container {
  max-width: 1370px!important;
  width: 100%!important;
}
/* fix for containers end */
/* custom classes for page builder */
.spacedfont p {
  font-family: "open sans";
}
.borderspecial {
  border: 12px solid #f0f0f0;
}
/* custom classes for page builder end */
/********* general classes end *********/
/************** overlay ***************/
/* search */
.overlay1-content2 {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: left;
}
.overlay1-search .search-form {
  position: relative;
  max-width: 2000px;
  width: 80%!important;
  margin: 0 auto;
  float: none;
  height: auto;
  color: #fff!important;
  background: transparent;
  border-top: none;
  border: none;
  border-radius: 0;
  opacity: 1!important;
}
.overlay1-search .search-form label {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: bold;
  opacity: 1!important;
}
.overlay1-search .search-form input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 35px;
  border: none;
  opacity: 1!important;
  background: url(assets/images/searchwhite.png) bottom left no-repeat;
}
.overlay1-search .search-form input.search-field {
  max-width: 2000px!important;
  width: 100%!important;
  font-size: 30px;
  margin-top: 5px;
  font-family: montserrat;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #fff;
  font-weight: normal;
  background: transparent;
  opacity: 1!important;
}
.overlay1-search .search-form input.search-field:hover,
.overlay1-search .search-form input.search-field:focus {
  border-bottom: 3px solid #fff;
}
.overlay1-search .search-form input.search-field::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1!important;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  font-family: montserrat;
}
.overlay1-search .search-form input.search-field::-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1!important;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  font-family: montserrat;
}
.overlay1-search .search-form input.search-field:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1!important;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  font-family: montserrat;
}
.overlay1-search .search-form input.search-field:input:-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1!important;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  font-family: montserrat;
}
.overlay1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 0%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay1-content1 {
  position: relative;
  top: 25%;
  width: 100%;
  /**** first navigation in overlay ****/
  /** first navigation in overlay end ***/
  /** menu dropdown second and third level in overlay **/
  /** menu dropdown second and third level in overlay end **/
}
.overlay1-content1 .navbar {
  margin: 0;
}
.overlay1-content1 .navbar .navigation {
  width: 100%;
}
.overlay1-content1 .navbar .nav {
  width: 100%;
  text-align: center;
}
.overlay1-content1 .navbar .nav > li {
  display: block;
  width: 100%;
  float: left;
}
.overlay1-content1 .navbar .nav > li > a:link,
.overlay1-content1 .navbar .nav > li > a:visited {
  margin: 6px 18px;
  padding: 0 6px;
  background: transparent;
  font-size: 30px;
  font-weight: 400;
  font-family: montserrat;
  text-transform: none;
  color: #fff;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay1-content1 .navbar .nav > li > a:hover {
  opacity: 1;
}
.overlay1-content1 .navbar .nav > li > a:after {
  content: '';
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
}
.overlay1-content1 .navbar .nav > li > a:hover:after {
  left: 0;
  right: 0;
  height: 0;
}
.overlay1-content1 .navbar .nav > li > a:before {
  position: relative;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.overlay1-content1 .navbar .nav > li > a:hover {
  color: #fff;
}
.overlay1-content1 .navbar .nav > li:hover,
.overlay1-content1 .navbar li.active {
  color: #fff;
}
.overlay1-content1 .navbar .navbar-nav > .active > a:link,
.overlay1-content1 .navbar .navbar-nav > .active > a:visited,
.overlay1-content1 .navbar .navbar-nav > .active > a:hover,
.overlay1-content1 .navbar .navbar-nav > .active > a:focus {
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.overlay1-content1 .navbar .navbarinner ul > li > ul {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  width: 100%;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.overlay1-content1 .navbar .navbarinner ul > li > ul li {
  margin: 0;
}
.overlay1-content1 .navbar .navbarinner ul > li > ul li > a:link,
.overlay1-content1 .navbar .navbarinner ul > li > ul li > a:visited {
  display: block;
  padding: 12px 18px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  background: transparent;
  font-size: 18px;
  font-family: montserrat;
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
}
.overlay1-content1 .navbar .navbarinner ul > li > ul li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.overlay1-content1 .navbar .navbarinner ul > li > ul .active > a,
.overlay1-content1 .navbar .navbarinner ul > li > ul .active > a:hover,
.overlay1-content1 .navbar .navbarinner ul > li > ul .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
.overlay1-content1 .navbar .navbarinner ul > li > ul > li > ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  box-shadow: none;
  border: none;
}
.overlay1-content1 .navbar .navbarinner ul > li > ul > li > ul li > a:link,
.overlay1-content1 .navbar .navbarinner ul > li > ul > li > ul li > a:visited {
  font-size: 14px;
  font-weight: 400;
}
.overlay1-content1 .navbar .navbarinner ul > li:last-child > ul > li > ul {
  position: absolute;
  top: 0;
  left: -150px;
  min-width: 150px;
}
.overlay1-content1 .navbar .navbarinner ul > li:last-child > ul > li > ul li {
  text-align: right;
}
.overlay1-content1 .navbar .navbarinner .open > ul {
  display: block;
  max-height: 3000px;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay1-content1 .navbar .navbarinner .open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay1-content1 .navbar .navbarinner .dropdown-menu {
  position: relative;
  z-index: 1000;
  opacity: .3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.overlay1 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #555555;
  display: block;
  transition: 0.3s;
}
.overlay1 a:hover,
.overlay1 a:focus {
  color: #fff;
}
.overlay1 .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay1 {
    overflow-y: auto;
  }
  .overlay1 a {
    font-size: 20px;
  }
  .overlay1 .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/************** overlay end **************/
/******************** easy social icons plugin ****************************/
ul.cnss-social-icon li.cn-fa-icon a i {
  color: #fff!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-dropbox {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-foursquare {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-google-plus {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-google-plus-circle {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-google-plus-official {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-google-plus-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-google-wallet {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-google {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-internet-explorer {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-pinterest {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-pinterest-p {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-pinterest-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-slideshare {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-trello {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-windows {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-yelp {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-apple {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-bluetooth {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-drupal {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-f {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-official {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-html5 {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-medium {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-opera {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-quora {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-reddit {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-spotify {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-vine {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-wordpress {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-xing {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-xing-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-yahoo {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-css3 {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-digg {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-edge {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-etsy {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-joomla {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-skype {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-tumblr {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-tumblr-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-whatsapp {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-android {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-behance {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-behance-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-dribbble {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-expeditedssl {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-forumbee {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-get-pocket {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-hacker-news {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-maxcdn {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-vimeo {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-vimeo-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-github {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-github-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-git {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-git-square {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-rss {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-tripadvisor {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-500px {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-angellist {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-amazon {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-bandcamp {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-bitbucket {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-cc-visa {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-cc-amex {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-cc-mastercard {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-cc-paypal {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-cc-stripe {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-codepen {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-delicious {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-deviantart {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-firefox {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-flickr {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-free-code-camp {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-gitlab {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-gratipay {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-houzz {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-imdb {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-lastfm {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-linux {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-meetup {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-odnoklassniki {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-paypal {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-product-hunt {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-scribd {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-slack {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-snapchat {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-soundcloud {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-stack-exchange {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-stack-overflow {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-steam {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-stumbleupon {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-telegram {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-twitch {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-viadeo {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-wechat {
  background-color: transparent!important;
}
.top1 ul.cnss-social-icon li.cn-fa-icon a.cnss-wikipedia-w {
  background-color: transparent!important;
}
/**************** easy social icons plugin end ****************************/
/********** menu **************/
.top1 {
  background: #333333;
}
.top2 {
  padding: 48px 0 12px 0;
  background: #fff;
}
/** icons for overlay **/
.featureicons {
  margin: 4px 0 0 0;
}
.featureicons span {
  display: inline-block;
  float: right;
  font-size: 14px;
  cursor: pointer;
  margin: 8px 0 12px 24px;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featureicons span:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .featureicons {
    margin-right: 25px;
  }
}
.featureicons.featureicons2 {
  margin-top: 28px;
  margin-right: 0;
}
.featureicons.featureicons2 span {
  display: inline-block;
  float: right;
  margin-left: 25px;
  margin-bottom: 32px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/** icons for overlay end **/
/** menu dropdown second and third level **/
.navbar .navbarinner ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 18px 0;
  margin: 23px 0 0 0;
  text-align: left;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.navbar .navbarinner ul > li > ul li {
  margin: 0;
}
.navbar .navbarinner ul > li > ul li > a:link,
.navbar .navbarinner ul > li > ul li > a:visited {
  display: block;
  padding: 12px 50px 12px 18px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  background: transparent;
  font-size: 14px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.navbar .navbarinner ul > li > ul li > a:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
.navbar .navbarinner ul > li > ul li > a.open {
  color: #333333;
}
.navbar .navbarinner ul > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: 1px;
  margin-top: -57px;
}
.navbar .navbarinner ul > li:last-child > ul > li > ul {
  position: absolute;
  top: 0;
  left: -150px;
  min-width: 150px;
}
.navbar .navbarinner ul > li:last-child > ul > li > ul li {
  text-align: right;
}
.navbar .navbarinner .open > ul {
  display: block;
  max-height: 3000px;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbarinner .menu__list > li.open > .dropdown-menu {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  opacity: 1;
}
.navbar .navbarinner .open > .dropdown-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.navbar .navbarinner .menu__list > li > .dropdown-menu {
  opacity: .3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/** menu dropdown second and third level end **/
@media (max-width: 992px) {
  .top2 .navbarinner .nav {
    display: none;
  }
}
/*** navbar-brand class is for logo image ***/
.navbar-brand {
  padding: 0;
  margin-top: 0;
  height: auto;
}
.navbar-brand img {
  max-width: 350px;
}
.navbar-brand hgroup.sitetitle {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 48px;
}
.site-logo {
  margin-bottom: 40px;
}
/** text instead logo **/
h2.site-title {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: -3px;
}
h2.site-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  font-family: "open sans";
}
/** text instead logo end **/
/**** first navigation ****/
.navbar {
  text-align: center;
  margin: 0;
}
.navbar .navigation {
  text-align: center;
  width: 100%;
}
.navbar .nav {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.navbar .nav > li {
  display: inline-block;
  float: none;
}
.navbar .nav > li > a:link,
.navbar .nav > li > a:visited {
  position: relative;
  display: inline-block;
  margin: 0 12px 8px 12px;
  padding: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  font-family: montserrat;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
/* standard menu */
@media (min-width: 993px) {
  .navstandard {
    padding-top: 30px;
  }
}
.top2.top2navstandard .site-logo img {
  padding: 7px 0 0 0;
}
/* standard menu end */
/* agency menu */
.top2agency.top2agency1 {
  position: relative;
}
.top2agency {
  position: absolute;
  z-index: 1000;
  margin-top: 30px;
  background: transparent!important;
}
.top2agency .featureicons {
  margin: 0;
}
.top2agency .featureicons span {
  display: inline-block;
  float: right;
  font-size: 18px;
  cursor: pointer;
  margin: 25px 0 12px 24px;
  line-height: 1;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top2agency .featureicons span:hover {
  opacity: 0.6;
}
@media (max-width: 500px) {
  .top2agency .col-xs-6 {
    width: 100%;
  }
  .top2agency .featureicons {
    margin: 0 0 12px 0;
  }
  .top2agency .featureicons span {
    margin: 0 0 25px 25px;
  }
}
/* agency menu end */
/******************** menu end ********************/
/********* WordPress Core *********/
/*** wordpress tables ***/
dl {
  margin-bottom: 12px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 12px;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 12px;
}
/*** wordpress tables end ***/
.gallery-caption,
.bypostauthor {
  margin: auto;
}
.postnavigation {
  width: 100%;
  float: left;
  margin: 25px 0;
  text-transform: uppercase;
  font-family: montserrat;
  color: #333333;
}
.postnavigation .postnavigation-previous {
  float: left;
  width: 50%;
}
.postnavigation .postnavigation-next {
  float: left;
  width: 50%;
  text-align: right;
}
.postnavigation a {
  display: inline-block;
  font-size: 15px;
  font-family: montserrat;
  color: #333333;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0;
}
.sticky .blog-title a {
  display: block;
  width: 100%;
  float: left;
  padding: 12px;
  text-align: center;
  color: #fff!important;
  background: #333333;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.post-password-form label,
.post-password-form input {
  min-width: 100%!important;
  float: left;
}
/********** WordPress Core End **********/
/************ buttons ************/
.button1 a:link,
.button1 a:visited {
  display: inline-block;
  text-wrap: none;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  border: none;
  font-family: montserrat;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button1 i {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a.color1 {
  background-color: #333333;
  border: 2px solid #333333;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a.color1 i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a.color2 {
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a.color2 i {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a:hover,
.button1 a.color1:hover {
  background-color: transparent;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a:hover i,
.button1 a.color1:hover i {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a.color2:hover {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a.color2:hover i {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button1 a:hover i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.button1.small a {
  font-size: 10px;
  padding: 10px 18px 9px 18px;
}
.button1.normal a {
  font-size: 12px;
  padding: 12px 20px;
}
.button1.large a {
  font-size: 14px;
  padding: 14px 25px;
}
.loadingbutton {
  text-align: center;
}
.loadingbutton i {
  margin: 0 auto;
  font-size: 35px;
}
/************ buttons end ************/
/************ testimonials ************/
.testimonials .testimonialsinner {
  width: 100%;
  float: left;
  text-align: center;
}
.testimonial i {
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
}
.testimonial h6 {
  text-transform: uppercase;
  font-family: "open sans";
  font-size: 12px;
  margin-bottom: 25px;
  color: #999999;
  font-weight: 500;
}
.testimonial h4 {
  font-size: 14px;
  font-family: "open sans";
  font-weight: 400;
  margin-bottom: 25px;
}
.testimonial i {
  font-size: 25px;
}
.testimonial img {
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
  margin-bottom: 25px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
/************ testimonials end ************/
/*********** cta **********/
.cta {
  width: 100%;
  float: left;
  background: #333333;
  padding: 50px;
}
.cta h2 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 600;
  max-width: 80%;
  color: #fff;
}
.cta h3 {
  font-weight: 400;
  margin-bottom: 12px;
  font-family: "open sans";
  font-size: 14px;
  line-height: 1.8;
  max-width: 80%;
  color: #fff;
}
.cta .button1 a {
  border: 2px solid #fff;
  background: #fff;
  color: #333333;
}
.cta .button1 a i {
  color: #333333;
}
@media (max-width: 767px) {
  .cta {
    padding: 25px;
  }
}
/*********** cta end **********/
/************** video box **************/
.video-box {
  position: relative;
  z-index: 1;
  background: #fff;
  background-size: 100% auto;
  height: 550px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-box .video-box-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -50px;
}
.video-box .video-box-button i {
  font-size: 100px;
  color: #333333;
}
.video-box p {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 600;
}
.video-box .video-text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 60px;
  width: 100%;
  float: left;
}
@media (max-width: 992px) {
  .video-box {
    height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .video-box {
    height: 300px;
    max-width: 90%;
  }
}
@media (max-width: 400px) {
  .video-box {
    height: 220px;
  }
}
/************** video box end **************/
/************ tabs special ****************/
ul.tabs-special {
  position: relative;
  z-index: 5;
  margin-bottom: -170px;
  list-style: none;
}
ul.tabs-special li {
  padding: 12px 0 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  ul.tabs-special li {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  ul.tabs-special li {
    width: 100%!important;
  }
}
@media (max-width: 992px) {
  ul.tabs-special {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 25px;
  }
}
ul.tabs-special .tabs-special-inner {
  width: 100%;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #f0f0f0;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
ul.tabs-special .tabs-special-inner a {
  display: block;
  padding: 0;
}
.tab-content-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .tab-content-wrapper {
    margin-top: 0;
  }
}
ul.tabs-special .tabs-special-inner i {
  float: left;
  display: inline-block;
  font-size: 18px;
  padding: 6px 12px 10px 0;
}
ul.tabs-special .tabs-special-inner h2 {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  font-family: "open sans";
  line-height: 2.2;
}
ul.tabs-special li .tabs-special-inner a:hover i {
  opacity: 1;
  border-bottom: 2px solid #555555;
}
ul.tabs-special li.active .tabs-special-inner i {
  opacity: 1;
  color: #333333;
  border-bottom: 2px solid #555555;
}
ul.tabs-special li.active .tabs-special-inner h2 {
  display: inline-block;
  opacity: 1;
}
.tabs-special-panes {
  width: 100%;
  float: left;
  margin: 25px 0 0 0!important;
  text-align: left;
}
.tabs-special-panes .right {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.tabs-special-panes img {
  margin-bottom: 25px;
}
/************* tabs special end **************/
/*********** flickity gallery carousel ****************/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  z-index: 10;
  top: 110%;
  width: 25px;
  height: 25px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.flickity-prev-next-button.previous {
  right: 50%;
}
.flickity-prev-next-button.next {
  left: 50%;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  z-index: 100;
  width: 100%;
  float: left;
  bottom: 0;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  position: relative;
  z-index: 100;
  width: 25px;
  height: 6px;
  margin: -25px 7px;
  opacity: 0.5;
  background: #333333;
  cursor: pointer;
}
.flickity-page-dots .dot:hover {
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  background: #333333;
  opacity: 1;
  cursor: auto;
}
.gallery--not-counting .gallery-cell:before {
  content: none;
}
.gallery--full-width .gallery-cell {
  width: 100%;
}
.gallery--half-width .gallery-cell {
  width: 50%;
}
.gallery--various-widths .gallery-cell {
  width: 33%;
}
.gallery--various-widths .gallery-cell.size-180 {
  width: 180px;
}
.gallery--various-widths .gallery-cell.size-large {
  width: 75%;
}
.gallery--media-queried .gallery-cell {
  width: 100%;
}
.gallery--selected-cell .gallery-cell.is-selected {
  background: #ED2;
}
.gallery--gallery-focus:focus .flickity-viewport {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
/* ---- show-several ---- */
.gallery--show-several .gallery-cell {
  width: 28%;
}
/* ---- auto-play ---- */
/* ---- images-loaded ---- */
.gallery--images-loaded-demo img {
  display: block;
  height: 160px;
}
.gallery--images-demo {
  margin-bottom: 40px;
}
.gallery--images-demo img {
  display: block;
  height: 160px;
}
.gallery--watch-demo:after {
  content: 'flickity';
  display: none;
}
.gallery--watch-demo .gallery-cell {
  margin-right: 10px;
}
.gallery--cell-selector-demo {
  position: relative;
}
.gallery--pixel-position-demo .gallery-cell {
  width: 300px;
}
.gallery--set-gallery-size-disabled {
  height: 160px;
}
.gallery--set-gallery-size-disabled .gallery-cell {
  height: 100%;
}
.gallery--set-gallery-size-disabled-percentage {
  padding-bottom: 50%;
}
.gallery--set-gallery-size-disabled-percentage .flickity-viewport {
  position: absolute;
  width: 100%;
}
.gallery--set-gallery-size-disabled-percentage .gallery-cell {
  height: 100%;
}
.gallery--resize-option {
  width: 300px;
}
.gallery--resize {
  width: 50%;
  min-width: 240px;
}
.gallery--resize.is-expanded {
  width: 100%;
}
.gallery--resize.is-expanded .gallery-cell:before {
  line-height: 320px;
}
.gallery--position-cells .gallery-cell {
  position: relative;
  width: 33%;
}
.gallery--position-cells .gallery-cell.is-expanded {
  width: 80%;
}
.gallery-cell .button {
  position: absolute;
  left: 10px;
  top: 10px;
}
.gallery--as-nav-for-main {
  margin-bottom: 40px;
}
.gallery--nav .gallery-cell {
  height: 80px;
  width: 100px;
}
.gallery--nav .gallery-cell:before {
  font-size: 50px;
  line-height: 80px;
}
.gallery--nav .gallery-cell.is-nav-selected {
  background: #ED2;
}
.gallery--static-click .gallery-cell {
  width: 26%;
}
.gallery--static-click .gallery-cell.is-clicked {
  background: #ED2;
}
@media screen and (min-width: 768px) {
  .gallery--media-queried .gallery-cell {
    width: 50%;
  }
  .gallery--watch-demo:after {
    content: '';
  }
  .gallery--images-demo img {
    height: 400px;
  }
}
/************* flickity gallery carousel end ****************/
/******************** team ***********************/
ul.specials-list {
  width: 100%;
  float: left;
  padding-right: 25px;
  margin-bottom: 25px;
  padding-left: 0!important;
  list-style: none;
}
ul.specials-list li {
  width: 100%;
  float: left;
  border-bottom: 2px solid #333333;
  padding: 6px 0;
}
ul.specials-list .left {
  width: 30%;
  float: left;
  font-weight: bold;
}
ul.specials-list .right {
  width: 70%;
  text-align: left;
  float: right;
}
@media (max-width: 580px) {
  ul.specials-list li {
    padding: 25px 0 0 0;
  }
  ul.specials-list b {
    width: 100%;
  }
  ul.specials-list span {
    width: 100%;
  }
  ul.specials-list .left {
    width: 50%;
  }
  ul.specials-list .right {
    width: 50%;
  }
}
.team {
  text-align: center;
  /** hover effect **/
  /** hover effect end **/
}
.team .view {
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  text-align: center;
  margin-bottom: 25px;
}
.team .view .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
.team .view .mask a.permalink {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.team .view img {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.team .view-first img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team .view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team .view-first:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.team .view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.9;
}
.team p.description {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 12px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team h2.title {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team p.title {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 12px;
  font-family: "open sans";
  color: #999999;
  font-weight: 500;
  border-bottom: 12px solid #f0f0f0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team .icons {
  text-align: center;
}
.team .icons a {
  text-align: center;
  margin: 0 6px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team .icons a:hover {
  opacity: 0.6;
}
.team .maskinner {
  position: absolute;
  top: 0;
}
.team:hover h2,
.team:hover p,
.team:hover .link1 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.col-five-columns-team {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
@media screen and (max-width: 500px) {
  .team {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  .col-five-columns-team {
    width: 100%;
  }
  .team .view {
    float: left;
    width: 100%;
  }
  .team img {
    float: none;
    margin: auto;
  }
}
/********************* team end ******************/
/******** team social icons *********/
.socialicons {
  margin-bottom: 25px;
  text-align: center;
}
.socialicons a {
  float: left;
  display: inline-block;
  margin: 0 25px 6px 0;
}
.socialicons a:link,
.socialicons a:visited {
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialicons i {
  display: inline-block;
  font-size: 14px!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialicons i:hover {
  opacity: 0.6;
}
/********** team social icons end *********/
/*************** gallery filter isotope one and two ********************/
.isotopewrapper {
  position: relative;
  z-index: 0;
  /**** hover effect on images ****/
}
.isotopewrapper #filters {
  width: 100%;
  margin: 0 0 50px 0;
  list-style: none;
  padding: 0;
  text-align: center;
}
.isotopewrapper #filters i {
  font-size: 14px;
}
.isotopewrapper .gallery-button.hvr-shutter-out-horizontal {
  position: relative;
  display: inline-block;
  float: none;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 12px;
  cursor: pointer;
  background: transparent!important;
  padding: 0 0 6px 0;
  font-weight: 600;
  color: #333333;
  font-family: "montserrat";
  outline: none;
  border: none;
}
.isotopewrapper .gallery-button:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #333333;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
.isotopewrapper .gallery-button:hover:after {
  left: 0;
  right: 0;
  height: 2px;
}
.isotopewrapper .gallery-button:before {
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.isotopewrapper .gallery-button.hvr-shutter-out-horizontal.active {
  cursor: auto;
  border-bottom: 2px solid #333333;
  color: #333333;
}
@media (max-width: 767px) {
  .isotopewrapper .gallery-button.hvr-shutter-out-horizontal {
    display: inline-block;
    margin: 6px 12px;
  }
}
.isotopewrapper h2.title1 {
  display: inline-block;
  margin: 0 0 30px 0;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 2px solid #555555;
}
.isotopewrapper .view {
  position: relative;
  float: left;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
  margin-bottom: 25px;
}
.isotopewrapper .view .maskinner {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.isotopewrapper .view .maskhover {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isotopewrapper .view .maskhover h3.subtitle1 {
  position: relative;
  z-index: 1;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 20px;
  line-height: 1.8;
  margin-left: 20px;
  font-family: "open sans";
  font-size: 14px;
  color: #fff;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper .view .maskhover a.expand {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-right: 20px;
  color: #333333;
  border: 1px solid #fff;
  font-size: 25px;
  float: right;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 11px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper .view .maskhover a.expand:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}
.isotopewrapper .view .maskhover:hover a.expand,
.isotopewrapper .view .maskhover:hover h2,
.isotopewrapper .view .maskhover:hover h3 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.isotopewrapper .view .maskhover a.permalink {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.isotopewrapper .view.view2 {
  position: relative;
  float: left;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
  margin-bottom: 30px;
}
.isotopewrapper .view.view2 .maskinner {
  position: relative;
  top: 0;
  width: 100%;
}
.isotopewrapper .view.view2 .maskhover {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isotopewrapper .view.view2 .maskhover h3.subtitle1 {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8;
  margin-left: 30px;
  margin-right: 30px;
  font-family: "open sans";
  font-size: 14px;
  color: #fff;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper .view.view2 .maskhover a.expand {
  display: block;
  position: relative;
  z-index: 10;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 30px;
  text-align: center;
  margin-bottom: 25px;
  color: #333333;
  font-size: 25px;
  float: none;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper .view.view2 .maskhover a.expand:hover {
  background: transparent;
  color: #fff;
}
.isotopewrapper .view.view2 .maskhover:hover a.expand,
.isotopewrapper .view.view2 .maskhover:hover h2,
.isotopewrapper .view.view2 .maskhover:hover h3 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.isotopewrapper .view.view2 .maskhover a.permalink {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.isotopewrapper .view .maskhover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper .view:hover .maskhover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.isotopewrapper .view img {
  display: block;
  position: relative;
}
.isotopewrapper .view img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.isotopewrapper .view:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media (max-width: 500px) {
  .isotopewrapper .col-xs-6 {
    width: 100%;
  }
}
/**** hover effect on images end ****/
/*************** gallery filter isotope one and two end ********************/
/*************** gallery filter isotope three and four ********************/
.isotopewrapper.isotopewrapper3 {
  position: relative;
  z-index: 0;
  /**** hover effect on images ****/
}
.isotopewrapper.isotopewrapper3 #filters {
  width: 100%;
  margin: 0 0 50px 0;
  list-style: none;
  padding: 0;
  text-align: center;
}
.isotopewrapper.isotopewrapper3 #filters i {
  font-size: 14px;
}
.isotopewrapper.isotopewrapper3 .gallery-button.hvr-shutter-out-horizontal {
  position: relative;
  display: inline-block;
  float: none;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 12px;
  cursor: pointer;
  background: transparent!important;
  padding: 0 0 6px 0;
  font-weight: 600;
  color: #333333;
  font-family: "montserrat";
  outline: none;
  border: none;
}
.isotopewrapper.isotopewrapper3 .gallery-button:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #333333;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
.isotopewrapper.isotopewrapper3 .gallery-button:hover:after {
  left: 0;
  right: 0;
  height: 2px;
}
.isotopewrapper.isotopewrapper3 .gallery-button:before {
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.isotopewrapper.isotopewrapper3 .gallery-button.hvr-shutter-out-horizontal.active {
  cursor: auto;
  border-bottom: 2px solid #333333;
  color: #333333;
}
@media (max-width: 767px) {
  .isotopewrapper.isotopewrapper3 .gallery-button.hvr-shutter-out-horizontal {
    display: inline-block;
    margin: 6px 12px;
  }
}
.isotopewrapper.isotopewrapper3 .view.view2 {
  position: relative;
  float: left;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
  margin-bottom: 30px;
}
.isotopewrapper.isotopewrapper3 .view.view2 .maskinner {
  position: absolute;
  top: 50%;
  float: left;
  width: 100%;
  margin-top: -50px;
}
.isotopewrapper.isotopewrapper3 .view.view2 .maskhover {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.isotopewrapper.isotopewrapper3 .view.view2 .maskhover h3.subtitle1 {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8;
  margin-left: 30px;
  margin-right: 30px;
  font-family: montserrat;
  font-size: 18px;
  color: #fff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper.isotopewrapper3 .view.view2 .maskhover a.expand3 {
  display: block;
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 25px;
  color: #333333;
  font-size: 25px;
  float: none;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper.isotopewrapper3 .view.view2 .maskhover a.expand3:hover {
  background: transparent;
  color: #fff;
}
.isotopewrapper.isotopewrapper3 .view.view2 .maskhover:hover a.expand3,
.isotopewrapper.isotopewrapper3 .view.view2 .maskhover:hover h2,
.isotopewrapper.isotopewrapper3 .view.view2 .maskhover:hover h3 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.isotopewrapper.isotopewrapper3 .view.view2 .maskhover a.permalink {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.isotopewrapper.isotopewrapper3 .view .maskhover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper.isotopewrapper3 .view:hover .maskhover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.isotopewrapper.isotopewrapper3 .view img {
  display: block;
  position: relative;
}
.isotopewrapper.isotopewrapper3 .view img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.isotopewrapper.isotopewrapper3 .view:hover img {
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (max-width: 500px) {
  .isotopewrapper.isotopewrapper3 .col-xs-6 {
    width: 100%;
  }
}
/* gallery 4 */
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .twocolumns {
  width: 50%;
  margin-left: -1px;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .threecolumns {
  width: 33.33%;
  margin-left: -1px;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .fourcolumns {
  width: 25%;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .isotopewrapper.isotopewrapper3.isotopewrapper4 .twocolumns {
    width: 50%;
  }
  .isotopewrapper.isotopewrapper3.isotopewrapper4 .threecolumns {
    width: 50%;
  }
  .isotopewrapper.isotopewrapper3.isotopewrapper4 .fourcolumns {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .isotopewrapper.isotopewrapper3.isotopewrapper4 .twocolumns {
    width: 100%;
  }
  .isotopewrapper.isotopewrapper3.isotopewrapper4 .threecolumns {
    width: 100%;
  }
  .isotopewrapper.isotopewrapper3.isotopewrapper4 .fourcolumns {
    width: 100%;
  }
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 {
  position: relative;
  float: left;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
  margin-bottom: 0;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskinner {
  position: absolute;
  top: 50%;
  float: left;
  width: 100%;
  margin-top: -50px;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover h3.subtitle1 {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8;
  margin-left: 30px;
  margin-right: 30px;
  font-family: montserrat;
  font-size: 18px;
  color: #fff;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover a.expand3 {
  display: block;
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 25px;
  color: #333333;
  font-size: 25px;
  float: none;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover a.expand3:hover {
  background: transparent;
  color: #fff;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover:hover a.expand3,
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover:hover h2,
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover:hover h3 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view.view2 .maskhover a.permalink {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.isotopewrapper.isotopewrapper3.isotopewrapper4 .view:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* gallery 4 end */
/*************** gallery filter isotope three and four end ********************/
/************ single page ************/
/*** footer stay at bottom fix***/
#wrapperpages {
  min-height: 100%;
}
#wrapperbottom {
  overflow: auto;
  padding-bottom: 180px;
}
.bottom {
  position: relative;
  margin-top: -180px;
  min-height: 180px;
  clear: both;
}
/** footer stay to bottom fix end **/
/** singletitlebg is background for single post and pages title image. used with function **/
.singletitlebg {
  float: left;
  width: 100%;
  padding-top: 150px;
  background: #f0f0f0;
}
.singletitlebg h1 {
  margin-bottom: 25px;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}
/** mainheadlinewrapperpage is background for all inner pages. used with function **/
.mainheadlinewrapperpage {
  width: 100%;
  float: none;
}
.mainheadlinewrapperpage .mainheadlinewrapperpage2 {
  float: none;
  margin: 0 auto;
  width: 100%;
  padding: 50px 50px 40px 50px;
  background: #f0f0f0;
  background-position: center;
}
.mainheadlinewrapperpage .mainheadlinewrapperpage2 h1 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.mainheadlinewrapperpage .mainheadlinewrapperpage2 h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "open sans";
}
@media (max-width: 767px) {
  .mainheadlinewrapperpage {
    padding: 25px 25xp 20px 25px;
  }
}
.breadcrumb {
  float: right;
  width: 100%;
  list-style: none;
  text-align: right;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  font-family: "open sans";
}
.breadcrumb a {
  font-size: 14px;
  margin: 0 3px  0 0;
  line-height: 0;
  opacity: 1;
  font-family: "open sans";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
.breadcrumb span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 1px;
  line-height: 1;
  font-family: "open sans";
}
/************ single page end ************/
/********************* blog home ******************/
.bloghome img {
  margin-bottom: 25px;
}
.bloghome h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.bloghome h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}
.bloghome ul {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.bloghome ul li {
  float: left;
  margin-right: 12px;
  font-size: 13px;
}
.bloghome ul li i {
  margin-right: 3px;
}
.bloghome ul li a,
.bloghome ul li p {
  display: inline-block;
  margin-bottom: 0;
  color: #0d0d0d;
  font-size: 13px;
  font-family: montserrat;
}
@media (max-width: 767px) {
  .blogone {
    margin-bottom: 25px;
  }
}
/********************* blog home end ******************/
/************* blog pages *************/
.masonry1grid {
  margin-top: 100px;
}
.masonry-grid1 img,
.masonry-grid2 img {
  width: 100%;
}
.blogpost {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.blogpages {
  margin-bottom: 25px;
}
.blogpages img {
  margin-bottom: 25px;
}
.blogpages h2.blog-title a {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}
@media (min-width: 767px) {
  .blogpages .sidebar {
    margin-top: 80px;
  }
}
@media (max-width: 766px) {
  .blogpages .sidebar {
    margin-top: 0;
  }
}
ul.meta {
  width: 100%;
  float: left;
  padding: 12px 0;
  margin-bottom: 12px;
}
ul.meta li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
}
ul.meta li.category {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
}
ul.meta li.category a {
  display: inline-block;
  color: #999999;
  font-weight: 500;
}
ul.meta i {
  font-size: 12px;
  margin: 0 3px;
  padding: 0;
}
.pagination {
  margin-bottom: 50px;
  float: none;
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-family: montserrat;
}
.pagination span.current {
  padding: 5px;
  color: #333333;
  border-bottom: 6px solid #f0f0f0;
  font-size: 14px;
  font-family: montserrat;
  text-align: center;
}
.pagination a:link,
.pagination a:visited {
  display: inline-block;
  padding: 5px;
  font-family: montserrat;
  font-size: 14px;
  padding-top: 1px;
  color: #333333;
  text-align: center;
}
.pagination a:hover {
  color: #333333;
}
/* tags */
.tags {
  margin: 24px 0;
}
.tags a {
  display: inline-block;
  margin: 4px 2px;
  font-size: 12px;
  border: 2px solid #f0f0f0;
  font-weight: 400;
  padding: 6px 15px;
  font-family: montserrat;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.tags a:hover {
  border: 2px solid #333333;
}
/* tags end */
/* comments */
.comments-area {
  padding-left: 0;
  list-style: none;
}
.comments-area ol.comment-list > li {
  list-style: none;
  margin-left: -10px;
}
.comments-area ol.comment-list > li ol.children > li {
  list-style: none;
}
.comments-area ol.comment-list > li > ol > li {
  padding-left: 54px;
}
.comment {
  position: relative;
  width: 100%;
  float: left;
}
.comment .comment-meta {
  float: left;
}
.comment .comment-body {
  width: 100%;
  float: left;
  padding: 27px 27px 0 27px;
  margin-bottom: 27px;
  background: #f0f0f0;
}
.comment .comment-body .reply a {
  position: absolute;
  top: 25px;
  right: 25px;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 25px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment .comment-body .reply a:hover {
  color: #333333;
}
@media (max-width: 500px) {
  .comment .comment-body .reply a {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 7px;
    margin-bottom: 7px;
    float: right;
  }
}
.comment img {
  float: left;
  margin-right: 20px;
  margin-bottom: 14px;
}
.comment cite.fn a,
.comment cite.fn {
  margin-bottom: 14px;
  font-weight: 600;
  font-style: normal;
  color: #555555;
  font-size: 16px;
}
.comment p {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.8;
}
.comment p br {
  margin: 0;
}
/** bootstrap fix **/
code {
  display: block;
  white-space: normal!important;
}
/** bootstrap fix end **/
/** comment form **/
h2#reply-title {
  font-size: 18px;
  padding-bottom: 12px;
}
.commentwrapper h4 {
  padding-bottom: 13px;
  margin-bottom: 13px;
}
form#commentform {
  display: block;
  width: 100%;
  float: left;
}
form#commentform label {
  float: left;
}
.comment-form-author {
  width: 49%;
  margin-right: 1%;
  float: left;
}
.comment-form-email {
  width: 50%;
  float: left;
}
@media (max-width: 500px) {
  .comment-form-author {
    width: 100%;
    margin-right: 0;
  }
  .comment-form-email {
    width: 100%;
  }
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  min-width: 100%;
  float: left;
  margin-bottom: 5px;
  border: 1px solid #f0f0f0;
}
.comment-form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  width: auto!important;
  margin-top: 12px;
  height: 50px;
  padding: 12px 25px;
  margin-bottom: 12px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: none;
  font-family: montserrat;
  border: none;
  background: #fff;
  border: 1px solid #f0f0f0;
}
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  border: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: none;
  background: #333333;
  border: 1px solid #333333;
}
.comment-form textarea {
  margin-top: 0;
  height: 200px;
  padding: 13px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form input:hover,
.comment-form textarea:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
  text-transform: none;
}
/* for placeholders */
.comment-form ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
}
.comment-form ::-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
}
.comment-form :-ms-input-placeholder {
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
}
.comment-form:input:-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
}
/* for placeholders end */
/** comment form end **/
/******* comments end *******/
/*************** blog pages end ***************/
/*************** address ****************/
.contacticon .icon {
  float: none;
  margin: 0 auto;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 25px;
}
.contacticon .icon i {
  display: block;
  font-size: 30px;
  padding-bottom: 18px;
  color: #333333;
}
.contacticon .icon h4 {
  font-size: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.contacticon .icon.text-center i {
  margin: 0 auto;
}
.contacticon .icon.text-right i {
  text-align: right;
}
.contacticon .icon.one-in-row {
  width: 100%;
}
/************** address end ***************/
/***************** list box ****************/
.list-box {
  position: relative;
  text-align: center;
}
.list-box .list-box-number {
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
}
.list-box .list-box-number p {
  font-family: montserrat;
  font-size: 80px;
  line-height: 1;
  color: #f0f0f0;
  font-weight: 700;
  margin-bottom: 18px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.list-box .list-box-text {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.list-box .list-box-text .title p {
  font-family: montserrat;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.list-box .list-box-text .subtitle p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8;
  font-family: "open sans";
}
.list-box:hover p {
  color: #333333;
}
/************** list box end ******************/
/************* footer *************/
footer.bottom {
  width: 100%;
  float: left;
  padding: 100px 0 25px 0;
  font-size: 12px;
  background: url(assets/images/dark_wood.png) center center repeat fixed;
}
footer.bottom p,
footer.bottom a,
footer.bottom li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 12px;
}
footer.bottom p {
  color: #fff;
}
footer.bottom ul {
  list-style: none;
  padding: 0;
}
footer.bottom .widget_text li a,
footer.bottom .widget_recent_comments li a,
footer.bottom .widget_categories li a,
footer.bottom .widget_recent_entries li a,
footer.bottom .widgets-style1 h3 {
  border: none;
  color: #fff;
}
footer.bottom .searchform input[type='submit'] {
  background: url(assets/images/searchw.png) right center no-repeat;
  background-size: 100% auto;
  color: #fff;
}
footer.bottom .searchform input[type='submit']:hover {
  background: url(assets/images/searchhb.png) right center no-repeat;
  background-size: 100% auto;
}
.copyright {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}
.copyright p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
}
.copyright a:link,
.copyright a:visited {
  font-weight: bold;
  opacity: 0.6;
  font-family: "open sans";
  color: #fff;
}
.copyright a:hover {
  opacity: 1;
}
.scrollbutton {
  text-align: center;
}
.scrollbutton a {
  position: fixed;
  z-index: 999;
  display: none;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  padding-top: 2px;
  font-size: 25px;
  background: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrollbutton i {
  padding-top: 8px;
  color: #fff;
  font-size: 25px;
}
/********* footer end *********/
/*********** sidebar and widgets ************/
/* sidebars */
.sidebar {
  float: left;
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin-top: -25px;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .sidebar {
    padding-left: 25px;
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  .sidebar {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 300px;
    padding-left: 0;
  }
}
/* sidebars end */
/*** widgets style1 for sidebar ***/
.widgets-style1 .widget {
  float: left;
  width: 100%;
  padding: 25px 0;
  border-bottom: 2px solid #f0f0f0;
  font-size: 12px;
}
.widgets-style1 .widget p {
  margin-bottom: 0;
  font-size: 12px;
}
.widgets-style1 .widget ul {
  font-size: 12px;
  list-style: none;
  margin-bottom: -12px !important;
}
.widgets-style1 .widget li {
  margin-bottom: 12px!important;
}
.widgets-style1 h3 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.widgets-style1 .widget select {
  width: 100%;
  max-width: 500px;
}
.widgets-style1 .tagcloud a {
  display: inline-block;
  margin: 4px 2px;
  font-size: 12px!important;
  border: 1px solid #f0f0f0;
  padding: 3px 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
}
.widgets-style1 .tagcloud a:hover {
  border: 1px solid #333333;
}
/* Calendar Widget */
.widgets-style1 .widget #wp-calendar {
  width: 100%;
  margin-bottom: 0;
}
.widgets-style1 .widget_calendar table,
.widgets-style1 .widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
  color: #333333;
  font-size: 12px;
}
.widgets-style1 .widget_calendar caption {
  font-size: 12px;
  margin: 0 0 13px 0;
  text-align: left;
  color: #333333;
}
.widgets-style1 .widget_calendar th,
.widgets-style1 .widget_calendar td {
  padding: 0;
  text-align: center;
}
.widgets-style1 .widget_calendar a {
  display: block;
  border: 1px solid #333333;
  color: #333333;
  font-size: 12px;
}
.widgets-style1 .widget_calendar a:hover {
  background: #333333;
  color: #fff;
}
.widgets-style1 .widget_calendar a:active {
  background: #333333;
}
.widgets-style1 .widget_calendar tbody td {
  border: 1px solid #333333;
  padding: 3px;
}
/***widgets style1 for sidebar***/
/*** widgets style2 for footer and header ***/
footer.bottom .widgets-style2 .widget input.search-field::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1!important;
  color: #ccc!important;
  font-size: 12px;
  font-weight: 300;
  font-family: montserrat;
}
footer.bottom .widgets-style2 .widget input.search-field::-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1!important;
  color: #ccc!important;
  font-size: 12px;
  font-weight: 300;
  font-family: montserrat;
}
footer.bottom .widgets-style2 .widget input.search-field:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1!important;
  color: #ccc!important;
  font-size: 12px;
  font-weight: 300;
  font-family: montserrat;
}
footer.bottom .widgets-style2 .widget input.search-field:input:-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1!important;
  color: #ccc!important;
  font-size: 12px;
  font-weight: 300;
  font-family: montserrat;
}
footer.bottom .widgets-style2 .widget input {
  color: #333333!important;
  font-size: 12px;
}
.widgets-style2 .widget li {
  padding-left: 12px;
  list-style: none;
  font-size: 12px;
  margin-bottom: 12px;
}
.widgets-style2 .widget {
  float: left;
  width: 100%;
  padding: 25px 0 12px 0;
}
.widgets-style2 .widget ul {
  margin: 0;
}
.top1 .widgets-style2 .widget {
  float: left;
  width: 100%;
  padding: 3px 0 0 0;
}
.top1 .widgets-style2 .widget ul {
  margin: 0;
}
.widgets-style2 .widget form {
  background: transparent!important;
  font-size: 12px;
}
.widgets-style2 .widget .search-form input {
  border: #fff 1px solid!important;
  color: #fff!important;
}
.widgets-style2 .widget ul,
.widgets-style2 .widget ol {
  margin: 0 0 6px 0;
  padding-left: 6px;
  line-height: 1.8;
}
.widgets-style2 .widget ul li,
.widgets-style2 .widget ol li,
.widgets-style2 .widget li {
  margin: 0 0 12px 0;
  padding: 0;
}
.widgets-style2 h3 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #fff;
}
.widgets-style2 li {
  color: #fff;
  font-size: 12px;
}
.widgets-style2 .widget select {
  width: 100%;
  max-width: 3000px;
  font-size: 12px;
}
.widgets-style2 a,
.widgets-style2 p {
  color: #fff!important;
  font-size: 12px;
}
.widgets-style2 p.wp-caption-text {
  color: #333333!important;
  font-size: 12px;
}
.widgets-style2 input {
  color: #333333!important;
}
.widgets-style2 .tagcloud a {
  display: inline-block;
  margin: 4px 2px;
  font-size: 12px!important;
  border: 1px solid  #fff;
  padding: 3px 13px;
  color: #fff;
}
.widgets-style2 .tagcloud a:hover {
  border: 1px solid #fff;
}
/* Calendar Widget */
.widgets-style2 .widget #wp-calendar {
  width: 100%;
}
.widgets-style2 .widget_calendar table,
.widgets-style2 .widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
  color: #fff;
  font-size: 12px;
}
.widgets-style2 .widget_calendar caption {
  font-size: 14px;
  margin: 0 0 12px 0;
  text-align: left;
  color: #fff;
  font-size: 12px;
}
.widgets-style2 .widget_calendar th,
.widgets-style2 .widget_calendar td {
  padding: 0;
  text-align: center;
}
.widgets-style2 .widget_calendar a {
  display: block;
  border: 1px solid #fff;
  color: #fff!important;
}
.widgets-style2 .widget_calendar a:hover {
  background: #fff;
  color: #333333!important;
}
.widgets-style2 .widget_calendar a:active {
  background: #fff;
  color: #333333;
}
.widgets-style2 .widget_calendar tbody td {
  border: 1px solid #fff;
  padding: 3px;
}
.widgets-style2 .search-form {
  position: relative;
  height: 33px;
  color: #fff;
  border: none;
}
.widgets-style2 .search-form input.search-submit {
  display: none;
}
.widgets-style2 .search-form input.search-field {
  border: #fff 1px solid!important;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widgets-style2 .search-form input.search-field:hover,
.widgets-style2 .search-form input.search-field:focus {
  color: #fff;
}
/***widgets style2 for footer***/
/************* sidebar and widgets end **************/
/***************** king composer plugin customization *****************/
.fullwidth .kc_column.kc_col-sm-12 {
  padding-left: 0!important;
  padding-right: 0!important;
}
/* custom class to make full width page builder columns under 992px */
@media (max-width: 992px) {
  .full_width_kc_column .kc_column {
    width: 100%!important;
  }
}
@media (max-width: 992px) {
  .customkccolumns .kc-wrap-columns .kc_column {
    width: 100%!important;
  }
}
/* counter up */
.kc_counter_box {
  text-align: center;
}
.kc_counter_box .counterup {
  display: block;
  font-size: 40px;
  margin-bottom: 25px;
  font-family: montserrat;
  font-weight: 400;
  line-height: 40px;
  color: #333333;
}
.kc_counter_box h4 {
  font-size: 12px!important;
  font-family: "open sans";
  font-weight: 400;
  text-transform: uppercase;
  color: #999999;
}
/* counter up end */
/*-------------- kc-owl-post-carousel ---------------*/
.kc-owl-post-carousel .owl-item {
  padding-right: 20px;
  text-align: left!important;
}
.kc-owl-post-carousel .owl-item .read-more {
  font-size: 12px!important;
  padding: 0!important;
  border-radius: 0!important;
  white-space: nowrap;
  border: none!important;
  background: transparent!important;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: montserrat;
  float: right!important;
}
.kc-owl-post-carousel .owl-item .read-more:hover {
  color: #f0f0f0!important;
}
.kc-owl-post-carousel .owl-item .footer-button {
  padding: 0;
  text-align: center;
}
.kc-owl-post-carousel .owl-item .list-item {
  box-shadow: none!important;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 24px;
}
.kc-owl-post-carousel .in-post-content {
  text-align: left!important;
}
.kc-owl-post-carousel .owl-item .image {
  margin-bottom: 20px;
  position: relative;
}
.kc-owl-post-carousel .owl-item .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kc-owl-post-carousel .owl-item .image .caption {
  background-color: #333333!important;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px 13px;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kc-owl-post-carousel .owl-item .image .caption a {
  color: #FFFFFF;
  font-size: 14px!important;
}
.kc-owl-post-carousel .owl-item .title {
  padding: 20px 12px 0;
  text-align: left!important;
}
.kc-owl-post-carousel .owl-item .in-post-content {
  padding: 0 15px;
}
.kc-owl-post-carousel .owl-item .kc-entry_meta {
  margin-bottom: 10px;
  font-size: 14px!important;
  color: #333333!important;
  font-family: montserrat;
}
/*-------------- kc-owl-post-carousel end ---------------*/
/*-------------- pie chart ---------------*/
.kc_progress_bars .progress-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.kc_progress_bars div.progress-item:first-child {
  margin-top: 0px !important;
}
.kc_progress_bars div.progress-item:last-child {
  margin-bottom: 0px !important;
}
.kc-ui-progress-bar {
  position: relative;
  backgroun: 12px;
}
.kc-ui-progress {
  position: relative;
  display: block;
  z-index: 2;
  background: #333333!important;
  overflow: initial !important;
  height: 6px!important;
}
.kc-progress-radius,
.kc-progress-radius .kc-ui-progress {
  border-radius: 20px;
}
.kc-ui-progress-bar:after {
  background: #f0f0f0;
}
.kc-ui-progress div.ui-label {
  font-family: 'montserrat' !important;
  position: absolute;
  right: 0;
  padding-right: 12px;
  white-space: nowrap;
  bottom: 100%;
}
.kc_progress_bars .progress-item span.label {
  margin-bottom: 6px;
  padding-left: 0;
  font-size: 12px!important;
  font-family: montserrat!important;
  font-weight: 400!important;
}
.pie_chart_percent .percent {
  margin-bottom: 6px;
  padding-left: 0;
  font-size: 25px!important;
  font-family: montserrat!important;
  font-weight: 400!important;
}
/*-------------- pie chart end ---------------*/
/*-------------- countdown timer ---------------*/
.kc-countdown-timer {
  text-align: center!important;
}
.kc-countdown-timer span.group {
  background: transparent!important;
  border-radius: 5px;
  padding: 0!important;
  color: #333333!important;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.kc-countdown-timer .group .timer {
  font-size: 40px!important;
  font-weight: bold;
}
.kc-countdown-timer span {
  font-size: 14px!important;
  font-family: "open sans" !important;
  font-weight: 400!important;
}
.kc-countdown-timer .countdown-style2 .timer,
.kc-countdown-timer .countdown-style2 .unit {
  float: left;
  width: 100%;
}
.kc-countdown-timer .countdown-style2 .group {
  padding: 10px;
}
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 44px 0;
  }
}
/*-------------- countdown timer end ---------------*/
/*** flip ***/
.kc-flip-container .back {
  background: #333333!important;
  border: none!important;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.kc-flip-container .back h3,
.kc-flip-container .back p,
.kc-flip-container .back i,
.kc-flip-container .back a {
  color: #fff!important;
}
.kc-flip-container .back .button {
  background: #fff!important;
  color: #333333!important;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  font-family: montserrat!important;
  font-weight: 400!important;
  font-size: 15px!important;
  margin-top: -8px !important;
}
.kc-flip-container .front {
  background: #f0f0f0!important;
  border: none!important;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
/*** flip end ***/
/****** tabs *****/
.kc_tabs_nav {
  display: inline-block;
  width: 100%;
}
.kc_tabs_nav li {
  padding: 0!important;
  background: transparent!important;
}
.kc_tabs_nav li a {
  display: block!important;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px!important;
  margin-right: 6px;
  opacity: 1!important;
  color: #333333!important;
  background: #f0f0f0!important;
  font-family: "open sans";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kc_tabs_nav li a:hover {
  background: #333333!important;
  color: #fff!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kc_tabs_nav li.ui-tabs-active a,
.kc_tabs_nav li.ui-tabs-active a:hover {
  background: #333333!important;
  color: #fff!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kc_wrapper.ui-tabs {
  width: 100%;
  border: none!important;
  display: inline-block;
}
.kc_vertical_tabs > .kc_wrapper.ui-tabs {
  border: none;
}
.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav {
  margin: 0;
}
ul.kc-tabs-slider-nav li {
  display: inline-block;
  cursor: pointer;
  padding: 0;
}
ul.kc-tabs-slider-nav li.ui-tabs-active a {
  background: #333333!important;
  color: #fff!important;
}
.kc_tabs_nav,
.nav-pills {
  *zoom: 1;
  line-height: 1;
}
.kc_tabs_nav:before,
.nav-pills:before,
.kc_tabs_nav:after,
.nav-pills:after {
  display: table;
  line-height: 0;
}
.kc_tabs_nav:after,
.nav-pills:after {
  clear: both;
}
.kc_tabs_nav ~ .kc_tab {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 0px;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  height: inherit !important;
}
.kc_tabs_nav > li,
.nav-pills > li {
  float: left;
}
.kc_tabs_nav > li > a,
.nav-pills > li > a {
  line-height: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
  background: #fff!important;
  width: 100%;
  margin: 0px;
}
.kc_tab_content {
  width: 100%;
  float: left;
  padding: 30px!important;
  border: #f0f0f0 2px solid;
}
.kc_tab {
  background: #fff!important;
  padding: 0!important;
}
.kc_tabs_nav > li {
  margin-bottom: 0;
  list-style: none;
  border-right: none!important;
}
@media (max-width: 500px) {
  .kc_tabs_nav {
    display: block;
    width: 100%;
    float: left;
  }
  .kc_tabs_nav > li {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
  }
}
.kc_tabs_nav > li {
  line-height: 1!important;
  height: auto!important;
  display: inline-block !important;
  float: left!important;
  color: #fff;
  box-shadow: none;
  font-weight: 300;
  cursor: pointer;
}
.kc_tabs_nav > li a,
.kc_tabs_nav > li p {
  line-height: 2!important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  width: 25%;
  z-index: 10;
  border-right: none!important;
  background: transparent;
  right: -1px;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
  border-right: none;
  border-left: none!important;
  right: 0px;
  left: -1px;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
  float: left;
  width: 75%;
  border-left: none!important;
  height: 0px;
  overflow: hidden;
}
.kc_vertical_tabs > .kc_ pper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active {
  padding: 0;
  height: inherit;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
  border-left: none;
  border-right: none!important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li {
  list-style: outside none none;
  margin: 5px 0;
  border-top: 2px solid #333333;
  background: #f0f0f0;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a:hover {
  border: none;
  border-right: none!important;
  margin-left: 0px;
  margin-right: -1px;
  background: #333333!important;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #fff!important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a,
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a:hover {
  border: none;
  border-right: none!important;
  margin-left: 0px;
  margin-right: -1px;
  background: #333333!important;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #fff!important;
}
.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a {
  display: block;
  padding: 6px 0 6px 10px;
  outline: none;
  text-decoration: none;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
  float: right;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a {
  border: none;
  border-right: none;
  border-left: 3px solid #888;
  background: #f0f0f0!important;
  margin-left: -1px;
  margin-right: 0px;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a:hover {
  background: #f0f0f0!important;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li > a:hover {
  background-color: #f0f0f0!important;
}
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > .ui-tabs-active > a,
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > .ui-tabs-active > a:hover,
.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > .ui-tabs-active > a:focus {
  border: none;
  border-left: 3px solid #fff!important;
  background: #f0f0f0!important;
  margin-left: -1px;
}
.kc-video-inner iframe {
  margin-bottom: 0px;
}
/*** accordion ***/
.kc_accordion_content {
  padding-bottom: 0px;
  border: none!important;
  display: none;
}
.kc_accordion_content.ui-state-body-active {
  height: inherit !important;
}
div.kc_accordion_wrapper > div.kc_accordion_section:last-child > .kc_accordion_content {
  border-bottom: none!important;
}
.kc_accordion_section > .kc_accordion_header {
  position: relative;
  cursor: pointer;
  min-height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: inherit;
  margin-top: 0px;
  margin-bottom: -1px;
  clear: both;
  border: none!important;
  background: #f0f0f0!important;
  color: #333333!important;
}
.kc_accordion_section > .kc_accordion_header a {
  display: block!important;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px!important;
  font-family: "open sans";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kc_accordion_header:hover {
  background: #333333!important;
  color: #fff!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kc_accordion_header:hover a {
  color: #fff!important;
}
.kc_accordion_header:hover span.ui-accordion-header-icon {
  color: #fff!important;
}
.kc_accordion_section > .ui-state-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0px;
  background: #333333!important;
  color: #fff!important;
}
.kc_accordion_section > .ui-state-active a {
  color: #fff!important;
}
.kc_accordion_section > .ui-state-active span.ui-accordion-header-icon {
  color: #fff!important;
}
.kc_accordion_header > span.ui-accordion-header-icon {
  float: right;
  font-family: 'simple-line-icons';
  margin: 17px;
  color: #aaa;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kc_accordion_header > a {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 15px;
  text-decoration: none;
  outline: none;
  font-weight: normal;
}
.kc_accordion_header > a {
  cursor: pointer;
}
.kc_accordion_content .kc-panel-body {
  padding: 25px 0 0 0!important;
  display: inline-block;
  width: 100%;
  border: none!important;
}
@media (max-width: 767px) {
  .kc_accordion_content .kc-panel-body {
    padding: 25px!important;
  }
}
/* pricing tables page builder element */
.kc-pricing-tables {
  float: left;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.kc-pricing-layout-1 {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  box-shadow: none!important;
  background: #fff!important;
}
.kc-pricing-layout-1 .header-pricing {
  float: left;
  width: 100%;
  line-height: 1.4;
}
.kc-pricing-layout-1 .header-pricing .kc-pricing-price {
  float: left;
  width: 100%;
  text-align: center;
}
.kc-pricing-layout-1 .kc-pricing-price .content-price {
  padding-top: 25px!important;
  padding-bottom: 25px!important;
}
.kc-pricing-layout-1 .header-pricing .kc-pricing-price span {
  font-weight: 400;
  color: #333333!important;
  font-size: 25px!important;
}
.kc-pricing-layout-1 .header-pricing .kc-pricing-price span.content-duration {
  font-size: 14px!important;
  color: #fff;
}
.kc-pricing-layout-1 .header-pricing .content-title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px!important;
  font-weight: 500;
  text-transform: uppercase;
  background: #333333!important;
  color: #f0f0f0!important;
  padding: 12px!important;
}
.kc-pricing-layout-1 .header-pricing .content-sub-title {
  font-size: 14px!important;
  text-transform: none!important;
  font-weight: normal!important;
  line-height: 2;
  font-family: montserrat!important;
}
.content-icon-header {
  float: left;
  width: 100%;
  text-align: center;
}
.kc-pricing-layout-1 .content-icon-header i {
  font-size: 80px;
  color: #333333!important;
  margin-top: 30px;
}
.kc-pricing-layout-1 .content-desc {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  text-align: center;
}
.kc-pricing-tables .content-desc li:last-child {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
}
.kc-pricing-tables .content-desc li:first-child {
  margin-left: 0 !important;
  margin-bottom: 8px!important;
  margin-right: 0 !important;
}
.kc-pricing-layout-1 .content-desc li {
  float: left;
  width: 100%;
  padding: 8px 0;
  color: #888;
  font-size: 15px!important;
  color: #173d50;
}
.kc-pricing-layout-1 .content-desc li:nth-child(2) {
  margin-top: 12px!important;
}
.kc-pricing-tables .content-desc li {
  border-left: 0 !important;
  border-right: 0 !important;
}
.kc-pricing-tables .content-desc li:not(:last-child) {
  border-bottom: 0 !important;
}
.kc-pricing-layout-1 .content-desc li:nth-of-type(2n+1) {
  background: #f0f0f0!important;
}
.kc-pricing-layout-1 .content-button {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff!important;
}
.kc-pricing-layout-1 .content-button a {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #333333!important;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-radius: 500px !important;
  -moz-border-radius: 500px !important;
  border-radius: 500px !important;
}
.kc-pricing-layout-1 .content-button a:hover {
  background: #f0f0f0!important;
}
/************ king composer plugin customization *************/
/**************** Contact Form plugin ****************/
.wpcf7-form,
.wpforms-container {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0;
  font-size: 12px;
  font-family: montserrat;
  /* customize select tag */
  /* customize select tag end */
  /* form 1 */
  /* form 1 end */
}
.wpcf7-form input[type="text"],
.wpforms-container input[type="text"],
.wpcf7-form select,
.wpforms-container select,
.wpcf7-form input[type="email"],
.wpforms-container input[type="email"],
.wpcf7-form input[type="tel"],
.wpforms-container input[type="tel"],
.wpcf7-form textarea,
.wpforms-container textarea {
  width: 100%;
  max-width: 100%;
  float: left;
  margin: 0 0 24px 0;
  font-size: 14px;
  font-weight: 400!important;
  font-weight: normal;
  font-family: montserrat!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-form .wpcf7-radio,
.wpforms-container .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox,
.wpforms-container .wpcf7-checkbox {
  width: 100%;
  float: left;
  padding-bottom: 25px;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpforms-container .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpforms-container .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 6px;
  font-weight: 300;
}
.wpcf7-form input[type="checkbox"],
.wpforms-container input[type="checkbox"],
.wpcf7-form input[type="radio"],
.wpforms-container input[type="radio"] {
  float: left;
  max-width: auto;
  width: auto;
  height: 14px!important;
  margin: 2px 7px 7px 7px!important;
}
.wpcf7-form input[type="checkbox"]:hover,
.wpforms-container input[type="checkbox"]:hover,
.wpcf7-form input[type="radio"]:hover,
.wpforms-container input[type="radio"]:hover,
.wpcf7-form input[type="checkbox"]:focus,
.wpforms-container input[type="checkbox"]:focus,
.wpcf7-form input[type="radio"]:focus,
.wpforms-container input[type="radio"]:focus {
  outline: none!important;
  box-shadow: none!important;
  border: none!important;
}
.wpcf7-form span.wpcf7-list-item-label,
.wpforms-container span.wpcf7-list-item-label {
  width: auto!important;
  display: inline-block !important;
  float: left!important;
  font-size: 14px!important;
  font-family: montserrat!important;
}
.wpcf7-form .wpforms-field-label-inline,
.wpforms-container .wpforms-field-label-inline {
  margin-right: 12px;
}
.wpcf7-form span.wpcf7-list-item-label,
.wpforms-container span.wpcf7-list-item-label {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0!important;
  margin-left: 0!important;
  font-size: 14px;
}
.wpcf7-form .wpcf7-list-item,
.wpforms-container .wpcf7-list-item {
  margin-top: 0;
  line-height: 1;
}
.wpcf7-form .wpcf7-form-control,
.wpforms-container .wpcf7-form-control {
  margin-bottom: 0;
  margin-top: 0;
}
.wpcf7-form input[type="text"],
.wpforms-container input[type="text"],
.wpcf7-form input,
.wpforms-container input,
.wpcf7-form select,
.wpforms-container select {
  position: relative;
  z-index: 1;
  padding: 12px;
  height: auto;
  background: #fff;
  font-size: 14px;
}
.wpcf7-form textarea,
.wpforms-container textarea {
  padding: 12px;
  height: 200px;
  font-size: 14px;
  background: #fff;
  margin-bottom: 24px!important;
}
.wpcf7-form input[type="text"],
.wpforms-container input[type="text"],
.wpcf7-form input,
.wpforms-container input,
.wpcf7-form textarea,
.wpforms-container textarea {
  width: 100%;
  max-width: 100%!important;
  float: left;
  border: 1px solid #f0f0f0;
}
.wpcf7-form input[type="submit"],
.wpforms-container input[type="submit"],
.wpcf7-form button,
.wpforms-container button {
  display: inline-block;
  width: auto;
  height: auto;
  float: right;
  margin-top: 0!important;
  margin-bottom: 25px;
  padding: 0!important;
  font-weight: 500;
  font-family: montserrat;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  padding: 15px 25px!important;
  background: #333333;
  border: none;
  color: #fff;
}
.wpcf7-form input[type="submit"]:hover,
.wpforms-container input[type="submit"]:hover,
.wpcf7-form button:hover,
.wpforms-container button:hover {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background: #f0f0f0;
  color: #333333;
}
.wpcf7-form .text-right input[type="submit"],
.wpforms-container .text-right input[type="submit"],
.wpcf7-form .text-right button,
.wpforms-container .text-right button {
  float: right;
}
.wpcf7-form .text-center input[type="submit"],
.wpforms-container .text-center input[type="submit"],
.wpcf7-form .text-center button,
.wpforms-container .text-center button {
  float: right;
  margin: 0 auto;
}
.wpcf7-form .wpcf7-response-output,
.wpforms-container .wpcf7-response-output {
  float: left;
  width: 100%;
}
.wpcf7-form label,
.wpforms-container label {
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 0;
  line-height: 1.8;
  font-family: montserrat;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.wpcf7-form select,
.wpforms-container select {
  margin-bottom: 12px!important;
  background-image: url(assets/images/arrow.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  text-overflow: '';
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #f0f0f0;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.wpcf7-form select:hover,
.wpforms-container select:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.wpcf7-form select:focus,
.wpforms-container select:focus {
  border: 2px solid #333333;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.wpcf7-form select option,
.wpforms-container select option {
  margin: 6px;
}
.wpcf7-form .form1,
.wpforms-container .form1 {
  padding: 0;
}
.wpcf7-form .form1.form1padding,
.wpforms-container .form1.form1padding {
  padding: 25px;
}
.wpcf7-form ::-webkit-input-placeholder,
.wpforms-container ::-webkit-input-placeholder {
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  font-family: montserrat;
}
.wpcf7-form ::-moz-placeholder,
.wpforms-container ::-moz-placeholder {
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  font-family: montserrat;
}
.wpcf7-form :-ms-input-placeholder,
.wpforms-container :-ms-input-placeholder {
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  font-family: montserrat;
}
.wpcf7-form :input:-moz-placeholder,
.wpforms-container :input:-moz-placeholder {
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  font-family: montserrat;
}
/**************** Contact Form end****************/



/************* woocommerce **************/

.woocommerce-main-image img {
  width: auto!important;
}
.woocommerce-breadcrumb {
  padding: 11px 22px!important;
  background: #f0f0f0;
  font-size: 14px!important;
  text-transform: uppercase;
  color: #333333!important;
  font-weight: bold;
}
.woocommerce-breadcrumb a {
  color: #333333 !important;
}
.woocommerce-breadcrumb a:hover {
  color: #333333 !important;
}
a.button,
button.button,
input.button,
#respond input#submit {
  border-radius: 0!important;
  height: auto!important;
}
button.button {
  background-color: #333333 !important;
  color: #fff!important;
}
button.button:hover {
  background-color: #040b0d !important;
}
.woocommerce-tabs ul.tabs li {
  border-radius: 0!important;
}
.woocommerce-tabs ul.tabs li a {
  font-size: 14px!important;
  text-transform: uppercase;
}
.woocommerce-tabs ul.tabs li.active {
  background: #f0f0f0;
}
.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs li:before {
  -webkit-border-bottom-right-radius: 0!important;
  -moz-border-bottom-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  border: none!important;
}
@media (max-width: 500px) {
  .woocommerce-tabs ul.tabs li {
    width: 100%;
    text-align: center;
  }
  .woocommerce-tabs ul.tabs li a {
    display: block;
    width: 100%;
  }
}
.product_meta a {
  text-transform: uppercase;
}
.wc-proceed-to-checkout a.checkout-button {
  background: #333333 !important;
  text-transform: uppercase;
  padding: 14px;
}
.wc-proceed-to-checkout a.checkout-button:hover {
  background: #f3f3f3 !important;
  color: #333333 !important;
}
form .form-row input[type="submit"]#place_order {
  background: #333333 !important;
  text-transform: uppercase;
  padding: 14px;
}
form .form-row input[type="submit"]#place_order:hover {
  background: #f3f3f3 !important;
}
.coupon input#coupon_code {
  margin-bottom: 6px;
  width: auto;
}
.coupon input.button {
  background: #333333 !important;
  color: #fff!important;
}
.star-rating {
  color: #333333;
}
.woocommerce-product-gallery img {
  width: auto!important;
}
.woocommerce-tabs .meta {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 27px;
  background: transparent;
}
.woocommerce-tabs .meta p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  margin-right: 7px;
  padding-right: 12px;
  border-right: 1px solid #ececec;
  opacity: 0.7;
}
.woocommerce-tabs .meta p:last-child {
  border-right: none;
}
.woocommerce-tabs .meta i {
  font-size: 12px;
  margin: 0 3px;
  padding: 0;
  color: #fff;
}
.woocommerce-tabs .meta a {
  color: #fff;
}
.woocommerce-tabs p.stars a {
  color: #333333;
  line-height: 1;
}
.woocommerce-tabs p.comment-form-rating label {
  margin-right: 5px;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  font-size: 100%;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  overflow: visible;
  padding: 12px 24px!important;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  left: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff!important;
  text-shadow: none!important;
  border: none!important;
  background: #333333 !important;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}
.woocommerce h1.page-title,
.woocommerce .cart_totals h2,
.woocommerce h1.product_title,
.woocommerce .woocommerce-Tabs-panel h2,
.woocommerce .related.products h2,
.woocommerce #customer_details h3,
.woocommerce h3#order_review_heading {
  font-size: 25px!important;
  line-height: 1.7!important;
  font-family: "montserrat", arial, sans-serif !important;
}
.woocommerce .coupon input#coupon_code {
  margin-bottom: 6px;
}
.woocommerce .star-rating {
  color: #333333;
}
.woocommerce .woocommerce-product-gallery img {
  width: auto!important;
}
/* fix for columns */
@media (max-width: 767px) {
.woocommerce .products.columns-4 li {
  width: 100%!important;
}
}
.woocommerce .products.columns-4 img {
  width: auto!important;
}
/************* woocommerce end **************/