/*
Theme Name: InterRez
Theme URI:
Author: Łukasz Chrzanowski
Author URI: http://www.expnet.pl/
Description: WordPress Theme for Inter-Rez
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: interrez
Tags:
*/

/*General*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  -moz-transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  color: #d30822;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
  border-width: 1px;
  border-style: solid;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border linear .3s;
  -webkit-transition: border linear .3s;
  -o-transition: border linear .3s;
  transition: border linear .3s;
}
textarea {
  padding: 15px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: rgba(62, 212, 255, 0.5);
  border-color: #d30822 !important;
  outline: none;
  color: #5c5c5c;
}
.btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 120px;
  height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}
.btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.container {
  position: relative;
  z-index: 3;
}
/*Header*/
/*Top nav left*/
.top-nav {;
  color: #5c5c5c;
  line-height: 40px;
  border-bottom: 1px solid #d30822;
}

/* Phone ring */

.phone-ring {
  display: none;
}

.contact-belt {
  display: none;
  position: fixed;
  background-color: #FFFFFF;
  width: 20%;
  height: 40px;
  bottom: 80px;
  z-index: 99999;
  right: 0;
  border: 1px solid #d30822;
  -moz-transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  cursor: pointer;
  padding: 2px 3%;
  font-size: 25px;
  font-weight: bold;
}

.contact-belt:hover {
  color: #FFFFFF;
  background-color: #d30822;
}

.contact-belt a {
  text-transform: uppercase;
}

.quick-alo-phone .quick-alo-show {
  visibility: visible;
}
.quick-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  height: 200px;
  width: 82px;
  height: 64px;
  right: 150px;
  top: 60%;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle {
  border-color: #d30822;
  opacity: 0.5;
}
.quick-alo-ph-circle {
  position: fixed;
  width: 160px;
  height: 160px;
  bottom: 50px;
  right: 50px;
  border: 2px solid #d30822;
  background-color: transparent;
  border-radius: 100%;
  opacity: .1;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  transform-origin: 50% 50%;
  z-index: 99999;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {
  background-color: rgb(246, 202, 98);
  opacity: .75 !important;
}
.quick-alo-ph-circle-fill {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 80px;
  right: 80px;
  background-color: rgba(0, 161, 255, 0.5);
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  transform-origin: 50% 50%;
  z-index: 99999;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
  background-color: #d30822;
}
.quick-alo-ph-img-circle {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 100px;
  background: #d30822 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .99;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  z-index: 99999;
}
.quick-alo-phone .quick-alo-green .quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
  background-color: #ff0101;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

@-moz-keyframes quick-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1
  }
  30% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1
  }
}
@-webkit-keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1
  }
  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}
@-o-keyframes quick-alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(.5) skew(1deg);
    -o-opacity: .1
  }
  30% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    -o-opacity: .5
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .1
  }
}
@-moz-keyframes quick-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}
@-o-keyframes quick-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}
@-moz-keyframes quick-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
}
@-webkit-keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}
@-o-keyframes quick-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
/* Phone ring */

.phone-ring {
  width: 200px;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99999;
}

/* Gallery Style */

.gallery {
  margin: 0 auto 18px;
  height: 0px;
  width: 100%;
  clear: both;
  display: inline-table;
}
.gallery .gallery-caption {
  width: 215px;
  text-align: center;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery .gallery-item a {
  outline: none !important;
}
/*.gallery-columns-2 .gallery-item {
    width: 50%;
}*/

.gallery-columns-4 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-2 .gallery-item {
  width: 25%;
}
.gallery img {
  /*box-shadow: 0px 0px 4px #999;
  border: 1px solid white;*/
  padding: 8px;
  background: #f2f2f2;
}
.gallery img:hover {
  background: white;
}
/*.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}*/

.gallery-columns-4 .attachment-thumbnail,
.gallery-columns-3 .attachment-thumbnail,
.gallery-columns-2 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery dl {
  margin-bottom: 5px;
}
.gallery br + br {
  display: none;
}
/*Top left Menu*/
.top-left {
  float: left;
}
.top-left ul > li {
  display: inline-block;
  margin-right: 15px;
}
.top-left a {
  font-size: 16px;
  color: #5c5c5c;
}
.top-left a:hover {
  color: #d30822;
}
/*Top Right Menu*/
.top-right {
  float: right;
}
.top-right p:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #d30822;
  margin-right: 10px;
}
.top-right p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.top-right p > span {
  margin-left: 5px;
  font-style: italic;
  font-weight: 400;
}
/*Nagivation*/
#main-nav {
  padding: 15px 0;
}
/*Affix*/
#main-nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  z-index: 10;
  -moz-box-shadow: 0 1px 2px #ebebeb;
  -webkit-box-shadow: 0 1px 2px #ebebeb;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
  transition: all 0.3s;
}
.navbar {
  margin: 0;
}
/*#main-nav .navbar-header a {
	background-color: #d30822;
	color: #fff;
}*/

#main-nav .navbar-header a {
  text-indent: -999em;
  background: url(assets/images/logo.png) no-repeat;
  display: block;
  width: 172px;
  height: 50px;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
  background-color: #d30822;
}
#main-nav .navbar-toggle span {
  background-color: #fff;
}
/*Main Menu*/
#main-nav .navbar-right {
  margin-top: 10px;
}
#main-nav .navbar-right li > a {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  color: #5c5c5c;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
#main-nav .navbar-right li > a:focus {
  color: #d30822;
  background: none;
  outline: none;
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li.active > a {
  color: #d30822;
  background: none;
}
/*Search Form*/
.search-form {
  padding: 10px;
  position: absolute;
  bottom: -76px;
  right: 15px;
  z-index: 3;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s linear;
  -moz-box-shadow: 0 1px 2px #ebebeb;
  -webkit-box-shadow: 0 1px 2px #ebebeb;
  box-shadow: 0 1px 2px #ebebeb;
}
.search-form.visible {
  visibility: visible;
  opacity: 1;
}
.search-form input {
  height: 40px;
  width: 275px;
  border-color: #e8e8e8;
}
/*Main Slider*/
#slider {
  margin: 0;
  padding: 0;
  position: relative;
}
.flexslider {
  border: 0;
}
#slider.flexslider .slides > li img {
}
/*Slider Caption*/
#slider .caption {
  position: absolute;
  /*width: 600px;*/
  top: 70%;
  left: 10%;
}
#slider .caption h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 35px;
  /*text-transform: uppercase;*/
}
#slider .caption span {
  padding: 6px 10px 5px 10px;
  background-color: #d30822;
  color: #fff;
}
#slider .caption p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-style: italic;
  margin-top: 30px;
  color: #d30822;
  padding: 10px 10px 0 10px;
  background-color: #fff;
}
#slider .caption button {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-top: 20px;
  background-color: #d30822;
  color: #fff;
  border: 1px solid #fff;
}
#slider .caption button:hover {
  background-color: #fff;
  border: 1px solid #d30822;
  transition: 0.3s;
  color: #d30822;
}
/*Control Nav*/
#slider .flex-control-nav {
  position: absolute;
  display: inline;
  z-index: 2;
}
#slider .flex-control-nav li {
  margin: 5px;
  display: inline-block;
}
#slider .flex-control-paging li a {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #d30822;
}
#slider .flex-control-paging li a:hover {
  background: #d30822;
}
#slider .flex-control-paging li a.flex-active {
  background: #d30822;
  width: 12px;
  height: 12px;
}
/*About*/
#about {
  padding: 80px;
}
#about .about-heading {
  text-align: center;
}
#about .about-heading p {
  text-align: left;
}
#about .about-heading h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}
#about .about-heading p {
  margin-top: 20px;
  line-height: 25px;
  color: #5c5c5c;
  margin-bottom: 50px;
}
#about .about-left {
  position: relative;
  z-index: 2;
}
#about .container.about-container {
  border: 8px solid #d30822;
}
#about .about-right {
  position: relative;
  padding: 0 80px 150px 80px;
}
#about .about-right-heading h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding-top: 100px;
  text-transform: uppercase;
}
#about .about-right-valuation:before {
  content: "\f0d6";
  font-family: 'FontAwesome';
  font-size: 45px;
  padding: 65px 30px 0 0;
  float: left;
  color: #d30822;
}
#about .about-right-boot:before {
  content: "\f10b";
  font-family: 'FontAwesome';
  font-size: 45px;
  padding: 65px 30px 0 0;
  float: left;
  color: #d30822;
}
#about .about-right-wrapper {
  padding: 0 0 0 82px;
  position: relative;
  left: 0;
  top: 75px;
}
#about .about-right-wrapper a {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #282828;
}
#about .about-right-wrapper a:hover {
  color: #d30822;
}
#about .about-right-wrapper p {
  line-height: 22px;
  margin-top: 20px;
  color: #5c5c5c;
}
#about .about-right-best:before {
  content: "\f207";
  font-family: 'FontAwesome';
  font-size: 45px;
  padding: 65px 30px 0 0;
  float: left;
  color: #d30822;
}
#about .about-right-support:before {
  content: "\f0e3";
  font-family: 'FontAwesome';
  font-size: 45px;
  padding: 65px 30px 0 0;
  float: left;
  color: #d30822;
}
#about .about-right-heading,
#about .about-right-boot,
#about .about-right-best,
#about .about-right-support,
#about .about-right-valuation {
  clear: both;
}
/*About bg*/
#about-bg {
  position: relative;
  background-image: url(assets/images/about/about2a.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  text-transform: uppercase;
  padding: 100px 0;
  color: #fff;
}
.about-bg-heading {
  font-family: 'Josefin', sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 40px;
  z-index: -2;
}
.about-bg-heading h1 {
  font-size: 40px
}
.about-bg-heading p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 16px;
}
.about-bg-wrapper {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  z-index: -2;
}
#about-bg .about-bg-wrapper .count {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 45px;
  margin-right: 20px;
  text-align: center;
  float: left;
  color: #d30822;
}
#about-bg .about-bg-wrapper p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
  float: left;
}
/*Service*/
#service {
  margin-top: 100px;
  background-attachment: scroll;
  padding-bottom: 0px;
  padding-top: 0px;
}
/*#service .col-md-6 {
  padding: 0;
}*/
#service .service-heading {
  text-align: center;
}
#service .service-heading h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}
#service .service-heading p {
  margin-top: 20px;
  line-height: 25px;
  color: #5c5c5c;
  margin-bottom: 50px;
}
.services-style-one {
  position: relative;
}
.services-style-one .outer-box {
  position: relative;
  /*background: #1c1c1c;*/
}
.services-style-one .services-column {
  /*position: relative;
  width: 50%;
  float: left;*/
  background: #f2f3f4;
  height: 100%;
}
.services-style-one .service-block {
  position: relative;
  margin-bottom: 40px;
}
.services-style-one .services-column .content-outer {
  position: relative;
  margin: 0 auto;
  max-width: 808px;
  padding: 80px 20px 40px 40px;
}
.services-style-one .services-column .icon-box {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1px;
  color: #d30822;
}
.services-style-one .services-column h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #1c1c1c;
}
.services-style-one .services-column .text {
  font-size: 13px;
  color: #5a5a5a;
  /*max-width: 350px;*/
}
.services-style-one .content-column {
  position: relative;
  float: left;
  width: 50%;
  background: #1c1c1c;
  text-align: right;
}
.services-style-one .content-column .text {
  text-align: left;
}
.services-style-one .content-column .content-box {
  position: relative;
  float: left;
  /*padding: 170px 20px 100px 320px;*/
  padding: 20px 50px 20px 50px;
  max-width: 700px;
}
.services-style-one .content-column .sec-title h2 {
  color: #fff;
}
.services-style-one .content-column .sec-title h2 > span {
  border-bottom: 2px solid #d30822;
  padding-bottom: 5px;
}
.services-style-one .content-column .inner-box {
  position: relative;
}
.services-style-one .content-column .text {
  position: relative;
  margin: 30px 0;
  color: #fff;
  line-height: 25px;
}
.services-style-one .content-column .text ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.inner-box button {
  background-color: #d30822;
  width: 120px;
  height: 35px;
  color: #fff;
}
.inner-box button:hover {
  background-color: #fff;
  color: #d30822;
}
/*Service Footer*/
#service .service-footer {
  background: #222;
  padding: 30px 0;
}
#service .service-footer-left h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
#service .service-footer-left h3 > span {
  color: #d30822;
}
#service .service-footer-left p {
  font-size: 16px;
  color: #9d9d9d;
}
#service .service-footer-right {
  float: right;
  line-height: 80px;
}
#service .service-footer-right button {
  background-color: #d30822;
  width: 180px;
  height: 50px;
  color: #fff;
}
#service .service-footer-right button:hover {
  background-color: #fff;
  color: #d30822;
}
/*Portfolio*/
#portfolio {
  margin-top: 100px;
}
#portfolio .portfolio-heading {
  text-align: center;
}
#portfolio .portfolio-heading h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}
#portfolio .portfolio-heading p {
  margin-top: 20px;
  line-height: 25px;
  color: #5c5c5c;
  margin-bottom: 50px;
}
#portfolio .portfolio-thumbnail {
  position: relative;
}
#portfolio .portfolio-thumbnail .container {
  width: 57%;
  max-width: 719px;
}
#portfolio .portfolio-thumbnail img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumbnail .item {
  cursor: pointer;
}
#portfolio .portfolio-thumbnail .col-md-3 {
  padding: 0;
}
#portfolio .portfolio-thumbnail .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(62, 212, 255, 0.7);
  opacity: 0;
  -moz-transition: opacity linear .3s;
  -webkit-transition: opacity linear .3s;
  -o-transition: opacity linear .3s;
  transition: opacity linear .3s;
}
#portfolio .portfolio-thumbnail .item:hover > .caption {
  opacity: 1;
}
#portfolio .caption i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #d30822;
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#portfolio .caption p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  position: absolute;
  font-size: 17px;
  text-transform: capitalize;
  top: 55%;
  left: 30%;
  right: 30%;
}
/*Contact*/
#contact {
  padding-top: 100px;
}
#contact-address {
  margin-top: 100px;
}
#contact-address .contact-heading {
  text-align: center;
  font-size: 35px;
}
#contact-address .contact-heading h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}
#contact-address .contact-heading p {
  margin-top: 20px;
  line-height: 25px;
  color: #5c5c5c;
  margin-bottom: 50px;
}
#contact-address .inter-rez-fb {
  width: 200px;
}
#contact-address .inter-rez-insta {
  width: 132px;
}
.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
  display: block;
}
/*Get In Touch*/
.get-touch {
  /*margin-top: 100px;*/
}
.get-touch .get-touch-heading {
  text-align: center;
}
.get-touch .get-touch-heading h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
}
.get-touch .get-touch-heading p {
  margin-top: 20px;
  line-height: 25px;
  color: #5c5c5c;
  margin-bottom: 50px;
}
.get-touch .content {
  margin-top: 50px;
}
.get-touch .content form input {
  height: 50px;
  width: 100%;
  border-color: #ebebeb;
}
.get-touch .content form textarea {
  width: 100%;
  height: 180px;
  border-color: #ebebeb;
  margin-top: 20px;
}
.get-touch .content form .submit {
  text-align: center;
}
.get-touch .content form .submit .btn {
  margin-top: 25px;
  background-color: transparent;
  color: #7e7e7e;
  border-color: #d30822;
  width: 120px;
}
.get-touch .content form .submit .btn:hover {
  background-color: #d30822;
  color: #fff;
}
/*Map*/
#google-map {
  position: relative;
  margin-top: 10px;
  height: 400px;
}
/*Client*/
#client {
  margin-top: 100px;
  text-align: center;
}
#client .col-md-2 {
  height: 100px;
}
#client span {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#client img {
  max-height: 100px;
  vertical-align: middle;
}
/*Footer*/
#footer {
  margin-top: 100px;
  background-color: #181818;
  padding: 50px 0;
}
#footer .footer-heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 0 20px;
  color: #fff;
}
#footer .footer-heading h3 {
  font-size: 20px;
  text-transform: capitalize;
}
#footer .footer-heading span {
  border-bottom: 2px solid #d30822;
  padding-bottom: 8px;
}
#footer .footer-heading p {
  font-family: 'Open Sans', sans-serif;
  word-spacing: 3px;
  font-weight: 300;
  margin-top: 40px;
  color: #7e7e7e;
}
#footer .footer-heading ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
#footer .footer-heading li {
  border-bottom: 1px solid #8b8b8b;
  padding: 10px 0;
}
#footer .footer-heading ul > li > a:before {
  content: "\f10c";
  font-family: 'FontAwesome';
  padding-right: 10px;
}
#footer .footer-heading ul > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #7e7e7e;
}
#footer .footer-heading ul > li > a:hover {
  color: #d30822;
}
#footer .insta img {
  float: left;
  width: 100px;
  height: 100px;
}
.credits a {
  color: #fff;
}
/*Bottom Footer*/
#bottom-footer {
  background-color: #282828;
  padding: 20px 0;
  color: #5c5c5c;
}
#bottom-footer .footer-right ul > li > a {
  color: #5c5c5c;
}
#bottom-footer .footer-right ul > li > a:hover {
  color: #d30822;
}
/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {

  /* Gallery Style */
  .gallery .gallery-caption {
    display: none
  }

  .contact-belt {
    width: 100%;
    bottom: 0;
    padding: 2px 27%;
  }

  .gallery dl {
    margin-bottom: 20px
  }

  .gallery img {
    padding: 6px
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-2 .gallery-item {
    width: 50%
  }

  #service {
    margin-top: 50px;
  }
  #service .service-heading h2 {
    font-size: 27px;
  }
  #service .service-heading p {
    font-size: 13px;
  }
  .services-style-one .content-column .content-box {
    padding: 200px 20px 100px 20px;
  }
  #portfolio {
    margin-top: 50px;
  }
  #portfolio .portfolio-heading h2 {
    font-size: 27px;
  }
  #portfolio .portfolio-heading p {
    font-size: 13px;
  }
  #portfolio .portfolio-thumbnail .container {
    width: 100%;
  }
  #contact {
    padding-top: 50px;
  }
  #contact-address {
    margin-top: 50px;
  }
  #contact-address .contact-heading h2 {
    font-size: 27px;
  }
  #contact-address .contact-heading p {
    font-size: 19px;
    line-height: 0px;
  }
  #client {
    margin: 30px 0;
  }
  .footer-right {
    margin: 20px 0;
  }
  #slider .caption {
    position: absolute;
    max-width: 400px;
    top: 68%;
  }
  #slider .caption h2 {
    font-size: 15px;
    line-height: 27px;
  }
  #slider .caption p {
    font-size: 10px;
    font-style: italic;
    margin: 0;
    padding: 4px 0 0px 10px;
    color: #d30822;
  }
  #slider .caption .btn {
    width: 80px;
    height: 20px;
    font-size: 10px;
    margin-top: 5px;
    padding: 0;
  }
  #main-nav .navbar-header a {
    margin-left: 15px;
  }
  #slider .caption span {
    padding-bottom: 5px;
  }
  #about {
    padding: 0;
  }
  #about .about-heading h2 {
    margin-top: 30px;
    font-size: 27px;
  }
  #about .about-heading p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  #about .about-right-valuation:before {
    padding: 22px 30px 0 0;
  }
  #about .about-right-best:before {
    padding: 35px 20px 0 0;
  }
  #about .about-right-support:before {
    padding: 35px 20px 0 0;
  }
  #about .about-right-boot:before {
    padding: 30px 20px 0 0;
  }
  /*#about .about-right:before {
    content: "";
    border: 8px solid #e5eef0;
    width: 100%;
    height: 100%;
  }*/
  #about .about-right-wrapper {
    padding: 0;
  }
  #about .about-right {
    position: relative;
    padding: 30px;
    margin-top: 20px;
  }
  #about .about-right-heading h1 {
    padding-top: 20px;
    font-size: 25px;
    text-align: center;
  }
  #about .about-right-boot:before {
    font-size: 30px;
    padding: 20px 20px 0 0;
  }
  #about .about-right-wrapper {
    position: relative;
    left: 0;
    top: 35px;
  }
  #about .about-right-wrapper a > h3 {
    font-size: 20px;
  }
  #about .about-right-wrapper p {
    margin-top: 20px;
    font-size: 13px;
  }
  #about .about-right-best {
    margin-top: 40px;
  }
  #about .about-right-best:before {
    font-size: 30px;
    padding: 20px 20px 0 0;
  }
  #about .about-right-support {
    margin-top: 40px;
  }
  #about .about-right-support:before {
    font-size: 30px;
    padding: 20px 20px 0 0;
  }
  .about-bg-heading h1 {
    font-size: 28px;
  }
  .about-bg-wrapper {
    margin-left: 25%;
  }
}
/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {

  #service {
    margin-top: 50px;
  }
  #service .service-heading h2 {
    font-size: 30px;
  }
  .services-style-one .content-column .content-box {
    padding: 200px 20px 100px 20px;
  }
  #portfolio {
    margin-top: 50px;
  }
  #portfolio .portfolio-heading h2 {
    font-size: 30px;
  }
  #contact {
    padding-top: 50px;
  }
  #contact-address {
    margin-top: 50px;
  }
  #contact-address .contact-heading h2 {
    font-size: 30px;
  }
  #slider .caption {
    position: absolute;
    width: 450px;
    top: 50%;
  }
  #slider .caption h2 {
    font-size: 24px;
  }
  #slider .caption p {
    font-size: 16px;
    font-style: italic;
    margin-top: 15px;
    color: #d30822;
  }
  #slider .caption .btn {
    width: 110px;
    height: 30px;
    font-size: 12px;
    margin-top: 15px;
  }
  #about {
    margin-top: 50px;
    padding: 0;
  }
  #about .about-heading h2 {
    margin-top: 30px;
    font-size: 30px;
  }
  #about .about-heading p {
    margin-top: 20px;
    line-height: 20px;
  }
  #about .about-right:before {
    content: "";
    border: 8px solid #e5eef0;
    width: 100%;
    height: 100%;
  }
  #about .about-right {
    position: relative;
    padding: 30px;
    margin-top: 20px;
  }
  #about .about-right-heading h1 {
    padding-top: 20px;
    font-size: 25px;
    text-align: center;
  }
  #about .about-right-boot:before {
    font-size: 30px;
    padding: 20px 20px 0 0;
  }
  #about .about-right-wrapper {
    position: relative;
    left: 0;
    top: 35px;
  }
  #about .about-right-wrapper a > h3 {
    font-size: 20px;
  }
  #about .about-right-wrapper p {
    margin-top: 20px;
    font-size: 13px;
  }
  #about .about-right-best {
    margin-top: 40px;
  }
  #about .about-right-best:before {
    font-size: 30px;
    padding: 20px 20px 0 0;
  }
  #about .about-right-support {
    margin-top: 40px;
  }
  #about .about-right-support:before {
    font-size: 30px;
    padding: 20px 20px 0 0;
  }
  .about-bg-heading h1 {
    font-size: 30px;
  }
  .about-bg-wrapper {
    margin-left: 35%;
  }
}
