/*------------------------------------------------------------------
1. Default Settings
2. Home
3. Menus
4. Sections
5. Shortcodes
6. Porfolio
7. Blog & Widgets
8. Footer
9. Other
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Default Settings]
------------------------------------------------------------------*/
.col-3 {
  width: 25%;
  padding: 75px;
  display: table-cell;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.table {
  display: table;
  width: 100%;
}
.tb-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
.resume a { color: #cedb00; }
.resume a:hover { color: #000; }
.light {color: #C8C8C8; font-weight: lighter !important;}

sup {font-size:small; vertical-align:super;}

h1 {
  font-size: 54px;
  line-height: 62px;
  margin-bottom: 50px !important;
}
h2 {
    font-size: 84px;
  line-height: 84px;
}
h3 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px !important;
}
h4 {
  font-size: 24px;
  line-height: 34px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'HelveticaNeue-Bold','Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 20px;
  font-family: 'HelveticaNeue-UltraLight', 'Roboto', sans-serif;
  font-weight: 100;
}
.figure {
        position: relative;
        max-width: 100%;
    }
    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity .2s;
    }
    .figure:hover img.image-hover {
      opacity: 1;
    }
.infobox-1 h3 {
	line-height: 30px;
}
.half section > .container,
.half #footer-2 > .container {
  padding-left: 105px !important;
  padding-right: 105px !important;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.bold {
	font-family: 'HelveticaNeue-Bold', 'Roboto', sans-serif;
	font-weight: 700;
}
.grey {
	color: #252729;
}

.greylt {
	color: #A1A9A9;
}

.palegrey {
	color: #BFBFBF;
}

.green {
	color: #cedb00;
}
.orange {
  color: #ff8200;
}
.blue {
  color: #001F5D;
}
.white {
	color: #fff;
}
.green-trend a {color: #cedb00;}

.green-trend a:hover {color: #252729;}

.italic {
	font-style: italic;		
}
.grey-scale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
.grey-scale:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
.kern {
	letter-spacing: 2px;
}
.italic {
	font-style: italic;
}
.logolarge {
	width: 450px;
}
/* ========== Forms ========== */
.select-menu { padding-left: 4px; padding-right: 4px; }
.standard-form { padding-top: 2px; }
.standard-form input[type="text"], input[type="password"] { padding-top: 3px; padding-bottom: 15px; margin-left: 20px; }
.standard-form textarea { padding: 10px 17px 10px 15px; height: 163px; margin-bottom: 29px; }
.contactform-2 .button-3 {
  color: #fff;
  background-color: #cedb00;
  padding: 6px 50px;
  font-size: 18px;
  font-weight: 300;
  border-color: #cedb00 !important;
}
.standard-form  .button-3:hover, #home .button-3:hover {
  background-color: #fff;
  color: #cedb00 !important;
  border-color: #cedb00 !important;
}
#home .button-3 {
  padding: 6px 50px;
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
}
.mainlogo {
	width: 160px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.alignright {
  float: right;
  margin: 10px 0px 10px 10px;
}
#right-box {
  min-height: 100%;
  height: 100%;
  margin-left: 300px;
}
#preloader {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  background-image: url(../img/x.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
strong {
  font-weight: bold;
}
.strong {
  font-weight: 700;
}
.semibold {
  font-weight: 600;
}
.light {
  font-weight: 300;
}
.gap-1 {
  padding: 130px 0;
}

.gap-2 {
	padding-bottom: 130px;
}

.gap-3 {
	padding-top: 130px;
}
.gap-4 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.gap-5 {
	padding-top: 60px;
	padding-bottom: 130px;
}
.gap-6 {
	padding-top: 100px;
}
.gap-7 {
	padding-bottom: 0px !important;
	margin-bottom: 30px !important;
}
.gap-8 {
	padding-bottom: 130px !important;
	margin-bottom: 30px !important;
}
.gap-9 {
	padding-bottom: 280px !important;
	margin-bottom: 30px !important;
}


.mask:after {
  background: url(../img/mask.svg) repeat scroll center bottom / cover rgba(0, 0, 0, 0);
  bottom: -20px;
  content: "";
  height: 90px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.bg-1 {
  background-color: #f9f9f9 !important;
}
.bg-2 {
  background-color: #231f20 !important;
}
.bg-3 {
  background-color: #292929 !important;
}
.bg-4 {
  background-color: #1A1A1A !important;
}
.bg-5 {
  background-color: #787878 !important;
}
.bg-6 {
  background-color: #cedb00 !important;
}
.color-1 {
  color: #fff;
}
.size-1 {
  font-size: 16px;
}
.size-1 a { color: #cedb00; }
.size-1 a:hover { color: #000; }
.size-4 a { color: #cedb00; }
.size-4 a:hover { color: #000; }
.size-2 {
  font-size: 16px;
}
.size-3 {
  font-size: 16px;
}
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #cedb00;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
}
.section {
  background-size: cover;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.parallax {
  background-attachment: fixed;
}
html,
body {
  height: 100%;
  font-family: 'HelveticaNeue-Light','Roboto', sans-serif;;
  font-weight:300;
}
.rev {
  position: relative;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  clear: both;
}
.push-left {
  float: left;
}
.push-right {
  float: right;
}
body {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #666;
}
p {
  font-size: 16px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
  height: auto;
}
.image-full{
   display: block;
  }

 .image-mobile{
  display: none;
 }

@media (max-width: 982px) and (min-width: 0px){
  .image-full{
   display: none;
  }

  .image-mobile{
   display: block;
  }
}
.line {
  width: 100px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
}
blockquote {
  padding-left: 30px;
  border-left: 2px solid #cedb00;
  margin: 25px 0;
}
/*------------------------------------------------------------------
[2. Home
------------------------------------------------------------------*/
#home {
  width: 100%;
  height: 100%;
  background-image: url(../img/1700x935.jpg);
  color: #fff;
}
.arrowicon, .surveyicon {
	width: 90px;
}
#home h1,
#home h2,
#home h4,
#home h5,
#home h6 {
  color: inherit;
}
#home h3 {
  color: inherit;
  line-height: 32px;
}
#ourservices {
  width: 100%;
  height: 15%;
  background-image: url(../img/1700x935.jpg);
  color: #fff;
}
#ourservices h3 { line-height: 32px; }

#ourservices h1,
#ourservices h2,
#ourservices h3,
#ourservices h4,
#ourservices h5,
#ourservices h6 {
  color: inherit;
}

.bullets li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

#home-2 {
  width: 100%;
  height: 100%;
  background-image: url(../img/1700x935.jpg);
  color: #fff;
}
#home-2 .tb-cell {
  text-align: left;
}
#home-2 h1,
#home-2 h2,
#home-2 h3,
#home-2 h4,
#home-2 h5,
#home-2 h6 {
  color: inherit;
}
#home-2 .button-3 {
  color: #fff;
  padding: 6px 50px;
  font-size: 18px;
  font-weight: 300;
  border-color: #fff !important;
}
#home-2 .button-3:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff !important;
}
#home-3 {
  width: 100%;
  height: 100%;
  background-image: url(../img/1700x935.jpg);
  color: #fff;
}
#home-3 h1,
#home-3 h2,
#home-3 h3,
#home-3 h4,
#home-3 h5,
#home-3 h6 {
  color: inherit;
}
#home-3 .typed {
  display: inline-block;
}
#home-3 .typed-cursor {
  font-size: 70px;
  position: relative;
  top: -10px;
}

#home-4 {
  width: 100%;
  height: 100%;
  background-image: url(../img/1700x935.avif?v=042426);
  color: #fff;
  margin-bottom: -70px;
}

#home-4 h1, #home-4 h2, #home-4 h3, #home-4 h4, #home-4 h5, #home-4 h6 { color: inherit; }

#home-4 h3 {
  color: inherit;
  line-height: 32px;
  font-size: 18px;
  margin: 0 45px;
  }
  
  #home-branding {
  width: 100%;
  height: 100%;
  background-image: url(../img/1700x935-branding.jpg);
  color: #fff;
  margin-bottom: -70px;
}

#home-branding h1, #home-branding h2, #home-branding h3, #home-branding h4, #home-branding h5, #home-branding h6 { color: inherit; }

#home-branding h3 {
  color: inherit;
  line-height: 32px;
  font-size: 18px;
  margin: 0 45px;
  }
  
    #home-design {
  width: 100%;
  height: 100%;
  background-image: url(../img/1700x935-design.jpg);
  color: #fff;
  margin-bottom: -70px;
}

#home-design h1, #home-design h2, #home-design h3, #home-design h4, #home-design h5, #home-design h6 { color: inherit; }

#home-design h3 {
  color: inherit;
  line-height: 32px;
  font-size: 18px;
  margin: 0 45px;
  }
  
  #home-web {
  width: 100%;
  height: 100%;
  background-image: url(../img/1700x935-web.jpg);
  color: #fff;
  margin-bottom: -70px;
}

#home-web h1, #home-web h2, #home-web h3, #home-web h4, #home-web h5, #home-web h6 { color: inherit; }

#home-web h3 {
  color: inherit;
  line-height: 32px;
  font-size: 18px;
  margin: 0 45px;
  }
  
  
 
#slider-1 .scroll-button {
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  bottom: 50px;
  left: 49%;
}
h2.highlight {
  background-color: #fff;
  color: #000 !important;
  padding: 20px 45px;
  display: inline-block;
  font-weight: 700 !important;
}
#header-title-1 h3 {
  display: inline-block;
  margin: 0 45px;
  font-size: 24px;
}

#header-title-1 h2 {
  padding: 20px 60px;
  display: inline-block;
  margin-top: 10px;
}
#header-title-1 h1 {
  display: inline-block;
  margin: 20px 0px 20px 0px !important;
}
#header-title-2 h3 {
  font-weight: 400 !important;
  font-size: 16px !important;
}
#header-title-3 {
  padding: 10px 30px 10px 100px;
}
#header-title-4 h2,
#header-title-4 h3 {
  margin-bottom: 10px !important;
}
#header-title-4 h2 {
  font-size: 70px !important;
  line-height: 80px !important;
}
#header-title-4 h3 {
  font-size: 45px !important;
  line-height: 55px !important;
}
#header-title-5 h2 {
  font-weight: 300;
  font-size: 72px !important;
}
#slider-1 .tp-leftarrow.default,
#slider-1 .tp-rightarrow.default {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}
#slider-1 .tp-rightarrow.default .tp-arr-allwrapper:after,
#slider-1 .tp-leftarrow.default .tp-arr-allwrapper:after {
  line-height: 45px !important;
}
.rev {
  color: #fff;
}
.rev .button-3 {
  color: #fff;
  padding: 6px 50px;
  font-size: 16px;
  font-weight: 400;
}
.rev .button-3:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff !important;
}
.rev .tp-leftarrow.default,
.rev .tp-rightarrow.default {
  background-color: #000;
  color: #fff;
  background-image: none !important;
  width: 25px;
  height: 95px;
  text-align: center;
}
.rev .tp-leftarrow.default:hover,
.rev .tp-rightarrow.default:hover {
  background-color: #cedb00;
}
.rev .tp-leftarrow.default {
  left: 0px !important;
}
.rev .tp-leftarrow.default .tp-arr-allwrapper:after {
  content: "\f104";
  font-family: FontAwesome;
  line-height: 95px;
  font-size: 17px;
}
.rev .tp-rightarrow.default {
  right: 0px !important;
}
.rev .tp-rightarrow.default .tp-arr-allwrapper:after {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 95px;
  font-size: 17px;
}
.big-font {
  font-size: 48px;
}
.medium-font {
  font-size: 16px;
  font-weight: 400 !important;
}
.medium-1 {
  font-weight: 300;
  font-size: 45px;
  line-height: 55px;
}
.medium-2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
}
@-webkit-keyframes slide {
  from {
    top: -10px;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes slide {
  from {
    top: -10px;
  }
  to {
    top: 0;
  }
}
@-o-keyframes slide {
  from {
    top: -10px;
  }
  to {
    top: 0;
  }
}
.scroll-button {
  width: 27px;
  height: 42px;
  border: 2px solid #ddd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: inline-block;
}
.scroll-button:after {
  display: block;
  margin: 10px auto;
  width: 3px;
  height: 10px;
  content: "";
  background-color: #ddd;
  position: relative;
  -webkit-animation: slide 1s linear infinite;
  -moz-animation: slide 1s linear infinite;
  animation: slide 1s linear infinite;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.scroll-button.white {
  border-color: #fff !important;
}
.scroll-button.white span {
  background-color: #fff !important;
}
/*------------------------------------------------------------------
[3. Menus]
------------------------------------------------------------------*/
.right-nav {
  margin-top: -2px !important;
}
.left-nav {
  margin-top: 2px;
}
#top-menu {
  height: 30px;
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 9999998 !important;
  background-color: #f9f9f9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  position: relative;
}
#main-menu {
  height: 70px;
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 9999998 !important;
  background-color: rgba(255,255,255,0.95);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  position: relative;
}
#main-menu.effect-on {
  position: fixed;
  top: -70px;
  left: 0;
}
.black-style #main-menu {
  background-color: #000 !important;
  border-bottom: none !important;
}
.black-style #main-menu .desktop-menu > .menu-container > ul > li > a:hover,
.black-style #main-menu .desktop-menu > .menu-container > ul > li.active > a {
  color: #fff !important;
}
.black-style .portfolio-info-2 h4 {
  color: #fff !important;
}
.black-style .menu-type-3 .desktop-menu > .menu-container > ul > li:hover > a:after,
.black-style .menu-type-3 .desktop-menu > .menu-container ul > .active > a:after,
.black-style .menu-type-3 .desktop-menu > .menu-container ul > .current_menu_item > a:after {
  color: #fff !important;
}
.menu-visible {
  top: 0 !important;
}
#getintouch {
	height: 30px;
	float: left;
	font-size: 12px;
}
#logo {
  height: 70px;
  float: left;
}
#logo img {
  max-height: 70px;
}
.current_menu_item > a {
  color: #cedb00 !important;
}
#top-menu .desktop-menu > .menu-container {
  text-align: right;
  height: 30px;
}
#main-menu .desktop-menu > .menu-container {
  float: right;
  height: 70px;
}
#top-menu .desktop-menu > .menu-container > ul > li {
  display: inline-block;
  position: relative;
}
#main-menu .desktop-menu > .menu-container > ul > li {
  display: inline-block;
  margin: 0 0 0 60px;
  position: relative;
}
#main-menu .desktop-menu > .menu-container > ul > li:last-child, #top-menu .desktop-menu > .menu-container > ul > li:last-child {
  margin-right: 0 !important;
}
#main-menu .desktop-menu > .menu-container > ul > li:last-child a, #top-menu .desktop-menu > .menu-container > ul > li:last-child a {
  /* padding-right: 0 !important; */
}
#top-menu .desktop-menu > .menu-container > ul > li > a {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  display: block;
  font-size: 12px;
  font-weight: 300 !important;
  color: #676666;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main-menu .desktop-menu > .menu-container > ul > li > a {
  height: 70px;
  padding: 0 0 0 0px;
  line-height: 70px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #676666;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main-menu .desktop-menu > .menu-container > ul > li > a:hover,
#main-menu .desktop-menu > .menu-container > ul > li.active > a,
#top-menu .desktop-menu > .menu-container > ul > li > a:hover,
#top-menu .desktop-menu > .menu-container > ul > li.active > a{
  color: #cedb00;
}
#top-menu .desktop-menu > .menu-container .active {
  background-color: #eeeeee;
  padding: 0 20px;
}
#main-menu .desktop-menu > .menu-container > ul > li .sub-menu {
  display: none;
  font-size: 12px;
}
#main-menu .desktop-menu > .menu-container .sub-menu {
  background-color: #222;
  position: absolute;
  top: 70px;
}
#main-menu .desktop-menu > .menu-container .sub-menu li {
  position: relative;
}
#main-menu .desktop-menu > .menu-container .sub-menu li a {
  width: 200px;
  padding: 10px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#main-menu .desktop-menu > .menu-container .sub-menu li a:hover {
  color: #cedb00;
}
#main-menu .desktop-menu > .menu-container .sub-menu .sub-menu {
  left: 175px;
  top: 0 !important;
}
.menu-type-2 .col-md-12 {
  width: 100% !important;
  margin: auto;
  padding: 0 40px 0 0 !important;
  background-color: #fff;
}
.menu-type-2 .desktop-menu > .menu-container > ul > .current_menu_item > a {
  color: inherit !important;
}
.menu-type-2 #logo {
  background: #000;
  padding: 0 165px 0 90px;
}
.menu-type-3 .col-md-12 {
  width: 95% !important;
  margin: auto;
}
.menu-type-3 .desktop-menu > .menu-container > ul > .current_menu_item > a {
  color: inherit !important;
}
.menu-type-2 .desktop-menu > .menu-container > ul > li > a {
  font-weight: 400 !important;
}
.menu-type-2 .desktop-menu > .menu-container .social-menu a i {
  width: 25px;
  text-align: center;
  font-size: 12px;
  height: 25px;
  line-height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #676666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-type-2 .desktop-menu > .menu-container .social-menu:hover i {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
.menu-type-2 .desktop-menu > .menu-container .social-menu {
  margin: 0 0 0 20px !important;
}
.menu-type-2 .desktop-menu > .menu-container .first {
  margin-left: 30px !important;
}
.menu-type-2 .desktop-menu > .menu-container .first a {
  padding-left: 40px !important;
  position: relative;
}
.menu-type-2 .desktop-menu > .menu-container .first a:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #F1F0F0;
  display: block;
  position: absolute;
  left: 5px;
  top: 15px;
}
.menu-type-2 .desktop-menu > .menu-container .social-menu a:after {
  content: "" !important;
}
.menu-type-3 .desktop-menu > .menu-container > ul > li > a {
  font-weight: 400 !important;
}

.menu-type-3 .desktop-menu > .menu-container > ul > li:hover {
  color: #cedb00;
}

.menu-type-3 .desktop-menu > .menu-container .social-menu a i {
  width: 25px;
  text-align: center;
  font-size: 14px;
  height: 25px;
  line-height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #676666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-type-3 .desktop-menu > .menu-container .social-menu:hover i {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
.menu-type-3 .desktop-menu > .menu-container .social-menu {
  margin: 0 0 0 20px !important;
}
.menu-type-3 .desktop-menu > .menu-container .first {
  margin-left: 30px !important;
}
.menu-type-3 .desktop-menu > .menu-container .first a {
  padding-left: 40px !important;
  position: relative;
}
.menu-type-3 .desktop-menu > .menu-container .first a:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #F1F0F0;
  display: block;
  position: absolute;
  left: 5px;
  top: 15px;
}
.menu-type-3 .desktop-menu > .menu-container .social-menu a:after {
  content: "" !important;
}
.menu-type-3 .desktop-menu > .menu-container > ul > .active > a {
  color: inherit !important;
}
.menu-type-3 .desktop-menu > .menu-container > ul > li > a:hover {
  color: inherit !important;
}
#mobile-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  color: #292929;
  text-align: right;
}
#mobile-menu .menu-container {
  position: absolute;
  top: 70px;
  width: 100%;
  left: 0;
  display: none;
  background-color: #fff;
}
#mobile-menu .menu-container ul > li {
  position: relative;
}
#mobile-menu .menu-container ul > li i {
  position: absolute;
  right: 0;
  top: 20px;
}
#mobile-menu .menu-container ul > li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-decoration: none;
  border-top: 1px solid #f1f0f0;
}
#mobile-menu .menu-container ul > li:first-child a {
  border-top: none !important;
}
#mobile-menu .menu-container .col-md-12 > ul > li:first-child > a {
  border-top: none !important;
}
#mobile-menu .menu-container .sub-menu {
  display: none;
}
#mobile-menu .menu-container .sub-menu a {
  padding-left: 20px;
}
#mobile-menu .menu-container ul > li a:hover {
  color: #cedb00;
}
.menu-type-2 #mobile-menu .menu-container > ul > li,
.menu-type-3 #mobile-menu .menu-container > ul > li {
  width: 95%;
  margin: auto;
  padding: 0 15px;
}
.menu-type-2 #mobile-menu .menu-container > ul > li,
.menu-type-3 #mobile-menu .menu-container > ul > li {
  position: relative;
}
.menu-type-2 #mobile-menu .menu-container > ul > li i,
.menu-type-3 #mobile-menu .menu-container > ul > li i {
  right: 15px;
}
#side-menu {
  position: fixed;
  width: 300px;
  min-height: 100%;
  background-color: #fff;
  padding: 7% 40px 0 40px;
  font-weight: 400 !important;
}
#side-menu > ul {
  margin-top: 25px;
}
#side-menu > ul > li {
  margin-bottom: 10px;
}
#side-menu > ul > li > a {
  text-decoration: none;
  color: #292929;
  font-size: 12px;
}
#side-menu > ul > li > a:hover {
  color: #cedb00;
}
#side-menu > ul .active > a,
#side-menu > ul .current_menu_item > a {
  color: #cedb00 !important;
}
#side-menu footer {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  color: #292929;
}
/*------------------------------------------------------------------
[4. Sections]
------------------------------------------------------------------*/
#services {
  padding: 130px 0 50px !important;
}
#services-3 {
  padding: 130px 0 100px !important;
}
#team {
  padding-bottom: 100px !important;
}
#clients {
  padding-top: 50px !important;
}
#clients-2 {
  padding: 45px 0 35px !important;
}
#clients-3 {
  background-image: url(../img/1700x935.jpg);
  padding: 160px 0 !important;
}
#countdown {
  background-image: url(../img/corevalues.avif?v=042826);
  padding: 130px 0 100px;
}
#countdown-2 {
  background-image: url(../img/1700x935.jpg);
  padding: 130px 0 100px;
}
#portfolio-2 {
  padding: 100px 0 !important;
}
#contact {
  padding: 110px 0 70px !important;
}
#wallpapers {
  display: none;
}
#contact .container .row .size-2 .italic a {
	color: #cedb00;
}
#contact .container .row .size-2 .italic a:hover {
	color: #fff;
}
#section-picture {
  padding: 130px 0 0 !important;
}
#progress-bars {
  background-color: #000;
}
#testimonials {
  background-image: url(../img/testimonials.jpg);
  padding: 130px 0 100px !important;
}
#testimonials-2 {
  background-image: url(../img/1700x935.jpg);
  padding: 130px 0 100px !important;
}
#testimonials-3 {
  background-image: url(../img/1700x935.jpg);
  padding: 130px 0 100px !important;
}
#testimonials-4 {
  background-image: url(../img/1700x935.jpg);
  padding: 130px 0 100px !important;
}
#contentboxes-2 {
  background-image: url(../img/1700x935.jpg);
}
#contentboxes {
  background-image: url(../img/1700x935.jpg);
  padding: 130px 0 160px !important;
}
#contact-2 {
  padding: 10px 0 45px !important;
}
#contact-info {
  padding: 0 !important;
}
#contact-info-2 {
  padding: 30px 0 15px !important;
}
#contentboxes-4 {
  background-image: url(../img/web-parallax.jpg);
}
#infoboxes {
  padding: 130px 0 50px !important;
}
#countdown-3 {
  padding: 0 !important;
}
#portfolio-4 {
  padding: 130px 0 0 !important;
}
#blog-2 {
  padding: 130px 0 75px 0 !important;
}
#mailing {
  background-color: #292929;
  padding: 30px 0 20px !important;
}
#wallpaper-subscription {
  background-color: #cedb00;
  padding: 30px 0 20px !important;
}
/*------------------------------------------------------------------
[5. Shortcodes]
------------------------------------------------------------------*/
.formtop {
	padding-top: 80px;
}
.form-1 textarea {
  width: 100%;
  clear: both;
  min-height: 150px !important;
  line-height: 24px !important;
  max-width: 100%;
}
.form-1 textarea,
.form-1 input {
  height: 55px;
  background-color: #f1f0f0;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-bottom: 25px;
  padding: 20px;
  line-height: 55px;
}



.mailing-box {
  color: #fff;
}
.mailing-box input[type="email"] {
  border: none !important;
  background-color: transparent !important;
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #787878 !important;
}
.mailing-box .mce_inline_error {
  margin: 5px 0 !important;
}
.mailing-box #mce-EMAIL {
  margin: 0 !important;
}
.mailing-box .response {
  display: none;
  line-height: 22px;
  margin-top: 10px;
}
.mailing-box .mc-field-group {
  float: left;
  width: 70%;
}
.mailing-box input[type="submit"] {
  font-weight: 600;
  color: #fff;
  border: 2px solid;
  font-size: 16px;
  font-family: inherit;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 10px 40px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: -5px;
}
.mailing-box ::-webkit-input-placeholder {
  color: #fff;
}
.mailing-box :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.mailing-box ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.mailing-box :-ms-input-placeholder {
  color: #fff;
}
.mailing-box input[type="submit"]:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.mailing-box .submit {
  float: right;
}
#map-canvas {
  min-height: 360px;
}
#map-canvas img {
  max-width: none !important;
}
.map-spacer {
	margin-bottom: 25px;
}
.content-map {
  width: 250px;
  height: 90px;
}
.content-map img {
  float: left;
  width: 75px !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.content-map span {
  float: right;
  font-size: 16px;
  width: 175px;
}
.grid-1 > div,
.grid-2 > div {
  border: 1px solid #F1F0F0;
  border-right: none;
  float: left;
  width: 25%;
  padding: 35px 45px;
}
.grid-1 > div:nth-of-type(4n+4),
.grid-2 > div:nth-of-type(4n+4) {
  border-right: 1px solid #F1F0F0;
}
.grid-2 > div {
  min-height: 265px;
  padding: 90px 45px;
  text-align: center;
}
.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-container h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #666;
  font-weight: bold;
  margin-top: 80px;
}

.faq-item {
  background: #fff;
  border: none;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question  {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #ededed;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  padding: 16px 40px 16px 1px;
  cursor: pointer;
  position: relative;
  color: #292929;
}

.faq-question h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px !important;
}

.faq-question:hover {
  color:#cedb00;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 30px;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
  color: #292929;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  font-size: 16px;
  line-height: 30px;
  max-height: 0;
  overflow: hidden;
  padding: 0 0px;
  margin-bottom: 25px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 700px;
  padding: 20px 0px 16px;
}

.faq-answer p {
  margin: 0;
}

.faq-toggle-wrap {
  text-align: left !important;
  margin: 0 0 20px;
}

.faq-toggle-all {
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #cedb00;
  cursor: pointer;
  text-decoration: underline;
}

.faq-toggle-all:hover {
  text-decoration: none;
}

.accordions > div {
  margin-bottom: 55px;
}
.accordions > div > h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-left: 25px;
  position: relative;
  color: #292929;
  cursor: pointer;
}
.accordions > div > h3:hover {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-left: 25px;
  position: relative;
  color: #cedb00;
  cursor: pointer;
}
.accordions > div > header span {
  position: absolute;
  left: -80px;
  top: -20px;
  font-size: 30px;
  font-weight: 700;
  display: block !important;
  padding: 20px 0 0px 100px;
}
.accordions > div > span {
  display: none;
  padding: 20px 0 0px 25px;
}
.tabs nav {
  margin-bottom: 25px;
}
.tabs nav li {
  display: inline-block;
  margin-left: 5px;
}
.tabs nav li a {
  text-decoration: none;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-left: -3px;
  color: #292929;
  border-bottom: 2px solid transparent;
}
.tabs .active-tab a {
  border-color: #000;
}
.tabs-2 {
  text-align: center;
}
.calloutbox {
  text-align: center;
  font-size: 18px;
  padding: 45px 20px;
}
.calloutbox .button-3 {
  margin: 5px 30px;
  padding: 6px 50px;
  padding: 10px 40px;
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
}

.calloutbox .button-3:hover {
  background-color: #f9f9f9;
  color: #cedb00 !important;
  border-color: #cedb00 !important;
}
.calloutbox.white {
  color: #252729;
}
.progress-bar {
  margin-bottom: 35px;
}
.progress-bar h6 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}
.progress-bar .bar {
  height: 22px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #DDDDDD;
  position: relative;
}
.progress-bar .bar-fill {
  background-color: #676666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
  display: block;
  height: 22px;
  position: relative;
  width: 0;
}
.progress-bar .bar-fill > span {
  display: none;
  background-color: #292929;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: absolute;
  top: -39px;
  right: -15px;
  font-size: 12px;
}
.progress-bar .bar-fill > span i {
  position: absolute;
  bottom: -9px;
  color: #292929;
  left: 41%;
  font-size: 16px;
}
.progress-bar-highlighted .bar-fill {
  background-color: #cedb00;
}
.contact-info-2 {
  text-align: center;
  font-size: 12px;
  font-weight: 400 !important;
}
.contact-info-2 i {
  font-size: 24px;
  margin-bottom: 25px;
  display: block;
}
.contact-info-2 a {
  text-decoration: none;
}
.contact-info-2.white * {
  color: #fff !important;
}
.progress-bar.white * {
  color: #fff;
}
.testimonials {
  text-align: center;
}
.testimonials p {
  line-height: 40px;
  font-size: 24px;
}
.testimonials span {
  display: block;
  margin-bottom: 15px;
}
.testimonials .bx-pager-item {
  margin: 0 7px !important;
}
.testimonials .bx-pager-item a {
  display: block;
  width: 25px !important;
  height: 3px !important;
  background-color: #676666 !important;
  text-indent: 9999px;
  overflow: hidden;
  margin: 0 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonials .bx-pager-item .active,
.testimonials .bx-pager-item a:hover {
  background-color: #cedb00 !important;
}
.testimonials.white {
  color: #fff;
}
.pricing-table-1 {
  text-align: center;
}
.pricing-table-1 li:first-child {
  background-color: #292929;
  color: #fff;
  font-size: 17px;
}
.pricing-table-1 .pricing-details {
  padding-top: 40px;
  padding-bottom: 20px;
}
.pricing-table-1 .pricing-price {
  font-size: 65px;
  font-weight: 700;
  color: #292929;
}
.pricing-table-1 .pricing-currency {
  color: #404040;
  font-size: 30px;
  position: relative;
  left: -10px;
}
.pricing-table-1 .pricing-time {
  display: block;
}
.pricing-table-1 i {
  color: #292929;
}
.pricing-table-1 li {
  padding: 13px;
  border-bottom: 1px solid #F1F0F0;
}
.pricing-table-1 li:last-child {
  padding: 0 !important;
}
.pricing-table-1 li:last-child a {
  background-color: #292929;
  display: block;
  padding: 13px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.pricing-table-1 li:last-child a:hover {
  background-color: #cedb00;
  color: #292929;
}
.pricing-highlighted li:last-child a {
  background-color: #cedb00;
  color: #292929;
}
.pricing-highlighted li:first-child {
  background-color: #cedb00;
  color: #292929;
}
.rslides {
  position: relative;
  list-style: none !important;
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.bq-1 {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.bq-1 span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.slogan-1 {
  text-align: center;
  margin-bottom: 65px;
}
.slogan-1 h6 {
  color: #676666;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 5px;
}
.slogan-1 h3 {
  font-size: 36px;
  line-height: 46px;
}
.slogan-2 {
  margin-bottom: 35px;
}
.slogan-2 hr {
  margin: 0 0 40px 0;
  height: 4px;
  border: none;
  width: 35px;
  background-color: #676666;
}
.slogan-2 h3 {
  font-size: 36px;
  margin-bottom: 10px !important;
}
.slogan-2 h2 {
	text-align: center;
}
.slogan-2 h4 {
  font-size: 40px;
}
.slogan-2.white * {
  color: #fff !important;
}
.slogan-3 {
  margin-bottom: 35px;
}
.slogan-3 h3 {
  font-size: 30px;
  margin-bottom: 5px !important;
  font-weight: 700;
}
.slogan-3 h2 {
  font-size: 52px;
}
.slogan-3.white * {
  color: #fff !important;
}
.slogan-3.white h3 {
  color: #676666 !important;
}
.slogan-4 {
  text-align: center;
  margin-bottom: 35px;
}
.slogan-4 hr {
  margin: 0 0 40px 0;
  height: 4px;
  border: none;
  width: 35px;
  background-color: #676666;
}
.slogan-4 h3 {
  font-size: 36px;
  margin-bottom: 10px !important;
}
.slogan-4 h4 {
  font-size: 40px;
}
.slogan-4.white h3 {
  color: #676666 !important;
}
.slogan-4.white h2 {
  color: #fff !important;
}
.tiles li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 75px;
}
.right-b {
  border-right: 1px solid #eee;
}
.top-b {
  border-top: 1px solid #eee;
}
.contactform-1 input,
.contactform-1 textarea,
.contactform-2 input,
.contactform-2 textarea {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #262626;
  color: #676666;
  font-family: 'HelveticaNeue-Light','Roboto', sans-serif;;
  font-weight:300;
  font-size: 16px;
  padding: 15px;
  border: none;
  border: 1px solid transparent;
}
.contactform-1,
.contactform-2 {
  margin: 0 -15px;
}
.contactform-2 .button-1:hover {
  color: #ffffff;
  background-color: #000;
}
.contactform-1 textarea,
.contactform-2 textarea {
  min-height: 150px;
  max-width: 100%;
}
.contactform-2 .button-2 {
  background-color: #292929;
}
.contactform-2 input,
.contactform-2 textarea {
  background-color: #fff !important;
  border-color: #f1f0f0 !important;
  border-width: 2px !important;
}
.contactform-1 input.error,
.contactform-1 textarea.error {
  border: 1px solid #fff;
}
.contactform-2 input.error,
.contactform-2 textarea.error {
  border-color: #cedb00 !important;
}
#success-message,
#error-message {
  display: none;
  margin-left: 15px !important;
}
.contact-info-1 {
  font-size: 12px;
  margin-bottom: 55px;
}
.contact-info-1 i {
  margin-right: 20px;
  color: #cedb00;
  font-size: 18px;
  min-width: 15px;
}
.contact-info-1 a {
  text-decoration: none;
}
.clients-slider img {
  margin: auto;
}
.contact-info-3 {
  position: relative;
  padding-left: 85px;
  margin-bottom: 25px;
}
.contact-info-3 a {
  text-decoration: none;
}
.contact-info-3 div {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 50px;
  border-right: 1px solid #333333;
  padding-right: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
.contact-info-3 span {
  display: block;
  margin-top: 0px;
  line-height: 22px;
}
.contact-info-3 strong {
  color: #292929;
}
.contact-info-3 i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-info-3:hover i {
  color: #cedb00;
}
.button-1 {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #cedb00;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none;
  font-size: 16px;
  font-family: 'HelveticaNeue-Light','Roboto', sans-serif;;
  font-weight:300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-1:hover {
  color: #676666;
  background-color: #fff;
}
.button-2 {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
  padding: 3px 20px;
  background-color: #cedb00;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: none;
  font-size: 12px;
  font-family: 'HelveticaNeue-Light','Roboto', sans-serif;;
  font-weight:300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-2:hover {
  color: #ffffff;
  background-color: #000000;
}
.button-3 {
  padding: 10px 40px;
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
}
.social-1 {
  margin: 0 12px;
  font-size: 16px;
}
.social-2 {
  margin-right: 30px;
  color: #fff;
  font-size: 16px;
}
.social-3 {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid #6F6E6E;
  color: #6F6E6E;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin: 0 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.social-3:hover {
  border-color: #cedb00;
  color: #cedb00;
}
.social-feed-padding { padding-top: 100px; padding-bottom: 100px;}
.countdown.white {
  color: #cedb00 !important;
}
.countdown {
  text-align: center;
  margin-bottom: 20px;
}
.countdown span {
  display: block;
  margin-bottom: 30px;
  font-size: 36px;
  font-family: 'HelveticaNeue-UltraLight','Roboto', sans-serif;
  font-weight:100;
}
.countdown p {
  margin-bottom: 0 !important;
  font-family: 'HelveticaNeue','Roboto', sans-serif;
  font-weight: 700;
}
.callout p {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  font-family: 'HelveticaNeue','Roboto', sans-serif;
}
.countdown-2,
.countdown-3 {
  color: #292929;
}
.countdown-2 i,
.countdown-3 i {
  color: #cedb00;
  font-size: 60px;
}
.countdown-2 span,
.countdown-3 span {
  margin: 40px 0 30px !important;
  font-size: 45px;
  font-weight: 700;
}
.white.countdown-3 i {
  color: #fff !important;
}
.team-member,
.team-member-2 {
  text-align: center;
  margin-bottom: 20px;
}
.team-member > div,
.team-member-2 > div {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.team-member *,
.team-member-2 * {
  margin-bottom: 0;
}
.team-member h6,
.team-member-2 h6 {
  margin: 25px 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member p,
.team-member-2 p {
  font-size: 12px;
}
.team-member .team-line-height {
	line-height: 18px;
	font-size: 16px;
}
.team-member img,
.team-member-2 img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member .tb-cell,
.team-member-2 .tb-cell {
  vertical-align: top;
}
.team-member .team-info,
.team-member-2 .team-info {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #676666;
  background-color: #231f20;
  top: 100%;
  text-align: left;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member .team-info .tb-cell,
.team-member-2 .team-info .tb-cell {
  padding: 30px;
  text-align: left;
}
.team-member .team-info p,
.team-member-2 .team-info p {
  margin-bottom: 25px;
  font-size: 14px;
}
.team-member .team-info footer,
.team-member-2 .team-info footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.team-member:hover .team-info {
  top: 0 !important;
}
.team-member:hover img {
  top: -30px;
}
.team-member:hover h6 {
  color: #cedb00;
}
.team-member-2 .team-info {
  background-color: #cedb00;
  height: 50px;
  text-align: center;
  bottom: -50px;
  padding: 10px;
  top: auto !important;
}
.team-member-2 img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-2 .social-2 {
  margin: 0 20px !important;
  font-size: 16px;
}
.team-member-2 .social-2:hover {
  color: #fff !important;
}
.team-member-2:hover .team-info {
  bottom: 0px !important;
}
.team-member-2:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  top: -15px;
}
.divider-1 {
  width: 85px;
  height: 1px;
  background-color: #cedb00;
  margin: 45px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.divider-2 {
  height: 1px;
  background-color: #f1f0f0;
  margin: 70px 0 70px;
}
.divider-3 {
  height: 1px;
  background-color: #f1f0f0;
  margin: 50px 0 50px;
}
.divider-4 {
  width: 75px;
  height: 2px;
  background-color: #fff;
  margin: 40px auto 60px;
}
.divider-5 {
  height: 1px;
  background-color: #f1f0f0;
  margin: 31px 0 31px;
}
.heading-light {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section .container:hover .heading-light {
  color: #252729;
}
.section .container:hover .divider-1 {
  width: 140px;
  background-color: #252729;
}
.infobox-1 {
  position: relative;
  margin-bottom: 70px;
}
.infobox-1 header * {
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.infobox-1 header {
  margin-bottom: 40px;
}
.infobox-1 header h3 {
  line-height: 35px;
}

.infobox-1 i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  color: #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
}
.infobox-1:hover i {
  color: #cedb00;
}
.infobox-1:hover header * {
  color: #cedb00;
}
.callout-container {
	background-color: #ffffff;
	padding: 50px 30px 30px 30px;
	min-height: 360px;
	text-align: center;
	margin-bottom: 40px;
}

.flip-container h2, .callout-container h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000000;
}
.flip-container {
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.flip-container p, .callout-container p {
  margin-bottom: 0 !important;
  line-height: 24px !important;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
  width: 100%;
  min-height: 410px;
}
.flipper {
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  position: relative;
}
.flipper-container {
  padding: 50px 30px 20px 30px;
}
.front,
.back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}
.front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  text-align: center;
}
.front h4 {
  margin-bottom: 0;
}
.front i {
  color: #cedb00;
  font-size: 32px;
}
.back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.infobox-2 {
  position: relative;
  text-align: center;
  perspective: 1000;
}
.infobox-2 .front-ib {
  background-color: #fff;
  padding: 27px 30px;
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.infobox-2 .front-ib h4 {
  margin-bottom: 0 !important;
}
.infobox-2 .back-ib {
  background-color: #fff;
  padding: 27px 30px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  text-align: left;
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
}
.infobox-2 .back-ib p {
  margin-bottom: 0 !important;
}
.infobox-2 i {
  font-size: 32px;
  color: #cedb00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.infobox-2 .front-ib {
  transition-delay: 500ms !important;
}
.infobox-2 .back-ib {
  transition-delay: 0ms !important;
}
.infobox-2-hover .front-ib {
  transition-delay: 0ms !important;
}
.infobox-2-hover .back-ib {
  transition-delay: 500ms !important;
}
.infobox-2:hover .front-ib {
  transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.infobox-2:hover .back-ib {
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.section .infobox-3 i {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.infobox-3 {
  text-align: center;
}
.infobox-3 h1,
.infobox-3 h2,
.infobox-3 h3,
.infobox-3 h4,
.infobox-3 h5,
.infobox-3 h6 {
  margin-top: 20px;
}
.infobox-3 i {
  color: #cedb00;
  font-size: 40px;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}
.infobox-3 h4 {
  font-size: 20px;
}
.infobox-3.white {
  color: #fff;
}
.infobox-3.white h1,
.infobox-3.white h2,
.infobox-3.white h3,
.infobox-3.white h4,
.infobox-3.white h5,
.infobox-3.white h6 {
  color: inherit !important;
}
.infobox-4 {
  text-align: center;
}
.infobox-4 header div {
  display: block;
  width: 90px;
  height: 90px;
  background: #E9E9E9;
  color: #292929;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 90px;
  font-size: 20px;
  margin: 0 auto 30px;
  position: relative;
}
.infobox-4 header div i {
  z-index: 3;
  position: relative;
}
.infobox-4 header div i:after {
  display: block;
  width: 90px;
  height: 90px;
  background: #cedb00;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  left: -35px;
  top: -35px;
}
.infobox-4 header h5 {
  font-weight: 600 !important;
}
.infobox-4:hover header div i:after {
  opacity: 100;
  -moz-opacity: 100;
  -khtml-opacity: 100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(10000));
  filter: alpha(opacity = (10000));
  left: -35px;
  top: -35px;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.infobox-4:hover header div {
  background-color: transparent;
  color: #fff;
}
.infobox-5 h4 {
  font-size: 22px;
}
.infobox-5.white {
  color: #fff;
}
.infobox-5.white h1,
.infobox-5.white h2,
.infobox-5.white h3,
.infobox-5.white h4,
.infobox-5.white h5,
.infobox-5.white h6 {
  color: inherit;
}
.infobox-6 {
  padding-left: 65px;
  margin-bottom: 75px;
  position: relative;
}
.infobox-6 header div {
  position: absolute;
  left: 0;
  top: -5px;
  font-weight: 700;
  font-size: 25px;
  color: #292929;
}
.infobox-6 hr {
  margin: 25px 0;
  width: 80px;
  height: 1px;
  border: none;
  background-color: #F1F0F0;
}
.infobox-7 {
  position: relative;
  padding-left: 177px;
  margin-bottom: 70px;
}
.infobox-7 header * {
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.infobox-7 header {
  margin-bottom: 20px;
}
.infobox-7 header h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.infobox-7 i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #676666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 85px;
  height: 85px;
  display: block;
  line-height: 90px;
  text-align: center;
  background-color: #292929;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.infobox-7 div {
  width: 35px;
  height: 3px;
  background-color: #292929;
  margin-top: 25px;
}
.infobox-7.white {
  color: #fff;
}
.infobox-7.white h1,
.infobox-7.white h2,
.infobox-7.white h3,
.infobox-7.white h4,
.infobox-7.white h5,
.infobox-7.white h6 {
  color: inherit !important;
}
.infobox-7.white i {
  color: #cedb00 !important;
}
.infobox-7:hover i {
  background-color: #cedb00;
  color: #fff;
}
.cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #676666;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: -30px 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 35px;
  left: 7px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #f9f9f9;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -12px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 25px;
  line-height: 24px;
}
.cd-timeline-content p {
  margin-bottom: 0;
}
.cd-timeline-content h5 {
  font-weight: 600 !important;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 16px;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 42px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #f9f9f9;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-right: -10px;
    width: 45%;
    float: right;
  }
  .cd-timeline-content::before {
    top: 42px;
    right: 100%;
    border-color: transparent;
    border-right-color: #f9f9f9;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: left;
    margin-left: -10px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 42px;
    left: auto;
    left: 100%;
    border-color: transparent;
    border-left-color: #f9f9f9;
  }
}
/*------------------------------------------------------------------
[6. Portfolio]
------------------------------------------------------------------*/
#portfolio-container > nav {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
}
#portfolio-container > nav li {
  display: inline-block;
  font-style: italic;
}
#portfolio-container > nav li a {
  text-decoration: none;
}
#portfolio-container > nav li:after {
  content: "/";
  margin: 0 10px;
}
#portfolio-container > nav li:last-child:after {
  content: "" !important;
}
#portfolio-container .current-category a {
  color: #cedb00 !important;
}
.color img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
  -webkit-filter: grayscale(0%) !important;
}
.portfolio-type-4 .portfolio-info {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-type-2 > nav,
.portfolio-type-3 > nav,
.portfolio-type-4 > nav {
  font-size: 14px !important;
}
.portfolio-type-2 > nav li:after,
.portfolio-type-3 > nav li:after,
.portfolio-type-4 > nav li:after {
  content: "" !important;
}
.portfolio-type-2 > nav li,
.portfolio-type-3 > nav li,
.portfolio-type-4 > nav li {
  text-transform: uppercase;
  font-style: normal !important;
  margin: 0 5px;
}
.portfolio-type-2 > nav li a,
.portfolio-type-3 > nav li a,
.portfolio-type-4 > nav li a {
  border: 1px solid transparent;
  display: block;
  padding: 0px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.portfolio-type-2 .current-category a,
.portfolio-type-3 .current-category a,
.portfolio-type-4 .current-category a {
  color: #cedb00 !important;
  border-color: #cedb00 !important;
}
.portfolio-type-2 .item,
.portfolio-type-3 .item,
.portfolio-type-4 .item {
  text-decoration: none;
}
.portfolio-type-2 .item img,
.portfolio-type-3 .item img,
.portfolio-type-4 .item img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.portfolio-type-2 .item .portfolio-info-2,
.portfolio-type-3 .item .portfolio-info-2,
.portfolio-type-4 .item .portfolio-info-2 {
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.portfolio-type-2 .item .portfolio-info-2 h4,
.portfolio-type-3 .item .portfolio-info-2 h4,
.portfolio-type-4 .item .portfolio-info-2 h4 {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-type-2 .item .portfolio-info-2 p,
.portfolio-type-3 .item .portfolio-info-2 p,
.portfolio-type-4 .item .portfolio-info-2 p {
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-type-2 .item:hover img,
.portfolio-type-3 .item:hover img,
.portfolio-type-4 .item:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.portfolio-type-2 .item:hover .portfolio-info-2,
.portfolio-type-3 .item:hover .portfolio-info-2,
.portfolio-type-4 .item:hover .portfolio-info-2 {
  background-color: #cedb00;
  color: #fff !important;
}
.portfolio-type-2 .item:hover .portfolio-info-2 *,
.portfolio-type-3 .item:hover .portfolio-info-2 *,
.portfolio-type-4 .item:hover .portfolio-info-2 * {
  color: #fff !important;
}
.portfolio-type-3 {
  margin: 0 -2% 0 -1%;
}
.portfolio-type-3 .item {
  width: 25% !important;
}
.portfolio-type-3 .item.padding {
  width: 33% !important;
  padding: 15px;
}
.portfolio-type-3 .item img,
.portfolio-type-3 .item .portfolio-info-2 {
  opacity: 100 !important;
  -moz-opacity: 100 !important;
  -khtml-opacity: 100 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(10000)) !important;
  filter: alpha(opacity = (10000)) !important;
}
.portfolio-type-3 .item img {
  top: -15px;
}
#portfolio-project {
  padding-bottom: 115px;
}
#portfolio-project img {
  margin-bottom: 20px;
}
#portfolio-items {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#portfolio-items .item {
  width: 25%;
  display: block;
  overflow: hidden;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
}
#portfolio-items .item .logos {
  width: 150px;
  padding-top: 0px !important;
  text-align: center;
}
#portfolio-items .item img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#portfolio-items .item > div {
  position: relative;
}
#portfolio-items .item .portfolio-info {
  width: 100%;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  background-color: #cedb00;
  z-index: 10;
  color: #fff;
  text-align: left;
  visibility: hidden;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#portfolio-items .item .portfolio-info h4 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}
#portfolio-items .item .portfolio-info p {
  margin-bottom: 0;
}
#portfolio-display {
  position: relative;
}
#portfolio-display #portfolio-loader {
  background-image: url(../img/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 500px;
  display: none;
  top: 0;
}
#portfolio-display #portfolio-content {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}

#portfolio-description header p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
#portfolio-description p {
  font-weight: 300;
  margin-bottom: 30px;
}
#portfolio-description .divider-2 {
  margin: 19px 0 !important;
}
#portfolio-description a {
  text-decoration: none;
  color: #cedb00;
}
#portfolio-nav {
  color: #292929;
  font-size: 18px;
  text-align: left;
}
#portfolio-nav a {
  text-decoration: none;
  color: inherit;
  margin-right: 20px;
}
#portfolio-nav #close-portfolio {
  font-size: 16px;
}
.portfolio-slideshow,
.post-slideshow {
  display: inline-block;
  position: relative;
}
.portfolio-slideshow .rslides_nav,
.post-slideshow .rslides_nav {
  width: 43px;
  height: 43px;
  display: block;
  line-height: 43px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 45%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-slideshow .rslides_nav:hover,
.post-slideshow .rslides_nav:hover {
  background-color: #cedb00;
}
.portfolio-slideshow .rslides_nav.prev,
.post-slideshow .rslides_nav.prev {
  left: 0;
}
.portfolio-slideshow .rslides_nav.next,
.post-slideshow .rslides_nav.next {
  right: 0;
}
#post-nav {
  padding-left: 0px;
}
#post-nav a {
  width: 43px;
  height: 43px;
  display: inline-block;
  line-height: 43px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-nav a:hover {
  background-color: #cedb00;
}
#portfolio-subpage {
  padding: 110px 0;
}
#portfolio-subpage #portfolio-project {
  padding-bottom: 0;
}
#portfolio-info {
  padding: 35px 0 95px;
}
#header-portfolio {
  background-size: cover;
  height: 450px;
}
.portfolio-1 {
  background-image: url(../img/1700x800.gif);
}
.portfolio-2 {
  background-image: url(../img/1700x800.gif);
}
.portfolio-3 {
  background-image: url(../img/1700x800.gif);
}
.portfolio-4 {
  background-image: url(../img/1700x800.gif);
}
.portfolio-5 {
  background-image: url(../img/1700x800.gif);
}
.portfolio-6 {
  background-image: url(../img/1700x800.gif);
}
.portfolio-7 {
  background-image: url(../img/1700x800.gif);
}
.portfolio-8 {
  background-image: url(../img/1700x800.gif);
}
.portfolio-mobile {
	   display: none;
  }
/*------------------------------------------------------------------
[9. Blog & Widgets]
------------------------------------------------------------------*/
#header-blog {
  color: #fff;
  background-image: url(../img/1700x800.gif);
  background-size: cover;
  height: 450px;
  letter-spacing: 4px;
}
#header-blog h1 {
  font-size: 42px;
  margin-bottom: 10px !important;
  color: inherit;
}
#header-blog p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
#blog {
  padding: 130px 0;
}
#sidebar .widget {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
}
#sidebar .widget ul li a {
  text-decoration: none;
  padding: 17px 0;
  display: block;
  border-bottom: 1px solid #ededed;	
}
#sidebar .widget ul li:first-child a {
  padding-top: 0 !important;
}

#sidebar .widget-feed {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
}
#sidebar .widget-feed ul li a {
  text-decoration: none;
  padding: 17px 0;
  display: block;
}
#sidebar .widget-feed ul li:first-child a {
  padding-top: 0 !important;
}

#sidebar .searchwidget {
  background-color: #262626;
  padding: 12px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#sidebar .searchwidget ::-webkit-input-placeholder {
  color: #676666;
}
#sidebar .searchwidget :-moz-placeholder {
  /* FF 4-18 */
  color: #676666;
  opacity: 1;
}
#sidebar .searchwidget ::-moz-placeholder {
  /* FF 19+ */
  color: #676666;
  opacity: 1;
}
#sidebar .searchwidget :-ms-input-placeholder {
  /* IE 10+ */
  color: #676666;
}
#sidebar .searchwidget input,
#sidebar .searchwidget button {
  float: left;
  color: #676666;
}
#sidebar .searchwidget input {
  width: 84%;
  background-color: transparent;
  font-size: 16px;
  border: none;
}
#sidebar .searchwidget button {
  width: 16%;
  border: none;
  background: none;
  cursor: pointer;
  text-align: right;
}
#sidebar .tagcloud a {
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  text-decoration: none;
  background-color: #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 0 3px 8px 0;
}
#sidebar .tagcloud a:hover {
  color: #fff;
  background-color: #cedb00;
}
.privacy {
	margin-bottom: -110px !important;
}
.post {
  position: relative;
  padding-left: 0px;
  margin-bottom: 90px;
}
.post .date-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  color: #000;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
.post .date-post p {
  font-size: 16px;
  margin-bottom: 0;
}
.post .date-post span {
  font-size: 30px;
}
.post > header {
  margin-bottom: 35px;
}
.post > header a {
  text-decoration: none;
}
.post > header h2 {
  margin: 35px 0 0 0 !important;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
}
#faqs, #privacy {
  padding: 130px 0 !important;
}
#faqs .post > header h2, #privacy .post > header h2 {
  margin: 2px 0 0 0 !important;
}
.post > footer {
  padding: 13px 0 0;
  border-top: 1px solid #ededed;
  margin-top: 30px;
  font-size: 16px;
}
.post > footer span {
  margin: 0 15px;
}
.post > footer a {
  text-decoration: none;
}
.post-blog {
  text-align: center;
  padding: 60px 15px;
  border-top: 1px solid #f1f0f0;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-blog header a {
  text-decoration: none;
}
.post-blog header span {
  margin: 0 10px;
}
.post-blog:hover {
  background-color: #f1f0f0;
}
#tags-footer a {
  color: #cedb00;
}
section#comments {
  padding-left: 100px;
}
.comment {
  position: relative;
}
.comment .avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.comment .children {
  padding-left: 50px;
  border-left: 1px solid #f1f0f0;
}
.comment .comment-body {
  padding: 20px 30px;
  background-color: #f1f0f0;
  margin-left: 100px;
  font-size: 16px;
  margin-bottom: 40px;
}
.comment .comment-reply-link:hover {
  color: #cedb00;
}
.comment .comment-body:before {
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 30px;
  color: #f1f0f0;
  position: absolute;
  left: 90px;
  top: 30px;
}
.comment .says {
  display: none;
}
.comment .fn {
  color: #292929;
  font-weight: 700;
}
.comment .comment-author,
.comment .commentmetadata {
  font-size: 16px;
}
.comment .commentmetadata {
  margin: 10px 0;
}
.comment .commentmetadata a {
  text-decoration: none;
}
.comment .reply {
  text-align: right;
}
.comment .reply a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #292929;
}
#comments-list {
  margin-bottom: 90px;
}
#comment-form input {
  float: left;
  width: 32%;
}
#comment-form .space {
  margin: 0 2% 20px;
}
.editor-styles {
  font-size: 16px;
}
.editor-styles .green:hover {
	color: #000;
}
.editor-styles ul {
	padding-left: 15px;
}
.editor-styles ul li {
	list-style: disc;
}
.editor-styles ul li span {
	font-style: italic !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}

/*------------------------------------------------------------------
[Wallpaper Subscription]
------------------------------------------------------------------*/

.subscribe {
	padding-top: 20px;
	padding-bottom: 40px;
}

.subscribe input.text::-ms-clear {
    display: none;
}

.subscribe input.submit:hover {
	color: #555;
	background-position: bottom right;
}

#wallpaper-subscription input[type="text"] {
  border: none !important;
  background-color: transparent !important;
  color: #000;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  border-bottom: 1px solid #000 !important;
  border-radius: 0px;
}
#wallpaper-subscription input[type="submit"] {
  font-weight: 300;
  color: #000;
  border: 1px solid;
  font-size: 16px;
  font-family: inherit;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-bottom: 20px;
  padding: 10px 40px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: -5px;
}
#wallpaper-subscription ::-webkit-input-placeholder {
  color: #000;
}
#wallpaper-subscription :-moz-placeholder {
  color: #000;
  opacity: 1;
}
#wallpaper-subscription ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#wallpaper-subscription :-ms-input-placeholder {
  color: #000;
}
#wallpaper-subscription .field-group {
  float: left;
  width: 70%;
}
#wallpaper-subscription input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#wallpaper-subscription .submit {
  float: right;
}

.notification.columns {
	display: none;
	position: relative;
	margin-bottom: 20px;
	margin-top:20px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notification p {
	float: left;
	padding: 0;
	margin: 0;
}

.notification.success p { 
	color: #000; 
	font-weight:600;
	margin-bottom:20px;
}

.notification.error p { 
	color: #000; 
	font-weight:600;
	margin-bottom:20px;
}




/*------------------------------------------------------------------
[8. Footer]
------------------------------------------------------------------*/
.footer-links {padding-left: 15px; }
.footer-links a:hover { color: #cedb00; }

#footer-1 {
  padding: 25px 0;
}
#footer-2 {
  padding: 45px 0 35px;
  font-size: 16px;
  background-color: #292929;
  font-weight: 400;
}
#footer-3 {
  text-align: center;
  padding: 24px 10px;
  color: #fff;
  background-color: #292929;
  font-weight: 400;
}
#footer-4 {
  text-align: center;
  padding: 20px 10px;
  color: #676666;
  background-color: #0f0f0f;
  font-weight: 400;
}
/*------------------------------------------------------------------
[9. Other]
------------------------------------------------------------------*/

@media (max-width: 1200px) {
  #right-box {
    margin-left: 25% !important;
  }
  #side-menu {
    width: 25%;
  }
  #map-canvas {margin-top: 25px; }
}
@media only screen and (max-width: 1225px) and (min-width: 768px) {
  .map-spacer {
	margin-top: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 1024px) {
  #main-menu {
    top: 0 !important;
  }
  .half section > .container,
  .half #footer-2 > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
	#ourservices {
		height: 20%;
	}
	#header-title-1 h1 {
  		display: inline-block;
 		 margin: 85px 0px 20px 0px !important;
	}
}
@media only screen and (max-width: 1150px) and (min-width: 992px) {
  .menu-type-2 .desktop-menu > .menu-container > ul > li {
    margin-left: 35px !important;
  }
  
}
@media only screen and (max-width: 991px) {
	#footer-1 .text-right {text-align: left; padding-top: 15px;}

	.tiles li {
    width: 50%;
    border: none !important;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    padding: 30px !important;
  }
  .col-3 {
    width: 100%;
    padding: 75px 20px;
    display: block;
  }
  .menu-type-2 #logo {
    padding: 0 10px !important;
  }
  #right-box {
    margin: 0 !important;
    width: 100% !important;
  }
  .mc-field-group,
  .submit {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .mc-field-group input[type="email"] {
    font-size: 16px !important;
  }
  .post {
    padding-left: 0px;
  }
  .post .date-post {
    display: none;
  }
  .grid-1 > div,
  .grid-2 > div {
    width: 50%;
    padding: 20px 10px !important;
  }
  .grid-1 > div:nth-of-type(2n+2),
  .grid-2 > div:nth-of-type(2n+2) {
    border-right: 1px solid #F1F0F0;
  }
  .grid-1 > div:nth-of-type(n+3),
  .grid-2 > div:nth-of-type(n+3) {
    border-top: none !important;
  }
  .grid-2 > div {
    min-height: 130px !important;
  }
  #post-nav,
  section#comments {
    padding-left: 0 !important;
  }
  .tiles li:nth-child(2n+2) {
    border-right: none !important;
  }
  .tiles li:last-child,
  .tiles li:nth-last-child(2) {
    border-bottom: none !important;
  }
  #portfolio-items .item {
    width: 33.3% !important;
    margin: 0 !important;
  }
  .styledisable {display: none;}
  
}
@media only screen and (min-width: 768px) {
  .socialmobile { display: none;}
}

@media only screen and (max-width: 767px) {   
	
  #services, #services-3, #blog, #blog-2, #faqs, #privacy, #portfolio-2 {padding-top: 80px !important;}	
  #top-menu {display: none;}
  .about-mobile {padding-top: 40px;}
  .ftpdisable { display: none; }	
  .socialdesktop { display: none; } 
  .formtop {
	padding-top: 0px;
  }	
  #about h1 {
	font-size: 36px;
	line-height: 35px;
	}	
  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
  }
  .flip-container p {
	font-size: 16px;
  }
  .medium-1 {
    font-size: 16px;
    line-height: 25px;
  }
  .medium-2 {
    font-size: 25px;
    line-height: 35px;
  }
  #ourservices {
	display: none;}	
  #header-title-5 h2 {
    font-size: 32px !important;
  }
  #header-title-4 h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  #header-title-4 h3 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  #header-title-4 .typed-cursor {
    font-size: 50px !important;
    top: 0px !important;
  }
  #slider-1 .button-3 {
    margin-top: 50px !important;
  }
   #header-title-1 h2 {
    font-size: 48px !important;
    padding: 20px !important;
	line-height: 45px;
  }
  #header-title-3 {
    padding: 20px !important;
  }
  .line {
    display: none;
  }
  #portfolio-items .item {
    width: 50% !important;
    margin: 0 !important;
  }
  .infobox-7 {
    padding-left: 50px;
  }
  .infobox-7 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .accordions > div > span {
    display: none;
    padding: 20px 0 20px 25px !important;
  }
  .column {
    margin-bottom: 30px;
  }
  .comment .comment-body {
    margin-left: 0 !important;
  }
  .comment .children {
    padding-left: 0 !important;
    border-left: none !important;
  }
  .comment .comment-body:before {
    content: '' !important;
  }
  .comment .avatar {
    position: static !important;
    display: block;
    margin: 20px auto;
  }
  .searchwidget input {
    width: 90% !important;
  }
  .searchwidget button {
    width: 10% !important;
  }
  .testimonials p {
  line-height: 30px;
  font-size: 18px;
  padding: 20px;
  }

  .formdisable {
	  display: none;
  }
  #countdown {
  padding: 130px 0 130px;
  margin-bottom: -60px;
  }
  #contact {
  padding: 80px 0 0px !important;
  }
  #services-icons{
  padding: 80px 0 0 0px !important;
   }
#team {
  padding-bottom: 25px !important;
  }
  .gap-1 {
  padding: 80px 0;
  }
  .gap-2 {
   margin-top: 80px;
  }
  #faqs .gap-2 {
   margin-top: 0px !important;
}
  #home {
  width: 100%;
  height: 600px;
  }
  #home h3 {
  color: inherit;
  line-height: 32px;
  font-size: 18px;
   margin: 0 45px;
  }
  .bodydisable {
	  display: none;
  }
  #testimonials{
	  display: none;
  }
  .arrowicon {
	  margin-top: -45px;
  }	
  
  .portfolio-mobile {
	  display:block;
  }
  
  #infoboxes {
  padding: 35px 0 0px !important;
  }
  #progress-bars {
  padding: 35px 0 50px;
  }
  .infobox-1 {
  position: relative;
  padding-left: 80px;
  margin-bottom: 35px;
  }
  .subscribe {
	margin-top: 0px;
	margin-bottom: 20px;
}
  #wallpaper-subscription .field-group {
  width: 100%;
  }
  #wallpaper-subscription input[type="text"] {
  text-align: center;
  font-size: 14px;
}

  #wallpaper-subscription .submit {
	text-align: center;
}
  #wallpapers {
  display:block;
  width: 100%;
  height: 60%;
  background-image: url(../img/1700x935.jpg);
  color: #fff;
}

  #wallpaper-title-1 h2 {
  font-size: 48px !important;
  padding: 20px !important;
  line-height: 45px;
  margin-top: 120px;
  margin-bottom: 0px;
  }
  #wallpaper-title-1 h3 {
  display: inline-block;
  font-size: 24px !important;
  line-height: 28px;
  margin-top: -50px;
  margin-bottom: 30px;
  padding: 20px !important;
  }
  .menu-type-3 .col-md-12 {
  width: 98% !important;
}
}
@media only screen and (min-width: 541px) {
}
@media only screen and (max-width: 540px) {
	
  #header-title-1 h3 {
	  margin: 0 15px;
	}
	.tiles li {
    padding: 20px !important;
  }
  .formtop {
	padding-top: 0px;
  }
  #wallpapers {
  height: 400px;
}
 #header-title-1 h2 {
  display: inline-block;
  font-size: 48px !important;
  padding: 20px !important;
  line-height: 48px;
  }  
  .menu-type-3 .col-md-12 {
  width: 98% !important;
}
.arrowicon, .surveyicon, #clients-2 {display: none;}
	
.footer-links {font-size: 13px; }
	
h6, .size-1, .size-2, .size-3, body, p, #header-title-2 h3, .medium-font, #side-menu footer, .form-1 textarea, .form-1 input, .mailing-box input[type="submit"], .content-map span, .tabs nav li a, .progress-bar h6, .progress-bar .bar-fill > span i, .pricing-table-1 li:last-child a, .bq-1 span, .contactform-1 input, .contactform-1 textarea, .contactform-2 input, .contactform-2 textarea, .social-1, .social-2, .social-3, .team-member .team-line-height, team-member-2 .social-2, .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date, #portfolio-container > nav, #portfolio-items .item .portfolio-info, #portfolio-description header p, #portfolio-nav #close-portfolio, #header-blog p, #sidebar .widget, #sidebar .widget-feed, #sidebar .searchwidget input, .post .date-post p, .post > footer, .post-blog, .comment .comment-body, .comment .comment-author, .comment .commentmetadata, .editor-styles, #wallpaper-subscription input[type="submit"], #footer-2 {font-size: 18px;}

.portfolio-type-2 > nav {margin-bottom: 0 !important;}
#portfolio-container > nav li:after {
  margin: 0;
}
	.portfolio-type-2 > nav {
  font-size: 10px !important;
}
.portfolio-type-2 > nav li a {
  padding: 0px 10px;
}
	#portfolio-description h4 {
  font-size: 36px;
  font-weight: 300;
}
}
@media only screen and (max-width: 350px) {
#header-title-1 h2 {
  display: inline-block;
  font-size: 38px !important;
  padding: 20px !important;
  line-height: 38px;
  }  
}

@media only screen and (max-height: 800px) {
  #header-title-1 h2 {
  font-size: 54px !important;
  padding: 20px !important;
  line-height: 54px;
  margin-top:30px;
  }
  #home-4 h2 {
	  margin-top: 0;
  }
}
