/* =========================================
 * =========================================

*** Index page styles ***
   
* 00. Browser Reset & Common CSS
* 01. hearo_area CSS
* 02. feature_area CSS
* 03. video_area CSS
* 04. product_area CSS
* 05. cta_area CSS
* 06. Brand CSS
* 07. service area CSS
* 08. funfact_area CSS
* 09. pricing_area CSS 
* 10. testimonial_area CSS
* 11. faq_area CSS
* 12. cta_2 CSS
* 13. get_touch CSS
* 14. footer CSS
* 15. Blog CSS 

 * =========================================
 * =========================================
 */

/*
*****************************************
>>> |Default Theme Global Styles|
*****************************************
*/
a{
  color: #1E79F2;
}
a:hover{
  color: #1d6eda;
}

/*
*****************************************
>>> |Default WordPress Core CSS|
*****************************************
*/
.page-links {
    border: 2px solid #EAEAEA;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
}
.page-links > span{
    padding: 0px 5px;
    color: #999999;
}
.page-links a span{
    padding: 0px 5px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-links a span:hover{
    color: #337ab7;

}
.page-links .page-links-title {
    color: #000;
    font-weight: 700;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky {

}
.gallery-caption{

}

.bypostauthor{
}

.redux-dev-mode-notice-container.redux-dev-qtip { display: none; }

.post-password-form input[type=password] {
    border-radius: 3px;
    border: 1px solid #e8edf2;
    height: 40px;
    padding: 0px 5px;
    display: block;
}
.post-password-form input[type=submit] {
    border: none;
    background: #288FEB;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    font-family: 'proxima_novasemibold';
}



table thead tr:first-child,
table tbody tr:first-child{
    border-top: 1px solid #eaeaea;
}
table thead tr,
table tbody tr{
    border-bottom: 1px solid #eaeaea
}
table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td{
    border-right: 1px solid #eaeaea;
    padding: 10px;
}

table thead tr th:first-child,
table thead tr td:first-child,
table tbody tr th:first-child,
table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
}


/* PAGINATION */
.blog-pagination{
  clear: both
}

.pagination {
  display: block;
  margin: 80px 0 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
}

.pagination li {
  display: inline-block;
}

.pagination a, .pagination span.dots, .pagination span.current {
  border: 1px solid #e7eaf7;
  color: #bababa;
  display: inline-block;
  font-family: "proxima_nova_rgbold";
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.pagination a:hover, 
.pagination span.dots:hover, 
.pagination span.current:hover{
    background-color: #1e79f2;
    color: #fff;
}

.pagination .page-numbers.current {
    border: 1px solid #288FEB;
    padding: 0px 14px;
}


section.widget ul{
    margin: 0px;
    padding: 0px;
}
section.widget ul li {
    list-style: none;
    color: #8d9bae;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}


section.widget ul > li  ul {
  padding-left: 0px;
}

section.widget ul li ul li {
  padding: 0px;
}
section.widget ul li ul li:before{
  left: -18px;
  top: 0px;
}
section.widget ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
section.widget ul li:before{
    content: '\f101';
    position: absolute;
    font-family: fontawesome;
    left: 12px;
    top: -1px;
}

section.widget select {
    width: 100%;
    height: 35px;
    border-radius: 2px;
}

.one-search-form form {
    position: relative;
    background: #eff3f8
}
.one-search-form form input[type='search'] {
    border: none;
    background-color: transparent;
    padding: 11px 10px;
    color: #487fab;
    width: 80%;
    padding-right: 40px;
}
.one-search-form form button {
    float: right;
    color: #8da0b8;
    background: none;
    border: none;
    margin: 12px 12px 0px 0px;
}

#wp-calendar {
    width: 100%;
}
#wp-calendar tr th,
#wp-calendar tr td {
    border: 1px solid #1e79f2;
    text-align: center;
    padding: 8px 0px;
    color: #232323;
}
#wp-calendar tr th {
    background: #1e79f2;
    color: #fff;
}

#wp-calendar tr td a {
    font-family: 'proxima_nova_rgbold';
    color: #379DF8;
}

#wp-calendar tr td#today {
    background: #1e79f2;
}
#wp-calendar tr td#today a {
    color: #fff;
}

.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 28px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 20px;
}
.h5, h5 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 16px;
}
.h6, h6 {
    font-size: 14px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
blockquote {
    margin: 10px 0 20px;
}

.pColor, body, .feature_area .features .feature_dsc a.read_me, .cta_2 .cta_btn .default-btn, .get_touch .modal-dialog .modal-content .modal_head .h2 {
  color: #333333; }

.cf, .single .bread_crumb_area .breadcrumb .h1, .single .bread_crumb_area .breadcrumb .page_link a,
.single .bread_crumb_area .breadcrumb .page_link span, .header-area ul li ul li a, .header-area ul li ul li:hover > a,
.header-area ul li ul li.current_page_item > a,
.header-area ul li ul li.current-page-ancestor > a, .feature_area .features .single_feature .sf_inner:before, .get_touch .modal-dialog .modal-content .modal-close, .get_touch .modal-dialog .modal-content form input[type="submit"] {
  color: #ffffff; }

.cPrimary, .loader, .single .bread_crumb_area .breadcrumb .page_link a:hover, header .container .logo > span, header ul.menu li a:hover, header ul.menu > li:hover > a, header ul.menu > li.current-menu-item > a, .feature_area .features .feature_dsc a.read_me:hover, .feature_area .features .single_feature:hover .sf_inner h4, .pricing_area .single_price .price_head .h1, .pricing_area .single_price .price_body ul li:before, .testimonial_area .tst_btn a, .faq_area .newsletter form input[type="submit"], footer .footer_top .widget.widget_link li a:hover, footer .footer_top .widget_contact ul li a:hover, footer .footer_top .widget_contact ul li a i, footer .footer_top .footer_social a,  aside section .single_recent .h5:hover,  aside section .cat-links li a:hover, .blog_area .comment_form form input[type="submit"]:hover {
  color: #1e79f2; }

.cPrimary_bg, .styler .icon, .styler .styleInner .single_style .style_btn a.active, .styler .styleInner .single_style .single_color, .styler .styleInner .single_style .single_bg, .slicknav_btn, .slicknav_nav, .loader,
.loader:before,
.loader:after, .default-btn, header ul.menu > li > a:before, .header-area ul li ul, .feature_area .features .single_feature .sf_inner:before, .video_area:before, .video_area:after, .brand_area .brand_slider .single_slide:before, .funfact_area, .pricing_area .single_price.active:before, .faq_area .newsletter, .faq_area .newsletter form input[type="email"], .cta_2, .get_touch .modal-dialog .modal-content .modal-close, .get_touch .modal-dialog .modal-content form input[type="submit"], footer .footer_top .widget_contact a.btn, footer .footer_btm .top_scrl, .blog_area .pagination li a:hover,
.blog_area .pagination li > span, .blog_area .comment_form form input[type="submit"], .feature-twoboxs, .call_ta_area {
  background-color: #1e79f2; }

.cPdark_bg, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover, .default-btn:before, footer .footer_top .widget_contact a.btn:before {
  background-color: #1d6eda; }

.cp_bo, .get_touch .modal-dialog .modal-content form input:not([type="submit"]):focus, .get_touch .modal-dialog .modal-content form textarea:focus, .blog_area .comment_form form input:not([type="submit"]):focus, .blog_area .comment_form form textarea:focus, .blog_area .comment_form form input[type="submit"]:hover {
  border-color: #1e79f2; }

.trns, .box_mode, .styler, header ul.menu > li > a:before, .v3 .home_area .home_content .home_btn, .feature_area .features .feature_dsc a.read_me, .feature_area .features .feature_dsc a.read_me:hover i, .feature_area .features .single_feature .sf_inner:before, .feature_area .features .single_feature .sf_inner h4, .pricing_area .single_price:hover, .faq_area .featured_clients .featured_slider a, .get_touch .modal-dialog .modal-content form input:not([type="submit"]), .get_touch .modal-dialog .modal-content form textarea, .get_touch .modal-dialog .modal-content form input[type="submit"], footer .footer_top .widget.widget_link li a, footer .footer_top .widget_contact ul li a, .blog_area .pagination li a, .blog_area .pagination li > span,  aside section .single_recent .h5,  aside section .cat-links li a, .blog_area .comment_form form input:not([type="submit"]), .blog_area .comment_form form textarea, .blog_area .comment_form form input[type="submit"] {
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.flex_center, .home_area .home_col, .feature_area .features > div, .video_control, .video_area .vdo_dsc, .product_area .product_col, .funfact_area .counter_col > div,
.funfact_area .fun_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

/*

    styler

*/
body {
  background-image: url(../../one/img/bg/01.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  overflow-x: hidden; 
}

.box_mode {
  background-color: #ffffff;
  position: relative; }

.box_mode.active {
  width: 1200px;
  margin: 15px  auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
  overflow: hidden;
}
  @media only screen and (min-width: 1600px) {
    .box_mode.active {
      width: 80%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box_mode.active {
      width: 985px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .box_mode.active {
      width: 770px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .box_mode.active {
      width: 90%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .box_mode.active {
      width: 80%; } }

.styler {
  position: fixed;
  background: #ffffff;
  width: 310px;
  right: -310px;
  top: 0px;
  z-index: 102;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
  height: 100%; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .styler {
      width: 85%;
      right: -85%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .styler {
      width: 310px;
      right: -310px; } }
  .styler .icon {
    border-radius: 10px 0 0 10px;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    left: -40px;
    position: absolute;
    text-transform: uppercase;
    top: 45%;
    width: 40px;
    text-align: center;
    line-height: 50px; }
  .styler .styleInner {
    min-height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    padding: 15px 30px;
    overflow-y: scroll;
    text-align: center; }
    .styler .styleInner .single_style {
      border-bottom: 1px solid #ddd;
      padding: 20px 0; }
      .styler .styleInner .single_style .h3 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 20px; }
      .styler .styleInner .single_style .style_btn a {
        padding: 0 20px;
        line-height: 35px;
        border: 1px solid #ddd;
        margin: 0 5px;
        color: #999;
        text-transform: uppercase;
        font-size: 12px;
        min-width: 100px; }
        .styler .styleInner .single_style .style_btn a.active {
          color: #fff; }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .styler .styleInner .single_style .style_btn a {
            min-width: 90px; } }
      .styler .styleInner .single_style .single_color {
        width: 40px;
        height: 30px;
        display: inline-block;
        margin: 5px; }
      .styler .styleInner .single_style .default-btn {
        line-height: 45px;
        margin-bottom: 15px;
        padding: 0 35px;
        min-width: 150px; }
        .styler .styleInner .single_style .default-btn.active {
          background-color: #ef473a; }
          .styler .styleInner .single_style .default-btn.active:before {
            background-color: #d6291b; }
      .styler .styleInner .single_style .single_bg {
        width: 40px;
        height: 30px;
        display: inline-block;
        margin: 5px;
        background-size: cover;
        background-position: center; }
      .styler .styleInner .single_style .color-preview {
        display: block;
        min-width: 30px;
        height: 20px; }
      .styler .styleInner .single_style .single_picker {
        margin-bottom: 20px; }
        .styler .styleInner .single_style .single_picker:last-child {
          margin-bottom: 0; }
        .styler .styleInner .single_style .single_picker .note {
          font-style: italic;
          color: grey;
          margin-top: 5px;
          font-weight: 300; }

.styler.active {
  right: 0; }

/*!
 * Bootstrap Colorpicker v2.3.6
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../img/bootstrap-colorpicker/saturation.png);
  cursor: crosshair;
  float: left; }
  .colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px; }
    .colorpicker-saturation i b {
      display: block;
      height: 5px;
      width: 5px;
      border: 1px solid #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px; }

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px; }

.colorpicker-hue {
  background-image: url(../img/bootstrap-colorpicker/hue.png); }

.colorpicker-alpha {
  background-image: url(../img/bootstrap-colorpicker/alpha.png);
  display: none; }

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain; }

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500; }

.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0; }

.colorpicker:after {
  clear: both; }

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.colorpicker div {
  position: relative; }

.colorpicker.colorpicker-with-alpha {
  min-width: 140px; }

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block; }

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../img/bootstrap-colorpicker/alpha.png);
  background-position: 0 100%; }

.colorpicker-color div {
  height: 10px; }

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both; }

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px; }

.colorpicker-selectors i + i {
  margin-left: 3px; }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px; }

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto; }

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto; }

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url(../img/bootstrap-colorpicker/hue-horizontal.png); }

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url(../img/bootstrap-colorpicker/alpha-horizontal.png); }

.colorpicker.colorpicker-hidden {
  display: none; }

.colorpicker.colorpicker-visible {
  display: block; }

.colorpicker-inline.colorpicker-visible {
  display: inline-block; }

.colorpicker-right:before {
  left: auto;
  right: 6px; }

.colorpicker-right:after {
  left: auto;
  right: 7px; }

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0; }

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  display: none; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .slicknav_menu {
      display: block; } }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #ffffff;
    font-weight: bold; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff; }

.slicknav_btn {
  text-decoration: none;
  margin: 6px 0;
  border-radius: 4px; }

.slicknav_nav {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 50px;
  min-width: 280px;
  border-radius: 3px; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px; }
    .slicknav_nav .slicknav_row:hover {
      color: #ffffff; }
  .slicknav_nav a {
    padding: 5px 10px;
    text-decoration: none;
    color: #ffffff; }
    .slicknav_nav a:hover {
      color: #ffffff; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

/*
 *****************************************
 >>> | 00 Browser Reset & Common CSS|
 *****************************************
*/
/* preloader */
.loader_wrep {
  background: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  display: table; }

.loader_cell {
  display: table-cell;
  vertical-align: middle; }

.loader,
.loader:before,
.loader:after {
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader {
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px; }

a:focus,
a:hover,
a:visited,
input,
.quote_area .quote_form .bootstrap-select > .dropdown-toggle,
input:hover, .quote_area .quote_form .bootstrap-select > .dropdown-toggle:hover,
input:focus, .quote_area .quote_form .bootstrap-select > .dropdown-toggle:focus,
input:active,
.quote_area .quote_form .bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none !important; }

.static {
  position: static !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.r0 {
  right: 0; }

.l0 {
  left: 0; }

.t0 {
  top: 0; }

.b0 {
  bottom: 0; }

img {
  max-width: 100%; }

a,
span {
  display: inline-block; }


.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300; }

.section_title .h1 {
    font-size: 47px;
    margin: 0;
}

.default-btn {
  font-size: 18px;
  padding: 0 55px;
  line-height: 60px;
  border-radius: 30px;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(30, 121, 242, 0.2); }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .default-btn {
      font-size: 16px;
      line-height: 55px;
      padding: 0 40px; } }

.sp100 {
  padding: 100px 0; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .sp100 {
      padding: 60px 0; } }

.spb100 {
  padding-bottom: 100px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spb100 {
      padding-bottom: 60px; } }

.spt100 {
  padding-top: 100px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spt100 {
      padding-top: 60px; } }

.section_title {
    text-align: center;
}

.section_title.h1 {
    font-size: 47px;
    margin: 0; 
}
.section_title.h2 {
    margin: 0; 
    font-size: 36px;
}
.section_title.h3 {
    margin: 0; 
    font-size: 24px;
}
.section_title.h4 {
    margin: 0; 
    font-size: 22px;
}
.section_title.h5 {
    margin: 0; 
    font-size: 14px;
}






  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .section_title {
      margin-bottom: 50px; }
      .section_title .h1 {
        font-size: 30px; }
        .section_title .h1 br {
          display: none; } }

.round_animate_wrap {
    position: absolute;
    right: -60px;
    top: 90px;
    padding: 5px;
    overflow: hidden;
    z-index: 0;
}

.round_animate {
  width: 600px;
  height: 600px;
  position: relative;
  margin: 40px auto; }
  .round_animate .shape_1 {
    border: 1px solid #dff0ff;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(23deg);
    animation: shape_1 35s linear infinite; }
    .round_animate .shape_1 span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #96ceff;
      position: absolute;
      left: 50%; }
      .round_animate .shape_1 span.r_1 {
        top: -5px;
        margin-left: -5px; }
      .round_animate .shape_1 span.r_2 {
        margin-left: -224px;
        top: 90px; }
      .round_animate .shape_1 span.r_3 {
        margin-left: -202px;
        top: 520px; }
      .round_animate .shape_1 span.r_4 {
        margin-left: 273px;
        top: 405px; }
  .round_animate .shape_2 {
    border: 1px solid #eaf5ff;
    width: 500px;
    top: 50px;
    height: 500px;
    left: 50px;
    border-radius: 50%;
    position: absolute;
    transform: rotate(-41deg);
    animation: shape_2 25s linear infinite; }
    .round_animate .shape_2 span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #bbdfff;
      position: absolute;
      left: 50%; }
      .round_animate .shape_2 span.r_1 {
        top: -5px;
        margin-left: -5px; }
      .round_animate .shape_2 span.r_2 {
        margin-left: -201px;
        top: 90px; }
      .round_animate .shape_2 span.r_3 {
        margin-left: -202px;
        top: 398px; }
      .round_animate .shape_2 span.r_4 {
        margin-left: 235px;
        top: 315px; }
  .round_animate .shape_3 {
    border: 1px solid #f1f8ff;
    width: 400px;
    top: 100px;
    height: 400px;
    left: 100px;
    border-radius: 50%;
    position: absolute;
    transform: rotate(0deg);
    animation: shape_3 15s linear infinite; }
    .round_animate .shape_3 span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #d0e9ff;
      position: absolute;
      left: 50%; }
      .round_animate .shape_3 span.r_1 {
        top: -5px;
        margin-left: -5px; }
      .round_animate .shape_3 span.r_2 {
        margin-left: -175px;
        top: 90px; }
      .round_animate .shape_3 span.r_3 {
        margin-left: -141px;
        top: 340px; }
      .round_animate .shape_3 span.r_4 {
        margin-left: 172px;
        top: 285px; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shape_1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Standard syntax */
@keyframes shape_1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Safari 4.0 - 8.0 */
@-webkit-keyframes shape_2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Standard syntax */
@keyframes shape_2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Safari 4.0 - 8.0 */
@-webkit-keyframes shape_3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Standard syntax */
@keyframes shape_3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Safari 4.0 - 8.0 */
@-webkit-keyframes animate_color {
  60% {
    color: #ef473a; } }
/* Standard syntax */
@keyframes animate_color {
  60% {
    color: #ef473a; } }
/* breadcrumb */
.single .bread_crumb_area {
  position: relative;
  z-index: 1; }
  .single .bread_crumb_area:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1d2229;
    opacity: .9; }
  .single .bread_crumb_area .one-breadcrumb {
    margin: 0;
    background: transparent;
    padding: 60px 0;
    text-align: center; }
    .single .bread_crumb_area .one-breadcrumb .h1 {
      font-size: 48px;
      margin: 0 0 20px;
      font-weight: 300; 
      color: #fff;
  }
      .single .bread_crumb_area .breadcrumb .page_link a:not(:first-child):before,
      .single .bread_crumb_area .breadcrumb .page_link span:not(:first-child):before {
        content: '-';
        margin: 0 6px 0 2px; }

/*
 *****************************************
 >>> | 01. hearo_area CSS|
 *****************************************
*/
header {
  border-bottom: 1px solid #e2e2e2;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transform: translateY(0);
  transform: translate3d(0, 0, 0);
  transition: .25s transform;
  backface-visibility: hidden;
  z-index: 100; }


  header .container {
    padding: 30px 15px; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      header .container {
        padding: 15px; } }
    header .container .logo > span {
      font-size: 24px;
      line-height: 40px; }
  header.fixed_header.sticky {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    animation: sticky_anim .4s; }
    header.fixed_header.sticky .container {
      padding: 15px; }
    @media only screen and (min-width: 992px) {
      header.fixed_header.sticky {
        position: fixed; } }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      header.fixed_header.sticky {
        padding: 20px 15px;
        background-color: #ffffff; } }
    header.fixed_header.sticky ul.menu > li > a:before {
      bottom: -16px; }
@keyframes sticky_anim {
  0% {
    transform: translateY(-120px);
    transform: translate3d(0, -120px, 0); }
  100% {
    transform: translateY(0);
    transform: translate3d(0, 0, 0); } }
  header ul.menu {
    margin: 0;
    list-style: none;
    text-align: right; 
}
header ul.menu > li {
    margin: 0 20px;
    display: inline-block;
}
      header ul.menu > li > a {
        line-height: 30px;
        padding: 5px 0;
        color: #333333;
        position: relative; }
        header ul.menu > li > a:before {
          content: '';
          width: 0px;
          height: 3px;
          left: 50%;
          margin-left: -23px;
          position: absolute;
          bottom: -31px; }
        header ul.menu > li > a.sub-siblings:before {
          margin-left: -33px; }
      header ul.menu > li:hover a:before, header ul.menu > li.current-menu-item a:before {
        width: 46px; }
      header ul.menu > li:last-child {
        margin-right: 0; }

header ul.menu li a {
  font-weight: 500;
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }

header ul.menu > li > a {
  font-weight: 500;
  font-size: 16px; }

@media only screen and (min-width: 992px) {
  .header-area ul,
  .header-area .sub-siblings:after {
    transition: .4s; }

  .header-area ul li {
    position: relative; }

  .header-area ul li a {
    margin-left: 0; }

  .header-area ul li ul {
    left: 0;
    position: absolute;
    top: 300%;
    width: 230px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9; }

  .header-area ul.menu > li:nth-last-child(1) > ul,
  .header-area ul.menu > li:nth-last-child(2) > ul,
  .header-area ul.menu > li:nth-last-child(3) > ul {
    right: 0;
    left: auto; }

  .header-area ul li ul li {
    display: block;
    background-color: transparent; }

  .header-area ul li ul li a {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    line-height: 30px;
    background-color: transparent; }

  header.header-area ul li ul li a:before {
    content: '\f105';
    font-family: 'fontawesome';
    margin-right: 10px;
    margin-left: 5px;
    background-color: transparent; }

  .header-area ul li ul li:hover > a,
  .header-area ul li ul li.current_page_item > a,
  .header-area ul li ul li.current-page-ancestor > a {
    background-color: rgba(255, 255, 255, 0.15); }

  .header-area ul li ul li ul {
    left: 100%; 
    top: 200%; }

  .header-area ul.menu > li:nth-last-child(4) ul > li > ul,
  .header-area ul.menu > li:nth-last-child(5) ul > li > ul,
  .header-area ul.menu > li:nth-last-child(1) ul > li > ul,
  .header-area ul.menu > li:nth-last-child(2) ul > li > ul,
  .header-area ul.menu > li:nth-last-child(3) ul > li > ul,
  .header-area ul.menu > li > ul > li > ul > li > ul {
    left: auto;
    right: 100%; }

  .header-area ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
  .header-area ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
  .header-area ul.menu > li:nth-last-child(3) > ul > li > ul > li > ul,
  .header-area ul.menu > li:nth-last-child(4) > ul > li > ul > li > ul,
  .header-area ul.menu > li:nth-last-child(5) > ul > li > ul > li > ul {
    right: auto;
    left: 100%; }

  .header-area .sub-siblings:after {
    content: "\f105";
    font-family: "fontawesome";
    margin-left: 7px;
    position: absolute;
    top: 50%;
    right: 5px;
    line-height: 20px;
    margin-top: -10px; }

  .header-area .sub-menu .sub-siblings:after {
    right: 15px; }

  .header-area ul.menu > li > ul {
    transition-delay: 0.3s !important; }

  .header-area ul.menu > li:hover > ul {
    top: 69px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s !important; }

  .header-area.sticky ul.menu > li:hover > ul {
    top: 53px; }

  .header-area ul.menu > li:hover > ul > li:hover > ul,
  .header-area ul.menu > li:hover > ul > li:hover > ul > li:hover > ul {
    top: -1px;
    opacity: 1;
    visibility: visible; }

  .header-area ul > li:hover > a.sub-siblings:after {
    transform: rotate(90deg); }

  .header-area ul.menu > li > a.sub-siblings {
    padding-right: 20px; } }
.home_area {
  padding-top: 45px;
  position: relative; }
  .home_area .home_col {
    z-index: 1; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .home_area .home_col {
        text-align: center; } }
  .home_area .home_content .h1 {
    font-size: 70px;
    line-height: 76px;
    margin: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .home_area .home_content .h1 {
        font-size: 40px;
        line-height: 46px; } }
  .home_area .home_content .h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .home_area .home_content .h3 {
        font-size: 18px;
        line-height: 28px; } }
  .home_area .home_content .default-btn {
    margin-top: 35px;
    border: none; }
  .header-mailchimp-form form {
    margin-top: 30px; }
    .header-mailchimp-form form input {
      width: 415px;
      height: 65px;
      border-radius: 40px;
      border: none;
      background-color: #eaf0f8;
      text-indent: 35px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .header-mailchimp-form form input {
          width: 305px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .header-mailchimp-form form input {
          width: 90%; } }
    .header-mailchimp-form form .default-btn {
      margin-top: 15px; }
    .header-mailchimp-form form span {
      font-size: 14px;
      color: #8793a7;
      line-height: 22px;
      font-weight: 300;
      margin-top: 15px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .home_area .home_img {
      margin-top: 40px;
      height: 400px; }
      .home_img{
        z-index: 1;
      }
      .home_area .home_img + .round_animate_wrap {
        display: none; } }
  .home_area .home_img img {
    max-height: 100%; }

.v2 .home_area {
  padding-top: 80px; }

.v3 .home_area {
  background-position: center;
  background-size: 105%;
  background-attachment: fixed;
  padding: 120px 0 150px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .v3 .home_area {
      padding: 80px 0 150px; } }
  .v3 .home_area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #1d2229;
    opacity: .9; }
  .v3 .home_area .home_content {
    text-align: center;
    color: #ffffff; }
    .v3 .home_area .home_content .h1 {
      font-size: 48px;
      margin: 0 0 20px;
      line-height: 50px;
      font-weight: 300; }
    .v3 .home_area .home_content .h4 {
      margin-bottom: 55px;
      font-weight: 300;
      font-size: 19px; }
    .v3 .home_area .home_content .home_btn {
      position: absolute;
      bottom: -30px;
      left: 50%;
      text-align: center;
      width: 300px;
      margin-left: -150px; }
      .v3 .home_area .home_content .home_btn a {
        margin-top: 0;
        background-color: #ff4200; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .v3 .home_area .home_content .home_btn {
          bottom: -70px; } }
    .v3 .home_area .home_content .home_vdo {
      display: inline-block;
      position: relative; }
      .v3 .home_area .home_content .home_vdo a {
        position: absolute;
        line-height: auto;
        width: auto;
        border: none;
        top: 50%;
        left: 50%;
        height: 100px;
        width: 100px;
        line-height: 100px;
        text-align: center;
        margin-left: -50px;
        margin-top: -50px;
        background-color: transparent; }
        .v3 .home_area .home_content .home_vdo a i {
          color: #ffffff;
          font-size: 62px;
          line-height: 100px; }

/*
 *****************************************
 >>> | 02. feature_area CSS|
 *****************************************
*/
.feature_area .features > div:nth-child(1) > div {
  margin-right: 40px; }
  @media only screen and (min-width: 0px) and (max-width: 1201px) {
    .feature_area .features > div:nth-child(1) > div {
      margin-right: 30px; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .feature_area .features > div:nth-child(1) > div {
      margin: 0; } }
.feature_area .features > div:nth-child(2) > div {
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (min-width: 0px) and (max-width: 1201px) {
    .feature_area .features > div:nth-child(2) > div {
      margin-right: 40px;
      margin-left: -30px; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .feature_area .features > div:nth-child(2) > div {
      margin: 40px 0;
      text-align: center; } }
.feature_area .features > div:nth-child(3) > div {
  margin-left: 40px; }
  @media only screen and (min-width: 0px) and (max-width: 1201px) {
    .feature_area .features > div:nth-child(3) > div {
      margin-left: -40px; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .feature_area .features > div:nth-child(3) > div {
      margin: 0; } }
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .feature_area .features .feature_dsc {
    text-align: center; } }
.feature_dsc .clearfix {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e6ef; }
  .feature_dsc .clearfix span {
    float: left;
    font-size: 17px;
    font-weight: 700;
    color: #5ad434;
    line-height: 26px;
    animation: animate_color .4s infinite; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .feature_dsc .clearfix span {
        float: none; } }
   .feature_dsc .clearfix h4,
   .feature_dsc .clearfix p {
    float: left;
    margin: 0 0 0 10px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
       .feature_dsc .clearfix h4 {
        float: none;
        margin: 0; }
         .feature_dsc .clearfix h4 br {
          display: none; } }
.feature_area .features .feature_dsc .feature_txt {
  margin: 25px 0; }
.feature_area .features .feature_dsc a.read_me {
  font-size: 17px;
  font-weight: 700; }
  .feature_area .features .feature_dsc a.read_me:hover i {
    margin-left: -3px; }
.single_feature:not(:first-child) {
  margin-top: 20px; }
.single_feature .sf_inner {
  position: relative;
  padding-left: 40px; }
  .single_feature .sf_inner:before {
    border-radius: 50%;
    content: '\f101';
    font-family: "FontAwesome";
    font-size: 12px;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px; 
    background: #1e79f2;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .single_feature .sf_inner h4 {
    margin: 0 0 15px;
    font-weight: 700; }
.single_feature:hover .sf_inner:before {
  transform: rotate(90deg); }

/*
 *****************************************
 >>> | 03. video_area CSS|
 *****************************************
*/
.h610, .video_control, .video_area, .video_area .vdo_dsc {
  height: 610px; }

.video_control {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  background-color: rgba(33, 38, 44, 0.7);
  border-right: 5px solid #ffffff;
  text-align: center; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .video_control {
      position: static;
      height: 450px;
      width: 100%;
      border: none; } }
  .video_control .vdo_btn a {
    font-size: 30px;
    color: #ffffff;
    height: 80px;
    width: 80px;
    text-align: center;
    border: 4px solid #ffffff;
    line-height: 72px;
    border-radius: 50%;
    padding-left: 4px; }
  .video_control .vdo_btn {
    color: #ffffff; }
    .video_control .vdo_btn .h1 {
      font-size: 80px;
      font-weight: 300;
      margin: 0 0 15px; }
    .video_control .vdo_btn .h2 {
      font-size: 30px;
      font-weight: 300;
      margin: 0; }

.video_area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .video_area {
      height: auto; } }
  .video_area:before, .video_area:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    border-right: 5px solid #ffffff;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .video_area:before, .video_area:after {
        height: 50%;
        width: 100%;
        border: none; } }
  .video_area:before {
    background-image: url(../../img/03.jpg); }
  .video_area:after {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid #ffffff; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .video_area:after {
        height: 50%;
        width: 100%;
        border: none;
        top: 50%; } }
  .video_area .vdo_dsc {
    color: #ffffff; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .video_area .vdo_dsc {
        height: 450px;
        text-align: center; } }
    .video_area .vdo_dsc .h1 {
      font-size: 47px;
      line-height: 54px;
      margin: 0 0 20px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .video_area .vdo_dsc .h1 {
          font-size: 33px;
          line-height: 35px; } }
    .video_area .vdo_dsc p {
      font-size: 20px;
      line-height: 34px;
      font-weight: 300; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        .video_area .vdo_dsc p {
          font-size: 17px;
          line-height: 24px; } }

/*
 *****************************************
 >>> | 04. product_area CSS|
 *****************************************
*/
.product_area .row:not(:first-child) {
  margin-top: 100px; }
@media only screen and (min-width: 992px) {
  .product_area .left_dsc .product_col {
    float: right; } }
.product_area .left_dsc .product_img {
  text-align: right;
  padding-right: 70px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .product_area .left_dsc .product_img {
      padding: 0; } }
.product_area .left_dsc .product_dsc {
  padding-right: 90px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .product_area .left_dsc .product_dsc {
      padding: 0; } }
.product_area .right_dsc .product_img.large_img {
  margin-left: -80px; }
  @media only screen and (min-width: 0px) and (max-width: 1201px) {
    .product_area .right_dsc .product_img.large_img {
      margin: 0; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .product_area .right_dsc .product_img.large_img {
      margin: 0; } }
.product_area .right_dsc .product_dsc {
  padding-right: 60px;
  padding-left: 30px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .product_area .right_dsc .product_dsc {
      padding: 0; } }
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .product_area .product_col {
    text-align: center; }
    .product_area .product_col .product_img {
      max-height: 400px;
      text-align: center; }
      .product_area .product_col .product_img img {
        max-height: 100%; } }
.product_area .product_col .product_dsc {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .product_area .product_col .product_dsc {
      margin-top: 50px; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .product_area .product_col .product_dsc {
      font-size: 17px;
      line-height: 24px; } }
  .product_area .product_col .product_dsc .h1 {
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 20px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .product_area .product_col .product_dsc .h1 {
        font-size: 30px;
        line-height: 32px; } }
  .product_area .product_col .product_dsc a.default-btn {
    margin-top: 30px; }

/*
 *****************************************
 >>> | 05. cta_area CSS|
 *****************************************
*/
.cta_area {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .cta_area .cta span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .cta_area .cta h1 {
    font-weight: 400;
    margin: 0 0 35px;
    font-size: 42px;
    line-height: 48px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .cta_area .cta h1 {
        font-size: 33px;
        line-height: 37px;
        margin: 0 0 20px; } }
.cta_area ul.scene {
    position: absolute;
    bottom: -28px;
    z-index: -1;
    margin: 0;
    width: 100%;
    overflow: hidden;
}
    .cta_area ul.scene li {
      top: auto;
      bottom: 0;
      width: 120%;
      margin-left: -10%; }
      .cta_area ul.scene li img {
        width: 100%; }

/*
 *****************************************
 >>> | 06. Brand CSS|
 *****************************************
*/
.brand_area {
  padding-top: 60px;
  background-image: -webkit-linear-gradient(to bottom, #edf4fb, #fff);
  background-image: linear-gradient(to bottom, #edf4fb, #fff); }
  .brand_area .brand_slider .single_slide {
    font-size: 20px;
    font-style: italic;
    padding-left: 30px;
    position: relative;
    line-height: 32px; }
    .brand_area .brand_slider .single_slide:before {
      position: absolute;
      content: '';
      width: 3px;
      height: 38px;
      left: 0;
      top: 0; }
    .brand_area .brand_slider .single_slide .c_logo {
      margin-top: 30px; }
      .brand_area .brand_slider .single_slide .c_logo img {
        width: auto; }
  .brand_area .brand_slider .owl-controls {
    display: none; }

/*
 *****************************************
 >>> | 07. service area CSS|
 *****************************************
*/
.service_area .container {
  border-top: 1px solid #d9e3ed; }
  .service_area .container .service_col {
    margin-top: 45px; }
    .single_service {
      overflow: hidden; }
      .single_service .service_icon {
        float: left; }
      .single_service .service_content {
        padding-left: 85px;
        font-size: 16px; }
        .single_service .service_content h3 {
          margin: 0 0 15px;
          font-weight: 500; }

/*
 *****************************************
 >>> | 08. funfact_area CSS|
 *****************************************
*/
.funfact_area {
  color: #ffffff;
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  .funfact_area:before {
    position: absolute;
    content: '';
    width: 100%;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: 150px;
    opacity: .08; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .funfact_area .counter_col > div,
    .funfact_area .fun_content {
      text-align: center; } }
  .funfact_area .single_fact {
    float: left;
    width: 25%;
    font-weight: 400; }
    .funfact_area .single_fact .h1 {
      font-size: 40px;
      margin: 0 0 4px; }
      .funfact_area .single_fact .h1 + span {
        font-size: 22px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .funfact_area .single_fact {
        width: 50%;
        margin-bottom: 40px; } }
  .funfact_area .fun_content .h3 {
    margin: 0px 0 15px; }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .funfact_area .fun_content {
      margin-top: 50px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .funfact_area .fun_content {
      margin-top: 0; }
      .funfact_area .fun_content .h3 {
        font-size: 20px; } }

/*
 *****************************************
 >>> | 09. pricing_area CSS |
 *****************************************
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area .price_col:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 40px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing_area .price_col:not(:nth-child(1)) {
    margin-top: 40px; } }
.pricing_area .single_price {
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 35px 0 25px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_area .single_price {
      margin: 0 -10px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .pricing_area .single_price {
      width: 320px;
      margin: 0 auto; } }
  .pricing_area .single_price:hover {
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15); }
  .pricing_area .single_price.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    border-radius: 10px 10px 0 0;
    left: 0;
    bottom: 100%; }
  .pricing_area .single_price .price_head .h1 {
    font-size: 48px;
    margin: 0;
    margin-bottom: 5px; }
  .pricing_area .single_price .price_head p {
    margin: 0;
    font-size: 16px; }
  .pricing_area .single_price .price_body {
    margin-top: 20px; }
    .pricing_area .single_price .price_body ul {
      text-align: left;
      list-style: none;
      margin-bottom: 15px; 
      padding: 0px;
    }
      .pricing_area .single_price .price_body ul li {
        border-top: 1px solid #dde6ef;
        line-height: 30px;
        padding: 10px 0;
        padding-left: 28px;
        font-size: 17px;
        display: block; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .pricing_area .single_price .price_body ul li {
            padding-left: 15px;
            font-size: 15px; } }
        .pricing_area .single_price .price_body ul li:before {
          content: '\eb61';
          font-family: 'icofont';
          margin-right: 3px; }
    .pricing_area .single_price .price_body a.default-btn {
      line-height: 50px;
      padding: 0 45px;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase; }
    .pricing_area .single_price .price_body span {
      font-size: 12px;
      margin-top: 7px;
      display: block; }
.pricing_area .pr_txt {
  margin-top: 50px;
  color: #919caf;
  font-weight: 400; }
  .pricing_area .pr_txt:before {
    content: '\f052';
    font-family: 'icofont'; }

/*
 *****************************************
 >>> | 10. testimonial_area CSS |
 *****************************************
*/
.testimonial_area .testimonial .single_tst {
  padding-left: 30px; } 
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .testimonial_area .single_tst {
      padding: 0 30px; }
      .testimonial_area .single_tst:not(:first-child) {
        margin-top: 50px; } }
  .testimonial_area .single_tst p {
    font-style: italic; }
  .testimonial_area .single_tst .tst_author {
    overflow: hidden;
    margin-top: 20px; }
    .testimonial_area .single_tst .tst_author .tst_img {
      float: left;
      width: 40px; }
      .testimonial_area .single_tst .tst_author .tst_img img {
        width: auto; }
    .testimonial_area .single_tst .tst_author .cdtb {
      padding-left: 55px; }
      .testimonial_area .single_tst .tst_author .cdtb h5 {
        font-size: 16px;
        margin: 0;
        font-weight: 700; }
.testimonial_area .tst_btn {
  border-bottom: 1px solid #dee6ee;
  position: relative; }
  .testimonial_area .tst_btn a {
    position: absolute;
    right: 0;
    bottom: -15px;
    padding-left: 25px;
    line-height: 30px;
    background: #ffffff; }

/*
 *****************************************
 >>> | 11. faq_area CSS |
 *****************************************
*/
.faq_area .faq .faq_title .h1 {
  font-size: 38px;
  margin: 0;
  font-weight: 300; }
.faq_area .faq .single_faq {
  margin-top: 45px; }
  .faq_area .faq .single_faq .h4 {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 20px; }
.faq_area .newsletter {
  padding: 35px;
  color: #ffffff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq_area .newsletter {
      margin: 30px 175px 0; } }
  .faq_area .newsletter .h2 {
    line-height: 36px;
    font-weight: 300;
    margin: 0 0 50px;
    position: relative; }
    .faq_area .newsletter .h2:before {
      position: absolute;
      width: 45px;
      left: 0;
      bottom: -25px;
      height: 1px;
      background: #ffffff;
      content: '';
      opacity: .4; }
  .faq_area .newsletter p {
    font-size: 16px;
    font-weight: 300;
    opacity: .7; }
  .faq_area .newsletter form {
    margin-top: 20px; }
    .faq_area .newsletter form input[type="email"] {
      height: 50px;
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.4);
      text-indent: 20px;
      border-radius: 3px;
      margin-bottom: 15px; }
    .faq_area .newsletter form button {
      color: #1e79f2;
      line-height: 50px;
      padding: 0 30px;
      border-radius: 3px;
      border: none;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 15px;
      background-color: #ffffff; }
  .faq_area .newsletter span {
    font-size: 14px;
    font-weight: 300;
    opacity: .7; }
    .faq_area .newsletter span:before {
      content: '\f052';
      font-family: 'icofont';
      margin-right: 4px; }

  .faq_area .featured_clients .h4 {
    color: #8c99a6;
    text-align: center;
    margin: 0 0 30px; }
  .faq_area .featured_clients .featured_slider a {
    opacity: .5;
    vertical-align: top; }
    .faq_area .featured_clients .featured_slider a:hover {
      opacity: 1; }

/*
 *****************************************
 >>> | 12. cta_2 CSS |
 *****************************************
*/
.cta_2 {
  color: #ffffff;
  padding: 50px 0; }
  .cta_2 .h1 {
    font-weight: 300;
    line-height: 30px;
    padding: 15px 0;
    margin: 0; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .cta_2 .h1 {
        text-align: center; } }
  .cta_2 .cta_btn {
    margin-left: -30px;
    text-align: right; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .cta_2 .cta_btn {
        text-align: center; } }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .cta_2 .cta_btn {
        margin: 30px 0 0;
        text-align: center; } }
    .cta_2 .cta_btn .default-btn {
      background-color: #ffffff;
      padding: 0 50px; }
      .cta_2 .cta_btn .default-btn:before {
        background-color: #f7f7f7; }
      .cta_2 .cta_btn .default-btn + a {
        color: #ffffff;
        margin-left: 15px;
        position: relative;
        line-height: 20px; }
        .cta_2 .cta_btn .default-btn + a:before {
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 0;
          left: 0;
          content: '';
          background-color: rgba(255, 255, 255, 0.55); }

/*
 *****************************************
 >>> | 13. get_touch CSS |
 *****************************************
*/
.get_touch .modal-dialog {
  margin: auto;
  width: 375px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .get_touch .modal-dialog {
      width: 285px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .get_touch .modal-dialog {
      width: 385px; } }
  .get_touch .modal-dialog .modal-content {
    padding: 35px;
    margin-top: 100px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .get_touch .modal-dialog .modal-content {
        margin-top: 40px; } }
    .get_touch .modal-dialog .modal-content .modal-close {
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      right: -17.5px;
      top: -17.5px; }
    .get_touch .modal-dialog .modal-content .modal_head {
      color: #8091a2;
      line-height: 24px; }
      .get_touch .modal-dialog .modal-content .modal_head .h2 {
        margin: 0 0 10px;
        font-weight: 500; }
    .get_touch .modal-dialog .modal-content form input:not([type="submit"]) {
      height: 45px;
      width: 100%;
      border: none;
      border-bottom: 1px solid #e5e5e5;
      }
      .get_touch .modal-dialog .modal-content form span.wpcf7-form-control-wrap{
         margin-bottom: 15px;
      }
    .get_touch .modal-dialog .modal-content form textarea {
      height: 100px;
      width: 100%;
      border: none;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 15px;
      resize: none; }
    .get_touch .modal-dialog .modal-content form input[type="submit"] {
      line-height: 50px;
      text-transform: uppercase;
      border: none;
      padding: 0 30px;
      border-radius: 3px; }

footer .footer_top {
  border-bottom: 1px solid #e7eef5;
  padding-top: 60px; }
  footer .footer_top .widget {
    color: #4d657b;
    margin-top: 40px; }
    footer .footer_top .widget .wid_title {
      font-weight: 500;
      margin: 0 0 25px; }
    footer .footer_top .widget ul {
      list-style: none;
      margin: 0; }
    footer .footer_top .widget.widget_link li {
      display: block; }
      footer .footer_top .widget.widget_link li a {
        color: #4d657b; }
        footer .footer_top .widget.widget_link li a:hover {
          text-decoration: underline; }
  footer .footer_top .widget_contact ul li a {
    color: #4d657b; }
    footer .footer_top .widget_contact ul li a:hover {
      text-decoration: underline; }
    footer .footer_top .widget_contact ul li a i {
      font-size: 13px;
      margin-right: 15px; }
  footer .footer_top .widget_contact a.btn {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
    margin: 25px 0; }
  footer .footer_top .footer_social span {
    font-size: 18px;
    font-weight: 500; }
  footer .footer_top .footer_social a {
    margin-left: 10px; }
footer .footer_btm {
  padding: 15px 0; }
  footer .footer_btm .foo_txt {
    color: #4d657b;
    padding: 8px 0; }
    footer .footer_btm .foo_txt p {
      margin: 0;
      line-height: 30px; }
  footer .footer_btm .top_scrl {
    height: 46px;
    width: 46px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    border-radius: 3px; }

/*
 *****************************************
 >>> | 14. footer CSS |
 *****************************************
*/
.blog_area.wide article .post_image. img {
  height: 300px; 
}

.blog_area.single article .post_image. img{
  margin-bottom: 20px; 
}

.blog_area .post_col.double_col{
  min-height: 530px;
} 

.blog_area article{
    word-wrap: break-word;
}

.blog_area article .postDate span{
    display: initial;
}
.blog_area article .post_image.two_col img {
    height: 200px;
}

.blog_area article .post_image.two_col img{
  margin-bottom: 20px; 
}

.blog_area article .post_image.one_col img {
    height: initial;
}

.blog_area article .post_image.one_col img{
  margin-bottom: 20px; 
}

.blog_area article a.post_title {
    display: block;
    margin-bottom: 3px;
}


.blog_area article p.post_excerpt{
  display: block;

}


.blog_area.single article .h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.entry-header-list{
  list-style: none;
  display: inline-block;
}
.entry-header-list:after{
  content: '|';
}
.entry-header-list:last-child:after{
  content: '';
}

.notFoundPage{
    margin-top: 150px;
}

.errorArea{
  margin-bottom: 350px;
}

.errorArea .h1.errorTitle {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #1E79F2;
    font-weight: 700;
}

.errorArea a.go-back{
    color: #000;
    font-weight: 700;
}
.errorContent > span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.eSearchForm {
    margin-top: 30px;
    margin-bottom: 25px;
}
.eSearchForm  input {
    background: #eff3f8 none repeat scroll 0 0;
    border: 1px solid #dfe9f1;
    float: left;
    height: 50px;
    margin-left: 1px;
    padding-left: 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 274px;
}
.eSearchForm input[type="submit"]{
    font-family: "proxima_nova_rgbold";
    font-size: 16px;
    margin-left: 15px;
    padding: 0;
    width: 155px;
    background: #1E79F2;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.eSearchForm input[type="submit"]:hover{
    background: #1168dc;
}
.eSearchForm .form-group{
    clear: both
}
.eSearchForm .form-group:before{
    display: table;
    content: " ";
}
.notFoundPage{
  text-align: center;
}
.notFoundPage .eSearchForm  input {
  float: initial !important;
}
.search-title-row{
    padding-left: 15px;
    margin-bottom: 30px;
}

.one-breadcrumb .breadcrumbs {
    word-wrap: break-word;
    word-break: break-all;
}
.one-breadcrumb .breadcrumbs span {
    color: #fff;
    font-size: 17px;
    margin-right: 1px;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.one-breadcrumb .breadcrumbs span a:hover span{
    color: #1E79F2;
}
/*
 *****************************************
 >>> | 15. Blog CSS |
 *****************************************
*/
.blog_area .post_col {
  margin-bottom: 30px; 
}
.blog_area .post_col article{
  border: 1px solid #e7eaf7;  
}
.blog_area article {
  padding: 15px;
  line-height: 25px;
  color: #616060; }
  .blog_area article .post_img {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px; }
  .blog_area article .entry-header > * {
    font-size: 14px;
    font-weight: 500;
    color: #333333; }
    .blog_area article .entry-header > * a {
      margin-left: 5px; }
    .blog_area article .entry-header > *:not(:first-child):before {
      content: '|';
      margin: 0 10px 0 6px; }
.blog_area article .h3 {
    font-weight: 500;
    line-height: 30px;
    margin: 10px 0 10px;
    color: #333333;
}
.blog_area article .entry-header{
    margin-bottom: 10px;
}
.blog_area article .entry-header.with_thumbnail{
    margin-bottom: 10px;
}
  .blog_area article .default-btn {
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px; }
.blog_area .pagination {
  margin: 30px -4px 0; }
  .blog_area .pagination li a, .blog_area .pagination li > span {
    border: 1px solid #dfe9f1;
    margin: 0 4px;
    text-transform: uppercase;
    color: #96a0ac;
    font-size: 12px;
    font-weight: 700; }
  .blog_area .pagination li a:hover,
  .blog_area .pagination li > span {
    color: #ffffff; }
 aside section {
  border: 1px solid #e7eaf7;
  padding: 15px;
  margin-bottom: 30px; }
   aside section .widget_title {
    margin: 0;
    font-weight: 700;
    padding: 15px;
    background-color: #eff3f8;
    margin-bottom: 25px; }
   aside section .search_form {
    background-color: #eff3f8;
    position: relative; }
     aside section .search_form input {
      height: 50px;
      background: transparent;
      border: none;
      width: 100%;
      text-indent: 15px;
      font-size: 15px; }
     aside section .search_form label {
      position: absolute;
      margin: 0;
      height: 100%;
      line-height: 50px;
      right: 15px;
      top: 0;
      color: #8da0b8;
      font-size: 15px;
      cursor: pointer; }
   aside section .single_recent {
    margin-bottom: 15px; }
     aside section .single_recent .h5 {
      font-size: 16px;
      font-weight: 500;
      margin: 0 0 10px;
      padding-left: 30px;
      padding-right: 15px;
      position: relative; }
       aside section .single_recent .h5:before {
        content: '\f101';
        position: absolute;
        font-family: fontawesome;
        left: 12px;
        top: 2px; }
       aside section .single_recent .h5 + a {
        font-size: 13px;
        color: #8d9bae;
        padding-left: 30px; }
   aside section .cat-links {
    margin: 0 0 15px;
    list-style: none; }
     aside section .cat-links li {
      width: 49%;
      display: inline-block;
      padding-left: 30px;
      position: relative;
      font-size: 16px; }
       aside section .cat-links li:before {
        content: '\f101';
        position: absolute;
        font-family: fontawesome;
        left: 12px;
        top: 0; }
       aside section .cat-links li a {
        color: #333333; }
  .default-btn, .top_scrl {
    color: #fff !important
  }  
  .default-btn.btn-white  {
    color: #000 !important
  }
 .comment-box .comment_title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 30px; }
 .comment-box .media {
  padding-right: 70px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8edf1; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
     .comment-box .media {
      padding-right: 0; } }
   .comment-box .media .media-left {
    padding-right: 15px; }
     .comment-box .media .media-left a {
      height: 75px;
      width: 75px; }
   .comment-box .media .media-body .media-heading {
    font-weight: 700;
    font-size: 17px;
    margin: 0; }
     .comment-box .media .media-body .media-heading + span {
      color: #999999;
      font-size: 13px;
      margin-bottom: 5px; }
   .comment-box .media .media-body p {
    margin-bottom: 5px; }
   .comment-box .media .media-body a.reply {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #333333; }
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .blog_area .comment_form {
    margin-bottom: 40px; } }
.blog_area .comment_form .h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 50px 0 35px; }
.blog_area .comment_form form {
  overflow: hidden; }
  .blog_area .comment_form form input:not([type="submit"]) {
    width: 48.5%;
    float: left;
    height: 55px;
    text-indent: 15px;
    margin-bottom: 20px;
    border: 1px solid #dfe9f1; }
    .blog_area .comment_form form input:not([type="submit"]):first-child {
      margin-right: 3%; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .blog_area .comment_form form input:not([type="submit"]) {
        width: 100%;
        margin-right: 0; } }
  .blog_area .comment_form form textarea {
    width: 100%;
    height: 190px;
    resize: none;
    text-indent: 15px;
    padding-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #dfe9f1; }
  .blog_area .comment_form form input[type="submit"] {
    height: 60px;
    padding: 0 35px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid transparent; }
    .blog_area .comment_form form input[type="submit"]:hover {
      background-color: #ffffff; }

/*# sourceMappingURL=style.css.map */


.page_link li{
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.page_link li a{
  color: #fff;
  font-size: 16px;
}

.comment-box .comment-list{
  margin: 0px;
  padding: 0px;
}

.comment-list li.pingback{
  margin-left: 20px;
}


.comment-box .comment-list article{
  padding-left: 0px;
}

.comment-box .media-left img{
  height: initial;
}

.comment-box .media-body a.comment-edit-link,
.comment-box .media-body a.comment-reply-link{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}
.comment-box h2#reply-title{
      font-size: 22px;
    font-weight: 700;
    margin: 50px 0 35px;
}
.comment-box form#commentform textarea {
    width: 100%;
    height: 190px;
    resize: none;
    text-indent: 15px;
    padding-top: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #dfe9f1; 
}
.comment-box form#commentform input[type="text"],
.comment-box form#commentform input[type="email"] {
    height: 55px;
    text-indent: 15px;
    margin-bottom: 20px;
    border: 1px solid #dfe9f1;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comment-box form#commentform textarea:focus,
.comment-box form#commentform input[type="text"]:focus,
.comment-box form#commentform input[type="email"]:focus {
    border-color: #1e79f2;
    outline: none
}
.comment-box form#commentform input[type="submit"] {
    height: 60px;
    padding: 0 35px;
    color: #ffffff;
    background: #1e79f2;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment-box form#commentform input[type="submit"]:hover {
    border-color: #1e79f2;
    background: transparent !important;
    color: #1e79f2
}

.home_btn i {
    margin-left: 5px;
    vertical-align: middle;
}

.simple-btn {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.simple-btn:hover{
    color: #1e79f2;
}

.simple-btn i {
    margin-left: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.simple-btn:hover i{
    margin-left: 3px;
    color: #1e79f2;
}

.home_img{
        z-index: 1;
      }


.page_single{
    padding-top: 80px;
}

.no-bottom-margin{
    margin-bottom: 0px;
}

.btn-white{
    background-color: #fff !important;
    color: #333333
}

.btn-white:before {
    background-color: #f7f7f7; 
}
.btn-white:hover{
    color: #333
}

a.float-right{
    float: right;
}

.widget ul li a{
    color: #4d657b;
}
.widget ul li a:hover{
    color: #1e79f2;
    text-decoration: underline;
}

.footer_btn.default-btn {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 6px;
}
footer .footer-contact-info ul {
    margin-bottom: 25px !important
}
footer .footer-contact-info .footer_social {
    margin-top: 25px !important;
}
footer .footer-contact-info ul li a {
    color: #4d657b; 
}
footer .footer-contact-info ul li a:hover {
    text-decoration: underline; 
}
footer .footer-contact-info ul li a i {
    font-size: 13px;
    margin-right: 15px; 
    color: #1e79f2
}


.feature-twoboxs{
    position: relative;
}
.feature-twoboxs:before {
    content: "" !important;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    background: url('../img/feature_bg.jpg') no-repeat;
    background-size: cover;
    display: inline-block !important;
    margin-right: 10px;
}
.feature-twoboxs:after {
    content: "" !important;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0%;
    background: #fff;
    display: inline-block !important;
    margin-left: -11px;
    width: 10px;
}

.vid-play-icon{
    font-size: 30px;
    color: #ffffff;
    height: 80px;
    width: 80px;
    text-align: center;
    border: 4px solid #ffffff;
    line-height: 72px;
    border-radius: 50%;
    padding-left: 4px;
}


.vid-play-icon:hover{
    color: #fff;
}

.section_title.welcome_title{
    font-size: 70px;
    line-height: 76px;
    margin-top: 125px;
}

.section_title.welcome_title.mailchimp-version{
  margin-top: 80px !important;
}


.menu-item-coming-soon a:after {
    height: 1px;
    width: 42%;
    left: 36px;
    position: absolute;
    content: '';
    background: #fff;
    top: 28px;
}
.menu-item-coming-soon a:hover{
  cursor: not-allowed;
}

.header-mailchimp-form button{
  border: none
}

.header-mailchimp-form{
  margin-bottom: 10px !important;
}
.header-form-help-text p{
    font-size: 14px;
    color: #8793a7;
    line-height: 22px;
    font-weight: 300;
    margin-top: 15px;
}

.vid_intro_text_count .h1{
    font-size: 80px;
    font-weight: 300;
    margin: 0 0 15px;
}
.version-video-row{
  position: relative;
}
.version-video.vid-lightbox-inner {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -50px;
}
a.default-btn.version-video-header {
    background-color: #ff4200;
    position: absolute;
    left: 50%;
    margin-left: -129px;
    bottom: 14px;
}
.homepage-video-icon {
  margin-top: 230px;
}

header nav ul{
    padding: 0px;
}
dd {
    margin-left: 15px; 
}

article.singlePost .post-content{
  margin-top: 30px;
}

footer .widget ul {
  padding: 0px;
  margin: 0px;

}


/*=============================================
=            CONTACT FORM            =
=============================================*/

form.wpcf7-form span{
  width: 100%;
}

form.wpcf7-form  span.wpcf7-form-control-wrap{
    margin-bottom: 15px;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
    background-color: #d81010;
    color: #fff;
    padding: 0px 15px;
}

form input[type=text],
form input[type=email],
form input[type=url],
form textarea {
    height: 45px;
    width: 100%;
    border: none;
    padding: 0px 15px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form textarea{
  height: 250px;
  padding: 15px;
}
form input[type="submit"]{
  background-color: #1e79f2;
  color: #fff
}

form input:focus,
form textarea:fucus{
  outline: none;
  border: 1px solid #1E79F0;
}

form button{
  width: 100%;
  background-color: #1e79f2;
  color: #fff;
  border: none;
  padding: 10px 0px;
}
/*=====  End of CONTACT FORM  ======*/


@media (min-width: 920px) {

.padding-left-no-responsive-video{
  padding-left: 50px;
}


}






