/*
Theme Name: Elita
Description: Elita Responsive WordPress Theme
Theme URI:http://hastech.company
Author: BootExperts
Author URI: http://hastech.company
Text Domain: elita
Tags: slider, site-builder, WordPress Theme, Elita WP Theme, Elita WordPress Theme, Business WordPress Theme, HasTech WP Theme, Theme Builder, WP Builder
Version: 1.0.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: layerswp
*/
/*========================





/*
extra class:
contact-info
elita-contact
about-section
circle-skill

=====default style css====*/

html {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}
[class*="column"] {
    margin-bottom: 0px;
}
.container {
    max-width: 1240px;
}
.container.list-masonry {
    max-width: 1200px;
}
.content-vertical-massive,
.content-main {
    padding-bottom: 90px;
    padding-top: 90px;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
a {
    text-decoration: none !important;
    color: #6b6b6b;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #1293d4;
}
a:focus,
select:focus,
input:focus,
button:focus,
a:active,
select:active,
input:active,
button:active {
    outline: none;
}
body {
    color: #424242;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
p {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5b5b5b;
    font-family: "Montserrat";
    font-weight: 400;
}
dt {
    font-weight: bold;
}
address {
    font-style: normal;
}
pre {
    overflow: auto;
}
.alignleft {
    margin-right: 15px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #999;
    height: 40px;
    outline: medium none;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
input[type="email"],
input[type="text"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"] {
    max-width: 100%;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus {
    border-color: #1293d4;
    outline: none;
}
textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 0px
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    border-radius: 4px 0 0 0
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 0 4px 0 0
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 4px 0
}
blockquote {
    border-left: 6px solid #2d3e50;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 26px;
    padding: 20px;
}
.push-top-large {
    margin-top: 0;
}
.copy blockquote {
    color: #fff;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}
input[type="button"],
input[type="submit"],
button,
.button,
.form-submit input[type="submit"] {
    margin-bottom: 32px;
}
.copy ul li {
    margin: 0 0 6px 18px;
}
.content {
    padding: 20px 0 20px 20px;
}
textarea,
input {
    color: #333333;
}
/*------------------------------*/
/*- global css -----------------*/
/*------------------------------*/

.section-title {
    position: relative;
    margin-bottom: 75px;
    text-align: center;
}
.title-divider:before {
    background: #1293d4 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 30px;
    z-index: 9;
}
.title-divider:after {
    background: #dbd9da none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 82px;
}
.section-title.title-divider:before,
.section-title.title-divider:after {
    bottom: -16px;
    top: inherit;
}
.section-title .heading {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.section-title .excerpt {
    margin: 0 0 15px;
}
.text-center {
    text-align: center;
    width: 100%;
}
.layers-control-title-marker {
    background: #0289c0 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    padding: 1px 7px 2px;
    text-transform: capitalize;
    vertical-align: middle;
}
#menu-top-menu li {
    margin-right: 15px;
}
#menu-top-menu li a i {
    margin-right: 5px;
}
/*------------------------------*/
/*-  single page area ---------*/
/*------------------------------*/

.single-blog-page {} .single-blog-post {
    line-height: 0;
}
.single-post-title {} .page .single-title-heading {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.single .single-title-heading {
    margin-bottom: 0;
    margin-top: 30px;
}
pre {
    overflow-x: scroll;
}
.not-found-area {
    text-align: center;
}
.not-found-title {} .not-found-title h1 {
    color: #1293d4;
    font-size: 200px;
    font-weight: bold;
    line-height: 140px;
}
.not-found-text-bg {
    -webkit-text-fill-color: transparent;
    background-attachment: scroll;
    background-clip: text;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("assets/preset-images/mission.jpg");
    background-origin: padding-box, padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.not-found-title h1 span.error-text {
    font-size: 75px;
    font-weight: 100;
    display: block;
    text-transform: uppercase;
    color: #333333;
}
.not-found-subtitle {} .not-found-subtitle p {} .not-found-area .sidebar-widget {
    margin: auto;
    max-width: 500px;
}
.copy a.comment-reply-link {
    color: #333;
}
.tags-and-links.fix {
    border-bottom: 1px solid #dcd9d9;
    border-top: 1px solid #dcd9d9;
    margin: 30px 0 20px;
    overflow: hidden;
    padding: 15px 0;
}
.related-tag {
    overflow: hidden;
}
.related-tag span.mr-10 {
    float: left;
}
.tags-and-links ul {
    float: left;
    margin-left: 10px;
}
.tags-and-links ul li {
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
}
.tags-and-links ul li a {
    display: inline-block;
    line-height: 18px;
}
.social-links {
    overflow: hidden;
    text-align: right;
}
.social-links a {
    display: inline-block;
    margin: 0 5px;
}
.tags-and-links ul li a:hover {}
/*------------------------------*/
/*- search AREA ---------*/
/*------------------------------*/

.not-found-form {} .not-found-form h2 {}
/*------------------------------*/
/*- SHOP AREA ---------*/
/*------------------------------*/

.product-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*------------------------------*/
/*- SINGLE SHOP AREA ---------*/
/*------------------------------*/

.single-product-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*------------------------------*/
/*- comment area ---------*/
/*------------------------------*/

.grid.comments-nested.push-top {
    border-top: 0px solid #ddd;
}
.push-top-large .children {
    margin-left: 20px;
}
.comment.even.content.well,
.comment-list .even.content.well {
    background-color: transparent;
    display: block;
    padding-right: 20px;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
    display: block;
    width: 100%;
    background-color: transparent;
    padding-right: 20px;
    margin-top: 0;
    padding-top: 0;
}
.comment-respond {
    width: 100%;
}
.push-top-large {
    margin-top: 0;
}
.form-submit input[type="submit"] {
    padding: 10px 14px;
}
small.replay-edit a {} .avatar .avatar-body {
    padding: 0;
}
/*------------------------------*/
/*- some unit test style ---------*/
/*------------------------------*/
/* menu css */

.nav-horizontal li:hover > a {
    color: #f00;
}
.sub-menu,
.nav .children {
    background-color: #fff;
    border: 1px solid #ddd;
    left: 0;
    line-height: normal;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    z-index: 5;
}
.sub-menu li a,
.nav .children li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
}
.sub-menu li a:hover,
.nav .children li a:hover {
    color: #f00;
}
.nav li:hover > .sub-menu,
.nav li:hover > .children {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
}
.nav-horizontal ul.menu li ul.children li ul.children {
    left: -100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
}
.nav-horizontal ul.menu li ul.children li:hover ul.children {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
body.blog .header-site {
    border-bottom: 1px solid #ddd;
}
.site-description {
    padding-bottom: 18px;
}
.sitename {
    line-height: 1;
}
.tagline {
    line-height: 1;
}
.header-site .container {
    padding: 20px 20px 0;
}
.header-site .nav-horizontal > ul > li {
    margin: 0 2px;
    padding-bottom: 20px;
}
/* mobile menu css */

.menu-hitarea {
    cursor: pointer;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 5px;
    width: 20px;
}
#menu-main-menu li ul {
    display: none;
}
/* page image aligment */

.alignleft {
    margin-right: 15px;
}
.wp-caption {
    background: transparent;
}
.avatar .avatar-body .avatar-name {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.post-password-form input[type="submit"] {
    margin: 0;
    padding: 7px 20px;
}
.conmment-title_quick .heading.comment-title {
    font-size: 43.2px;
    font-size: 2.7rem;
    font-weight: 700;
    margin: 20px 0 13px 0;
}
.copy blockquote {
    font-size: 24px;
    font-size: 1.5rem;
}
/* Header area style */

.header-site,
.header-site.header-sticky {
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 #f1f1f1;
}
.header-block.main_header {
    padding: 0 15px;
}
.header-secondary.invert .nav > li > a {
    color: #fefefe;
    font-family: montserrat;
    font-size: 13px;
    font-weight: 400;
}
.header-secondary.invert .pull-right .nav > li:hover > a {
    color: #1293d4
}
.header-secondary {
    padding: 16px 0;
}
.pagination li {
    border-right: 0 none;
}
.header-site .nav.nav-horizontal > ul > li {
    margin: 0 21px;
    padding-bottom: 0;
}
.header-site .nav.nav-horizontal > ul > li > a {
    color: #323232;
    display: block;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 100px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.site-description p.tagline,
.site-description h3.sitename.sitetitle a {
    color: #323232;
}
.header-site .nav.nav-horizontal > ul > li:hover > a,
.header-site .nav.nav-horizontal > ul > li.current_page_item > a {
    color: #1293d4;
}

.header-site .nav.nav-horizontal > ul > li.menu-item-has-children > a:before {
    content: "";
    float: right;
    font-family: fontawesome;
    font-size: 16px;
    margin-left: 5px;
}
.header-site .nav.nav-horizontal > ul > li > ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    -o-border-image: none;
       border-image: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 218px;
    z-index: 999;
}
.sub-menu li,
.nav .children li {
    width: 100%;
}
.header-site .nav.nav-horizontal > ul > li:hover > ul {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.nav ul.menu li ul.sub-menu li {
    border: 0 none;
    display: block;
    width: 100%;
}
.header-site .nav.nav-horizontal > ul > li > ul li a {
    font-size: 13px;
    line-height: 32px;
    padding-bottom: 3px;
    font-weight: 400;
    padding-top: 3px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-site .nav.nav-horizontal > ul > li > ul li:hover > a {
    background: transparent;
    color: #fff;
}
.header-site .nav.nav-horizontal > ul > li > ul li:hover {
    background: #1293d4 none repeat scroll 0 0;
}
.header-site .nav.nav-horizontal > ul > li >a:hover:after,
.header-site .nav.nav-horizontal > ul > li.active >a:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    visibility: visible;
}
.header-site .container {
    padding: 0 20px;
}
/* menu dropdown border */

.header-site .nav.nav-horizontal > ul > li > a:after {
    background: #1293d4 none repeat scroll 0 0;
    content: "";
    display: none;
    height: 4px;
    left: 0;
    position: absolute;
    top: 96%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.header-site .nav.nav-horizontal > ul > li > ul > li.menu-item-has-children > a:after {
    content: "";
    float: right;
    font-family: layers-icons;
    font-size: 11px;
    margin-top: -20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 5px 0 0;
    position: absolute;
    right: 8px;
    top: 52%;
}
.header-site .nav.nav-horizontal .menu ul li ul {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    left: auto;
    padding: 12px 0;
    position: absolute;
    right: -216px;
    width: 215px;
}
.header-site .sub-menu .menu-item-has-children > a:after {
    font-size: 11px;
    margin-top: -20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 5px 0 0;
    position: absolute;
    right: 8px;
    top: 52%;
}
.header-site .nav.nav-horizontal .menu li.last-elements ul li ul {
    left: -216px;
    right: auto;
}
.header-site .nav.nav-horizontal > ul > li.last-elements > ul li a {
    text-align: right;
}
.header-site .nav.nav-horizontal > ul > li.last-elements > ul > li.menu-item-has-children > a:after {
    left: 8px;
    right: auto;
    top: 62%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.header-site li.last-elements .sub-menu .menu-item-has-children > a:after {
    left: 8px;
    right: auto;
    top: 62%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
/* Slider area style */

.section-title .elita-ani-heading {
    color: #fff;
    font-weight: 400;
}
.swiper-slide .section-title .slider-subtitle {
    font-weight: 700;
    color: #fff;
}
.swiper-slide .section-title .slider-subtitle span.bold_color_text {
    font-weight: 700;
    color: #1293d4;
}
.swiper-slide .button-set.at-slider-btn-grp {
    clear: both;
    display: block;
    overflow: hidden;
}
.swiper-wrapper .button,
.swiper-wrapper .invert .button {
    color: #ffffff;
    font-weight: 600;
    padding: 5px 52px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*overlay*/

[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay]:before {
    background: #1879fd;
}
[data-overlay="1"]:before {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
[data-overlay="2"]:before {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
[data-overlay="3"]:before {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
[data-overlay="4"]:before {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
[data-overlay="5"]:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
[data-overlay="6"]:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
[data-overlay="7"]:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
[data-overlay="8"]:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
[data-overlay="9"]:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
[data-overlay="10"]:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
[data-overlay="0"]:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
[data-overlay] > div {
    z-index: 99;
    position: relative;
}
/*Black overlay*/

[data-black-overlay] {
    position: relative;
}
[data-black-overlay]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-black-overlay]:before {
    background: #000;
}
[data-black-overlay="1"]:before {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
[data-black-overlay="2"]:before {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
[data-black-overlay="3"]:before {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
[data-black-overlay="4"]:before {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
[data-black-overlay="5"]:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
[data-black-overlay="6"]:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
[data-black-overlay="7"]:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
[data-black-overlay="8"]:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
[data-black-overlay="9"]:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
[data-black-overlay="10"]:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
[data-black-overlay="0"]:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
[data-black-overlay] > div {
    z-index: 99;
    position: relative;
}
[data-black-overlay] > div {
    z-index: 99;
    position: relative;
}
[data-black-overlay] .section-title .heading {
    color: #fff;
}
[data-black-overlay] .section-title .excerpt,
[data-black-overlay] .section-title .excerpt p {
    color: #fff;
}
.elita_call_to_action h3.heading {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
/*------------------------------*/
/*- 1. BREADCRUMB AREA ---------*/
/*------------------------------*/

.breadcrumb-area {
    background-color: #f7f7f7;
    background-size: cover;
    padding: 110px 0;
    position: relative;
}
.breadcrumb-title {
    margin-bottom: 3px;
}
.bread-crumbs li span.current {
    color: #1293d4;
}
.breadcrumb-title h1 {
    color: #1293d4;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.bread-crumbs {
    margin: 0;
}
.breadcrumb-list {
    line-height: 100%;
}
.bread-crumbs li {
    display: inline-block;
    margin-right: 3px;
    float: none;
}
.bread-crumbs li,
.bread-crumbs li a {
    color: #ffffff;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.bread-crumbs li a:hover,
.bread-crumbs li .current > a {
    text-decoration: none;
}
.breadcrumb-padding.pages-p {
    text-align: left;
}
.bread-crumbs a,
.breadcrumb-list a {
    color: #ffffff;
}
.bread-crumbs a:hover {
    color: #1293d4;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.breadcrumb-list a:hover {
    color: #1293d4;
}
.not-found-title {
    font-size: 23px;
    margin-bottom: 7px;
}
.breadcrumb-list li {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
}
.breadcrumb-list li:first-child {
    margin-left: 0;
}
.breadcrumb-list > ul {
    color: #ffffff;
}
.breadcrumb-list li:last-child {
    color: #1293d4;
    margin-right: 0;
}
/* Blog Style */

.home.blog .wrapper-content {
    padding-top: 110px;
    padding-bottom: 110px;
}
.post-wrapper {
    margin-bottom: 40px;
}
.format-standard.sticky .post-wrapper,
.format-standard.tag-sticky-2 .post-wrapper {
    border: 1px solid #1293d4;
    padding: 10px;
}
.blog-carousel .post-wrapper {
    margin-bottom: 0px;
}
.semi-title,
.semi-title a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
}
.semi-title:hover,
.semi-title a:hover {
    color: #1293d4;
}
.post-info span i {
    margin-right: 3px;
    font-size: 14px;
}
.post-info {
    padding-top: 16px;
    position: relative;
}
aside.content.well {
    padding-top: 0;
}
.page-area header.single-post-title > .single-title-heading {
    margin-top: 0;
}
/*---------- img Hover effect -------------*/

.blog-heffect {
    line-height: 11px;
    overflow: hidden;
    position: relative;
}
.blog-heffect:before,
.blog-heffect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: rgba(18, 147, 212, .50);
}
.blog-heffect:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}
.blog-heffect:before {
    -webkit-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
    z-index: 9;
}
.blog-heffect:hover:before,
.blog-heffect:hover:after {
    -webkit-transform: skew(45deg) translateX(0px);
    transform: skew(45deg) translateX(0px);
}
.blog-heffect > a {
    color: #fff;
    font-size: 25px;
    height: 40px;
    left: 50%;
    line-height: 46px;
    margin-left: -20px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 9;
}
.blog-heffect:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
.blog-heffect a {
    display: block;
    line-height: 0;
}
.blog-heffectn > iframe {
    min-height: 228px;
}
.blog-heffectn {
    line-height: 10px;
    margin-bottom: 0px;
}
.blog-heffect .overlay-effect a img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-heffect:hover .overlay-effect a img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.pagination a,
.pagination span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #454545;
    display: inline-block;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    min-width: 38px;
    padding: 8px 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination .current,
.pagination a:hover {
    background-color: #1293d4;
    border-color: #1293d4;
    color: #fff;
}
.blog-pagination {
    text-align: center;
}
.pagination {
    margin: 0;
}
.post-info:after {
    content: "";
    display: block;
    clear: both;
}
.post-info span {
    position: relative;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #424242;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.post-categories > li {
    display: inline-block;
}
.post-like {
    float: left;
    margin-right: 10px;
}
.post-like i {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}
.post-categories {
    display: inline-block;
}
.post-info-left span:not(:last-child) {
    margin-right: 10px;
}
.post-date {
    background: #1293d4 none repeat scroll 0 0;
    color: #fefefe;
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70px;
    z-index: 99;
}
.post-date span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
    color: #ffffff;
}
.post-author:hover,
.post-like:hover,
.post-comment:hover {
    color: #1293d4;
}
.post-info-left,
.post-info-right,
.post-date {
    display: inline-block;
}
.post-info-left {
    width: 100%;
}
.post-info-left span:first-child {
    margin-right: 10px;
}
.post-info-right {
    float: right;
    text-align: right;
}
.post-content {
    margin-top: 20px;
}
.post-content .semi-title,
.post-content .semi-title a {
    text-transform: capitalize;
}
.post-content .semi-title {
    margin-bottom: 5px;
}
.post-content p {
    margin-bottom: 0;
}
.elita-home-blog .pagination-button,
.pagination-area {
    text-align: center;
}
.blog-carousel [class*="span-"] {
    width: 100%;
}
.blog-carousel.owl-theme .owl-controls .owl-dots,
.testimonial-carousel .owl-dots {
    line-height: 0;
    margin-top: 45px;
    text-align: center;
}
.blog-carousel.owl-theme .owl-controls .owl-dot,
.testimonial-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin: 4px 5px;
}
.blog-carousel.owl-theme .owl-controls .owl-dots .owl-dot span,
.testimonial-carousel .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1293d4;
    border-radius: 100%;
    display: block;
    height: 12px;
    margin: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
.blog-carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dot.active span {
    background: #1293d4;
}
/* Footer style */

.footer-site {
    padding-bottom: 0;
    padding-top: 0;
}
.footer-site h5.section-nav-title {
    background: transparent none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
    padding: 0;
}
.footer-site .footer-top-grid ul.menu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 4px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-site .footer-top-grid ul.menu li a:before {
    content: "\eb27";
    font-family: icofont;
    margin-right: 5px;
}
.footer-site .footer-top-grid ul.menu li a:hover {
    margin-left: 5px;
}
.footer-add-info {
    margin-bottom: 25px;
    padding-left: 30px;
}
.footer-add-icon {
    display: inline-block;
    float: left;
    font-size: 23px;
    line-height: 3px;
    margin-right: 0;
    margin-top: 4px;
}
.footer-logo > img {
    margin-bottom: 25px;
    margin-top: 4px;
}
.footer-site .widget ul.instagram-pics {
    margin: 0 -5px;
}
.footer-site .widget ul.instagram-pics li {
    float: left;
    margin-bottom: 0;
    padding: 6px 6px;
    width: 33.33%;
}
.footer-site .widget ul.instagram-pics li a:before {
    color: #fff;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 24px;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 3;
}
.footer-site .widget ul.instagram-pics li a:after {
    background-color: #1293d4;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.footer-site .widget ul.instagram-pics li a {
    display: block;
    position: relative;
    line-height: 0;
}
.footer-site .widget ul.instagram-pics li:hover a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-site .widget ul.instagram-pics li:hover a:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.copyright-footer-bg .container.content.clearfix {
    padding: 0;
}
.copyright .site-text {
    margin: 0;
}
.footer-icon li {
    display: inline-block;
}
.footer-icon li a {
    color: #fefefe;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 8px;
}
.footer-icon ul li a {
    height: 16px;
    line-height: 14px;
    width: 24px;
}
.elita-mailchimp input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
}
.elita-mailchimp span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/* button style here */

.effect-sweep {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
}
.button-primary.effect-sweep {
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.button-primary.effect-sweep:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: -1;
}
.button-primary.effect-sweep:hover {
    color: #1293d4;
}
.button-primary.effect-sweep:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.transparent.effect-sweep {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.transparent.effect-sweep:after {
    background: #1293d4 none repeat scroll 0 0;
}
.transparent.effect-sweep:hover,
.transparent.effect-sweep:focus,
.transparent.effect-sweep:active {
    color: #ffffff;
    border-color: #1293d4;
}
.transparent.effect-sweep:hover:after {
    background: #1293d4 none repeat scroll 0 0;
}
.comment-area {
    margin-top: 40px;
}
.comment-form .form-submit {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 40px;
    margin-top: 8px;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    margin-bottom: 0;
}
.comment-form .form-submit:after {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 6px;
    bottom: 0;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: -1;
}
.comment-form .form-submit:hover {
    color: #1293d4;
}
.comment-form .form-submit:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.comment-form input[type="button"],
.comment-form input[type="submit"],
.comment-form button,
.comment-form .button,
.comment-form .form-submit input[type="submit"] {
    margin-bottom: 0px;
}
.comment-form .form-submit input[type="submit"]:hover {
    color: #1293d4;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
.comment-form .submit {
    background: transparent!important;
}
.comment-form .form-submit input[type="submit"] {
    font-weight: 400;
    padding: 8px 22px 9px;
    text-transform: uppercase;
}
label {
    clear: both;
    color: #333333;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
.comment-form-url > input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 20px;
}
.comment-form-url >textarea {
    border: 1px solid #ddd;
    padding: 0 20px;
}
textarea {
    border: 1px solid #eee;
    padding: 10px 20px;
}
.comment-reply-title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}
p[class*="comment-form"] {
    margin-bottom: 24px;
}
.comment-list li .grid {
    margin: 20px 0 0;
}
.avatar .avatar-image img {
    border-radius: 0;
}
.avatar .avatar-image {
    margin-right: 15px;
}
.avatar .avatar-body .avatar-name {
    color: #333333;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.comment-area .push-bottom {
    margin-bottom: 0;
}
.avatar-body .copy.small {
    margin-top: 10px;
}
small {
    color: #777;
    font-size: 19.2px;
    font-size: 1.2rem;
}
.copy a {
    border-bottom: 0 none;
}
.copy.small {
    color: #424242;
    font-size: 20.8px;
    font-size: 1.3rem;
}
h5.avatar-name a {
    color: #333;
}
.comment-respond {
    margin-top: 40px;
}
.conmment-title_quick .heading.comment-title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.single-title-heading {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 15px;
    text-transform: uppercase;
}
.single-article .story p {
    margin-bottom: 20px;
    margin-top: 28px;
}
.story .blog-single-content blockquote p {
    margin-top: 0;
}
.story blockquote, .copy blockquote {
  color: rgba(0, 0, 0, 0.55);
}
.story blockquote {
    background: #f1f1f1 none repeat scroll 0 0;
    border-left: 3px solid #1293d4;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 26px;
    padding: 20px;
}
/* Blog sidbar style  */

.search-form .form-control {
    float: left;
    height: 45px;
    max-width: 100%;
    padding-right: 60px !important;
}
.search-form .search-form-btn {
    background: #1293d4 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    width: 60px;
}
.input-group.search-form {
    position: relative;
}
.search-form .search-form-btn:hover {
    background: #337ab7;
}
.widget .section-nav-title {
    background: #1293d4 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
div[class*=" off-canvas-"] .section-nav-title {
    color: #ffffff;
}
.sidebar .widget ul li a:before {
    content: "";
    font-family: "icofont";
    margin-right: 5px;
}
.sidebar .widget ul li a {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 4px;
    text-transform: capitalize;
}
.sidebar .widget li:not(:last-child) {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sidebar .widget li {} .sidebar .widget ul li {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}
.sidebar .widget ul li .url:hover {
    color: #333333;
}
.sidebar .widget ul li a:hover {
    color: #1293d4;
}
.sidebar .widget .menu-main-menu-container ul li {
    margin: 0;
}
.sidebar .well {
    background-color: transparent;
}
table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 0px
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    border-radius: 0px 0 0 0
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 0 0px 0 0
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 0px
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 0px 0
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
#wp-calendar {
    font-size: 13px;
}
#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
    color: #333333;
    display: block
}
table#wp-calendar td {
    border: 1px solid #e5e5e5;
    color: #444444;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}
#wp-calendar th,
#wp-calendar td {
    padding: 5px;
}
table#wp-calendar th {
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
table#wp-calendar td#today {
    background-color: #1293d4;
    color: #fff;
}
table#wp-calendar td a:hover {
    color: #1293d4;
}
aside.widget select option {
    padding: 9px;
}
.content-main .sidebar > aside.widget {
    padding-left: 0;
    padding-right: 0px;
}
.content-main .sidebar > aside.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* tag */

.tagcloud a {
    display: inline-block;
}
.tagcloud a {
    border: 1px solid #dcd9d9;
    border-radius: 0;
    color: #343434;
    display: inline-block;
    font-size: 14px !important;
    line-height: 23px;
    margin: 0 6px 10px 0;
    padding: 8px 29px 5px;
    text-align: center;
    text-transform: capitalize;
}
.tagcloud a:hover {
    border-color: #1293D4;
    background: #1293D4;
    color: #fff
}
.rsswidget {
    color: #fff;
}
.textwidget img {
    margin-top: 10px;
}
.widget .comment-author-link {
    display: block;
    padding-bottom: 15px;
}
ul li.recentcomments a:before {
    display: none;
}
.comment-form textarea {
    max-width: 100%;
}
#comments input {
    max-width: 100%;
}
.header-secondary nav.pull-left ul.nav li {
    margin-left: 0;
}
#comments input:focus,
#comments textarea:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
input[type="button"],
input[type="submit"],
button {
    font-size: 14px;
}
.not-found-title {
    font-size: 50px;
    font-weight: bold;
}
/*----------------------------------------*/
/*  3.  Slider area
/*----------------------------------------*/
/*Hero Slider*/

.hero-slider {
    /*Hero Slider Pagination*/
}
.hero-slider .slick-dots {
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    text-align: center;
    bottom: 74px;
    left: 0;
    right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider .slick-dots {
        width: 940px;
        bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .slick-dots {
        width: 720px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .hero-slider .slick-dots {}
}
.hero-slider .slick-dots li {
    display: inline-block;
    line-height: 0;
    margin: 0 5px;
}
.hero-slider .slick-dots li:first-child {} .hero-slider .slick-dots li:first-child:before {} .hero-slider .slick-dots li.slick-active {} .hero-slider .slick-dots li:before {} .hero-slider .slick-dots li button {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin: 0;
    padding: 0;
    text-indent: -999999px;
    width: 23px;
}
.hero-slider .slick-dots li button:before {} .hero-slider .slick-dots li.slick-active button,
.hero-slider .slick-dots li button:hover {
    background: #1293d4;
}
/*Hero Slide Item*/

.hero__slider {
    padding-bottom: 0;
    padding-top: 0;
}
.hs-item {
    background-color: #2d3e50;
    background-position: center top;
    background-size: cover;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
    min-height: 758px;
}
.hs-item .hs-item-wrapper {
    position: relative;
    z-index: 3;
}
.hs-item .hs-image {
    position: relative;
    margin-left: -70px;
    margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-image {
        width: 320px;
        margin-left: 0;
        margin-right: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-image {
        margin-right: 40px;
        width: 220px;
        margin-left: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-image {
        margin-right: 15px;
        margin-top: 40px;
        margin-left: 0;
        width: 170px;
    }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-image {
        margin-right: 15px;
        width: 100px;
    }
}
.hs-item .hs-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hs-item .hs-content h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
}
.hs-item .hs-content h2 span {
    color: #1293d4;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {} @media only screen and (min-width: 992px) and (max-width: 1200px) {} @media only screen and (min-width: 768px) and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media only screen and (max-width: 479px) {} .hs-item .hs-content h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hs-item .hs-content h3 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-content h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-content h3 {
        font-size: 24px !important;
        margin-bottom: 5px;
    }
}
.hs-item .hs-content p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    max-width: 850px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hs-item .hs-content p {
        font-size: 16px;
        max-width: 680px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 20px;
    }
}
.hs-item .hs-content a {
    padding: 10px 35px;
    color: #fff;
    background-color: #9f8447;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Montserrat;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    z-index: 1;
    letter-spacing: 0.5px;
    /* border:5px solid #000; */
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {} @media only screen and (min-width: 768px) and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media only screen and (max-width: 479px) {} .hs-item .hs-content a:hover {} .hs-item .hs-content a i {
    line-height: 18px;
    margin-left: 8px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content a i {
        top: 3px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content a i {
        font-size: 19px;
        top: 3px;
    }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-content a i {
        font-size: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-content a i {
        font-size: 12px;
        margin-left: 3px;
    }
}
.hs-item.slick-current .hs-image img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hs-item.slick-current .hs-content h3 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    line-height: 45px;
}
.hs-item.slick-current .hs-content h2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    margin-bottom: 15px;
}
.hs-item.slick-current .hs-content p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
    margin-bottom: 10px;
}
.hs-item.slick-current .hs-content a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}
/* slider */

.slider_text_left {
    -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
}
.slider_text_left .hs-content {
    padding-left: 0;
    padding-right: 70px;
}
.hero-slider .slick-list {
    margin: 0;
}
.add_your_class.thumbnail-body {
    padding: 0px;
    background: transparent !important;
}
.slick-arrow {
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 42px;
    z-index: 99;
}
i.slick-arrow:before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    display: block;
    height: 100%;
}
.slick-arrow:hover {
    background: #1293d4;
}
.slick-arrow.slider_nev_left {
    left: -50px;
}
.slick-arrow.slider_nev_right {
    right: -50px;
}
.hero-slider:hover .slick-arrow.slider_nev_left {
    left: 0px;
}
.hero-slider:hover .slick-arrow.slider_nev_right {
    right: 0px;
}
.hs-item.slick-slide:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 0;
    width: 100%;
}
.button-primary.button.effect-sweep {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 6px 33px;
}
.letToRight-overlay:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hs-content .button-primary.button.effect-sweep {
    background: transparent;
}
.slider-btns > .button.button-primary.transparent.effect-sweep:hover {
    color: #fff;
}
.slider-btns > .button.button-primary.transparent.effect-sweep:hover:after,
.slider-btns > .button.button-primary.transparent.effect-sweep:after {
    background: #1293d4;
}
/*------------------------------*/
/*- 8. call to action area ------------*/
/*------------------------------*/

.elita_call_to_action .heading > a {} .elita_call_to_action .excerpt > p {} .media.medium .heading + .excerpt {
    margin-top: 8px;
}
/*.elita_call_to_action_area::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}*/

.elita_call_to_action_area {
    padding-top: 102px;
    position: relative;
}
.elita_call_to_action .excerpt {
    margin-bottom: 30px;
}
.call_us_btn:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
}
/*------------------------------*/
/*- 8. Service area ------------*/
/*------------------------------*/

.service-area {
    padding-bottom: 50px;
    padding-top: 110px;
}
.single-service {
    margin-bottom: 60px;
}
.info-box-top {
    margin-bottom: 11px;
}
.info-box span,
.info-box span i {
    display: inline-block;
}
.info-box-style-1 span {
    background-color: #ffffff;
    border: 1px solid #343434;
    border-radius: 50%;
    color: #343434;
    font-size: 30px;
    height: 55px;
    line-height: 51px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
    z-index: 99;
}
.info-box.info-box-style-1:hover span {
    background: #1293d4;
    cursor: pointer;
    color: #fff;
    border: 1px solid #1293d4;
}
.service-title.heading {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
}
.single-service .excerpt {
    line-height: 23px;
}
.single-service .excerpt p {
    line-height: 23px;
}
.footer-site .widget li {
    border: 0 none;
    margin-bottom: 8px;
    padding: 0;
}
/*------------------------------*/
/*- 8. features area ------------*/
/*------------------------------*/

.features-area {} .single__feature .info-box-style-1 span {
    background-color: #fff;
    border: 1px solid #343434;
    border-radius: 50%;
    color: #343434;
    font-size: 18px;
    height: 40px;
    line-height: 39px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 99;
}
.single__feature .info-box-top {
    display: inline-block;
    float: left;
    margin-right: 14px;
}
.single__feature .service-title.heading {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 8px;
}
.feature-box-single {
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}
.feature-box-single:hover {
    background: #1293d4;
    border: 1px solid #1293d4;
    color: #fff;
}
.feature-box-single .elita-icon-box {
    color: #1293d4;
    font-size: 30px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feature-box-single .heading {
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feature-box-single .excerpt {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feature-box-single:hover .elita-icon-box,
.feature-box-single:hover .heading,
.feature-box-single:hover .excerpt {
    color: #fff;
}
/*------------------------------*/
/*- 8. Portfolio area ----------*/
/*------------------------------*/

.filter_menu {
    margin-bottom: 60px;
    text-align: center;
    line-height: 100%;
}
.filter_menu_left {
    text-align: left;
}
.filter_menu_right {
    text-align: right;
}
.filter_menu li {
    border: 0 solid #ccc;
    border-radius: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.filter_menu li:hover {
    color: #1293d4;
}
.cols {
    margin-bottom: 20px;
}
.column-flush.cols {
    margin-bottom: 0px;
}
.ht-portfolio {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
@media only screen and (min-width: 721px) and (max-width: 768px) {
    .portfolio-hover[class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
}
.portfolio-effect > a {
    display: block;
}
.portfolio-effect img {
    width: 100%;
    display: block;
}
.ht-portfolio-thumb {
    position: relative;
}
.ht-portfolio-thumb:before {
    background: #1293d4 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover-effect {
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio:hover .portfolio-hover-effect {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio:hover .ht-portfolio-thumb:before {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio-content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover:hover .ht-portfolio-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio-content > h2,
.ht-portfolio-content2 > h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    margin: 0px 0px 3px 0px;
    text-transform: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.ht-portfolio-content2 > h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.ht-portfolio-content2 .category-name {
    bottom: 0;
    display: inline-block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio-content > h2 a,
.ht-portfolio-content2 > h2 a {
    color: #333333;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover:hover .ht-portfolio-content > h2,
.portfolio-hover:hover .ht-portfolio-content2 > h2 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-icon {
    border: 0px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    width: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(0);
            transform: scale(0);
    position: relative;
    box-shadow: 0 0 0 0px rgba(246, 249, 250, 0.42);
    font-size: 30px;
}
.portfolio-icon:before {
    background: #ffffff;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    width: 100%;
}
.portfolio-icon i {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover:hover .ht-portfolio-content .portfolio-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
.category-name {
    display: block;
    color: #424242;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 0px;
    text-transform: capitalize;
}
.category-name:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}
.category-name:last-child:before {
    content: "";
}
.portfolio-hover:hover .category-name {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio.thumbnail-body {
    padding: 0;
}
.ht-portfolio-content2 {
    padding: 25px 15px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio:hover .ht-portfolio-content2 {
    border-bottom-color: #1293d4;
}
.pagination {
    margin: 0 0 0px;
    vertical-align: top;
}
.pagination a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pagination-content.pagination2 {
    margin-top: 40px;
}
.ht-portfolio-3 .ht-portfolio-content-deltails h2 {
    margin: 0 0 5px;
    font-family: "Montserrat", sans-serif;
}
.ht-portfolio-3 .ht-portfolio-content-deltails {
    padding: 30px 0;
    position: absolute;
    top: inherit;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.ht-portfolio-3 .ht-portfolio-content-deltails h2 a,
.ht-portfolio-content-deltails span {
    color: #fff;
}
.ht-portfolio-3 .category-name {
    bottom: 0px;
}
.ht-portfolio-3 .ht-portfolio-content-deltails:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
/*----------------------------------------*/
/*  10. Single portfolio 
/*----------------------------------------*/

.portfolio-cat-list li {
    display: block;
}
.portfolio-cat-list li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #333333;
}
.portfolio-cat-list li a:hover,
.portfolio-cat-list li.current a {
    color: #1293d4;
}
.portfolio-cat-list li a:before {
    content: "\eb27";
    font-family: "icofont";
    margin-right: 5px;
}
.portfolio-single-content {
    margin-top: 30px;
    margin-bottom: 50px;
}
.portfolio-single-content h4,
.portfolio-meta h4,
.retated-portfolio-title,
.related-portfolio-content h4,
.portfolio-widget h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.portfolio-meta {
    border-top: 1px solid #d5d0d0;
    margin-top: 25px;
    padding-top: 25px;
}
.portfolio-meta h4 {
    margin-bottom: 20px;
}
.portfolio-info-table table,
.portfolio-info-table table thead:first-child tr:first-child th:first-child,
.portfolio-info-table table tbody:first-child tr:first-child td:first-child,
.portfolio-info-table table thead:last-child tr:last-child th:first-child,
.portfolio-info-table table tbody:last-child tr:last-child td:first-child {
    border-radius: 0px;
}
.retated-portfolio-title {
    margin-bottom: 30px;
}
.portfolio-img {
    position: relative;
}
.portfolio-img img {
    width: 100%;
}
.img-overlay {
    line-height: 0;
    position: relative;
}
.img-overlay:before {
    background: #000 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-img a {
    bottom: 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    z-index: 110;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.portfolio-item:hover .img-overlay:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    visibility: visible;
}
.portfolio-item:hover .portfolio-img a {
    -webkit-transform: scale(1);
            transform: scale(1);
}
.related-portfolio-content {
    padding-top: 30px;
}
.related-portfolio-content h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.portfolio-widget h4 {
    margin-bottom: 20px;
}
.single-portfolio-page.content-vertical-massive {
    padding-bottom: 95px;
    padding-top: 110px;
}
/*------------------------------*/
/*- 8. pricing area ----------*/
/*------------------------------*/

.single-pricing-table-head span {
    display: inline-block;
}
.single-pricing-table {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-pricing-table-head {
    border-color: #dcd9d9;
    border-style: solid;
    border-width: 1px 1px 1px;
    padding-bottom: 30px;
    padding-top: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-head > h4 {
    display: inline-block;
    margin-bottom: 20px;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.single-pricing-table-head > h4,
.single-pricing-table-head > h5 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-head > h5 {
    color: #333333;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}
.single-pricing-table-head h5 span b {
    font-size: 30px;
}
span.monthly {
    font-size: 14px;
    font-weight: 400;
}
.single-pricing-table-body {
    border-bottom: 1px solid #dcd9d9;
    border-left: 1px solid #dcd9d9;
    border-right: 1px solid #dcd9d9;
    padding: 35px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-body ul {
    margin-bottom: 35px;
}
.single-pricing-table-body li {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}
.single-pricing-table-body .order {
    background-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    border: 1px solid #dcd9d9;
    color: #333333;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    min-width: 140px;
}
.single-pricing-table-body .order:after {
    background: #1293d4 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: -1;
}
.single-pricing-table-body .order:hover:after,
.single-pricing-table-body .order:focus:after,
.single-pricing-table-body .order:active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.single-pricing-table-body .order:hover,
.single-pricing-table-body .order:focus,
.single-pricing-table-body .order:active {
    color: #ffffff;
}
.single-pricing-table-body .order:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}
.single-pricing-table:hover .single-pricing-table-head {
    border-color: transparent;
}
.active .single-pricing-table-head {
    background: #1293D4 none repeat scroll 0 0;
    border-color: transparent;
}
.single-pricing-table.active,
.single-pricing-table:hover {
    box-shadow: 0 3px 12px rgba(220, 217, 217, 0.9);
}
.active .single-pricing-table-body {
    border-color: transparent;
}
.active .single-pricing-table-head h4,
.active .single-pricing-table-head h5 {
    color: #ffffff;
}
.active .single-pricing-table-body .order {
    background: #1293D4 none repeat scroll 0 0;
    border: 1px solid #1293D4;
    color: #ffffff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
.single-pricing-table:hover .single-pricing-table-head {
    background: #1293D4 none repeat scroll 0 0;
}
.single-pricing-table:hover .single-pricing-table-head h4,
.single-pricing-table:hover .single-pricing-table-head h5 {
    color: #ffffff;
}
.single-pricing-table:hover .single-pricing-table-body {
    border-color: transparent;
}
/*------------------------------*/
/*- 8. testimonial area --------*/
/*------------------------------*/

.elita-testimonial-wrapper:before,
.elita-bgoverlay:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 0;
    width: 100%;
}
.elita-bgoverlay,
.elita-testimonial-wrapper {
    position: relative;
}
.testimonial-carousel.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 30px;
}
.testimonial-carousel.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #fff;
}
.testimonial-image-wrap {
    padding-bottom: 20px;
}
.testimonial-image img {
    border-radius: 100%;
}
.testimonial-image {
    height: 97px;
    margin: auto;
    width: 97px;
}
.single-testimonial h3 {
    margin-bottom: 15px;
    color: #fff;
}
.testimonial-social p {
    color: #ffffff;
    margin-bottom: 10px;
}
/*------------------------------*/
/*- 1. Brand area -------------*/
/*------------------------------*/

.brand-carousel .column.span-12 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}
.brand-carousel .owl-item {
    border-style: solid;
    border-color: #dcd9d9;
    border-width: 1px;
    border-right-width: 0px;
}
.brand-carousel .owl-item:last-child {
    border-right-width: 1px;
}
.ht-brand {
    overflow: hidden;
    padding: 0px;
    position: relative;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ht-brand:before,
.ht-brand:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.ht-brand:before {
    right: 100%;
    top: 0;
    -webkit-animation-name: bor-top-out;
            animation-name: bor-top-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:hover:before {
    -webkit-animation-name: bor-top;
            animation-name: bor-top;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:after {
    left: 100%;
    bottom: 0;
    -webkit-animation-name: bor-bottom-out;
            animation-name: bor-bottom-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:hover:after {
    -webkit-animation-name: bor-bottom;
            animation-name: bor-bottom;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.single-brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.single-brand:before,
.single-brand:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
}
.single-brand:before {
    right: 0;
    bottom: 100%;
    -webkit-animation-name: bor-right-out;
            animation-name: bor-right-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:hover .single-brand:before {
    -webkit-animation-name: bor-right;
            animation-name: bor-right;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.single-brand:after {
    left: 0;
    top: 100%;
    -webkit-animation-name: bor-left-out;
            animation-name: bor-left-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.ht-brand:hover .single-brand:after {
    -webkit-animation-name: bor-left;
            animation-name: bor-left;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
@-webkit-keyframes bor-top {
    0% {
        right: 100%;
    }
    25% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}
@keyframes bor-top {
    0% {
        right: 100%;
    }
    25% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}
@-webkit-keyframes bor-right {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 100%;
    }
    50% {
        bottom: 0px;
    }
    100% {
        bottom: 0px;
    }
}
@keyframes bor-right {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 100%;
    }
    50% {
        bottom: 0px;
    }
    100% {
        bottom: 0px;
    }
}
@-webkit-keyframes bor-bottom {
    0% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
@keyframes bor-bottom {
    0% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
@-webkit-keyframes bor-left {
    0% {
        top: 100%;
    }
    75% {
        top: 100%;
    }
    100% {
        top: 0px;
    }
}
@keyframes bor-left {
    0% {
        top: 100%;
    }
    75% {
        top: 100%;
    }
    100% {
        top: 0px;
    }
}
@-webkit-keyframes bor-top-out {
    0% {
        right: 0px;
    }
    75% {
        right: 0px;
    }
    100% {
        right: 100%;
    }
}
@keyframes bor-top-out {
    0% {
        right: 0px;
    }
    75% {
        right: 0px;
    }
    100% {
        right: 100%;
    }
}
@-webkit-keyframes bor-right-out {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 0px;
    }
    75% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
@keyframes bor-right-out {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 0px;
    }
    75% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
@-webkit-keyframes bor-bottom-out {
    0% {
        left: 0;
    }
    25% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
@keyframes bor-bottom-out {
    0% {
        left: 0;
    }
    25% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes bor-left-out {
    0% {
        top: 0px;
    }
    25% {
        top: 100%;
    }
    10% {
        top: 100%;
    }
}
@keyframes bor-left-out {
    0% {
        top: 0px;
    }
    25% {
        top: 100%;
    }
    10% {
        top: 100%;
    }
}
/*------------------------------*/
/*- 1. Contact page -------------*/
/*------------------------------*/

.contact-info i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1293d4;
    color: #333333;
    display: block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 70px;
    margin-bottom: 15px;
}
.contact-info i:hover {
    background-color: #1293D4;
    color: #fff;
}
.contact-info .media-body .excerpt p {
    margin-bottom: 0;
}
.elita-contact .content {
    padding-left: 0;
    padding-top: 0;
}
.elita-contact .copy p {
    margin-bottom: 0;
}
.elita-contact textarea {
    height: 137px;
}
.elita-contact input.wpcf7-form-control {
    height: 34px;
}
.elita-contact .wpcf7-form p {
    margin-bottom: 20px;
}
.wpcf7-form p:last-child {
    margin-bottom: 0;
    font-size: 100px;
}
.elita-contact input[type=submit] {
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
}
.elita-contact input[type=submit]:hover {
    background: #ffffff;
    color: #1293d4;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
div.wpcf7 .ajax-loader {
    margin: 6px 0 0 5px;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(assets/preset-images/preload-circle-dark.png);
    -webkit-animation: cf7Loader 2s steps(18) infinite;
    animation: cf7Loader 2s steps(18) infinite;
}
@-webkit-keyframes cf7Loader {
    from {
        background-position: 0px;
    }
    to {
        background-position: -576px;
    }
}
@keyframes cf7Loader {
    from {
        background-position: 0px;
    }
    to {
        background-position: -576px;
    }
}
/*------------------------------*/
/*- 1. About us page -------------*/
/*------------------------------*/

.about-section .button {
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    font-weight: normal;
    margin-bottom: 4px;
}
.about-section .button:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: -1;
}
.about-section .button:hover,
.about-section .button:focus {
    color: #1293d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #1293d4;
}
.about-section .button:hover:after,
.about-section .button:focus:after,
.about-section .button:active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.about-section .media-body .heading,
.video-section .media-body .heading {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    line-height: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.about-section .media-body .heading a {
    color: #333333;
}
.about-section .media-body .heading:after {
    background: #dbd9da none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    width: 82px;
}
.about-section .media-body .heading:before {
    background: #1293d4 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    width: 30px;
    z-index: 9;
}
.video-section .excerpt p {
    margin-bottom: 0;
}
.video-section {
    position: relative;
    background-size: cover;
}
.video-section:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.video-section .media-body .heading {
    padding-bottom: 0;
}
.video-section .media-body .heading,
.video-section .media-body .excerpt,
.video-section .media-body .excerpt p {
    color: #ffffff;
}
.video-section .first.column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.circle-skill {
    position: relative;
    background-size: cover;
}
.circle-skill:before {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.circle-skill {} .text_content {} .text_content p {
    color: #ffffff;
}
.circle-skill .excerpt,
.circle-skill .excerpt p {
    color: #ffffff;
}
.progress-h4 {
    margin: 10px 0;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.ht_team {
    padding: 0 0 20px;
}
.ht_thumb {
    position: relative;
    line-height: 0;
}
.ht_thumb:before {
    background-color: #1293D4;
    content: "";
    left: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 7;
}
.ht_team:hover .ht_thumb:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.team-style-1 .ht_team {
    padding-bottom: 0;
}
.ht_thumb > img {
    width: 100%;
    z-index: -1;
}
.ht_hover_content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 8;
}
.ht_team_social {
    margin-bottom: 10px;
    margin-top: 15px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.ht_team_social a {
    color: #ffffff;
    display: inline-block;
    height: 20px;
    line-height: 22px;
    text-align: center;
    width: 20px;
}
.ht_team_social a:hover {
    color: #343434;
}
.ht_team_social a + a {
    margin-left: 5px;
}
.ht_team_name {
    line-height: 21px;
    padding: 20px 0;
    text-align: center;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 8;
}
.ht_team_name h3 {
    margin: 0 0 6px;
    color: #ffffff;
}
.ht_team:hover .ht_team_name,
.ht_team:hover .ht_team_social {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht_team.thumbnail-body.t2 {
    padding-bottom: 0;
}
.ht_team.thumbnail-body {
    margin-bottom: 23px;
}
.column-flush .ht_team.thumbnail-body. {
    margin-bottom: 0px;
}
.team-style-4 [class*="span-"] {
    width: 100%;
}
.team-style-2 .ht_team_social {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.team-style-2 .ht_team,
.team-style-4 .ht_team {
    padding: 0 0 0px;
}
.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    padding: 0px 10px 0;
}
.team-style-2 .ht_team_name h3,
.team-style-4 .ht_team_name h3 {
    margin: 0px 0 6px;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.team-style-2 .degi,
.team-style-4 .degi {
    margin-bottom: 0px;
    display: block;
    color: #424242;
    display: inline-block;
    text-transform: capitalize;
}
.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    padding: 20px 0;
    border-top: 0;
    border-width: medium 1px 2.5px;
    border-style: none solid solid;
    border-color: #dcd9d9;
    -o-border-image: none;
       border-image: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ht_team:hover .ht_team_name {
    border-bottom-color: #1293D4;
}
.team-area .thumbnail-body p {
    color: #ffffff;
    margin: 10px 0 0;
    padding: 0 20px;
}
.team-style-3 .ht_team:hover .ht_thumb:before {
    -webkit-transform: skewX(25deg);
            transform: skewX(25deg);
}
/*------------------------------*/
/*	6. fun fact
/*------------------------------*/

.fun-factor-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 110px 0 110px;
    position: relative;
    z-index: 1;
}
.fun-factor-area:after {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.fun-factor-icon {
    color: #ffffff;
    font-size: 60px;
}
.single-fun-factor > h2 {
    line-height: 100%;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
}
.fun-text p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Montserrat";
    margin: 20px 0 34px;
    padding-bottom: 15px;
    position: relative;
}
.fun-text p:after {
    background: #fff none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
}
.small .fun-text p {
    font-size: 20px;
}
.medium .fun-text p {
    font-size: 30px;
}
.large .fun-text p {
    font-size: 50px;
}
.small .single-fun-factor h2 {
    font-size: 20px;
}
.medium .single-fun-factor h2 {
    font-size: 30px;
}
.large .single-fun-factor h2 {
    font-size: 50px;
}
.small .fun-factor-icon {
    font-size: 40px;
}
.medium .fun-factor-icon {
    font-size: 60px;
}
.large .fun-factor-icon {
    font-size: 80px;
}
.call_us_btn:before {
    content: "";
    background: none;
}
.call_us_btn a.button-primary {
    float: right;
    margin-top: -8px;
}
.call_us_btn .media-body .heading {
    max-width: 700px;
}
.call_us_btn .media-body .excerpt {
    max-width: 700px;
    float: left;
    margin-bottom: 0;
}
.call_us_btn .transparent.effect-sweep:after {
    background: #ffffff;
    z-index: -1;
}
.call_us_btn a.button-primary:hover {
    color: #1293D4;
    border-color: #ffffff;
}
.call_us_btn a.button-primary:focus {
    color: #ffffff;
    border-color: #ffffff;
}
/* Unite Test  */

.single-article .story blockquote p {
    margin: 0;
}
.post-password-form input[type="password"] {
    display: block;
    margin: 10px 0;
    width: 35%;
}
.header-site .nav.nav-horizontal > ul > li {
    margin: 0 16px;
    padding-bottom: 0;
}
.site-description {
    padding-bottom: 0;
}
.site-description p.tagline,
.site-description h3.sitename.sitetitle a {
    margin-top: 6px;
}
#scrollUp {
    background: #333333 none repeat scroll 0 0;
    bottom: 30px;
    color: #ffffff;
    height: 40px;
    right: 30px;
    text-align: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 40px;
}
#scrollUp i {
    font-size: 16px;
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#scrollUp:hover {
    background: #1293d4 none repeat scroll 0 0;
}
.woocommerce-cart-form [type="submit"] {
    margin-bottom: 0;
}
/*-------------------------
*	24. Elita responsive view
---------------------------*/
/*-------------------------
*	24.1 desktop :992px
---------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content {
        padding-left: 40px;
    }
    .hs-item .hs-content h2 {
        font-size: 50px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 97%;
    }
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 4 - 20px)
    }
    .medium .fun-text p {
        font-size: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1169px) {
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .widget .section-nav-title {
        font-size: 14px;
    }
}
/*-------------------------
*	24.2 desktop :768px
---------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content {
        text-align: center;
    }
    .hs-item {
        min-height: 450px;
    }
    .hs-item .hs-content p {
        margin: auto;
        max-width: 460px;
    }
    .hs-item .hs-content p {
        font-size: 14px;
    }
    .hs-item .hs-content h2 {
        font-size: 40px;
    }
    .header-site,
    .header-site.header-sticky {
        padding: 15px 0;
    }
    .brand-carousel .owl-item:nth-child(3) {
        border-right-width: 1px !important;
    }
    #layers-widget-elita_call_to_action-3 {
        background-size: cover;
    }
    .footer-site .grid .column:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-site h5.section-nav-title {
        margin-bottom: 20px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 97%;
    }
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 4 - 20px)
    }
    .copyright .grid .column {
        margin-bottom: 0px !important;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .column.pull-right.sidebar {
        margin-top: 0px;
    }
    .column.pull-left.sidebar {
        margin-bottom: 0px;
    }
    .column.pull-right.sidebar aside:last-child {
        margin-bottom: 0;
    }
    .section-title.small .heading.comment-title {
        font-size: 20px;
        padding-top: 25px;
    }
    .push-top-large .children {
        margin-left: 25px;
    }
    .call_us_btn .media-body .excerpt {
        max-width: 100%;
    }
    .call_us_btn a.button-primary {
        float: none !important;
        margin-top: 0 !important;
    }
    .medium .fun-text p {
        font-size: 22px;
    }
    .breadcrumb-area {
        padding-bottom: 80px !important;
        padding-top: 80px !important;
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
        ;
    }
    .widget .section-nav-title {
        font-size: 13px;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"] {
        width: calc(100% / 12 * 6 - 20px);
        ;
    }
}
@media (max-width: 768px) {
    .header-secondary .pull-left {
        float: left;
    }
    .site-logo-link img, .custom-logo-link img, .mark img {
        width:80%;
    }
    .responsive-nav .l-menu {
        margin-bottom:-15px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    .widget .section-nav-title {
        font-size: 18px;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
}
/*------------------------
*	24.3 Small mobile :320px
--------------------------*/

@media (max-width: 767px) {
    html.js {
        margin-top: 0px!important;
    }
    html .logged-in {
        margin-top: 0px!important;
    }
    .header-secondary nav.pull-left ul.nav li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 8px;
    }
    .hidden-xs {
        display: none !important
    }
    /* Header */
    
    .off-canvas-right.open {
        padding-top: 20px;
    }
    .close-canvas {
        margin-top: 0px;
    }
    .logged-in .wrapper-site {
        margin-top: 45px;
    }
    .logged-in .off-canvas-right.open {
        padding-top: 50px;
    }
    .logged-in .off-canvas-right.open .close-canvas {
        margin-right: 10px;
        margin-top: 10px;
    }
    .header-site,
    .header-site.header-sticky {
        padding: 10px 0;
    }
    .slick-arrow.slider_nev_left {
        left: 0px;
    }
    .slick-arrow.slider_nev_right {
        right: 0px;
    }
    .hs-item .hs-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .hs-item .hs-content {
        text-align: center;
    }
    .hs-item .hs-content h2 {
        font-size: 24px;
    }
    .section-title .heading {
        font-size: 25px;
        line-height: 32px;
    }
    #layers-widget-elita_call_to_action-3 {
        background-size: cover;
    }
    .elita_call_to_action_area:before {
        background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%) repeat scroll 0 0;
    }
    .call_us_btn:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        content: "";
    }
    .filter_menu li {
        line-height: 22px;
        padding: 0 9px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 96%;
    }
    .speech-text {
        padding: 15px;
    }
    .elita-pricing-area .grid .column:not(:last-child) {
        margin-bottom: 25px;
    }
    .post-info-left > span.post-author {
        top: -2px;
    }
    .post-like {
        margin-right: 10px;
    }
    .brand-carousel .owl-item {
        border-right-width: 1px;
    }
    .footer-site h5.section-nav-title {
        margin-bottom: 20px;
    }
    .footer-site .grid .column:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-site .copyright-footer-bg .grid > .column:nth-child(2) {
        margin-bottom: 0;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .copytest p,
    .center-logo,
    .social-foo-flex-center {
        text-align: center;
    }
    .hs-item .hs-content h2 {
        line-height: 1.2;
    }
    .elita_call_to_action_area .span-6.first {
        margin-bottom: 50px;
    }
    .call_us_btn a.button-primary {
        float: none;
        margin-top: 0px;
    }
    .fun-factor-area [class*="span-"]:not(:last-child) {
        margin-bottom: 35px;
    }
    .medium .fun-text p {
        font-size: 25px;
    }
    .fun-text p {
        margin: 10px 0 30px;
    }
    .elita_call_to_action_area [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .breadcrumb-list {
        text-align: center;
    }
    .breadcrumb-area {
        padding-bottom: 70px !important;
        padding-top: 70px !important;
    }
    .contact-info .grid [class*="column"]:not(:last-child) {
        margin-bottom: 25px;
    }
    .elita-contact {
        padding-top: 80px;
    }
    .elita-contact .container [class*="column"] {
        margin-bottom: 50px;
    }
    .about-section .grid [class*="column"]:not(:last-child),
    .video-section .grid [class*="column"]:not(:last-child),
    .circle-skill .grid [class*="column"]:not(:last-child) {
        margin-bottom: 50px;
    }
    .team-area .grid [class*="column"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .breadcrumb-title h1 {
        text-align: center;
    }
    .not-found-title h1 {
        font-size: 154px;
        line-height: 125px;
    }
    .content-main .pull-right.sidebar {
        margin-top: 50px;
    }
    .content-main .pull-left.sidebar {
        margin-bottom: 50px;
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .page-template .pull-right.sidebar {
        margin-top: 50px;
    }
    .social-links {
        float: left;
        padding-top: 15px;
    }
    .replay-edit.pull-right {
        position: absolute;
        right: 0;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .grid.related_portfolio [class*="span-"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .header-secondary {
        text-align: center;
        display: block;
    }
    #menu-top-menu li {
        float: none;
        margin-bottom: 5px;
    }
    .header-secondary .pull-left {
        float: none;
        margin-bottom: 10px;
    }
    .header-secondary .pull-right {
        float: none;
    }
    .hs-item {
        min-height: 450px;
    }
}
/*------------------------
*	24.4 Large Mobile :480px
--------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-carousel [class*="span-"] {
        width: 100%;
    }
}
/*------------------------
*	24.5 Large Mobile :600px
--------------------------*/

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .elita-pricing-area [class*="column"],
    .portfolio-area [class*="column"],
    .service-area [class*="column"] {
        width: calc(100% / 12 * 12 - 20px)
    }
    .features-area [class*="column"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .service-title.heading {
        font-size: 16px;
    }
    .info-box-top {
        margin-bottom: 8px;
    }
    .brand-carousel .owl-item {
        border-right-width: 0px;
    }
    .elita-contact .container [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .column.sidebar .widget {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .header-secondary {
        text-align: center;
    }
    .header-secondary .pull-left {
        float: none;
        margin-bottom: 10px;
    }
    .header-secondary .pull-right {
        float: none;
    }
}
@media (width: 640px) {
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}
/*------------------------
*	24.6 Large Mobile :720px
--------------------------*/

@media only screen and (min-width: 641px) and (max-width: 720px) {
    .elita-pricing-area [class*="column"],
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .features-area [class*="column"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .info-box-top {
        margin-bottom: 8px;
    }
    .brand-carousel .owl-item {
        border-right-width: 0px;
    }
    .elita-contact .container [class*="column"] {
        margin-bottom: 0px;
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .column.sidebar .widget {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .column .widget.widget_calendar {
        overflow: auto;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}
/*-----------------------------
*	24.7 Large Mobile :840px
------------------------------*/

@media only screen and (min-width: 769px) and (max-width: 840px) {
    .header-site,
    .header-site.header-sticky {
        padding: 0;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .medium .fun-text p {
        font-size: 20px;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
}
/*-------------------------------------------
*	24.8 Large Mobile :721px to 767px
--------------------------------------------*/

@media only screen and (min-width: 721px) and (max-width: 767px) {
    .elita-pricing-area [class*="column"] {
        width: calc(100% / 12 * 12 - 20px)
    }
    .features-area [class*="column"],
    .portfolio-area [class*="column"],
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .hs-item .hs-content h2 {
        font-size: 35px;
    }
    .header-secondary .pull-left {
        float: left;
    }
    .header-secondary .pull-right {
        float: right;
    }
    .brand-carousel .owl-item {
        border-right-width: 1px;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .elita-instagram-widget .item {
        width: 19%;
    }
    .copyright .column:nth-child(1),
    .copyright .column:nth-child(2) {
        width: calc(100% / 12 * 6 - 20px);
    }
    .copyright .column:nth-child() {
        width: calc(100% / 12 * 12 - 20px);
    }
    .copyright .grid .column {
        margin-bottom: 0 !important;
    }
    .elita-contact .container [class*="column"] {
        margin-bottom: 0px;
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
        ;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .header-secondary {
        text-align: center;
    }
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}
.header-site.invert .responsive-nav .l-menu {
    color: #1293d4;
}


/* woocommerce*/
.woo-pd-90{
	padding:90px 0;
}
.woocommerce-loop-product__title {
  padding-top: 20px;
}
.single-product .woocommerce-product-rating {
  margin-bottom: 10px;
  margin-top: 20px;
}
.single_add_to_cart_button {
  height: 36px;
}