@import "https://fonts.googleapis.com/css?family=Poppins:500,700,500|Source+Sans+Pro:400,700";
@import "../css/icofont.css";

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  70% {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  70% {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* 0.2 - Less */
/* 0.3 - General Styles */
a,
button,
input,
input:focus,
input:hover,
textarea,
textarea:focus,
textarea:hover,
blockquote,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  list-style-type: none;
  list-style: none;
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  text-decoration: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
body {
  background: #fafafa;
}
h1 {
  font-size: 36px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
h3 {
  font-size: 18px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
h4 {
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  line-height: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.nivo-activator {
  display: block;
}
/* Site - content */
.site-content {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .site-content {
    margin-top: 76px;
  }
}
.site-content.no-margin {
  margin-top: 0;
}
/* Center Buttons */
.btn-wrapper {
  text-align: center;
}
/* Mask That Aplys on Parallax*/
.parallax-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 111, 136, 0.7);
}
.parallax-mask.fade-black {
  background: rgba(0, 0, 0, 0.16);
}
.parallax-mask.white {
  background: rgba(255, 255, 255, 0.9);
}
/* G-map */
#gmap {
  width: 100%;
  height: 364px;
}
#gmap {
  border-top: 2px solid #dedede;
  border-bottom: 10px solid #00b9e3;
}
#gmap.h2 {
  height: 380px;
}
/* 1.0 - UI Elements */
/* 1.1 Buttons */
.btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 48px;
  padding: 0 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
.btn span {
  position: relative;
  z-index: 10;
}
.btn.btn-solid {
  background: #f58120;
  color: #ffffff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
.btn.btn-solid::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.btn.btn-solid:focus {
  color: #ffffff;
}
.btn.btn-solid:hover {
  color: #ffffff;
  background: #00b9e3;
}
.btn.btn-solid:hover::after {
  left: 120%;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.btn-ghost {
  border: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  line-height: 46px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-ghost::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: .6;
  background: #ffffff;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.btn.btn-ghost.dark {
  color: #222222;
  border: 2px solid #222222;
  -webkit-transition: border.2s ease, color .1s ease;
  transition: border.2s ease, color .1s ease;
}
.btn.btn-ghost.dark::after {
  display: done;
}
.btn.btn-ghost.dark:hover {
  border: 2px solid #00b9e3;
}
.btn.btn-ghost:hover {
  color: #00b9e3;
}
.btn.btn-ghost:hover::after {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  width: 100%;
  opacity: 1;
}
/* Simple Links */
.simple-link {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  font-size: 16px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.simple-link i {
  color: #00b9e3;
}
.simple-link.left {
  float: left;
}
.simple-link.left i {
  margin-right: 5px;
}
.simple-link.right {
  float: right;
}
.simple-link.right i {
  margin-left: 5px;
}
.simple-link:hover {
  color: #00b9e3;
}
/* 1.2 -Section Name*/
.section-title {
  text-align: center;
}
.section-title h2 {
  text-transform: uppercase;
  color: #222222;
  font-size: 34px;
}
.section-title h2 span {
  color: #00b9e3;
}
.section-title h2.white {
  color: #ffffff;
}
/* 1.3 - Page Head*/
.page-head {
  padding: 120px 0 40px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-head.bg-one {
  background: url(../img/banner-1.jpg);
}
.page-head.bg-two {
  background: url(../img/banner-2.jpg);
}
.page-head.bg-three {
  background: url(../img/banner-3.jpg);
}
.page-head.bg-four {
  background: url(../img/banner-4.jpg);
}
.page-head.bg-five {
  background: url(../img/banner-5.jpg);
}

.page-head .container {
  position: relative;
  z-index: 10;
}
.page-head h1 {
  font-size: 42px;
  text-transform: uppercase;
  color: #ffffff;
}

.feature {
  text-align: center;
}


.feature .icon {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f7f7f7;
  color: #00b9e3;
  line-height: 96px;
  font-size: 46px;
  -webkit-transition: background .6s ease;
  transition: background .6s ease;
  border: 1px solid #efefef;
}
.feature .icon i {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  fıın
}
.feature h3 {
  color: #222222;
  text-transform: uppercase;
  margin-top: 30px;
}
.feature p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #636363;
  width: 95%;
  margin: 20px auto 0;
}
.feature:hover .icon,
.feature:focus .icon {
  background: #00b9e3;
  color: #ffffff;
}
.feature:hover .icon i,
.feature:focus .icon i {

}
@media screen and (max-width: 768px) {
  .feature p {
    width: 65%;
  }
}
/* Feature Style Two */
.feature-two {
  margin-bottom: 35px;
  cursor: pointer;
}
.feature-two .top {
  margin-bottom: 25px;
}
.feature-two .top i {
  float: left;
  font-size: 36px;
  color: #00b9e3;
  margin-right: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.feature-two .top h3 {
  margin-top: 20px;
  text-transform: uppercase;
  color: #222222;
}
.feature-two p {
  color: #999999;
}
.feature-two:hover i,
.feature-two:focus i {
  -webkit-animation: pulse .25s ease 1;
  animation: pulse .25s ease 1;
  -webkit-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
}
/* Feature Styles Three*/
.feature-three {
  margin-bottom: 40px;
  cursor: pointer;
}
.feature-three.left {
  text-align: right;
}
.feature-three i {
  display: inline-block;
  font-size: 36px;
  color: #00b9e3;
  margin-bottom: 20px;
}
.feature-three h3 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 20px;
}
.feature-three p {
  color: #999999;
  margin: 0 auto;
}
.feature-three:hover i,
.feature-three:focus i {
  -webkit-animation: bounce .35s ease 1;
  animation: bounce .35s ease 1;
  -webkit-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
}
@media screen and (max-width: 768px) {
  .feature-three {
    text-align: center;
  }
  .feature-three.left {
    text-align: center;
  }
  .feature-three p {
    width: 65%;
    margin: 0 auto;
  }
}
/* Feature Style Four*/
.feature-four {
  margin-bottom: 60px;
}

.feature-four:last-child {
  margin-bottom: 0px !important;
}

.feature-four .icon-animated {
  float: left;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 25px;
  width: 96px;
  height: 96px;
  font-size: 50px;
  line-height: 92px;
  border-radius: 50%;
  border: 2px solid #f58120;
  color: #f58120;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  margin-bottom: 25px;
}
.feature-four .icon-animated i {
  display: inline-block;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 450px) {
  .feature-four .icon-animated {
    float: none;
  }
}
.feature-four .icon-animated::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f58120;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  content: "";
}
.feature-four h3 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 20px;

}
.feature-four p {
  width: 75%;
  color: #999999;
  font-family: "Source Sans Pro";
  line-height: 20px;
  margin-top: -10px;
}
.feature-four:hover .icon-animated,
.feature-four:focus .icon-animated {
  color: #ffffff;
}
.feature-four:hover .icon-animated::after,
.feature-four:focus .icon-animated::after {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 1;
}
/* 1.5 - Filter */
#fam-filter {
  text-align: center;
}
#fam-filter li {
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
  padding: 10px ;
  margin: 0 20px;
  cursor: pointer;
  font-size: 16px;
}
#fam-filter li:hover,
#fam-filter li.focus,
#fam-filter li.selected {
  color: #fff;
  background-color: #00b9e3;
}
@media screen and (max-width: 700px) {
  #fam-filter {
    text-align: left;
  }
}
/* 1.6 -  Project Showcase */
.project-showcase {
  position: relative;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  cursor: crosshair;
}

.project-showcase a {
  cursor: crosshair;
}
.project-showcase img {
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
}
.project-showcase .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 185, 227, 0.7);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  z-index: 10;
}
.project-showcase .overlay h4 {
  margin: 30px 0 8px 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.project-showcase .overlay h5 {
  margin-left: 30px;
  color: #ffffff;
}
.project-showcase .overlay .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-right: 72px solid #ffffff;
  border-top: 72px solid transparent;
}
.project-showcase .overlay .icon i {
  position: absolute;
  top: -30px;
  left: 43px;
  font-size: 16px;
  color: #00b9e3;
}
.project-showcase:hover .overlay,
.project-showcase:focus .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-showcase:hover img,
.project-showcase:focus img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
@media screen and (max-width: 768px) {
  .project-showcase img {
    display: block;
    width: 100%;
  }
}
/* 1.7 -  Service */
.service {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #ffffff;
  margin-bottom: 30px;
}
.service h3 {
  text-transform: uppercase;
  margin: 42px 0 36px;
  color: #222222;
  -webkit-transition: all .03s linear;
  transition: all .03s linear;
}
.service i {
  font-size: 48px;
  line-height: 48px;
  color: #00b9e3;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.service p {
  width: 100%;
  padding: 17px;
  color: #999999;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;

  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.service .content {
  position: relative;
  z-index: 10;
  height: 89%;
  margin: 18px;
  border: 1px solid #00b9e3;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.service::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  transition: all 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  background: #00b9e3;
  opacity: 0;
}
.service:hover h3,
.service:focus h3,
.service:hover i,
.service:focus i,
.service:hover p,
.service:focus p {
  color: #ffffff;
}

.service:hover::after,
.service:focus::after {
  opacity: 1;
}
.service:hover .content,
.service:focus .content {
  border: 1px solid #ffffff;
}
.service.style-two {
  background: #f7f7f7;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .service h3 {
    margin-top: 25px;
  }
}
/* 1.8 - Counter */
.counter {
  text-align: center;
}

.counter .icon {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 45px;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 83px;
  /* background-color: #fff; */
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.counter.style-two .icon{
  border: 2px solid #00b9e3;
  color: #00b9e3;
}


.counter span {
  font-size: 30px;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 991px) {
  .counter span {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 760px) {
  .counter span {
    font-size: 36px;
    line-height: 36px;
  }
}
.counter h3 {
  /*text-transform: uppercase;*/
  color: #ffffff;
  margin-top: 20px;
}
.counter.style-two span {
  color: #00b9e3;
}
.counter.style-two h3 {
  color: #222222;
}
@media screen and (max-width: 991px) {
  .counter {
    margin-bottom: 65px;
  }
}
/* 1.9 - Team Member */
.team-member {
  position: relative;
  overflow: hidden;
  /*max-width: 360px;*/
  margin: 0 auto;
}
.team-member .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(6, 159, 193, 0);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.team-member:hover .overlay {
  background-color: rgba(245, 129, 32, 0.9);
}

.team-member .text {
  padding: 15px;
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 40%;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;

  opacity: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.team-member:hover .text{
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.team-member .text ul li {
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative;
}

.team-member .text ul li:before {
  content: "\eb61";
  font-family: 'IcoFont' !important;
  color: #f58120;
  position: absolute;
  left: 5px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  padding-left: 2px;
  top: 1px;
}



.team-member .name,
.team-member .social-media {
  position: absolute;
  height: 0;
  top: 0;
}
.team-member .name::before,
.team-member .social-media::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0px;
}
.team-member .name .content,
.team-member .social-media .content {
  position: relative;
  z-index: 10;
}
.team-member .name {
  left: 0;
  width: 100%;
  background: #f7f7f7;
}

.team-member .name::before {
  border-left: 360px solid #e8e8e8;
  border-bottom: 100px solid transparent;
}

.team-member .name .content {
  margin-top: 25px;
  margin-left: 20px;
}
.team-member .name h5 {
  color: #00b9e3;
  margin-bottom: 10px;
}
.team-member .name h4 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0992b1;
  font-size: 19px;
}
.team-member .social-media {
  right: -170px;
  width: 170px;
  background: #00b9e3;
  -webkit-transition: right .2s ease;
  transition: right .2s ease;
}
.team-member .social-media::before {
  border-right: 170px solid #00b9e3;
  border-top: 120px solid transparent;
}
.team-member .social-media .content {
  margin-top: -50px;
  margin-left: 70px;
}
.team-member .social-media a {
  display: inline-block;
  margin: 0 3px;
  font-size: 18px;
  color: #ffffff;
  padding: 2px;
}
.team-member:hover .social-media {
  right: 0;
}
@media screen and (max-width: 991px) {
  .team-member {
    margin-bottom: 30px;
  }
}
/* 1.10 Pinned Post */
.pinned-post {
  background: #ffffff;
  overflow: hidden;
}
.pinned-post .img-wrapper {
  position: relative;
  overflow: hidden;
}
.pinned-post .img-wrapper img {
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
}
@media screen and (max-width: 700px) {
  .pinned-post .img-wrapper img {
    width: 100%;
  }
}
.pinned-post .img-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(129, 180, 65, 0.8);
  text-align: center;
  line-height: 240px;
  font-size: 26px;
  color: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  z-index: 10;
}
.pinned-post .img-wrapper .overlay i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinned-post .info-block {
  padding: 25px 20px 20px;
}
.pinned-post h5 {
  margin-bottom: 14px;
  color: #00b9e3;
}
.pinned-post h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  line-height: 27px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}
.pinned-post h4:hover,
.pinned-post h4:focus {
  color: #00b9e3;
}
.pinned-post:hover .img-wrapper img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.pinned-post:hover .img-wrapper .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pinned-post:hover .img-wrapper .overlay i {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
@media screen and (max-width: 991px) {
  .pinned-post {
    margin-bottom: 30px;
  }
}
/* 1.11 -Pricing Table */
.pricing-table {
  border: 1px solid #dddddd;
  max-width: 360px;
  margin: 0 auto;
}
.pricing-table.featured {
  border: 1px solid #00b9e3;
}
.pricing-table.featured .price-wrapper {
  background: #00b9e3;
}
.pricing-table.featured .price-wrapper h2,
.pricing-table.featured .price-wrapper h5 {
  color: #ffffff;
}
.pricing-table .title {
  padding: 45px ;
  text-transform: uppercase;
  color: #222222;
}
.pricing-table .price-wrapper {
  padding: 45px;
  background: #f7f7f7;
}
.pricing-table .price-wrapper h2,
.pricing-table .price-wrapper h5 {
  display: inline-block;
}
.pricing-table .price-wrapper h2 {
  color: #00b9e3;
  font-size: 42px;
}
.pricing-table .price-wrapper h5 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222222;
}
.pricing-table ul.body {
  padding: 30px 45px;
}
.pricing-table ul.body li {
  padding: 15px 0 ;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #999999;
  font-size: 16px;
  line-height: 16px;
}
.pricing-table .footer {
  padding: 0 45px 45px;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .pricing-table .title,
  .pricing-table .price-wrapper,
  .pricing-table .footer {
    padding: 45px 35px;
  }
}
@media screen and (max-width: 991px) {
  .pricing-table {
    margin-bottom: 30px;
  }
}
/* 1.12 Contact Detail */
.contact-detail {
  text-align: center;
}
.contact-detail .icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #00b9e3;
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.contact-detail .icon::after {
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #00b9e3;
}
.contact-detail .name {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222222;
  margin-bottom: 12px;
}
.contact-detail .info {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #797979;
  font-size: 18px;
  line-height: 24px;
}
.contact-detail .info a {
  color: #797979;
  font-size: 18px;
  line-height: 24px;
}
.contact-detail .info:hover a {
  color: #00b9e3;
}

.contact-detail.bordered {
  padding: 55px 0;
  border: 1px solid #dddddd;
}
.contact-detail:hover .icon,
.contact-detail.focus .icon {
  background: #ffffff;
  color: #00b9e3;
}
.contact-detail:hover .icon::after,
.contact-detail.focus .icon::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 600px) {
  .contact-detail {
    width: 100%;
    margin-bottom: 45px;
  }
}
/* 1.13 - General Form */
.fam-form {
  display: block;
  height: auto;
}
.fam-form .fields-group {
  width: 50%;
  float: left;
}
.fam-form .fields-group.left {
  padding-right: 15px;
}
.fam-form .fields-group.right {
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .fam-form .fields-group {
    width: 100%;
  }
  .fam-form .fields-group.left,
  .fam-form .fields-group.right {
    padding: 0;
  }
}
.fam-form .field {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 24px;
}
.fam-form .field input,
.fam-form .field textarea {
  display: block;
  width: 100%;
  height: 48px;
  background: #f7f7f7;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0 15px;
  color: #999999;
  border: 1px solid transparent;
}
.fam-form .field input:hover,
.fam-form .field textarea:hover {
  border: 1px solid rgba(153, 153, 153, 0.18);
}
.fam-form .field input:focus,
.fam-form .field textarea:focus {
  border: 1px solid #00b9e3;
}
.fam-form .field textarea {
  height: 120px;
  padding: 15px;
}
.fam-form .field label {
  position: absolute;
  padding: 0 15px ;
  bottom: -32px;
  width: 100%;
  height: 32px;
  line-height: 30px;
  background: #00b9e3;
  z-index: 10;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.fam-form .btn {
  float: right;
}
@media screen and (max-width: 991px) {
  .fam-form {
    margin-bottom: 30px;
  }
}
/* 1.14 Subscribe form */
#mc_embed_signup {
  position: relative;
  padding-top: 8px;
}
#mc_embed_signup input#mce-EMAIL {
  float: left;
  background: none;
  border: none;
  height: 44px;
  padding: 0 20px;
  width: 82%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #999999;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
  background: none;
  border: none;
}
@media screen and (max-width: 1200px) {
  #mc_embed_signup input#mce-EMAIL {
    width: 75%;
  }
}
#mc_embed_signup #mc_embed_signup_scroll {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 45px;
}
#mc_embed_signup #mc_embed_signup_scroll button {
  text-align: center;
  float: left;
  width: 18%;
  height: 44px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 24px;
  line-height: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mc_embed_signup #mc_embed_signup_scroll button:hover,
#mc_embed_signup #mc_embed_signup_scroll button:focus {
  background: #ffffff;
  color: #00b9e3;
}
@media screen and (max-width: 1200px) {
  #mc_embed_signup #mc_embed_signup_scroll button {
    width: 25%;
  }
}
#mc_embed_signup div.mce_inline_error {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  background: #00b9e3 !important;
}
/* 1.15 Progress Bar*/
.progress-bar-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.progress-bar-wrapper.last {
  margin-bottom: 0;
}
.progress-bar-wrapper .progress-bar-outer {
  position: relative;
}
.progress-bar-wrapper .progress-bar-outer h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 12px;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .empty-bar {
  position: relative;
  width: 100%;
  border-radius: 25px;
  height: 6px;
  background: #d8d8d8;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar {
  display: block;
  width: 100%;
  position: absolute;
  height: 6px;
  left: 0;
  top: 0;
  border-radius: 25px;
  background: #00b9e3;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-10 {
  width: 10%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-20 {
  width: 20%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-30 {
  width: 30%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-40 {
  width: 40%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-50 {
  width: 50%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-60 {
  width: 60%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-70 {
  width: 70%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-80 {
  width: 80%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-90 {
  width: 90%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-100 {
  width: 100%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .procent {
  position: absolute;
  top: -30px;
  right: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #999999;
  font-size: 16px;
}
/* 1.16 - Pagination */
ul.pagination {
  display: inline-block;
}
ul.pagination li {
  display: block;
  float: left;
  text-align: center;
  margin-right: 12px;
}

ul.pagination li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 37px;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222222;
  -webkit-transition: background .15s ease, color .2s ease, border .02s linear;
  transition: background .15s ease, color .2s ease, border .02s linear;
}
ul.pagination li a:hover,
ul.pagination li a.active {
  color: #ffffff;
  background: #00b9e3;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  ul.pagination li {
    margin-bottom: 12px;
  }
  ul.pagination li a {
    width: 35px ;
    height: 35px;
    line-height: 35px;
  }
}
/* 1.17 - Nivo Lightbox*/
.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap img {
  padding: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.nivo-lightbox-overlay .nivo-lightbox-nav {
  text-indent: -9999px;
  top: 25%;
}
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-prev {
  height: 50%;
  width: 10%;
  padding-left: 20px;
  background: url(../img/lightbox-arrow-left.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-next {
  height: 50%;
  width: 10%;
  padding-right: 20px;
  background: url(../img/lightbox-arrow-right.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-next {
  opacity: .6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-prev:hover,
.nivo-lightbox-overlay .nivo-lightbox-nav.nivo-lightbox-next:hover {
  opacity: 1;
}
.nivo-lightbox-overlay .nivo-lightbox-close {
  text-indent: -9999px;
  background: url(../img/lightbox-close.png) center center no-repeat;
  width: 65px;
  height: 65px;
  opacity: .6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nivo-lightbox-overlay .nivo-lightbox-close:hover {
  opacity: 1;
}
/* 2.0 - Navigation */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  /* Fix postion when hover items that have transfrom:*; */
  -webkit-transform: translateZ(0)
  /* Fix postion when hover items that have transfrom:*; */
}
#main-header .container,
#main-header .row {
  position: relative;
}
#main-header.header-small-icons .buttons button {
  border: none;
  color: #000000;
}
#main-header.header-transparent.nav-scroll #site-navigation,
#main-header.header-transparent-scroll.nav-scroll #site-navigation {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  #main-header.header-transparent.nav-scroll #site-navigation,
  #main-header.header-transparent-scroll.nav-scroll #site-navigation {
    padding-top: 0;
  }
}
#main-header.header-transparent {
  background: none;
  box-shadow: none;
}
#main-header.header-transparent-scroll {
  background: #ffffff;
}
#main-header.nav-scroll .site-branding a img{
  height: 60px;
}
#main-header.nav-scroll #site-navigation {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  #main-header.nav-scroll #site-navigation {
    padding-top: 0;
  }
}
#main-header.nav-scroll #site-navigation #main-nav .menu-item {
  padding-bottom: 10px;
}
#main-header.nav-scroll .buttons {

}
#main-header .line {
  position: relative;
}
#main-header .line:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #bbbbbb;
  left: 17.5%;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  #main-header .line:before {
    display: none;
  }
}
#main-header #search-header-bar {
  display: none;
  background: #f7f7f7;
  height: 45px;
}
#main-header #search-header-bar form {
  display: block;
  width: 100%;
  height: 100%;
}
#main-header #search-header-bar form input {
  display: block;
  width: 100%;
  height: 45px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.85);
  text-transform: uppercase;
}
#main-header #search-header-bar form button {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: #00b9e3;
}
#main-header .site-branding a {
  display: block;
  line-height: 36px;
  padding: 10px 0;
}
#main-header .site-branding a img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#main-header .site-branding a span {
  color: #00b9e3;
  margin: 0 10px;
}
#main-header #site-navigation {
  padding-top: 40px;
}
#main-header #site-navigation #main-menu {
  float: right;
  margin-right: 25px;
}
#main-header #site-navigation #main-menu .menu-item {
  display: inline-block;
  position: relative;
  padding: 0 16px 40px;
}

#main-header.nav-scroll #site-navigation #main-menu .menu-item{
  padding: 0px 16px 23px;
}


#main-header #site-navigation #main-menu .menu-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  #main-header #site-navigation #main-menu .menu-item {
    padding: 0 15px 32px;
  }
}
#main-header #site-navigation #main-menu .menu-item > a {
  padding: 0 0 6px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 16px;
  color: #222222;
}
#main-header #site-navigation #main-menu .menu-item > a::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 3px;
  right: 0;
  bottom: 0;
  background: #00b9e3;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
#main-header #site-navigation #main-menu .menu-item.active > a,
#main-header #site-navigation #main-menu .menu-item:hover > a,
#main-header #site-navigation #main-menu .menu-item:focus > a {
  color: #00b9e3;
}

#main-header #site-navigation #main-menu .menu-item.active > a::before,
#main-header #site-navigation #main-menu .menu-item:hover > a::before,
#main-header #site-navigation #main-menu .menu-item:focus > a::before {
  width: 25px;
}

#main-header #site-navigation #main-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 208px;
  left: 0;
  background: #00b9e3;
  padding: 15px 0;
}
#main-header #site-navigation #main-menu .menu-item .sub-menu .sub-menu-item {
  height: 45px;
  position: relative;
}
#main-header #site-navigation #main-menu .menu-item .sub-menu .sub-menu-item a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
  color: #ffffff;
  padding: 0 25px;
}
#main-header #site-navigation #main-menu .menu-item .sub-menu .sub-menu-item a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#main-header #site-navigation #main-menu .menu-item .sub-menu.open {
  display: block;
}
#main-header .buttons {
  float: right;
  margin-top: -12px;
}

#main-header .buttons a.button {
  margin-right: 5px;
}
#main-header .buttons button, #main-header .buttons a.button {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #00b9e3;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #00b9e3;
  -webkit-transition: all 0.23s ease-in-out;
  transition: all 0.23s ease-in-out;
}
#main-header .buttons button:hover, #main-header .buttons a.button:hover,
#main-header .buttons button.selected, #main-header .buttons a.button.selected {
  color: #ffffff;
  background: #00b9e3;
}
#main-header .buttons button#menu-toggle {
  margin-right: 15px;
  display: none;
}
@media screen and (max-width: 991px) {
  #main-header .site-branding a {
    padding: 20px 0;
  }
  #main-header #site-navigation {
    padding: 0;
    position: absolute;
    right: 0;
    top: 85px;
    width: 210px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    display: none;
  }
  #main-header #site-navigation.open {
    display: block;
  }
  #main-header #site-navigation #main-menu {
    float: none;
    display: block;
  }
  #main-header #site-navigation #main-menu .menu-item {
    padding: 0;
    display: block;
    position: relative;
  }
  #main-header #site-navigation #main-menu .menu-item > a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #dddddd;
  }
  #main-header #site-navigation #main-menu .menu-item > a::before {
    display: none;
  }
  #main-header #site-navigation #main-menu .menu-item:last-child > a {
    border-bottom: 0;
  }
  #main-header #site-navigation #main-menu .menu-item:hover a,
  #main-header #site-navigation #main-menu .menu-item:focus a,
  #main-header #site-navigation #main-menu .menu-item.active a {
    border-bottom: 2px solid #00b9e3;
  }
  #main-header #site-navigation #main-menu .menu-item .sub-menu {
    position: static;
    padding: 0;
  }
  #main-header .buttons {
    margin: 15px 0;
  }
  #main-header .buttons button#menu-toggle {
    display: block;
  }
}
/* 3.0 - Main Slider*/
#main-slider {
  background: #ffffff;
}
#main-slider .slotholder:after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 60px;
  pointer-events: none;
  width: 0;
  height: 0;
  opacity: .8;
  border-bottom: 240px solid #00b9e3;
  border-left: 230px solid transparent;
}
@media screen and (max-width: 768px) {
  #main-slider .slotholder:after {
    display: none;
  }
}

#main-slider .tp-caption{
  z-index: 25;
  white-space: normal !important;
}


#main-slider .tparrows {
  background: none;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 48px;
  height: 48px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#main-slider .tparrows::before {
  font-weight: bold;
  font-size: 18px;
  line-height: 46px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#main-slider .tparrows:hover,
#main-slider .tparrows:focus {
  background: #ffffff;
}
#main-slider .tparrows:hover::before,
#main-slider .tparrows:focus::before {
  color: #00b9e3;
}
#main-slider .slider-line {
  width: 36px;
  height: 6px;
  background: #00b9e3;
}
#main-slider .slider-line.white {
  background: #ffffff;
}

#main-slider .big-caption {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 62px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
}


#main-slider .big-caption:before{
  content: "";
  position: absolute;
  width: 36px;
  height: 6px;
  background: #00b9e3;
  top: -10px;
  left: 0;
}

#main-slider .bg-dark {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  z-index: 20;
  opacity: 0;
  width: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-slider .active-revslide .bg-dark {
  opacity: 1;
  width: 100%;
}

#main-slider .detay p {
  font-size: 24px;
  color: #fff;
}

#main-slider .big-caption span {
  color: #00b9e3;
}
#main-slider .small-caption {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
}
#main-slider .slider-button {
  border: 3px solid #222222;
  height: 45px;
  line-height: 43px;
  padding: 0 32px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
#main-slider .slider-button:hover {
  background: #222222;
  color: #ffffff;
}
#main-slider .slider-button.white {
  border: 3px solid #ffffff;
  color: #ffffff;
}
#main-slider .slider-button.white:hover {
  background: #222222;
  color: #ffffff;
}
#main-slider .white-caption {
  color: #ffffff;
}
/* 4.0 - Features*/
.features-wrapper {
  padding: 66px 0;
  background: #ffffff;
}
.features-wrapper.two {
  padding: 0px;
}
.features-wrapper.two .container {
  border-top: 1px solid #dddddd;
  padding-top: 50px;
  padding-bottom: 50px;

}

@media screen and (max-width: 991px) {
  .features-wrapper {
    padding-bottom: 51px;
  }
  .features-wrapper .features .feature {
    margin-bottom: 45px;
  }
}
.features-three-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.features-three-wrapper .features-col {
  padding-top: 100px;
}
.features-three-wrapper .features-col.left {
  padding-right: 25px;
}
.features-three-wrapper .features-col.right {
  padding-left: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .features-three-wrapper .features-col {
    padding-top: 0;
  }
  .features-three-wrapper .img-wrapper {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .features-three-wrapper .feature-col {
    padding-top: 0;
  }
  .features-three-wrapper .img-wrapper {
    width: 100%;
    text-align: center;
  }
  .features-three-wrapper .img-wrapper img {
    display: inline-block;
  }
}
/* 5.0 - Featured Article */
.featured-article-wrapper {
  padding: 66px 0;
  background: #f7f7f7;
}
.featured-article-wrapper.second-style {
  background: #ffffff;
  padding: 66px 0 23px;
}
.featured-article-wrapper .info-block h3 {
  text-transform: uppercase;
  color: #222222;
}
.featured-article-wrapper .info-block .colored-line {
  width: 30px;
  height: 6px;
  background: #00b9e3;
  margin: 15px 0 20px;
}
.featured-article-wrapper .info-block h2 {
  text-transform: uppercase;
  color: #222222;
  width: 95%;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
}
.featured-article-wrapper .info-block h2 span {
  color: #00b9e3;
}
.featured-article-wrapper .info-block p {
  color: #999999;
}
.featured-article-wrapper .info-block p.highlight {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 25px;
}
.featured-article-wrapper .info-block .btn {
  margin-top: 40px;
}
.featured-article-wrapper .img-wrapper {
  position: relative;
}
.featured-article-wrapper .img-wrapper img {
  position: relative;
  z-index: 10;
  width: 100%;
}

.featured-article-wrapper .img-wrapper {
  padding: 30px 30px 0 0;
}

@media screen and (max-width: 991px) {
  /*
  .featured-article-wrapper .img-wrapper img {
    width: 95%;
    right: 30px;
    margin-left: 30px;
  }
 */


}


.featured-article-wrapper .img-wrapper::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  border-top: 290px solid #00b9e3;
  border-left: 370px solid transparent;
}
.featured-article-wrapper .mustafa1 .img-wrapper::after {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  right: 10px;
  border-top: 190px solid #00b9e3;
  border-left: 270px solid transparent;
}
.featured-article-wrapper .mustafa .img-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 45px;
  left: -15px;
  border-bottom: 190px solid #f5821f;
  border-right: 170px solid transparent;
}

.featured-article-wrapper .img-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -13px;
  left: -13px;
  border-bottom: 190px solid #f5821f;
  border-right: 170px solid transparent;
}

.featured-article-wrapper.direction-right .img-wrapper:before{
  right: -13px;
  left: inherit;
  bottom: -13px;
  border-right: none;
  border-top: none;
  border-bottom: 190px solid #f5821f;
  border-left: 170px solid transparent;
}

.featured-article-wrapper.direction-right .img-wrapper::after{
  right: inherit;
  left: 0;
  border-top: none;
  border-left: none;
  border-top: 290px solid #00b9e3;
  border-right: 370px solid transparent;
}

.featured-article-wrapper.direction-right .img-wrapper {
  padding: 30px 0 0px 30px;
}

.featured-article-wrapper.direction-right .img-wrapper .img-wrap{

}
.parkur ul {
  width: 100%;
  display: block;
  margin-top: 40px;
}
.parkur ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins";
  position: relative;
  padding-left: 20px;
}


.parkur ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #00b9e3;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.parkur ul li:hover:before{
  background-color: #f58120;
}

@media (min-width: 991px){
  .parkur .info-block.pull-right {
    padding-left: 40px;
  }
}

@media (max-width: 991px){
  .parkur .pull-left, .parkur .pull-right {
    float: none !important;
  }
}

.featured-article-wrapper.direction-right {
  background-color: #fff;
}
.featured-article-wrapper.direction-right .col-md-offset-1{
  margin-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .featured-article-wrapper .img-wrapper {
    margin-top: 45px;
  }
}

@media screen and (max-width: 400px) {
  .featured-article-wrapper .img-wrapper::after {
    border-top: 190px solid #00b9e3;
    border-left: 270px solid transparent;
  }

  .featured-article-wrapper.direction-right .img-wrapper::after {
    right: inherit;
    left: 0;
    border-top: none;
    border-left: none;
    border-top: 250px solid #00b9e3;
    border-right: 335px solid transparent;
  }
}
/* 6.0 - Portfolio */
.portfolio-wrapper {
  padding: 66px 0;
  background: #ffffff;
}
.portfolio-wrapper.portfolio-page .portfolio {
  padding: 0;
}
.portfolio-wrapper.style-two {
  background: #f7f7f7;
}
.portfolio-wrapper .portfolio {
  padding-top: 60px;
}
.portfolio-wrapper.detay .portfolio {
  padding-top: 0px;
}


.portfolio-wrapper .portfolio .fam-filterable {
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .portfolio-wrapper .portfolio .fam-filterable .item {
    width: 100%;
  }
  .portfolio-wrapper .portfolio .fam-filterable .item img {
    width: 100%;
  }
}
.portfolio-wrapper .btn-wrapper {
  padding-top: 30px;
}
.portfolio-wrapper .pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}
/* 7.0 - services*/
.services-wrapper {
  padding: 66px 0 36px;
  background: #f7f7f7;
}
.services-wrapper.style-two {
  background: #ffffff;
}
.services-wrapper .services {
  padding-top: 0px;
}
.services-wrapper .services-col.space-top {
  padding-top: 47px;
}
@media screen and (max-width: 768px) {
  .services-wrapper .services-col.space-top {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .services-wrapper .services-col {
    width: 100%;
  }
}
/* 8.0 - Fun Facts*/
.fun-facts-wrapper {
  padding: 86px 0;
  background: #00b9e3;
}
@media screen and (max-width: 991px) {
  .fun-facts-wrapper {
    padding-bottom: 21px;
  }
}
.fun-facts-wrapper.second-style {
  padding: 0;
  background: #ffffff;
}
.fun-facts-wrapper.second-style .boxed {
  padding: 46px 0;
  border-top: 1px solid #dddddd;
}
/* 9.0 - Team*/
.team-wrapper {
  padding: 66px 0;
  background: #ffffff;
}
.team-wrapper .team-members {
  padding-top: 55px;
}
@media screen and (max-width: 991px) {
  .team-wrapper {
    padding: 96px 0 66px;
  }
}
/* 10.0 - Teaser */
.teaser-wrapper .img-wrapper {
  padding: 0 ;
  overflow: hidden;
}
.teaser-wrapper .content {
  background: #f7f7f7;
  padding: 10px 0px 0px 73px;
}
@media screen and (min-width: 1170) and (max-width: 1200px) {
  .teaser-wrapper .content {
    padding: 56px 0 56px 45px;
  }
}
@media screen and (max-width: 1170px) {
  .teaser-wrapper .content {
    padding: 74px 0 74px 25px;
  }
  .teaser-wrapper .content .feature-four {
    margin-bottom: 40px;
  }
  .teaser-wrapper .content .feature-four p {
    width: 83%;
  }
}
.teaser-wrapper.style-two {
  background: url(../img/random/img-20.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 96px 0 66px;
}
.teaser-wrapper.style-two .container {
  position: relative;
  z-index: 10;
}
.teaser-wrapper.style-two .features .feature-four p {
  width: 85%;
}
.teaser-wrapper.style-three {
  background: url(../img/random/img-21.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 96px 0 66px;
}
.teaser-wrapper.style-three h2 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
}
.teaser-wrapper.style-three p {
  color: #999999;
  margin: 30px 0 60px;
}
.teaser-wrapper.style-three .features-col {
  float: left;
  width: 50%;
}
.teaser-wrapper.style-three .features-col.left {
  padding-right: 15px;
}
.teaser-wrapper.style-three .features-col.right {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .teaser-wrapper.style-three .features-col {
    width: 100%;
    padding: 0;
  }
}
.teaser-wrapper.style-three .feature-three p {
  margin: 0 auto;
}
/* 11.0 - Testimonial */
.testimonials-wrapper {
  padding: 76px 0;
  background: #fff;
}
.testimonials-wrapper.style-two {
  background: #f7f7f7;
}
.testimonials-wrapper.style-two .qoute-icon {
  border-right: 192px solid #00b9e3;
  color: #ffffff;
}
.testimonials-wrapper #fam-testimonials {
  padding: 62px 0 42px;
}
.testimonials-wrapper #fam-testimonials .testimonial img {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 0px;
  border: 8px solid #00b9e3;
}
.testimonials-wrapper #fam-testimonials .testimonial .info-block {
  float: left;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .testimonials-wrapper #fam-testimonials .testimonial .info-block {
    width: 65%;
  }
}
.testimonials-wrapper #fam-testimonials .testimonial h1 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 23px;
}
.testimonials-wrapper #fam-testimonials .testimonial p {
  color: #999999;
  width: 89%;
  margin-bottom: 20px;
}
.testimonials-wrapper #fam-testimonials .testimonial h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 12px;
}
.testimonials-wrapper #fam-testimonials .testimonial h5 {
  color: #00b9e3;
}
.testimonials-wrapper #fam-testimonials .owl-controls {
  position: relative;
}
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav {
  position: absolute;
  display: inline-block;
  left: 22%;
  top: 20px;
}
@media screen and (max-width: 1200px) {
  .testimonials-wrapper #fam-testimonials .owl-controls .owl-nav {
    left: 50%;
    margin-left: -54px;
  }
}
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-prev,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-next {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border: 1px solid #00b9e3;
  color: #00b9e3;
  -webkit-transition: background .3s ease, color .2s ease;
  transition: background .3s ease, color .2s ease;
}
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-prev:hover,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-next:hover,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-prev.focus,
.testimonials-wrapper #fam-testimonials .owl-controls .owl-nav .owl-next.focus {
  background: #00b9e3;
  color: #ffffff;
}
.testimonials-wrapper .qoute-icon {
  position: relative;
  z-index: 9998;
  margin-top: -192px;
  float: right;
  border-right: 192px solid #f7f7f7;
  border-top: 192px solid transparent;
  font-size: 60px;
  text-align: center;
  color: #f68d38;
}
.testimonials-wrapper .qoute-icon i {
  position: absolute;
  top: -80px;
  left: 100px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 700px) {
  .testimonials-wrapper #fam-testimonials .testimonial .info-block {
    width: 100%;
  }
  .testimonials-wrapper #fam-testimonials .testimonial p {
    width: 100%;
  }
  .testimonials-wrapper .qoute-icon {
    display: none;
  }
}





.owl-carousel12 .owl-controls {
  position: relative;
}
.owl-carousel12 .owl-controls .owl-nav {
  position: absolute;
  display: inline-block;
  left: 0;
  top: -270px;
}
@media screen and (max-width: 1200px) {
  .owl-carousel12 .owl-controls .owl-nav {
    /*left: 50%;*/
    /*margin-left: -54px;*/
  }
}
.owl-carousel12 .owl-controls .owl-nav .owl-prev,
.owl-carousel12 .owl-controls .owl-nav .owl-next {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border: 1px solid #00b9e3;
  color: #00b9e3;
  -webkit-transition: background .3s ease, color .2s ease;
  transition: background .3s ease, color .2s ease;
}
.owl-carousel12 .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel12 .owl-controls .owl-nav .owl-next:hover,
.owl-carousel12 .owl-controls .owl-nav .owl-prev.focus,
.owl-carousel12 .owl-controls .owl-nav .owl-next.focus {
  background: #00b9e3;
  color: #ffffff;
}
.owl-carousel12 .qoute-icon {
  position: relative;
  z-index: 9998;
  margin-top: -192px;
  float: right;
  border-right: 192px solid #f7f7f7;
  border-top: 192px solid transparent;
  font-size: 60px;
  text-align: center;
  color: #f68d38;
}
.owl-carousel12 .qoute-icon i {
  position: absolute;
  top: -80px;
  left: 100px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 700px) {
  .owl-carousel12 .qoute-icon {
    display: none;
  }
}
/* 12.0 - Partners */
.partners-wrapper {
  position: relative;
  padding: 66px 0 36px;
  background: url(../img/random/img-6.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.partners-wrapper.style-two {
  background: #ffffff;
}
.partners-wrapper.style-two .partners .partner {
  border-right: 1px solid #f2f2f2;
}
.partners-wrapper.style-two .partners .partner.top {
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 760px) {
  .partners-wrapper.style-two .partners .partner.last {
    border-right: 1px solid #f2f2f2;
  }
  .partners-wrapper.style-two .partners .partner.top {
    border-top: 1px solid #f2f2f2;
  }
  .partners-wrapper.style-two .partners .partner.bottom {
    border-bottom: 1px solid #f2f2f2;
  }
}
.partners-wrapper .container {
  position: relative;
  z-index: 10;
}
.partners-wrapper .partners {
  padding-top: 72px;
}
.partners-wrapper .partners .partner {
  display: block;
  float: left;
  padding: 0 43px;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
}
.partners-wrapper .partners .partner.top {
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.partners-wrapper .partners .partner.last {
  border-right: none;
}
.partners-wrapper .partners .partner.bottom {
  padding-top: 49px;
}
@media screen and (max-width: 981px) {
  .partners-wrapper .partners .partner {
    padding: 0 19px;
  }
}
@media screen and (max-width: 760px) {
  .partners-wrapper .partners .partner {
    width: 50%;
    text-align: center;
    padding: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.55);
  }
  .partners-wrapper .partners .partner.last {
    border-right: 1px solid rgba(255, 255, 255, 0.55);
  }
  .partners-wrapper .partners .partner.top {
    border-top: 1px solid rgba(255, 255, 255, 0.55);
  }
  .partners-wrapper .partners .partner.bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
}
@media screen and (max-width: 425px) {
  .partners-wrapper .partners .partner {
    width: 100%;
  }
}

/* 13.0 - Blog */
.blog-wrapper {
  padding: 96px 0 ;
  background: #f7f7f7;
}

.blog-wrapper .posts-list {
  padding-top: 72px;
}

.blog-wrapper #posts-carousel .owl-controls .owl-dots {
  text-align: center;
  margin-top: 60px;
}

.blog-wrapper #posts-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 13px;
  background: #dddddd;
  border-radius: 50%;
  margin: 0 5px;
}

.blog-wrapper #posts-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #00b9e3;
}

.blog-wrapper .btn-wrapper {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .blog-wrapper .btn-wrapper {
    padding-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .blog-wrapper .large-xs {
    width: 100%;
  }
}

/* 14.0 - Contact */
.contact-wrapper {
  padding: 76px 0 0;
  background: #fff;
}

.contact-wrapper .contact-details {
  padding: 50px 0 40px;
}

/* 15.0 - Footer */
.site-footer {
  padding: 56px 0 18px;
  background: #2e3328;
}

.site-footer .footer-widget .widget-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.site-footer .footer-widget p {
  color: #a0a0a0;
  margin-bottom: 23px;
  line-height: 20px;
  font-size: 15px;
}
.footer-widget.menu ul+ul {
  margin-left: 85px;
}

.footer-widget.menu ul {
  padding: 0px;
  float: left;
  list-style: none;
  display: block;
}

.footer-widget.menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}

.footer-widget.menu ul li a{
  color: #a0a0a0;
  font-family: "Poppins";
}

.footer-widget.menu ul li:hover a{
  color: #ccc;
}

.footer-widget.menu ul li a:before{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #00b9e3;
  left: -26px;
  top: 9px;

}

.footer-widget .social-media {
  padding: 0px;
  margin: 0px;
}
.footer-widget .social-media li {
  margin-bottom: 10px;
}
.footer-widget .social-media li a {
  color: #a0a0a0;
  font-family: "Poppins";
}
.footer-widget .social-media li a i {
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: 24px;

  border-radius: 100%;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .site-footer .footer-widget {
    margin-bottom: 40px;
  }
}
.site-footer #fam-insta li {
  width: 75px;
  height: 75px;
  display: block;
  float: left;
  margin: 0  0 10px 10px;
  border: 3px solid #f2f2f2;
  overflow: hidden;
  background: #222222;
}
.site-footer #fam-insta li a {
  display: block;
  position: relative;
}
.site-footer #fam-insta li .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-size: 17px;
  line-height: 69px;
  color: #ffffff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.site-footer #fam-insta li .overlay i {
  display: inline-block;
  opacity: 1;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  line-height: 45px;
  background: #00b9e3;
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: opacity .3s ease, -webkit-transform .2s ease;
  transition: opacity .3s ease, transform .2s ease;
}
.site-footer #fam-insta li a:hover .overlay {
  opacity: 1;
}
.site-footer #fam-insta li a:hover .overlay i {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.site-footer .site-info {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
.site-footer .site-info .social-media li {
  display: inline-block;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .site-footer .site-info .social-media li {
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 911px) {
  .site-footer .site-info .social-media li {
    margin-right: 8px;
  }
}
.site-footer .site-info .social-media li a {
  color: #bbbbbb;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.site-footer .site-info .social-media li a:hover {
  color: #ffffff;
}
.site-footer .site-info p {
  font-size: 14px;
  color: #bbbbbb;
  text-align: center;
}
.site-footer .site-info p span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info p {
    margin-top: 20px;
    float: none;
  }
}
/* 16.0 Skills Wrapper*/
.skills-wrapper {
  padding: 96px 0;
  background: #f7f7f7;
}
.skills-wrapper .content {
  padding-top: 72px;
}
.skills-wrapper .info-block p {
  color: #999999;
}
.skills-wrapper .info-block p:first-child {
  margin-bottom: 34px;
}
@media screen and (max-width: 991px) {
  .skills-wrapper .info-block {
    margin-bottom: 45px;
  }
}
/* 17.0 - Big CTA */
.big-cta-wrapper {
  padding: 120px 0;
  background-size: cover;
  background: url(../img/parallax-counter.jpg) center center no-repeat;
  background-attachment: fixed;
  position: relative;
}

.big-cta-wrapper:after {
  position: absolute;
  background-color: rgba(0,0,0,.6);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.big-cta-wrapper .container {
  position: relative;
  z-index: 2;
}

.big-cta-wrapper h2 {
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
  text-transform: uppercase;
}
.big-cta-wrapper p {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin: 35px 0 60px;
}
/* 18.0 - Feature Style Two */
.features-two-wrapper {
  padding: 96px 0 76px;
}
/* 19.0 - Video Section */
.video-section-wrapper {
  padding: 110px 0;
  position: relative;
  background: url(../img/random/img-8.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.video-section-wrapper .container {
  position: relative;
  z-index: 10;
}
.video-section-wrapper h2,
.video-section-wrapper h3 {
  text-transform: uppercase;
  color: #ffffff;
}
.video-section-wrapper h2 {
  font-size: 36px;
}
.video-section-wrapper .icon {
  display: inline-block;
  position: relative;
  margin: 55px auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  text-align: center;
  line-height: 92px;
  font-size: 40px;
  color: #ffffff;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease;
  transition: color 0.2s ease-in-out, border 0.2s ease;
}
.video-section-wrapper .icon i {
  position: relative;
  z-index: 10;
}
.video-section-wrapper .icon::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.video-section-wrapper .icon:hover {
  color: #00b9e3;
  border: 3px solid #00b9e3;
}
.video-section-wrapper .icon:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* 20.0 -CTA Normal*/
.cta-wrapper {
  background: #00b9e3;
  padding: 50px 0;
}
.cta-wrapper h2,
.cta-wrapper p {
  color: #ffffff;
}
.cta-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-wrapper p {
  font-size: 18px;
}
.cta-wrapper .btn-wrapper {
  padding-top: 5px;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .cta-wrapper .btn-wrapper {
    padding-top: 30px;
    text-align: left;
  }
}
/* 21.0 - Pricing */
.pricing-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.pricing-wrapper .pricing-tables {
  padding-top: 72px;
}
@media screen and (max-width: 991px) {
  .pricing-wrapper {
    padding-bottom: 66px;
  }
}
/* 22.0 - Portfolio Single*/
.portfolio-single-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.portfolio-single-wrapper .info-block {
  padding: 40px 0 60px;
}
.portfolio-single-wrapper .info-block .description h2 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 30px;
}
.portfolio-single-wrapper .info-block .description h4 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 25px;
}
.portfolio-single-wrapper .info-block .description p {
  color: #999999;
  margin-bottom: 30px;
}
.portfolio-single-wrapper .info-block .description p:last-child {
  margin-bottom: 0;
}
.portfolio-single-wrapper .info-block .details {
  padding-top: 55px;
}
.portfolio-single-wrapper .info-block .details h4 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 25px;
}
.portfolio-single-wrapper .info-block .details ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #999999;
}
.portfolio-single-wrapper .info-block .details ul li span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  font-size: 14px;
  margin-right: 8px;
}
.portfolio-single-wrapper .social-media {
  padding-top: 20px;
}
.portfolio-single-wrapper .social-media span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222222;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}
.portfolio-single-wrapper .social-media a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px ;
  font-size: 18px;
  color: #999999;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.portfolio-single-wrapper .social-media a:hover {
  color: #00b9e3;
}
.portfolio-single-wrapper .similar-projects h3 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 30px;
}
.portfolio-single-wrapper .simple-links {
  padding-top: 20px;
}
/* 23.0 - Sidebar*/
.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 45px;
}
.sidebar .widget-title {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 25px;
}
.sidebar .widget-title i {
  color: #00b9e3;
  margin-right: 5px;
}
.sidebar .search-bar {
  position: relative;
}
.sidebar .search-bar form {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar .search-bar form .field {
  display: block;
  width: 100%;
  position: relative;
  height: 48px;
}
.sidebar .search-bar form .field input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  padding: 0 65px 0 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.sidebar .search-bar form .field button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  width: 55px;
  height: 48px;
  line-height: 45px;
  color: #222222;
  background: #ffffff;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-transition: color .2s ease, background .3s ease, border .1s ease;
  transition: color .2s ease, background .3s ease, border .1s ease;
}
.sidebar .search-bar form .field button:hover {
  border: 1px solid transparent;
  color: #ffffff;
  background: #00b9e3;
}
.sidebar .advertise-space {
  position: relative;
  padding: 45px 55px 25px;
  background: url(../img/random/img-11.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.sidebar .advertise-space .content {
  position: relative;
  z-index: 10;
}
.sidebar .advertise-space .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}
.sidebar .advertise-space h2 {
  text-transform: uppercase;
}
.sidebar .advertise-space i.main {
  display: block;
  width: 42px;
  height: 42px;
  margin: 45px auto ;
  text-align: center;
  line-height: 42px;
  font-size: 28px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.sidebar .advertise-space h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 100px;
}
.sidebar .advertise-space p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.sidebar .advertise-space p i {
  margin-right: 8px;
}
.sidebar .sidebar-img-overlay {
  display: block;
  position: relative;
}
.sidebar .sidebar-img-overlay .overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar .sidebar-img-overlay .overlay i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar .sidebar-img-overlay:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sidebar .sidebar-img-overlay:hover .overlay i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sidebar .recent-post {
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar .recent-post .img-wrapper {
  float: left;
  margin-right: 15px;
  position: relative;
  margin-bottom: 5px;
}
.sidebar .recent-post .img-wrapper .overlay {
  line-height: 70px;
  background: rgba(0, 0, 0, 0.45);
}
.sidebar .recent-post .img-wrapper .overlay i {
  color: #00b9e3;
  background: #ffffff;
}
.sidebar .recent-post h4 {
  text-transform: uppercase;
  line-height: 22px;
  font-size: 13px;
  color: #222222;
}
.sidebar .recent-post h5 {
  margin-top: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #00b9e3;
}
.sidebar .recent-post:hover .img-wrapper .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sidebar .recent-post:hover .img-wrapper .overlay i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sidebar ul.categories li {
  margin-bottom: 7px;
}
.sidebar ul.categories li a {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.sidebar ul.categories li a:hover {
  color: #00b9e3;
}
.sidebar ul.tags li {
  display: inline-block;
  margin: 0 6px 6px 0;
}
.sidebar ul.tags li a {
  display: inline-block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  border: 1px solid #dddddd;
  color: #999999;
  position: relative;
  font-size: 14px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
.sidebar ul.tags li a span {
  position: relative;
  z-index: 10;
}
.sidebar ul.tags li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 1;
  background: #00b9e3;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}
.sidebar ul.tags li a:hover {
  color: #ffffff;
}
.sidebar ul.tags li a:hover::after {
  width: 100%;
}
.sidebar .text-box p {
  color: #999999;
  margin-bottom: 25px;
}
.sidebar .text-box a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #00b9e3;
  font-size: 14px;
}
.sidebar #fam-insta-sidebar li {
  display: block;
  float: left;
  position: relative;
  width: 82px;
  height: 82px;
  line-height: 82px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.sidebar #fam-insta-sidebar li .overlay {
  background: rgba(129, 180, 65, 0.8);
}
.sidebar #fam-insta-sidebar li .overlay i {
  background: #ffffff;
  color: #222222;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 96px;
  }
}
/* 24.0 - Blog Page */
.blog-page-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.blog-page-wrapper .posts-list .blog-post {
  background: #f7f7f7;
  margin-bottom: 45px;
}
.blog-page-wrapper .posts-list .blog-post .info-block {
  padding: 40px 30px ;
  position: relative;
}
.blog-page-wrapper .posts-list .blog-post .category {
  text-transform: uppercase;
  color: #00b9e3;
  margin-bottom: 20px;
}
.blog-page-wrapper .posts-list .blog-post h2 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 25px;
  line-height: 32px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-page-wrapper .posts-list .blog-post h2:hover {
  color: #00b9e3;
}
.blog-page-wrapper .posts-list .blog-post p {
  color: #999999;
  margin-bottom: 35px;
}
.blog-page-wrapper .posts-list .blog-post .meta.two {
  margin-bottom: 30px;
}
.blog-page-wrapper .posts-list .blog-post .meta h5,
.blog-page-wrapper .posts-list .blog-post .meta .sep {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #00b9e3;
  display: inline-block;
}
.blog-page-wrapper .posts-list .blog-post .meta h5.icon {
  margin-right: 25px;
}
.blog-page-wrapper .posts-list .blog-post .meta h5.icon i {
  color: #222222;
  margin-right: 10px;
}
.blog-page-wrapper .posts-list .blog-post .meta .sep {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 12px;
  font-size: 12px;
}
.blog-page-wrapper .posts-list .blog-post .btn-more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  border-right: 96px solid #00b9e3;
  border-top: 96px solid transparent;
}
.blog-page-wrapper .posts-list .blog-post .btn-more i {
  position: absolute;
  font-size: 36px;
  color: #ffffff;
  top: -45px;
  left: 48px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-page-wrapper .posts-list .blog-post .btn-more:hover i {
  left: 53px;
}
.blog-page-wrapper .posts-list .blog-post blockquote {
  padding: 15px 35px 30px;
}
.blog-page-wrapper .posts-list .blog-post blockquote i {
  float: left;
  margin-right: 15px;
  margin-top: -15px;
  margin-bottom: 35px;
  font-size: 30px;
  color: #00b9e3;
}
.blog-page-wrapper .posts-list .blog-post blockquote p {
  color: #999999;
  font-style: italic;
  margin-bottom: 0;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags {
  padding-top: 20px;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media span,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222222;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media a,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px ;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media a span,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags a span {
  margin: 0;
  color: #999999;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media a:hover,
.blog-page-wrapper .posts-list .blog-post .post-footer .tags a:hover {
  color: #00b9e3;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .social-media {
  float: left;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .tags {
  float: right;
}
.blog-page-wrapper .posts-list .blog-post .post-footer .tags a {
  padding: 0px;
  margin: 2px;
}
.blog-page-wrapper .posts-list .blog-post.list-style .info-block {
  float: left;
  width: 55%;
  padding: 35px 30px 36px ;
}
.blog-page-wrapper .posts-list .blog-post.list-style .img-wrapper {
  float: left;
  width: 45%;
}
@media screen and (max-width: 650px) {
  .blog-page-wrapper .posts-list .blog-post.list-style .info-block,
  .blog-page-wrapper .posts-list .blog-post.list-style .img-wrapper {
    width: 100%;
  }
}
.blog-page-wrapper .posts-list .about-author {
  padding-top: 30px;
}
.blog-page-wrapper .posts-list .about-author img {
  float: left;
  margin-right: 30px;
}
.blog-page-wrapper .posts-list .about-author .info-block {
  float: left;
  width: 72%;
}
.blog-page-wrapper .posts-list .about-author .info {
  display: block;
  margin-bottom: 25px;
}
.blog-page-wrapper .posts-list .about-author .info .name {
  float: left;
}
.blog-page-wrapper .posts-list .about-author .info .name h3 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 7px;
}
.blog-page-wrapper .posts-list .about-author .info .name h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #00b9e3;
}
.blog-page-wrapper .posts-list .about-author .info .social-media {
  float: right;
}
.blog-page-wrapper .posts-list .about-author .info .social-media a {
  display: inline-block;
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 38px;
  margin-right: 3px;
  text-align: center;
  color: #00b9e3;
  border-radius: 50%;
  border: 2px solid #00b9e3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-page-wrapper .posts-list .about-author .info .social-media a:hover {
  color: #ffffff;
  background: #00b9e3;
}
.blog-page-wrapper .posts-list .about-author p {
  color: #999999;
}
@media screen and (max-width: 670px) {
  .blog-page-wrapper .posts-list .about-author .info-block {
    width: 55%;
  }
  .blog-page-wrapper .posts-list .about-author .info .name {
    float: none;
  }
  .blog-page-wrapper .posts-list .about-author .info .social-media {
    margin-top: 25px;
    float: none;
  }
}
@media screen and (max-width: 450px) {
  .blog-page-wrapper .posts-list .about-author .info-block {
    margin-top: 30px;
    width: 100%;
  }
}
.blog-page-wrapper .posts-list .comments-wrapper {
  background: #f7f7f7;
  margin-top: 60px;
  padding: 40px 30px 10px;
}
.blog-page-wrapper .posts-list .comments-wrapper h2 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 45px;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment img {
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
  width: 96px;
  height: 96px;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment .name {
  margin-bottom: 20px ;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment .name h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 10px;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment .name p {
  font-size: 14px;
  line-height: 14px;
  color: #00b9e3;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #00b9e3;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment p {
  color: #999999;
}
.blog-page-wrapper .posts-list .comments-wrapper .comments .comment.replay {
  padding-left: 116px;
}
@media screen and (max-width: 768px) {
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment a {
    right: 25px;
  }
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment.replay {
    padding: 10px 25px;
    background: #f2f2f2;
  }
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment.replay a {
    top: 5px;
  }
}
@media screen and (max-width: 450px) {
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment a {
    position: relative;
    left: 0;
    margin-bottom: 25px;
  }
  .blog-page-wrapper .posts-list .comments-wrapper .comments .comment img {
    float: none;
  }
}
.blog-page-wrapper .posts-list .comment-form-wrapper {
  margin-top: 60px;
}
.blog-page-wrapper .posts-list .comment-form-wrapper h2 {
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 45px;
}
.blog-page-wrapper .posts-list .pagination-wrapper {
  padding-top: 10px;
  text-align: center;
}
/* 25.0 - Contact Page*/
.contact-page-wrapper {
  padding: 96px 0;
  background: #ffffff;
}
.contact-page-wrapper .contact-details {
  padding: 96px 0;
}
.contact-page-wrapper .contact-details .section-title {
  padding-bottom: 72px;
}


.p-bottom-20 p {
  margin-bottom: 20px;
}

.p-bottom-20 p:last-child {
  margin-bottom: 0px;
}
/*
.page-carousel .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.page-carousel .owl-controls .owl-nav .owl-prev,
.page-carousel .owl-controls .owl-nav .owl-next {
  display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border: 2px solid #ffffff;
    color: #00b9e3;
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
    position: absolute;
    background-color: #fff;
}
.page-carousel .owl-controls .owl-nav .owl-prev:hover,
.page-carousel .owl-controls .owl-nav .owl-next:hover,
.page-carousel .owl-controls .owl-nav .owl-prev.focus,
.page-carousel .owl-controls .owl-nav .owl-next.focus {
  background: #00b9e3;
  color: #ffffff;
}

.page-carousel .owl-prev {
  left: -50px;
}

.page-carousel .owl-next {
  right: -60px;
}

.page-carousel:hover .owl-prev{
  left: 10px;
}

.page-carousel:hover .owl-next{
  right: 0px;
}
*/

.page-carousel .owl-nav {
  position: relative;
  text-align: right;
  padding-top: 20px;
}

.page-carousel .owl-controls .owl-nav .owl-prev,
.page-carousel .owl-controls .owl-nav .owl-next {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border: 1px solid #00b9e3;
  color: #00b9e3;
  -webkit-transition: background .3s ease, color .2s ease;
  transition: background .3s ease, color .2s ease;
}
.page-carousel .owl-controls .owl-nav .owl-prev:hover,
.page-carousel .owl-controls .owl-nav .owl-next:hover,
.page-carousel .owl-controls .owl-nav .owl-prev.focus,
.page-carousel .owl-controls .owl-nav .owl-next.focus {
  background: #00b9e3;
  color: #ffffff;
}


.service-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  height: 42px
}

.service-carousel .owl-controls .owl-nav .owl-prev,
.service-carousel .owl-controls .owl-nav .owl-next {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border: 1px solid #00b9e3;
  background-color: #fff;
  color: #00b9e3;
  -webkit-transition: background .3s ease, color .2s ease;
  transition: background .3s ease, color .2s ease;
  position: absolute;
}

.service-carousel .owl-controls .owl-nav .owl-prev{
  right: 60px;
}
.service-carousel .owl-controls .owl-nav .owl-next{
  right: 10px;
}
.service-carousel .owl-controls .owl-nav .owl-prev:hover,
.service-carousel .owl-controls .owl-nav .owl-next:hover,
.service-carousel .owl-controls .owl-nav .owl-prev.focus,
.service-carousel .owl-controls .owl-nav .owl-next.focus {
  background: #00b9e3;
  color: #ffffff;
}


.referansList .boxed{
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.04);
  box-shadow: 2px 2px 2px rgba(0,0,0,.04);
  padding: 15px;
  /*height: 222px;*/
  background-color: #fff;
}

.referansList {
  margin-bottom: 30px;
}

.referansList a{
  color: inherit;
}

.referansList:hover a {
  color: #eab238;
}

.referansList .image-thumbnail{
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.referansList .image-thumbnail img{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.referansList .text {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  padding: 10px 0 3px;
}

.referansList:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.referansList .text-ref:after {
  font-family: "IcoFont";
  content: "\eb61";
  display: inline-block;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: -30px;
}

.referansList:hover .text-ref:after {
  opacity: 1;
  margin-left: 5px;
}

.row.contact-form {
  padding: 20px 0 50px;
}

.loading {
  border: 3px solid #fff;
  border-top: 3px solid #00b9e3;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin: 0 10px;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-moz-keyframes spin{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.alert{
  padding:15px;
  margin: 15px 0;
  border:1px solid transparent;
  border-radius:4px;
  display: none;
  font-family: "Poppins";
}
.alert h4{
  margin-top:0;
  color:inherit
}
.alert .alert-link{
  font-weight:700
}
.alert>p,.alert>ul{
  margin-bottom:0
}
.alert>p+p{
  margin-top:5px
}
.alert-dismissable,.alert-dismissible{
  padding-right:35px
}
.alert-dismissable .close,.alert-dismissible .close{
  position:relative;
  top:-2px;
  right:-21px;
  color:inherit
}
.alert-success{
  color:#3c763d;
  background-color:#dff0d8;
  border-color:#d6e9c6;
  display: block;
}
.alert-success hr{
  border-top-color:#c9e2b3
}
.alert-success .alert-link{
  color:#2b542c
}
.alert-info{
  color:#31708f;
  background-color:#d9edf7;
  border-color:#bce8f1;
  display: block;
}
.alert-info hr{
  border-top-color:#a6e1ec
}
.alert-info .alert-link{
  color:#245269
}
.alert-warning{
  color:#8a6d3b;
  background-color:#fcf8e3;
  border-color:#faebcc;
  display: block;
}
.alert-warning hr{
  border-top-color:#f7e1b5
}
.alert-warning .alert-link{
  color:#66512c
}
.alert-danger{
  color:#a94442;
  background-color:#f2dede;
  border-color:#ebccd1;
  display: block;
}
.alert-danger hr{
  border-top-color:#e4b9c0
}
.alert-danger .alert-link{
  color:#843534
}

@media (max-width: 991px){

  .footer-widget.menu ul.last {
    margin-left: 0px;
  }

  .footer-widget.menu ul {
    width: 50%;
  }

  .footer-widget.menu ul.first {
    padding-left: 27px !important;
  }
}
.featured-article-wrapper.direction-right .img-wrapper::after {
  right: inherit;
  left: 0;
  border-top: none;
  border-left: none;
  border-top: 250px solid #00b9e3;
  border-right: 335px solid transparent;
}

@media (min-width: 600px){
  .service .content{
    display: table-cell;
    vertical-align: middle;
  }

}

@media (max-width: 600px){
  .footer-widget.social, .footer-widget.menu{
    width: 100%;
    float: none;
  }

  .footer-widget.menu:after {
    clear: both;
    display: table;
    min-height: 1px;
    content: "";
  }

  .featured-article-wrapper.direction-left .img-wrapper {
    padding: 20px 20px 0px 0px;
  }

  .featured-article-wrapper.direction-right .img-wrapper {
    padding: 20px 0 0px 20px;
  }

}
.service-content {
  display: none;
}

.service-content h4{
  font-size: 19px;
  color: #00b9e3;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

.service-content p {
  color: #5d5d5d;
  font-family: "Source Sans Pro";
  margin-bottom: 30px;
  font-size: 18px;
}

.service-content p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 800px){
  .service-content {
    width: 1024px;
  }
}


.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  font-family: "Poppins", sans-serif;
  list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ef4024;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }

  .site-header #navbar > ul >li > a:before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ef4024;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  .site-header #navbar > ul >li:hover>a:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .site-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #ef4024;
    width: 220px;
    border-top:  2px solid #d22e14;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e44025;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 13px;
    /*font-size: 0.93333rem;*/
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #001a57;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #00b9e3;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: -76px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #001a57;
  }
  .site-header #navbar .navbar-nav {
    background: #fff;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #ef4024;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

