/*!=========================================================*
* Theme Name: Theme Name
* Author:    Nazmul Hussain
* Author URL: http://www.nazmul.info
* Fiverr URL: fiverr.com/nazmul18
* Upwork URL: upwork.com/fl/nazmul18
* Email: mailatnazmul@gmail.com;
* Description: Interactive website using Bootstrap ,jQuery
=============================================================*/


/*===========================================================
 Fonts
============================================================*/
@font-face {
    font-family: 'Georgia', serif;
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot') format('embedded-opentype'),
        url('../fonts/Georgia.html') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype'),
        url('../fonts/Georgia.svg#Georgia') format('svg');
}

@font-face {
    font-family: 'CALISTBI', serif;
    src: url('../fonts/CALISTBI.eot');
    src: url('../fonts/CALISTBI.eot') format('embedded-opentype'),
        url('../fonts/CALISTBI.html') format('woff2'),
        url('../fonts/CALISTBI.woff') format('woff'),
        url('../fonts/CALISTBI.ttf') format('truetype'),
        url('../fonts/CALISTBI.svg#CALISTBI') format('svg');
}

@font-face {
    font-family: 'CALISTB', serif;
    src: url('../fonts/CALISTB.eot');
    src: url('../fonts/CALISTB.eot') format('embedded-opentype'),
        url('../fonts/CALISTB.html') format('woff2'),
        url('../fonts/CALISTB.woff') format('woff'),
        url('../fonts/CALISTB.ttf') format('truetype'),
        url('../fonts/CALISTB.svg#CALISTB') format('svg');
}

@font-face {
    font-family: 'CALISTI', serif;
    src: url('../fonts/CALISTI.eot');
    src: url('../fonts/CALISTI.eot') format('embedded-opentype'),
        url('../fonts/CALISTI.html') format('woff2'),
        url('../fonts/CALISTI.woff') format('woff'),
        url('../fonts/CALISTI.ttf') format('truetype'),
        url('../fonts/CALISTI.svg#CALISTI') format('svg');
}

@font-face {
    font-family: 'CALIST', serif;
    src: url('../fonts/CALIST.eot');
    src: url('../fonts/CALIST.eot') format('embedded-opentype'),
        url('../fonts/CALIST.html') format('woff2'),
        url('../fonts/CALIST.woff') format('woff'),
        url('../fonts/CALIST.ttf') format('truetype'),
        url('../fonts/CALIST.svg#CALIST') format('svg');
}

/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 13px;
    font-weight: 400;
    font-family: 'CALISTI', serif;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
}

label {
    font-size: 11;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tcenter {
    text-align: center;
}

.flr {
    float: right;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

/*=================Header Area==========================*/
.header-logo {
    display: inline-block;
    float: left;
    position: relative;
    padding: 12px 0;
}

.header-logo:before {
    position: absolute;
    top: 15px;
    right: -14px;
    content: '';
    width: 1px;
    height: 41px;
    background: #ddd;
}

.header-logo h2 {
    color: #fff;
    font-family: 'CALIST', serif;
    font-size: 21px;
    margin: 0;
    font-weight: 400;
    margin-bottom: -2px;
}

.header-logo p {
    float: right;
    color: #d0966a;
    font-family: "CALISTI", serif;
    font-size: 19px;
    font-style: italic;
    margin: 0;
}

.header-area {
    background-color: #000;
}

.header-class {
    position: relative;
}

.header-class:before {
    position: absolute;
    content: '';
    bottom: -4px;
    /*width: 100%;*/
    left: 15px;
    width: calc(100% - 207px);
    height: 4px;
    background-color: #d0966a;
    z-index: 1;
}

.main-menu {}

.main-menu ul {
    display: inline-block;
    /*float: right;*/
    margin: 0;
}

.main-menu ul li {
    display: inline-block;

}

.main-menu ul li a {
    color: #d0966a;
    font-family: 'Georgia', serif;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    line-height: 72px;
    padding: 15px 14px;
    position: relative;
}

.main-menu ul li a:hover {
    color: #d0966a;

}

.main-menu ul#nav li a:before {
    position: absolute;
    content: '|';
    right: -4px;
    bottom: -10px;
    color: #d0966a;
}

.main-menu ul#nav li:last-child a:before {
    content: '';
}

.main-menu {
    text-align: right;
}

#nav {
    display: block;
    margin-left: auto;
    text-align: right;
}

.lang {
    cursor: pointer;
}

.menu-extend .lang img {
    vertical-align: middle;
}

.menu-extend .lang span {
    vertical-align: middle;
    color: #d0966a;
    font-family: 'Georgia';
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
}

.menu-extend li {
    padding-left: 15px;
    padding-right: 15px;
}

.menu-extend .lang {
    position: relative;
}

.menu-extend .lang ul a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: -12px;
}

.menu-extend .lang ul span,
.menu-extend .lang ul img {
    display: inline-block;
}

.main-menu ul.menu-extend li {
    text-align: center;
}

.main-menu ul.menu-extend li a {
    line-height: 1;
}

.search img {
    width: 20px;
}

.lang img {
    width: 10px;
}

.menu-extend .lang ul {
    position: absolute;
    top: 100%;
    padding-top: 0;
    left: -20px;
    width: 120px;
    z-index: 99;
    display: none;
    background: #000;
    padding-bottom: 5px;
    padding-top: 5px;
}

.slicknav_menu {
    display: none;
}

/*=================== Search ===========*/

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999999;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    height: 54px;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    height: 54px;
    float: left;
    width: 20%;
    padding: 15px;
    background: #d0966a;
    font-size: 22px;
    line-height: 1;
    border: none;
    cursor: pointer;
    color: #fff;
}

.overlay button:hover {
    background: #d0966a;
}

/*===================Banner ===========*/
.banner-bottom {
    background-color: #32416c;
}

.banner-bottom-text h2 {
    color: #d0966a;
    font-family: 'CALISTB', serif;
    font-size: 55px;
    font-weight: 700;
    position: relative;
    margin: 0;
    margin: 50px 0;
}

.banner-bottom h2:before {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
    width: 280px;
    height: 3px;
    background-color: #fff;
}

.banner-content-home {
    padding-top: 15px;
}

.banner-content-home ul {
    text-align: right;
}
.banner-content-home > ul{
    padding-right: 176px;
}
.banner-content-home > ul > li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

.banner-content-home>ul li:last-child {
    padding-right: 0;
}

.banner-content-home>ul li:before {
    position: absolute;
    content: '|';
    right: -4px;
    bottom: 0;
    color: #d0966a;
}

.banner-content-home>ul li:last-child:before {
    content: '';
}

.banner-content-home>ul li a {
    color: #ffffff;
    font-family: 'Georgia';
    font-size: 15px;
    font-weight: 400;
}

.banner-content-home ul img {
    display: inline-block;
    width: 17px;
    margin-right: 10px;
}

.home-banner-area {
    /*background-image: url("../img/home-banner.jpg");*/
    -webkit-background-size: cover;
    background-size: cover;
    height: 550px;
    position: relative;
}
.home-banner-contact{
    width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 8999;
}

.home-banner-area:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

/*Sliders*/
.sliders {
    width: 512px;
    padding: 35px 40px 45px 40px;
    background: rgba(50, 65, 108, .85);
}

.sliders {
    margin-top: 170px;
    position: relative;
}

.sliders p {
    color: #ffffff;
    font-family: 'Georgia';
    font-size: 28px;
    font-weight: 400;
}

.slick-dots {
    width: 36px;
}

.slick-dots li {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #d0966a;
    cursor: pointer;
    width: 36px;
    height: 34px;
    background: #fff;
}
.home-banner-area:nth-child(2) .slick-dots li:nth-child(2) button,
.home-banner-area:nth-child(2) .slick-dots li:nth-child(2) a{
        color: #fff;
    background-color: #32416c;
}
.home-banner-area:nth-child(3) .slick-dots li:nth-child(3) button,
.home-banner-area:nth-child(3) .slick-dots li:nth-child(3) a{
        color: #fff;
    background-color: #32416c;
}
.home-banner-area:nth-child(4) .slick-dots li:nth-child(4) button,
.home-banner-area:nth-child(4) .slick-dots li:nth-child(4) a{
        color: #fff;
    background-color: #32416c;
}
.slick-dots li.slick-active {
    background-color: #32416c;
}

.slick-dots li button,
.slick-dots li a {
    width: 36px;
    padding: 0;
    background-color: transparent;
    border: 0;
    display: block;
    color: #32416c;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active a {
    color: #fff;
}

.slick-dots button,
.slick-dots a {
    display: block;
    font-family: 'Georgia';
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.home-slider .slick-dots {
    text-align: right;
    position: absolute;
    right: -35px;
    top: 0;
}

.lear-more {
    width: 512px;
    text-align: right;
    margin-top: -21px;
}
.my-slick-dots{
        width: 512px;
    text-align: right;
}

.lear-more a {
    text-align: center;
    float: right;
    margin-right: 0;
    display: block;
    line-height: 41px;
    width: 246px;
    background-color: #ffffff;
    color: #32416c;
    font-family: 'Georgia';
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lear-more img {
    display: inline-block;
    width: 21px;
    margin-left: 17px;
    vertical-align: middle;
}

.lear-more {
    position: relative;
    z-index: 9;
}

.lear-more:hover a {
    background: #d0966a;
}

/*=================Blog============*/
.bg-yellow,
.index-blog-area {
    position: relative;
}

.index-blog-area:before {
    position: absolute;
    content: '';
    top: -45px;
    right: 0;
    height: 151px;
    width: 50%;
    background-color: #d0966a;
}

.bg-yellow:before {
    z-index: 9;
    position: absolute;
    content: '';
    top: -45px;
    right: 0;
    height: 151px;
    width: 100%;
    background-color: #d0966a;
}

.single-blog-inner {
    position: relative;
    z-index: 10;
}

/*=================Breadcrumb============*/
.breadcrumb {
    background-color: #fff;
    padding: 28px 0 8px 0;
    position: relative;
    border-bottom: 1px solid #32416c;
    border-radius: 0;
    margin-bottom: 50px;
    position: relative;
}

.breadcrumb li:first-child {
    color: #d2d3d8;
    font-size: 19px;
    font-family: 'Georgia', serif;
    font-weight: 400;
}

.breadcrumb:before {
    position: absolute;
    content: '';
    width: 65%;
    height: 4px;
    background-color: #d0966a;
    top: 0;
    left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb>.active {
    color: #d0966a;
    font-family: 'Georgia', serif;
    content: ">";
    font-weight: 400;
    font-size: 19px;
}

.breadcrumb a {
    color: #d2d3d8;
    font-size: 19px;
    font-family: 'Georgia', serif;

    font-weight: 400;
}

.breadcrumb>li+li:before {
    content: '>';
}

/*=====================Service Area==================*/
.service-area {
    padding: 90px 0;
}

.single-service {
    padding-bottom: 80px;
}

.single-service-icon img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -40px;
}

.single-service-icon {
    display: inline-block;
    width: 51px;
    position: relative;
    background-color: #a9bbee;
    border-radius: 100%;
    margin-bottom: 20px;
}

.single-service-title h2 {
    margin: 0;
    color: #32416c;
    font-family: 'Georgia', serif;
    font-size: 25px;
    font-weight: 400;
    position: relative;
}

.single-service-title h2:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 270px;
    height: 4px;
    background-color: #32416c;
}

.service-area .single-service-title h2:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 203px;
    height: 4px;
    background-color: #32416c;
}

.single-service-text p {
    margin-top: 40px;
    color: #303030;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Georgia', serif;
    line-height: 28px;
}

.service-area .single-service-title {
    margin-top: 15px;
}

.service-area .single-service-icon {
    width: 67px;
}

/*======================Home blog=======================*/
.conceito-blog .blog-thumb,
.visao-blog .blog-thumb {
    position: relative;
}

.visao-conceito-area .blog-link a {
    color: #32416c;
    font-family: 'Georgia';
    font-size: 15px;
    font-weight: 700;
}

.visao-conceito-area .blog-title {
    margin-bottom: 0;
    position: absolute;
    bottom: -27px;
    left: 0;
    overflow: hidden;
    width: 321px;
    background: #fff;
    padding-bottom: 12px;
}

.visao-conceito-area .blog-title h2 {
    background: #fff;
    margin: 0;
    padding-bottom: 3px;
    padding-top: 20px;
    width: 200px;
    font-family: "CALISTB";
    font-size: 26px;
    font-weight: 700;
    border-bottom: 4px solid #32416c;
}

.visao-conceito-area .blog-link img {
    width: 21px;
    margin-left: 17px;
}

.visao-conceito-area .blog-desc {
    padding-top: 35px;
}

.visao-conceito-area .blog-desc p {
    color: #1c1c1c;
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.visao-conceito-area .conceito-blog,
.visao-conceito-area .visao-blog {
    padding-bottom: 20px;
    border-bottom: 1px solid #32416c;
}

/*======================index-blog-area=======================*/
.index-blog-area {
    padding-bottom: 100px;
}

.index-blog-area .single-blog-inner-img {
    border-bottom: 4px solid #d0966a;
}

.index-blog-area .single-blog-inner-text h4 {
    position: relative;
    color: #32416c;
    font-family: 'Georgia';
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    padding-bottom: 20px;
    min-height: 66px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.index-blog-area .single-blog-inner-text h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    z-index: 1;
    width: 138px;
    background: #4c4162;
}

.index-blog-area .single-blog-inner-text p {
    color: #303030;
    font-family: 'Georgia';
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid #32416c;
}

.saiba-mais {
    text-align: right;
}

.saiba-mais a {
    color: #32416c;
    font-family: 'Georgia';
    font-size: 15px;
    font-weight: 700;
}

.saiba-mais img {
    width: 21px;
    margin-left: 17px;
}

.index-blog-area .blog-left-area h2 {
    margin-top: 84px;
    color: #d2d3d8;
    font-family: "CALISTB";
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
}

.index-blog-area .blog-left-area p {
    position: relative;
    color: #32416c;
    font-family: 'Georgia';
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 13px;
}

.index-blog-area .blog-left-area p:before {
    width: 203px;
    height: 4px;
    background-color: #32416c;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';

}

/*======================Contact=======================*/
.contact-title {
    background-color: #32416c;
    height: 249px;
}

.contact-title h2 {
    margin-top: 0;
    color: #ffffff;
    font-family: "CALISTB";
    font-size: 45px;
    font-weight: 700;
    padding-top: 84px;
    margin-bottom: 0px;
}

.contact-title p {
    color: #d0966a;
    font-family: 'Georgia';
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.home-contact-area {
    position: relative;
    margin-top: 90px;
}

.home-contact-area:before {
    position: absolute;
    background-color: #32416c;
    height: 249px;
    width: 30%;
    top: 0;
    left: 0;
    content: '';
}

.contact-title-inner {
    display: inline-block;
    border-bottom: 4px solid #d0966a;
}

.contact-left,
.contact-right {
    width: 50%;
    float: left;
}

.contact-left span,
.contact-left a,
.contact-right a,
.contact-right span {
    color: #32416c;
    font-family: 'Georgia';
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
}

.single-contact-info img {
    width: 19px;
}

.single-contact-info h3 {
    color: #32416c;
    font-family: 'Georgia';
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
}

.contact-box .contact-icon {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    padding-top: 3px;
}

.contact-box .contact-text {
    display: inline-block;
    vertical-align: top;
    width: 225px;
}

.contact-icon-text img,
.contact-icon-text a {
    display: inline-block;
    vertical-align: middle;
}

.contact-icon-text img {
    margin-right: 10px;
}

.contact-icon-text a {
    padding-right: 10px;
}

.contact-left {
    padding-left: 40px;
}

.contact-right {
    padding-left: 35px;
}

/*======================Footer Area=======================*/
.footer-area {
    background-image: url(../img/nossa.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    min-height: 200px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
	position: relative
}

.footer-area:before {
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: rgba(28, 28, 28, .9);
}

.footer-container {
    max-width: 830px;
    margin: 0 auto;
    position: relative;
}

.footer-right {
    float: right;
}

.footer-container:before {
    position: absolute;
    content: '';
    width: 770px;
    height: 6px;
    background-color: #d0966a;
    bottom: -65px;
    left: 19px;
}

.footer-left {
    overflow: hidden;
}

.footer-logo {
    display: inline-block;
    float: left;
    position: relative;
}

.footer-logo:before {
    position: absolute;
    top: 7px;
    right: -24px;
    content: '';
    width: 1px;
    height: 52px;
    background: #ddd;
}

.footer-logo h2 {
    color: #fff;
    font-family: 'CALIST', serif;
    font-size: 29px;
    margin: 0;
    font-weight: 400;
    margin-bottom: -5px;
}

.footer-logo p {
    float: right;
    color: #d0966a;
    font-family: "CALISTI", serif;
    font-size: 27px;
    font-style: italic;
    margin: 0;
}


.footer-left-text {
    display: inline-block;
    margin-top: 13px;
}

.footer-left-text p {
    font-family: "CALIST", serif;
    margin: 0;
    margin-left: 50px;
    color: #fff;
    font-size: 16px;
}

.footer-right p {
    color: #fff;
    font-family: 'CALISTB', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.social-icon img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

/*===========================================================
           Blog 
============================================================*/
.blog-banner {
    background-image: url(../img/blog-banner.jpg);
    width: 100%;
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.blog-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, .6);
}

.blog-banner-title h2 {
    color: #fff;
    font-family: 'CALISTBI', serif;
    font-size: 33px;
    font-weight: 700;
    margin: 0;

}

.blog-area {
    padding-bottom: 100px;
}

.blog-title {
    margin-bottom: 40px;
}

.blog-title h2 {
    font-family: 'Georgia', serif;
    color: #32416c;
    font-size: 29px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 3px;
}

.blog-img {
    position: relative;
}

.blog-img a {
    position: absolute;
    top: 11px;
    left: 0;
    margin: 0;
    color: #fff;
    font-family: 'Georgia', serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 9px 35px 9px 13px;
    background-color: #32416c;
}

.title h2 {
    position: relative;
}

.title h2:before {
    position: absolute;
    content: '';
    width: 157px;
    height: 4px;
    background-color: #d0966a;
    bottom: -8px;
    left: 0;
}

.blog-text {
    padding-top: 43px;
    border-bottom: 1px solid #707070;
}

.single-blog {
    overflow: hidden;
    margin-bottom: 50px;
}

.blog-text p {
    color: #1c1c1c;
    font-family: 'Georgia', serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 13px;
}

.leia-mais {
    margin-top: 8px;
}

.leia-mais a {
    font-family: 'Georgia', serif;
    color: #32416c;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
}

.leia-mais img {
    margin-right: 9px;
}


.pagination a {
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Georgia', serif;
    color: #d2d3d8;
    letter-spacing: 1.33px;
    margin-right: 7px;
}

.pagination a:hover {
    color: #1c1c1c;
}

.blog-img a:hover {
    background: #d0966a;
}

.pagination .active {
    color: #1c1c1c;
    font-weight: 700;
}

.pagination img {
    width: 16px;
    margin: 0 6px;
}

/*===========================================================
                Nossa Visao
============================================================*/
.nossa-banner-area {
    background-image: url(../img/nossa-banner.jpg);
    width: 100%;
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}


.nossa-banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, .6);
}

.nossa-visao-area {
    padding-bottom: 250px;
}

.nossa-visas-text p {
    color: #1c1c1c;
    font-family: 'Georgia', serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.nossa-visas-text ul, .nossa-visas-text ol{
    font-family: 'Georgia', serif;
    font-size: 19px;
    padding-left: 40px
}


/*===============================================
        Atuacao 
================================================*/
.area-banner-area {
    background-image: url(../img/area-banner.jpg);
    width: 100%;
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}


.area-banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, .6);
}

.atuacao-area {
    padding-bottom: 100px;
}

.atuacao-header-text {}

.atuacao-header-text p {
    color: #32416c;
    font-family: 'Georgia', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}

.single-atuacao-area {
    margin-top: 70px;
    position: relative;
}

.single-atuacao-text {
    margin-left: 95px;
}

.single-atuacao-icon {
    display: inline-block;
    width: 60px;
    background-color: #a9bbee;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

.single-atuacao-icon img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.single-atuacao-text h4 {
    color: #1c1c1c;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Georgia', serif;
    position: relative;
}

.single-atuacao-text h4:before {
    position: absolute;
    content: '';
    width: 165px;
    height: 4px;
    left: 0;
    bottom: -8px;
    background-color: #d0966a;
}

.single-atuacao-text p {
    color: #1c1c1c;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 15px;
}

/*===========================================================
Conceito Area
============================================================*/


.conceito-banner-area {
    background-image: url(../img/conceito-banner.jpg);
    width: 100%;
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}


.conceito-banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, .6);
}


.nossa-conceito-area {
    padding-bottom: 100px;
}

/*=========================================
        Single Blog
==========================================*/

.blog-inner {
    padding-bottom: 150px;
}

.single-blog-area {
    padding-bottom: 80px;
}

.single-blog-title h2 {
    color: #32416c;
    font-family: 'CALISTB', serif;
    font-size: 46px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 50px;
}

.single-blog-text h4 {
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    margin: 0;
    margin-top: 30px;
}

.single-blog-text h4:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 4px;
    background-color: #d0966a;
    bottom: -14px;
    left: 0;
}

.compartilhar {
    border-bottom: 1px solid #707070;
    margin-bottom: 140px;
    padding-bottom: 6px;
}

.compartilhar h4 {

    display: inline-block;
    float: left;
    margin-right: 15px !important;
    margin: 0;
    color: #32416c;
    font-size: 17px;
    font-family: 'Georgia', serif;
    font-weight: 400;
}

.compartilhar-icon img {
    width: 18px;
    height: 18px;
}

.single-blogs {
    /*width: 20%;*/
    float: left;
    padding-right: 15px;
}

.single-blogs a {
    font-size: 10px;
    padding: 7px 28px 7px 11px;
}

/*==========================================================
        Contato Area
===========================================================*/
.contato-banner {}

.contato-banner {
    background-image: url(../img/contacto.jpg);
    width: 100%;
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.contato-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, .6);
}

.contato-text h4 {
    margin-top: 0;
    font-family: 'Georgia', serif;
    color: #32416c;
    font-size: 40px;
    font-weight: 400;
}

.contato-form-area {
    padding-bottom: 60px;
}

.form-inline .form-group {
    width: 48%;
}

.form-inline .form-control {
    width: 95%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #32416c;
    margin-bottom: 25px;
}

.contato-form {
    width: 80%;
}

.sub-btn {
    width: 350px;
    height: 50px;
    background-color: #32416c;
    border: 0;
    color: #fff;
    font-family: 'Georgia', serif;
    font-size: 24px;
    font-weight: 400;
    float: right;
    margin-right: 53px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.contato-form-area .sub-btn {
    margin-left: auto;
    cursor: pointer;
}

.sub-btn:hover {
    background: #d0966a;
}

.contato-title h4 {
    margin-bottom: 50px;
}

.contato-title img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.contato-social {
    padding-top: 30px;
}

.contato-form-text h4 {
    color: #1c1c1c;
    font-family: 'Georgia', serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px;
}

.contato-social img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.contato-area a, .contato-area span {
    color: #1c1c1c;
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-right: 60px;
}

.contato-area a:hover {
    color: #d0966a;
}

.contato-area {
    padding-bottom: 100px;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 999;
}

.go-top span {
    background-color: #d0966a;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 12px;
}

.go-top img {
    width: 15px;
}

.go-top span:hover {
    color: #fff;
}

.txt-show .list-group{
    margin: 20px 0 30px 0;
}


.txt-show .list-group-item{
    border:none;
    background-color: transparent;
    padding: 20px;

}

.txt-show .list-group-item:nth-child(even){
    background-color: #ECF2F1;
}


/*===============================================
                Responsive Mobile
================================================*/
@media only screen and (min-width: 1600px) {

/*    .menu-extend>li>span,
    .menu-extend>li>a {
        line-height: 72px;
    }

    .menu-extend {
        width: 180px;
        position: absolute;
        text-align: right;
        display: inline-block;
        right: -180px;
        top: 15px;
    }*/


}

@media only screen and (max-width: 1599px) {
    .header-class:before{
        width: calc(100% - 180px)
    }
    .banner-content-home > ul {
        padding-right: 147px;
    }
    .menu-extend .lang ul {
        padding-top: 23px;
    }

    .menu-extend li {
        padding-left: 5px;
        padding-right: 10px;
    }

    .menu-extend .lang ul {
        left: -27px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-menu ul li a {
        padding: 15px 9px;
    }

    .contact-left {
        padding-left: 0;
    }

    .contact-right {
        padding-left: 0;
    }

    .sub-btn {
        width: 340px;
        margin-right: 43px;
    }
    .header-class:before {
        width: calc(100% - 170px);
    }
    .banner-content-home > ul{
        padding-right: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .header-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .conceito-banner-area,
    .banner-area,
    .area-banner-area,
    .nossa-banner-area {
        margin-top: 85px;
    }

    .header-area .xs-12 {
        width: 100% !important;
        max-width: 100%;
    }

    .blog-img img {
        width: 100%;
    }

    .header-class:before {
        background-color: transparent;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .menu-extend .lang ul {
        padding-top: 23px;
        padding-left: 10px;
    }

    .menu-extend li {
        padding-left: 10px;
        right: 10px;
        display: block;
    }

    .menu-extend .lang span {
        padding-right: 5px;
        padding-left: 5px;
    }

    .main-menu .menu-extend {
        position: fixed;
        top: 28px;
        width: 200px;
        right: 210px;
        z-index: 999;
        right: 90px;
    }

    .navbar {
        padding: 0;
    }

    .main-menu ul#nav {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
    }

    .main-menu ul#nav li {
        display: block;
        border-top: 1px solid #333;
        text-align: left;
    }

    .main-menu ul li a {
        line-height: 2;
    }

    .main-menu ul#nav li a:before {
        content: '';
    }

    .search img {
        margin-top: 5px;
    }

    .footer-container {
        max-width: 100%;
    }

    .footer-container:before {
        width: 100%;
        bottom: -35px;
    }

    .footer-right {
        float: left;
        padding-top: 20px;
    }

    .contato-area a {
        font-size: 16px;
        margin-right: 30px;
    }

    .contato-social img {
        margin-right: 15px;
    }

    .contato-form {
        width: 100%;
    }

    .sub-btn {
        margin-right: 42px;
        width: 313px;
    }

    .bg-yellow:before,
    .index-blog-area:before {
        background-color: transparent;
    }

    .blog-thumb>img,
    .single-blog-inner-img>img {
        width: 100%;
    }

    .index-blog-area .single-blog-inner {
        margin-top: 25px;
    }

    .contact-info {
        overflow: hidden;
        padding-bottom: 35px;
    }

    .service-area {
        padding-bottom: 0;
    }

    .index-blog-area .blog-left-area h2 {
        margin-top: 0;
    }
    .single-service-title h2 {
        min-height: 65px;
        font-size: 23px;
    }
    .index-blog-area .blog-left-area p:before {
        width: 100%;
    }
    body {
        overflow-x: hidden;
    }
    .banner-content-home > ul {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .atuacao-header-text p {
        font-size: 20px;
        line-height: 1.5;
    }

    .footer-container:before {
        width: 100%;
        bottom: -32px;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .footer-right {
        width: 250px;
    }

    .contato-form-text h4 {
        font-size: 22px;
    }

    .form-inline .form-control,
    .form-inline .form-group {
        width: 100%;
    }

    .form-group {
        margin-bottom: 0;
    }

    .sub-btn {
        width: 100%;
        float: left;
        font-size: 22px;
        margin-right: 0;
    }

    .footer-left-text p {
        margin-left: 29px;
    }

    .footer-logo:before {
        right: -16px;
    }

    .footer-logo p {
        font-size: 22px;
    }

    .footer-left-text {
        margin-top: 7px;
    }

    .single-atuacao-icon {
        width: 45px;
    }

    .single-atuacao-text {
        margin-left: 65px;
    }

    .single-atuacao-text h4 {
        font-size: 20px;
    }

    .single-atuacao-text p {
        font-size: 16px;
        line-height: 25px;
    }

    .single-atuacao-area {
        margin-top: 35px;
    }

    .footer-container:before {
        width: 95%;
    }

    .atuacao-area {
        padding-bottom: 60px;
    }

    .footer-logo h2 {
        font-size: 24px;
    }

    .nossa-visas-text p {
        font-size: 18px;
        line-height: 29px;
        margin-top: 30px;
    }

    .nossa-conceito-area {
        padding-bottom: 60px;
    }

    .single-blog-title h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .breadcrumb {
        margin-bottom: 30px;
    }

    .single-blog-text h4 {
        font-size: 23px;
        line-height: 32px;
    }

    .nossa-visas-text p {
        font-size: 17px;
    }

    .single-blog-area {
        padding-bottom: 40px;
    }

    .blog-inner {
        padding-bottom: 60px;
    }

    .single-blogs {
        /*width: 50%;*/
        margin-bottom: 30px;
    }

    .compartilhar {
        margin-bottom: 50px;
    }

    .blog-area {
        padding-bottom: 50px;
    }

    .contato-area a {
        font-size: 15px;
        margin-right: 18px;
    }

    .contato-social img {
        margin-right: 9px;
    }

    .contato-title img {
        margin-right: 10px;
    }

    .contato-area {
        padding-bottom: 60px;
    }

    .contato-form-text {
        padding-bottom: 30px;
    }

    .banner-bottom-text h2 {
        font-size: 38px;
    }
}


@media only screen and (max-width: 600px) {
    .contato-area a {
        display: block;
        margin-bottom: 15px;
    }

    .contato-social {
        padding-top: 0;
    }

    .home-slider .slick-dots {
        right: 0;
    }

    .sliders {
        padding: 15px 50px 25px 15px;
        width: 100%;
    }

    .lear-more {
        width: 100%;
        text-align: right;
        margin-top: -21px;
    }

    .sliders p {
        font-size: 22px;
    }

    .overlay button {
        width: 25%;
    }

    .overlay input[type=text] {
        width: 75%;
    }

    .footer-container:before {
        width: 0;
        bottom: 0;
    }

    .footer-area {
        display: block;
        position: relative;
        border-bottom: 6px solid #d0966a;
    }

    .footer-container {
        padding: 25px 0;
    }

    .nossa-visao-area {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 540px) {
    .single-blog-title h2 {
        font-size: 30px;
    }

    .form-inline .form-control {
        width: 100%;
    }

    .single-blogs {
        width: 100%;
        margin-bottom: 30px;
    }

    .blog-area .col-xs-6 {
        width: 100%;
    }

    .form-inline .form-group {
        width: 100%;
    }

    .contato-area {
        padding-bottom: 30px;
    }

    .sub-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 460px) {
    .footer-left-text p {
        margin-left: 0;
    }

    .footer-logo {}

    .footer-left-text {
        overflow: hidden;
        width: 100%;
        display: block;
    }

    .footer-logo:before {
        background-color: transparent;
    }

    .main-menu .menu-extend {
        right: 77px;
    }
}

@media only screen and (max-width: 449px) {
    .overlay button {
        width: 100%;
    }

    .overlay input[type=text] {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {

    .menu-extend li {
        padding-left: 15px;
        padding-right: 0;
    }
    .main-menu ul {
        top: 14px;
        width: 110px;
    }

    .slicknav_brand {
        display: none;
    }

    .main-menu .menu-extend {
        width: 120px;
    }
}

@media only screen and (max-width: 350px) {
    .header-logo h2 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: -4px;
        margin-top: 5px;
    }

    .conceito-banner-area,
    .banner-area,
    .area-banner-area,
    .nossa-banner-area {
        margin-top: 80px;
    }
}

.validacaocampos {
    color: red;
    font: bold; 
}