/*
Theme Name: Revenue
Description: Revenue is a Multipurpose Business Template. Its a full responsive theme built with Bootstrap.
Version: 1.0
Author: iThemesLab
Author URI: http://ithemeslab.com
*/
/**==========================================**/
/** Table of Content
/**==========================================**/
/**

** Top Header
** Parallax Slideshow
** Features Element
** Animated Number
** Image Content Background
** Tab
** Call to Action
** Client
** Portfolio
** Team Member
** Pricing Table
** Latest News
** Testimonial Style
** Skill
** Round Progress Bar
** Video Background
** Block Number
** Accordion
** Blog Page
** Contact Page Style
** Footer Section
** Copyright
** Back to Top

**/
@font-face {
  font-family: 'custom-icons';
  src:  url('../fonts/custom-icons.eot?ezo78v');
  src:  url('../fonts/custom-icons.eot?ezo78v#iefix') format('embedded-opentype'),
    url('../fonts/custom-icons.ttf?ezo78v') format('truetype'),
    url('../fonts/custom-icons.woff?ezo78v') format('woff'),
    url('../fonts/custom-icons.svg?ezo78v#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="custom-icon-"]:after, [class^="custom-icon-"]:before, [class*=" custom-icon-"]:after, [class*=" custom-icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-quotes-left:before {
  content: "\e977";
}
.custom-icon-quotes-right:after {
  content: "\e978";
}
.custom-icon-checkmark:before {
  content: "\ea10";
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #706d6d;
  font-size: 14px;
  line-height: 1.8em;
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: .03em;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; 
  border-top: 28px solid #0D0F10;}

#container {
    background-image: url('/assets/images/bg/bg-triangles-top.png');
    background-position: center 72px;
    background-repeat: no-repeat;
    background-size: contain;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto; }

.boxed-page {
  position: relative;
  overflow-x: hidden;
  width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .boxed-page .tp-leftarrow {
    left: 70px !important; }
  .boxed-page .tp-rightarrow {
    left: 95% !important; }
  .boxed-page .navbar-fixed-top {
    max-width: 1220px;
    margin: 0 auto; }

p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #706d6d;
  font-size: 14px;
  line-height: 1.8em; }

ul, ol {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #706d6d;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0 0 0 20px;
    padding: 0;    
    list-style-type: circle;
}

h1{
    font-size: 32.7px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0; }

h1, h2, h3, h4, h5, h6, h2, h3, h4, h5, h6 {
  color: #24252a; }

img {
  width: auto;
  height: auto; }

#preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../images/loading.gif") no-repeat center center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.img-center {
  margin-left: auto;
  margin-right: auto; }

.text-right {
  text-align: right; }

.circle {
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.ttu {
  text-transform: uppercase; }

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    color: #706d6d;
    outline: 0; }

::-moz-selection {
  background: #1bbde8;
  color: #fff;
  text-shadow: none;
  outline: none; }

::selection {
    background: #a22c33;
    color: #fff;
    text-shadow: none;
    outline: none;
}

.main-container {
  overflow: hidden; }

.dropcap {
  font-size: 38px;
  font-weight: 400;
  line-height: 58px;
  float: left;
  width: 60px;
  height: 60px;
  padding: 0 10px 0 14px; }
  .dropcap.bg {
    margin-right: 10px;
    margin-bottom: 0;
    color: #ffffff;
    background: #32c5d2;
    text-align: center;
    color: #fff; }
  .dropcap.circle {
    border-radius: 50%; }
  .dropcap.rounded {
    border-radius: 5px; }

.space-30 {
  margin-top: 30px; }

hr {
  margin-top: 0;
  margin-bottom: 0; }

.btn {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.btn-red{
    text-transform: uppercase;
    color: #fff;
    background-color: #a83a41;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
}
.btn-primary {
  font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal !important;
  line-height: 17px;
  margin: 0;
  padding: 12px 35px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 0;
  background: #32c5d2;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-primary:hover {
    background: #24252a; }
  .btn-primary.black {
    background: #333 !important; }

.right-half, .left-half {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
  background-position: center center;
  background-size: cover; }

.left-half {
  left: 0; }

.breadcrumb-section {
  padding: 77px 0 20px; }
.breadcrumb-section .page-title {
  position:relative;    
  height: 476px;
  overflow: hidden;
}
.breadcrumb-section .page-title img{
        height: 100%;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.breadcrumb-section.big-pointy-image img {
    width: 100%;
    margin-top: -77px;
}
.breadcrumb-section.big-pointy-image .page-title, .breadcrumb-section.simple-header .page-title {
    height:auto;
}
.breadcrumb-section.simple-header .page-title{
    margin-bottom: 40px;
}
.breadcrumb-section.simple-header .page-title h1{
    font-size: 38px;
    margin: 20px 0 0;
}
.breadcrumb-section.big-pointy-image .page-title h1{
    margin: 60px 0 0;
}
.breadcrumb-section.big-pointy-image .page-title h1, .breadcrumb-section.simple-header .page-title h1{
    background-color: transparent;
    color:#000000
}
.breadcrumb-section.simple-header.page-title h1 + hr{
    margin: 5px auto 20px
}
.breadcrumb-section.big-pointy-image .page-title h1 + hr{
    width:100%;
}
.breadcrumb-section.big-pointy-image .page-title h5, .breadcrumb-section.simple-header .page-title h5{
    color:#000000;
    text-align: center;
    font-size: 19px;
}
.breadcrumb-section.simple-header {}
/*.breadcrumb-section .page-title:before,
.breadcrumb-section .page-title:after,
.breadcrumb-section .page-title .slant {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.breadcrumb-section .page-title:before{
    border-bottom: 1100px solid white;
    border-right: 1100px solid transparent;
}
.breadcrumb-section .page-title:after {
    border-bottom: 1000px solid white;
    border-left: 900px solid transparent;
}
.breadcrumb-section .page-title .slant {
    border-top: 100px solid white;
    border-right: 900px solid transparent;
}
@media screen and (max-width: 1200px) {
    .breadcrumb-section {
    padding: 32px 0 10px;
    }
    .breadcrumb-section .page-title:before{
    border-bottom: 1272px solid white;
    border-right: 1010px solid transparent;
    }
    .breadcrumb-section .page-title:after {
    border-bottom: 900px solid white;
    border-left: 804px solid transparent;
    }
    .breadcrumb-section .page-title .slant {
    border-top: 140px solid white;
    border-right: 1200px solid transparent;
    }
}
@media screen and (max-width: 992px) {
    .breadcrumb-section {
        padding: 15px 0 0px;
    }
    .breadcrumb-section .page-title:after {
        border-bottom: 787px solid white;
        border-left: 776px solid transparent;
    }
}
@media screen and (max-width: 768px) {
    .breadcrumb-section .page-title:before,
    .breadcrumb-section .page-title:after,
    .breadcrumb-section .page-title .slant {
        display:none;
    }
}*/
.breadcrumb-section .page-title h1 {
    margin: 332px 0 0;
    font-size: 30px;
    text-align: center;
    background-color: #0D1011;
    line-height: 77px;
    z-index: 3;
}
.simple-title {
    background: #0D0F10;
    color: #fff;
    padding: 15px 30px;
}
h1.simple-title{
    display: inline-block;
}
h3.simple-title{
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 20px;
}
.author-image{
    display: inline-block;
    max-width: 50px;
    vertical-align: middle;
    margin-right: 10px;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #CFD6D9;
    width: 55px;
    height:55px;
    overflow: hidden;
    position:relative;
}
.author-image img {
    height: 100%;
    margin: auto;
     left: -9999px; 
    display: block;
     right: -9999px; 
    position: absolute;
}
.author-details{
    display:inline-block;
    width: calc(100% - 66px);
    vertical-align: middle;
    line-height: 18px;
}
.author-details span{
    display: block;
}
.author-row strong{
    color:#0D0F10
}
.author-row .job-title span{
    display: inline-block;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 6px;
    line-height: 14px;
    }
.author-row{
    border-bottom: 1px solid #a83a41;
    margin-bottom: 95px;
    display: flex;
}
.further-reading-row{
    display: flex;
    overflow: hidden;
    margin-bottom: 85px;
}
.further-reading-row .latest-column{
    margin: 0;
    height:100%;
}
.contact-us a{
    color:#a83a41;
    font-weight: bold;
    }
.contact-us h4{
    font-size: 24px;
    margin-bottom: 15px;
}
.contact-us dl dt.phone{
    background-image: url('/assets/images/icons/phone-icon.png');
    }
.contact-us dl dt.email{
    background-image: url('/assets/images/icons/Email-icon.png');
    }
.contact-us dl dt{
    display: inline-block;
    text-indent: -9999px;
    height: 45px;
    width: 45px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.contact-us dl dd{
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}
.contact-us dl{
    margin:0;
}
.contact-us dl dd a{
    color:#000;
}
.contact-us dl dd a:hover{
    color:#a83a41;
}
.contact-us{
        padding: 30px;
}
#contact-form-div {
    margin:30px 0 0;

}
#contact-form-div .contact-us{
    padding-top:0
}
#contact-form-div h3{
    font-size: 32px;
    margin: 15px 0;
}
#contact-form-div h3 + hr{
    margin-bottom: 35px;
}
#contact-form-div .btn{
    padding:8px 20px;
}
.author-image-large{
    display: flex;
    flex-direction: column-reverse;
    max-width: 200px;
    margin:auto;
}
.author-image-large img{
    width:100%;
}
.author-description, .social-sharing{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.social-sharing a{
    padding: 10px 5px;
}
.blog-item {
    margin-bottom: 44px;
}
.blog-bg-image{
    min-height: 350px;
    background-size: cover;
    background-position: center;
    margin-bottom: 35px;
}
.blog-details .post-intro{
    margin-bottom: 60px;
    }
.blog-details h1{
    margin-bottom: 16px;
}
.blog-details h5{
    font-size: 16px;
}
.blog-image{
    width:100%;
    margin-bottom: 45px;
}
.blog-item h2{
    font-size: 32px;
    margin-bottom: 8px;
}
.blog-item h5{
    font-size: 16px;
}
hr{
    border-color: #a83a41;
    margin: 20px 0;
    width: 140px;
}
.text-center hr{
    margin: 20px auto;
}
.blog-item p{
    font-size:16px;
}
.latest-column{
    background-color: rgba(221, 221, 221, 0.4);
    padding: 25px 35px;
    margin-top: 15px;
    margin-bottom: 35px;
}
.blog-brief {
    margin-bottom: 40px;
}
.blog-brief h4{
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.blog-brief a{
    color:#a83a41;
    font-weight:bold;
}
.tweet-brief {
    margin-bottom: 35px;
}
.tweet-brief .date{
    margin: 10px 0 5px;
    display: inline-block;
}
.tweet-brief hr{
    margin: auto
}
@media screen and (max-width: 768px) {
    .author-row .author-description, .author-row .social-sharing{
        text-align: center
    }
    .author-row{
        display:block;
    }
}
@media screen and (max-width: 1200px) {
    .contact-us dl dd{
        font-size:18px;
        }
    }
@media screen and (max-width: 992px) {
    .further-reading-row{
        display: block;
    }
}
.breadcrumb {
  background: transparent;
  border-radius: 0;
  color: #fff;
  float: right;
  font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
  font-size: 16px; }
  .breadcrumb li {
    display: inline-block;
    padding: 0 5px; }
    .breadcrumb li a {
      color: #fff; }
    .breadcrumb li:after {
      content: "/";
      padding-left: 5px; }
    .breadcrumb li:first-child:after, .breadcrumb li:last-child:after {
      content: ""; }

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #fff; }

.navbar-fixed-top {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1100;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: .8s;
  -webkit-animation-duration: .8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out; }

.mt60 {
  margin-top: 60px; }

.mt65 {
  margin-top: 65px; }

.mt30 {
  margin-top: 30px; }

.mt25 {
  margin-top: 25px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }

.mr10 {
  margin-right: 10px; }

.pad40 {
  padding: 40px 0; }
.pad50 {
  padding: 50px 0; }

.pad60 {
  padding: 60px 0; }

.pad80 {
  padding: 80px 0; }

.pad120 {
  padding: 120px 0; }

.pad-t80 {
  padding-top: 80px; }

.pad-t30 {
  padding-top: 30px; }

.pad-t60 {
  padding-top: 60px; }

.pad-t50 {
  padding-top: 50px; }

.pad-t80 {
  padding-top: 80px; }

.pad-t90 {
  padding-top: 90px; }

.pad-t120 {
  padding-top: 120px; }

.pad-b30 {
  padding-bottom: 30px; }
.pad-b27 {
  padding-bottom: 27px; }

.pad-b50 {
  padding-bottom: 50px; }

.pad-b60 {
  padding-bottom: 60px; }

.pad-b100 {
  padding-bottom: 100px; }
.text-intro{
    font-size: 16px;
    font-weight: 700;
}
.fa-ul.check-list{
    margin: 15px 0px;
}
.fa-ul.check-list li{
    padding: 15px 0;
    font-size: 19px;
}
.fa-ul.check-list li i{
    margin-right: 15px;
    color:#a83a41;
}
.section-header {
    padding-bottom: 15px;
}
.section-header img{
    max-width: 140px;
}
.section-header h3{
    font-weight: 700;
    font-size: 29px;
}
.section-header hr{
    border-top: 1px solid #a83a41;
    width:100px;
    margin: 20px auto 30px;
}
.section-title {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  margin: 0;
  color: #24252a; }
  .section-title h1 {
      margin-top:4px;
      margin-bottom: 50px;
  }
  .section-title h3 {
    font-size: 33px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 400; }
    .section-title h3 span {
      color: #32c5d2 !important; }
  .section-title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2; }
  .section-title.white h3 {
    color: #ffffff; }
  .section-title.left:after {
    left: 0;
    right: 100%; }
  .section-title span i:before {
    font-size: 40px;
    color: #32c5d2; }

.section-title-sm h3 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase; }
  .section-title-sm h3 span {
    color: #32c5d2; }

.section-title-2 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  margin: 0 0 62px;
  color: #24252a; }
  .section-title-2 h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px; }
    .section-title-2 h3 span {
      color: #32c5d2 !important; }
  .section-title-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #fff; }
  .section-title-2.white h3 {
    color: #ffffff; }
  .section-title-2 span i:before {
    font-size: 40px;
    color: #32c5d2; }
  .section-title-2.center {
    text-align: center; }
    .section-title-2.center:after {
      left: 0;
      right: 0;
      width: 40px;
      height: 3px;
      margin: -28px auto; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 17.5px;
  border-left: 3px solid #24252a; }
  blockquote p {
    font-size: 17.5px; }
  blockquote.primary {
    border-left-color: #32c5d2; }

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee; }
  .divider.dotted {
    border-top: 1px dotted #eee; }
  .divider.dashed {
    border-top: 1px dashed #eee; }

.bg-color-1 {
  background: #1f2125; }

.bg-color-2 {
  background: #111010; }

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover; }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0; }

.fa-ul li {
  padding: 5px 0; }
    .fa-ul li .fa-li {
        margin-top: 8px;
        color: #a22c33;
    }

.flex-control-thumbs {
  margin: 20px 0 0;
  position: static;
  overflow: visible; }
  .flex-control-thumbs li {
    float: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 8px; }
  .flex-control-thumbs img {
    border: 2px solid #545454;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 0; }
    .flex-control-thumbs img.flex-active {
      border: 2px solid #32c5d2;
      z-index: 1; }
    .flex-control-thumbs img:hover {
      border: 2px solid #32c5d2;
      z-index: 1; }

.hvr-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #32c5d2;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2125;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-in:hover, .hvr-in:focus, .hvr-in:active {
    color: white; }
    .hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:hover:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:focus:before, .hvr-in:active:before, .hvr-in:active:before, .hvr-in:active:before {
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0); }

.hvr-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #32c5d2;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-out:hover, .hvr-out:focus, .hvr-out:active {
    color: white; }
    .hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:hover:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:focus:before, .hvr-out:active:before, .hvr-out:active:before, .hvr-out:active:before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }

.shadow {
  box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15); }

.header {
  background: rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 768px) {
.navbar>.container .navbar-brand{
    padding: 10px 24px;
    margin: 0;
}
  .navbar {
    margin-bottom: 0; }
    .navbar.navbar-default {
      border: 0;
      background-color: #ffffff; }
      .navbar.navbar-default .navbar-nav {
        float: right; }
        .navbar.navbar-default .navbar-nav > li > a {
          padding:24px 12px 25px 11px;
          color: #24252a;
          line-height: 25px;
          text-transform: uppercase;
          font-size: 9pt;
          font-weight: 600;
          font-family: "Raleway", sans-serif;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          .navbar.navbar-default .navbar-nav > li > a .caret {
            content: '\f107';
            font-family: "FontAwesome"; }
          .navbar.navbar-default .navbar-nav > li > a:hover {
            color: #32c5d2; }
          .navbar.navbar-default .navbar-nav > li > a:last-child {
            /*padding-right: 0 !important;*/ }
        .navbar.navbar-default .navbar-nav .active > a {
          color: #32c5d2;
          background: transparent; }
        .navbar.navbar-default .navbar-nav > .open > a {
          color: #32c5d2;
          background: transparent; }
        .navbar.navbar-default .navbar-nav .dropdown-menu {
          border-top: 2px solid #32c5d2;
          background: rgba(26, 28, 39, 0.8);
          padding: 10px 15px;
          border-radius: 0;
          min-width: 230px; }
          .navbar.navbar-default .navbar-nav .dropdown-menu > li {
            border-bottom: 1px solid rgba(220, 220, 220, 0.3);
            padding: 8px 0; }
            .navbar.navbar-default .navbar-nav .dropdown-menu > li:last-child {
              border-bottom: 0; }
            .navbar.navbar-default .navbar-nav .dropdown-menu > li > a {
              color: #dfdfdf;
              font-size: 13px;
              padding: 5px 0;
              text-transform: uppercase; }
              .navbar.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
                background: transparent;
                padding-left: 10px; }
            .navbar.navbar-default .navbar-nav .dropdown-menu > li.active > a {
              color: #ffffff; }
        .navbar.navbar-default .navbar-nav .mega-dropdown {
          position: static; }
          .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu {
            width: 100%;
            border-top: 2px solid #32c5d2;
            background: rgba(26, 28, 39, 0.8);
            padding: 10px 15px;
            border-radius: 0; }
            .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li {
              border-bottom: 0; }
              .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul {
                margin-right: 30px; }
                .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li {
                  border-bottom: 1px solid rgba(220, 220, 220, 0.3);
                  padding: 8px 0;
                  list-style: none; }
                  .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li:last-child {
                    border-bottom: 0; }
                  .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li > a {
                    color: #dfdfdf;
                    font-size: 13px;
                    padding: 5px 0;
                    text-transform: uppercase; }
                    .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li > a:hover {
                      background: transparent;
                      padding-left: 10px; }
                  .navbar.navbar-default .navbar-nav .mega-dropdown .mega-dropdown-menu > li > ul li.active > a {
                    color: #ffffff; }
  .navbar.navbar-dark {
    background-color: #24252a;
    border-bottom: 1px solid #ccc;
    border-radius: 0; }
    .navbar.navbar-dark .navbar-nav > li > a {
      color: #ffffff; }
  .top-right-contact {
    font-size: 13px;
    color: #ffffff;
    line-height: 100px;
    font: 600px; }
    .top-right-contact i {
      padding-right: 5px; } }

@media screen and (max-width: 1200px) {
    .navbar.navbar-default .navbar-nav > li > a {
            padding: 24px 12px 25px 5px;
        }
}
@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 0; }
    .navbar.navbar-default {
      border: 0; }
      .navbar.navbar-default .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
        color: #24252a;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400; }
        .navbar.navbar-default .navbar-nav > li > a .caret {
          content: '\f107';
          font-family: "FontAwesome"; }
        .navbar.navbar-default .navbar-nav > li > a:hover {
          color: #ffffff;
          background: #32c5d2; }
      .navbar.navbar-default .navbar-nav .active > a {
        color: #32c5d2;
        background: transparent; }
      .navbar.navbar-default .navbar-nav > .open > a {
        color: #ffffff;
        background: transparent; }
      .navbar.navbar-default .navbar-nav .dropdown-menu {
        border: 0;
        background: #000;
        padding: 0; }
        .navbar.navbar-default .navbar-nav .dropdown-menu > li > a {
          color: #ffffff;
          font-size: 13px;
          padding: 8px 20px;
          text-transform: uppercase; }
          .navbar.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
            color: #ffffff;
            background: #32c5d2; }
        .navbar.navbar-default .navbar-nav .dropdown-menu > li.active > a {
          color: #ffffff;
          background: #32c5d2; }
    .navbar .navbar-nav.pull-right {
      float: left !important; } }

.top-header {
  padding: 5px 0;
  background: #32c5d2; }
  .top-header ul.top-social li {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 5px 15px 5px 13px;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .top-header ul.top-social li:first-child {
      margin-left: 0; }
    .top-header ul.top-social li a {
      text-decoration: none;
      color: #ffffff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .top-header ul.top-social li a i {
        text-align: center;
        padding-top: 3px; }
    .top-header ul.top-social li:hover {
      background: #ffffff; }
      .top-header ul.top-social li:hover i {
        color: #24252a; }
  .top-header .top-phone, .top-header .top-address {
    padding: 5px 0;
    font-size: 13px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    display: inline-block; }
  .top-header .top-address {
    margin-right: 15px; }

.parallax-slide-text h1, .parallax-slide-text h2, .parallax-slide-text h3, .parallax-slide-text h4, .parallax-slide-text h5, .parallax-slide-text h6 {
  color: #ffffff;
  font-size: 60px;
  margin: 0 0 60px;
  position: relative; }
  .parallax-slide-text h1:after, .parallax-slide-text h2:after, .parallax-slide-text h3:after, .parallax-slide-text h4:after, .parallax-slide-text h5:after, .parallax-slide-text h6:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2; }

.parallax-slide-text p {
  font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 3px; }

.feature {
  padding: 0 0 15px; }
.feature .media-left{
    padding-right:0; }
  .feature .feature-icon {
    line-height: 45px;
    margin: 0 10px;
    padding: 0 12px; }
    .feature .feature-icon span {
      font-size: 50px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #32c5d2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .feature .media-heading {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .feature:hover .media-heading {
    color: #32c5d2; }

.feature-2 .feature-icon {
  display: inline-block;
  text-align: center;
  padding: 25px;
  color: #32c5d2;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 100px; }
  .feature-2 .feature-icon i {
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px; }

.feature-2 h4.feature-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 25px 0; }

.feature-2 p {
  color: #ffffff; }

.feature-3 {
  margin-bottom: 20px; }
  .feature-3 h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin: 25px 0; }

.feature-4 {
  margin-bottom: 30px; }
  .feature-4 i {
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .feature-4 h4 {
    color: #24252a;
    margin: 25px 0;
    font-weight: 500;
    font-size: 24px; }

.feature-5 .feature-number {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  margin-right: 10px; }

.feature-5 h4 {
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 5px; }

.feature-5 p {
  color: #fff; }

.feature-6 .feature-icon {
  font-size: 45px;
  line-height: 45px;
  margin: 0 10px;
  padding: 0 15px; }
  .feature-6 .feature-icon span {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px; }
    .feature-6 .feature-icon span i {
      font-size: 40px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #fff; }

.feature-6 h3 {
  font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 500 !important;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.feature-6 p {
  color: #ccc; }

.feature-6:hover h3, .feature-6:hover .feature-icon span i {
  color: #32c5d2; }

.feature-7 {
  margin-bottom: 30px; }
  .feature-7 .feature-icon {
    font-size: 45px;
    line-height: 45px;
    margin: 0 10px;
    padding: 0 15px; }
    .feature-7 .feature-icon i {
      font-size: 50px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #32c5d2; }
  .feature-7 h3.media-heading {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .feature-7:hover h3 {
    color: #32c5d2; }

.animated-counter {
  padding-bottom: 30px; }
  .animated-counter .animated-icon span {
    font-size: 40px;
    padding-bottom: 28px;
    color: #ffffff; }
  .animated-counter .animated-number {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
    .animated-counter .animated-number:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 37px;
      height: 2px;
      margin: 0 auto;
      content: '';
      background: #ffffff; }
  .animated-counter p {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 30px; }

.animated-counter-2 .animated-number {
  font-size: 72px;
  line-height: 72px; }

.animated-counter-2 h3.title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  position: relative; }
  .animated-counter-2 h3.title:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: -28px auto;
    content: '';
    opacity: 1;
    background: #32c5d2; }

.img-section {
  position: relative;
  display: block; }
  .img-section .image-content-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/others/responsive_i.png) no-repeat;
    background-position: 50%;
    background-size: cover; }

.image-content {
  padding-left: 40px; }
  .image-content h3.image-content-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    margin: 0 0 60px;
    text-transform: capitalize;
    color: #24252a;
    background: transparent; }
    .image-content h3.image-content-title:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 3px;
      margin: -28px auto;
      content: '';
      opacity: 1;
      background: #32c5d2; }
  .image-content .image-content-list {
    display: inline-block;
    margin: 50px 0 40px 0;
    width: 100%; }
    .image-content .image-content-list li {
      float: left;
      margin-right: 15px;
      list-style: none; }
      .image-content .image-content-list li a {
        font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        color: #24252a; }
        .image-content .image-content-list li a span {
          font-size: 24px;
          line-height: 52px;
          width: 52px;
          height: 52px;
          margin: 0 15px 0 0;
          text-align: center;
          color: #ffffff;
          border-radius: 0;
          background: #32c5d2;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
  .image-content a.btn {
    margin-bottom: 80px; }

.revenue-tab .nav-tabs > li {
  position: relative;
  float: inherit;
  height: 175px;
  text-align: center; }
  .revenue-tab .nav-tabs > li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    border: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .revenue-tab .nav-tabs > li a i {
      font-size: 42px;
      color: #ffffff;
      display: block;
      margin-bottom: 20px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .revenue-tab .nav-tabs > li a:hover, .revenue-tab .nav-tabs > li a:focus {
      background-color: transparent;
      border: 0; }
  .revenue-tab .nav-tabs > li.active a,
  .revenue-tab .nav-tabs > li.active a:focus,
  .revenue-tab .nav-tabs > li.active a:hover {
    background-color: transparent;
    border: 0;
    color: #ffffff; }
  .revenue-tab .nav-tabs > li.active:before {
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 48%;
    content: '';
    -webkit-transform: rotate(-45deg) translate(-50%);
    -ms-transform: rotate(-45deg) translate(-50%);
    transform: rotate(-45deg) translate(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: #fafafa #fafafa transparent transparent; }

.revenue-tab .tab-content {
  position: relative; }
  .revenue-tab .tab-content:before, .revenue-tab .tab-content:after {
    position: absolute;
    top: 0;
    left: -2000px;
    width: 2000px;
    height: 100%;
    content: '';
    background: #fafafa; }
  .revenue-tab .tab-content:after {
    right: -2000px;
    left: inherit; }
  .revenue-tab .tab-content .tab-pane {
    padding: 50px 0 80px;
    background-color: #fafafa; }
  .revenue-tab .tab-content blockquote {
    font-size: 17px;
    margin: 0;
    padding: 8px 20px;
    border-left: 3px solid #32c5d2; }
    .revenue-tab .tab-content blockquote strong {
      font-weight: normal;
      color: #32c5d2; }

.general-tab .nav-tabs {
  background-color: #24252a; }
  .general-tab .nav-tabs li {
    border-radius: 0; }
    .general-tab .nav-tabs li a {
      margin-right: 0;
      line-height: 1.42857143;
      border: 0;
      border-radius: 0;
      padding: 15px 30px;
      color: #fff; }
      .general-tab .nav-tabs li a:hover {
        background-color: transparent; }
    .general-tab .nav-tabs li.active a,
    .general-tab .nav-tabs li.active a:focus,
    .general-tab .nav-tabs li.active a:hover {
      background: #32c5d2;
      color: #fff;
      border: 0; }

.general-tab .tab-content {
  padding: 40px 30px;
  background: transparent; }

.call-to-action .call-to-action-title {
  position: relative; }
  .call-to-action .call-to-action-title h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    margin: 0 0 60px;
    text-transform: capitalize;
    background: transparent; }
    .call-to-action .call-to-action-title h3:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 3px;
      margin: -28px auto;
      content: '';
      opacity: 1;
      background: #32c5d2; }

.call-to-action p {
  color: #fff; }

.call-to-action-center {
  text-align: center; }
  .call-to-action-center .call-to-action-title {
    position: relative; }
    .call-to-action-center .call-to-action-title h3 {
      color: #323232;
      font-size: 30px;
      line-height: 120%;
      font-weight: 700;
      position: relative;
      margin: 0 0 60px;
      text-transform: capitalize;
      background: transparent;
      position: relative;
      display: inline-block; }
      .call-to-action-center .call-to-action-title h3:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 60px;
        height: 3px;
        margin: -28px auto;
        content: '';
        opacity: 1;
        background: #32c5d2; }
  .call-to-action-center p.subtitle {
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 150%;
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif; }
  .call-to-action-center.white h3, .call-to-action-center.white p {
    color: #fff; }

.text-section-left .text-section-title {
  position: relative; }
  .text-section-left .text-section-title h3 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    position: relative;
    margin: 0 0 60px;
    text-transform: capitalize;
    background: transparent; }
    .text-section-left .text-section-title h3:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 3px;
      margin: -28px auto;
      content: '';
      opacity: 1;
      background: #32c5d2; }
    .text-section-left .text-section-title h3 span {
      color: #32c5d2; }

.text-section-left h2 {
  font-weight: 700;
  margin-bottom: 50px; }

.text-section-left p {
  letter-spacing: 0.03em; }

.text-section-left.white h3, .text-section-left.white h2, .text-section-left.white p {
  color: #ffffff; }

.text-section-left.white h3 span {
  color: #32c5d2; }

.client-section img {
  margin-bottom: 50px; }

ul.filter {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 50px; }
  ul.filter li {
    display: inline-block;
    margin-right: -4px; }
    ul.filter li a {
      background: #24252a;
      color: #ffffff;
      padding: 10px 20px;
      font-size: 14px;
      line-height: 1.8em;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
      ul.filter li a.active {
        background: #32c5d2; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.portfolio-box {
  overflow: hidden; }

.portfolio-post {
  overflow: hidden;
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  visibility: visible; }
  .portfolio-post img {
    max-width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: white; }
  .portfolio-post .hover-box {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: opacity 400ms ease-in, margin 250ms ease;
    -webkit-transition: opacity 400ms ease-in, margin 250ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    margin: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 2; }
    .portfolio-post .hover-box .inner-hover {
      width: 100%;
      height: 100%;
      display: table; }
      .portfolio-post .hover-box .inner-hover .middle {
        vertical-align: middle;
        display: table-cell; }
      .portfolio-post .hover-box .inner-hover h4 {
        color: #ffffff;
        margin-top: 20px;
        display: inline-block;
        font-size: 140%;
        line-height: 1.2;
        letter-spacing: 1px;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms;
        transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms; }
      .portfolio-post .hover-box .inner-hover p {
        padding-top: 15px;
        color: #ffffff;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
        transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms; }
      .portfolio-post .hover-box .inner-hover a {
        display: inline-table;
        width: 25%;
        padding: 8px 15px;
        margin: 3px 5px;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 1.2;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #fff;
        border: 0;
        border-radius: 3px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
        border: 1px solid #ffffff;
        border-radius: 0 !important;
        -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.28, 0.995);
        transition: all 300ms cubic-bezier(0.645, 0.045, 0.28, 0.99); }
        .portfolio-post .hover-box .inner-hover a img {
          display: none; }
        .portfolio-post .hover-box .inner-hover a:hover {
          background: #32c5d2;
          color: #ffffff;
          border-color: #32c5d2; }
  .portfolio-post:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1); }
  .portfolio-post:hover .hover-box {
    opacity: 1;
    margin: 12px; }
    .portfolio-post:hover .hover-box .inner-hover h4 {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .portfolio-post:hover .hover-box .inner-hover p {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.portfolio-details {
  background: #f5f5f5;
  font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
  padding: 20px;
  font-size: 13px;
  line-height: 13px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }
  .portfolio-details h4 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 16px; }
  .portfolio-details p {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease; }
  .portfolio-details i {
    margin-right: 5px; }
  .portfolio-details:hover {
    background: #32c5d2;
    color: #ffffff; }
    .portfolio-details:hover p {
      color: #ffffff; }

button.mfp-close,
button.mfp-arrow {
  outline: none; }

.portfolio-box.col-3 .portfolio-post {
  width: 33.25%; }

.portfolio-box.col-4 .portfolio-post {
  width: 25%; }

.portfolio-box.col-2 .portfolio-post {
  width: 49.95%; }

.portfolio-box.col-3-sidebar .portfolio-post {
  width: 279px;
  margin: 1.5px; }

.portfolio-carousel .owl-buttons div {
  width: 30px;
  height: 30px;
  line-height: 26px;
  background: #f26520 !important;
  opacity: 1; }

.latest-news-details.with-sidebar {
  margin-top: 30px; }

.latest-news-details h4 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 30px; }

.latest-news-details ul {
  margin-top: 30px; }

.latest-news-details li:before {
  font-family: 'icomoon';
  content: "\e02d";
  padding-right: 5px; }
@media screen and (min-width: 768px) {
    .team-section .col-team-member{
        padding:0;
    }
}
.team-member .team-member-img {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 70%;
  max-width: 270px;
  height: 250px;
}
  .team-member .team-member-img img {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
    left: 0; }
@media screen and (max-width: 992px) {
.team-member .team-member-img {
    height:200px;
    }
 }

.team-member .team-description {
  padding-top: 18px;
  position: relative;
  border-top:1px solid #a22c33;}
  .team-member .team-description .team-member-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    display: block; }
  .team-member .team-description .team-designation {
    display: block;
    font-size: 13px;
    color: #888888; }
  .team-member .team-description p {
    padding: 0 20px; }
  .team-member .team-description ul.team-social {
    display: block; }
    .team-member .team-description ul.team-social li {
      display: inline-block;
      margin: 0 8px; }
      .team-member .team-description ul.team-social li a {
        font-size: 16px;
        line-height: 16px;
        display: block;
        color: #24252a;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        

.pricing-box {
  padding: 0;
  border: 0;
  text-align: center; }
  .pricing-box .pricing-header {
    padding: 25px 20px 20px;
    background: rgba(3, 3, 3, 0.7); }
    .pricing-box .pricing-header > .pricing-title {
      font-family: "Raleway", sans-serif;
      font-size: 20px;
      font-weight: 200;
      margin: 0;
      padding: 0 0 10px;
      color: #ffffff; }
    .pricing-box .pricing-header .pricing-price {
      font-family: "Raleway", sans-serif;
      font-size: 55px !important;
      line-height: 55px !important;
      margin: 0;
      padding: 0 5px 0 0;
      color: #ffffff; }
    .pricing-box .pricing-header .pricing-currency {
      font-size: 16px;
      padding: 0 5px;
      text-align: center;
      vertical-align: top;
      color: #ffffff; }
    .pricing-box .pricing-header .pricing-duration {
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      vertical-align: bottom;
      color: #ffffff; }
  .pricing-box .pricing-features {
    padding: 0;
    background: #ffffff; }
    .pricing-box .pricing-features > ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .pricing-box .pricing-features > ul > li {
        display: block;
        padding: 12px 20px; }
        .pricing-box .pricing-features > ul > li:nth-child(odd) {
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .pricing-box .pricing-features > ul > li a {
          color: #32c5d2; }
  .pricing-box .pricing-footer {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(3, 3, 3, 0.7); }
    .pricing-box .pricing-footer > a.btn {
      margin: 0 auto;
      padding: 12px 25px; }
      .pricing-box .pricing-footer > a.btn > i {
        margin-right: 5px; }

.pricing-box.pricing-featured {
  border-color: #32c5d2;
  background-color: #32c5d2; }
  .pricing-box.pricing-featured .pricing-footer,
  .pricing-box.pricing-featured .pricing-header {
    background: transparent; }

.latest-news {
  border: 1px solid #ececec;
  background: #ffffff;
  position: relative;
  overflow-x: hidden; }
  .latest-news .latest-news-image {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .latest-news .latest-news-image .image-overley {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all .5s ease;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      text-align: center;
      background: rgba(50, 197, 210, 0.5); }
      .latest-news .latest-news-image .image-overley i {
        font-size: 24px;
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-top: -30px;
        margin-left: -20px;
        padding: 13px;
        color: #ffffff;
        background: #24252a;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .latest-news .latest-news-image .image-overley i:hover {
          color: #32c5d2; }
    .latest-news .latest-news-image:hover .image-overley {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .latest-news .news-meta {
    position: absolute;
    top: 150px;
    min-width: 358px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding-left: 20px; }
  .latest-news .news-content {
    margin: 0 20px; }
    .latest-news .news-content a.news-title {
      font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
      font-size: 20px;
      font-weight: 500;
      display: block;
      margin: 17px 0 10px;
      text-decoration: none;
      text-transform: capitalize;
      color: #24252a;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .latest-news .news-content a.news-title:hover {
        color: #32c5d2; }
  .latest-news .news-details {
    margin: 0 15px;
    padding: 15px 0;
    border-top: 1px solid #706d6d; }
    .latest-news .news-details a {
      color: #32c5d2;
      font-size: 13px;
      line-height: 23px; }
      .latest-news .news-details a:hover {
        color: #706d6d; }

.testimonial .testimonial-title i {
  font-size: 36px;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px; }

.testimonial .testimonial-title h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 25px; }

.testimonial .testimonial-item img {
  width: 65px;
  height: 65px;
  border: 2px solid #32c5d2;
  border-radius: 50%; }

.testimonial .testimonial-item .testimonial-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  padding: 20px 40px;
  color: #ffffff; }

.testimonial .testimonial-item .testimonial-client {
  font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #ffffff; }

.testimonial .testimonial-item-2 img {
  border-radius: 50%;
  width: 65px; }

.testimonial .testimonial-item-2 .media-body {
  border-left: 5px solid #eee;
  padding: 0 25px 30px; }
  .testimonial .testimonial-item-2 .media-body p {
    color: #eee;
    font-size: 15px;
    line-height: 25px;
    font-style: italic; }

.testimonial .testimonial-item-2 .testimonial-client {
  color: #eee;
  font-size: 12px;
  font-weight: 700; }

.testimonial .testimonial-item-2 .client-designation {
  color: #eee;
  font-size: 10px; }

.testimonial .owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .testimonial .owl-theme .owl-controls .owl-buttons div:hover {
    background: #333; }

.skill {
  padding-bottom: 20px; }

.skill-style-2 {
  padding-bottom: 30px; }

.progress-bar-percentage,
.skill-name {
  font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 500;
  color: #24252a; }

.progress {
  overflow: visible;
  height: 3px;
  margin-bottom: 10px;
  margin-top: 5px;
  background: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.skill-style-2 .progress {
  height: 20px; }

.progress-bar {
  background: #32c5d2;
  float: left;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position: relative; }

.progress-chart-feature {
  text-align: center; }
  .progress-chart-feature .chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center; }
  .progress-chart-feature .chart-icon {
    display: inline-block;
    line-height: 135px;
    z-index: 2; }
    .progress-chart-feature .chart-icon i {
      font-size: 50px;
      line-height: 51px;
      width: 50px;
      height: 50px;
      color: #32c5d2; }
  .progress-chart-feature .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .progress-chart-feature h4 {
    font-size: 20px;
    font-weight: 500 !important;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #24252a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .progress-chart-feature.white {
    color: #ffffff; }
    .progress-chart-feature.white h4, .progress-chart-feature.white p {
      color: #ffffff; }

.video-bg {
  position: relative; }
  .video-bg h3 {
    color: #fff; }
  .video-bg #customElement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000; }

.block-number .number {
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #333333;
  color: #ffffff;
  border-radius: 50%; }

.block-number.rounded .number {
  border-radius: 5px; }

.revenue-accordion .panel-group .panel {
  border-radius: 0; }

.revenue-accordion .panel {
  border-radius: 0;
  border: none !important;
  box-shadow: none !important; }

.revenue-accordion .panel-default {
  background: transparent; }
  .revenue-accordion .panel-default .panel-heading {
    line-height: 46px;
    position: relative;
    padding: 0 20px;
    border: solid 1px #706d6d;
    border-radius: 0;
    background-color: transparent; }
    .revenue-accordion .panel-default .panel-heading:before {
      font-family: FontAwesome;
      font-size: 12px;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 17px;
      content: '\f067';
      z-index: 999;
      color: #24252a;
      border-left: 1px solid #706d6d; }
    .revenue-accordion .panel-default .panel-heading .panel-title {
      font-size: 16px;
      font-weight: 500;
      font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
      color: #24252a;
      background-color: transparent; }
      .revenue-accordion .panel-default .panel-heading .panel-title a {
        position: relative;
        display: block;
        box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
        .revenue-accordion .panel-default .panel-heading .panel-title a.collapsed {
          color: #444;
          background: transparent; }
  .revenue-accordion .panel-default .panel-body {
    padding: 30px 20px 10px;
    border: none !important;
    color: #111;
    background-color: transparent !important; }
    .revenue-accordion .panel-default .panel-body p {
      font-size: 16px;
      line-height: 24px; }
  .revenue-accordion .panel-default.white {
    color: #fff; }
    .revenue-accordion .panel-default.white .panel-title, .revenue-accordion .panel-default.white .panel-body, .revenue-accordion .panel-default.white p {
      color: #fff; }
    .revenue-accordion .panel-default.white a.collapsed {
      color: #fff !important; }

.revenue-accordion .panel-heading.active::before {
  content: '\f068' !important;
  font-family: FontAwesome; }




.blog-post, .single-blog-post {
  margin-bottom: 80px; }
  .blog-post .blog-img, .single-blog-post .blog-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 550px;
    margin: 0 0 8px;
    text-align: center; }
    .blog-post .blog-img .img-overlay, .single-blog-post .blog-img .img-overlay {
      position: absolute;
      z-index: 100;
      right: 0;
      bottom: 0;
      display: block;
      width: 0;
      height: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .blog-post .blog-img .img-overlay i, .single-blog-post .blog-img .img-overlay i {
        font-size: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        margin-top: -50px;
        margin-left: -50px;
        padding: 26px 0;
        opacity: 0;
        color: #ffffff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .blog-post .blog-img:hover .img-overlay, .single-blog-post .blog-img:hover .img-overlay {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .blog-post .blog-img:hover .img-overlay i, .single-blog-post .blog-img:hover .img-overlay i {
        opacity: 1; }
  .blog-post .post-meta, .single-blog-post .post-meta {
    margin-top: 20px; }
    .blog-post .post-meta li, .single-blog-post .post-meta li {
      font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 100%;
      display: inline-block;
      margin-right: 10px;
      color: #706d6d;
      margin-right: 10px; }
      .blog-post .post-meta li a, .single-blog-post .post-meta li a {
        color: #32c5d2; }
        .blog-post .post-meta li a:hover, .single-blog-post .post-meta li a:hover {
          color: #24252a; }
  .blog-post .post-title h3, .single-blog-post .post-title h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    margin: 30px 0;
    padding: 0;
    text-transform: capitalize; }
    .blog-post .post-title h3 a, .single-blog-post .post-title h3 a {
      color: #24252a; }
      .blog-post .post-title h3 a:hover, .single-blog-post .post-title h3 a:hover {
        color: #32c5d2; }
  .blog-post .read-more, .single-blog-post .read-more {
    margin-top: 30px; }
    .blog-post .read-more a.btn-read-more, .single-blog-post .read-more a.btn-read-more {
      font-size: 13px;
      line-height: 100%;
      padding: 0 0 10px;
      text-transform: capitalize;
      color: #706d6d;
      border-bottom: solid 2px #706d6d;
      border-radius: 0;
      background-color: transparent;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .blog-post .read-more a.btn-read-more:hover, .single-blog-post .read-more a.btn-read-more:hover {
        color: #32c5d2; }
  .blog-post .blog-author, .single-blog-post .blog-author {
    margin: 40px 0;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #ddd; }
    .blog-post .blog-author img, .single-blog-post .blog-author img {
      width: 80px;
      display: block;
      background: #fff;
      border: 1px solid #ddd;
      margin: 0 20px 0 0;
      border-radius: 50%; }
    .blog-post .blog-author .author-name, .single-blog-post .blog-author .author-name {
      margin-top: 20px;
      font-family: "Roboto", Georgia, "Times New Roman", Times, serif; }
      .blog-post .blog-author .author-name a, .single-blog-post .blog-author .author-name a {
        color: #24252a;
        font-weight: 500;
        font-size: 16px; }
  .blog-post .comment-section h2, .single-blog-post .comment-section h2 {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px; }
  .blog-post .comment-section .comment-box, .single-blog-post .comment-section .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px; }
    .blog-post .comment-section .comment-box img, .single-blog-post .comment-section .comment-box img {
      width: 70px;
      float: left;
      border-radius: 50%; }
    .blog-post .comment-section .comment-box .comment-content, .single-blog-post .comment-section .comment-box .comment-content {
      margin-left: 100px; }
      .blog-post .comment-section .comment-box .comment-content h4, .single-blog-post .comment-section .comment-box .comment-content h4 {
        color: #222222;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0; }
        .blog-post .comment-section .comment-box .comment-content h4 a, .single-blog-post .comment-section .comment-box .comment-content h4 a {
          color: #222222;
          display: inline-block;
          text-decoration: none;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          float: right;
          font-size: 11px;
          font-weight: 400; }
      .blog-post .comment-section .comment-box .comment-content span, .single-blog-post .comment-section .comment-box .comment-content span {
        font-size: 13px;
        color: #999999;
        line-height: 20px;
        margin: 0 0 10px;
        font-size: 11px;
        display: inline-block;
        font-weight: 400;
        margin-bottom: 16px;
        text-transform: uppercase; }
  .blog-post .comment-section ul.depth .comment-box, .single-blog-post .comment-section ul.depth .comment-box {
    padding-left: 100px; }
  .blog-post .comment-section .comment-form, .single-blog-post .comment-section .comment-form {
    background-color: #e7e7e7;
    padding: 50px; }
    .blog-post .comment-section .comment-form h2, .single-blog-post .comment-section .comment-form h2 {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 30px; }
    .blog-post .comment-section .comment-form input[type="text"],
    .blog-post .comment-section .comment-form textarea, .single-blog-post .comment-section .comment-form input[type="text"],
    .single-blog-post .comment-section .comment-form textarea {
      width: 100%;
      display: block;
      padding: 12px;
      background: #f8f8f8;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      color: #999999;
      font-size: 13px;
      border: 1px solid #f1f1f1;
      outline: none;
      margin: 0 0 20px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      .blog-post .comment-section .comment-form input[type="text"]:focus,
      .blog-post .comment-section .comment-form textarea:focus, .single-blog-post .comment-section .comment-form input[type="text"]:focus,
      .single-blog-post .comment-section .comment-form textarea:focus {
        border: 1px solid #32c5d2; }
    .blog-post .comment-section .comment-form textarea, .single-blog-post .comment-section .comment-form textarea {
      min-height: 193px;
      margin-bottom: 30px; }

.pagination li a, .pagination li a:hover, .pagination li a:focus {
  margin-right: 10px;
  font-weight: 700;
  color: #adadad;
  padding: 6px 12px;
  border-radius: 0;
  border: solid 2px #e1e1e1;
  background: transparent;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }

.pagination li.active a, .pagination li.active a:hover {
  color: #706d6d;
  border: solid 2px #706d6d;
  background-color: transparent; }

.pagination li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.widget {
  margin-bottom: 40px; }

.widget-title {
  margin: 0 0 20px 0; }
  .widget-title h3 {
    font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: .1em;
    text-transform: capitalize;
    color: #24252a;
    border-bottom: 2px solid #ddd; }

.widget-archive li,
.widget-category li {
  margin-bottom: 15px; }
  .widget-archive li a,
  .widget-category li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #24252a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.widget-tag li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 2px; }

.widget-tag a {
  font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal !important;
  line-height: 17px;
  margin: 0;
  padding: 8px 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 0;
  background: #32c5d2;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .widget-tag a:hover {
    background: #24252a; }

.contact-info {
  text-align: center;
  margin-bottom: 30px; }
  .contact-info i {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #32c5d2; }
  .contact-info h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    margin: 30px 0 60px 0;
    text-transform: capitalize;
    color: #24252a;
    background: transparent; }
    .contact-info h3:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 60px;
      height: 3px;
      margin: -28px auto;
      content: '';
      opacity: 1;
      background: #32c5d2; }
  .contact-info p {
    font-size: 20px; }

.contact-form input[type="text"],
.contact-form textarea {
  width: 100%;
  display: block;
  padding: 8px 12px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .contact-form input[type="text"]:focus,
  .contact-form textarea:focus {
    border: 1px solid #32c5d2; }

.contact-form textarea {
  min-height: 193px;
  margin-bottom: 30px; }

.img-content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 550px;
  margin: 0 0 20px 0;
  text-align: center; }
  .img-content .img-overlay {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .img-content .img-overlay i {
      font-size: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      margin-top: -50px;
      margin-left: -50px;
      padding: 26px 0;
      opacity: 0;
      color: #ffffff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .img-content:hover .img-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .img-content:hover .img-overlay i {
      opacity: 1; }

.subscribe {
  margin-top: 35px; }
  .subscribe .form-control {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    height: 45px;
    border-right: 0; }
  .subscribe .input-group-addon {
    padding: 5px 10px;
    background-color: #6f43d6;
    border: 0;
    border-radius: 0; }
    .subscribe .input-group-addon i {
      font-size: 24px;
      color: #ffffff; }
    .subscribe .input-group-addon:hover {
      background-color: #32c5d2; }

.footer-twitter {
  text-align: center; }
  .footer-twitter img {
    border-radius: 50%;
    margin-bottom: 20px; }
  .footer-twitter a {
    color: #32c5d2; }
    .footer-twitter a:hover {
      color: #706d6d; }
  .footer-twitter h4 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .footer-twitter .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .footer-twitter .owl-theme .owl-controls .owl-buttons div:hover {
      background: #333; }

.footer-working-our blockquote {
  line-height: 32px;
  color: #9e9e9e; }

.footer-working-our h3 {
  text-align: center;
  color: #fff;
  font-weight: 500; }

.footer-working-our i {
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
  color: #fff; }
.footer-section{
    background-image: url(/assets/images/bg/footer-bar-3.png); 
    background-repeat: repeat;
    background-size: cover;
}
.footer-social {
  margin-top: 25px; }
  .footer-social li {
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin: 5px 3px 0 0;
    padding: 10px 15px;
    list-style: none;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .footer-social li:hover {
      background: #32c5d2; }
    .footer-social li a {
      text-decoration: none;
      color: #ffffff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .footer-social li a i {
        text-align: center; }

.footer-content p {
  color: #9e9e9e;
  font-size: 15px; }

.revenue-gallery li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  overflow: hidden; }
  .revenue-gallery li img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: white; }
  .revenue-gallery li:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }

.revenue-gallery.showcase li {
  width: 175px;
  margin-right: 10px; }

.copyright-section {
  font-size: 12px;
  padding: 16px 0 5px;
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #5a5a5a;
  background: #24252a; }

.copyright p {
  color: #9e9e9e; }

.copyright i {
  color: #32c5d2;
  margin: 0 5px; }

.copyright a {
  color: #ffffff;
  font-size: 12px; }
  .copyright a:hover {
    color: #32c5d2; }

.footer-nav {
  float: right; }
  .footer-nav li {
    display: inline-block; }
    .footer-nav li a {
      padding: 1px 12px;
      color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .footer-nav li a:hover {
        color: #32c5d2; }

.error-page {
  text-align: center; }
  .error-page h1, .error-page h2, .error-page h3, .error-page h4, .error-page h5, .error-page h6 {
    font-size: 120px;
    margin-bottom: 40px;
    color: #fff; }
  .error-page h3 {
    font-size: 60px;
    color: #fff; }
  .error-page p {
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff; }

.back-to-top.reveal {
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 30;
  filter: alpha(opacity=3000); }
  .back-to-top.reveal:focus, .back-to-top.reveal:active, .back-to-top.reveal:hover {
    background-color: #24252a;
    opacity: 100;
    filter: alpha(opacity=10000); }

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #a22c33;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms; }
  .back-to-top i {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -15px;
    margin-left: -3px;
    color: #ffffff; }

/******* Style Switcher *******/
.switcher-box {
  width: 212px;
  position: fixed;
  left: -212px;
  top: 160px;
  text-align: center;
  z-index: 99999999999;
  background-color: #fff;
  border-radius: 0 0 2px 0;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

.switcher-box i {
  color: #32c5d2; }

.switcher-box h4 {
  display: block;
  height: 40px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  margin-bottom: 10px; }

.switcher-box span {
  display: block;
  padding: 5px 20px;
  text-align: left; }

.switcher-box .colors-list {
  padding: 0 18px 0 18px;
  margin-bottom: 8px;
  line-height: 20px; }

.switcher-box .colors-list li {
  display: inline-block;
  margin-right: 2px; }

.switcher-box .colors-list li a {
  display: block;
  width: 24px;
  height: 18px;
  cursor: pointer; }

.switcher-box .bg-list {
  padding: 0 18px 0 18px;
  margin-bottom: 18px; }

.switcher-box .bg-list li {
  display: inline-block;
  margin-right: 2px; }

.switcher-box .bg-list li a {
  display: block;
  width: 20px;
  height: 20px; }

.switcher-box .bg-list li a.bg1 {
  background: url(../images/patterns/1.png) repeat; }

.switcher-box .bg-list li a.bg2 {
  background: url(../images/patterns/2.png) repeat; }

.switcher-box .bg-list li a.bg3 {
  background: url(../images/patterns/3.png) repeat; }

.switcher-box .bg-list li a.bg4 {
  background: url(../images/patterns/4.png) repeat; }

.switcher-box .bg-list li a.bg5 {
  background: url(../images/patterns/5.png) repeat; }

.switcher-box .bg-list li a.bg6 {
  background: url(../images/patterns/6.png) repeat; }

.switcher-box .bg-list li a.bg7 {
  background: url(../images/patterns/7.png) repeat; }

.switcher-box .bg-list li a.bg8 {
  background: url(../images/patterns/8.png) repeat; }

.switcher-box .bg-list li a.bg9 {
  background: url(../images/patterns/9.png) repeat; }

.switcher-box .bg-list li a.bg10 {
  background: url(../images/patterns/10.png) repeat; }

.switcher-box .bg-list li a.bg11 {
  background: url(../images/patterns/11.png) repeat; }

.switcher-box .bg-list li a.bg12 {
  background: url(../images/patterns/12.png) repeat; }

.switcher-box .bg-list li a.bg13 {
  background: url(../images/patterns/13.png) repeat; }

.switcher-box .bg-list li a.bg14 {
  background: url(../images/patterns/14.png) repeat; }

.switcher-box .open-switcher {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 2px 2px 0;
  background: #444 center no-repeat;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.switcher-box .open-switcher:hover {
  background: #444 center no-repeat;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff; }

.switcher-box .open-switcher i {
  text-align: center;
  padding-top: 7px; }

#feature2{
    padding-bottom:43px
}