/****************************************************************************
FONTS
****************************************************************************/
@font-face {
  font-family: 'Proximanova-Extrabld';
  src: url('../fonts/proximanova-extrabold-webfont.eot');
  src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff'), url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'), url('../fonts/proximanova-extrabold-webfont.svg#proximanova-extrabold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova-Bold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proximanova-bold-webfont.svg#proximanova-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova-SemiBold';
  src: url('../fonts/proximanovacond-semibold-webfont.eot');
  src: url('../fonts/proximanovacond-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanovacond-semibold-webfont.woff') format('woff'), url('../fonts/proximanovacond-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanovacond-semibold-webfont.svg#proximanovacond-semibold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova-Regular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proximanova-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova-Light';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/proximanova-light-webfont.svg#proximanova-light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'Proximanova-Regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-regular-webfont.woff') format('woff'),
    url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-regular-webfont.svg#proximanova-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-----------------------------------------------------------------------------------------*/
/* Starting Writing Your Styles Below this line
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------------*/

.container {
  padding: 0;
}
header .wrapper {
  position: relative;
  height: 120px;
  z-index: 20;
}
header {
  position: relative;
  z-index: 20;
}
header .header_wrapper {
  position: relative;
  background: url("../images/header-bg.png") top repeat-x;
  z-index: 99;
  min-height: 120px;
  width: 100%;
}
header .header_wrapper .logo {
  position: relative;
  top: 21px;
  cursor: pointer;
}
.logo{height: 120px;}
header .header_shadow {
  position: relative;
  bottom: -10px;
  left: 0;
  background: url("../images/header-dropdown.png") center bottom no-repeat;
  z-index: 10;
  height: 31px;
  width: 100%;
}
header nav li {
  position: relative;
  width: 111px;
  float: left;
  border-left: 1px solid #e8e8e8;
  text-align: center;
  display: inline-block;
}
header nav li:last-child {
  border-right: 1px solid #e8e8e8;
}

.flexslider .flex-control-nav { text-align: center;}
header nav li ul {
  position: absolute;
  left: 0px;
  top: 118px;
  display: none;
    width: 210px;
  background: #fff;
  padding: 0;
  margin: 0;
  z-index: 999;box-shadow: 0px 1px 5px 0px #c2c4c5; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px;
}
header .navbar {
  margin-bottom: 0;
}
header nav li ul li {
  padding: 10px 0;
  width: 210px;
    border-bottom: 1px solid #eeeded;
}
header nav li ul li a {
  padding: 0;
  width: 100%;
}
header nav li.home {
  background: url("../images/home-icon.png") center 30px no-repeat;
}
header nav li.home.current {
  background: url("../images/home-icon-hover.png") center 30px no-repeat;
}
header nav li.home:hover {
  background: url("../images/home-icon-hover.png") center 30px no-repeat;
}
header nav li.port {
  background: url("../images/portfolio-icon.png") center 30px no-repeat;
}
header nav li.port.current {
  background: url("../images/portfolio-icon-hover.png") center 30px no-repeat;
}
header nav li.port:hover {
  background: url("../images/portfolio-icon-hover.png") center 30px no-repeat;
}
header nav li.port1 {
  background: url("../images/products.png") center 30px no-repeat;
}
header nav li.port1.current {
  background: url("../images/products1.png") center 30px no-repeat;
}
header nav li.port1:hover {
  background: url("../images/products1.png") center 30px no-repeat;
}

header nav li.blog {
  background: url("../images/blog-icon.png") center 30px no-repeat;
}
header nav li.blog.current {
  background: url("../images/blog-icon-hover.png") center 30px no-repeat;
}
header nav li.blog:hover {
  background: url("../images/blog-icon-hover.png") center 30px no-repeat;
}
header nav li.about {
  background: url("../images/about-icon.png") center 30px no-repeat;
}
header nav li.about.current {
  background: url("../images/about-icon-hover.png") center 30px no-repeat;
}
header nav li.about:hover {
  background: url("../images/about-icon-hover.png") center 30px no-repeat;
}
header nav li.contact {
  background: url("../images/contact-icon.png") center 30px no-repeat;
}
header nav li.contact1 {
  background: url("../images/contact-icon1.png") center 30px no-repeat;
}
header nav li.contact1.current {
  background: url("../images/contact-icon2.png") center 30px no-repeat;
}
header nav li.contact1.hover {
  background: url("../images/contact-icon2.png") center 30px no-repeat;
}
header nav li.contact.current {
  background: url("../images/contact-icon-hover.png") center 30px no-repeat;
}
header nav li.contact:hover {
  background: url("../images/contact-icon-hover.png") center 30px no-repeat;
}
header nav li a {
  width: 100%;
  font: 15px 'Proximanova-Regular', sans-serif;
  color: #9b9b9b;
  display: inline-block;
  padding: 71px 0 27px 0;
}
header nav li a:hover {
  text-decoration: none;
  color: #4fba6f;
}
header nav li > a {
  background: url("../images/main-nav-bar.png") center 55px repeat-x;
  background: none;
}
header nav li ul li > a:hover {
  background: none;
}
header nav li > a:hover {
  background: url("../images/main-nav-bar.png") center 107px repeat-x;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header nav li.drop-menu > a:hover { background: none; }
header nav li.current > a {
  background: url("../images/main-nav-bar.png") center bottom repeat-x;
  color: #4fba6f;
  padding: 71px 0 25px 0;
}
/*-----------------------------------------------------------------------------------------*/
/* Home Slider
/*-----------------------------------------------------------------------------------------*/
.home_slider {
  width: 100%;
  margin-top: -5px;
  position: relative;
  z-index: 10;
}
.home_slider .slider_bg {
  position: relative;
  background: url("../images/slide-triangle-bg.png") center top no-repeat #f7f8f8;
  width: 100%;
  z-index: 20; overflow: hidden;
}
.home_slider .wrapper {
  position: relative;
  z-index: 10;
}
.home_slider .left {
  width: 560px;
  float: left;
  margin-top: 40px;
}
.home_slider h1 {
  margin: 0;
  margin-bottom: 23px;
}
.home_slider .left .green {
  color: #4fba6f;
}
.home_slider .left .blue {
  color: #382d79;
  font-weight: bold;
}
.home_slider .left p {
  font: 20px 'proximanova-regular', sans-serif;
  color: #494849;
  line-height: 24px;
  margin-bottom: 35px;
}
.home_slider .left .slider-btn {
  font: 18px 'Proximanova-SemiBold', sans-serif;
  color: #fff;
  background: url("../images/slider-btn-bg.png") center repeat-x;
  border-radius: 7px;
  width: 176px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
}
.home_slider .left .slider-btn span {
  background: url("../images/slider-btn-icon.png") right no-repeat;
  width: 32px;
  height: 33px;
  display: inline-block;
  float: right;
  margin: 8px 10px 0 0;
}
.home_slider figure {
  width: 530px;
  float: right;
}
.home_slider .flexslider {
  position: relative;
  height: 473px;
  padding: 83px 0 30px 0;
  z-index: 15;
  margin-bottom: 38px;
}
.home_slider .flexslider .container {
  padding-left: 15px;
  padding-right: 15px;
}
.home_slider .slider_arrow {
  background: url("../images/slider-drop-2.png") center no-repeat;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -5%;
  z-index: 5;
}
.recent_project .slider_arrow {
  background: url("../images/slider-drop-2.png") center no-repeat;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -5%;
  z-index: 5;
}
/* Control Nav */
.flexslider_port .flex-control-nav {
    width: 85%;
    text-align: center;
    position: absolute;
    bottom: -28px;
    right: 30px;
}

.responsive-nav { text-align: left; display: none; }
.responsive-nav > ul > li  { position: relative;padding-left: 18px; background: #54bc7b url("../images/responsive-errow.png") 96% center no-repeat; }
.responsive-nav ul {padding: 0px ;}
.responsive-nav li ul { background: rgba(84,188,123,0.7);position: absolute;width: 100%;top: 45px;left: 0px; display: none; }
.responsive-nav li ul li {padding-left: 18px;}
.responsive-nav ul li a { display: block; font:700 14px 'Lato', sans-serif; color: #ffffff;padding: 15px 0px;  }

.flexslider_port_two {position: relative;}
.flexslider_port_two .flex-control-nav {
    width: 85%;
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: 30px;
}
.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(../images/pagintion-icon.png) no-repeat;
  cursor: pointer;
  text-indent: -999em;
}
.flex-control-nav li a:hover {
  background-position: 0 -13px;
}
.flex-control-nav li a.flex-active {
  background: url("../images/pagi-hover.png") center no-repeat;
  cursor: default;
}
.our_services {
  background: url("../images/services-bg.png") repeat-x;
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding: 75px 0 0px 0 ;
}
.our_services h2 {
  margin: 0;
  font: 28px 'proximanova-regular', sans-serif;
  color: #f4f4f4;
  text-align: center;
  margin-bottom: 39px;
}
.our_services h2 span {
  font-weight: bold;
  color: #fdfdfe;
}
.our_services .services_border {
  position: relative;
  height: 125px;
}
.our_services .services_border span.border {
  width: 70%;
  position: absolute;
  bottom: 9px;
  left: 150px;
  background: url("../images/services-bg-border.png") center repeat-x;
  display: block;
  height: 10px;
  z-index: -1;
}
.our_services .same {
  margin-bottom: 30px;
}
.our_services figure {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.our_services .same h2 {
  font: 26px 'proximanova-semibold', sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.our_services .same p {
  font: 16px 'proximanova-regular', sans-serif;
  color: #fff;
}
.recent_project {
  background: url("../images/body-bg.png");
  position: relative;
  z-index: 10;
  padding: 60px 0 30px 0;
}
.recent_project .home_project {
  position: relative;
  width: 100%;
  float: left;
}
.recent_project .home_project .drop_shadow {
  background: url("../images/recent-project-drop.png") center no-repeat;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 1;
  display: inline-block;
}
.recent_project h2 {
  font: 28px 'proximanova-regular', sans-serif;
  color: #565656;
  margin-bottom: 39px;
  text-align: center;
}
.recent_project h2 span {
  font-weight: bold;
  color: #512b7f;
}
.recent_project .same {
  position: relative;
  padding-bottom: 40px;
  z-index: 5;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
background: white;height: 230px;
}
.recent_project .same figure {
  margin-bottom: 20px;
  width: 100%;text-align: center;
  height: 155px;
  position: relative;
  background: url("../images/recent-hover-plus.png") center no-repeat;
}
.recent_project .same figure .plus {
  background: url("../images/recent-hover-plus.png") center no-repeat;
  width: 65px;
  height: 65px;
  display: inline-block;
  position: absolute;
  left: 40%;
  top: 40%;
  display: none;
}
.recent_project .same figure span {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/recent-hover.png") repeat;
  width: 100%;
  height: 219px;
  display: inline-block;
  display: none;
}
.recent_project .same figure img {
  width: 100%;
  height: 166px;
}
.recent_project .same h3 {
  font: 18px 'proximanova-semibold', sans-serif;
  color: #1f1f1f;
    text-align: center;
    width: 100%;  float: left;
  margin:auto;
  line-height: 20px;
}
.recent_project .same p {
  font: 16px 'proximanova-light', sans-serif;
  color: #565656;
  float: left;width: 95%;margin: auto;text-align: center;height: 35px;
  line-height: 20px;
}
.home_quote .home_quote_bg {
  background: url("../images/quote-bg.png") repeat-x;
  padding: 59px 0 76px 0;
  position: relative;
}
.home_quote .home_quote_bg .glow {
  background: url("../images/quote-glow.png") center no-repeat;
  width: 93%;
  height: 240px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.home_quote .quote {
  position: relative;
  z-index: 2;
}
.home_quote .quote p {
  font: 28px 'proximanova-light', sans-serif;
  color: #f4f4f4;
  background: url("../images/quote-text-bg.png") repeat-x;
  padding: 5px 20px 10px 20px;
  display: inline-block;
  line-height: 20px;
  border-radius: 7px;
}
.home_quote .quote p .white {
  font: 28px 'proximanova-bold', sans-serif;
  color: #f4f4f4;
}
.home_quote .quote p .green {
  font: 28px 'proximanova-light', sans-serif;
  color: #79c587;
}
.home_quote .btn_wrap {
  position: relative;
  z-index: 2;
}
.home_quote .btn {
  background: url("../images/slider-btn-bg.png") center repeat-x;
  font: 18px 'proximanova-semibold', sans-serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 55px;
  line-height: 55px;
  border-radius: 7px;
  padding: 0 40px;
}
.home_quote .home_quote_bg .top {
  background: url("../images/slider-drop.png") center no-repeat;
  width: 93%;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.home_quote .home_quote_bg .bottom {
  background: url("../images/quote-bottom-arrow.png") center no-repeat;
  width: 93%;
  height: 29px;
  display: block;
  position: absolute;
  bottom: 0;
}
.home_blog {
  background: url("../images/body-bg.png") repeat;
  padding: 59px 0 115px 0;
  position: relative;
}
.home_blog h2 {
  font: 28px 'proximanova-regular', sans-serif;
  color: #565656;
  margin-bottom: 45px;
  text-align: center;
}
.home_blog h2 span {
  font: 28px 'proximanova-bold', sans-serif;
  color: #522d7f;
}
.home_blog .home_blog_content {
  position: relative;
}
.home_blog .home_blog_post {
  position: relative;
  width: 100%;
}
.home_blog .same {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
}
.home_blog .same figure {
  width: 100%;
  height: 207px;
  position: relative;
}
.home_blog .same figure img {
  width: 100%;
  height: 207px;
}
.home_blog .same figure span {
  padding: 17px 27px;
  position: absolute;
  top: 0;
  left: 0;
  background: #4fba6f;
  font: 15px 'proximanova-regular', sans-serif;
  color: #feffff;
  text-align: center;
}
.home_blog .same figure span strong {
  font: 28px 'proximanova-bold', sans-serif;
  color: #fff;
}
.home_blog .same h3 {
  font: 18px 'proximanova-semibold', sans-serif;
  color: #363636;
  line-height: 36px;
  margin: 0;
  float: left;
}
.home_blog .same h3 span {
  border-right: 1px solid #cecdcd;
  width: 30px;
  height: 35px;
  display: inline-block;
  margin-right: 5px;
  float: left;
}
.home_blog .same h3 span.standard {
  background: url("../images/post-gallery-icon.png") center no-repeat;
}
.home_blog .same h3 span.video {
  background: url("../images/video-icon.png") center no-repeat;
}
.home_blog .same h3 span.text {
  background: url("../images/text-icon.png") center no-repeat;
}
.home_blog .same .content {
  border: 1px solid #cecdcd;
  border-top: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.home_blog .same .read_more {
  text-align: center;
}
.home_blog .same .read_more a.more {
  background: url("../images/blog-btn.png") center repeat-x;
  font: 14px 'proximanova-semibold', sans-serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  padding: 0 34px;
  margin-bottom: 20px;
}
.home_blog .same .head {
  background: url("../images/body-bg.png") repeat;
  border-bottom: 1px solid #cecdcd;
  height: 36px;
  margin-bottom: 20px;
}
.home_blog .same p {
  font: 14px 'proximanova-light', sans-serif;
  color: #5e5f5f;
  min-height: 110px;
  line-height: 24px;
  padding: 15px;
  padding-top: 0;
}
.home_blog .home_blog_post .drop_shadow {
  background: url("../images/recent-project-drop.png") center no-repeat;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -11px;
  z-index: 1;
  display: inline-block;
}
.home_blog .bottom {
  background: url("../images/slider-drop.png") center no-repeat;
  width: 100%;
  height: 40px;
  display: inline-block;
  position: absolute;
  bottom: -40px;
  z-index: 999;
}
/* Brand carousel*/
.page-carousel {
  background: url("../images/jcarousel-bg.png") center repeat-x;
}
.brands-carousel {
  border: 1px solid #cdcccc;
  border-bottom: 0;
  border-top: 0;
  text-align: center;
}
.brands-carousel .jcarousel-clip-horizontal {
  overflow: hidden;
  height: 146px;
  z-index: 10;
}
.brands-carousel .jcarousel-next,
.brands-carousel .jcarousel-prev {
  width: 52px;
  height: 52px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  position: absolute;
  top: 40%;
  z-index: 5;
}
.brands-carousel .jcarousel-next:hover,
.brands-carousel .jcarousel-prev:hover {
  opacity: 0.7;
}
.brands-carousel .jcarousel-prev {
  left: -47px;
  background: url("../images/left-arrow.png") no-repeat center 0px;
}
.brands-carousel .jcarousel-next {
  right: -47px;
  background: url("../images/right-arrow.png") no-repeat center 0px;
}
.brands-carousel ul.brands-carousel-list {
  list-style: none;
}
.brands-carousel ul.brands-carousel-list li {
  width: 300px;
  background: url("../images/jcrosal-icon-bg.png") center repeat-x;
  border-right: 1px solid #cdcccc;
  height: 154px;
  text-align: center;
}
.brands-carousel ul.brands-carousel-list li a {
  display: inline-block;
  padding: 50px 0;
}
footer {
  background: #3c3c3c;
}
.footer-top {
  margin: 62px 0 27px 0px;
}
footer .footer-top .widget {
  width: 100%;
  float: left;
}
footer .widget h4 {
  font: 14px 'proximanova-bold', sans-serif;
  color: #feffff;
  margin-bottom: 20px;
  padding-left: 30px;
}
footer .widget p {
  font: 14px 'proximanova-semibold', sans-serif;
  color: #aaa ;
  margin-bottom: 30px;
  line-height: 24px;
}
footer .widget.footer_address p a {
  font: 14px 'proximanova-semibold', sans-serif;
  color: #d1d2d1 ;
}
footer .widget.footer_address p {
  color: #d1d2d1 ;
}
footer .widget.footer_address h4 {
  background: url("../images/phone-logo.png") left center no-repeat;
  line-height: 21px;
}
footer .widget.tweets h4 {
    padding-left: 0px!important;
  line-height: 18px;
}
footer .widget.newsletter h4 {
  line-height: 17px;padding-left: 0px!important;
}
footer .about_footer figure {

  margin-bottom: 25px;
}
footer .feeds p a {
  font: 14px 'proximanova-semibold', sans-serif;
  color: #4fba6f;
}
footer .feeds time {
  font: 14px 'proximanova-semibold', sans-serif;
  display: block;
  color: #fff;
}
footer .social_nav ul {
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
footer .social_nav li {
  float: left;
  list-style: none;
}
footer .social_nav li a {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 14px;
  background: url("../images/social-icons.png") 0px 0px no-repeat;
}
footer .social_nav li.fb a {
  background-position: 10px 0px;
}
footer .social_nav li.fb a:hover {
  background-position: 10px -27px;
}
footer .social_nav li.tweet a {
  background-position: -28px 0px;
}
footer .social_nav li.tweet a:hover {
  background-position: -28px -27px;
}
footer .social_nav li.linkdin a {
  background-position: -67px 0px;
}
footer .social_nav li.linkdin a:hover {
  background-position: -67px -27px;
}
footer .social_nav li.gmail a {
  background-position: -103px 0px;
}
footer .social_nav li.gmail a:hover {
  background-position: -103px -27px;
}
footer .social_nav li.flicker a {
  background-position: -141px 0px;
}
footer .social_nav li.flicker a:hover {
  background-position: -141px -27px;
}
footer .social_nav li.dribble a {
  background-position: -177px 0px;
}
footer .social_nav li.dribble a:hover {
  background-position: -177px -27px;
}
footer .social_nav li.youtube a {
  background-position: -214px 0px;
}
footer .social_nav li.youtube a:hover {
  background-position: -214px -27px;
}
footer .newsletter input[type="text"] {
  background: url("../images/input-bg.png") center repeat-x;
  height: 32px;
  width: 165px;
  border: 0;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}
footer .newsletter input[type="submit"] {
  font: 14px 'proximanova-semibold', sans-serif;
  color: #fff;
  background: url("../images/submit-bg.png") center repeat-x;
  height: 32px;
  border: 0;
  float: left;
  line-height: 35px;
  padding: 0 24px;
}
footer .bottom_bg {
  background: #252525;
}
footer .bottom {
  height: 32px;
}
footer .bottom p {
  font: 12px 'proximanova-light', sans-serif;
  color: #b1b0b1;
  line-height: 32px;
  float: left;
}
footer .bottom nav {
  float: right;
  display: inline-block;
  line-height: 32px;
}
footer .bottom nav li {
  float: left;
  list-style: none;
  background: none;
}
footer .bottom nav li:last-child a {
  border: 0;
}
footer .bottom nav li a {
  font: 12px 'proximanova-light', sans-serif;
  color: #b1b0b1;
  border-right: 1px solid #b1b0b1;
  padding: 0 5px;
  display: inline-block;
  line-height: 10px;
}
/*------------------------------------------------------*/
/* Portfolio
/*------------------------------------------------------*/
.portfolio .home_project {
  margin-bottom: 40px;
  width: 22%;
  margin-left: 25px;
}
.portfolio .recent_project_bg {
  margin-left: -25px;
}
.portfolio_top {
  background: #f7f8f8;
  margin-top: -5px;
  padding-bottom: 20px;
}
.portfolio_top .breadcrumbs {
  float: left;
  margin-top: 4px;
  font: 14px 'proximanova-regular', sans-serif;
  color: #979797;
}
.portfolio_top .breadcrumbs a {
  font: 14px 'proximanova-regular', sans-serif;
  color: #979797;
}
.portfolio_top #searchform p {
  position: relative;
  margin: 0px;
  width: 100%;
}
.portfolio_top #searchform label {
  font: 20px/24px "proximanova-regular", sans-serif;
  color: #62778a;
  text-transform: uppercase;
  vertical-align: middle;
}
.portfolio_top #searchform input#s {
  width: 215px;
  height: 25px;
  padding: 5px 30px 5px 10px;
  background: url(../images/search-field.png) no-repeat;
  border: none;
  box-shadow: none;
  vertical-align: middle;
  opacity: .9;
}
.portfolio_top #searchform input#searchsubmit {
  width: 23px;
  position: absolute;
  right: 3px;
  top: 1px;
  cursor: pointer;
  background: none;
  border: none;
}
.portfolio_top #searchform input#s:focus {
  opacity: 1;
  outline: none;
}
.portfolio_top .port-cats {
  padding: 46px 0px 0 0;
  float: right;
}
.portfolio_top .port-cats li {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
}
.portfolio_top .port-cats li a {
  background: url("../images/cat-bg.png") center repeat-x;
  display: inline-block;
  color: #9b9b9b;
  font: 14px "proximanova-semibold", sans-serif;
  min-width: 146px;
  height: 40px;
  line-height: 40px;
  margin-left: 8px;
  border-radius: 5px;
  text-align: center;
}
.portfolio_top .port-cats li:hover a {
  background-color: #333;
}
.portfolio_top .port-cats li a.active {
  background: url("../images/cat-active.png") center repeat-x;
  color: #fff;
}
.portfolio_top .port-cats li:hover a {
  background: url("../images/cat-active.png") center repeat-x;
  color: #fff;
}
.isotope_top {
  background: url("../images/isotop_top_bg.png") repeat-x;
  height: 130px;background-size:100%;
  clear: both;
  margin-top: 10px;
}
.middlepart {
  width:1000px;
  min-height: 200px;
  margin:auto;
  margin-top:-68px;
  
}
.isotope_top h1 {
  color: #fff;
  padding-top: 30px;
  float: left;
  margin: 0;
  padding-left: 0;
  margin-right: -6px;
}
.show_more {
  background: url("../images/show_more.png") center repeat-x;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 17px 60px;
  font: 18px 'proximanova-regular', sans-serif;
  color: #787878;
  border-radius: 5px;
  -webkit-box-shadow: #e6e7e8  0px 0px 7px;
  -moz-box-shadow: #e6e7e8  0px 0px 7px;
  box-shadow: #e6e7e8 0px 0px 7px;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*------------------------------------------------------*/
/* Blog
/*------------------------------------------------------*/
.blog_page {
  background: #f7f8f8;
}
.blog_page .home_blog .home_blog_post {
  width: 100%;
  margin: 0 0 81px 0;
  -webkit-box-shadow: 0px 0px 5px #eaebeb;
  -moz-box-shadow: 0px 0px 5px #eaebeb;
  box-shadow: 0px 0px 5px #eaebeb;
}
.blog_page .home_blog {
  padding: 49px 0 68px 0;
}
.blog_page .home_blog .home_blog_post .drop_shadow {
  width: 50%;
}
.blog_page .home_blog .home_blog_post .same {
  width: 100%;
  border-top-right-radius: 7px;
}
.blog_page .home_blog .same figure {
  float: left;
  width: 300px;
  height: 326px;
}
.blog_page .home_blog .same figure img {
  width: 100%;
  height: 326px;
}
.blog_page .home_blog .home_blog_post .content {
  border-radius: 0;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  border-left: 0;
}
.blog_page .home_blog .same .head {
  border-top: 1px solid #cecdcd;
  margin-bottom: 20px;
  height: 44px;
}
.blog_page .home_blog .same h3 span {
  border-right: 1px solid #cecdcd;
  width: 22px;
  height: 16px;
  background: url("../images/post-gallery-icon.png") center no-repeat;
  display: inline-block;
  margin-right: 5px;
  float: left;
  margin-top: 11px;
}
.blog_page .home_blog .same h3 span {
  border: 0;
}
.blog_page .home_blog .same h3 {
  margin: 0;
  font: 14px 'proximanova-regular', sans-serif;
  color: #777677;
  line-height: 44px;
  float: left;
  border-right: 1px solid #cecdcd;
  padding: 0 39px;
}
.blog_page .home_blog .same h3.author span {
  background: url("../images/user.png") left center no-repeat;
}
.blog_page .home_blog .same h3.comment span {
  background: url("../images/comments.png") left center no-repeat;
}
.blog_page .home_blog .same h3.tag span {
  background: url("../images/tag.png") left center no-repeat;
}
.blog_page .home_blog .same h3:last-child {
  border-right: 0;
}
.blog_page .home_blog .same h2 {
  margin: 0;
  font: 28px 'proximanova-semibold', sans-serif;
  color: #505150;
  margin: 0 20px 15px 20px;
  text-align: left;
}
.blog_page .home_blog .same p {
  font: 16px 'proximanova-light', sans-serif;
  color: #575757;
  line-height: 24px;
  margin: 0 20px 20px 20px;
  padding: 0;
  padding-bottom: 30px;
}
.core_team p{
 font: 16px 'proximanova-light', sans-serif;
  color: #575757;
  line-height: 24px;
  margin: 0 20px 20px 20px;
  padding: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.list{
 font: 16px 'proximanova-light', sans-serif;
  color: #575757;
  line-height: 24px;
 
  padding: 0;

}
.blog_page .home_blog .same .content {
  overflow: hidden;
}
.blog_page .home_blog .same .content .read_more {
  margin: 0;
  border-top: 1px solid #cecdcd;
  padding-top: 8px;
}
.blog_page .home_blog .same .content .read_more p {
  float: left;
  font: 14px 'proximanova-regular', sans-serif;
  color: #777677;
  margin: 0;
  margin-left: 30px;
  margin-top: 12px;
  padding: 0;
}
.blog_page .home_blog .same .content .read_more p a {
  font: 14px 'proximanova-regular', sans-serif;
  color: #4fba6f;
}
.blog_page .home_blog .same .content .read_more a.more {
  float: right;
  margin: 0 10px 8px 0;
}
.show_more.older_posts {
  background: url("../images/show_more.png") center repeat-x;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 17px 50px;
  font: 18px 'proximanova-regular', sans-serif;
  color: #787878;
  border-radius: 3px;
  -webkit-box-shadow: #e6e7e8  0px 0px 7px;
  -moz-box-shadow: #e6e7e8  0px 0px 7px;
  box-shadow: #e6e7e8 0px 0px 7px;
}
.show_more.older_posts:hover {
  opacity: 0.8;
}
.blog_page .sidebar {
  margin-top: 49px;
}
.sidebar {
  margin-top: 49px;
}
.sidebar ul {
  padding: 0;
}
.sidebar ul li {
  list-style: none;
  margin-bottom: 20px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget h4 {
  font: 16px 'proximanova-semibold', sans-serif;
  color: #9a9a99;
  border-bottom: 1px solid #dedddd;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sidebar a {
  font: 16px 'proximanova-light', sans-serif;
  color: #575757;
  display: inline-block;
}
.sidebar .recent_posts_widget li {
  background: url("../images/cat-arrow.png") left center no-repeat;
  padding-left: 15px;
}
.sidebar .flicker ul {
  margin-left: -5px;
}
.sidebar .flicker li {
  width: 84px;
  height: 84px;
  float: left;
  margin: 0 0 5px 5px;
}
.sidebar .flicker li img {
  width: 84px;
  height: 84px;
}
.sidebar .tags a {
  font: 14px 'proximanova-semibold', sans-serif;
  color: #9b9a9a;
  text-transform: uppercase;
  background: #fff;
  height: 43px;
  line-height: 43px;
  padding: 0 24px;
  display: inline-block;
  margin: 0 10px 10px 0;
  float: left;
  border-radius: 7px;
  border: 1px solid #e6e7e8;
  -webkit-box-shadow: 0px 0px 5px #e6e7e8;
  -moz-box-shadow: 0px 0px 5px #e6e7e8;
  box-shadow: 0px 0px 5px #e6e7e8;
}
.sidebar .tags a:hover {
  background: url("../images/tag-bg-hover-2.png") center repeat-x;
  color: #fff;
}
.blog_top p {
  font: 20px 'proximanova-regular', sans-serif;
  color: #f4f4f4;
  margin-top: 60px;
}
.blog_top a {
  font: 14px 'proximanova-semibold', sans-serif;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 50px;
}
.blog_top .work_top {
  background: url("../images/work-top-bg.png") center repeat-x;
  color: #9b9b9b;
  margin-right: 20px;
}
.blog_top .quote_top {
  background: url("../images/quote_top_bg.png") center repeat-x;
  color: #fff;
}
.about_slider.home_slider .flexslider {
  padding: 66px 0 0px 0;
  height: 423px;
}
.about_slider.home_slider .flexslider .left {
  margin-top: 0;
  padding-top: 0;
}
.about_slider.home_slider .flexslider .left h1 {
  margin-top: 0;
  font: 28px 'proximanova-semibold', sans-serif;
  color: #353535;
}
.about_slider.home_slider .flexslider .left p {
  margin-top: 0;
  font: 16px 'proximanova-light', sans-serif;
  color: #353535;
  line-height: 24px;
}
.our_process {
  background: url("../images/our_process.png") top left repeat-x #ffffff;
  position: relative;
  z-index: 8;
  padding: 50px 0;
  width: 100%;
}
.our_process .home_project {
  position: relative;
  width: 100%;
  float: left;
}
.our_process .home_project .drop_shadow {
  background: url("../images/recent-project-drop.png") center no-repeat;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 1;
  display: inline-block;
}
.our_process h2 {
  font: 28px 'proximanova-regular', sans-serif;
  color: #565656;
  margin-bottom: 45px;
  text-align: center;
  margin: 33px 0 28px 0;
}
.our_process h2 span {
  font-weight: bold;
  color: #512b7f;
}
.our_process .same {
  position: relative;
  background: #fff;
  padding-bottom: 40px;
  z-index: 5;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.our_process .same h3 {
  font: 28px 'proximanova-semibold', sans-serif;
  color: #4fba6f;
  margin: 0;
}
.our_process .same.research h3 {
  background: url("../images/about-research.png") left center no-repeat;
  padding: 25px 0 25px 75px;
}
.our_process .same.design h3 {
  background: url("../images/about_design.png") left center no-repeat;
  padding: 25px 0 25px 75px;
}
.our_process .same.develop h3 {
  background: url("../images/about_develop.png") left center no-repeat;
  padding: 25px 0 25px 75px;
}
.our_process .same.launch h3 {
  background: url("../images/about-lunch.png") left center no-repeat;
  padding: 25px 0 25px 75px;
}
.our_process .same p {
  font: 16px 'proximanova-light', sans-serif;
  color: #353535;
  float: left;
  line-height: 24px;
}
.about_team {
  background: #f7f8f8;
  width: 100%;
  padding: 116px 0 42px 0;
}
.about_team .same {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px #eaebeb;
  -moz-box-shadow: 0px 0px 5px #eaebeb;
  box-shadow: 0px 0px 5px #eaebeb;
}
.about_team .same .team {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  border-top-right-radius: 7px;
}
.about_team .same figure {
  width: 204px;
  height: 223px;
  float: left;
}
.about_team .same figure img {
  width: 100%;
  height: 223px;
}
.about_team h2 {
  font: 28px 'proximanova-regular', sans-serif;
  color: #565656;
  margin-bottom: 45px;
  text-align: center;
}
.about_team h2 span {
  color: #512b7f;
}
.about_team .same .content {
  border: 1px solid #cecdcd;
  border-radius: 0;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  border-left: 0;
  overflow: hidden;
}
.about_team .same .social_top {
  background: url("../images/body-bg.png") repeat;
  margin-bottom: 25px;
  height: 31px;
}
.about_team .same .social_top a {
  float: right;
  border-left: 1px solid #cecdcd;
  width: 32px;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}
.about_team .same .content h3 {
  margin: 0;
  font: 21px 'proximanova-semibold', sans-serif;
  color: #393939;
  margin-left: 15px;
}
.about_team .same .content h3 span {
  font: 16px 'proximanova-regular', sans-serif;
  color: #4fba6f;
}
.about_team .same .content small {
  font: 16px 'proximanova-regular', sans-serif;
  color: #575757;
  margin-left: 15px;
}
.about_team .same p {
  font: 14px 'proximanova-light', sans-serif;
  color: #575757;
  line-height: 24px;
  margin: 0 20px 20px 15px;
  padding: 0;
}
.about_team .same .drop_shadow {
  background: url("../images/recent-project-drop.png") center no-repeat;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 16px;
  z-index: 1;
  display: inline-block;
}
.about_reason {
  background: url("../images/about-reason-bg.png") center repeat-x;
  padding: 50px 0;
}
.about_reason ul {
  padding: 0;
  margin: 0;
}
.about_reason h3 {
  font: 28px 'proximanova-semibold', sans-serif;
  color: #fff;
  margin-bottom: 35px;
}
.about_reason p {
  font: 16px 'proximanova-regular', sans-serif;
  color: #fff;
  line-height: 24px;
}
.about_reason li {
  font: 16px 'proximanova-regular', sans-serif;
  color: #fff;
  line-height: 24px;
  list-style: none;
}
.about_reason a {
  font: 16px 'proximanova-regular', sans-serif;
  color: #fff;
  line-height: 24px;
}
.about_reason .reason_Widget li {
  background: url("../images/check-box.png") left top no-repeat;
  padding-left: 30px;
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
}
.about_reason .skills_widget li {
  width: 100%;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.about_reason .skills_widget li aside {
  width: 100px;
  float: left;
}
.about_reason .skills_widget span {
  background: url("../images/progreassbar-reason.png") right center repeat-x;
  display: inline-block;
  width: 72%;
  height: 20px;
  border-radius: 10px;
  float: left;
}
.about_reason .skills_widget span i {
  background: url("../images/prograss.png") left center repeat-x;
  width: 93%;
  height: 9px;
  display: inline-block;
  border-radius: 10px;
  margin: 0 10px;
}
.about_reason .skills_widget .html_five i {
  width: 75%;
}
.about_reason .skills_widget .css_three i {
  width: 65%;
}
.about_reason .skills_widget .j_script i {
  width: 45%;
}
.about_reason .skills_widget .w_press i {
  width: 75%;
}
.about_reason .skills_widget .p_shop i {
  width: 93%;
}
.map {
  width: 100%;
  height: 290px;
  position: relative;
  margin-top: -2px;
  z-index: -1;
}
.contact_page {
  background: #f7f8f8;
  padding: 100px 0;
}
.contact_page h2 {
  font: 28px 'proximanova-regular', sans-serif;
  color: #8d8d8d;
  margin: 0;
  margin-bottom: 63px;
}
.contact_page h2 span {
  font: 28px 'proximanova-semibold', sans-serif;
  color: #522d7f;
}
.contact_page .sidebar {
  margin-top: 120px;
}
.contact_page .sidebar p {
  font: 16px 'proximanova-regular', sans-serif;
  color: #575757;
}
.contact_top {
  padding: 0 !important;
}
.contact_form .same {
  width: 42%;
  float: left;
}
.contact_form .same.first {
  margin-right: 30px;
}
.contact_form label {
  font: 16px 'proximanova-semibold', sans-serif;
  color: #3e3e3e;
  display: block;
}
.contact_form label span {
  color: red;
}
.contact_form input[type="text"] {
  font: 14px 'proximanova-light', sans-serif;
  color: #575757;
  background: #fff;
  width: 100%;
  height: 30px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #b6b4b4;
  padding: 10px 5px;
  -webkit-box-shadow: #eceded 0 0 3px 1px inset;
  -moz-box-shadow: #eceded) 0 0 3px 1px inset;
  box-shadow: #eceded 0 0 3px 1px inset;
}
.contact_form input[type="email"] {
  font: 14px 'proximanova-light', sans-serif;
  color: #575757;
  background: #fff;
  width: 100%;
  height: 30px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #b6b4b4;
  padding: 10px 5px;
  -webkit-box-shadow: #eceded 0 0 3px 1px inset;
  -moz-box-shadow: #eceded) 0 0 3px 1px inset;
  box-shadow: #eceded 0 0 3px 1px inset;
}
.contact_form textarea {
  font: 14px 'proximanova-light', sans-serif;
  color: #575757;
  background: #fff;
  width: 100%;
  height: 187px;
  border-radius: 5px;
  border: 1px solid #b6b4b4;
  padding: 20px 10px;
  -webkit-box-shadow: #eceded 0 0 3px 1px inset;
  -moz-box-shadow: #eceded) 0 0 3px 1px inset;
  box-shadow: #eceded 0 0 3px 1px inset;
  resize: none;
}
.contact_form input[type="submit"] {
  font: 18px 'proximanova-regular', sans-serif;
  color: #fff;
  background: url("../images/send_massage.png") center repeat-x;
  height: 53px;
  line-height: 53px;
  padding: 0 35px;
  border: 0;
  border-radius: 5px;
}
.blog_single {
  margin-top: 54px;
}
.blog_single img {
  width: 100%;
}
.blog_single .top_content {
  border: 1px solid #cecdcd;
  -webkit-box-shadow: 0px 0px 5px #cecdcd;
  -moz-box-shadow: 0px 0px 5px #cecdcd;
  box-shadow: 0px 0px 5px #cecdcd;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0 30px;
  margin-bottom: 50px;
  background: #fff;
}
.blog_single .top_content blockquote {
  margin: 0 30px;
  border-left: 5px solid #4fba6f;
  font: 16px 'proximanova-regular', sans-serif;
  line-height: 24px;
  background: #f3f9f3;
  padding: 30px  15px;
  color: #575757;
}
.blog_single .top_content h2 {
  font: 28px 'proximanova-semibold', sans-serif;
  color: #505150;
  margin: 30px 0 1px 0;
}
.blog_single .top_content p {
  font: 16px 'proximanova-regular', sans-serif;
  color: #575757;
  margin-bottom: 30px;
  line-height: 24px;
}
.blog_single .top_content blockquote {
  font: 16px 'proximanova-semibold', sans-serif;
  color: #575757;
  margin-bottom: 30px;
}
.blog_single .top_content .date_time {
  font: 16px 'proximanova-semibold', sans-serif;
  color: #2f3030;
  margin-bottom: 39px;
  display: block;
}
.blog_single .top_content .date_time span {
  color: #4fba6f;
}
.blog_single .top_content .about_author {
  border-top: 1px solid #cecdcd;
  padding-top: 22px;
  margin: 0 -30px;
  background: url("../images/author-bg.png") top center repeat-x;
  padding-bottom: 30px;
  border-radius: 5px;
}
.blog_single .top_content .about_author h5 {
  font: 14px 'proximanova-bold', sans-serif;
  color: #494181;
  margin: 0;
  margin-bottom: 15px;
}
.blog_single .top_content .about_author p {
  font: 14px 'proximanova-light', sans-serif;
  color: #777677;
  line-height: 21px;
  margin-right: 30px;
  margin-bottom: 0;
}
.blog_single .top_content .about_author figure {
  width: 86px;
  height: 86px;
  float: left;
  margin: 0 30px;
}
.blog_single .page_top {
  background: url("../images/body-bg.png") repeat;
  border-bottom: 1px solid #cecdcd;
  height: 44px;
  margin: 0 -30px 20px -30px;
}
.blog_single .page_top h3 {
  margin: 0;
  font: 14px 'proximanova-regular', sans-serif;
  color: #777677;
  line-height: 44px;
  float: left;
  border-right: 1px solid #cecdcd;
  padding: 0 98px;
}
.blog_single .page_top h3:last-child {
  border-right: 0;
}
.blog_single .page_top h3 span {
  display: inline-block;
  width: 18px;
  height: 44px;vertical-align: -17px;
  margin-right: 5px;
}
.blog_single .page_top h3.author span {
  background: url("../images/user.png") left center no-repeat;
}
.blog_single .page_top h3.comment span {
  background: url("../images/comments.png") left center no-repeat;
}
.blog_single .page_top h3.tag span {
  background: url("../images/tag.png") left center no-repeat;
}
.blog_single .respond_section h3 {
  font: 21px 'proximanova-semibold', sans-serif;
  color: #505250;
  margin: 0;
  margin-bottom: 45px;
}
.blog_single .respond_section figure {
  width: 86px;
  height: 86px;
}
.blog_single .respond_section .content {
  background: #fff;
  position: relative;
  border: 1px solid #cecdcd;
  padding: 20px 20px 30px 20px;
  border-radius: 7px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px #cecdcd;
  -moz-box-shadow: 0px 0px 5px #cecdcd;
  box-shadow: 0px 0px 5px #cecdcd;
}
.blog_single .respond_section .content .top h5 {
  font: 14px 'proximanova-bold', sans-serif;
  color: #494181;
  margin: 0;
  margin-bottom: 20px;
  float: left;
}
.blog_single .respond_section .content .top p {
  float: right;
  font: 14px 'proximanova-semibold', sans-serif;
  color: #8b8b8b;
}
.blog_single .respond_section .content p {
  font: 16px 'proximanova-light', sans-serif;
  color: #575757;
  line-height: 24px;
  margin: 0;
  margin-bottom: 15px;
}
.blog_single .respond_section .content .arrow_comments {
  background: url("../images/comments-arrow.png") center no-repeat;
  width: 11px;
  height: 19px;
  position: absolute;
  left: -11px;
  top: 45px;
  display: inline-block;
}
.blog_single .respond_section .user_comment.reply {
  margin-left: 120px;
}
.blog_single .respond_section .user_comment.reply .content {
  margin-left: -15px;
}
.blog_single .respond_section .user_comment .content {
  margin-left: -35px;
}
.blog_single .respond_section .user_comment .reply {
  float: right;
  font: 14px 'proximanova-semibold', sans-serif;
  color: #4fba6f;
  background: url("../images/reply.png") left center no-repeat;
  padding-left: 22px;
  display: inline-block;
}
.blog_single .respond_form.contact_form {
  margin-bottom: 60px;
}
.blog_single .respond_form.contact_form .same {
  width: 31%;
}
.blog_single .respond_form.contact_form input[type="text"],
.blog_single .respond_form.contact_form textarea {
  -webkit-box-shadow: #eceded 0 0 3px 1px inset;
  -moz-box-shadow: #eceded) 0 0 3px 1px inset;
  box-shadow: #eceded 0 0 3px 1px inset;
}
.blog_single .respond_form.contact_form input[type="submit"] {
  float: right;
  height: 40px;
  line-height: 40px;
  background: url("../images/send.png") center repeat-x;
}
.blog_single .respond_form.contact_form textarea {
  width: 100%;
}
.portfolio-single {
  background: #f7f8f8;
}
.portfolio-single .portfolio_cat {
  width: 100%;
  height: 495px;
}
.short_codes {
  background: #f7f8f8;
  padding: 75px 0 75px 0;
}
.short_codes h2 {
  font: 28px 'proximanova-light', sans-serif;
  color: #575757;
  margin-bottom: 30px;
}
.tabs {
  border: 1px solid #cecdcd;
  padding: 10px;
  padding-top: 0;
  padding-left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #cecdcd;
  -moz-box-shadow: 0px 0px 5px #cecdcd;
  box-shadow: 0px 0px 5px #cecdcd;
  border-radius: 5px;
  position: relative;
}
.my_tabs {
  margin-top: 30px;
  position: relative;
}
.tabs {
  position: absolute;
  top: 5px;
  z-index: 9;
  margin-top: -1px;
}
.tab_head {
  position: absolute;
  top: 0px;
  z-index: 99;
  margin-top: -30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab_head .tabs_head:first-child {
  border-top-left-radius: 5px;
  border-left: 1px solid #e4e4e4;
}
.tab_head .tabs_head:last-child {
  border-top-right-radius: 5px;
  border-right: 1px solid #e4e4e4;
}
.tab_head .tabs_head h4 {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font: 16px 'proximanova-regular', sans-serif;
  color: #4c4c4d;
}
.tab_head .tabs_head.active h4 {
  font: 16px 'proximanova-semibold', sans-serif;
}
.tab_head .tabs_head {
  border: 1px solid #e4e4e4;
  padding: 7px;
  float: left;
  background: url("../images/tab-head-bg.png") center repeat-x;
  position: relative;
  cursor: pointer;
  border-bottom: 0;
  border-left: 0;
}
.tab_head .tabs_head.active {
  background: #fff;
  border-right: 0;
  height: 45px;
  margin-top: -5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: #cecdcd 0px -1px 5px;
  -moz-box-shadow: #cecdcd 0px -1px 5px;
  box-shadow: #cecdcd 0px -1px 5px;
}
.tabs .tabs_content {
  display: none;
  clear: both;
  padding: 10px 25px;
}
.tabs2 {
  border: 1px solid #cecdcd;
  padding: 10px;
  padding-top: 0;
  padding-left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #cecdcd;
  -moz-box-shadow: 0px 0px 5px #cecdcd;
  box-shadow: 0px 0px 5px #cecdcd;
  border-radius: 5px;
  position: relative;
}
.my_tabs {
  margin-top: 30px;
  position: relative;
  min-height: 165px;
}
.my_tabs h5 {
  font: 17px 'proximanova-semibold', sans-serif;
  color: #4fba6f;
}
.tabs2 {
  position: absolute;
  top: 5px;
  z-index: 9;
  margin-top: -1px;
}
.tab_head2 {
  position: absolute;
  top: 0px;
  z-index: 99;
  margin-top: -30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab_head2 .tabs_head2:first-child {
  border-top-left-radius: 5px;
  border-left: 1px solid #e4e4e4;
}
.tab_head2 .tabs_head2:last-child {
  border-top-right-radius: 5px;
  border-right: 1px solid #e4e4e4;
}
.tab_head2 .tabs_head2 h4 {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font: 16px 'proximanova-regular', sans-serif;
  color: #4c4c4d;
}
.tab_head2 .tabs_head2.active h4 {
  font: 16px 'proximanova-semibold', sans-serif;
}
.tab_head2 .tabs_head2 {
  border: 1px solid #e4e4e4;
  padding: 7px;
  float: left;
    padding: 7px 35px;
  background: url("../images/tab-head-bg.png") center repeat-x;
  position: relative;
  cursor: pointer;
  border-bottom: 0;
  border-left: 0;
}
.tab_head2 .tabs_head2.active {
  background: #fff;
  border-right: 0;
  height: 45px;
  margin-top: -5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: #cecdcd 0px -1px 5px;
  -moz-box-shadow: #cecdcd 0px -1px 5px;
  box-shadow: #cecdcd 0px -1px 5px;
}
.tabs2 .tabs_content2 {
  display: none;
  clear: both;
  padding: 10px;
}
.accordion_main {
  margin-bottom: 30px;
}
.accordion {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding-left: 0;
}
.accordion .accordion_title {
  background: url("../images/accordain-head-ng.png") center repeat-x;
  padding: 10px;
  border-radius: 5px;
}
.accordion .accordion_title h3 {
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
  font: 16px 'proximanova-semibold', sans-serif;
  color: #4c4c4e;
}
.accordion .accordion_title span {
  background: url(../images/accordian-plus.png) right center no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 10px 0 5px;
  vertical-align: bottom;
  float: right;
}
.accordion .accordion_content {
  display: none;
  font: 16px 'proximanova-regular', sans-serif;
  color: #575757;
  border-radius: 5px;
}
.accordion .accordion_content {
  padding: 10px 10px 10px 22px;
  background: #fff;
}
.accordion.current {
  background: none;
}
.accordion.current .accordion_title span {
  background: url("../images/accordain-minus.png") right center no-repeat;
}
.alert_boxes p {
  font: 16px 'proximanova-regular', sans-serif;
  color: #3e3e3e;
  line-height: 24px;
  padding: 10px;
}
.alert_boxes p strong {
  color: #343434;
}
.alert_boxes p .close {
  background: url("../images/cross.png") right center no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  float: right;
}
.alert_boxes .text-success p {
  background: #ddedcf;
  border-radius: 5px;
  border: 1px solid #529562;
}
.alert_boxes .text-warning p {
  background: #faf6d2;
  border-radius: 5px;
  border: 1px solid #c9b22e;
}
.alert_boxes .text-danger p {
  background: #fcdddd;
  border-radius: 5px;
  border: 1px solid #d15e5e;
}
.alert_boxes .text-info p {
  background: #dff2f8;
  border-radius: 5px;
  border: 1px solid #58b0bc;
}
.price_table .same {
  background: #fff;
  border: 1px solid #cecdcd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: #cecdcd  0px 0px 5px;
  -moz-box-shadow: #cecdcd  0px 0px 5px;
  box-shadow: #cecdcd 0px 0px 5px;
}
.price_table .same .top {
  background: url("../images/top-bar-bg.png") top center no-repeat;
  display: block;
  padding-bottom: 40px;
}
.price_table .same .top h3 {
  font: 22px 'proximanova-light', sans-serif;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 30px;
}
.price_table .same .top span {
  font: 16px 'proximanova-semibold', sans-serif;
  color: #fff;
}
.price_table .same .top span small {
  font: 25px 'proximanova-semibold', sans-serif;
  color: #fff;
  vertical-align: top;
  display: inline-block;
  margin-top: 10px;
}
.price_table .same .top span strong {
  font: 77px 'proximanova-semibold', sans-serif;
  color: #fff;
}
.price_table .same .top.blue_top {
  background: url("../images/top-bar-blue.png") top center no-repeat;
}
.price_table .same .top.blue_top .popular {
  font: 18px 'proximanova-regular', sans-serif;
  color: #17142f;
  margin: 5px 0;
}
.price_table .prices {
  margin: 0 10px;
}
.price_table .prices p {
  font: 16px 'proximanova-semibold', sans-serif;
  color: #575757;
  border-bottom: 1px solid #cecccb;
  padding: 0 0 10px 0;
}
.price_table .bottom {
  background: url("../images/get-plan-bg.png") center repeat-x;
  border-top: 1px solid #cecccb;
  padding: 35px 0;
  margin-top: 30px;
}
.price_table .bottom a {
  font: 18px 'proximanova-semibold', sans-serif;
  color: #fff;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  padding: 0 37px;
  border-radius: 5px;
}
.price_table .bottom .green {
  background: url("../images/get-plan-green.png") center repeat-x;
}
.price_table .bottom .blue {
  background: url("../images/get-plan-blue.png") center repeat-x;
}
.price_table .same_blue {
  margin-top: -30px;
}
.price_table .bottom.blue_bottom {
  margin-top: 60px;
}
.testimonial {
  margin-bottom: 50px;
}
.testimonial h3 {
  font: 16px 'proximanova-semibold', sans-serif;
  color: #575757;
}
.testimonial h3 span {
  font: 16px 'proximanova-regular', sans-serif;
  color: #7aac62;
}
.testimonial h3 p {
  font: 16px 'proximanova-regular', sans-serif;
  color: #575757;
  line-height: 24px;
}
/*cusvip*/
.edu-fly h2,.edu-fly h3{    margin: 0;padding: 0;text-align: left;color: #575757;line-height: 24px;font: 16px 'proximanova-light', sans-serif;font-weight: bold;}
.edu-fly p{margin: 0;}
header nav ul li ul li{text-align: left;padding-left: 10px;}
.nicescroll-rails{z-index:99999 !important;}
.nicescroll-rails > div{width:10px !important;}


@media (max-width: 500px) {
  .portfolio_top .port-cats {
    padding: 0;
  }
}
.shoping_ul{margin-bottom: 5px;padding-bottom: 15px;padding-left: 20px;}
.shoping_ul ul{padding-left: 25px;}
.shoping_ul ul li {padding-left: 20px;}
.contact_iframe{width:136%;margin: auto;margin-left: -18%;}
#res_nav{display: none;}
.hr{}
.enqry{background: none!important;height: 50px!important;}
.enqry1{margin-bottom: 10px!important;padding-bottom: 15px!important;}
@media (min-width: 768px) {
  .container {
    max-width: 92%!important;
  }
  
  }
  
/**new**/
.heading_txt {
  text-align: center;
  text-transform: uppercase;
}  
.c_txt{margin:20px 0px 0px 0px !important;}  
.point_txt{
  text-align: justify; 
  color: #575757;
  font: 16px/24px "proximanova-light",sans-serif;
}
.hire_core_team {
  color: #575757;
  font: 16px/24px "proximanova-light",sans-serif;
  padding: 0 0 15px;
  text-align: justify;
  }
.contact_col {
  border-radius:0;
  height: 45px;
  width: 100%;
  text-transform:capitalize;
}
.btn_contact {
  color:#FFF;  
  background-color: #4FBA6F;
  border: 1px solid #4FBA6F;
  padding: 6px;
}
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}
.home-sys
        {
            width:50%;
        }
        .text-white p
        {
            color:white;
            text-align:justify;
        }
        .icon-w
        {
            width:50% !important;
        }
        .box
        {
text-align: center;
        }
        .title
        {
            text-align: center !important;
            color:white !important;
        }
        
        
.services_border.clearfix ul li {
    display: inline-block !important;
    list-style: none !important;
}
p
{
text-align:justify;
}
.list
{
padding-left: 19px;
}
.shiled-icon p
{
margin:0 !important;
}
.shiled
{
  width: 25%;
padding-right: 20px;
}
.pad-y-10
{
  padding-top:10px;
  padding-bottom:10px;
}
.row.shiled-icon img
{
 transition: all .2s ease-in; 
}

.row.shiled-icon :hover img {
  -webkit-transition: all .2s ease-in-out; 
    -moz-transition: all .2s ease-in-out; 
    -o-transition: all .2s ease-in-out; 
    -ms-transition: all .2s ease-in-out; 
    
  transition: all .2s ease-in-out; 
    transform: scale(1.3);
}
.img-cen
{
  text-align:center;
}
.logosecure
{
  width:33%;

}
.logosecure1
{ padding-right:20px;
  text-align:end;
}
