/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

kbd,
sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #656565; }

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif; }

@font-face {
  font-family: 'icomoon';
  src: url('font/icomoon.eot?ymmurg');
  src: url('font/icomoon.eot?#iefixymmurg') format('embedded-opentype'), url('font/icomoon.woff?ymmurg') format('woff'), url('font/icomoon.ttf?ymmurg') format('truetype'), url('font/icomoon.svg?ymmurg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }
.fa {
  font-family: 'icomoon';
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 13px;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  display: inline-block; }

/*
 * ---:[ links ]:---
 */
a {
  color: #939faa;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #4591ed; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none; }
  .menu li {
    position: relative;
    float: left; }
      .menu li a:hover {
        background-color: #fbbf24;
        color: white;
      }
  .menu .sub-menu {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    list-style: none;
    z-index: 9999;
    background: #fff;/*#06121b;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 210px;
      margin: 0 0 0 -1px; }
  .menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0; }
  .menu .sub-menu li {
    width: 13.563em;
    clear: both; }
  .menu a {
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    line-height: 1em;
    letter-spacing: 1px;
    color: black;
    min-width: 130px;
    text-align: center;
    padding: 26px 20px; }

.menu_control {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  line-height: 1em;
  letter-spacing: 1px;
  color: white;
  padding: 30px 18px;
  display: none;
  background-color: #dddddd; }

  .menu .sub-menu a {
    padding: 13px 18px;
    border-bottom: 2px solid #e5e7eb;
    line-height: 25px; }
  .menu .current-menu-item > a {
    background-color: #fbbf24;
    color: white;
    cursor: text; }
  .menu .sub-menu .current-menu-item > a {
    background-color: #fbbf24; }
.sub-menu a {
  text-align: left;
}

/*
 * ---:[ header ]:---
 */
#site_title {
  font-size: 39px;
  line-height: 1.32em;
  font-weight: bold;
  color: #333333; }
  #site_title a {
    color: #333333; }
  #site_title a:hover {
    color: #4591ed; }

#site_tagline {
  font-size: 15px;
  color: #656565;
  line-height: 1.32em; }

h1 {
  font-size: 36px;
  line-height: 50px; }

h2 {
  font-size: 32px;
  line-height: 45px; }

h3 {
  font-size: 28px;
  line-height: 40px; }

h4 {
  font-size: 24px;
  line-height: 35px; }

h5 {
  font-size: 20px;
  line-height: 30px; }

h6 {
  font-size: 16px;
  line-height: 25px; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt h1,
.grt h2,
.grt h3,
.grt h4,
.grt h5,
.grt h6 {
  margin-bottom: 27px; }

  .grt h1.headline {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 47px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold; }
  .grt h2.headline {
    font-family: "Lato", sans-serif;
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 0px;
    font-weight: bold; }
    .grt h2.headline a {
      color: #333333; }
      .grt h2.headline a:hover {
        color: #4591ed; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 0.15em;
    float: left; }
  .grt .caption {
    margin-top: -13px;
    color: #656565; }

  .grt .small,
  .grt .caption {
    font-size: 12px;
    line-height: 23px; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .block,
  .grt .caption {
    margin-bottom: 26px; }

  .post_box .aligncenter,
  .post_box .alignnone,
  .post_box .post_image,
  .post_box .post_image_box,
  .post_box .wp-caption,
  .post_box .wp-post-image,
  .post_box .alert,
  .post_box .note {
    margin-bottom: 26px; }

.headline_area {
  margin-bottom: 26px; }

  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
    .grt ul ul,
    .grt ul ol {
      margin-bottom: 0; }
    .grt ol ul,
    .grt ol ol {
      margin-bottom: 0; }

.wp-caption p {
  margin-bottom: 0; }

  .post_box .alert p:last-child,
  .post_box .note p:last-child {
    margin-bottom: 0; }

  .post_content blockquote.right p,
  .post_content blockquote.left p {
    margin-bottom: 0; }

.grt .left {
  margin-bottom: 26px;
  margin-right: 26px; }

  .post_box .alignleft,
  .post_box .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }

.grt .right {
  margin-bottom: 26px;
  margin-left: 26px; }

  .post_box .alignright,
  .post_box .ad {
    margin-bottom: 26px;
    margin-left: 26px; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 24px;
  line-height: 35px;
  width: 45%;
  margin-bottom: 13px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box styles ]:---
 */
.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #333333; }

.headline a:hover {
  color: #4591ed; }

.byline,
.byline a {
  color: #656565; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline .post_edit {
  margin-left: 13px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.post_box blockquote {
  color: #656565;
  color: #656565;
  margin-left: 14px;
  border-top: 2px solid #e23129;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 0;
  padding-left: 63px; }

.post_box blockquote:before {
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  content: "\f10d";
  font-size: 48px;
  float: left;
  margin-left: -70px;
  margin-top: 5px;
  color: #dddddd; }

.post_box code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: #eeeeee;
  padding: 13px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: underline; }

.post_content li a:hover {
  text-decoration: none; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 13px; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin-bottom: 13px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.post_box .wp-caption p {
  font-size: 12px;
  line-height: 23px; }

.post_box .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 70px;
  height: 70px;
  float: right;
  clear: both;
  margin-left: 13px; }

.post_box .author_description .avatar {
  width: 81px;
  height: 81px;
  float: left;
  margin-right: 13px;
  margin-left: 0; }

.post_box .alert,
.post_box .note {
  padding: 13px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

.landing .headline_area {
  text-align: center; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #656565;
  text-decoration: none; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 26px; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #656565;
  margin-bottom: 13px;
  padding: 0 26px; }

.comments_closed {
  font-size: 12px;
  line-height: 23px;
  color: #656565;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 52px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 26px;
  background: #fafafa; }

.children .comment {
  list-style-type: none;
  margin-top: 26px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 26px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #4591ed; }

.comment .comment_head {
  margin-bottom: 13px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 12px;
  margin-left: 13px;
  color: #656565; }

.comment_date a {
  color: #656565; }

.comment_footer a {
  font-size: 12px;
  line-height: 23px;
  color: #656565;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 13px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 54px;
  height: 54px;
  float: right;
  margin-left: 13px; }

.comment_nav {
  font-size: 12px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 13px 26px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -52px 0 52px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

.comment_text p {
  margin: 5px 0 10px 0; }

.comment_list .comment-reply-link {
  padding: 1px 10px 5px 10px;
  border-radius: 10px;
  background: #333333;
  color: white;
  border: 0;
  display: inline-block; }

.comment_list .comment-reply-link:hover {
  background: #4591ed;
  color: white; }

.comment .avatar img {
  padding: 0px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  box-shadow: 0 0 3px #dddddd;
  -moz-box-shadow: 0 0 3px #dddddd;
  -webkit-box-shadow: 0 0 3px #dddddd; }

#commentform .block_title .comment_form_title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
  border-bottom: 6px solid #e3e3e3;
  color: #333333;
  padding: 0 0 0px 0;
  line-height: 33px;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0 10px 0; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #333333;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea.input_text {
  line-height: 27px; }

.input_submit {
  font-size: 19px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  color: white;
  border: 0;
  background: #333333;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible;
  border-radius: 4px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s; }

.input_submit:hover {
  background: #4591ed; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 26px 0;
  padding: 0 0; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 33px;
  color: #333333;
  margin: 0;
  border-bottom: 1px dotted #dddddd;
  padding: 0 0 5px 0; }

#commentform label {
  display: block;
  padding-bottom: 5px; }

#commentform p {
  margin-bottom: 13px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 12px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4591ed; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: #eeeeee; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 15px;
  line-height: 23px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 25px;
  color: #333333;
  line-height: 36px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #656565; }

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * header starts here
 */
.container_width {
  width: 1200px;
  margin: 0 auto; }

.top_inner_header:after,
.bottom_inner_header:after {
  display: table;
  clear: both;
  content: ''; }

.contactus {
  float: left; }
  .contactus h2,
  .contactus h3.email_ad,
  .contactus h4.phone_num {
    display: inline;
    margin-right: 15px;
    color: #656565;
    font-size: 14px;
    line-height: 27px; }
  .contactus h3.email_ad:before {
    font-family: 'icomoon';
    padding-right: 8px; }
  .contactus h4.phone_num:before {
    font-family: 'icomoon';
    padding-right: 8px; }

.top_header {
  background: white;
  padding: 15px; }

.social_widgets {
  float: right;
  line-height: 0; }

.social_follow {
  display: inline-block;
  margin-right: 10px; }

.social_widgets .social_follow a {
  display: block;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  color: #656565;
  background: whitesmoke; }

.social_widgets .social_follow a i {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  height: 28px;
  line-height: 26px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 28px; }

.fa-facebook:before {
  content: '\e903'; }

.fa-twitter:before {
  content: '\e904'; }

.fa-google-plus:before {
  content: '\e902'; }

.fa-pinterest:before {
  content: '\e908'; }

.fa-rss:before {
  content: '\e905'; }

.fa-linkedin:before {
  content: '\e906'; }

.fa-youtube:before {
  content: '\f167'; }

.bottom_header {
  background: #ffffff;/*#06121b;*/
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-bottom: solid 2px #e5e7eb;
}

.improve_logo {
  float: left;
  padding-top: 5px; }

.menu_box {
  float: right; }

/*
 * header ends here
 */
/*
 * slider starts
 */
  .swiper-slide h3 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 10px;
    font-weight: bold; }
    .swiper-slide h3 a {
      color: white; }
      .swiper-slide h3 a:hover {
        color: #4591ed; }
  .swiper-slide p {
    color: white;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px; }
  .swiper-slide .read a {
    color: white;
    font-size: 17px;
    line-height: 29px;
    border: 3px solid white;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 8px 16px;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    opacity: 0.7; }
    .swiper-slide .read a:hover {
      opacity: 1;
      background: #4591ed;
      border-color: #4591ed; }

.swiper-container {
  width: 100%;
  height: 100%;
  background: #333333;
  padding: 100px 0; }

.swiper-slide {
  font-size: 18px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 100px 40px 100px; }

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.swiper-slide .text {
  max-width: 500px; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1000; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto; }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto; }

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #111111;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: white; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: white; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #111111; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }
  .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/*
 * slider ends
 */
/*
 * features box starts
 */
.features_box {
  padding: 40px 0px 0px 0; }

.improve_features {
  padding: 20px 0px; }

.improve_feature_content:after,
.improve_feature_col:after {
  display: table;
  clear: both;
  content: ''; }

.improve_feature_col {
  float: left;
  width: 32%;
  margin-right: 24px;
  margin-bottom: 45px; }

.improve_feature_content .last {
  float: right;
  margin-right: 0; }

.improve_img {
  float: left;
  margin-right: 20px; }

.improve_content h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold; }

.improve_content {
  overflow: hidden; }

.improve_content h4 a {
  color: #1b4268; }

.improve_content p {
  color: #939faa;
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0 20px 0; }

.improve_content .permalink a {
  padding: 3px 15px;
  color: #939faa;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 6px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 14px 14px 14px 14px;
  -moz-border-radius: 14px 14px 14px 14px;
  -ms-border-radius: 14px 14px 14px 14px;
  border-radius: 14px 14px 14px 14px; }

.improve_content .permalink a:hover {
  background: #4591ed;
  border-color: #4591ed;
  color: white; }

/*
 * feature ends
 */
.improve_portolio_box,
.improve_team_box,
.testimonial {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }

.port_color {
  background: rgba(0, 0, 0, 0.7); }

.improve_portfolio_header {
  padding: 35px 10px 35px 10px; }

.portfolio_title h3 {
  text-align: center;
  width: 77%;
  margin: 0 auto;
  color: white;
  font-size: 40px;
  line-height: 51px;
  padding: 0 0 0px 0;
  font-weight: bold; }

.portfolio_para {
  color: white;
  text-align: center;
  width: 77%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 29px; }

.portfolio_content:after {
  display: table;
  clear: both;
  content: ''; }

.portfolio {
  position: relative;
  overflow: hidden;
  float: left;
  width: 24%;
  margin: 0 5px 10px 5px;
  border: 5px solid rgba(87, 88, 88, 0.64); }

.improve_portfolio_data {
  z-index: 9;
  bottom: -100%;
  width: 100%;
  height: 55%;
  padding: 15px 10px 15px 10px;
  background: rgba(255, 255, 255, 0.85);
    /*
   * background: rgba(0, 0, 0, 0.3);
   */
  text-align: center;
  opacity: 0;
  margin: 0 auto;
  visibility: hidden;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  position: absolute; }

.portfolio:hover .improve_portfolio_data {
  opacity: 1;
  visibility: visible;
  bottom: 0px; }

.improve_portfolio_data h3 {
  font-size: 17px;
  line-height: 27px;
  margin: 15px 0 0px 0; }

.improve_portfolio_data h3 a {
  color: #1b4268; }

.improve_portfolio_data h3 a:hover {
  color: #4591ed; }

.improve_portfolio_data p {
  font-size: 14px;
  line-height: 28px;
  color: #939faa; }

.improve_portfolio_data .permalink {
  position: absolute;
  bottom: 77%;
  left: 65%;
  -webkit-border-radius: 14px 14px 14px 14px;
  -moz-border-radius: 14px 14px 14px 14px;
  -ms-border-radius: 14px 14px 14px 14px;
  border-radius: 14px 14px 14px 14px;
  padding: 0px 10px; }

.improve_portfolio_data .permalink:before {
  content: "";
  position: absolute;
  height: 26px;
  top: 0px;
  left: 0;
  width: 100%;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1; }

.improve_portfolio_data .permalink a {
  margin: 10px 0;
  display: inline-block;
  font-size: 12px;
  line-height: 27px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #4591ed;
  text-align: center;
  padding: 3px 0 0 0;
  color: #4591ed; }

.improve_portfolio_data .permalink a:hover {
  background: #4591ed;
  border-color: #4591ed;
  color: white; }

.improve_portfolio_data .permalink a:before {
  font-family: 'icomoon';
  content: '\e909';
  font-size: 15px; }

.port_permalink {
  text-align: center;
  margin: 35px 0 0 0; }

.port_permalink a {
  background: #4591ed;
  color: white;
  padding: 9px 8px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 6px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  position: relative; }

/*
 * improve service starts
 */
.improve_services_box {
  padding: 45px 0; }

.improve_header_section {
  text-align: center;
  margin-bottom: 50px;
  position: relative; }
  .improve_header_section:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #4591ed;
    bottom: -12px;
    left: 47%;
    border-radius: 5px; }

.improve_services_content:after {
  display: table;
  clear: both;
  content: ''; }

  .improve_header_section h3 {
    text-align: center;
    width: 77%;
    margin: 0 auto;
    color: #1b4268;
    font-size: 40px;
    line-height: 51px;
    font-weight: bold; }
  .improve_header_section p {
    color: #939faa;
    text-align: center;
    width: 77%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 29px; }

.c_s_content_left {
  float: left;
  width: 50%;
  padding-right: 30px; }

.c_s_content_right {
  overflow: hidden; }
  .c_s_content_right h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    font-weight: bold; }
  .c_s_content_right ul li {
    margin-bottom: 20px;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 15px;
    line-height: 27px;
    color: #656565; }
    .c_s_content_right ul li:before {
      left: 0;
      position: absolute;
      font-family: 'icomoon';
      content: '\f00c';
      padding-right: 9px;
      color: #4591ed;
      top: 1px;
      font-size: 22px; }

.service_read {
  margin-left: 40px; }
  .service_read a {
    font-size: 12px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 9px 26px;
    border: 3px solid #4591ed;
    border-radius: 14px 14px 14px 14px;
    color: white;
    background-color: #4591ed;
    margin: 10px 0 20px 0;
    display: inline-block;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    position: relative; }
    .service_read a:hover:after {
      width: 100%; }

.port_permalink a:hover:after {
  width: 100%; }

.service_read a:after,
.port_permalink a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.05); }

/*
 * impore service ends
 */
/*
 * team
 */
.improve_team_box_color {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.4); }

  .improve_team_content .last {
    float: right;
    margin-right: 0; }
  .improve_team_content:after {
    display: table;
    clear: both;
    content: ''; }

.team_column {
  float: left;
  width: 23.25%;
  background-color: rgba(0, 0, 0, 0.15);
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  padding: 6px;
  border: 1px solid #656565; }
  .team_column .team_img_rm_sm {
    overflow: hidden;
    position: relative; }

  .improve_team_header h3,
  .improve_team_header p {
    color: white; }

.team_rm_sm .team_rm a:before {
  font-family: 'icomoon';
  content: '\f002'; }

.team_rm_sm {
  bottom: -27%;
  width: 100%;
    /*
   * height: 55%;
   */
  background: #4591ed;
  text-align: center;
  opacity: 0;
  margin: 0 auto;
  visibility: hidden;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  position: absolute; }

.team_column:hover .team_rm_sm {
  opacity: 1;
  visibility: visible;
  bottom: 0px; }

  .team_rm_sm:after {
    display: table;
    clear: both;
    content: ''; }
  .team_rm_sm .team_rm a {
    color: white;
    float: left;
    width: 50%;
    border-right: 1px solid rgba(229, 230, 230, 0.38);
    font-size: 16px;
    padding: 13px 10px; }
    .team_rm_sm .team_rm a:hover {
      background: rgba(0, 0, 0, 0.05); }
  .team_rm_sm .social_media {
    float: right;
    width: 50%;
    font-size: 16px;
    line-height: 27px;
    padding: 13px 10px; }
    .team_rm_sm .social_media:hover {
      background: rgba(0, 0, 0, 0.05); }
    .team_rm_sm .social_media a {
      color: white; }

.team_content {
  padding: 10px 10px 10px 10px;
  text-align: center;
  background: white; }
  .team_content h4 {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 5px; }
    .team_content h4 a {
      color: #1b4268; }
      .team_content h4 a:hover {
        color: #4591ed; }
  .team_content h5 {
    font-size: 15px;
    line-height: 20px;
    color: #4591ed; }
  .team_content p {
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 5px 0;
    color: #939faa; }

.team_rm_sm .social_follow {
  margin: 0 10px; }

/*
 * latest news starts
 */
.improve_recent_news {
  padding: 50px 0; }

  .latest_news_btm .info-comments {
    display: inline;
    margin-right: 15px; }
  .latest_news_btm .permalink {
    display: inline; }

.latest_news:after {
  display: table;
  clear: both;
  content: ''; }

.recent_news {
  float: left;
  width: 31.66%;
  margin-right: 30px; }

.latest_news .last {
  float: right;
  margin-right: 0; }

.lat_img img {
  border-radius: 5px; }

.latest_news_btm_title h4 {
  font-size: 21px;
  line-height: 30px;
  margin: 10px 0 7px 0;
  font-weight: bold; }
  .latest_news_btm_title h4 a {
    color: #1b4268; }
    .latest_news_btm_title h4 a:hover {
      color: #4591ed; }

  .latest_news_btm .byline .author {
    margin-right: 10px; }
  .latest_news_btm p {
    font-size: 16px;
    line-height: 29px;
    color: #656565; }

.rec_ftr_cont {
  border-top: 1px dotted #dddddd;
  padding-top: 20px;
  margin-top: 15px; }

.rec_ftr_cont .info-comments a,
.rec_ftr_cont .permalink a {
  font-size: 13px;
  line-height: 29px;
  background: #4591ed;
  color: white;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  position: relative; }

.rec_ftr_cont .info-comments a:after,
.rec_ftr_cont .permalink a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.05); }

.info-comments a:hover:after,
.permalink a:hover:after {
  width: 100%; }

/*
 * latesnews ends
 */
/*
 * testimonial starts
 */
.testimonial {
  padding: 50px 0; }

.cd-testimonials-wrapper {
  position: relative;
  background-color: #333333;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  padding: 20px 40px 70px;
  z-index: 1; }
  .cd-testimonials-wrapper::after {
    content: '\201C';
    position: absolute;
    top: 40px;
    left: 65px;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    margin-left: -25px;
    font-family: "Georgia", serif;
    color: white;
    font-size: 70px;
    font-size: 4.375rem;
    text-align: center;
    display: none; }

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 0 auto;
    padding: 50px 50px 50px; } }

@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
        /*
     * quotation mark visible
     */
    display: block; } }

.cd-testimonials {
  color: white;
  text-align: center; }
  .cd-testimonials::after {
    clear: both;
    content: "";
    display: table; }
  .cd-testimonials > li {
    position: absolute;
    opacity: 0; }
    .cd-testimonials > li:first-child {
      position: relative;
      opacity: 1; }
  .cd-testimonials p {
    font-family: "Georgia", serif;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 1em;
    padding: 0 14px; }

@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem; } }

@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6; } }

  .cd-author img,
  .cd-author .cd-author-info {
    display: inline-block;
    vertical-align: middle; }
  .cd-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
  .cd-author .cd-author-info {
    text-align: left;
    line-height: 1.2; }
      .cd-author .cd-author-info li:first-child {
        font-size: 14px;
        font-size: 0.875rem; }
      .cd-author .cd-author-info li:last-child {
        font-size: 12px;
        font-size: 0.75rem;
        color: #6b6b70; }

@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px; }

  .cd-author .cd-author-info {
    line-height: 1.4; }

  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem; }

  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem; } }

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0; }

.flex-direction-nav li:first-child {
  left: 0; }

.flex-direction-nav li:last-child {
  right: 0; }

.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
    /*
   * image replacement
   */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.no-touch .flex-direction-nav li a:hover {
  background-color: #323234; }

.flex-direction-nav li a::before,
.flex-direction-nav li a::after {
    /*
   * left and right arrows in css only
   */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: white; }

.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg); }

.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg); }

.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg); }

.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg); }

@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px; } }

@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before,
  .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }

  .flex-direction-nav li a:hover::before,
  .flex-direction-nav li a:hover::after {
    background-color: white; } }

/*
 * testimonail ends
 */
/*
 * clients starts
 */
.improve_clients_box {
  padding: 50px 0; }

  .clients_inner:after {
    display: table;
    clear: both;
    content: ''; }
  .clients_inner .last {
    float: right;
    margin-right: 0; }

.clients {
  float: left;
  width: 15.27%;
  margin-right: 20px; }
  .clients a {
    float: left;
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    margin-top: 30px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .clients a:hover {
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      -ms-border-radius: 23px;
      -o-border-radius: 23px;
      border-radius: 23px;
      -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1); }

/*
 * clients ends
 */
/*
 * Footer starts
 */

.top_inner_footer {
  padding: 50px 50px 0px 50px; }
  .top_inner_footer a {
    color: #939faa; }
  .top_inner_footer .widget_title {
    color: white;
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .top_inner_footer:after {
    display: table;
    clear: both;
    content: ''; }
  .top_inner_footer .widget {
    float: left;
    width: 23%;
    padding: 40px 20px 0px 0;
    margin: 0; }
  .top_inner_footer .widget_31 {
    float: left;
    width: 31%;
    padding: 40px 20px 0px 0;
    margin: 0; }
  .top_inner_footer .widget_text {
    float: right;
    padding: 40px 75px 40px 30px;
    background: #143148; }
    .top_inner_footer .widget_text .textwidget {
      color: #aaaaaa; }
  .top_inner_footer .widget_recent_entries ul li {
    position: relative;
    padding-left: 18px; }
    .top_inner_footer .widget_recent_entries ul li a:before {
      font-family: 'icomoon';
      content: "\f105";
      padding-right: 8px;
      position: absolute;
      left: 0; }
  .top_inner_footer .tagcloud a {
    font-size: 14px !important;
    padding: 0px 11px;
    border: 3px solid #1e3f5a;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 11px;
    display: inline-block; }
    .top_inner_footer .tagcloud a:hover {
      background: #4591ed;
      border-color: #4591ed;
      color: white; }
    .top_inner_footer .widget_categories ul li a:before {
      font-family: 'icomoon';
      content: "\f105";
      padding-right: 8px; }
    .top_inner_footer .widget_categories ul li a:hover {
      color: white;
      text-decoration: none; }
  .top_inner_footer .widget_recent_entries ul li a:hover {
    color: white;
    text-decoration: none; }

.btm_footer {
  text-align: center;
  padding: 10px 0;
  border-top: 3px solid #dddddd;
  border-bottom: 3px solid #dddddd; }
  .btm_footer p {
    font-size: 14px;
    line-height: 27px;
    color: #939faa;
    letter-spacing: 1px; }

/*
 * footer ends
 */
/*
 * blog starts
 */
.inner_cont_section:after,
.hme_pst_bx:after {
  display: table;
  clear: both;
  content: ''; }

.inner_cont_section {
  padding: 50px 0; }

.left_content {
  float: left;
  padding: 0 20px 0 0;
  width: 850px; }

.sidebar {
  /*width: 350px;*/
  float: right; }

.hme_post_left {
  float: left;
  width: 48%;
  margin-right: 15px; }

.hme_pst_bx {
  padding-bottom: 25px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #dddddd; }

.hme_post_right {
  overflow: hidden; }

.post_author,
.post_date {
  margin-right: 10px; }

.post_cats {
  display: inline;
  margin-right: 10px; }
  .post_cats:before {
    font-family: 'icomoon';
    content: '\e90a';
    padding-right: 4px; }

.post_date:before {
  font-family: 'icomoon';
  content: '\e901';
  padding-right: 4px; }

.num_comments_link:before {
  font-family: 'icomoon';
  content: '\f0e5';
  padding-right: 4px; }

.hme_post_byline {
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 7px 0 7px 0; }

.hme_pst_bx .post_excerpt p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0; }

.improve_readmore {
  display: inline; }

.hme_rgt_btm:after {
  display: table;
  clear: both;
  content: ''; }

.hpb_left {
  float: left; }

.hpb_right {
  float: right; }

.hme_post_right .num_comments_link,
.improve_readmore .read-more-blog a {
  font-size: 14px;
  line-height: 36px;
  height: 40px;
  background: #4591ed;
  color: white;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  position: relative; }

.hme_post_right .num_comments_link:after,
.improve_readmore .read-more-blog a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.05); }

.hme_post_right .num_comments_link:hover:after,
.improve_readmore .read-more-blog a:hover:after {
  width: 100%; }

.hme_post_right .num_comments_link {
  margin-right: 10px; }

.hme_rgt_btm {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px dotted #dddddd; }

.post_link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  position: relative;
  text-align: center; }
  .post_link.share {
    min-width: 42px;
    line-height: 40px;
    cursor: pointer;
    -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .post_link.share .improve-icon:nth-child(1) {
      z-index: 4;
      -moz-transform: translateX(30px);
      -ms-transform: translateX(30px);
      -webkit-transform: translateX(30px);
      transform: translateX(30px); }
      .post_link.share:hover .improve-icon:nth-child(1) {
        -moz-transform: translateX(41px);
        -ms-transform: translateX(41px);
        -webkit-transform: translateX(41px);
        transform: translateX(41px);
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
      .post_link.share:hover .improve-icon:nth-child(2) {
        -moz-transform: translateX(83px);
        -ms-transform: translateX(83px);
        -webkit-transform: translateX(83px);
        transform: translateX(83px);
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .post_link.share:hover .improve-icon:nth-child(3) {
        -moz-transform: translateX(125px);
        -ms-transform: translateX(125px);
        -webkit-transform: translateX(125px);
        transform: translateX(125px);
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .post_link.share:hover .improve-icon:nth-child(4) {
        -moz-transform: translateX(167px);
        -ms-transform: translateX(167px);
        -webkit-transform: translateX(167px);
        transform: translateX(167px);
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
  .post_link ul li a {
    color: white; }

.social_share a {
  padding: 0px 0px 0px 8px; }

  .post_link.share .improve-icon {
    width: 42px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 18px;
    opacity: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }
    .post_link.share .improve-icon:nth-child(2) {
      z-index: 3;
      -moz-transform: translateX(72px);
      -ms-transform: translateX(72px);
      -webkit-transform: translateX(72px);
      transform: translateX(72px); }
    .post_link.share .improve-icon:nth-child(3) {
      z-index: 2;
      -moz-transform: translateX(114px);
      -ms-transform: translateX(114px);
      -webkit-transform: translateX(114px);
      transform: translateX(114px); }
    .post_link.share .improve-icon:nth-child(4) {
      z-index: 1;
      -moz-transform: translateX(156px);
      -ms-transform: translateX(156px);
      -webkit-transform: translateX(156px);
      transform: translateX(156px); }
  .post_link.share:hover .improve-icon {
    opacity: 1;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear; }

.improve-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #eaeaea; }
  .improve-icon.fill {
    background: #222222;
    border-color: #222222; }

.share_fb.improve-icon.fill {
  background: #3b5998;
  border-color: #3b5998; }

.share_plus.improve-icon.fill {
  background: #dd4b39;
  border-color: #dd4b39; }

.share_tweet.improve-icon.fill {
  background: #00aced;
  border-color: #00aced; }

.share_linkedin.improve-icon.fill {
  background: #007bb6;
  border-color: #007bb6; }

.icon-facebook:before {
  content: "\e903"; }

.icon-googleplus:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e904"; }

.icon-reddit:before {
  content: "\e90c"; }

.icon-linkedin:before {
  content: "\e906"; }

.icon-stumbleupon:before {
  content: "\e907"; }

ul li {
  list-style: none; }

.fa-share-alt:before {
  font-family: 'icomoon';
  content: "\f064";
  font-size: 13px;
  color: #656565; }

/*
 * blog ends
 */
/*
 * sidebar starts
 */
.editors {
  position: relative; }
  .editors img {
    border-radius: 5px; }
  .editors .editor_content {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 22px;
    left: 22px;
    right: 22px;
    padding: 20px;
    bottom: 22px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center; }
    .editors .editor_content h3 {
      font-size: 21px;
      line-height: 36px;
      margin-bottom: 10px; }
    .editors .editor_content h3 a {
      color: white; }
    .editors .editor_content .permalink a {
      font-size: 16px;
      line-height: 27px;
      border: 1px solid white;
      padding: 6px 8px;
      border-radius: 5px;
      color: white; }

.editors:hover .editor_content {
  background: rgba(255, 255, 255, 0.92); }

.editors:hover h3 a,
.editors:hover .permalink a {
  color: #4591ed;
  border-color: #4591ed; }

  .sidebar .tagcloud a {
    font-size: 14px !important;
    line-height: 27px;
    padding: 0px 11px;
    border: 1px solid #dddddd;
    color: #333333;
    margin-right: 5px;
    margin-bottom: 11px;
    display: inline-block; }
  .sidebar .tagcloud a:hover {
    background: #4591ed;
    color: white; }
  .sidebar .widget {
    border: 1px solid #e3e3e3;
    padding: 25px;
    background: whitesmoke; }
    .sidebar .widget .widget_title {
      display: block;
      font-style: italic;
      text-align: left;
      margin-bottom: 19px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e3e3e3; }

.popular {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd; }

.popular:after {
  content: "";
  display: table;
  clear: both; }

.popular .featured_image {
  float: left;
  margin-right: 10px; }

.inner_popular {
  overflow: hidden; }

.inner_popular h3 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px; }

.inner_popular h3 a {
  color: #656565; }

.inner_popular h3 a:hover {
  color: #4591ed; }

.inner_popular .byline {
  font-size: 12px;
  color: #4591ed; }

.sb_recent_newss {
  position: relative;
  margin-bottom: 30px; }

.sb_recent_news_right {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  padding: 20px;
  bottom: 22px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .sb_recent_news_right .recent_news_title h4 {
    font-size: 19px;
    line-height: 32px; }
    .sb_recent_news_right .recent_news_title h4 a {
      color: #333333; }
  .sb_recent_news_right .cat_byline {
    font-size: 13px;
    line-height: 27px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 5px; }

.improve_sb_recent_news .last {
  margin-bottom: 0; }

.sb_recent_newss:hover .sb_recent_news_right {
  background: rgba(255, 255, 255, 0.92); }

.sb_recent_newss:hover .sb_recent_news_right .recent_news_title h4 a,
.sb_recent_newss:hover .sb_recent_news_right .cat_byline {
  color: #4591ed; }

.widget_search {
  position: relative;
  padding-right: 47px;
  margin-bottom: 25px; }
  .widget_search input[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.429;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.btn-success {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 34px;
  height: 33px;
  border: none; }


.fa-search:before {
  font-family: 'icomoon';
  content: '\f002';
  position: relative;
  top: 9px; }

/*
 * sidebar end
 */
/*
 * singlepage starts
 */
  .template-single .post_cats:before {
    display: none; }
  .template-single .post_cats {
    display: inline-block;
    margin-bottom: 11px;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #4591ed;
    border-bottom: 3px solid #4591ed;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px; }
  .template-single .post_cats a {
    color: #4591ed; }

.single_byline {
  margin: 7px 0 15px 0;
  padding: 2px 0 2px 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 27px; }
  .single_byline .post_author {
    margin-right: 4px;
    color: #1b4268; }
  .single_byline .post_author:after,
  .single_byline .num_comments_link:after {
    content: "|";
    padding-left: 7px;
    color: #656565; }
  .single_byline .num_comments_link:after {
    margin-right: 7px; }

.single_byline .num_comments_link {
  text-transform: uppercase; }

    .single_postbox .post_tags a {
      border: 1px solid #dddddd;
      border-radius: 6px;
      padding: 0px 8px;
      margin-bottom: 20px;
      margin-right: 5px;
      display: inline-block;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 29px; }
    .single_postbox .post_tags a:hover {
      background: #4591ed;
      color: white; }

/*
 * breadcrumbs starts
 */
.breadcrumbs {
  overflow: hidden;
  font-size: 14px;
  margin: auto auto 0px;
  padding: 0 0 6px 0; }
  .breadcrumbs a {
    color: #656565;
    text-decoration: none;
    padding: 6px 3px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: block;
    float: left;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out; }
  .breadcrumbs a:after {
    content: ">>";
    padding-left: 7px;
    color: #656565;
    font-size: 11px; }
  .breadcrumbs .current {
    padding: 0px 0 0px 11px;
        /*
     * margin-top: 3px;
     */
    float: left;
    font-size: 14px; }

/*
 * breadcrumbs ends
 */
/*
 * social sharing
 */
.social_sharings [class^="icon-"],
.social_sharings [class*=" icon-"] {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2px 6px; }

.social_sharings ul {
  margin: 0px !important; }
  .social_sharings ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px; }
    .social_sharings ul li a {
      padding: 0px 14px 0 0;
      display: block;
      font-size: 13px;
      line-height: 27px;
      color: white;
      font-weight: bold; }

.shares_tweet a {
  background: #00aced; }

.shares_fb a {
  background: #3b5998; }

.shares_plus a {
  background: #dd4b39; }

.shares_linkedin a {
  background: #007bb6; }

.shares_stumble a {
  background: #eb4823; }

.shares_reddit a {
  background: #a1cef9; }

/*
 * social sharing ends
 */
.prev_next {
  width: 100%;
  color: #656565;
  margin: 20px 0;
  border: 1px solid #dddddd;
  -webkit-box-shadow: inset 0 20px 20px -20px #dddddd;
  -moz-box-shadow: inset 0 20px 20px -20px #dddddd;
  box-shadow: inset 0 20px 20px -20px #dddddd; }

.previous_post {
  float: left;
  width: 50%; }

.previous_post a,
.next_post a {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
  color: #656565; }

  .previous_post a {
    padding: 13px 15px 13px 38px; }
  .previous_post a:before {
    content: "PREVIOUS STORY";
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 0.5px;
    margin-left: 15px;
    margin-bottom: 5px; }
  .previous_post a:after {
    content: '«';
    left: 35px;
    position: absolute;
    color: #656565;
    font-size: 20px;
    margin-top: -3px;
    height: 22px;
    line-height: 22px;
    top: 19%; }

.next_post {
  width: 50%;
  float: right;
  text-align: right; }
  .next_post a {
    padding: 13px 38px 13px 15px; }
  .next_post a:before {
    content: "NEXT STORY";
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 0.5px;
    margin-right: 15px;
    margin-bottom: 5px; }
  .next_post a:after {
    content: '»';
    right: 35px;
    position: absolute;
    color: #656565;
    font-size: 20px;
    margin-top: -3px;
    height: 22px;
    line-height: 22px;
    top: 19%; }

.prev_next:after {
  display: table;
  content: "";
  clear: both; }

.author_box_gravitar img {
  border: 1px solid white;
  background: #eeeeee;
  float: left;
  margin: 0 10px 5px 0;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 #b5b5b5;
  -moz-box-shadow: 0 0 3px 0 #b5b5b5;
  -webkit-box-shadow: 0 0 3px 0 #b5b5b5; }

.author_box {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 30px 0;
  overflow: hidden; }

.author_right {
  float: right;
  width: 86%;
  margin-left: 5px; }

.author_box_desc p {
  margin-bottom: 10px !important;
  font-size: 15px; }

.s_aut {
  display: inline-block; }
  .s_aut a {
    border: 1px solid white;
    padding: 2px 6px;
    margin-right: 5px;
    color: #eeeeee; }

.author_name {
  margin-right: 5px;
  font-size: 14px;
  line-height: 25px;
  color: #4591ed;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.author_name_media {
  float: left;
  width: 93%; }

.a_s_m {
  font-family: 'icomoon';
  font-size: 12px;
  font-style: normal; }

.bts_twitter a {
  background: #00a0d1; }

.author_twitter:before {
  content: '\e904'; }

.bts_facebook a {
  background: #3b5998; }

.author_facebook:before {
  content: '\e903'; }

.bts_gplus  a {
  background: #c63d2d; }

.author_google:before {
  content: '\e902'; }

.bts_linkedin  a {
  background: #4875b4; }

.author_linkedin:before {
  content: '\e906'; }

.bts_pinterest a {
  background: #910101; }

.author_pinterest:before {
  content: '\e908'; }

.bts_instagram a {
  background: #4e433c; }

.author_instagram:before {
  content: '\e90b'; }

.bts_youtube a {
  background: #c4302b; }

.author_youtube:before {
  content: '\e907'; }

  .single_postbox .post_tags a {
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 0px 8px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 29px; }
  .single_postbox .post_tags a:hover {
    background: #4591ed;
    color: white; }

.post_author:before,
.comment_author:before,
.latest_news_btm .byline .author:before {
  font-family: 'icomoon';
  content: '\f007';
  padding-right: 5px;
  font-size: 12px; }

.num_comments_link:before {
  font-family: 'icomoon';
  content: '\f0e5';
  padding-right: 5px; }

.post_date:before,
.inner_popular .byline span:before,
.comment_date:before,
.byline .date:before {
  font-family: 'icomoon';
  content: '\e901';
  padding-right: 5px; }

.improve_related_box {
  background: whitesmoke;
  padding: 20px 20px 5px 20px; }

.improve_related_box:after {
  display: table;
  clear: both;
  content: ""; }

.related_posts {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd; }
  .related_posts .thumbnail:after {
    display: table;
    clear: both;
    content: ''; }
  .related_posts .thumbnail .featured_image {
    float: left;
    margin-right: 15px; }
  .related_posts .byline span {
    font-size: 13px;
    color: #656565; }
  .related_posts .byline span:before {
    font-family: 'icomoon';
    content: '\e901';
    padding-right: 5px; }

.related_posts_cont {
  overflow: hidden; }
  .related_posts_cont p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 27px;
    color: #656565; }

.related_posts_title h4 {
  font-size: 18px;
  line-height: 25px;
  padding: 0px 0 10px 0;
  margin-bottom: 0; }
  .related_posts_title h4 a {
    color: #333333; }
  .related_posts_title h4 a:hover {
    color: #4591ed; }

#commentform .block_title .comment_form_title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
  border-bottom: 6px solid #e3e3e3;
  color: #1b4268;
  padding: 0 0 0px 0;
  line-height: 33px;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: 'Hind', sans-serif;
  padding: 0 0 10px 0; }

.single_postbox .block_title h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
  border-bottom: 6px solid #eeeeee;
  color: #333333;
  padding: 0 0 6px 0;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: normal; }

.comment_list {
  margin-left: 0 !important; }

/*
 * single page ends
 */
/*
 * errorpage starts
 */
.error_page {
  text-align: center;
  padding: 70px 20px; }
  .error_page h2 {
    font-size: 46px;
    line-height: 58px; }
  .error_page p {
    margin: 20px 0 30px 0; }
  .error_page a {
    color: #eeeeee;
    padding: 14px 31px;
    font-size: 15px;
    font-weight: 700;
    background: #333333;
    text-transform: uppercase;
    box-shadow: 3px 4px 4px #dddddd;
    -webkit-box-shadow: 3px 4px 4px #dddddd;
    -moz-box-shadow: 3px 4px 4px #dddddd; }
    .error_page a:hover {
      background: #4591ed; }

/*
 * errorpage ends
 */
.archive_title {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 1px; }

/*
 * single Page ends
 */
/*
 * landing page starts
 */
.optin_video_box_inner {
  text-align: center;
  padding: 50px 0; }

.optin_video_box {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 40px; }

.optin_video_box_color {
  background: rgba(0, 0, 0, 0.2); }

.optin_video_header {
  margin-bottom: 10px;
  width: 70%;
  margin: 0 auto; }
  .optin_video_header h2 {
    color: white;
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold; }
  .optin_video_header p {
    color: #cccccc;
    font-size: 18px;
    line-height: 32px; }

.ovb_top {
  width: 52%;
  margin: 0 auto;
  padding: 55px 0 50px 0; }

.squeeze_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.squeeze_video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

  .ovb_btm .form {
    background-color: rgba(0, 0, 0, 0.15);
    border-top: 1px solid #6b6565;
    padding: 20px 30px 25px;
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    display: inline-block; }
    .ovb_btm .form .names {
      display: inline-block;
      margin-right: 10px;
      border-left: 4px solid #4591ed; }
    .ovb_btm .btm_improve_optin input[type="text"] {
      color: #212121;
      width: 100%;
      display: inline-block;
      height: 49px;
      padding: 6px 25px;
      font-size: 14px;
      line-height: 1.429;
      background-color: white;
      border: 1px solid #dddddd; }
    .ovb_btm .btm_improve_optin input[type="submit"] {
      color: white;
      height: 49px;
      background-color: #4591ed;
      display: inline-block;
      border: none;
      cursor: pointer;
      padding: 10px 50px;
      font-size: 14px;
      line-height: 1.33;
      float: right;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }

.landing_header {
  text-align: center;
  margin-bottom: 50px; }
  .landing_header h2 {
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #1b4268;
    font-weight: bold; }
  .landing_header p {
    color: #939faa;
    font-size: 16px;
    line-height: 29px; }

.ftr_col:after {
  display: table;
  clear: both;
  content: ''; }

.ftr_col {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #e3e3e3; }

.feature_left {
  float: left;
  width: 50%; }

.feature_right {
  float: right;
  width: 50%; }
  .feature_right img {
    float: right; }

.feature1 .feature_cont,
.feature2 .feature_cont {
  padding: 45px 0 0 0; }

  .feature_cont h2 {
    font-size: 31px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #1b4268;
    font-weight: bold; }
  .feature_cont p {
    color: #939faa;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 15px; }
  .feature_cont .about_read a {
    font-size: 14px;
    line-height: 36px;
    height: 40px;
    background: #4591ed;
    color: white;
    display: inline-block;
    padding: 3px 14px;
    border-radius: 3px;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    position: relative; }
  .feature_cont .about_read a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.05); }
  .feature_cont .about_read a:hover:after {
    width: 100%; }

/*
 * landing page ends
 */
  .improve_threecolumn_portolio_box .port_color {
    background: rgba(0, 0, 0, 0.7);
    padding: 0 0 37px 0; }
  .improve_threecolumn_portolio_box .portfolio {
    width: 32%; }
  .improve_threecolumn_portolio_box .improve_portfolio_data .permalink {
    bottom: 81.6%; }

  .improve_fourcolumn_portolio_box .improve_portfolio_data .permalink {
    bottom: 77%; }

/*
 * pagination starts
 */
  .newpagination .current {
    padding: 7px 15px;
    background: #4591ed;
    color: #eeeeee;
    margin-right: 7px; }
  .newpagination a:hover {
    background: #4591ed;
    color: #eeeeee; }
  .newpagination a {
    border: 1px solid #dddddd;
    color: #333333;
    padding: 2px 13px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 8px;
    font-weight: 700;
    background: #eeeeee; }

/*
 * media starts
 */
@media screen and (max-width:1200px) {
  .container_width {
    width: 992px; }

  .improve_feature_col {
    margin-right: 19px;
    margin-bottom: 30px; }

  .improve_portfolio_data .permalink {
    bottom: 72%; }

  .portfolio {
    width: 23.5%; }

  .team_column {
    margin-right: 23.34px; }

  .recent_news {
    margin-right: 24px; }

  .clients {
    margin-right: 16px; }

  .team_rm_sm .social_follow {
    margin: 0 5px; }

  .top_inner_footer {
    padding-left: 25px; }

  .left_content {
    width: 695px; }

  /*.sidebar {
    width: 295px; }*/

  .editors .editor_content {
    padding: 10px; }

  .editors .editor_content h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px; }

  .sb_recent_news_right .recent_news_title h4 {
    font-size: 14px;
    line-height: 22px; }

  .sb_recent_news_right .cat_byline {
    font-size: 12px;
    line-height: 22px; }

  .improve_threecolumn_portolio_box .improve_portfolio_data .permalink {
    bottom: 77.2%; }

  .improve_fourcolumn_portolio_box .improve_portfolio_data p {
    display: none; }

  .improve_fourcolumn_portolio_box .improve_portfolio_data .permalink {
    bottom: 72%; } }

@media screen and (max-width:1022px) {
  .container_width {
    width: 735px; }

  .feature_inner,
  .land_inner_post {
    padding: 0 20px; }

  .portfolio {
    width: 31.9%; }

  .improve_feature_col {
    width: 46%;
    margin: 0 10px 30px 10px; }

  .improve_feature_content .last {
    float: left;
    margin-right: 20px; }

  .features_box {
    padding: 40px 0 0 0px; }

  .swiper-slide h3 {
    font-size: 29px;
    line-height: 35px; }

  .swiper-slide p {
    font-size: 17px;
    line-height: 27px; }

  .contactus {
    float: none; }

  .top_inner_header {
    text-align: center; }

  .social_widgets {
    float: none;
    margin: 15px 0 6px 0; }

  .improve_logo {
    float: none;
    padding-top: 10px; }

  .improve_logo img {
    margin: 0 auto; }

  .menu_box {
    float: none; }

  .team_column {
    width: 24%;
    margin-right: 9px; }

  .team_content h4 {
    font-size: 21px;
    line-height: 28px; }

  .team_rm_sm .social_media {
    width: 66%;
    font-size: 14px;
    padding: 7px 10px; }

  .team_rm_sm .team_rm a {
    padding: 7px 10px;
    width: 33%; }

  .recent_news {
    margin-right: 18px; }

  .clients {
    margin-right: 12px; }

  .clients a {
    margin-top: 12px; }

  .improve_clients_box {
    padding: 35px 0; }

  .top_inner_footer {
    padding-left: 20px; }

  .top_inner_footer .widget {
    float: none;
    width: 100%;
    padding: 15px 20px 0px 0; }

  .top_inner_footer .widget_31 {
    float: none;
    width: 100%;
    padding: 15px 20px 0px 0; }

  .top_inner_footer {
    padding: 30px 20px 30px 20px; }

  .top_inner_footer .widget_text {
    float: none;
    padding: 20px 0 0 0;
    background: #06121b; }

  /*
   * menu control starts
   */  .menu_control {
    text-align: center;
    display: block;
    width: 100%;
    border-width: 0;
    padding: 1em 25px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #111111; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    border-top: 1px solid #dddddd;
    opacity: 1;
    visibility: visible; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    padding: 1em 25px; }

  .menu .current-menu-item > a {
    background-color: #dddddd; }

  .menu > li > a {
    border-left-width: 1px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  /*
   * menu control ends
   */  .inner_cont_section {
    padding: 45px 20px; }

  .left_content {
    float: none;
    width: 100%;
    padding: 0; }

  .sidebar {
    float: none;
    /*width: 50%;*/
    margin-top: 20px; }

  .latest_news_btm_title h4 {
    font-size: 19px;
    line-height: 29px; }

  .feature1 .feature_cont,
  .feature2 .feature_cont {
    padding: 0px 0 0px 12px; }

  .feature_cont h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px; }

  .feature_cont p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px; }

  .ovb_top {
    width: 70%;
    padding: 25px 0 20px 0; }

  .improve_threecolumn_portolio_box .portfolio {
    width: 31.9%; }

  .improve_threecolumn_portolio_box .improve_portfolio_data .permalink {
    bottom: 70.2%; } }

@media screen and (max-width:767px) {
  .featured_image img {
    width: 100%; }

  .container_width {
    width: 100%; }

  .template-front .container_width {
    padding: 0 20px; }

  .clients {
    float: left;
    width: 28%;
    margin: 0 10px 0 10px; }

  .clients_inner .last {
    float: left;
    margin: 0 10px 0 10px; }

  .improve_feature_col {
    float: none;
    width: 100%;
    margin: 0 0px 25px 0px; }

  .improve_feature_content .last {
    float: none;
    margin-right: 0; }

  .portfolio {
    width: 47%; }

  .c_s_content_left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }

  .team_column {
    width: 46%;
    margin: 10px 6px 10px 7px; }

  .improve_team_content .last {
    float: left;
    margin: 10px 10px 10px 10px; }

  .recent_news {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px; }

  .cd-testimonials p {
    font-size: 16px;
    line-height: 27px; }

  .contactus h2,
  .contactus h3.email_ad,
  .contactus h4.phone_num {
    font-size: 13px;
    line-height: 25px; }

  .swiper-container {
    padding: 0px 0; }

  .swiper-slide {
    padding: 40px 60px 45px 60px; }

  .hme_post_left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }

  .sidebar {
    float: none;
    width: 66%; }

  .improve_portfolio_data .permalink {
    bottom: 73%; }

  .author_right {
    width: 82%; }

  .previous_post {
    float: none;
    width: 100%; }

  .optin_video_box_inner {
    padding: 35px 0; }

  .optin_video_header {
    width: 91%; }

  .optin_video_header h2 {
    font-size: 26px;
    line-height: 38px; }

  .optin_video_header p {
    font-size: 16px;
    line-height: 29px; }

  .ovb_top {
    width: 84%; }

  .ovb_btm {
    width: 94%;
    margin: 0 auto; }

  .ovb_btm .form .names {
    width: 36%; }

  .ovb_btm .btm_improve_optin input[type="text"] {
    height: 40px;
    padding: 6px 10px; }

  .ovb_btm .btm_improve_optin input[type="submit"] {
    height: 40px;
    padding: 10px 10px; }

  .improve_threecolumn_portolio_box .portfolio {
    width: 47%; }

  .improve_threecolumn_portolio_box .portfolio_content {
    padding: 0 20px; }

  .improve_portfolio_data {
    padding: 7px 10px 7px 10px; }

  .improve_fourcolumn_portolio_box .improve_portfolio_data .permalink {
    bottom: 75%; } }

@media screen and (max-width:479px) {
  .swiper-slide {
    padding: 45px 45px; }

  .improve_img {
    float: none;
    margin-right: 0; }

  .improve_img img {
    margin: 0 auto; }

  .improve_content {
    text-align: center;
    margin-top: 10px; }

  .portfolio_title h3 {
    width: 100%;
    font-size: 36px;
    line-height: 47px; }

  .portfolio {
    width: 100%;
    margin: 0 0px 10px 0px; }

  .port_permalink {
    margin: 25px 0 0 0; }

  .improve_header_section h3 {
    width: 96%;
    font-size: 36px;
    line-height: 47px; }

  .improve_header_section p {
    width: 90%; }

  .team_column {
    width: 100%;
    margin: 10px 0px 20px 0px; }

  .improve_team_content .last {
    float: none;
    margin: 10px 0px 20px 0px; }

  .improve_team_box_color {
    padding: 25px 0 25px 0; }

  .testimonial {
    padding: 25px 0; }

  .clients {
    width: 42.75%; }

  .improve_recent_news {
    padding: 29px 0; }

  .hpb_left {
    float: none;
    width: 100%;
    margin-bottom: 15px; }

  .hpb_right {
    float: none;
    width: 100%; }

  .sidebar {
    float: none;
    width: 100%; }

  .editors .editor_content,
  .sb_recent_news_right {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px; }

  .top_header {
    padding: 15px 5px; }

  .improve_portfolio_data .permalink {
    bottom: 76%; }

  .author_right {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 10px; }

  .related_posts .thumbnail .featured_image {
    float: none;
    margin-right: 0;
    margin-bottom: 10px; }

  .related_posts_title h4 {
    padding: 0px 0 5px 0; }

  .related_posts .thumbnail .featured_image img {
    width: 100%; }

  .ovb_btm .form .names {
    width: 100%;
    margin-bottom: 10px; }

  .ovb_btm .btm_improve_optin input[type="submit"] {
    width: 100%; }

  .landing_header {
    margin-bottom: 30px; }

  .feature_left {
    float: none;
    width: 100%;
    margin-bottom: 10px; }

  .feature_right {
    float: none;
    width: 100%; }

  .feature1 .feature_cont,
  .feature2 .feature_cont {
    padding: 0; }

  .improve_threecolumn_portolio_box .portfolio {
    width: 100%; }

  .improve_threecolumn_portolio_box .improve_portfolio_data .permalink {
    bottom: 74.2%; }

  .improve_fourcolumn_portolio_box .improve_portfolio_data .permalink {
    bottom: 79%; }

  .improve_fourcolumn_portolio_box .improve_portfolio_data p {
    display: block; }

  .social_follow {
    margin-right: 7px; } }

@media screen and (max-width:319px) {
   }