/*----------------------------------------------------
@File: Default Styles
@Author: Emran Khan
@URL:http://www.emran.web-assassin.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below.

	1. Variables
	2. Prefix
	3. Header
    4. Project
    5. Clients
    6. Service
    7. Advisor
    8. Call Back
    9. Subscribe
    10. latest post
    11. Testimonial
    12. Level Up
    13. Topics
    14. Footer
    15. Get Touch 
    16. Counter
    17. FAQ
    18. Page Header
    19. About Us 
    20. Blog
    21. Service 2
    22. Project 2
    23. Project Single
    24. Banner
    25. Video
    27. Maps
    28. responsive

----------------------------------------------------*/
/*--------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i|Philosopher:400,400i,700,700i|Roboto:300,400,400i,500,500i,700,700i';
/*Color Variables*/
::selection {
  background-color: #161822;
  color: #FFFFFF;
}
@font-face {
    font-family: Oswald-Bold;
    src: url(../fonts/Oswald-Bold.ttf);
}
@font-face {
    font-family: Oswald-Light;
    src: url(../fonts/Oswald-Light.ttf);
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Regular.ttf);
}.logoimgl {    margin-left: -70px;}
.loading {
  font: 50px/1 "Droid Serif", serif;
  color: #4aa3df;
  height: 100vh;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
}
.loading .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loading .preloader span {
  top: 50%;
  animation: flip 2s infinite;
  display: inline-block;
  transform-origin: 50% 50% -10px;
  transform-style: preserve-3d;
}
.loading .preloader span:nth-child(1) {
  animation-delay: 0.1s;
}
.loading .preloader span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading .preloader span:nth-child(3) {
  animation-delay: 0.3s;
}
.loading .preloader span:nth-child(4) {
  animation-delay: 0.4s;
}
.loading .preloader span:nth-child(5) {
  animation-delay: 0.5s;
}
.loading .preloader span:nth-child(6) {
  animation-delay: 0.6s;
}
.loading .preloader span:nth-child(7) {
  animation-delay: 0.7s;
}

@keyframes flip {
  to {
    transform: rotateX(1turn);
  }
}
body {
  height: 100vh;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.pb30 {
  padding-bottom: 30px;
}

header .navbar .navbar-collapse .navbar-nav .main_menu .drop_menu:before, header .navbar .navbar-collapse .consult, .banner .carousel-inner .item .carousel-caption a, .level_up_area .level_up .level_up_right .inner_content a, .counter_area .counter_inner .counter_item .counter:before, .call_back_area .call_back .form-inline .submit_btn button, .advisor_area .advisor .advisor_details .section_title a, .subscribe_area, .latest_post_area .latest_post .item_area .item .item_right a, .latest_post_area .latest_post .item_area .item .item_info a, .section_title h3:before, .get_touch_area .drop_message button, .section_title_left h3:before, .service_2 .service .tab-content .tab-pane button, .project_2 .button_area button, .blog_area .blog .blog_left_area .blog_left .button_area button, .blog_area .blog .blog_post .leave_comment button {
  background: #4aa3df;
}

body {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  /*Section Fix*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}
h3, h4, h5, h6 {
    font-family: "Oswald",sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
}
body p {
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  line-height: 25px;
  color: #2c4850;
  margin: 0;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}

/* Section Title*/
.section_title {
  text-align: center;
}
.section_title h3 {
  font: 700 24px/1 "Droid Serif", serif;
  color: #2c4850;
  padding-bottom: 30px;
  position: relative;
}
.section_title h3:before {
  content: '';
  position: absolute;
  bottom: 17px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 3px;
}
.section_title p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  max-width: 540px;
  display: inline-block;
}

.section_title_left {
  text-align: left;
}
.section_title_left h3 {
  font: 700 24px/1 "Droid Serif", serif;
  color: #2c4850;
  padding-bottom: 30px;
  position: relative;
}
.section_title_left h3:before {
  content: '';
  position: absolute;
  bottom: 17px;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
}
.section_title_left p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  max-width: 300px;
  display: inline-block;
}

/*Ancore*/
a, .btn, button {
  outline: none;
  transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
  transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

/*--------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Start Header Section >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
header .header_top {
  padding: 20px 0;
}
header .header_top .logo_part {
  padding: 0;
}
@media (max-width: 767px) {
  header .header_top .logo_part {
    display: none;
  }
}
header .header_top .logo_part a h3 {
  color: #4E6189; font-size: 30px;
  margin-left: 75px;
  margin-top: -55px;
  
}
header .header_top .logo_part a h3 span {
  color: #4aa3df;
}
header .header_top .contact_info {
  padding: 0;
}
header .header_top .contact_info .c_info {
  text-align: right;
  border-right: 1px solid #d1dee1;
  padding: 0 30px;
  float: right;
}
header .header_top .contact_info .c_info:first-child {
  padding-right: 15px;
  border: 0;
}
header .header_top .contact_info .c_info .line_1 {
  font: normal 14px/1 "Droid Serif", serif;
  color: #5b7279;
  padding-bottom: 15px;
}
header .header_top .contact_info .c_info .line_2 {
  font: 500 14px/1 "Roboto", sans-serif;
  color: #2c4850;
}
header .small_menu {
  display: none;
}
@media (max-width: 767px) {
  header .small_menu {
    display: block;
  }
}
header .small_menu .logo_part {
  display: inline-block;
}
header .small_menu .logo_part a h3 {
  color: #fff;
  font: bold 30px/50px "Philosopher", sans-serif;
}
header .small_menu .logo_part a h3 span {
  color: #4aa3df;
}
header .small_menu .navbar-nav {
  margin: 0;
}
header .navbar {
  background: #2c4850;
  margin: 0;
  border: 0;
}
header .navbar .navbar-collapse {
  border: 0;
  box-shadow: none;
}
header .navbar .navbar-collapse .navbar-nav .main_menu {
  position: relative;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .drop_menu {
  font: 500 13px/1 "Roboto", sans-serif;
  color: #f4f7fb;
  background: transparent;
  text-transform: uppercase;
  position: relative;
  padding: 25px 18px;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .drop_menu:before {
  content: '';
  display: inline-block;
  height: 0;
  width: calc(100% - 50px);
  position: absolute;
  left: 25px;
  bottom: 1px;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .drop_menu:hover:before {
  height: 3px;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu {
  background: #2c4850;
  padding: 0;
  opacity: 0;
  transition: all 150ms linear 0s;
  left: 0;
  transform: scale(0, 0);
  width: auto;
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu {
    display: block;
  }
}
header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu li a {
  color: #f4f7fb;
  text-transform: uppercase;
  font: 500 14px/60px "Roboto", sans-serif;
  position: relative;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu li a:before {
  content: '';
  display: inline-block;
  height: 0;
  width: 100%;
  position: absolute;
  background: #303e42;
  left: 0;
  bottom: 0;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu li a:hover, header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu li a:focus {
  background: transparent;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu li a:hover:before, header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu li a:focus:before {
  height: 1px;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu .second_menu .dropdown-menu {
  background: #2c4850;
  display: block;
  left: 400px;
  top: 0;
  border: 0;
  opacity: 0;
  transition: all 300ms linear 0s;
}
header .navbar .navbar-collapse .navbar-nav .main_menu .dropdown-menu .second_menu:hover .dropdown-menu {
  left: 220px;
  opacity: 1;
}
header .navbar .navbar-collapse .navbar-nav .main_menu:hover .dropdown-menu, header .navbar .navbar-collapse .navbar-nav .main_menu:focus .dropdown-menu {
  opacity: 1;
  transform: scale(1, 1);
}
header .navbar .navbar-collapse .navbar-nav .main_menu:first-child .drop_menu {
  padding-left: 0;
}
header .navbar .navbar-collapse .navbar-nav .main_menu:first-child .drop_menu:before {
  left: 0;
  width: calc(100% - 25px);
}
header .navbar .navbar-collapse .navbar-nav .main_menu.active .drop_menu:before {
  height: 3px;
}
header .navbar .navbar-collapse .consult {
  float: right;
  width: 262px;
  height: 70px;
  color: #f4f7fb;
  font: 700 14px/72px "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
header .navbar .navbar-collapse .consult:hover {
  background: #5b7279;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< End Header Section >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------*/
.row.project_item {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.projects_area {
  padding: 120px 0 140px;
}
.projects_area .section_title_left {
  padding-bottom: 45px;
}
.projects_area .section_title_left p {
  max-width: 375px;
}
.projects_area .projects {
  padding-top: 60px;
}
.projects_area .projects:last-child {
  padding-top: 15px;
}
.projects_area .projects .item_area {
  padding: 0 5px;
}
.projects_area .projects .item_area:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.projects_area .projects .item_area:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.projects_area .projects .item_area .item .lightbox_link {
  position: relative;
  display: inline-block;
}
.projects_area .projects .item_area .item .lightbox_link .item_hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(74, 163, 223, 0.85);
  height: 100%;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease 0s;
  transform: scale(0.2);
  cursor: pointer;
  opacity: 0;
}
.projects_area .projects .item_area .item .lightbox_link .item_hover .hover_content {
  position: absolute;
  text-align: center;
  display: block;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  width: 100%;
}
.projects_area .projects .item_area .item .lightbox_link .item_hover .hover_content .img_link {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.projects_area .projects .item_area .item .lightbox_link .item_hover .hover_content .img_link img {
  height: 50px;
  width: 50px;
  padding: 15px;
}
.projects_area .projects .item_area .item .lightbox_link .item_hover .hover_content h3 {
  font: 700 18px "Droid Serif", serif;
  color: #f4f7fb;
  padding-top: 40px;
}
.projects_area .projects .item_area .item .lightbox_link:hover .item_hover {
  transform: scale(1);
  opacity: 1;
}

.project_home2 .projects .item_area .item .lightbox_link img {
  width: 100%;
}

.pb0 {
  padding-bottom: 0;
}

/*--------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Start Client Section >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.clients_area {
  padding: 120px 0;
}
.clients_area .section_title_left {
  padding: 0 15px;
}
.clients_area .section_title_left p {
  max-width: 395px;
}
.clients_area .clients {
  padding-top: 50px;
}
.clients_area .clients .members_area .member .member_left {
  padding-right: 30px;
}
.clients_area .clients .members_area .member .member_right {
  position: relative;
}
.clients_area .clients .members_area .member .member_right img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.clients_area .clients .members_area .member .member_right h4 {
  font: italic 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  padding-top: 25px;
  margin-bottom: 17px;
}
.clients_area .clients .members_area .member .member_right a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #2c4850;
  text-transform: uppercase;
}
.clients_area .clients .members_area .member .member_right a span {
  font-weight: 400;
  position: relative;
  text-transform: none;
  padding-left: 40px;
}
.clients_area .clients .members_area .member .member_right a span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 100%;
  background: #445a61;
}
.clients_area .clients .clients_zone .member {
  border-bottom: 1px solid #d1dee1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.clients_area .button_area {
  padding-top: 60px;
}
.clients_area .button_area a {
  width: 150px;
  height: 42px;
  background: #4aa3df;
  font: 700 14px/42px "Roboto", sans-serif;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.clients_area .button_area a:hover {
  background: #2c4850;
}

.client2 {
  padding: 120px 0 60px;
}
.client2 .clients .members_area .member {
  padding-bottom: 60px;
}
.client2 .button_area {
  padding: 0;
}

.clients_home2 {
  background: #f4f7fb;
}
.clients_home2 .clients .members_area {
  padding-bottom: 60px;
}
.clients_home2 .clients .members_area .member {
  padding: 25px 30px;
  background: #fff;
}
.clients_home2 .button_area {
  padding-top: 0;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< End Client Section >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------*/
.service_area {
  padding: 55px 0;
}
.service_area .section_title_left {
  padding: 0 15px;
}
.service_area .section_title_left p {
  max-width: 355px;
}
.service_area .service {
  padding-top: 60px;
}
.service_area .service .service_item .item_single .item_single_left {
  padding-right: 25px;
}
.service_area .service .service_item .item_single .item_single_left a {
  display: block;
}
.service_area .service .service_item .item_single .item_single_right h4 {
  font: normal 18px/1 "Droid Serif", serif;
  color: #2c4850;
  margin-bottom: 25px;
  margin-top: 8px;
}
.service_area .service .service_item .item_single .item_single_right p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
}

.service_home1 .item_single .item_single_left {
  display: block;
  padding-bottom: 30px;
}
.service_home1 .item_single .item_single_left a img:first-child {
  display: block;
}
.service_home1 .item_single .item_single_left a img:last-child {
  display: none;
}
.service_home1 .item_single:hover .item_single_left a img:first-child {
  display: none;
}
.service_home1 .item_single:hover .item_single_left a img:last-child {
  display: block;
}

.service2 .service .service_item .item_single .item_single_left a {
  height: 30px;
}
.service2 .service .service_item .item_single .item_single_left a img:first-child {
  display: none;
  transition: all 300ms linear 0s;
}
.service2 .service .service_item .item_single .item_single_left a img:last-child {
  display: block;
  transition: all 300ms linear 0s;
}
.service2 .service .service_item .item_single .item_single_left a:hover img:first-child {
  display: block;
}
.service2 .service .service_item .item_single .item_single_left a:hover img:last-child {
  display: none;
}
.service2 .service .service_item .item_single .item_single_right h4 {
  margin-top: 30px;
}

/*--------------------------------------------------*/
.advisor_area {
  padding: 120px 0;
  background: #f4f7fb;
}
.advisor_area .advisor .advisor_details .section_title {
  text-align: left;
}
.advisor_area .advisor .advisor_details .section_title h3:before {
  left: 0;
}
.advisor_area .advisor .advisor_details .section_title a {
  color: #f4f7fb;
  width: 180px;
  height: 42px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font: 700 14px/42px "Roboto", sans-serif;
  margin-top: 25px;
}
.advisor_area .advisor .advisor_details .section_title a:hover {
  background: #2c4850;
}
.advisor_area .advisor .advisor_info .single_member {
  display: inline-block;
}
.advisor_area .advisor .advisor_info .single_member .img_area {
  position: relative;
  overflow: hidden;
}
.advisor_area .advisor .advisor_info .single_member .img_area:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(74, 163, 223, 0.85);
  transition: all 300ms linear 0s;
  transform: scale(0.1);
  opacity: 0;
}
.advisor_area .advisor .advisor_info .single_member .img_area .hover_box {
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms linear 0s;
}
.advisor_area .advisor .advisor_info .single_member .img_area .hover_box h3 {
  font: 700 18px/1 "Droid Serif", serif;
  color: #f4f7fb;
  text-transform: uppercase;
  transform: translateY(-150%);
  opacity: 0;
  transition: all 300ms linear 0s;
}
.advisor_area .advisor .advisor_info .single_member .img_area .hover_box h6 {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #f4f7fb;
  padding: 10px 0 30px;
  opacity: 0;
  transition: all 300ms linear 0s;
  transform: translateY(-150%);
}
.advisor_area .advisor .advisor_info .single_member .img_area .hover_box .social_icon {
  text-decoration: none;
  border-top: 1px solid #4aa3df;
  opacity: 0;
  transform: translateY(150%);
  transition: all 300ms linear 0s;
}
.advisor_area .advisor .advisor_info .single_member .img_area .hover_box .social_icon li {
  list-style: none;
  display: inline-block;
  width: 24%;
  border-right: 1px solid #4aa3df;
}
.advisor_area .advisor .advisor_info .single_member .img_area .hover_box .social_icon li:last-child {
  border: 0;
}
.advisor_area .advisor .advisor_info .single_member .img_area .hover_box .social_icon li a {
  display: block;
  padding: 12px 0;
  margin-left: -4px;
}
.advisor_area .advisor .advisor_info .single_member .img_area .hover_box .social_icon li a:hover {
  background: #2c4850;
}
.advisor_area .advisor .advisor_info .single_member:hover .img_area:before {
  transform: scale(1);
  opacity: 1;
}
.advisor_area .advisor .advisor_info .single_member:hover .img_area h3 {
  transform: translateY(0%);
  opacity: 1;
}
.advisor_area .advisor .advisor_info .single_member:hover .img_area h6 {
  transform: translateY(0%);
  opacity: 1;
}
.advisor_area .advisor .advisor_info .single_member:hover .img_area .social_icon {
  transform: translateY(0%);
  opacity: 1;
}
.advisor_area .advisor .advisor_info .single_member:hover .img_area .social_icon li a:hover {
  background: #5b7279;
}
.advisor_area .advisor .pb30 {
  padding-bottom: 30px;
}

/*--------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Call Back >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.call_back_area {
  padding: 55px 0;
}
.call_back_area .section_title_left {
  padding: 0 15px;
}
.call_back_area .section_title_left p {
  max-width: 375px;
}
.call_back_area .call_back {
  padding-top: 60px;
}
.call_back_area .call_back .form-inline .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #d1dee1;
  border-radius: 0;
  padding: 15px;
  box-shadow: none;
}
.call_back_area .call_back .form-inline .form-group input.placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.call_back_area .call_back .form-inline .form-group input:-moz-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.call_back_area .call_back .form-inline .form-group input::-moz-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.call_back_area .call_back .form-inline .form-group input::-webkit-input-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.call_back_area .call_back .form-inline .form-group input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #4aa3df;
}
.call_back_area .call_back .form-inline .submit_btn .btn  {
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 0;
  font: 700 14px/52px "Roboto", sans-serif;
  color: #f4f7fb;
  text-transform: uppercase;background: #2c4850; background: #4aa3df none repeat scroll 0 0;
  box-shadow: none;
}
.call_back_area .call_back .form-inline .submit_btn .btn:hover {
  background: #2c4850;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< End Call Back >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------*/
.subscribe_area {
  padding: 120px 0;
}
.subscribe_area .section_title h3 {
  color: #f4f7fb;
  padding-bottom: 20px;
}
.subscribe_area .section_title h3:before {
  display: none;
}
.subscribe_area .section_title p {
  color: #f4f7fb;
}
.subscribe_area .subscribe {
  text-align: center;
  padding-top: 60px;
}
.subscribe_area .subscribe .form-inline input {
  width: 470px;
  height: 58px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 20px;
  margin-right: 15px;
  font: normal 14px/24px "Roboto", sans-serif;
  color: #fff;
}
.subscribe_area .subscribe .form-inline input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ffde29;
}
.subscribe_area .subscribe .form-inline input.placeholder {
  color: #fff;
  font: normal 14px "Roboto", sans-serif;
}
.subscribe_area .subscribe .form-inline input:-moz-placeholder {
  color: #fff;
  font: normal 14px "Roboto", sans-serif;
}
.subscribe_area .subscribe .form-inline input::-moz-placeholder {
  color: #fff;
  font: normal 14px "Roboto", sans-serif;
}
.subscribe_area .subscribe .form-inline input::-webkit-input-placeholder {
  color: #fff;
  font: normal 14px "Roboto", sans-serif;
}
.subscribe_area .subscribe button {
  font: 700 16px/1 "Roboto", sans-serif;
  color: #2c4850;
  text-transform: uppercase;
  background: #ffde29;
  border-radius: 0;
  width: 263px;
  height: 60px;
}
.subscribe_area .subscribe button:hover {
  background: #2c4850;
  color: #f4f7fb;
}

/*--------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Start Latest Post Section >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.latest_post_area {
  padding: 120px 0;
}
.latest_post_area .section_title_left {
  padding: 0 15px;
}
.latest_post_area .section_title_left p {
  max-width: 295px;
}
.latest_post_area .latest_post {
  padding-top: 50px;
}
.latest_post_area .latest_post .item_area .item {
  margin-bottom: 30px;
  margin-top: 0;
}
.latest_post_area .latest_post .item_area .item:last-child {
  margin-bottom: 0;
}
.latest_post_area .latest_post .item_area .item .media-left a {
  display: block;
  padding-right: 20px;
}
.latest_post_area .latest_post .item_area .item .item_right h4, .latest_post_area .latest_post .item_area .item .item_info h4 {
  font: 700 18px "Droid Serif", serif;
  color: #2c4850;
  padding-bottom: 15px;
}
.latest_post_area .latest_post .item_area .item .item_right h6, .latest_post_area .latest_post .item_area .item .item_info h6 {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #5b7279;
  padding-bottom: 15px;
}
.latest_post_area .latest_post .item_area .item .item_right p, .latest_post_area .latest_post .item_area .item .item_info p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
}
.latest_post_area .latest_post .item_area .item .item_right a, .latest_post_area .latest_post .item_area .item .item_info a {
  font: bold 14px/42px "Roboto", sans-serif;
  color: #f4f7fb;
  background: #4aa3df;
  width: 150px;
  height: 42px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
}
.latest_post_area .latest_post .item_area .item .item_right a:hover, .latest_post_area .latest_post .item_area .item .item_info a:hover {
  background: #2c4850;
}
.latest_post_area .latest_post .item_area .item .item_info {
  padding-top: 40px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< End Latest Post Section >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------*/
.testimonial_area {
  padding: 120px 0;
}
.testimonial_area .testimonial {
  text-align: center;
}
.testimonial_area .testimonial .img_area {
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #d1dee1;
  border-radius: 50%;
  padding-top: 20px;
  text-align: center;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.testimonial_area .testimonial p {
  max-width: 740px;
  text-align: center;
  display: inline-block;
  padding-top: 30px;
  color: #2c4850;
  font: italic 16px/32px "Droid Serif", serif;
}
.testimonial_area .testimonial h5 {
  font: 500 14px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #2c4850;
  padding-top: 90px;
  padding-bottom: 10px;
  position: relative;
}
.testimonial_area .testimonial h5:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  display: block;
  background: #d1dee1;
  width: 1px;
  height: 40px;
}
.testimonial_area .testimonial h6 {
  font: normal 14px "Roboto", sans-serif;
  color: #5b7279;
}

/*--------------------------------------------------*/
.level_up_area {
  background: #f4f7fb;
}
.level_up_area .level_up .level_up_left {
  width: calc(50% - 82px);
  padding: 0;
}
.level_up_area .level_up .level_up_left img {
  width: 100%;
}
.level_up_area .level_up .level_up_right {
  width: calc(50% + 82px);
  padding: 0;
}
.level_up_area .level_up .level_up_right .inner_content {
  max-width: 652px;
  padding: 0 0 0 95px;
  text-align: justify;
}
.level_up_area .level_up .level_up_right .inner_content h3 {
  font-family: "Droid Serif", serif;
  font-weight: 700;
  line-height: 1;
  color: #2c4850;
  padding: 20% 0 10%;
}
.level_up_area .level_up .level_up_right .inner_content p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  padding-bottom: 25px;
}
.level_up_area .level_up .level_up_right .inner_content a {
  width: 150px;
  height: 42px;
  font: 700 14px/42px "Roboto", sans-serif;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.level_up_area .level_up .level_up_right .inner_content a:hover {
  background: #2c4850;
}

/*--------------------------------------------------*/
.topics_area {
  background: #f4f7fb;
  padding: 120px 0;
}
.topics_area .topics {
  border-bottom: 1px solid #d1dee1;
}
.topics_area .topics:last-child {
  border: 0;
}
.topics_area .topics .topics_item {
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: block;
  height: 180px;
  border-right: 1px solid #d1dee1;
}
.topics_area .topics .topics_item:last-child {
  border-right: 0;
}
.topics_area .topics .topics_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 300ms linear 0s;
}
.topics_area .topics .topics_item img:first-child {
  display: inline-block;
}
.topics_area .topics .topics_item img:last-child {
  display: none;
}
.topics_area .topics .topics_item:hover img:first-child {
  display: none;
}
.topics_area .topics .topics_item:hover img:last-child {
  display: inline-block;
}

/*--------------------------------------------------*/
footer.row {
  background: #2c4850;
}
footer.row .footer_top {
  padding: 120px 0 30px;
}
footer.row .footer_top .footer_sidebar {
  border-bottom: 1px solid #425b62;
  padding-bottom: 35px;
}
footer.row .footer_top .footer_sidebar .widget h4 {
  font: 700 18px "Droid Serif", serif;
  color: #f4f7fb;
  padding-bottom: 30px;
}
footer.row .footer_top .footer_sidebar .widget .logo_part {
  padding: 0;
}
footer.row .footer_top .footer_sidebar .widget .logo_part a {
  display: block;
}
footer.row .footer_top .footer_sidebar .widget .logo_part a h3 {
  color: #f4f7fb; 
  padding-bottom: 33px;font-size: 30px;
}
footer.row .footer_top .footer_sidebar .widget .logo_part a h3 span {
  color: #4aa3df;
}
footer.row .footer_top .footer_sidebar .widget p {
  font: normal 14px/28px "Roboto", sans-serif;
  color: #86a2aa;
}
footer.row .footer_top .footer_sidebar .widget .social_icon {
  padding-top: 33px;
}
footer.row .footer_top .footer_sidebar .widget .social_icon .nav li {
  display: inline-block;
  margin-right: 8px;
}
footer.row .footer_top .footer_sidebar .widget .social_icon .nav li a {
  padding: 0;
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #86a2aa;
  text-align: center;
  border-radius: 50%;
  color: #86a2aa;
}
footer.row .footer_top .footer_sidebar .widget .social_icon .nav li a i {
  line-height: 30px;
}
footer.row .footer_top .footer_sidebar .widget .social_icon .nav li a:hover {
  background: #4aa3df;
  color: #f4f7fb;
  border: 1px solid #4aa3df;
}
footer.row .footer_top .footer_sidebar .widget1 {
  padding-left: 0;
}
footer.row .footer_top .footer_sidebar .widget2 .widget_inner ul {
  padding: 0;
  list-style: none;
  display: block;
}
footer.row .footer_top .footer_sidebar .widget2 .widget_inner ul li {
  position: relative;
  padding-left: 18px;
}
footer.row .footer_top .footer_sidebar .widget2 .widget_inner ul li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background: #879ba8;
  border-radius: 50%;
}
footer.row .footer_top .footer_sidebar .widget2 .widget_inner ul li a {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #8ea1ae;
  padding-bottom: 15px;
  display: block;
}
footer.row .footer_top .footer_sidebar .widget2 .widget_inner ul li:hover:before {
  background: #4aa3df;
}
footer.row .footer_top .footer_sidebar .widget2 .widget_inner ul li:hover a {
  color: #4aa3df;
}
footer.row .footer_top .footer_sidebar .widget3 .twitter_feed {
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 28px;
}
footer.row .footer_top .footer_sidebar .widget3 .twitter_feed:last-child {
  padding: 0;
}
footer.row .footer_top .footer_sidebar .widget3 .twitter_feed a {
  font-weight: normal;
  color: #8ea1ae;
}
footer.row .footer_top .footer_sidebar .widget3 .twitter_feed a span {
  font-weight: 700;
}
footer.row .footer_top .footer_sidebar .widget3 .twitter_feed a:hover {
  color: #4aa3df;
}
footer.row .footer_top .footer_sidebar .widget3 .twitter_feed p {
  font-style: italic;
  color: #8ea1ae;
}
footer.row .footer_top .footer_sidebar .widget4 .widget_inner .img_box {
  width: 32%;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
footer.row .footer_top .footer_sidebar .widget4 .widget_inner .img_box .item_hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(74, 163, 223, 0.85);
  height: 100%;
  width: 75px;
  text-align: center;
  transition: all 0.3s ease 0s;
  transform: scale(0.2);
  cursor: pointer;
  opacity: 0;
}
footer.row .footer_top .footer_sidebar .widget4 .widget_inner .img_box .item_hover a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
footer.row .footer_top .footer_sidebar .widget4 .widget_inner .img_box .item_hover a img {
  height: 30px;
  width: 30px;
  padding: 7px;
}
footer.row .footer_top .footer_sidebar .widget4 .widget_inner .img_box:hover .item_hover {
  transform: scale(1);
  opacity: 1;
}
footer.row .footer_bottom .footer_bottom_area .footer_bottom_left {
  padding-left: 0;
  font: normal 14px "Roboto", sans-serif;
  color: #628088;
}
footer.row .footer_bottom .footer_bottom_area .footer_bottom_left a {
  font: 700 14px "Roboto", sans-serif;
  color: #86a2aa;
}
footer.row .footer_bottom .footer_bottom_area .footer_bottom_right {
  padding-right: 0;
  padding-bottom: 30px;
  text-align: right;
  font: normal 14px "Roboto", sans-serif;
  color: #628088;
}
footer.row .footer_bottom .footer_bottom_area .footer_bottom_right a {
  font: 700 14px "Roboto", sans-serif;
  color: #86a2aa;
}

/*--------------------------------------------------*/
.get_touch_area {
  padding: 120px 0;
}
.get_touch_area .get_touch {
  padding: 60px 0;
}
.get_touch_area .get_touch .get_touch_inner .item .item_left {
  padding-right: 30px;
}
.get_touch_area .get_touch .get_touch_inner .item .item_left a {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: #f3f6fa;
  border-radius: 50%;
}
.get_touch_area .get_touch .get_touch_inner .item .item_left a img {
  text-align: center;
  padding: 15px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.get_touch_area .get_touch .get_touch_inner .item .item_left a:hover {
  background: #4aa3df;
}
.get_touch_area .get_touch .get_touch_inner .item .item_right a {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  display: block;
}
.get_touch_area .get_touch .get_touch_inner .item .item_right a:hover {
  color: #4aa3df;
}
.get_touch_area .drop_message .title {
  padding: 0 15px;
}
.get_touch_area .drop_message .title h3 {
  font: 700 18px/1 "Droid Serif", serif;
  color: #2c4850;
}
.get_touch_area .drop_message .contact_box {
  padding: 30px 0;
}
.get_touch_area .drop_message .contact_box .input_box {
  width: calc(33% - 30px);
  padding: 20px;
  margin: 0 15px;
  border: 1px solid #d1dee1;
  border-radius: 0;
}
.get_touch_area .drop_message .contact_box .input_box.placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.get_touch_area .drop_message .contact_box .input_box:-moz-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.get_touch_area .drop_message .contact_box .input_box::-moz-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.get_touch_area .drop_message .contact_box .input_box::-webkit-input-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.get_touch_area .drop_message .contact_box .input_box:focus {
  box-shadow: none;
}
.get_touch_area .drop_message .contact_box textarea {
  width: calc(100% - 30px);
  padding: 20px;
  margin: 30px 15px 0;
  border: 1px solid #d1dee1;
  border-radius: 0;
  resize: none;
  height: 228px;
}
.get_touch_area .drop_message .contact_box textarea.placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.get_touch_area .drop_message .contact_box textarea:-moz-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.get_touch_area .drop_message .contact_box textarea::-moz-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.get_touch_area .drop_message .contact_box textarea::-webkit-input-placeholder {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
}
.get_touch_area .drop_message .contact_box textarea:focus {
  box-shadow: none;
}
.get_touch_area .drop_message .contact_box button {
  width: 220px;
  height: 42px;
  font: 700 14px "Roboto", sans-serif;
  color: #f4f7fb;
  position: relative;
  left: 50%;
  border-radius: 0;
  transform: translateX(-50%);
  margin-top: 30px;
  text-transform: uppercase;
}
.get_touch_area .drop_message .contact_box button:hover {
  background: #3b575f;
}

.get_touch_home1 .get_touch {
  padding: 60px 0 0;
}

/*--------------------------------------------------*/
.counter_area {
  padding: 110px 0;
  background-color: #2c4850;
  position: relative;
}
.counter_area .counter_inner .counter_item {
  padding-left: 83px;
}
.counter_area .counter_inner .counter_item .counter {
  font: 700 30px/1 "Droid Serif", serif;
  color: #f4f7fb;
  position: relative;
}
.counter_area .counter_inner .counter_item .counter:before {
  content: '';
  position: absolute;
  top: 45px;
  display: block;
  width: 40px;
  height: 3px;
}
.counter_area .counter_inner p {
  font: 700 14px "Roboto", sans-serif;
  color: #f4f7fb;
  padding-top: 40px;
  text-transform: uppercase;
}
.counter_area .counter_inner span {
  font: 700 30px "Droid Serif", serif;
  color: #f4f7fb;
}

/*--------------------------------------------------*/
.faq_area {
  background: #2c4850;
  height: 650px;
}
.faq_area .faq_left_area {
  width: calc(50% - 82px);
}
.faq_area .faq_left_area img {
  width: 100%;
  height: 650px;
}
.faq_area .faq_right_area {
  width: calc(50% + 82px);
  padding-top: 120px;
}
.faq_area .faq_right_area .faq_right {
  padding-left: 95px;
  max-width: 652px;
}
.faq_area .faq_right_area .faq_right .title h3 {
  font: 700 24px "Droid Serif", serif;
  color: #f4f7fb;
  padding-bottom: 50px;
}
.faq_area .faq_right_area .faq_right .faq_zone {
  margin: 0;
}
.faq_area .faq_right_area .faq_right .faq_zone .single_item {
  background: transparent;
  border: 0;
  margin-top: 25px;
}
.faq_area .faq_right_area .faq_right .faq_zone .single_item a .panel_title {
  padding: 0 0 0 45px;
  position: relative;
}
.faq_area .faq_right_area .faq_right .faq_zone .single_item a .panel_title:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  color: #f4f7fb;
  display: inline-block;
  background: transparent;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #f4f7fb;
  text-align: center;
  font: 500 16px/22px "Roboto", sans-serif;
}
.faq_area .faq_right_area .faq_right .faq_zone .single_item a .panel_title h4 {
  font: 500 14px/24px "Roboto", sans-serif;
  color: #f4f7fb;
}
.faq_area .faq_right_area .faq_right .faq_zone .single_item .collapsed .panel-heading:before {
  content: "+";
}
.faq_area .faq_right_area .faq_right .faq_zone .single_item .panel-collapse .panel-body p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #f4f7fb;
  padding-left: 30px;
}

.faq2 {
  background: #fff;
  padding: 120px 0;
  height: auto;
}
.faq2 .faq_right_area {
  width: 100%;
  padding: 0;
}
.faq2 .faq_right_area .faq_right {
  max-width: 100%;
  padding: 0 15px;
}
.faq2 .faq_right_area .faq_right .title h3 {
  color: #2c4850;
}
.faq2 .faq_right_area .faq_right .faq_zone .single_item a .panel_title:before {
  color: #5b7279;
  border: 1px solid #5b7279;
}
.faq2 .faq_right_area .faq_right .faq_zone .single_item a .panel_title h4 {
  color: #5b7279;
}
.faq2 .faq_right_area .faq_right .faq_zone .single_item .panel-collapse .panel-body p {
  color: #5b7279;
}
.faq2 .faq_right_area .faq_right .faq_zone .single_item .panel-collapse .panel-body p:nth-child(2) {
  padding-top: 30px;
}

/*--------------------------------------------------*/
.page_header {
  background-image: url(../img/page_header/bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 160px 0;
  position: relative;
}
.page_header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(44, 72, 80, 0.65);
}
.page_header h2 {
  position: relative;
  font: 700 30px/1 "Droid Serif", serif;
  color: #f4f7fb;
  text-transform: uppercase;
  text-align: center;
}

/*--------------------------------------------------*/
.about_us_area .about_info h3 {
  font: 700 24px/1 "Droid Serif", serif;
  color: #2c4850;
  padding-bottom: 25px;
}
.about_us_area .about_info p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  padding-top: 28px;
}
.about_us_area .about_one .about_us_left {
  padding: 120px 0;
}
.about_us_area .about_one .about_us_left .about_left_inner {
  max-width: 570px;
  float: right;
  padding-right: 60px;
}
.about_us_area .about_one .about_us_right {
  background: #f4f7fb;
  padding: 120px 0;
}
.about_us_area .about_one .about_us_right .about_right_inner {
  max-width: 575px;
  padding-left: 60px;
}
.about_us_area .about_one .about_us_right .about_right_inner .success {
  padding-top: 120px;
}
.about_us_area .about_two {
  padding: 120px 0;
}
.about_us_area .about_two .member_info .member_left {
  padding-right: 30px;
}
.about_us_area .about_two .member_info .member_right h3 {
  font: 700 24px/1 "Droid Serif", serif;
  color: #2c4850;
  padding: 15px 0;
}
.about_us_area .about_two .member_info .member_right p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
}
.about_us_area .about_two .full_body {
  padding-top: 25px;
}
.about_us_area .about_two .full_body p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
}
.about_us_area .about_two .about_two_info {
  padding-top: 60px;
}

/*--------------------------------------------------*/
.blog_area {
  padding: 120px 0;
}
.blog_area .blog .blog_left_area .blog_left {
  padding-bottom: 60px;
}
.blog_area .blog .blog_left_area .blog_left:last-child {
  padding-bottom: 0;
}
.blog_area .blog .blog_left_area .blog_left h4 {
  font: 700 18px/1 "Droid Serif", serif;
  color: #2c4850;
  padding-top: 40px;
  padding-bottom: 20px;
}
.blog_area .blog .blog_left_area .blog_left .author_info {
  padding: 0;
  margin: 0;
}
.blog_area .blog .blog_left_area .blog_left .author_info li {
  display: inline-block;
  font: normal 14px/1 "Roboto", sans-serif;
  padding-right: 30px;
  position: relative;
}
.blog_area .blog .blog_left_area .blog_left .author_info li:before {
  content: '-';
  position: absolute;
  top: 0;
  right: 13px;
  display: block;
  color: #3b575f;
}
.blog_area .blog .blog_left_area .blog_left .author_info li h6 {
  float: left;
  color: #5b7279;
  font: normal 14px/1 "Roboto", sans-serif;
}
.blog_area .blog .blog_left_area .blog_left .author_info li a {
  color: #2c4850;
  font: normal 14px/1 "Roboto", sans-serif;
  padding-left: 13px;
}
.blog_area .blog .blog_left_area .blog_left .author_info li a:hover {
  color: #4aa3df;
}
.blog_area .blog .blog_left_area .blog_left .author_info li:last-child:before {
  display: none;
}
.blog_area .blog .blog_left_area .blog_left p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  padding-top: 20px;
}
.blog_area .blog .blog_left_area .blog_left .button_area button {
  width: 140px;
  height: 42px;
  background: #4aa3df;
  font: 700 14px/42px "Roboto", sans-serif;
  display: block;
  text-align: center;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  margin-top: 25px;
}
.blog_area .blog .blog_left_area .blog_left .button_area button:hover {
  background: #3b575f;
}
.blog_area .blog .blog_left_area .pagination {
  border-bottom: 1px solid #d1dee1;
  text-align: center;
  width: 100%;
  margin: 0;
}
.blog_area .blog .blog_left_area .pagination li {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
.blog_area .blog .blog_left_area .pagination li:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  display: none;
  background: #4aa3df;
  width: 100%;
  height: 1px;
  z-index: 99;
}
.blog_area .blog .blog_left_area .pagination li a {
  border: 0;
  font: normal 14px "Roboto", sans-serif;
  color: #5b7279;
  border-radius: 0;
  padding: 15px 12px;
  display: block;
}
.blog_area .blog .blog_left_area .pagination li a:hover, .blog_area .blog .blog_left_area .pagination li a:focus {
  background: transparent;
}
.blog_area .blog .blog_left_area .pagination li.active:before, .blog_area .blog .blog_left_area .pagination li:focus:before {
  display: block;
}
.blog_area .blog .blog_left_area .pagination li.active a, .blog_area .blog .blog_left_area .pagination li:focus a {
  background: transparent;
}
.blog_area .blog .blog_post .blog_post_inner img {
  padding-bottom: 50px;
}
.blog_area .blog .blog_post .blog_post_inner h4 {
  font: 700 18px/1 "Droid Serif", serif;
  color: #2c4850;
}
.blog_area .blog .blog_post .blog_post_inner ul {
  margin: 0;
  padding: 20px 0 0 0;
  line-height: 0;
}
.blog_area .blog .blog_post .blog_post_inner ul li {
  display: inline-block;
  font: normal 14px/1 "Roboto", sans-serif;
  color: #5b7279;
}
.blog_area .blog .blog_post .blog_post_inner ul li a {
  color: #2c4850;
  padding-left: 10px;
}
.blog_area .blog .blog_post .blog_post_inner ul li span {
  padding: 0 5px;
}
.blog_area .blog .blog_post .blog_post_inner p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  padding-top: 30px;
}
.blog_area .blog .blog_post .blog_post_inner .quote {
  padding: 24px 0 0 45px;
  margin: 0;
}
.blog_area .blog .blog_post .blog_post_inner .quote .media-left {
  padding: 0;
}
.blog_area .blog .blog_post .blog_post_inner .quote .media-left i {
  font-size: 25px;
  color: #5b7279;
  line-height: 40px;
  padding-right: 30px;
}
.blog_area .blog .blog_post .blog_post_inner .quote .media-body p {
  font: 400 italic 16px/28px "Roboto", sans-serif;
  color: #5b7279;
  padding: 0;
}
.blog_area .blog .blog_post .blog_post_inner .quote .media-body h5 {
  float: right;
  font: normal 14px/28px "Roboto", sans-serif;
  color: #5b7279;
  padding-top: 5px;
}
.blog_area .blog .blog_post .blog_post_inner .quote .media-body h5 a {
  font: 500 14px/28px "Roboto", sans-serif;
  color: #2c4850;
  padding-right: 5px;
  text-transform: uppercase;
}
.blog_area .blog .blog_post .share {
  padding-top: 35px;
}
.blog_area .blog .blog_post .share ul {
  margin: 0;
  padding: 0;
}
.blog_area .blog .blog_post .share ul li {
  display: inline-block;
}
.blog_area .blog .blog_post .share ul li p {
  font: 500 14px/16px "Roboto", sans-serif;
  color: #2c4850;
  text-transform: uppercase;
  padding-right: 30px;
}
.blog_area .blog .blog_post .share ul li a i {
  font-size: 14px;
  color: #2c4850;
  padding-right: 20px;
}
.blog_area .blog .blog_post .comments {
  padding-top: 50px;
}
.blog_area .blog .blog_post .comments .heading h6 {
  font: 500 14px "Roboto", sans-serif;
  color: #2c4850;
  text-transform: uppercase;
}
.blog_area .blog .blog_post .comments .media {
  margin-top: 45px;
  border-bottom: 1px solid #d1dee1;
  padding-bottom: 25px;
}
.blog_area .blog .blog_post .comments .media:last-child {
  border: 0;
  padding-bottom: 0;
}
.blog_area .blog .blog_post .comments .media .media-left {
  padding-right: 30px;
}
.blog_area .blog .blog_post .comments .media .media-body h6 {
  font: normal 14px "Roboto", sans-serif;
  color: #2c4850;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.blog_area .blog .blog_post .comments .media .media-body p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  padding-bottom: 20px;
}
.blog_area .blog .blog_post .comments .media .media-body a {
  font: normal 14px "Roboto", sans-serif;
  color: #5b7279;
  padding-right: 25px;
}
.blog_area .blog .blog_post .comments .media .media-body a i {
  padding-right: 15px;
}
.blog_area .blog .blog_post .leave_comment {
  padding-top: 60px;
}
.blog_area .blog .blog_post .leave_comment .title {
  padding: 0 15px;
}
.blog_area .blog .blog_post .leave_comment .title h3 {
  font: 700 18px/1 "Droid Serif", serif;
  color: #2c4850;
  padding-bottom: 60px;
}
.blog_area .blog .blog_post .leave_comment .comment_box .contact_box .comment_left input {
  width: 100%;
  padding: 20px;
  border: 0;
  border-bottom: 1px solid #d1dee1;
  border-radius: 0;
  margin-bottom: 35px;
  box-shadow: none;
}
.blog_area .blog .blog_post .leave_comment .comment_box .contact_box .comment_left input:last-child {
  margin-bottom: 0;
}
.blog_area .blog .blog_post .leave_comment .comment_box .contact_box .comment_left input:focus {
  box-shadow: none;
}
.blog_area .blog .blog_post .leave_comment .comment_box .contact_box .comment_right textarea {
  width: 100%;
  padding: 20px;
  border: 0;
  border-radius: 0;
  resize: none;
  height: 194px;
  border-bottom: 1px solid #d1dee1;
  box-shadow: none;
}
.blog_area .blog .blog_post .leave_comment .comment_box .contact_box .comment_right textarea:focus {
  box-shadow: none;
}
.blog_area .blog .blog_post .leave_comment .comment_box .contact_box button {
  width: 180px;
  height: 42px;
  font: 700 14px "Roboto", sans-serif;
  border: 0;
  color: #f4f7fb;
  border-radius: 0;
  margin-top: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}
.blog_area .blog .blog_post .leave_comment .comment_box .contact_box button:hover {
  background: #3b575f;
}
.blog_area .blog .blog_right_area .blog_right .search_box form {
  position: relative;
}
.blog_area .blog .blog_right_area .blog_right .search_box form input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #d1dee1;
  font-size: 16px;
  background-color: white;
  background-repeat: no-repeat;
  padding: 15px 40px 10px 20px;
}
.blog_area .blog .blog_right_area .blog_right .search_box form input:focus {
  outline: none;
}
.blog_area .blog .blog_right_area .blog_right .search_box form a {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: #2c4850;
}
.blog_area .blog .blog_right_area .blog_right .tags_area {
  padding-top: 80px;
}
.blog_area .blog .blog_right_area .blog_right .tags_area h6 {
  font: 500 14px "Roboto", sans-serif;
  color: #2c4850;
  padding-bottom: 50px;
  text-transform: uppercase;
}
.blog_area .blog .blog_right_area .blog_right .tags_area .tags_link a {
  font: 400 14px/45px "Roboto", sans-serif;
  color: #5b7279;
  padding: 0 20px;
  height: 45px;
  border: 1px solid #d1dee1;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.blog_area .blog .blog_right_area .blog_right .tags_area .tags_link a:hover {
  background: #5b7279;
  color: #f4f7fb;
}
.blog_area .blog .blog_right_area .blog_right .latest_post {
  padding-top: 80px;
}
.blog_area .blog .blog_right_area .blog_right .latest_post h6 {
  font: 500 14px "Roboto", sans-serif;
  color: #2c4850;
  padding-bottom: 50px;
  text-transform: uppercase;
}
.blog_area .blog .blog_right_area .blog_right .latest_post .item {
  margin: 0;
  padding-bottom: 30px;
}
.blog_area .blog .blog_right_area .blog_right .latest_post .item:last-child {
  padding-bottom: 0;
}
.blog_area .blog .blog_right_area .blog_right .latest_post .item .item_img {
  padding-right: 20px;
}
.blog_area .blog .blog_right_area .blog_right .latest_post .item .item_info h5 {
  font: normal 14px "Roboto", sans-serif;
  color: #2c4850;
  padding-top: 8px;
  padding-bottom: 12px;
}
.blog_area .blog .blog_right_area .blog_right .latest_post .item .item_info p {
  font: normal 14px "Roboto", sans-serif;
  color: #5b7279;
}
.blog_area .blog .blog_right_area .blog_right .categories {
  padding-top: 80px;
}
.blog_area .blog .blog_right_area .blog_right .categories h6 {
  font: 500 14px "Roboto", sans-serif;
  color: #2c4850;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.blog_area .blog .blog_right_area .blog_right .categories ul {
  padding: 0;
  margin: 0;
}
.blog_area .blog .blog_right_area .blog_right .categories ul li {
  list-style: none;
}
.blog_area .blog .blog_right_area .blog_right .categories ul li a {
  padding-left: 22px;
  font: 400 14px/28px "Roboto", sans-serif;
  color: #5b7279;
}
.blog_area .blog .blog_right_area .blog_right .categories ul li a:hover {
  color: #4aa3df;
}
.blog_area .blog .blog_right_area .blog_right .categories ul li a img {
  padding-right: 20px;
}

/*--------------------------------------------------*/
.service_2 {
  padding-top: 120px;
}
.service_2 .service {
  padding-top: 55px;
  padding-bottom: 118px;
}
.service_2 .service .nav_tabs {
  padding-left: 10px;
  padding-right: 10px;
}
.service_2 .service .nav_tabs .nav li {
  background: #f4f7fb;
  margin-bottom: 5px;
}
.service_2 .service .nav_tabs .nav li a {
  font: 700 18px/32px "Droid Serif", serif;
  color: #2c4850;
  padding: 10px 30px;
}
.service_2 .service .nav_tabs .nav li a:hover {
  background: #4aa3df;
  color: #ffffff;
}
.service_2 .service .nav_tabs .nav li.active a {
  background: #4aa3df;
  color: #ffffff;
}
.service_2 .service .tab-content {
  position: relative;
}
.service_2 .service .tab-content .tab-pane h4 {
  font: 700 18px/28px "Droid Serif", serif;
  color: #2c4850;
  line-height: 1;
}
.service_2 .service .tab-content .tab-pane p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  padding-top: 25px;
}
.service_2 .service .tab-content .tab-pane .service_image {
  margin-top: 32px;
  position: relative;
}
.service_2 .service .tab-content .tab-pane .service_image:before {
  content: "";
  position: absolute;
  background-color: rgba(44, 72, 80, 0.1);
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service_2 .service .tab-content .tab-pane ul {
  padding: 22px 0px 0px 0px;
  margin: 0px;
}
.service_2 .service .tab-content .tab-pane ul li {
  text-decoration: none;
  display: inline-block;
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
}
.service_2 .service .tab-content .tab-pane ul li i {
  padding-right: 15px;
  color: #5b7279;
  font-size: 14px;
}
.service_2 .service .tab-content .tab-pane button {
  font: normal 16px/48px "Roboto", sans-serif;
  color: #f4f7fb;
  text-transform: uppercase;
  width: 250px;
  background-color: #4aa3df;
  display: inline-block;
  text-align: center;
  margin-top: 24px;
  border: 0;
}
.service_2 .service .tab-content .tab-pane button:hover {
  background: #2c4850;
}

/*--------------------------------------------------*/
.project_2 .project .link_area {
  text-align: center;
}
.project_2 .project .link_area button {
  padding: 0 25px;
  border: none;
  background-color: #ffffff;
  font: 500 14px/130px "Roboto", sans-serif;
  color: #2c4850;
  text-transform: uppercase;
}
.project_2 .project .link_area button.active, .project_2 .project .link_area button:hover {
  color: #4aa3df;
}
.project_2 .project .project_item:last-child .element-item {
  padding: 7.5px;
}
.project_2 .project .project_item:last-child .element-item .item .single_page {
  position: relative;
  display: block;
}
.project_2 .project .project_item:last-child .element-item .item .single_page img {
  width: 100%;
}
.project_2 .project .project_item:last-child .element-item .item .single_page .item_hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(74, 163, 223, 0.85);
  height: 100%;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease 0s;
  transform: scale(0.2);
  cursor: pointer;
  opacity: 0;
}
.project_2 .project .project_item:last-child .element-item .item .single_page .item_hover .hover_content {
  position: absolute;
  text-align: center;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.project_2 .project .project_item:last-child .element-item .item .single_page .item_hover .hover_content .img_link {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.project_2 .project .project_item:last-child .element-item .item .single_page .item_hover .hover_content .img_link img {
  height: 50px;
  width: 50px;
  padding: 15px;
}
.project_2 .project .project_item:last-child .element-item .item .single_page .item_hover .hover_content h3 {
  font: 700 18px "Droid Serif", serif;
  color: #f4f7fb;
  padding-top: 40px;
}
.project_2 .project .project_item:last-child .element-item .item .single_page:hover .item_hover {
  transform: scale(1);
  opacity: 1;
}
.project_2 .project .project_item:last-child .single_item {
  padding: 0 15px;
}
.project_2 .project .project_item:last-child .single_item .member_info {
  display: block;
  padding-bottom: 60px;
}
.project_2 .project .project_item:last-child .single_item .member_info h6 {
  font: normal 14px/1 "Roboto", sans-serif;
  color: #829da5;
  padding: 30px 0 15px;
}
.project_2 .project .project_item:last-child .single_item .member_info h4 {
  font: 700 18px/1 "Droid Serif", serif;
  color: #2c4850;
}
.project_2 .project .ml15 {
  margin-left: -15px;
  margin-right: 0;
}
.project_2 .button_area {
  padding: 50px 0 60px;
  text-align: center;
}
.project_2 .button_area button {
  font: 700 14px/42px "Roboto", sans-serif;
  color: #f4f7fb;
  transition: all 300ms linear 0s;
  border: 0;
  width: 210px;
  display: inline-block;
  text-transform: uppercase;
}
.project_2 .button_area button:hover {
  background: #3b575f;
}
.project_2 .button-2 {
  padding: 0 0 60px;
}

/*--------------------------------------------------*/
.single_project_area {
  padding: 120px 0;
}
.single_project_area .single_project_slider {
  position: relative;
  display: block;
}
.single_project_area .single_project_slider .single_project_inner {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 1140px;
  height: 380px;
  overflow: hidden;
  visibility: hidden;
}
.single_project_area .single_project_slider .single_project_inner .project_slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 1010px;
  height: 380px;
  overflow: hidden;
}
.single_project_area .single_project_slider .single_project_inner .project_thumbnail {
  position: absolute;
  right: 0px;
  top: 125px;
  width: 130px;
  height: 130px;
}
.single_project_area .single_project_slider .single_project_inner .project_thumbnail .thumbnail_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  filter: alpha(opacity=0);
  opacity: 0;
}
.single_project_area .single_project_slider .single_project_inner .jssort11-120-120 .tp {
  position: relative;
}
.single_project_area .single_project_slider .single_project_inner .jssort11-120-120 .tp:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(44, 72, 80, 0.65);
}
.single_project_area .single_project_slider .single_project_inner .jssort11-120-120 .pav .tp:before {
  display: none;
}
.single_project_area .single_project .project_bottom {
  padding-top: 30px;
  float: none;
}
.single_project_area .single_project .project_bottom .item_info h3 {
  padding-top: 60px;
  padding-bottom: 30px;
  font: 700 24px "Droid Serif", serif;
  color: #2c4850;
}
.single_project_area .single_project .project_bottom .item_info p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
}
.single_project_area .single_project .project_bottom .member .member_left p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
}
.single_project_area .single_project .project_bottom .member .member_left p:last-child {
  padding-top: 30px;
}

/*--------------------------------------------------*/
.banner .carousel-indicators {
  left: calc(50% - 585px);
  width: 100px;
  margin: 0;
  bottom: 40px;
}
.banner .carousel-indicators li {
  background-color: #2c4850;
  width: 20px;
  height: 3px;
  border: none;
  margin: 0;
}
.banner .carousel-indicators li.active {
  background-color: #4aa3df;
}
.banner .carousel-inner .item .carousel-caption {
  text-align: left;
  left: calc(50% - 570px);
  text-shadow: none;
  top: calc(50% - 130px);
}
.banner .carousel-inner .item .carousel-caption h4 {
  font: normal 18px "Roboto", sans-serif;
  color: #5b7279;
  padding-bottom: 10px;
}
.banner .carousel-inner .item .carousel-caption h1 {
  font: 700 36px/40px "Droid Serif", serif;
  color: #2c4850;
  text-transform: uppercase;
}
.banner .carousel-inner .item .carousel-caption p {
  font: normal 14px/26px "Roboto", sans-serif;
  color: #5b7279;
  max-width: 480px;
}
.banner .carousel-inner .item .carousel-caption a {
  font: 700 16px/48px "Roboto", sans-serif;
  color: #f4f7fb;
  text-transform: uppercase;
  width: 180px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  margin-top: 20px;
}
.banner .carousel-inner .item .carousel-caption a:hover {
  background: #2c4850;
}
.banner .home1 {
  background: #000;
  background-size: right bottom;
  color: #f4f7fb;
}

.banner_home1 {
  position: relative;
}
.banner_home1 .carousel-indicators {
  left: 50%;
  transform: translateX(-50%);
}
.banner_home1 .carousel-indicators li {
  background-color: #f4f7fb;
}
.banner_home1 .carousel-inner .item {
  height: 600px;
  background: #415f68;
}
.banner_home1 .carousel-inner .item .carousel-caption h4, .banner_home1 .carousel-inner .item .carousel-caption h1, .banner_home1 .carousel-inner .item .carousel-caption p, .banner_home1 .carousel-inner .item .carousel-caption a {
  color: #f4f7fb;
}
.banner_home1 .carousel-inner .item .item_right {
/*   position: absolute; */
 /*  right: calc(50% - 570px); */
  bottom: 0;
}

/*--------------------------------------------------*/
.video_area {
  display: block;
}
.video_area .video_inner {
  position: relative;
  text-align: center;
}
.video_area .video_inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(18, 57, 73, 0.25);
}
.video_area .video_inner .video-js {
  width: 100%;
}
.video_area .video_inner .video-js .vjs-poster {
  background-size: cover;
  width: 100%;
  position: relative;
}
.video_area .video_inner .video-js .vjs-poster:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(18, 57, 73, 0.25);
}
.video_area .video_inner .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 3px solid #fff;
  border-radius: 50%;
  height: 60px;
  line-height: 60px;
  width: 60px;
  background: transparent;
  transition: all 300ms linear 0s;
}
.video_area .video_inner .video-js .vjs-big-play-button:hover {
  color: #4aa3df;
  border: 3px solid #4aa3df;
}
.video_area .video_inner img {
  width: 100%;
}
.video_area .video_inner .video_content {
  position: absolute;
  top: calc(50% - 53px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.video_area .video_inner .video_content .video_content_inner {
  display: block;
  text-align: center;
}
.video_area .video_inner .video_content .video_content_inner a {
  display: inline-block;
  color: #f4f7fb;
  font-size: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.video_area .video_inner .video_content .video_content_inner a i {
  display: block;
  line-height: 60px;
  font-size: 30px;
}
.video_area .video_inner .video_content .video_content_inner a:hover {
  color: #4aa3df;
  border: 3px solid #4aa3df;
}
.video_area .video_inner .video_content .video_content_inner h6 {
  padding-top: 30px;
  font: 700 14px "Droid Serif", serif;
  color: #f4f7fb;
}

.video_2 .video_inner {
  position: relative;
}
.video_2 .video_inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(74, 163, 223, 0.65);
}
.video_2 .video_inner img {
  width: 100%;
}

/*--------------------------------------------------*/
.maps_area #googleMap {
  width: 100%;
  height: 500px;
}

/*--------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
.box {
  cursor: pointer;
  height: 226px;
  overflow: hidden;
  position: relative;
  width: 280px;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.box .overbox {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 145px;
  left: 0;
  opacity: 0;
  padding: 113px 21px;
  position: absolute;
  top: 0;
  transition: all 300ms ease-out 0s;
  width: 292px;
  z-index: 100;
}

.box:hover .overbox { opacity: 1; }
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
  font-size: 20px;;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.banner_home1 .item_right > img {
  width: 100%;
} 
.productinfo a.featured_img{   float: left;
    min-height: 150px;
    text-align: center;
    width: 100%;}
.productinfo a.featured_img img{max-height: 130px;
    max-width: 100%;
    width: auto;}
.size40{font-size: 40px;}
.features_items  .col-sm-4{margin-bottom: 20px; margin-top: 20px;}
.view-product img{width:100%;}

/**************************************************************/
.pt-80 {
    padding-top: 80px;
}
.mb-60 {
    margin-bottom: 60px;
}
h2 {
    font-family: "Oswald",sans-serif;
    font-size: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
h2 span, h3 span {
    font-weight: 300;
}
#project-section .italic {
    margin-bottom: 8px;
}
.italic {
    font-style: italic;
}
.pr-0 {
    padding-right: 0;
}
.pl-0 {
    padding-left: 0;
} 
.black-bg {
    background: #2c2c2c none repeat scroll 0 0;
}
.dark-bg, .hover-bg:hover {
    background: #1fcab8 none repeat scroll 0 0;
}
.about-block {
    transition: all 0.4s linear 0s;
}
.fl {
    float: left;
}
.half-width {
    width: 50%;
}
.light-color * {
    color: #ffffff;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.pt-50 {
    padding-top: 50px;
}
.padding-20 {
    padding: 20px;
}
.mt-0 {
    margin-top: 0 !important;
}
.about-block p {
    line-height: 2;
}
.fr {
    float: right;
}
/**************************************************************/
.left-sidebar h3{margin-bottom:15px;}
.archive .features_items{ float: left; margin-top: 20px; width: 100%;}
.features_items .col-sm-4 .product-image-wrapper {
    border: 1px solid #dedede;
    box-shadow: 0 0 32px #dedede inset;
    padding: 15px;
}
.main_img  { border: 1px solid #dedede;
    box-shadow: 0 0 32px #dedede inset;text-align: center;
    padding: 15px;}
.main_img img{max-width:350px;max-height:350px;}
.gallery_img {float:left;width:100%;margin-top:15px;}
.gallery_img ul{float:left;width:100%;padding-left:0;}
.gallery_img ul li{float:left;width:90px;height:90px;overflow:hidden;list-style:none; border: 1px solid #dedede;
    box-shadow: 0 0 32px #dedede inset;
    padding: 5px;margin-right:10px;}
.gallery_img ul li img{width:100%;height:auto;cursor:pointer;}
.pointer {cursor:pointer;}
.pdt15{padding-top:15px!important;}
.categories .none-style{padding-left:0;}
.col-md-9.blog_post{margin-top:40px;}
.features_items .col-sm-4{min-height:300px;}
.features_items .col-sm-4 .single-products p{ float: left;
    min-height: 50px; margin-bottom: 10px;
    width: 100%;}
.wpcf7-response-output{float:left;}