@import url('https://fonts.googleapis.com/css?family=Cinzel|Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: content-box;
    outline: none;
    font-size: 15px;
    font-weight: 500;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.clear {
    clear: both;
    float: none;
}

body {
    padding-bottom: 118px;
}

body.nomargins {
    padding-bottom: 0;
}

body.homepage {
    padding-top: 850px;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
}

.TotalBlock {
    background: #19562c;
    color: #fff;
    padding: 0;
    width: 100%;
}

.fixed {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-family: 'Cinzel', serif;
}


b {
    font-weight: 900 !important;
}
.searchbtn {
    display: none !important;
}
.width-full {
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
}

.width-96 {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
}

.width-86 {
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
}

.width-76 {
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
}

.width-66 {
    width: 66%;
    padding-left: 17%;
    padding-right: 17%;
}

p {
    margin-bottom: 10px;

}

.middle-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.middle-image-parent {
    position: relative;
    overflow: hidden;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-top: 1%;
    padding-bottom: 1%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.header .logoimg {
    position: relative;
    width: 80px;
    height: 50px;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.header .small-logo {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.header .big-logo {
    opacity: 1;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 100%;
}

.header.scrolled {
    background: #19562c;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header.scrolled .logoimg {
    width: 55px;
}

.header.scrolled .big-logo {
    opacity: 1;
}

.header.scrolled .small-logo {
    opacity: 1;
}

.header.scrolled .small-logo img {
    margin: 1% 0;
}

.searchbtn {
    background: url(../images/search-icon.svg) no-repeat center center;
    background-size: 85% auto !important;
    display: inline-block;
    width: 22px;
    height: 39px;
    float: right;
    cursor: pointer;
}

.redmenu .searchbtn {
    background-image: url(../images/search-icon-red.svg);
}

.redmenu.scrolled .searchbtn {
    background: url(../images/search-icon.svg) no-repeat center center;
}

.searchform {
    opacity: 0;
    z-index: -99999;
    position: fixed;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(25, 86, 44, 0.95);
    width: 100%;
    height: 100%;
    text-align: center;
}

.searchform.visible {
    opacity: 1;
    z-index: 999999;
}

.closebtn {
    background: url(../images/close.png) no-repeat center center;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.searchform .closebtn {
    margin-top: 5%;
    margin-bottom: 2%;
}

.searchform .inputbox {
    border: none;
    background: none;
    border-bottom: 1px solid #fff;
    width: 70%;
    margin: 0 12%;
    padding: 3% 1%;
    font-size: 30px;
    color: #fff;
    font-family: 'Cinzel', serif;
}

.searchform .inputbox::placeholder {
    color: #fff;
}


/*Menu block*/

.menubtn {
    /*	background: url('../images/menu-icon.svg') no-repeat right;
	background-size: auto 100%;
*/
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 100;
    padding-right: 42px;
    display: inline-block;
    height: 13px;
    line-height: 17px;
    float: right;
    margin: 13px 0;
    margin-left: 1.5%;
    cursor: pointer;
    position: relative;
}

.menubtnicon {
    display: inline-block;
    height: 1px;
    background: #fff;
    width: 32px;
    position: absolute;
    top: 7px;
    right: 0;
}

.menubtnicon::after,
.menubtnicon::before {
    content: "";
    display: inline-block;
    width: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: auto;
    bottom: -6px;
    left: auto;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menubtnicon::before {
    top: -6px;
    bottom: auto;
    left: 0;
    right: auto;
}

.menubtn:hover .menubtnicon::after,
.menubtn:hover .menubtnicon::before {
    width: 100%;
}

.redmenu .menubtn {
    color: #19562c;
}

.redmenu .menubtnicon::after,
.redmenu .menubtnicon::before,
.redmenu .menubtnicon {
    background: #19562c;
}

.redmenu.scrolled .menubtn {
    color: #fff;
}

.redmenu.scrolled .menubtnicon::after,
.redmenu.scrolled .menubtnicon::before,
.redmenu.scrolled .menubtnicon {
    background: #fff;
}

.menublock {
    background: #19562c;
    opacity: 0;
    z-index: -999999;
    position: fixed;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.menublock.visible {
    opacity: 1;
    z-index: 99999999;
    margin-top: 0;
    overflow: auto;
}

.menublock .closebtn {
    position: fixed;
    top: 4%;
    right: 2%;
}

.menublock ul {
    list-style: none;
    text-align: center;
    margin: 8% 0;
}

.menublock ul li a {
    font-family: 'Cinzel', serif;
    font-size: 23px;
    display: inline-block;
    padding: 1.5% 0;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menublock ul li a::after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 50px;
    margin-top: -15px;
    margin-left: -60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    width: 20px;
}

.menublock ul li a:hover {
    padding-left: 3%;
}

.menublock ul li a:hover::after {
    opacity: 1;
    width: 50px;
}

.menublock ul li a.visible {
    margin-left: 0;
    opacity: 1;
}

.menublock > ul > li ul {
    display: none;
}


/*Homepage Slider*/

#homeslider {
    height: 850px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#homeslider .owl-height {
    height: auto !important;
}

.slidediv .slidedata {
    width: 90%;
    position: absolute;
    top: auto;
    bottom: 20%;
    left: 10%;
}

.slidediv .slidetitle,
.slidediv .slidetitle * {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.slidediv .slidetext {
    margin-top: 5px;
    position: absolute;
    bottom: 50%;
    left: auto;
    right: 10%;
}

.slidediv .slidetext,
.slidediv .slidetext * {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.slidediv .slidelink {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin-top: 33px;
    padding-left: 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slidediv .slidelink::before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    margin-left: -50px;
    margin-bottom: -13px;
    width: 41px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slidediv .slidelink:hover {
    padding-left: 55px;
}

.slidediv .slidelink:hover::before {
    margin-left: -55px;
    width: 46px;
    opacity: 0.5;
}

.owl-nav {
    height: 22px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 98%;
    padding: 0 1%;
}

.owl-nav div {
    position: absolute;
    background: url(../images/l.png) no-repeat;
    width: 37px;
    height: 22px;
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
}

.owl-nav .owl-next {
    right: 1%;
    background: url(../images/r.png) no-repeat;
}

.homeslider-container {
    position: relative;
}

.homeslider-container .scrolldown {
    position: fixed;
    bottom: 20px;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Cinzel', serif;
    width: 100%;
    left: 0;
}

.homeslider-container .scrolldown::before {
    height: 45px;
    width: 1px;
    background: #fff;
    content: " ";
    display: block;
    margin-left: 50%;
    margin-top: -10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.homeslider-container .scrolldown:hover::before {
    margin-bottom: 5px;
    height: 40px;
}


/*for slide text transition*/

.slidediv .slidetitle > div {
    opacity: 0;
    margin-left: -50px;
}

.slidediv .slidetext {
    opacity: 0;
}


/*Home intro*/

.homeintro {
    position: relative;
    z-index: 9;
    background: #fff;
    width: 50%;
    padding: 10% 25%;
    display: block;
    text-align: center;
}

.homeintro h1 {
    color: #19562c;
    font-size: 50px;
    margin-bottom: 10px;
}

.homeintro > div {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 27px;
    opacity: 0.9;
}


/*Home practice areas*/

.homepractice {
    position: relative;
    z-index: 9;
}

.homepractice .homepractice-data {
    width: 44%;
    padding: 4% 1% 4% 4%;
    background: rgba(25, 86, 44, 0.9);
    float: right;
}

.homepractice .homepractice-data h2 {
    color: #FFFFFF;
    font-family: 'Cinzel', serif;
    font-size: 50px;
}

.homepractice .homepractice-data .homepractice-intro {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    width: 70%;
    font-weight: 300;
}

.homepractice .homepractice-data .homepractice-list {
    list-style: none;
    margin-top: 20px;
}

.homepractice .homepractice-data .homepractice-list a {
    font-size: 18px;
    font-family: 'Cinzel', serif;
    display: inline-block;
    padding: 1% 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: relative;
}

.homepractice .homepractice-data .homepractice-list a::after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 50px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    width: 10px;
    bottom: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
}

.homepractice .homepractice-data .homepractice-list a:hover {
    padding-left: 50px;
}

.homepractice .homepractice-data .homepractice-list a:hover::after {
    opacity: 1;
    width: 41px;
}


/*attorneys in home page*/

.homeattorneys {
    padding: 13% 25%;
    width: 50%;
    background-color: #fff;
    position: relative;
    z-index: 9;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.homeattorneys .homeattorneys-data {
    background: #19562c;
    text-align: center;
    padding: 10%;
}

.homeattorneys .homeattorneys-data h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}

.homeattorneys .homeattorneys-data .homeattorneys-text {
    color: #fff;
    width: 70%;
    margin: 0 15%;
    opacity: 1;
    line-height: 25px;
}

.morebtn,
button,
.btn,
.button {
    background: none;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    position: relative;
    display: inline-block;
    padding-left: 50px;
    line-height: 20px;
    height: 20px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

a.morebtn::before,
button::before,
.btn::before,
.button::before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 40px;
    bottom: 40%;
    left: 0;
    position: absolute;
}

.morebtn:hover {
    padding-left: 60px;
}

.morebtn:hover::before {
    margin-left: 10px;
    width: 46px;
    opacity: 0.5;
}


/*home news*/

.homenews {
    position: relative;
    z-index: 9;
    background: #19562c;
    padding: 7%;
    text-align: center;
}

.homenews h2 {
    text-align: center;
    color: #FFFFFF;
    font-family: 'Cinzel', serif;
    font-size: 50px;
    margin-bottom: 5%;
}

.homenews-item {
    float: left;
    width: 48%;
    margin: 0;
    text-align: left;
    margin: 0 1%;
}

#news-carousel .homenews-item {
    width: 100%;
}

#news-carousel .owl-nav {
    position: absolute;
    top: auto;
    bottom: -61px;
}

.homenews-item img {
    width: 100%;
    -webkit-transition: all 3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.homenews-item .homenews-img {
    width: 100%;
    height: 207px;
    overflow: hidden;
    position: relative;
}

.homenews-item h3,
.searchresults .searchitem h3 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Cinzel', serif;
    margin-top: 5%;
    margin-bottom: 3%;
}

.homenews-item h3 b,
.searchresults .searchitem h3 b {
    /*color: #FFFFFF;*/
    font-size: 22px;
    line-height: 26px;
    font-family: 'Cinzel', serif;
}

.homenews-item h3::after {
    background: #fff;
    height: 1px;
    display: block;
    width: 40%;
    content: "";
    margin-top: 5%;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.date {
    color: #fff;
    font-size: 12px;
}

.homenews .morebtn {
    margin-top: 5%;
}

.homenews-item a:hover img {
    transform: scale(1.1);
}

.homenews-item a:hover h3::after {
    width: 100%;
}


/*footer*/

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #f3f3f3;
    padding: 50px 0;
    height: 18px;
}

.footer * {
    text-transform: uppercase;
}

.footer div {
    text-align: center;
}

.footer div img {
    margin-bottom: 1%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer .footer-copy a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.footer .footer-contacts {
    color: #fff;
    margin-bottom: 2%;
}

.footer .footer-contacts * {
    font-size: 13px;
    line-height: 23px;
    color: #555;
    font-weight: 500;
}

.footer .footer-copy,
.footer .footer-copy * {
    color: #949494;
    font-size: 11px;
    font-weight: bold;
}

.footer .footer-copy a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: inline-block;
    line-height: 0;
}

.footer .footer-copy a::after {
    content: "";
    background-color: #555;
    height: 1px;
    width: 100%;
    display: inline-block;
    margin-bottom: -10px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
}

.footer .footer-copy a:hover {
    color: #000;
}

.footer .footer-copy a:hover::after {
    opacity: 1;
    margin-bottom: -3px;
}


/*contact button*/

.contact-button {
    background: #f3f3f3;
    padding: 100px 5%;
    height: 70px;
    bottom: 118px;
    width: 90%;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 0;
    position: fixed;
}

.contact-button a {
    color: #19562c;
    font-size: 50px;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    display: inline-block;
}

.contact-button a::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #19562c;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-button a.scrolled::after {
    width: 100%;
}

.footer.scrolled,
.contact-button.scrolled {
    z-index: 8;
}


/*inner pages*/

.fancybox-caption-wrap,
.fancybox-button::before,
.fancybox-button::after,
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover:after {
    display: none !important;
}

.page-header {
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 125% auto;
    background-position: center center;
    background-color: #fff;
}

.page-header .overlay,
.page-header.single .overlay.scrolled {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-header .overlay.scrolled {
    background: #fff;
}

.page-header .overlay h1 {
    color: #fff;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
}

.page-header .overlay .page-intro {
    color: #fff;
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    height: 50px;
    padding-top: 100px;
}

.page-header.single {
    height: 580px;
}

.header-back {
    width: 36px;
    height: 20px;
    padding-bottom: 120px;
    background: url(../images/l.png) no-repeat center top;
    background-size: 100% auto;
}


/*about us - leading item */

.page-header.about-header {
    background-size: cover;
    background-position: center 38%;
    height: 523px;
}

.about-leading-item {
    position: relative;
    z-index: 9;
    background: #fff;
    padding-top: 10%;
    padding-bottom: 5%;
}

.about-leading-item .about-leading-item-image {
    width: 50%;
    height: 470px;
    float: left;

}

.about-leading-item .about-leading-item-text {
    float: right;
    padding: 3% 7%;
    padding-right: 13%;
    width: 30%;
}

.about-leading-item .about-leading-item-text h2 {
    color: #19562c;
    font-family: 'Cinzel', serif;
    font-size: 50px;
    text-transform: uppercase;
}

.about-leading-item .about-leading-item-text div {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.about-leading-item .about-leading-item-text div * {
    font-weight: 500;
}

.about-leading-item .about-leading-item-text div p:first-child {
    margin-bottom: 5%;
}


/*about us - intro item */

.about-intro-item {
    height: auto;
    position: relative;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 9;
    padding: 15% 25%;
}

.about-intro-item .about-intro-item-text {
    display: block;
    background: #19562c;
    height: auto;
    padding: 10%;
    text-align: left;
    color: #fff;
}

.about-intro-item .about-intro-item-text * {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
}


/*attorneys*/

.attorneys-listing {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding-top: 9%;
    padding-bottom: 5%;
}

.attorneys-item {
    width: 23%;
    margin: 1%;
    height: auto;
    float: left;
    background-color: #19562c;
}

.attorneys-item .attorneys-item-image {
    height: 360px;
}

.attorneys-item .attorneys-item-image img {
    width: 104%;
    left: -2%;
    height: auto;
    top: 0;
    bottom: auto;
    -webkit-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 5s cubic-bezier(0.23, 1, 0.32, 1);
}

.attorneys-item .attorneys-item-image:hover img {
    transform: scale(1.05);
}

.attorneys-item .attorneys-item-text {
    text-align: center;
    padding: 7%;
}

.attorneys-item .attorneys-item-text h3 {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 1%;
    height: 50px;
    line-height: 25px;
}

.attorneys-item .attorneys-item-text .attorney-position {
    color: #fff;
    font-size: 17px;
    height: 40px;
}

.attorneys-listing .attorneys-leading {
    margin-bottom: 7%;
}

.attorneys-item.intro {
    width: 23%;
}

.attorneys-item.intro .attorneys-item-image {
    height: 260px;
}

.attorneys-item.intro .attorneys-item-text h3 {
    font-size: 16px;
}

.attorneys-item.intro .attorneys-item-text .attorney-position {
    font-size: 14px;
}


/*Pactice areas listing*/

.practice-areas {
    position: relative;
    background-color: #fff;
    z-index: 9;
    padding-top: 9%;
    padding-bottom: 9%;
    min-height: 1500px;
    height: 100%;
}

.tabs-list {
    width: 30%;
    float: left;
}

.practice-items,
.tabs-parent {
    width: 70%;
    float: right;
    position: relative;
}

.tabs-list li {
    color: #19562c;
    font-size: 16px;
    padding: 5% 0;
    list-style: none;
    border-top: 1px solid #19562c;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-transform: capitalize;
}

.tabs-list li.active,
.tabs-list li:hover {
    padding-left: 30px;
}

.tabs-list li::after {
    content: "";
    display: block;
    height: 1px;
    background: #19562c;
    width: 41px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    width: 10px;
    bottom: 50%;
    left: 0;
    position: absolute;
    opacity: 0;
}

.tabs-list li:hover::after,
.tabs-list li.active::after {
    opacity: 1;
    width: 20px;
}

.practice-items .practice-item,
.tab-item {
    padding: 0 0 0 7%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
}

.practice-items .practice-item.active,
.tab-item.active {
    opacity: 1;
    z-index: 3;
}

.practice-items .practice-item h2,
.tab-item h2 {
    font-family: 'Cinzel', serif;
    color: #19562c;
    font-size: 32px;
    line-height: normal;
    width: 100%;
    margin-bottom: 3%;
    text-transform: uppercase;
}

.tab-item h4 {
    color: #393939;
    font-size: 22px;
    line-height: 48px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.practice-items .practice-item .practice-text,
.tab-text {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.attorney-full-data-text.tab-text {
    height: 300px;
}

.attorney-full-data-text.tab-text,
.attorney-full-data-text.tab-text * {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
}

.attorney-full-data-text.tab-text strong {
    font-weight: 900;
    font-size: 16px;
}

.attorney-full-data-text.tab-text ul {
    margin-bottom: 10px;
}


/*News inner*/

.news-inner {
    background: #fff;
    padding-top: 5%;
}

.news-inner h3 {
    color: #19562c;
}

.news-inner h3::after {
    background: #939598;
}

.news-inner .date {
    color: #ccc;
}

.news-inner .homenews-item {
    margin-bottom: 5%;
    height: 110px;
}

.transactions .homenews-item {
    width: 98% !important;
    margin-bottom: 2%;
}

.transactions .homenews-item h3 {
    margin-top: 1%;
    margin-bottom: 1%;
    height: auto;
}

.transactions .homenews-item h3::after {
    margin-top: 2%;
}


/*pagination*/

.pagination {
    margin-top: 3%;
    text-align: center;
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0 1%;
}

.pagination li * {
    color: #19562c;
    font-family: 'Cinzel', serif;
    font-size: 19px;
}

.pagination li span {
    color: #939598;
}

.pagination li.pagination-prev {
    margin-right: 3%;
}

.pagination li.pagination-next {
    margin-left: 3%;
}

.pagination li.pagination-prev a,
.pagination li.pagination-prev span,
.pagination li.pagination-next span,
.pagination li.pagination-next a {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/l-red.png) no-repeat;
    width: 36px;
    height: 20px;
}

.pagination li.pagination-prev span {
    background: url(../images/l-grey.png) no-repeat;
}

.pagination li.pagination-next a {
    background: url(../images/r-red.png) no-repeat;
}

.pagination li.pagination-next span {
    background: url(../images/r-grey.png) no-repeat;
}


/*top tabs in inner pages*/

.top-tabs {
    background: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
    padding-top: 5%;
}

.top-tabs a {
    display: inline-block;
    color: #19562c;
    font-family: 'Cinzel', serif;
    font-size: 30px;
    margin: 0 2%;
    text-transform: uppercase;
}

.top-tabs a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #19562c;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    width: 0%;
}

.top-tabs a.active::after,
.top-tabs a:hover::after {
    width: 100%;
    opacity: 1;
}


/*clients listing*/

.clients {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding-top: 5%;
    padding-bottom: 7%;
}

.clients .clients-item {
    display: inline-block;
    background-color: #393939;
    border-top: 3px solid #19562c;
    width: 18%;
    margin: 0 1% 2%;
    height: 115px;
    float: left;
    position: relative;
}

.clients .clients-item h2 {
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'Cinzel', serif;
    line-height: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 10%;
}


/*careers page*/

.careers-header {
    background-size: 100% auto;
    background-position: center bottom;
    height: 450px;
}

.jobs {
    position: relative;
    z-index: 9;
    background: #fff;
    padding-top: 9%;
    padding-bottom: 9%;
}

.jobs .job-item {
    /*width: 33%;*/
}

.jobs .job-item .job-heading {
    background: #19562c;
    padding: 10%;
    text-align: center;
}

.jobs .job-item .job-heading h2 {
    margin-bottom: 3%;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 20px;
    height: 50px;
}

.jobs .job-item .job-heading .experience {
    color: #FFFFFF;
    font-size: 15px;
}

.jobs .job-item .job-text {
    background: #393939;
    padding: 7%;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.jobs .job-item .job-text h3 {
    font-weight: bold;
    margin-top: 7%;
}

.jobs .job-item .job-text h3:first-of-type {
    margin-top: 0;
}

.jobs .job-item .job-text .job-details {
    height: 350px;
    overflow: auto;
    text-align: justify;
}

.jobs .morebtn {
    margin: 10% 0 5%;
}

.jobs .owl-nav {
    position: static;
    text-align: center;
    margin-top: 2%;
}

.jobs .owl-nav div {
    background-image: url(../images/l-grey.png);
    position: static;
    display: inline-block;
    margin: 0 1%;
}

.jobs .owl-nav .owl-next {
    background-image: url(../images/r-grey.png);
}


/*application form*/

.careers-form {
    position: relative;
    z-index: 9;
    background: #fff;
    padding-bottom: 9%;
    text-align: center;
}

.careers-form legend,
#jform_spacer-lbl,
.careers-form label,
.control-label {
    display: none;
}

fieldset {
    border: none !important;
}

.careers-form h2 {
    color: #19562c;
    font-size: 50px;
    font-family: 'Cinzel', serif;
    margin-bottom: 4%;
}

.controls input,
.controls textarea,
.jform_contact_cv {
    border: none;
    border-bottom: 1px solid #888;
    padding-bottom: 2%;
    width: 48%;
    float: left;
    margin: 0 1% 4%;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.controls input::placeholder,
.controls textarea::placeholder {
    color: #C3C3C3;
}

button,
.btn,
.button {
    color: #19562c;
    font-size: 20px;
    text-transform: uppercase;
}

button::before,
.btn::before,
.button::before {
    background-color: #19562c;
}

.jform_contact_cv .controls > div > .circle {
    width: 10px;
    height: 10px;
    padding: 5px;
    display: inline-block;
    line-height: 10px;
    border: 1px solid #19562c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #19562c;
}

.jform_contact_cv .controls > div input.title {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: 0;
    width: 230px;
    float: none;
}

.jform_contact_cv .controls > div .text-max,
.jform_contact_cv .controls > div .text-max * {
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    color: #C3C3C3;
}

.jform_contact_cv {
    position: relative;
    height: 16px;
}

.jform_contact_cv .controls > div {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 0;
}

.jform_contact_cv .controls > input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.jform_contact_cv,
.jform_contact_message textarea {
    float: right;
}

.jform_contact_message textarea {
    height: 86px;
}


/*contact us page*/

.contact-map {
    position: relative;
    z-index: 9;
    background: #333333;
    height: 720px;
    display: block;
}

#map {
    height: 100%;
}

.contact-map {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.contact-map #map {
    width: 120%;
    margin-left: -20%;
}

.contact-form {
    background: #fff;
    float: right;
    position: relative;
    z-index: 9;
    width: 25%;
    padding: 70px 5% 20px;
    height: 630px;
}

.contact-form h2 {
    font-family: 'Cinzel', serif;
    font-size: 40px;
    color: #19562c;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.contact-form .controls input,
.contact-form .controls textarea,
.contact-form .jform_contact_cv {
    width: 100%;
    margin: 0;
    padding-bottom: 5%;
    padding-top: 7%;
    clear: both;
    float: none;
}

.contact-form .btn {
    margin-top: 10%;
}

.contact-contacts {
    position: relative;
    z-index: 9;
    background: #19562c;
    color: #fff;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4%;
}

.contact-contacts * {
    font-size: 14px;
}

.contact-contacts > div {
    margin-bottom: 2%;
}

.contact-contacts h4 {
    font-weight: 700;
}


/*attorney single page*/

.attorney-page {
    position: relative;
    z-index: 9;
    background: #fff;
}

.attorny-top-left {
    width: 33%;
    float: left;
    background: #19562c;
}

.attorny-top-left .attorney-img {
    width: 100%;
    height: 660px;
}

.attorny-top-left .attorney-img img {
    height: auto;
    width: 100%;
    -webkit-transition: all 5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.attorny-top-left .attorney-img:hover img {
    transform: scale(1.1);
}

.attorny-top-left .attorney-navigation li {
    list-style: none;
    float: right;
}

.attorny-top-left .attorney-navigation a span {
    display: none;
}

.attorny-top-left .attorney-navigation li a {
    display: inline-block;
    width: 36px;
    height: 20px;
    background: url(../images/r.png) no-repeat center center;
    background-size: auto 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.attorny-top-left .attorney-navigation li a:hover {
    margin-right: -5px;
    margin-left: 5px;
}

.attorny-top-left .attorney-navigation li.previous a {
    background-image: url(../images/l.png);
    margin-left: -5px;
    margin-right: 5px;
}

.attorny-top-left .attorney-navigation li.previous a:hover {
    margin-left: -10px;
    margin-right: 10px;
}

.attorny-top-left .attorney-navigation {
    background: #19562c;
    padding: 3%;
}

.attorney-top-right {
    padding: 5% 3%;
    width: 60%;
    float: right;
}

.attorney-top-right .attorney-back {
    display: inline-block;
    width: 36px;
    height: 20px;
    background: url(../images/l-red.png) no-repeat center center;
    margin-bottom: 6%;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.attorney-top-right .attorney-back:hover {
    margin-left: -5px;
}

.attorney-top-right h1 {
    color: #19562c;
    font-size: 50px;
    line-height: 41px;
}

.attorney-top-right .title {
    color: #393939;
    font-size: 30px;
}

.attorney-top-right .contacts {
    margin-top: 17px;
}

.attorney-top-right .contacts > div {
    color: #828282;
    font-weight: 500;
}

.attorney-top-right .btn.vcard {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    height: 25px;
    padding: 3px 0 3px 30px;
    background: url(../images/d-red.png) no-repeat left center;
    margin-top: 5%;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.attorney-top-right .btn.vcard:hover {
    background: url(../images/d-red.png) no-repeat left bottom;
}

.attorney-top-right .intro-data {
    margin-top: 5%;
}

.attorney-top-right .intro-data div {
    margin-bottom: 3%;
    color: #393939;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #828282;
}

.attorney-top-right .intro-data div h4 {
    font-weight: 900;
    color: #19562c;
}

.attorney-bottom .tabs-list {
    margin-left: 3%;
}

.attorney-bottom .tabs-parent {
    width: 63%;
    margin: 0;
    margin-left: 3%;
    min-height: 400px;
    float: right;
    height: auto;
}

.attorney-bottom .tab-item {
    padding-right: 7%;
    padding-left: 0;
    width: 93%;
}

.attorney-bottom .tab-item h4 {
    width: 100%;
}


/*single item*/

.fancybox-navigation button:before {
    background: none;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.95;
    background: #8b0038;
}

.fancybox-thumbs > ul > li:before {
    border-color: #8b0038;
}

.single-content {
    position: relative;
    z-index: 9;
    text-align: justify;
    background-color: #fff;
    padding-top: 4%;
    padding-bottom: 5%;
}

.single-content,
.single-content * {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.single-content * a {
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.single-content * a:hover {
    border-bottom: 1px solid #fff;
}

.single-content h3 {
    font-weight: 900;
    margin-top: 2%;
    margin-bottom: 0.5%;
    color: #333;
}

.single-pagination {
    background: #fff;
    position: relative;
    z-index: 9;
    padding-bottom: 4%;
}

.single-pagination ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.single-pagination ul li a span {
    color: #19562c;
    font-family: 'Cinzel', serif;
    font-size: 19px;
    text-transform: uppercase;
}

.single-pagination ul li.previous {
    float: left;
    padding-left: 50px;
    background: url(../images/l-red.png) no-repeat center left;
}

.single-pagination ul li.next {
    float: right;
    padding-right: 50px;
    background: url(../images/r-red.png) no-repeat center right;
}

.single-pagination ul li.next:hover {
    padding-right: 40px;
}

.single-pagination ul li.previous:hover {
    padding-left: 40px;
}


/*share buttons*/

.sharebtns {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: -30px;
    z-index: 1;
}

.sharebtns > a {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 1%;
    background-size: 100% auto !important;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    ;
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    ;
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    ;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    ;
}

.sharebtns > a#facebookbtn {
    background: url(../images/facebook.png) no-repeat center center;
}

.sharebtns > a#twitterbtn {
    background: url(../images/twitter.png) no-repeat center center;
}

.sharebtns > a#linkedinbtn {
    background: url(../images/linkedin.png) no-repeat center center;
}

.sharebtns > a#googlebtn {
    background: url(../images/google.png) no-repeat center center;
}

.sharebtns > a:hover {
    opacity: 0.4;
}


/*system messages*/

#system-message .alert {
    width: 40%;
    position: fixed;
    z-index: 999999999999;
    margin: auto;
    top: 5%;
    bottom: auto;
    height: 13px;
    padding: 27px 1%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.98);
    top: 2%;
}

#system-message .close {
    float: right;
    color: #19562c;
    cursor: pointer;
}

.alert-heading {
    display: none;
}

.alert-message {
    color: #19562c;
    font-size: 13px;
    font-weight: 500;
}


/*search page - listing*/

.searchpage #searchForm .inputbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    border: none;
    background: none;
    border-bottom: 1px solid #fff;
    width: 70%;
    padding: 3% 1%;
    font-size: 30px;
    color: #fff;
    font-family: 'Cinzel', serif;
    text-align: center;
}

.searchresults {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding-top: 9%;
    padding-bottom: 3%;
}

.searchresults .searchitem {
    float: left;
    width: 48%;
    margin: 0;
    text-align: left;
    margin: 0 1%;
    margin-bottom: 5%;
}

.searchresults .searchitem h3 {
    color: #19562c;
}

.searchresults .searchitem span {
    color: #ccc;
}

.searchresults .searchitem h3::after {
    background: #939598;
    height: 1px;
    display: block;
    content: "";
    margin-top: 5%;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.searchresults .searchitem:hover h3::after {
    width: 100%;
}


/*preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #19562c;
    /* change if the mask should have another color then white */
    z-index: 9999999;
    /* makes sure it stays on top */
}

#status {
    width: 100%;
    height: 150px;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 0;
}

.slidediv {
    height: 100vh;
}

img.slideimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h2.Title {
    color: #19562c;
    font-size: 26px !important;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    margin: 20px 0;
}

.homepractice.founders h2 {
    font-size: 39px !important;
}

.homepractice.founders p {
    color: #fff;
    margin: 18px 0;
}


/* New Style */

.panel-collapse {
    display: none;
}

.panel-collapse.in {
    display: block;
}

.panel-group .panel {
    margin-bottom: 3%;
}

.panel-group .panel-heading .panel-title a {
    color: #19562c;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}

.panel-group .panel.open .panel-heading .panel-title,
.panel-group .panel.open .panel-heading .panel-title a {
    color: #19562c;
    font-size: 24px;
    font-family: 'Cinzel', serif;
    position: relative;
}

.panel-group .panel-heading .panel-title a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
}

.panel-group .panel.open .panel-heading .panel-title a {
    padding-left: 50px;
}

.panel-group .panel.open .panel-heading .panel-title a::after {
    opacity: 1;
    width: 41px;
}

.panel-group .panel-heading .panel-title a::after {
    content: "";
    display: block;
    height: 1px;
    background: #19562c;
    width: 50px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    width: 10px;
    bottom: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
}

.panel-group .panel-heading .panel-title a:hover {
    padding-left: 50px;
}

.panel-group .panel-heading .panel-title a:hover::after {
    opacity: 1;
    width: 41px;
}

.panel-group .panel-body {
    padding: 15px 0 0;
    padding-left: 5%;
}

.panel-body p {
    font-size: 1.5625vw;
    line-height: 26px;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}

.panel-body .col-4 p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.panel-body ul {
    display: block;
    padding: 0;
    margin: 0 0 30px 40px;
}

.panel-body ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
    margin-bottom: 10px;
}

.panel-body h4 {
    font-size: 20px;
    margin-bottom: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    display: inline;
    padding-bottom: 3px;
    clear: both;
}

.panel-body p {
    margin: 15px 0;
}

.panel-body .btn-link {
    color: #20a4cc;
    border: 1px solid #20a4cc;
    font-size: 28px;
    line-height: 30px;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 30px;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    text-decoration: none;
}

.panel-body .btn-link:hover {
    color: #fff;
    background: #20a4cc;
}

div#mapDiv .place-card.place-card-large {
    display: none !important;
}

.TotalBlock {
    background: #19562c;
    color: #fff;
    padding: 0;
    width: 100%;
}

.block {
    color: #fff;
    padding: 6%;
}

div#counter {
    display: flex;
    justify-content: space-around;
}

.block h3 {
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 25px;
    font-weight: 500;
}

.block p span {
    font-size: 66px;
    font-weight: bold;
}

/****************/
#Founder .about-leading-item-image {
    width: 42%;
    height: 465px;
    float: left;
    top: 0 !important;
    /* text-align: right; */
}

#Founder .middle-image {
    position: relative;

    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: right;
}

#Founder .about-leading-item-text {
    float: right;
    padding: 2% 4%;
    padding-right: 10%;
    width: 40%;
}
