
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Global Elements           */
/*   02 - Main Page Elements        */
/*   03 - About Page Elements       */
/*   04 - Services Page Elements    */
/*   05 - Portfolio Page Elements   */
/*   06 - Blog Page Elements        */
/*   07 - Contact Page Elements     */
/*   08 - 404 Error Page Elemeg121nts   */
/*   09 - FAQ Page Elements         */
/*==========================================*/
/*==========================================*/
/*       01 - Global Elements
/*==========================================*/
@font-face {
  font-family: OpenSansRegular;
  src: url('../../fonts/opensans/OpenSansRegular.eot');
  src: url('../../fonts/opensans/OpenSansRegulard41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans/OpenSansRegular.woff') format('woff'), url('../../fonts/opensans/OpenSansRegular.ttf') format('truetype'), url('../../fonts/opensans/OpenSansRegular.svg') format('svg');
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
  font-family: OpenSansLight;
  src: url('../../fonts/opensans/OpenSansLight.eot');
  src: url('../../fonts/opensans/OpenSansLightd41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans/OpenSansLight.woff') format('woff'), url('../../fonts/opensans/OpenSansLight.ttf') format('truetype'), url('../../fonts/opensans/OpenSansLight.svg') format('svg');
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
  font-family: OpenSansBold;
  src: url('../../fonts/opensans/OpenSansBold.eot');
  src: url('../../fonts/opensans/OpenSansBoldd41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans/OpenSansBold.woff') format('woff'), url('../../fonts/opensans/OpenSansBold.ttf') format('truetype'), url('../../fonts/opensans/OpenSansBold.svg') format('svg');
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
  font-family: OpenSansSemibold;
  src: url('../../fonts/opensans/OpenSansSemibold.eot');
  src: url('../../fonts/opensans/OpenSansSemiboldd41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans/OpenSansSemibold.woff') format('woff'), url('../../fonts/opensans/OpenSansSemibold.ttf') format('truetype'), url('../../fonts/opensans/OpenSansSemibold.svg') format('svg');
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
  font-family: OpenSansItalic;
  src: url('../../fonts/opensans/OpenSansItalic.eot');
  src: url('../../fonts/opensans/OpenSansItalicd41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/opensans/OpenSansItalic.woff') format('woff'), url('../../fonts/opensans/OpenSansItalic.ttf') format('truetype'), url('../../fonts/opensans/OpenSansItalic.svg') format('svg');
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  font-family: OpenSansRegular;
  height: 100% !important;
  font-size: 18px;
  text-align:justify;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html h5,
body h5 {
  font-family: OpenSansSemibold;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
a,
a:hover {
  text-decoration: none;
}
.navbar-inverse {
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 0px;
  font-size: 14px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .navbar-inverse .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-inverse .dropdown:hover .dropdown-toggle {
    background: #fff;
  }
}
.navbar-inverse .navbar-collapse {
  border-color: #ddd;
}
.navbar-inverse .navbar-brand {
  height: 100px;
  background: url("../../images/logo.png") center;
  background-repeat: no-repeat;
  width: 350px;
  margin-left: 15px;
  cursor: pointer;
  webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.navbar-inverse .navbar-brand:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-brand {
    height: 60px;
    margin-left: 15px;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #ddd;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 991px) {
  .navbar-inverse .navbar-nav {
    height: 80px;
  }
}
.navbar-inverse .navbar-nav .active a {
  background-color: #fff;
}
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .active a:focus {
  background-color: #fff;
}
.navbar-inverse .navbar-nav li a {
  font-family: OpenSansSemibold;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 28px;
  color: #666;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar-inverse .navbar-nav .open a.dropdown-toggle {
  background: #fff;
}
.navbar-inverse .navbar-nav .open a.dropdown-toggle:focus {
  background: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  padding: 0px 0px;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .dropdown-menu {
    border-top: none !important;
  }
}
.navbar-inverse .navbar-nav .dropdown-menu.fadeIn {
  opacity: 100%;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
.navbar-inverse .navbar-nav .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: OpenSansRegular;
  font-size: 14px;
  text-transform: capitalize;
  color: #666 !important;
}
.banner-title {
  position: relative;
  width: 100%;
  margin-top: 80px;
  background: url("../../images/banner2.jpg") center fixed;
}
.banner-title .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-title .content {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
}
.banner-title .content .main-title {
  color: #ffffff;
  font-size: 25px;
  margin: 0px;
}
@media (max-width: 768px) {
  .banner-title .content .main-title {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .banner-title .content .main-title {
    line-height: 70px;
  }
}
.banner-title .content .page-breadcrumb {
  float: right;
}
@media (max-width: 768px) {
  .banner-title .content .page-breadcrumb {
    float: none;
    text-align: center;
    margin: 20px 0px;
  }
}
.banner-title .content .page-breadcrumb .rounded-btn {
  color: #ffffff;
}
@media (max-width: 768px) {
  .banner-title {
    margin-top: 60px;
  }
}
.bordered-title {
  padding-bottom: 8px;
  margin-bottom: 40px;
  text-align: center;
}
.bordered-title h1,
.bordered-title h2,
.bordered-title h3,
.bordered-title h4,
.bordered-title h5 {
  padding-bottom: 10px;
  display: inline;
}
.rounded-btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #fff;
  padding: 10px;
}
.textbold {
  font-family: OpenSansSemibold;
}
.footer-offer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-offer .text {
  color: #fff;
  display: inline;
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer-offer .text {
    display: block;
    margin-bottom: 20px;
  }
}
.footer-offer .rounded-btn {
  padding: 7px;
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 15px;
}
.footer-offer .rounded-btn:hover {
  background: #fff;
}
.footer {
  background-color: #21252b;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1e22;
}
.footer .content {
  overflow: hidden;
  margin-top: 20px;
}
.footer .footer-list h4 {
  color: #fff;
  border-bottom: 1px solid #555555;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.footer .footer-list ul {
  padding-left: 0px;
}
.footer .footer-list ul li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 20px;
  color: #858d91;
}
.footer .footer-list ul li .fa {
  margin-right: 5px;
}
.footer .footer-list ul li .textbold {
  color: #ccc;
}
.footer .footer-list ul li.twitter-feed .tweet-content {
  font-size: 14px;
  color: #858d91;
}
.footer .footer-list ul li.twitter-feed .tweet-date {
  font-size: 11px;
  color: #858d91;
  margin-top: 5px;
  margin-bottom: 10px;
}
.footer .footer-form .input-container {
  padding-left: 0px;
  padding-right: 7.5px;
}
@media (max-width: 991px) {
  .footer .footer-form .input-container {
    padding-right: 0px;
  }
}
.footer .footer-form .input-container .form-control {
  border: 1px solid #2a3037;
  background: #2a3037;
}
.footer .footer-form .input-container .form-control:focus {
  background: #fff;
}
.footer .footer-form .input-container.second-input {
  padding-left: 7.5px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  .footer .footer-form .input-container.second-input {
    padding-left: 0px;
    margin-top: 15px;
  }
}
.footer .footer-form .textarea-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
}
.footer .footer-form .textarea-container textarea {
  height: 120px;
  background: #2a3037;
  border: 1px solid #2a3037;
}
.footer .footer-form .textarea-container textarea:focus {
  background: #fff;
}
.footer .footer-form .button-container {
  padding-left: 0px;
  margin-top: 15px;
}
.footer .footer-form .button-container .submit-btn {
  padding: 7px 15px;
  font-size: 14px;
  border: 0px;
  color: #fff;
}
.copyright {
  text-align: center;
  background-color: #1C1F24;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #2e343a;
  overflow: hidden;
}
.copyright .left h6 {
  font-size: 13px;
  color: #858d91;
  text-align: left;
}
@media (max-width: 768px) {
  .copyright .left h6 {
    text-align: center;
  }
}
.copyright .right ul {
  padding-left: 0px;
  list-style: none;
}
.copyright .right .social-icons {
  font-size: 20px;
  float: right;
}
@media (max-width: 768px) {
  .copyright .right .social-icons {
    float: none;
  }
}
.copyright .right .social-icons .fa {
  margin: 0 auto;
  padding-top: 7px;
  color: #858d91;
  margin-left: 10px;
  margin-right: 10px;
}
.copyright .right .social-icons .fa:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/*==========================================*/
/*       02 - Main Page Elements
/*==========================================*/
.home-banner {
  height: 420px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.home-banner .overlay {
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  z-index: 1;
}
.home-banner .carousel-inner .item {
  height: 700px;
  width: 100%;
}
.home-banner .carousel-control {
  z-index: 2;
  position: absolute;
}
.home-banner .container {
  position: relative;
  height: 100%;
  display: table;
}
.home-banner .container .content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: center;
}
.home-banner .container .content .title h1 {
  font-family: OpenSansBold;
  font-size: 45px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .home-banner .container .content .title h1 {
    font-size: 25px;
  }
}
.home-banner .container .content .subtitle {
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .home-banner .container .content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-banner .container .content .button-container {
  margin-top: 35px;
}
.home-banner .container .content .button-container .rounded-btn {
  color: #fff;
  text-decoration: none;
  font-family: OpenSansRegular;
}
.home-banner .container .content .button-container .rounded-btn:hover {
  color: #fff;
}
.home-banner .carousel-control {
  background-image: none;
}
.home-banner .carousel-control .control-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  border: 1px solid #FFFFFF;
  text-align: center;
}
.home-banner .carousel-control .control-circle.left {
  left: 30%;
}
.home-banner .carousel-control .control-circle.right {
  right: 30%;
}
.home-banner .carousel-control .control-circle .fa {
  font-size: 25px;
  margin-top: 5px;
}
.home-offer {
  background-color: #ffcb71;
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: 25px;
  font-family: OpenSansRegular;
  color:#000;
}
.home-offer .text {
  padding: 10px;
}
@media (max-width: 991px) {
  .home-offer .text {
    text-align: center;
  }
}
.home-offer .link .rounded-btn {
  font-size: 15px;
  color: #fff;
}
@media (max-width: 991px) {
  .home-offer .link {
    text-align: center;
  }
  .home-offer .link .rounded-btn {
    float: none !important;
  }
}
.home-services {
  padding-top: 30px;
  padding-bottom: 20px;
}
.home-services .services-main-title {
  text-align: center;
  padding-bottom: 40px;
}
.home-services .services-section {
  text-align: center;
  padding-bottom: 40px;
  cursor: pointer;
}
.home-services .services-section .icon .icon-circle {
  height: 120px;
  width: 120px;
  line-height: 115px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
}
.home-services .services-section .icon .icon-circle .fa {
  font-size: 60px;
  vertical-align: middle;
}
.home-services .services-section .title h3 {
  font-size: 20px;
}
.home-services .services-section .text {
  font-size: 14px;
}
.home-services .services-section:hover .icon-circle .fa {
  color: #FFFFFF;
}
.home-services .services-section-two {
  margin-bottom: 40px;
  cursor: pointer;
}
.home-services .services-section-two .icon {
  float: left;
  text-align: center;
}
.home-services .services-section-two .icon .fa {
  font-size: 35px;
  vertical-align: middle;
  color: #666;
}
.home-services .services-section-two .content {
  padding-left: 60px;
}
.home-services .services-section-two .content .title h3 {
  font-size: 18px;
  color: #666;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 400;
}
.home-services .services-section-two .content .text {
  font-size: 14px;
  font-family: OpenSansRegular;
}
.home-services.home-services-two {
  padding-bottom: 40px;
}
.home-about {
  overflow: hidden;
}
.home-about .image {
  text-align: center;
  margin-top:15px;
  margin-bottom:15px;
}
@media (max-width: 480px) {
  .home-about .image {
    height: auto;
  }
}
.home-about .image img {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 991px) {
  .home-about .image img {
    width: 350px;
  }
}
.home-about .text {
  display: table;
  height: 245px;
}
.home-about .text .content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.home-about .text .content .title {
  text-align: left;
}
.home-about .text .content .title h2 {
  color: #FFFFFF;
}
.home-about .text .content .button {
  margin-top: 40px;
}
.home-about .text .content .button .rounded-btn {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  border: 2px solid #fff;
  font-family: OpenSansBold;
  display: inline-block;
}
.home-about .text .content .button .rounded-btn:hover {
  background: #fff;
}
.home-timer {
  background: url("../../images/banner4.jpg") center fixed;
  background-size: cover;
  position: relative;
  text-align: center;
}
.home-timer .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-timer .content {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.home-timer i {
  padding-top: 10px;
  font-size: 40px;
  color: #ffffff;
}
.home-timer h3 {
  font-size: 60px;
  color: #ffffff;
}
.home-timer h4 {
  padding-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.home-blog {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 0px;
}
.home-blog .bordered-title {
  margin-bottom: 30px;
}
.home-blog .post-list {
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.home-blog .post-list .title h4 {
  font-size: 20px;
  font-family: OpenSansBold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.home-blog .post-list .date {
  font-size: 12px;
  float: left;
  background: #666;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  line-height: 15px;
}
.home-blog .post-list .date .large-text {
  line-height: 15px;
  font-size: 20px;
  font-family: OpenSansBold;
}
.home-blog .post-list .text {
  margin-top: 5px;
  font-size: 14px;
}
.home-works {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-works.home-works-bottom {
  padding-top: 0px;
  padding-bottom: 60px;
}
.home-works .featured-row .col-md-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.home-works .featured-row .col-sm-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.home-works .work-image {
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.home-works .work-image .content {
  display: none;
}
.home-works .work-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.home-works .work-image:hover .content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.home-works .work-image:hover .content .link {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.home-works .work-image:hover .content .link .circle {
  width: 40px;
  height: 40px;
  font-size: 18px;
  margin: 25% 2.5px 0px 2.5px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.home-works .work-image:hover .content .link .circle:hover {
  background: #FFFFFF;
}
.home-works .work-image:hover .content .link .circle i {
  margin-top: 12px;
  color: #FFFFFF;
}
.home-works .work-image img {
  width: 100%;
}
.home-works .work-image-caption {
  border: 1px solid #ddd;
  padding: 5px;
}
.home-works .work-image-caption .image {
  position: relative;
}
.home-works .work-image-caption .title h3 {
  text-align: left;
  color: #666666;
  font-family: OpenSansBold;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 15px;
  margin-left: 10px;
}
.home-works .work-image-caption .text {
  text-align: left;
  font-size: 12px;
  margin-left: 10px;
  padding-bottom: 10px;
}
.home-works .work-image-caption:hover .content:hover {
  background-color: transparent;
}
.home-modal {
  background: #f60;
  text-align: center;
}
.home-modal .content {
  position: relative;
  display: inline-block;
}
.home-modal .content img {
  width: 100%;
}
.home-modal .content .close-img {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .home-modal .content .close-img {
    right: 0px;
    top: -40px;
  }
}
.home-modal .content .item-image {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.home-testimonial {
  background: url("../../images/banner3.jpg") center fixed;
  background-size: cover;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #FFFFFF;
}
.home-testimonial .overlay {
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  z-index: 1;
}
.home-testimonial .carousel {
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.home-testimonial .carousel .item {
  text-align: center;
  margin: 0 auto;
}
.home-testimonial .carousel .item .text {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-family: OpenSansRegular;
  font-size: 18px;
}
.home-testimonial .carousel .item .name {
  margin-top: 20px;
  font-size: 14px;
}
.home-testimonial .carousel .carousel-control {
  background-image: none;
}
.home-testimonial .carousel .carousel-control .control-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 45%;
  border: 1px solid #FFFFFF;
  text-align: center;
}
.home-testimonial .carousel .carousel-control .control-circle.left {
  left: 30%;
}
.home-testimonial .carousel .carousel-control .control-circle.right {
  right: 30%;
}
.home-testimonial .carousel .carousel-control .control-circle .fa {
  font-size: 25px;
  margin-top: 5px;
}
.home-clients {
  padding-bottom: 40px;
}
.home-clients .image-container {
  padding-bottom: 40px;
  text-align: center;
}
.home-clients .image-container .image {
  float: left;
  text-align: center;
}
.home-clients .clients .item {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.home-clients .clients a img {
  max-height: 60px;
  max-width: 140px;
  cursor: pointer;
  webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home-clients .clients a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-clients .clients .owl-pagination {
  margin-top: 20px;
}
.home-clients .clients .owl-pagination .owl-page span {
  margin: 10px 4px !important;
  background-color: #FFFFFF;
}
.home-team {
  padding-top: 20px;
  padding-bottom: 60px;
}
.home-team .team {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.home-team .team .photo {
  height: 170px;
  width: 205px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-team .team .photo {
    width: 100%;
  }
}
.home-team .team .photo img {
  width: 100%;
}
.home-team .team .photo .overlay {
  display: none;
}
.home-team .team .photo .overlay .link {
  display: none;
}
.home-team .team .photo:hover .overlay {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-team .team .photo:hover .overlay .link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.home-team .team .photo:hover .overlay .link .circle {
  color: #ffffff;
  display: inline-block;
  margin: 0px 2.5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.home-team .team .photo:hover .overlay .link .circle:hover {
  background: #ffffff;
}
.home-team .team .photo:hover .overlay .link .circle .fa {
  margin-top: 8px;
  font-size: 14px;
}
.home-team .team .text {
  text-align: center;
}
@media (max-width: 768px) {
  .home-team .team .text {
    text-align: center;
  }
}
.home-team .team .text .name h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}
.home-team .team .text .position h4 {
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
}
.home-team .team .text .description {
  font-size: 14px;
}
/*==========================================*/
/*       03 - About Page Elements
/*==========================================*/
.about-description .title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.about-description .content .text {
  font-size: 13px;
  text-align:justify;
  color:#000;
}
.about-team {
  margin-bottom: 60px;
}
.about-team .title {
  margin-top: 60px;
  margin-bottom: 20px;
}
.about-team .team-square {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
.about-team .team-square .photo {
  height: 170px;
  width: 205px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about-team .team-square .photo img {
  width: 100%;
}
.about-team .team-square .photo .overlay {
  display: none;
}
.about-team .team-square .photo .overlay .link {
  display: none;
}
.about-team .team-square .photo:hover .overlay {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about-team .team-square .photo:hover .overlay .link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.about-team .team-square .photo:hover .overlay .link .circle {
  color: #ffffff;
  display: inline-block;
  margin: 0px 2.5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.about-team .team-square .photo:hover .overlay .link .circle:hover {
  background: #ffffff;
}
.about-team .team-square .photo:hover .overlay .link .circle .fa {
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .about-team .team-square .text {
    text-align: center;
  }
}
.about-team .team-square .text .name h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  
}
.about-team .team-square .text .position h4 {
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
}
.about-team .team-square .text .description {
  font-size: 14px;
}
.about-team .team-row-left,
.about-team .team-row-right {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  color:#000;
}
.about-team .team-row-left:last-child,
.about-team .team-row-right:last-child {
  border-bottom: 0px;
}
.about-team .team-row-left .photo,
.about-team .team-row-right .photo {
  text-align: center;
}
.about-team .team-row-left .photo .circle-image,
.about-team .team-row-right .photo .circle-image {
  height: 200px;
  width: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.about-team .team-row-left .photo .circle-image .overlay,
.about-team .team-row-right .photo .circle-image .overlay {
  display: none;
}
.about-team .team-row-left .photo .circle-image img,
.about-team .team-row-right .photo .circle-image img {
  height: 100%;
}
.about-team .team-row-left .photo .circle-image:hover .overlay,
.about-team .team-row-right .photo .circle-image:hover .overlay {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about-team .team-row-left .photo .circle-image:hover .overlay .link,
.about-team .team-row-right .photo .circle-image:hover .overlay .link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.about-team .team-row-left .photo .circle-image:hover .overlay .link .circle,
.about-team .team-row-right .photo .circle-image:hover .overlay .link .circle {
  color: #ffffff;
  display: inline-block;
  margin: 0px 2.5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.about-team .team-row-left .photo .circle-image:hover .overlay .link .circle:hover,
.about-team .team-row-right .photo .circle-image:hover .overlay .link .circle:hover {
  background: #ffffff;
}
.about-team .team-row-left .photo .circle-image:hover .overlay .link .circle .fa,
.about-team .team-row-right .photo .circle-image:hover .overlay .link .circle .fa {
  margin-top: 8px;
  font-size: 14px;
}
.about-team .team-row-left .text .textcontainer,
.about-team .team-row-right .text .textcontainer {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .about-team .team-row-left .text .textcontainer,
  .about-team .team-row-right .text .textcontainer {
    text-align: center;
  }
}
.about-team .team-row-left .text .textcontainer .name,
.about-team .team-row-right .text .textcontainer .name {
  font-family: OpenSansRegular;
}
.about-team .team-row-left .text .textcontainer .name h3,
.about-team .team-row-right .text .textcontainer .name h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #444;
}
.about-team .team-row-left .text .textcontainer .position h4,
.about-team .team-row-right .text .textcontainer .position h4 {
  font-size: 14px;
  margin-top: 5px;
}
.about-team .team-row-left .text .textcontainer .description,
.about-team .team-row-right .text .textcontainer .description {
  font-size: 14px;
}
.about-team .team-row-right .text .textcontainer {
  text-align: right;
}
@media (max-width: 768px) {
  .about-team .team-row-right .text .textcontainer {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
/*==========================================*/
/*       04 - Services Page Elements
/*==========================================*/
.services-container .services-heading {
  position: relative;
  float: left;
}
.services-container .services-heading .title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.services-container .services-heading .content .text {
  font-size: 14px;
  text-align: center;
}
.services-container .services-heading.second-heading .title {
  margin-top: 0px;
}
.services-container .services-content {
  margin-top: 60px;
  position: relative;
  float: left;
}
.services-container .services-content .service {
  text-align: center;
  cursor: pointer;
  margin-bottom: 60px;
}
.services-container .services-content .service .icon .circle {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}
.services-container .services-content .service .icon .circle i {
  font-size: 50px;
  vertical-align: middle;
}
.services-container .services-content .service .desc {
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
}
.services-container .services-content .service:hover .icon .circle i {
  color: #fff;
}
.services-container .services-content.second-content {
  margin-bottom: 40px;
}
/*==========================================*/
/*       05 - Portfolio Page Elements
/*==========================================*/
.portfolio-container .title {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.portfolio-container .portfoliofilter {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.portfolio-container .portfoliofilter a .filterbutton {
  display: inline-block;
  padding: 10px;
  border: 1px solid #dddddd;
  margin-top: 20px;
  font-size: 14px;
}
.portfolio-container .portfoliofilter a.current .filterbutton {
  color: #ffffff;
}
.portfolio-container .portfoliofilter a.current:hover .filterbutton {
  color: #ffffff;
}
.portfolio-container .portfoliofilter a:hover {
  text-decoration: none;
  color: #ffffff;
}
.portfolio-container .portfoliocontent {
  margin-top: 60px;
  position: relative;
}
.portfolio-container .portfoliocontent a {
  text-decoration: none !important;
}
.portfolio-container .portfoliocontent a:hover .content .overlay {
  display: block;
}
.portfolio-container .portfoliocontent .item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom:25px;
}
.portfolio-container .portfoliocontent .content {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.portfolio-container .portfoliocontent .content .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.portfolio-container .portfoliocontent .content .overlay .link {
  text-align: center;
}
.portfolio-container .portfoliocontent .content .overlay .link .circle {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.portfolio-container .portfoliocontent .content .overlay .link .circle:hover {
  background: #FFFFFF;
}
.portfolio-container .portfoliocontent .content .overlay .link .circle i {
  margin-top: 12px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .portfolio-container .portfoliocontent .content {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.portfolio-container .portfoliocontent .content .image {
  width: 100%;
  height: auto;
  background: #000;
  text-align: center;
}
.portfolio-container .portfoliocontent .content .image img {
  width: 100%;
}
.portfolio-container .portfoliocontent .content-caption {
  border: 1px solid #ddd;
  padding: 5px;
}
.portfolio-container .portfoliocontent .content-caption:hover .overlay {
  display: block;
}
.portfolio-container .portfoliocontent .content-caption .image {
  position: relative;
}
.portfolio-container .portfoliocontent .content-caption .image .toggle {
  cursor: pointer;
}
.portfolio-container .portfoliocontent .content-caption .desc {
  padding-left: 10px;
  width: 70%;
  float: left;
}
.portfolio-container .portfoliocontent .content-caption .desc .name h3 {
  font-family: OpenSansBold;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.portfolio-container .portfoliocontent .content-caption .desc .text h4 {
  font-family: OpenSansRegular;
  margin-top: 0px;
  font-size: 12px;
}
.portfolio-container .portfoliocontent .content-caption .vote {
  width: 30%;
  float: left;
  text-align: right;
}
.portfolio-container .portfoliocontent .content-caption .vote .text {
  margin-top: 25px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
}
.portfolio-modal {
  background: #f60;
}
@media (max-width: 768px) {
  .portfolio-modal .modal-dialog {
    margin-top: 0px !important;
  }
}
.portfolio-modal .content {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .portfolio-modal .content {
    margin-top: 10%;
  }
}
.portfolio-modal .content .close-img {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  z-index: 10;
}
@media (max-width: 768px) {
  .portfolio-modal .content .close-img {
    right: 0px;
  }
}
.portfolio-modal .content .image img {
  width: 100%;
}
.portfolio-modal .content .image .item-image {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.portfolio-modal .content .description {
  color: #ffffff;
}
.portfolio-modal .content .description .title h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: OpenSansBold;
}
.portfolio-modal .content .description .text {
  font-size: 14px;
  margin-bottom: 20px;
}
.portfolio-pagination {
  text-align: center;
  font-size: 14px;
  margin-bottom: 60px;
}
.portfolio-pagination ul li:first-child a,
.portfolio-pagination ul li:last-child a {
  border-radius: 0px;
}
.portfolio-pagination ul li a {
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.portfolio-pagination ul li a:hover {
  background: #ffffff;
}
.portfolio-pagination ul li a.current {
  color: #ffffff;
}
.portfolio-pagination ul li a.current:hover {
  color: #ffffff;
}
.portfolio-single {
  margin-top: 80px;
  margin-bottom: 80px;
}
.portfolio-single .left-section {
  position: relative;
}
.portfolio-single .left-section .carousel {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.portfolio-single .left-section .carousel .item {
  text-align: center;
  margin: 0 auto;
}
.portfolio-single .left-section .carousel .item .text {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-family: OpenSansRegular;
  font-size: 18px;
}
.portfolio-single .left-section .carousel .item .name {
  margin-top: 20px;
  font-size: 14px;
}
.portfolio-single .left-section .carousel .carousel-control {
  background-image: none;
}
.portfolio-single .left-section .carousel .carousel-control .control-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 45%;
  border: 1px solid #FFFFFF;
  text-align: center;
}
.portfolio-single .left-section .carousel .carousel-control .control-circle.left {
  left: 30%;
}
.portfolio-single .left-section .carousel .carousel-control .control-circle.right {
  right: 30%;
}
.portfolio-single .left-section .carousel .carousel-control .control-circle .fa {
  font-size: 25px;
  margin-top: 5px;
}
.portfolio-single .project-description .bordered-title {
  text-align: left;
  margin-bottom: 15px;
}
.portfolio-single .project-description .bordered-title h2 {
  font-size: 18px;
}
.portfolio-single .project-description .text {
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
}
.portfolio-single .project-description .text ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.portfolio-single .project-description .text ul li {
  list-style: none;
  padding-bottom: 5px;
}
.portfolio-single .project-description .text .tag-label {
  padding: 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #efefef;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  cursor: pointer;
}
.portfolio-single .project-description .text .tag-label:hover {
  color: #ffffff;
}
.portfolio-single .project-description .text .circle {
  display: inline-block;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-right: 7px;
  margin-top: 5px;
  background: #888888;
}
.portfolio-single .project-description .text .circle i {
  color: #ffffff !important;
}
.portfolio-single .project-description .text .circle:hover i {
  color: #ffffff;
}
.portfolio-single .project-description .text .circle .fa {
  line-height: 35px;
  vertical-align: middle;
  font-size: 16px;
}
.project-related {
  float: left;
  width: 100%;
}
.project-related .related-container {
  overflow: hidden;
}
.project-related .related-container .title {
  text-align: left;
  margin-bottom: 20px;
}
.project-related .related-container .title h2 {
  font-size: 18px;
}
.project-related .related-container .title .carousel-nav {
  float: right;
}
.project-related .related-container .title .carousel-nav .prev {
  margin-right: 5px;
}
.project-related .related-container .title .carousel-nav .prev,
.project-related .related-container .title .carousel-nav .next {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.project-related .related-container .title .carousel-nav .prev:hover,
.project-related .related-container .title .carousel-nav .next:hover {
  color: #888;
}
.project-related .related-container .relateditem {
  float: left;
}
.project-related .related-container .relateditem .owl-controls {
  display: none !important;
}
.project-related .related-container .relateditem .item {
  margin: 3px;
  position: relative;
}
.project-related .related-container .relateditem .item:hover .overlay {
  display: block;
}
.project-related .related-container .relateditem .item img {
  display: block;
  width: 100%;
  height: auto;
}
.project-related .related-container .relateditem .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.project-related .related-container .relateditem .overlay .link {
  text-align: center;
}
.project-related .related-container .relateditem .overlay .link .circle {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.project-related .related-container .relateditem .overlay .link .circle:hover {
  background: #FFFFFF;
}
.project-related .related-container .relateditem .overlay .link .circle i {
  margin-top: 12px;
  color: #FFFFFF;
}
/*==========================================*/
/*       06 - Blog Page Elements
/*==========================================*/
.blog-container {
  margin-top: 60px;
}
.blog-container .feed.feed-small {
  padding-right: 0px;
  padding-left: 0px;
}
.blog-container .feed .post {
  border: 5px solid #eeeeee;
  margin-bottom: 40px;
}
.blog-container .feed .post.post-small {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
}
.blog-container .feed .post .image {
  position: relative;
  cursor: pointer;
}
.blog-container .feed .post .image:hover .overlay {
  display: table;
}
.blog-container .feed .post .image img {
  width: 100%;
}
.blog-container .feed .post .image .post-date {
  position: absolute;
  right: 20px;
  top: 30px;
}
.blog-container .feed .post .image .post-date .circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.blog-container .feed .post .image .post-date .circle .date {
  padding-top: 10px;
  display: block;
  margin-bottom: -7px;
  font-family: OpenSansBold;
}
.blog-container .feed .post .image .post-date .circle .month {
  font-size: 14px;
}
@media (max-width: 480px) {
  .blog-container .feed .post .image .post-date {
    right: 10px;
    top: 10px;
  }
  .blog-container .feed .post .image .post-date .circle {
    width: 40px;
    height: 40px;
  }
  .blog-container .feed .post .image .post-date .circle .date {
    font-size: 14px;
    padding-top: 3px;
    margin-bottom: -5px;
  }
  .blog-container .feed .post .image .post-date .circle .month {
    font-size: 12px;
  }
}
.blog-container .feed .post .image .post-date.small-post-date {
  right: 10px;
  top: 10px;
}
.blog-container .feed .post .image .post-date.small-post-date .circle {
  width: 40px;
  height: 40px;
}
.blog-container .feed .post .image .post-date.small-post-date .circle .date {
  font-size: 14px;
  padding-top: 3px;
  margin-bottom: -5px;
}
.blog-container .feed .post .image .post-date.small-post-date .circle .month {
  font-size: 12px;
}
.blog-container .feed .post .image .overlay {
  display: none;
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0px;
}
.blog-container .feed .post .image .overlay .share {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.blog-container .feed .post .image .overlay .share .circle {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 5px;
}
.blog-container .feed .post .image .overlay .share .circle:hover {
  background: #FFFFFF;
}
.blog-container .feed .post .image .overlay .share .circle i {
  margin-top: 12px;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .blog-container .feed .post .image .overlay {
    height: 75px;
  }
  .blog-container .feed .post .image .overlay .share .circle {
    height: 30px;
    width: 30px;
  }
  .blog-container .feed .post .image .overlay .share .circle i {
    font-size: 12px;
    margin-top: 5px;
  }
}
.blog-container .feed .post .image .overlay.small-overlay {
  height: 75px;
}
.blog-container .feed .post .image .overlay.small-overlay .share .circle {
  height: 30px;
  width: 30px;
}
.blog-container .feed .post .image .overlay.small-overlay .share .circle i {
  font-size: 12px;
  margin-top: 5px;
}
.blog-container .feed .post .title {
  padding: 0px 20px;
}
.blog-container .feed .post .title h2 {
  font-size: 22px;
}
.blog-container .feed .post .text {
  padding: 0px 20px;
  font-size: 14px;
}
.blog-container .feed .post .info {
  padding: 15px 10px;
  margin-top: 15px;
  background: #eeeeee;
  font-size: 12px;
  overflow: hidden;
}
.blog-container .feed .post .info .info-text {
  margin-left: 10px;
  float: left;
  padding: 7px;
}
.blog-container .feed .post .info .info-text .fa {
  margin-right: 5px;
}
.blog-container .feed .post .info .info-text:first-child {
  margin-left: 0px;
  padding-left: 0px;
}
.blog-container .feed .post .info .readmore-container {
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog-container .feed .post .info .readmore-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-container .feed .post .info .readmore-container .readmore {
  float: right;
  padding: 7px;
  background: #666;
  color: #fff;
}
.blog-container .feed .post .info .readmore-container .readmore:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .blog-container .feed .post .info .info-text {
    margin-left: 0px;
    padding-left: 0px;
  }
  .blog-container .feed .post .info .readmore-container {
    width: 100%;
  }
}
.blog-container .feed .post .info.small-info .info-text {
  margin-left: 0px;
  padding-left: 0px;
}
.blog-container .feed .post .info.small-info .readmore-container {
  text-align: center;
}
.blog-container .feed .blog-pagination {
  text-align: center;
  font-size: 14px;
  margin-bottom: 60px;
}
.blog-container .feed .blog-pagination ul li:first-child a,
.blog-container .feed .blog-pagination ul li:last-child a {
  border-radius: 0px;
}
.blog-container .feed .blog-pagination ul li a {
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.blog-container .feed .blog-pagination ul li a:hover {
  background: #ffffff;
}
.blog-container .feed .blog-pagination ul li a.current {
  color: #ffffff;
}
.blog-container .sidebar .section {
  margin-bottom: 40px;
}
.blog-container .sidebar .section .title {
  text-align: left;
  margin-bottom: 20px;
}
.blog-container .sidebar .section .content ul {
  padding-left: 0px;
}
.blog-container .sidebar .section .content ul li {
  list-style: none;
  border-bottom: 1px solid #E4E6E8;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
}
.blog-container .sidebar .section .content ul li span {
  float: right;
}
.blog-container .sidebar .section .content .tag-label {
  padding: 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #efefef;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  cursor: pointer;
}
.blog-container .sidebar .section .content .tag-label:hover {
  color: #ffffff;
}
.blog-container .sidebar .section .content .text-widget {
  font-size: 12px;
}
.blog-container .sidebar .section .content .input-group .form-control {
  border-right: 0px;
}
.blog-container .sidebar .section .content .input-group .form-control:focus {
  box-shadow: none;
}
.blog-container .sidebar .section .content .input-group .btn {
  color: #fff;
}
.blog-container .singlepost .title {
  text-align: left;
  margin-bottom: 20px;
}
.blog-container .singlepost .title h1 {
  margin-top: 0px;
}
.blog-container .singlepost .main-image img {
  width: 100%;
}
.blog-container .singlepost .info {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #eeeeee;
  font-size: 12px;
  overflow: hidden;
}
.blog-container .singlepost .info .info-text {
  margin-left: 10px;
  float: left;
  padding: 7px;
}
.blog-container .singlepost .info .info-text .fa {
  margin-right: 5px;
}
.blog-container .singlepost .info .info-text:first-child {
  margin-left: 0px;
  padding-left: 0px;
}
@media (max-width: 480px) {
  .blog-container .singlepost .info .info-text {
    margin-left: 0px;
    padding-left: 0px;
  }
  .blog-container .singlepost .info .readmore-container {
    width: 100%;
  }
}
.blog-container .singlepost .article h1,
.blog-container .singlepost .article h2,
.blog-container .singlepost .article h3,
.blog-container .singlepost .article h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.blog-container .singlepost .article p {
  font-size: 14px;
  text-align: justify;
}
.blog-container .singlepost .article p .img-align-right {
  margin-left: 15px;
}
.blog-container .singlepost .article p .img-align-left {
  margin-right: 15px;
}
.blog-container .singlepost .share {
  margin-top: 40px;
}
.blog-container .singlepost .share .title {
  margin-bottom: 5px;
}
.blog-container .singlepost .share .title h2 {
  display: block;
}
.blog-container .singlepost .share .link .circle {
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  border: 1px solid #888888;
  background: #888888;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 5px;
}
.blog-container .singlepost .share .link .circle:hover i {
  color: #fff;
}
.blog-container .singlepost .share .link .circle i {
  font-size: 20px;
  margin-top: 15px;
  color: #fff;
}
.blog-container .singlepost .comment {
  margin-top: 40px;
}
.blog-container .singlepost .comment .title {
  margin-bottom: 5px;
}
.blog-container .singlepost .comment .title h2 {
  display: block;
}
.blog-container .singlepost .comment .comment-list {
  padding-left: 0px;
  border-bottom: 1px solid #eee;
}
.blog-container .singlepost .comment .comment-list:last-child {
  border-bottom: 0px;
}
.blog-container .singlepost .comment .comment-list .comment-container {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  display: block;
}
.blog-container .singlepost .comment .comment-list .comment-container:last-child {
  border-bottom: 0px;
}
.blog-container .singlepost .comment .comment-list .comment-container .avatar {
  float: left;
  width: 75px;
  height: 75px;
}
@media (max-width: 480px) {
  .blog-container .singlepost .comment .comment-list .comment-container .avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
  }
}
.blog-container .singlepost .comment .comment-list .comment-container .avatar img {
  width: 100%;
}
.blog-container .singlepost .comment .comment-list .comment-container .name {
  display: block;
  margin-bottom: 10px;
  margin-left: 105px;
  margin-top: 0px;
  font-family: OpenSansBold;
}
@media (max-width: 480px) {
  .blog-container .singlepost .comment .comment-list .comment-container .name {
    margin-left: 0px;
    margin-top: 5px;
    float: left;
  }
}
.blog-container .singlepost .comment .comment-list .comment-container .name span {
  display: block;
  float: right;
  font-size: 14px;
}
@media (max-width: 480px) {
  .blog-container .singlepost .comment .comment-list .comment-container .name span {
    float: left;
    margin-top: 5px;
    width: 100%;
  }
}
.blog-container .singlepost .comment .comment-list .comment-container .text {
  margin-left: 105px;
  font-size: 14px;
  text-align: justify;
}
@media (max-width: 480px) {
  .blog-container .singlepost .comment .comment-list .comment-container .text {
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    width: 100%;
  }
}
.blog-container .singlepost .comment .comment-list .comment-container .reply {
  margin-left: 105px;
  margin-top: 10px;
  font-family: OpenSansBold;
  font-size: 14px;
}
@media (max-width: 480px) {
  .blog-container .singlepost .comment .comment-list .comment-container .reply {
    margin-left: 0px;
    float: left;
    width: 100%;
  }
}
.blog-container .singlepost .comment .comment-list.indent-two {
  border-bottom: 1px solid #eee !important;
}
.blog-container .singlepost .comment .comment-list.indent-two .comment-container {
  padding-left: 30px;
}
.blog-container .singlepost .respond {
  margin-top: 20px;
  margin-bottom: 40px;
}
.blog-container .singlepost .respond .title {
  margin-bottom: 5px;
}
.blog-container .singlepost .respond .title h2 {
  display: block;
}
.blog-container .singlepost .respond .row label {
  margin-top: 10px;
  font-size: 14px;
  font-family: OpenSansRegular;
  font-weight: normal;
}
.blog-container .singlepost .respond .row textarea {
  height: 200px;
}
.blog-container .singlepost .respond .row .form-control {
  -webkit-box-shadow: none;
}
.blog-container .singlepost .respond .row .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.blog-container .singlepost .respond .row .submit-btn {
  color: #ffffff;
  border: 0px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog-container .singlepost .respond .row .submit-btn:hover,
.blog-container .singlepost .respond .row .submit-btn:focus {
  background: #666666;
  color: #ffffff;
}
/*==========================================*/
/*       07 - Contact Page Elements
/*==========================================*/
.contact-container .map-canvas {
  width: 100%;
  height: 400px;
}
.contact-container .contact-header {
  height: 100px;
  width: 100%;
  text-align: center;
}
.contact-container .contact-header h1 {
  line-height: 100px;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 24px;
  font-family: OpenSansRegular;
}
.contact-container .content {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact-container .content .form {
  margin-bottom: 20px;
}
.contact-container .content .form .bordered-title {
  text-align: left;
  margin-bottom: 15px;
}
.contact-container .content .form .bordered-title h2 {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.contact-container .content .form .row label {
  margin-top: 10px;
  font-size: 14px;
  font-family: OpenSansRegular;
  font-weight: normal;
}
.contact-container .content .form .row textarea {
  height: 300px;
}
.contact-container .content .form .row .form-control {
  -webkit-box-shadow: none;
}
.contact-container .content .form .row .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.contact-container .content .form .row .submit-btn {
  color: #ffffff;
  border: 0px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact-container .content .form .row .submit-btn:hover,
.contact-container .content .form .row .submit-btn:focus {
  background: #666666;
  color: #ffffff;
}
.contact-container .content .information .bordered-title {
  text-align: left;
  margin-bottom: 15px;
}
.contact-container .content .information .bordered-title h2 {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.contact-container .content .information .text {
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: OpenSansRegular;
}
.contact-container .content .information .text .sectiontext {
  padding-bottom: 10px;
  display: block;
}
.contact-container .content .information .text ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.contact-container .content .information .text ul li {
  list-style: none;
  padding-bottom: 15px;
  color:#000;
}
.contact-container .content .information .text ul li .textbold {
  font-weight: 400;
}
.contact-container .content .information .text ul li .textbold i {
  width: 20px;
  text-align: center;
}
.contact-container .content .information .text .circle {
  display: inline-block;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-right: 7px;
  margin-top: 5px;
  background: #888;
}
.contact-container .content .information .text .circle:hover i {
  color: #ffffff;
}
.contact-container .content .information .text .circle .fa {
  line-height: 35px;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}
/*==========================================*/
/*       08 - 404 Error Page Elements
/*==========================================*/
.error-content {
  width: 100%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.error-content .title h1 {
  font-size: 150px;
  font-family: OpenSansBold;
}
@media (max-width: 480px) {
  .error-content .title h1 {
    font-size: 100px;
  }
}
.error-content .subtitle h2 {
  font-family: OpenSansBold;
}
.error-content .button {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  margin-top: 40px;
}
.error-content .button:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.error-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .error-footer {
    position: relative;
  }
}
.error-footer .left {
  float: left;
}
.error-footer .left h6 {
  color: #fff;
  line-height: 20px;
}
@media (max-width: 480px) {
  .error-footer .left {
    text-align: center;
    padding-bottom: 10px;
  }
}
.error-footer .right .social-text {
  list-style: none;
  font-size: 14px;
  display: inline-block;
  float: right;
  padding-top: 5px;
  margin-right: 10px;
}
.error-footer .right .social-icons {
  font-size: 14px;
  list-style: none;
  float: right;
}
.error-footer .right .social-icons .social-icon-circle {
  float: left;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 5px;
}
.error-footer .right .social-icons .social-icon-circle .fa {
  margin: 0 auto;
  padding-top: 7px;
  color: #fff;
}
.error-footer .right .social-icons .social-icon-circle:hover {
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.error-footer .right .social-icons .social-icon-circle:hover .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media (max-width: 480px) {
  .error-footer .right {
    text-align: center;
  }
  .error-footer .right ul {
    margin: 0 auto;
    padding-left: 0px;
    display: inline-block;
  }
  .error-footer .right .social-icons {
    float: none;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .error-footer .right .social-text {
    display: none;
  }
}
/*==========================================*/
/*       09 - FAQ Page Elements
/*==========================================*/
.faq-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.faq-container .title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .faq-container .title h2 {
    font-size: 20px;
    font-family: OpenSansBold;
  }
}
.faq-container .description {
  font-size: 14px;
  margin-bottom: 40px;
}
.faq-container .faq .question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-container .faq .question h3 {
  font-size: 18px;
  font-family: OpenSansBold;
}
.faq-container .faq .question h3 i {
  margin-right: 10px;
}
.faq-container .faq .answer {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
}











.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }





.callbacks_container {
  margin-bottom: -1px;
  position: relative;
  float: left;
  width: 100%;
  margin-top:80px;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }




.img_left {
	float:left;
	padding:2px;
	background:#f6f6f6;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid#666;
}

.top_active {
	color:#ffcc7c;
	text-decoration:none;
}

.rd_logo {
	background:url(../../images/right_logo.png) no-repeat;
	padding-left:32px;
	margin:0px;
	padding-top:7px;
}