/*
 Theme Name:   Financo
 Description:  Financo is a Finance & Investment WordPress theme
 Author:       HasTech
 Author URI:   http://bootexperts.com/
 Version:      1.1.0
 Tags:         business, company, page-builder, responsive, finance, financial, investment, corporate, agency, consulting, office, professional services, advisor, translation-ready, theme-options
 License:      GPL 2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Template:     layerswp
*/
/* -------------------------------------------
    ** TABLE OF CONTENTS ** 
-------------------------------------------
1. THEME DEFAULT CSS
2. FONTS CSS
3. FINANCO CSS STARTS HERE
4. BUTTON STYLE CSS
5. NECESSARY CSS CLASSES
6. FLEXBOX PREFIXED CSS 
7. SLIDER AREA CSS
8. CONTENT WIDGET STYLING
9. CALL TO ACTION AREA CSS
10. TEAM AREA CSS
11. SECTION TITLE CSS
12. TESTIMONIAL AREA CSS
13. BLOG AREA CSS
14. SERVICES AREA CSS
15. ABOUT AREA CSS
16. BLOG PAGE CSS
17. ASKED AREA CSS
18. BRAND AREA CSS
19. FUN FACTOR AREA CSS
20. PROJECT AREA CSS
21. FOOTER AREA CSS 
22. BREADCRUMB AREA CSS
23. BLOG DETAILS PAGE CSS
24. PROJECT DETAILS PAGE CSS 
25. BREADCRUMB AREA CSS
26. SIDEBAR AREA CSS
27. BLOG AREA CSS
28. SINGLE PAGE CSS
29. 404 PAGE CSS
30. SEARCH RESULT PAGE CSS
31. SHOP PAGE CSS
32. SINGLE PRODUCT PAGE CSS
33. COMMENT AREA CSS
34. THEME UNIT TEST STYLES CSS
35. CONTACT FORM CSS...
36. NOT FOUND AREA CSS
37. 404 PAGE CSS
38. RESPONSIVE CSS


-------------------------------------------- */
/*----------------------------------------*/
/*- 1. THEME DEFAULT CSS -----------------*/
/*----------------------------------------*/

html {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 400;
}
a:focus,
:focus {
    outline: 0px solid;
}
a:hover {
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}
body {
    color: #333333;
}
p {
    color: #606060;
    font-size: 14px;
    line-height: 24px;
}
.container {
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
}
.container.list-masonry {
    max-width: 1200px;
}
[class*="column"] {
    margin-bottom: 0px;
}
.content-vertical-massive {
    padding-top: 0;
    padding-bottom: 0;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
/*----------------------------------------*/
/*- 2. FONTS CSS -------------------------*/
/*----------------------------------------*/

@font-face {
    font-family: 'montserratlight';
    src: url('assets/fonts/montserrat-light-webfont.eot');
    src: url('assets/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/montserrat-light-webfont.woff2') format('woff2'), url('assets/fonts/montserrat-light-webfont.woff') format('woff'), url('assets/fonts/montserrat-light-webfont.ttf') format('truetype'), url('assets/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemibold';
    src: url('assets/fonts/montserrat-semibold-webfont.eot');
    src: url('assets/fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('assets/fonts/montserrat-semibold-webfont.woff') format('woff'), url('assets/fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('assets/fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*----------------------------------------*/
/*- 3. FINANCO CSS STARTS HERE -----------*/
/*----------------------------------------*/
/*----------------------------------------*/
/*- 4. BUTTON STYLE CSS ------------------*/
/*----------------------------------------*/

input[type="button"],
input[type="submit"],
button,
.button,
.form-submit input[type="submit"],
.invert input[type="button"],
.invert input[type="submit"],
.invert button,
.invert .button,
.invert .form-submit input[type="submit"] {
    background-color: transparent;
    border-color: #002e5b;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    color: #002e5b;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 22px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover,
.form-submit input[type="submit"]:hover,
.invert input[type="button"]:hover,
.invert input[type="submit"]:hover,
.invert button:hover,
.invert .button:hover,
.invert .form-submit input[type="submit"]:hover {
    background-color: #002e5b;
    color: #ffffff;
}
/*----------------------------------------*/
/*- 5. NECESSARY CSS CLASSES -------------*/
/*----------------------------------------*/

.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.none {
    text-transform: none;
}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
/*----------------------------------------*/
/*- 6. FLEXBOX PREFIXED CSS  -------------*/
/*----------------------------------------*/

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.layers-masonry-column .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-site .container,
.header-site > .header-block {
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.header-site nav {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-right .container,
.header-right > .header-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/* COMPONENTS */

.advanced-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.swiper-slide .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}
.swiper-slide .container {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-slide.image-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
.swiper-slide.image-bottom .overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
}
/*----------------------------------------*/
/*- 7. SLIDER AREA CSS -------------------*/
/*----------------------------------------*/

.slider-area .banner-content {
    padding: 200px 0 150px;
}
.slider-area .banner-readmore .button {
    background-color: transparent;
}
.slider-area .banner-readmore .button:hover {
    background-color: #002e5b;
    color: #ffffff !important;
}
/*----------------------------------------*/
/*- 8. CONTENT WIDGET STYLING ------------*/
/*----------------------------------------*/

.layers-content-widget .media .heading {
    line-height: 16px;
    margin-bottom: 16px;
}
.layers-content-widget .media-body .heading span {
    color: #006b63;
    font-size: 20px;
    line-height: 14px;
}
.layers-content-widget .media-body .excerpt h2 {
    color: #303030;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -15px;
}
.layers-content-widget .column .media .media-body .excerpt {
    font-weight: 400;
}
.layers-content-widget .media-body .excerpt > p {
    color: #606060;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.layers-content-widget .media-body .button {
    background: transparent;
    border: 1px solid #002e5b;
    color: #002e5b;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin-top: 28px;
    text-transform: uppercase;
}
.layers-content-widget .media-body .button:hover {
    background: #002e5b none repeat scroll 0 0;
    color: #fff;
}
/*----------------------------------------*/
/*- 9. CALL TO ACTION AREA CSS -----------*/
/*----------------------------------------*/

.call-to-action-area {
    padding: 60px 0;
    position: relative;
}
.call-to-action-area .advertise-text .heading {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 12px;
}
.call-to-action-area .media.small .advertise-text .heading {
    font-size: 25px;
    line-height: 25px;
}
.call-to-action-area .media.medium .advertise-text .heading {
    font-size: 30px;
    line-height: 28px;
}
.call-to-action-area .media.large .advertise-text .heading {
    font-size: 35px;
    line-height: 36px;
}
.call-to-action-area .advertise-text .excerpt p {
    font-family: "montserratlight";
    font-size: 14px;
    line-height: 24px;
    padding: 0 220px;
}
.call-to-action-area .advertise-text .button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 2px;
    color: #002e5b;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-top: 25px;
    padding: 0 23px;
    text-transform: uppercase;
}
.call-to-action-area .advertise-text .button:hover {
    background: #002e5b none repeat scroll 0 0;
    border: 1px solid #002e5b;
    color: #fff;
}
.call-to-action-area::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
/*----------------------------------------*/
/*- 10. TEAM AREA CSS ---------------------*/
/*----------------------------------------*/

.team-area {
    padding: 120px 0;
}
.single-team-member {
    overflow: hidden;
    padding-bottom: 73px;
    position: relative;
}
.member-text > h3 {
    color: #ffffff;
    font-family: "montserratlight";
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px;
    line-height: 22px;
}
.member-text > h3:hover a {
    color: #006B63;
}
.member-text > span {
    color: #b6b6b6;
}
.member-image {
    position: relative;
    text-align: center
}
.link-effect {
    bottom: -70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 186px;
    z-index: 1;
}
.single-team-member:hover .link-effect {
    bottom: 0
}
.link-effect li {
    bottom: 0;
    float: left;
    margin: 0 9px;
}
.link-effect ul li:nth-child(1) {
    margin-left: 0;
}
.link-effect ul li:nth-child(4) {
    margin-right: 0;
}
.link-effect li a {
    border: 1px solid #878787;
    color: #878787;
    display: block;
    height: 31px;
    line-height: 31px;
    text-align: center;
    width: 33px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.link-effect li:hover a {
    background: #006b63 none repeat scroll 0 0;
    border: 1px solid #006b63;
    color: #fff;
}
.link-effect li a img {
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s
}
.member-image img {
    display: block;
    width: 100%;
}
.member-text {
    background: #002e5b none repeat scroll 0 0;
    bottom: 0;
    padding: 16px 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.single-team-member:hover .member-text {
    padding-bottom: 180px;
    padding-top: 37px;
}
.member-text > p {
    bottom: -75px;
    color: #b6b6b6;
    font-size: 14px;
    line-height: 24px;
    padding: 0 25px;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: -99;
}
.single-team-member:hover .member-text > p {
    bottom: 96px;
    visibility: visible;
    z-index: 1;
}
.single-team-member:hover .link-effect {
    bottom: 42px;
    visibility: visible;
    z-index: 1;
}
/*----------------------------------------*/
/*- 11. SECTION TITLE CSS -----------------*/
/*----------------------------------------*/

.section-title {
    margin-bottom: 95px;
    position: relative;
}
.section-title.text-center {
    padding: 0 45px;
}
.section-title .heading {
    color: #303030;
    font-size: 28px;
    line-height: 23px;
    margin-bottom: 19px;
}
.section-title .excerpt {
    color: #606060;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
}
/*----------------------------------------*/
/*- 12. TESTIMONIAL AREA CSS --------------*/
/*----------------------------------------*/

.testmonial-carousel {
    padding: 120px 0;
}
.owl-item .testi-img img {
    border: 3px solid #ebebeb;
    border-radius: 50%;
    width: auto;
    margin: auto
}
.testi-img {
    padding-bottom: 23px;
}
.single-testi {
    padding: 0 250px;
}
.testi-text h5 {
    padding-top: 9px;
}
.testi-text > span {
    display: block;
    font-size: 12px;
    padding-top: 4px;
}
.testi-text > p {
    padding: 0 44px;
}
.owl-controls .owl-page span {
    background: #ff0000 none repeat scroll 0 0;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}
.owl-dots {
    line-height: 5px;
    margin-top: 25px;
}
.owl-dot {
    background: #006B63 none repeat scroll 0 0;
    display: inline-block;
    height: 3px;
    margin: 0 10px;
    width: 20px;
}
.owl-dot.active {
    background: #FDE428 none repeat scroll 0 0;
}
.testi-text .excerpt > p {
    line-height: 24px;
}
/*----------------------------------------*/
/*- 13. BLOG AREA CSS ---------------------*/
/*----------------------------------------*/

.blog-area {
    padding: 120px 0;
}
.blog-image {
    position: relative;
    text-align: center;
}
.blog-image > img {
    max-width: 100%;
}
.blog-image > span {
    background: #002e5b none repeat scroll 0 0;
    border-radius: 2px;
    bottom: -18px;
    color: #dddddd;
    display: inline-block;
    font-family: "montserratlight";
    font-size: 14px;
    left: 0;
    margin: auto;
    padding: 6px 22px;
    position: relative;
    right: 0;
    top: -18px;
    width: auto;
    z-index: 2;
}
.blog-image a {
    position: relative;
    display: block
}
.blog-image a:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3) inset;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .blog-image a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-text > h4 {
    color: #006b63;
    margin-bottom: 8px;
}
.blog-text > a {
    color: #006b63;
}
.blog-text > h4:hover a,
.blog-text > a:hover {
    color: #002e5b
}
.blog-text {
    padding-top: 10px;
}
.blog-text > p {
    margin-bottom: 8px;
}
/*----------------------------------------*/
/*- 14. SERVICES AREA CSS -----------------*/
/*----------------------------------------*/

.single-item .media-image {
    border: 1px solid #cccccc;
    height: 47px;
    line-height: 47px;
    width: 47px;
    border-radius: 50%;
}
.single-item.image-left .media-image {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
    max-width: 49%;
}
.single-item .media-image img {
    margin-top: 8px;
    text-align: center;
}
.single-item:hover img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running bounceIn;
    animation: 500ms ease-in-out 0s normal none 1 running bounceIn;
}
.service-text .excerpt {
    font-weight: 400;
}
/*----------------------------------------*/
/*- 15. ABOUT AREA CSS --------------------*/
/*----------------------------------------*/

.single-content .excerpt > h4 {
    color: #006b63;
    font-size: 18px;
    margin-bottom: 0;
}
.single-content .media-body .excerpt p {
    margin-top: 5px;
}
.about-text > h3,
.information-text > h3,
.feature-text > h3 {
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 9px;
}
/*----------------------------------------*/
/*- 16. BLOG PAGE CSS ---------------------*/
/*----------------------------------------*/

.blog-section .single-blog {
    margin-bottom: 51px;
}
.blog-section .col-lg-3:nth-child(13) .single-blog,
.blog-section .col-lg-3:nth-child(14) .single-blog,
.blog-section .col-lg-3:nth-child(15) .single-blog,
.blog-section .col-lg-3:nth-child(16) .single-blog {
    margin-bottom: 0;
}
.sidebar-widget-title > h5 {
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    padding-bottom: 13px;
}
.sidebar-widget-title {
    margin-bottom: 27px;
}
.single-post-widget .post-img {
    float: left;
    width: 76px;
}
.single-post-widget .post-texts {
    overflow: hidden;
    padding-left: 12px;
}
.post-img > a {
    display: inline-block;
    position: relative;
}
.post-img img {
    width: 100%;
}
.post-texts > h5 {
    font-size: 16px;
    margin-bottom: 2px;
}
.post-info {
    font-family: "montserratlight";
    font-size: 12px;
    margin-bottom: 3px;
}
.post-texts h5:hover a {
    color: #002e5b;
}
.single-post-widget {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.post-texts > p {
    margin-bottom: 8px;
}
.single-post-widget:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget {
    margin-bottom: 50px;
}
.categories > li {
    border-bottom: 1px solid #cccccc;
    display: block;
    line-height: 15px;
    margin-bottom: 19px;
    padding-bottom: 8px;
}
.categories > li:last-child {
    margin: 0;
}
.sidebar-contact-info {
    background: #002e5b none repeat scroll 0 0;
    padding: 29px 17px 21px;
    text-align: center;
}
.sidebar-contact-info > p {
    color: #dddddd;
    font-size: 12px;
    margin-bottom: 13px;
}
.sidebar-contact-info > h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 8px;
}
.sidebar-contact-info .default-button {
    background: #033769 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 18px rgba(3, 3, 3, 0.38);
    color: #989898;
    font-size: 12px;
    padding: 5px 19px;
}
.sidebar-contact-info .default-button:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #002e5b;
}
.post-img > a:before {
    background: rgba(0, 46, 91, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-post-widget:hover .post-img > a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-sidebar-widget .tags > li > a {
    border: 1px solid #cccccc;
    color: #303030;
    display: inline-block;
    line-height: 27px;
    padding: 0 10px;
}
.single-sidebar-widget .tags > li a:hover {
    background: #002e5b none repeat scroll 0 0;
    border-color: #002e5b;
    color: #ffffff;
}
.single-sidebar-widget .tags > li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 4px;
}
.single-sidebar-widget .tags {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 14px;
}
.categories a:hover {
    color: #002e5b;
}
.blog-section.sidebar .col-lg-4.col-md-6:nth-child(10) .single-blog,
.blog-section.sidebar .col-lg-4.col-md-6:nth-child(11) .single-blog,
.blog-section.sidebar .col-lg-4.col-md-6:nth-child(12) .single-blog {
    margin-bottom: 0;
}
.single-sidebar-widget:last-child {
    margin: 0;
}
.pagination-button {
    display: inline-flex;
}
.pagination {
    margin: 0 20px 0 0;
}
.post-info span {
    display: inline-block;
}
/*----------------------------------------*/
/*- 17. ASKED AREA CSS --------------------*/
/*----------------------------------------*/

.asked-area .media-body .heading {
    font-size: 28px;
    line-height: 23px;
    margin-bottom: 19px;
}
.form-box input,
.form-box textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    height: 38px;
    padding: 0 14px;
}
.form-box {
    margin-bottom: 21px;
}
.sub_title {
    margin-bottom: 37px;
}
.form-box textarea {
    height: 152px;
    padding: 9px 14px;
}
.wpcf7-form-control.wpcf7-submit.default-button.submit-btn,
.submit-btn {
    background: #002e5b none repeat scroll 0 0;
    border: 1px solid #002e5b;
    color: #ffffff;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin-top: 28px;
    padding: 0 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.wpcf7-form-control.wpcf7-submit.default-button.submit-btn:hover,
.submit-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #002e5b;
}
.default-panel {
    padding-left: 60px;
}
.asked-area .panel-group {
    margin: 25px 0 0;
    padding-bottom: 29px;
    padding-right: 113px;
}
.panel-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}
.panel-default > .panel-heading {
    background: inherit;
    border-color: inherit;
    margin: 0;
    padding: 0;
}
.asked-area {
    padding: 120px 0 85px;
}
.asked-area .panel h4 {
    font-family: "Poppins", sans-serif;
    font-size: 14px
}
.asked-area .panel-title a.collapsed {
    color: #303030;
}
.default-panel .sub_title {
    margin-bottom: 30px;
}
.asked-area .panel-title > a {
    background: inherit;
    border-bottom: 0 none;
    color: #006b63;
    display: block;
    padding: 10px 0 10px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}
.asked-area .panel-title a span:before {
    border: 1px solid #ebebeb;
    color: #606060;
    content: "";
    cursor: pointer;
    font-family: "montserratregular";
    font-size: 24px;
    height: 23px;
    left: 0;
    line-height: 21px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 4px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 23px;
    z-index: 99;
}
.asked-area .panel-title a span:before {
    content: "-";
    color: #fff
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0
}
.asked-area .panel-title a.collapsed span:before {
    background: transparent;
    content: "+";
    color: #606060
}
.asked-area .panel-title a span:before {
    background: #002E5B;
}
.asked-area .panel-body > p {
    color: #303030;
    margin: 0
}
.panel-body {
    padding: 5px 25px 5px 37px;
}
.panel {
    margin-bottom: 0;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel {
    margin-bottom: 0;
    overflow: hidden;
}
.panel-heading {
    margin-bottom: 7px;
}
.panel-heading .panel-title a {
    display: block;
}
.panel .panel-title {
    background-color: transparent;
    color: #fff;
    padding: 1px 0;
}
.panel-default .panel-title a {
    background-color: transparent;
    color: #006b63;
    font-size: 14px;
}
.panel-default .panel-title a i {
    background-color: #002e5b;
    border: 1px solid #002e5b;
    color: #fff;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    width: 23px;
    text-align: center;
}
.panel-default .panel-title a.collapsed {
    color: #303030;
}
.panel-default .panel-title a.collapsed i {
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #303030;
}
.panel-body {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 38px;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.asked-area .media-body .excerpt div.wpcf7 {
    margin: 34px 0 0;
}
.wpcf7-form::-webkit-input-placeholder {
    color: #444;
}
.wpcf7-form:-moz-placeholder {
    color: #444;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wpcf7-form::-moz-placeholder {
    color: #444;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wpcf7-form:-ms-input-placeholder {
    color: #444;
}
div.wpcf7 .wpcf7-form .ajax-loader {
    position: relative;
    top: 14px;
}
.wpcf7-form input[type="submit"] + span {
    float: none;
}
.list-masonry .grid {
    margin-left: -30px;
    margin-right: -10px;
}
/*----------------------------------------*/
/*- 18. BRAND AREA CSS --------------------*/
/*----------------------------------------*/

.financo-brand-area {
    padding: 40px 0;
}
.financo-brand-area .single-brand {
    border: 1px solid #ddd;
    height: 110px;
    margin-bottom: 30px;
    text-align: center;
}
.financo-brand-area .owl-carousel .owl-item .single-brand {
    margin-bottom: 0;
}
.financo-brand-area .owl-carousel .owl-item img,
.financo-brand-area .single-brand img {
    display: block;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    width: inherit;
}
.brand-carousel.owl-carousel.owl-theme.owl-loaded {
    margin: 0 -10px;
}
/*----------------------------------------*/
/*- 19. FUN FACTOR AREA CSS ---------------*/
/*----------------------------------------*/

.call-to-action-area:before,
.fun-factor-area:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.fun-factor-area {
    position: relative;
    padding: 100px 0 95px;
}
.fun-factor-area .media {
    overflow: visible;
}
.fun-factor-icon {
    display: inline-block;
    margin-right: 20px;
}
.fun-factor-icon i {
    display: block;
    font-size: 40px;
    line-height: 40px;
}
.single-fun-factor h2 {
    line-height: 40px;
    display: inline-block;
    font-size: 32px;
    font-weight: 400;
}
.single-fun-factor h2 span {
    display: block;
    float: left;
    line-height: 1;
}
.fun-text {
    float: left;
    width: 100%;
}
.fun-text > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
/*----------------------------------------*/
/*- 20. PROJECT AREA CSS ------------------*/
/*----------------------------------------*/

.filter_menu {
    margin-bottom: 30px;
    text-align: center;
}
.filter_menu_left {
    text-align: left;
}
.filter_menu_right {
    text-align: right;
}
.filter_menu li {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 5px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
li.current_menu_item {
    color: #464646;
}
.filter_menu.filter_menu_left li:first-child {
    margin: 0 5px 0 0 !important;
}
.filter_menu li:hover:before,
.filter_menu li.current_menu_item:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.filter_menu li:before {
    background: #888 none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 2px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.filter_menu {
    margin-bottom: 40px;
}
/* end gallery-menu */

.cols {
    margin-bottom: 20px;
}
.column-flush.cols {
    margin-bottom: 0px;
}
/* gallery single item */

.ht-gallery {
    position: relative;
}
.column-flush .ht-gallery {
    box-shadow: none;
}
/* gallery thumb */

.gallery-effect {} .gallery-effect > a {
    display: block;
}
.gallery-effect img {
    width: 100%;
    display: block;
}
.ht-gallery-thumb {
    position: relative;
}
.ht-gallery-thumb:before {
    background: #000 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: .5s;
    transition: .5s;
}
.ht-gallery-thumb:hover:before {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
}
/* overlay effect */

.gallery-hover-effect {
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ht-gallery:hover .gallery-hover-effect {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* gallery content */

.ht-gallery-content {
    color: #fff;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
}
.gallery-hover:hover .ht-gallery-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
}
.ht-gallery-content > h2 {
    color: #ffffff;
    font-size: 27.2px;
    font-size: 27.2px;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 2px;
    margin-top: 13px;
    text-transform: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ht-gallery-content2 {
    padding: 25px 18px;
}
.ht-gallery-content > h2 a,
.ht-gallery-content2 > h2 a {
    color: #464646;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery-hover:hover .ht-gallery-content .gallery-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* gallery-icon*/

.ht-gallery-content .gallery-icon {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 52px;
    line-height: 54px;
    width: 52px;
}
.gallery-icon i {}
/* gallery-cat */

.cat-wrapper span {
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0 3px;
    position: relative;
    text-transform: capitalize;
}
.cat-wrapper span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
}
.cat-wrapper span:last-child:before {
    content: "";
}
/*==== portfolio style 03======= */

.portfolio-style-03 .ht-gallery-content2 h2 {
    font-size: 18px;
    font-weight: 500;
    -webkit-transform: translateY(-15px);
    transform: translateY(-0px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.portfolio-style-03 .ht-gallery-content2 span {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.portfolio-style-03 .ht-gallery-content2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.portfolio-style-03:hover .ht-gallery-content2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.portfolio-style-03 .ht-gallery-content2 {
    bottom: 10px;
    position: absolute;
    left: 0px;
}
.portfolio-style-03 .gallery-effect:hover .ht-gallery-content2 span,
.portfolio-style-03 .gallery-effect:hover .ht-gallery-content2 h2 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.portfolio-style-03 .ht-gallery-content2.text-center,
.portfolio-style-03 .ht-gallery-content2.text-right {
    right: 0;
}
.portfolio-style-01 .ht-gallery-content.text-left {
    left: 10px;
}
.portfolio-style-01 .ht-gallery-content.text-right {
    right: 10px;
}
.portfolio-style-03 .gallery-effect:hover .ht-gallery-content2 span,
.portfolio-style-03 .gallery-effect:hover .ht-gallery-content2 h2 {
    transform: translateY(10px);
}
.bg-rotate,
.bg-rotate-2,
.bg-rotate-3 {
    overflow: visible;
    position: relative;
}
.bg-rotate::before,
.bg-rotate-2::before,
.bg-rotate-3::before {
    background: #f5f7f9 none repeat scroll 0 0;
    content: "";
    height: 85%;
    left: 0;
    position: absolute;
    top: -170px;
    transform: skewY(-22.5deg);
    width: 100%;
    z-index: -1;
}
/*----------------------------------------*/
/*- 21. FOOTER AREA CSS  -------------------*/
/*----------------------------------------*/

.footer-site,
#footer.footer-site,
.footer-site.invert {
    position: relative;
    background-size: cover;
}
.footer-site::before,
#footer.footer-site::before,
.footer-site.invert::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.grid-item.span-3 .portfolio-style-03 .gallery-effect:hover .ht-gallery-content2 span,
.grid-item.span-3 .portfolio-style-03 .gallery-effect:hover .ht-gallery-content2 h2 {
    transform: translateY(10px);
}
/*----------------------------------------*/
/*- 22. BREADCRUMB AREA CSS ---------------*/
/*----------------------------------------*/

.breadcrumb-area {
    background-color: #39434a;
    background-position: center center;
    background-size: cover;
    padding: 90px 0 90px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.layers-header-overlay .breadcrumb-area {
    padding: 177px 0 64px;
}
.breadcrumb-area:before {
    background: #39434a;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.breadcrumb-area .column.span-12 {
    margin-bottom: 0;
}
.breadcrumb-title h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.breadcrumb-list {
    color: #ffffff;
}
.breadcrumb-list li {
    color: #002e5b;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    float: none;
    margin-left: 4px;
    margin-right: 4px;
}
.breadcrumb-list li:first-child {
    margin-left: 0px;
}
.breadcrumb-list li:last-child {
    margin-right: 0px;
    color: #ccc;
}
.breadcrumb-list li a {
    color: #fff;
    position: relative;
}
.breadcrumb-list li a:hover {
    color: #006b63;
}
.breadcrumb-list ul li {
  color: #ffffff;
}
.breadcrumb-list ul li {
  color: #ffffff;
}
.breadcrumb-list {
    margin: 0;
}
.breadcrumb-list li a:hover,
.breadcrumb-list li .current > a {
    text-decoration: none;
}
.breadcrumb-padding.pages-p {
    text-align: left;
}
.not-found-title {
    font-size: 23px;
    margin-bottom: 7px;
}
/*----------------------------------------*/
/*- 23. BLOG DETAILS PAGE CSS -------------*/
/*----------------------------------------*/

.content-main.single-post-page {
    padding-top: 120px;
    padding-bottom: 110px;
}
.single-post-page .section-title {
    margin-bottom: 0;
}
.single-post-page .blog-image > span {
    top: -26px;
}
.single-post-page .section-title > h2 {
    color: #303030;
    font-size: 28px;
    margin-bottom: 10px;
}
.single-post-page .blog-image img {
    display: block;
    margin-bottom: 9px;
}
.comment-reply-title {
    color: #303030;
    font-size: 18px;
}
.logged-in-as a {
    color: #606060;
    font-size: 13px;
}
.comment-notes {
    color: #606060;
    font-size: 13px;
}
textarea,
input,
select,
button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #606060;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    height: 34px;
    margin-bottom: 10px;
    padding: 15px;
    transition: all 0.4s ease 0s;
}
select {
    padding: 0 15px;
}
textarea:focus,
input:focus,
select:focus {
    border-color: #002e5b;
}
textarea {
    height: 200px;
}
.comment-form textarea,
.comment-form input,
.comment-form select {
    max-width: 100%;
}
.comment-form .form-submit input[type="submit"] {
    background: #002e5b none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    text-transform: uppercase;
}
.comment-form .form-submit input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #002e5b;
}
.sidebar .widget.widget_categories ul li a {
    color: #606060;
    font-size: 14px;
}
.sidebar .widget.widget_categories ul li a:hover {
    color: #002e5b;
}
.single-post-widget .post-img img {
    display: block;
    width: 100%;
}
.sidebar > aside.content.well:first-child {
    padding-top: 0;
}
.post-date {
    display: block;
    font-size: 1.2rem;
    margin-left: 5px;
}
.widget_tp_widget_recent_tweets .tp_recent_tweets ul li span {
    color: #606060;
    font-family: 'montserratlight';
    font-size: 14px;
    line-height: 24px;
}
.widget_tp_widget_recent_tweets .tp_recent_tweets ul li a.twitter_time {
    color: #006b63;
    font-family: "montserratlight";
    font-size: 12px;
    font-style: normal;
    margin: 6px 0 0;
}
.widget.widget_tp_widget_recent_tweets .tp_recent_tweets li {
    padding-left: 30px;
}
.widget_tag_cloud .tagcloud > a {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 4px;
}
.widget.widget_tag_cloud .tagcloud > a {
    border: 1px solid #cccccc;
    color: #303030;
    display: inline-block;
    font-size: 14px !important;
    line-height: 27px;
    padding: 0 10px;
}
.widget.widget_tag_cloud .tagcloud > a:hover {
    background: #002e5b none repeat scroll 0 0;
    border-color: #002e5b;
    color: #ffffff;
}
/*----------------------------------------*/
/*- 24. PROJECT DETAILS PAGE CSS  ----------*/
/*----------------------------------------*/

.project-details-left {
    color: #ffffff;
    float: left;
    position: relative;
    width: 67.6%;
    z-index: 9;
}
.project-details-left > img {
    max-width: 100%;
}
.project-details-right {
    background: #f5f7f9 none repeat scroll 0 0;
    box-shadow: -3px 0 7px rgba(3, 3, 3, 0.44);
    float: right;
    margin-left: -241px;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
    width: 35.5%;
    z-index: 9;
}
.projects-gallery .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}
.project-right-text {
    color: #303030;
    font-family: "montserratlight";
    font-size: 16px;
    padding: 57px 0 35px;
    text-align: center;
}
.project-right-text > h2 {
    color: #006b63;
    display: inline-block;
    margin-bottom: 36px;
    position: relative;
}
.project-right-text > h2:after {
    background: #006b63 none repeat scroll 0 0;
    border-bottom: 1px solid #ccd9da;
    border-top: 1px solid #ccd9da;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}
.project-details-content .project-title {
    margin-bottom: 13px;
}
.project-right-text > span > span {
    font-family: 'Montserrat', sans-serif;
}
.project-right-text > span {
    display: block;
    margin-bottom: 20px;
}
.project-right-text > span a {
    color: #303030;
}
.project-right-text > span a:hover {
    color: #006b63;
}
.project-details-content > h2,
.project-text-details h2 {
    color: #006b63;
    font-size: 28px;
    margin-bottom: 20px;
}
.project-details-content {
    padding: 46px 0 75px;
}
.project-details-content > p:nth-child(2) {
    margin-bottom: 20px;
}
.project-details-image {
    margin-left: -60px;
}
.project-details-area .row:nth-child(3) .col-md-7 {
    padding-left: 0;
}
.project-text-details {
    padding-top: 22px;
}
.project-text-details > p {
    margin-bottom: 28px;
}
.content-text > p {
    margin-bottom: 24px;
    padding-left: 20px;
    position: relative;
}
.content-text > p:before {
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: -3px;
}
.projects-gallery .grid-item {
    margin-bottom: 0;
}
.project-desc > p {
    margin-bottom: 15px;
}
.project-details-area {
    padding-top: 120px;
    padding-bottom: 90px;
}
/*----------------------------------------*/
/*- 25. BREADCRUMB AREA CSS ---------------*/
/*----------------------------------------*/

.breadcrumb-area.single-page {
    padding: 92px 0 96px;
}
.breadcrumb-title h1 {
    color: #5aa16a;
    font-size: 36px;
    font-weight: 500;
}
.bread-crumbs {
    margin: 0;
}
.breadcrumb-list {} .bread-crumbs li,
.bread-crumbs li a {
    font-size: 14px;
}
.bread-crumbs li a:hover,
.bread-crumbs li .current > a {
    text-decoration: none;
}
.breadcrumb-padding.pages-p {
    text-align: center;
}
.bread-crumbs a,
.breadcrumb-list a {
    color: #006b63;
}
.bread-crumbs a:hover {
    color: #5aa16a;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*----------------------------------------*/
/*- 26. SIDEBAR AREA CSS ------------------*/
/*----------------------------------------*/

.sidebar .content.well {
    background: transparent;
}
.push-bottom-large {
    margin-bottom: 0;
}
.sidebar .section-nav-title {
    border-bottom: 1px solid #cccccc;
    color: #333;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 13px;
    font-weight: 400;
    text-transform: none;
}
/*---------- textwidget ----------*/

.textwidget {} .textwidget img {
    margin-top: 10px;
}
.textwidget form {
    margin-top: 5px;
}
/*----------------------------------------*/
/*- 27. BLOG AREA CSS ---------------------*/
/*----------------------------------------*/

.blog-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}
.tempate-blog-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
.blog-heading-title a {
    font-size: 22px;
    font-weight: 400;
}
.blog-heading-title .heading {
    margin-bottom: 7px;
}
.sk {
    margin-bottom: 25px;
}
.sk .sticky,
.sk .tag-sticky-2 {
    border: 1px solid #006B63;
    padding: 0px 10px 10px;
}
.extra-pagination .pagination {
    padding-top: 30px;
}
.meta-info {
    line-height: 1;
    margin-bottom: 13px;
}
.meta-item {
    display: inline-block;
    font-size: 14px;
}
.single .meta-item:last-child {
  margin-right: 0;
}
/*----------------------------------------*/
/* 28. SINGLE PAGE CSS -------------------*/
/*----------------------------------------*/

.single-blog-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
.single-post-title {} .single-title-heading {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
}
.story h1,
.comment h1,
.story h2,
.comment h2,
.story h3,
.comment h3,
.story h4,
.comment h4,
.story h5,
.comment h5,
.story h6,
.comment h6 {
    font-weight: 700;
    margin-bottom: 15px;
}
.story h1,
.comment h1 {
    font-size: 54.4px;
    font-size: 3.4rem;
}
.story h2,
.comment h2 {
    font-size: 48px;
    font-size: 3rem;
}
.story h3,
.comment h3 {
    font-size: 43.2px;
    font-size: 2.7rem;
}
.story h4,
.comment h4 {
    font-size: 41.6px;
    font-size: 2.6rem;
}
.story h5,
.comment h5 {
    font-size: 38.4px;
    font-size: 2.4rem;
}
.story h6,
.comment h6 {
    font-size: 35.2px;
    font-size: 2.2rem;
    font-weight: 700;
}
pre {
    overflow-x: scroll;
}
pre {
    overflow-x: scroll;
}
/*----------------------------------------*/
/*- 29. 404 PAGE CSS ----------------------*/
/*----------------------------------------*/

.page-404 {
    padding-top: 75px;
    padding-bottom: 90px;
}
.not-found-area {} .not-found-title {} .not-found-title h1 {} .not-found-subtitle {} .not-found-subtitle p {}
/*----------------------------------------*/
/*- 30. SEARCH RESULT PAGE CSS ------------*/
/*----------------------------------------*/

.search-page-area {
    padding-top: 75px;
    padding-bottom: 90px;
}
.not-found-form {} .not-found-form h2 {}
/*----------------------------------------*/
/*- 31. SHOP PAGE CSS ---------------------*/
/*----------------------------------------*/

.product-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*----------------------------------------*/
/*- 32. SINGLE PRODUCT PAGE CSS -----------*/
/*----------------------------------------*/

.single-product-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*----------------------------------------*/
/*- 33. COMMENT AREA CSS ------------------*/
/*----------------------------------------*/

.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 {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}
.comment-respond {
    width: 100%;
}
.push-top-large {
    margin-top: 0;
}
.form-submit input[type="submit"] {
    padding: 10px 14px;
}
/*----------------------------------------*/
/*- 34. THEME UNIT TEST STYLES CSS --------*/
/*----------------------------------------*/
/*--------------- menu css ---------------*/

.header-site .menu-item-has-children > a::after {
    opacity: 0.8;
}
.nav-horizontal li:hover > a {
    color: #006b63;
}
.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;
    padding: 10px 0;
    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 {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) 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 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 100%;
    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;
}
.header-site .nav-horizontal > ul > li {
    margin: 0 2px;
}
.header-site .container, .header-middle .container {
  padding: 40px 20px;
}
/*--------------- image aligment ---------------*/

.alignleft {
    margin-right: 15px;
}
.wp-caption {
    background: transparent;
}
.avatar .avatar-body .avatar-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.post-password-form input[type="password"] {
    display: block;
    margin-top: 8px;
    width: 45%;
}
.post-password-form input[type="submit"] {
    line-height: 1;
    margin-top: 10px;
    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;
}
/* Newly Added CSS */

.header-icons #menu-header-top-social-menu.menu li.menu-item {
    display: inline-block;
}
.search-container input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #606060;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    width: 100%;
}
.header-site .nav-horizontal > ul > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
}
.header-style2 {
    width: 100%;
}
.header-style2-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.header-site nav.header-style2-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 30px;
    margin: 0 auto;
}
.header-secondary .search-container button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #b6b6b6;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 2px;
    top: -1px;
}
.header-secondary .search-container button:hover {
    background-color: transparent;
    color: #ffffff;
}
.header-secondary span {
    color: #b6b6b6;
}
.header-icons #menu-social-links-menu li {
    display: inline-block;
    margin: 0 21px;
    font-size: 15px;
}
.header-icons #menu-social-links-menu li a {
    color: #b6b6b6;
}
.header-icons #menu-social-links-menu li a:hover {
    color: #fff;
}
.header-site .nav-horizontal > ul > li > a,
.header-menu .nav-horizontal > ul > li > a {
    color: #002e5b;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    text-transform: uppercase;
}
.header-site .nav-horizontal > ul > li > a:hover,
.header-menu .nav-horizontal > ul > li > a:hover {
    color: #006b63;
}
.header-main-content {
    float: left;
    padding-left: 44px;
    padding-top: 0;
    width: 52.5%;
}
.header-main-content .header-info i {
    color: #dedede;
    font-size: 35px;
    margin-right: 20px;
}
.quote-btn {
    padding: 0;
}
.quote-btn > a {
    background: #fde428 none repeat scroll 0 0;
    border: 0 none;
    color: #002e5b;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 29px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.quote-btn > a:hover {
    background: #ffffff none repeat scroll 0 0;
}
.sub-menu li a,
.nav .children li a {
    color: #002e5b;
    font-family: "montserratlight";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 20px;
    text-transform: capitalize;
}
.sub-menu li a:hover,
.nav .children li a:hover {
    color: #006b63;
}
.sub-menu li a:hover,
.nav .children li a:hover {
    background-color: #fff;
    color: #006b63;
}
.sub-menu li,
.nav .children li {
    border: medium none;
    clear: both;
    display: block;
    margin: 0;
    width: 200px;
}
.header-site,
.header-middle {
    position: relative;
}
.header-middle:before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -60px;
    position: absolute;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 37%;
}
.header-middle:after {
    background: #ffffff none repeat scroll 0 0;
    border-right: 15px solid #fde428;
    content: "";
    height: 100%;
    left: 24.5%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 5px;
}
.header-middle:after {
    left: 33.5%;
}
.logo-wrapper .logo {
    padding: 6px 0 0;
    position: relative;
}
.container.header-menu {
    padding: 23px 0;
    text-align: center;
}
.content-main.page-area {
    padding: 120px 0 93px;
}
.content-main.page-area .section-title {
    margin-bottom: 0;
}
.content-main.page-area .section-title h2 {
    line-height: 20px;
    margin-bottom: 20px;
}
.sub-menu li,
.nav .children li {
    margin: 0 !important;
}
.header-site .header-style2-menu-wrapper {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
.header-site.header-sticky.is_stuck {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.related-projects-area {
    padding-top: 10px;
}
.single-portfolio-ctg {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 30px 15px 10px;
}
.single-related-project .portfolio-item-info span {
    padding-right: 10px;
    position: relative;
}
.single-related-project .portfolio-item-info span + span:before {
    content: ",";
    left: -8px;
    position: absolute;
}
.related-projects-title {
    margin-bottom: 15px;
}
.portfolio-item-info {
    position: absolute;
    padding: 15px;
    bottom: 0;
    left: 0;
}
.attachment-tintin_related_image {
    display: block;
    width: 100%;
}
.portfolio-item-info a,
.portfolio-item-info span {
    color: #fff;
}
.related-project-img img {
    display: block;
}
.related-project-img a {
    position: relative;
}
.related-project-img a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
/*----------------------------------------*/
/*- 35. CONTACT FORM CSS -----------------*/
/*----------------------------------------*/

.financo-contact-area {
    padding-bottom: 100px;
    padding-top: 115px;
}
.financo-contact-area .comments {
    padding: 0;
}
.company-location {} .company-location .contact-address {} .company-location .contact-address .single-address {
    margin-bottom: 15px;
}
.company-location .contact-address .single-address .single-address-icon {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 25px;
}
.company-location .contact-address .single-address .single-address-info {
    margin-left: 35px;
}
.company-location .contact-address .single-address .single-address-info P {} .contact-form-title h4 {
    color: #4c4c4c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.message-box input,
.message-box textarea {
    border: 1px solid #ddd;
    color: #777777;
    font-size: 14px;
    height: 48px;
    margin-bottom: 23px;
    padding: 0 23px;
    width: 100%;
}
.message-box input {} .message-box textarea {
    max-width: inherit;
    height: 150px;
    padding-top: 13px;
}
.message-box input[type="submit"] {
    background: #002e5b none repeat scroll 0 0;
    float: left;
    height: auto;
    line-height: 1;
    padding: 15px 40px;
    text-transform: uppercase;
    width: auto;
}
.message-box input[type="submit"]:hover {
    background: #006B63 none repeat scroll 0 0;
}
div.wpcf7-response-output {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #777;
    margin-left: 0;
    padding: 10px 15px;
}
div.wpcf7-validation-errors {
    border: 1px solid #f7544c;
}
span.wpcf7-not-valid-tip {
    color: #f7544c;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #86BC42;
}
div.wpcf7 .ajax-loader {
    margin-top: 11px;
}
@media (max-width: 767px) {
    .educat-contact-area .container .grid > .column {
        width: calc(100% / 12 * 12 - 20px);
    }
    .educat-contact-area .company-location {
        margin-bottom: 50px;
    }
}
/*----------------------------------------*/
/*- 36. NOT FOUND AREA CSS ---------------*/
/*----------------------------------------*/

.page-search {
    padding-bottom: 80px;
    padding-top: 110px;
}
.not-found-area {
    margin-bottom: 50px;
}
.not-found-area .not-found-title .subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.not-found-area .not-found-subtitle p {
    margin-bottom: 30px;
}
.not-found-area .search-form input[type="search"] {
    border-color: #002E5B;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    max-width: 500px;
}
.not-found-area .search-form input[type="submit"] {
    background: #002E5B none repeat scroll 0 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}
.not-found-area .search-form input[type="submit"]:hover {
    background: #006B63 none repeat scroll 0 0;
}
.not-found-form {
    margin-bottom: 50px;
}
.not-found-form .not-found-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.not-found-form p {
    margin-bottom: 30px;
}
.not-found-form .search-form input[type="search"] {
    border-color: #002E5B;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    max-width: 500px;
}
.not-found-form .search-form input[type="submit"] {
    background: #002E5B none repeat scroll 0 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    line-height: 1;
}
.not-found-form .search-form input[type="submit"]:hover {
    background: #006B63 none repeat scroll 0 0;
}
/*----------------------------------------*/
/*- 37. 404 PAGE CSS ----------------------*/
/*----------------------------------------*/

.page-404 {
    padding-bottom: 90px;
    padding-top: 105px;
}
.page-404 .section-title {
    margin-bottom: 0;
}
.page-404 .section-title .heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.page-404 .story {} .page-404 .story p {
    margin-bottom: 30px;
}
.page-404 .search-form {} .page-404 .search-form input[type="search"] {
    border-color: #002E5B;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    max-width: 500px;
}
.page-404 .search-form input[type="submit"] {
    background: #002E5B none repeat scroll 0 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    line-height: 1;
}
.page-404 .search-form input[type="submit"]:hover {
    background: #006B63 none repeat scroll 0 0;
}
/* asked-area */

.asked-area .panel h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Footer Area */

.subscribe-form input[type="email"] {
    padding-right: 50px;
}
.subscribe-form > button {
    background: transparent none repeat scroll 0 0 !important;
    border: none;
    padding: 0 15px;
    position: absolute;
}
.footer-contact-info i {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding-right: 20px;
    padding-top: 4px;
}
.footer-contact-info > span {
    font-size: 14px;
}
.footer-site .widget.widget_nav_menu .menu-quick-links-container {} .footer-site .widget.widget_nav_menu .menu-quick-links-container .menu {} .footer-site .widget.widget_nav_menu .menu-quick-links-container .menu li {} .footer-site .widget.widget_nav_menu .menu-quick-links-container .menu li a {} .footer-site .widget.widget_nav_menu .menu-quick-links-container .menu li a:hover {} .footer-site .widget .section-nav-title {
    color: #ddd;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px;
}
.footer-site .widget.widget_nav_menu .menu-quick-links-container .menu li a {
    color: #c5c5c5;
    font-size: 14px;
}
.footer-copyright-layout-1 {} .footer-copyright-layout-1 .column.span-6 {
    width: calc(100% / 12 * 12 - 20px);
}
.copyright-text p {
    text-align: center;
}
.footer-top-grid .column {
    margin-bottom: 50px;
}
.footer-site .grid.footer-top-grid {}
/* financo-blog-widget */

.financo-blog-widget {
    padding-bottom: 70px;
    padding-top: 120px;
}
/* financo-team-widget */

.financo-team-widget {
    padding-bottom: 70px;
    padding-top: 120px;
}
.financo-team-widget .column {
    margin-bottom: 50px;
}
/* fun-factor-area */

.fun-factor-area {
    padding-bottom: 50px !important;
    padding-top: 100px;
}
.fun-factor-area .span-3 {
    margin-bottom: 50px;
}
/* we-provide-best-area */

.we-provide-best-area .column.first {
    margin-bottom: 50px;
}
/* scrollUp */

#scrollUp {
    background: #006B63 none repeat scroll 0 0;
    bottom: 45px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9999;
}
/* pagination */

.pagination a,
.pagination span {
    padding: 8px 10px 4px;
}
.pagination a:hover,
.pagination .current {
    background-color: #002e5b;
}
/* archive-page */

.archive-page {
    padding-bottom: 110px;
    padding-top: 120px;
}
.financo-archive-list {} .financo-archive-list + .financo-archive-list {
    margin-top: 100px;
}
.financo-archive-list .section-title {
    margin-bottom: 0;
}
.financo-archive-list .section-title .heading {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.financo-archive-list .section-title .heading a {} .financo-archive-list .section-title .heading a:hover {} .financo-archive-list .meta-info {
    margin-bottom: 20px;
}
.financo-archive-list .meta-info .meta-item {
    margin-right: 10px;
}
.financo-archive-list .meta-info .meta-item i {} .archive-page .pagination {
    margin-top: 30px;
}
.marked {
    background: #f6f7f9 none repeat scroll 0 0;
    border-left: 5px solid #002e5b;
    font-style: italic;
    padding: 30px;
}
blockquote {
    background: #f6f7f9 none repeat scroll 0 0;
    border-left: 5px solid #002e5b;
    font-style: italic;
    padding: 30px;
}
.story blockquote {
    background: #f6f7f9 none repeat scroll 0 0;
    border-left: 5px solid #002e5b;
    font-style: italic;
    padding: 30px;
}
.conmment-title_quick .heading.comment-title {
    font-size: 20px;
}
/*----------------------------------------*/
/*- 38. RELATED PROJECTS AREA CSS --------*/
/*----------------------------------------*/

.related-projects-area {} .related-projects-area .single-related-project {
    margin-bottom: 30px;
    position: relative;
}
.related-projects-area .single-related-project:before {
    background: #002e5b none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: visible;
    z-index: 1;
}
.related-projects-area .single-related-project:hover:before {
    opacity: 0.5;
    visibility: visible;
}
.related-projects-area .single-related-project .related-project-img {} .related-projects-area .single-related-project .portfolio-item-info {
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}
.related-projects-area .single-related-project:hover .portfolio-item-info {
    opacity: 1;
    visibility: visible;
}
.related-projects-area .single-related-project .portfolio-item-info h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.related-projects-area .single-related-project .portfolio-item-info h3 a:hover {
    color: #ddd;
}
.related-projects-area .single-related-project .portfolio-item-info .portfolio-item-category {
    font-size: 14px;
}
/* header-secondary */

.header-secondary .grid {
    align-items: center;
    display: flex;
}
.single-footer-widget .footer-contact-info + .footer-contact-info {
    margin-top: 22px;
}
.header-site .nav-horizontal .current-menu-item a {
    color: #006b63;
}
/*----------------------------------------*/
/*- 38. RESPONSIVE CSS --------------------*/
/*----------------------------------------*/
/* -------------------------------
    LARGE DESKTOP :1170px
------------------------------- */

@media (min-width: 1367px) and (max-width: 1600px) {
    /* header */
    
    .header-middle:after {
        left: 32%;
        width: 5px;
    }
    .header-main-content .header-info i {
        font-size: 24px;
        margin-right: 15px;
    }
    .header-info-text > h4 {
        font-size: 15px;
    }
}
/* -------------------------------
    LARGE DESKTOP :1170px
------------------------------- */

@media (min-width: 1170px) and (max-width: 1366px) {
    /* header */
    
    .header-middle:after {
        left: 31.5%;
        width: 5px;
    }
    .header-main-content .header-info i {
        font-size: 24px;
        margin-right: 15px;
    }
    .header-info-text > h4 {
        font-size: 15px;
    }
}
/* -------------------------------
    NORMAL DESKTOP :992px 
------------------------------- */

@media (min-width: 992px) and (max-width: 1169px) {
    /* header */
    
    .header-middle:after {
        left: 30.5%;
        width: 5px;
    }
    .header-middle::after {
        left: 30.5%;
    }
    .header-main-content .header-info i {
        font-size: 24px;
        margin-right: 15px;
    }
    .header-info-text > h4 {
        font-size: 15px;
    }
    /* slider */
    
    .banner-content h1 {
        font-size: 36px !important;
        line-height: 1.2;
    }
    /* gallery */
    
    .ht-gallery-content .gallery-icon {
        height: 40px;
        line-height: 40px;
        width: 42px;
    }
    .gallery-hover:hover .ht-gallery-content {
        top: 30%;
    }
    .ht-gallery-content2 {
        padding: 5px 18px 25px;
    }
    .ht-gallery-content > h2 a,
    .ht-gallery-content2 > h2 a {
        font-size: 15px !important;
        letter-spacing: 0px;
    }
}
/* -------------------------------
    Tablet (Portrait) : 768px
------------------------------- */

@media (min-width: 768px) and (max-width: 990px) {
    /* default */
    
    .header-site .responsive-nav {
        padding: 0 0 10px;
    }
    .admin-bar .off-canvas-right {
        background: #122335 none repeat scroll 0 0;
        margin-top: 35px;
    }
    .header-site.invert .responsive-nav .l-menu {
        color: #ef476f;
    }
    .close-canvas {
        margin-top: 30px;
    }
    .admin-bar .close-canvas {
        margin-right: 10px;
        margin-top: 10px;
    }
    .off-canvas-right .nav-mobile {
        padding-top: 70px !important;
    }
    .logged-in.admin-bar .off-canvas-right .nav-mobile {
        padding-top: 70px;
    }
    .off-canvas-right aside .search-submit {
        border: 1px solid #cccccc !important;
        color: #ffffff;
        font-size: 11px;
        margin-top: 10px;
        text-transform: uppercase;
        width: auto;
    }
    .off-canvas-right aside .search-submit:hover {
        background: #222;
        border: 1px solid #222 !important;
        color: #ffffff;
    }
    .off-canvas-right aside:last-child {
        margin-bottom: 80px;
    }
    .nav-vertical a {
        color: #ffffff !important;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 0;
        text-transform: capitalize;
    }
    /* header */
    
    .header-middle:before {
        -webkit-transform: none;
        transform: none;
        width: 42%;
    }
    .header-middle:after {
        left: 33.5%;
        -webkit-transform: none;
        transform: none;
        width: 5px;
    }
    .header-info {
        padding-left: 10px;
    }
    .header-main-content .header-info i {
        display: block;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .header-info-text > h4 {
        font-size: 14px;
    }
    .quote-btn > a {
        padding: 0 15px;
        font-size: 12px;
    }
    .header-style2 .header-style2-top,
    .header-style2 .logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    /* slider */
    
    .text-content-wrapper {
        width: 70%;
    }
    .banner-content h1 {
        font-size: 36px !important;
        line-height: 1.2;
    }
    /* we-are-financo-area */
    
    .we-are-financo-area .media-body .excerpt h2 {
        font-size: 20px;
    }
    .we-are-financo-area .layers-masonry-column.span-6 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .we-are-financo-area .layers-masonry-column.span-3 {
        width: calc(100% / 12 * 6 - 20px);
    }
    .we-are-financo-area .single-content {
        margin-bottom: 27px;
        margin-top: 120px;
    }
    /* financo-service-widget  */
    
    .financo-service-widget {} .financo-service-widget .media .heading {
        font-size: 16px;
    }
    .financo-service-widget .single-item.image-left .media-image {
        margin-right: 15px;
    }
    .financo-service-widget .column {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* call-to-action-area */
    
    .call-to-action-area .media.medium .advertise-text .heading {
        font-size: 24px;
    }
    .call-to-action-area .advertise-text .excerpt p {
        padding: 0 90px;
    }
    /* gallery */
    
    .ht-gallery-content .gallery-icon {
        height: 40px;
        line-height: 40px;
        width: 42px;
    }
    .gallery-hover:hover .ht-gallery-content {
        top: 30%;
    }
    .ht-gallery-content2 {
        padding: 5px 18px 25px;
    }
    .ht-gallery-content > h2 a,
    .ht-gallery-content2 > h2 a {
        font-size: 13px !important;
        letter-spacing: 0px;
    }
    .financo-project-widget .grid-item {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* financo-faq-widget */
    
    .financo-faq-widget .span-6.first,
    .financo-faq-widget .span-6.last {
        width: calc(100% / 12 * 12 - 20px);
    }
    .financo-faq-widget .span-6.first {
        margin-bottom: 50px;
    }
    .financo-faq-widget textarea {
        max-width: inherit;
    }
    .financo-team-widget .column {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* financo-testimonial-widget  */
    
    .financo-testimonial-widget .single-testi {
        padding: 0 150px;
    }
    /* financo-blog-widget */
    
    .financo-blog-widget {} .financo-blog-widget .column {
        width: calc(100% / 12 * 6 - 20px);
    }
    .financo-blog-widget .single-blog .blog-image img {
        width: 100%;
    }
    .financo-blog-widget .column.span-8 {
        width: calc(100% / 12 * 12 - 20px);
    }
    /* footer-subscribe */
    
    .subscribe-form {
        width: 90%;
    }
    /* service page */
    
    .bg-rotate:before {
        display: none;
    }
    /* layers-content */
    
    .layers-content-widget .column.first {
        margin-bottom: 50px;
    }
    /* related-projects-area */
    
    .related-projects-area .column {
        width: calc(100% / 12 * 6 - 20px);
    }
    .related-projects-area .single-related-project .portfolio-item-info h3 {
        font-size: 15px;
    }
    .financo-contact-area .c-full.column {
        margin-bottom: 50px;
        width: calc(100% / 12 * 12 - 20px);
    }
    .financo-blog-widget > .container > .grid {
        flex-direction: column-reverse;
    }
}
/* -------------------------------------
    Small mobile (Portrait) : 320px
------------------------------------- */

@media (max-width: 767px) {
    /* default */
    
    html.js {
        margin-top: 0px!important;
    }
    html .logged-in {
        margin-top: 0px!important;
    }
    .admin-bar .off-canvas-right {
        background: #122335 none repeat scroll 0 0;
    }
    .admin-bar #wrapper-site,
    .admin-bar .wrapper-site {
        top: 45px;
    }
    .header-site .responsive-nav {
        padding: 0 0 10px;
    }
    .admin-bar .off-canvas-right {
        margin-top: 40px;
    }
    .header-site.invert .responsive-nav .l-menu {
        color: #ef476f;
    }
    .close-canvas {
        margin-top: 30px;
    }
    .admin-bar .close-canvas {
        margin-right: 10px;
        margin-top: 10px;
    }
    .off-canvas-right .nav-mobile {
        padding-top: 70px !important;
    }
    .logged-in.admin-bar .off-canvas-right .nav-mobile {
        padding-top: 70px;
    }
    .off-canvas-right aside .search-submit {
        border: 1px solid #cccccc !important;
        color: #ffffff;
        font-size: 11px;
        margin-top: 10px;
        text-transform: uppercase;
        width: auto;
    }
    .off-canvas-right aside .search-submit:hover {
        background: #222;
        border: 1px solid #222 !important;
        color: #ffffff;
    }
    .nav-vertical a {
        color: #ffffff !important;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 0;
        text-transform: capitalize;
    }
    .off-canvas-right.open .section-nav-title {
        color: #ffffff;
    }
    .invert a.close-canvas {
        color: #fff;
    }
    /* section-title */
    
    .section-title.text-center {
        padding: 0;
    }
    .section-title {
        margin-bottom: 40px;
    }
    /* header */
    
    .header-site .container,
    .header-middle .container {
        padding: 30px 20px;
    }
    .header-middle,
    .header-middle.header-sticky {
        background: #fff!important;
    }
    .quote-btn,
    .header-main-content,
    .header-middle:before,
    .header-middle:after {
        display: none;
    }
    .logo-wrapper {
        text-align: center;
        width: 100%;
    }
    .container.header-menu {
        padding: 20px 0 10px;
    }
    /* slider */
    
    .text-content-wrapper {
        width: 100%;
    }
    .text-content h3 {
        font-size: 13px !important;
    }
    .banner-content h1 {
        font-size: 18px !important;
        line-height: 1.2;
    }
    .text-content > p {
        display: none;
    }
    .slider-wrapper .owl-nav div {
        display: none;
    }
    .slider-wrapper .owl-nav div {
        font-size: 20px;
        height: 36px;
        line-height: 40px;
        width: 36px;
    }
    .slider-area .banner-content {
        padding: 120px 0 140px;
    }
    /* we-are-financo-area */
    
    .we-are-financo-area .heading,
    .we-are-financo-area .heading span {
        font-size: 15px !important;
    }
    .we-are-financo-area .media-body .excerpt h2 {
        font-size: 20px;
    }
    .we-are-financo-area .single-content {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }
    /* financo-service-widget */
    
    .financo-service-widget .media .heading {
        font-size: 16px;
    }
    .financo-service-widget .single-item.image-left .media-image {
        margin-right: 15px;
    }
    .financo-service-widget .column {
        margin-bottom: 0 !important;
    }
    .financo-service-widget .column + .column {
        margin-top: 20px !important;
    }
    /* call-to-action-area */
    
    .call-to-action-area .media.medium .advertise-text .heading {
        font-size: 20px;
        line-height: 1.2;
    }
    .call-to-action-area .advertise-text .excerpt p {
        padding: 0 20px;
    }
    /* gallery */
    
    .ht-gallery-content .gallery-icon {
        height: 40px;
        line-height: 40px;
        width: 42px;
    }
    .gallery-hover:hover .ht-gallery-content {
        top: 30%;
    }
    .ht-gallery-content2 {
        padding: 5px 18px 25px;
    }
    .ht-gallery-content > h2 a,
    .ht-gallery-content2 > h2 a {
        font-size: 13px !important;
        letter-spacing: 0px;
    }
    /* financo-faq-widget */
    
    .financo-faq-widget .span-6.first {
        margin-bottom: 50px;
    }
    .financo-faq-widget textarea {
        max-width: inherit;
    }
    .asked-area .panel-group {
        padding-right: 0;
    }
    .asked-area .panel-body {
        padding-left: 30px;
        padding-right: 15px;
    }
    /* fun-factor-area */
    
    .fun-factor-area .span-3:nth-child(n+2) {
        margin-top: 50px;
    }
    /* financo-testimonial-widget  */
    
    .financo-testimonial-widget .single-testi {
        padding: 0 15px;
    }
    /* financo-blog-widget */
    
    .financo-blog-widget {} .financo-blog-widget .single-blog .blog-image img {
        width: 100%;
    }
    .blog-pages {
        padding-bottom: 90px;
        padding-top: 75px;
    }
    /* footer-subscribe */
    
    .subscribe-form {
        width: 90%;
    }
    /* scrollUp */
    
    #scrollUp {
        bottom: 20px;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    /* layers-content */
    
    .layers-content-widget .column.first {
        margin-bottom: 50px;
    }
    /* financo-contact-area */
    
    .financo-contact-area .c-full.column {
        margin-bottom: 50px;
        width: calc(100% / 12 * 12 - 20px);
    }
    .project-details-left {
        float: none;
        width: 100%;
    }
    .project-details-right {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .financo-blog-widget > .container > .grid {
        flex-direction: column-reverse;
    }
}
/* -------------------------------------------
    (Portrait) Mobile :600px. 
------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 767px) {
    /* header-icons */
    
    .header-icons #menu-social-links-menu li {
        margin: 0 5px;
    }
    /* financo-faq-widget */
    
    .financo-faq-widget .span-6.first,
    .financo-faq-widget .span-6.last {
        width: calc(100% / 12 * 12 - 20px);
    }
    /* financo-service-widget */
    
    .financo-service-widget .column {
        margin-bottom: 0;
        width: calc(100% / 12 * 6 - 20px);
    }
    .financo-service-widget .column {
        margin-top: 20px;
    }
    /* gallery */
    
    .financo-project-widget .grid-item {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* related-projects-area */
    
    .related-projects-area .column {
        width: calc(100% / 12 * 6 - 20px);
    }
    .related-projects-area .single-related-project .portfolio-item-info h3 {
        font-size: 15px;
    }
}
.blog-page {
    padding-bottom: 75px;
    padding-top: 90px;
}
.footer-site {
    padding-bottom: 0;
    padding-top: 0;
}
table#wp-calendar tbody tr td ,  
table#wp-calendar tbody tr , 
table#wp-calendar thead th{
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}
table#wp-calendar tbody tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}


.header-info-text > span {
    font-family: "Poppins", Helvetica, sans-serif;
    font-size: 13px;
}

.text-content > p{
    font-family: "Poppins", Helvetica, sans-serif;
}

.call-to-action-area .advertise-text .excerpt p{
    font-family: "Poppins", Helvetica, sans-serif;
    font-size: 15px;
}
.footer-contact-info > span{
    font-family: "Poppins", Helvetica, sans-serif;
}

