*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Cardo', serif;
    font-size: 18px;
    line-height: 34px;
    color: #30312f;
    font-weight: 400;
}
img{
    max-width: 100%;
    display: block;
}
a{
    text-decoration: none;
    outline: none;
    color: #30312f;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #30312f;
}
p{
    font-size: 18px;
    line-height: 30px;
    color: #30312f; 
    font-family: 'Cardo', serif;
}
p:last-child{
    margin-bottom: 0;
}
ul{
    list-style-type: none;
}
li{
    font-size: 18px;
    line-height: 30px;
    color: #30312f; 
    font-family: 'Cardo', serif;
}
b, strong {
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.fab::before{
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
.wpcf7-form p{
    margin-bottom: 0;
}
.wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}
.wpcf7-form-control{
    background-color: #f5f5f5 !important;
    border: none !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 8px 20px !important;
    line-height: 28px !important;
    height: 50px;
    border: 1px solid #d7d7d7 !important;
}
.wpcf7-form-control:focus{
	outline: none;
    background-color: #ebeaea !important;
}
textarea.wpcf7-form-control{
    height: 100px;
	resize: none;
}
select.wpcf7-form-control{
    appearance: none;
    background-image: url(../images/angle-down-black.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 12px;
}
.wpcf7-form-control.wpcf7-checkbox, .wpcf7-form-control.wpcf7-radio{
    background-color: transparent !important;
    padding: 0 !important;
    border: 0 !important;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item, .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
    display: flex;
    margin: 0 0 5px;
    font-family: 'Cardo', serif;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
    align-items: center;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]{
    border-color: #234a55;
    margin-top: 5px;
    margin-right: 9px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]{
    border-color: #234a55;
    margin-right: 9px;
}
.wpcf7 form .wpcf7-response-output{
    border-color: #000;
    margin: 30px 0 0;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 15px;
}
input[type="submit"].wpcf7-form-control{
    background-color: #234a55 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 26px !important;
    border: 0;
    border-radius: 5px;
    text-align: center;
    font-family: 'Cardo', serif;
    font-weight: 700;
    min-width: 175px;
    padding: 8px 20px !important;
    width: auto !important;
    text-transform: capitalize;
}
input[type="submit"].wpcf7-form-control:hover{
    background-color: #3f8094 !important;
    color: #ffffff !important;
    text-decoration: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #303130;
    width: 100%;
    margin: 20px 15px;
    font-size: 18px;
    font-family: 'Cardo', serif;
}
.team-section-inner-wrap .slick-arrow{
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2F5D6F;
    font-size: 0;
    line-height: 0;
    width: 35px;
    padding: 6px;
    height: 35px;
    border-radius: 3px;
}
.team-section-inner-wrap .slick-arrow:focus{
    outline: none;
    border: 0;
}
.team-section-inner-wrap .slick-arrow.slick-prev{
    left: 10px;
    transition: 0.3s ease-in-out;
}
.team-section-inner-wrap .slick-arrow.slick-prev::before{
    content: '\f053';
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
}
.team-section-inner-wrap .slick-arrow.slick-next{
    right: 10px;
    transition: 0.3s ease-in-out;
}
.team-section-inner-wrap .slick-arrow.slick-next::before{
    content: '\f054';
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
}
.team-section-inner-wrap .slick-track{
    display: flex;
}
.slick-track .slick-slide{
    height: inherit;
}
ul.slick-dots {
    margin: 0;
    display: flex;
    justify-content: center;
}
ul.slick-dots li{
    margin: 8px 2px 0;
    font-size: 0;
    line-height: unset;
}
ul.slick-dots li button{
    font-size: 0;
    background-color: #000000dc;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
ul.slick-dots li.slick-active button{
    background-color: #000000;
}
/* font-family: 'Noto Serif', serif; */

/* Heading */
h1, h2, h3, h4, h5{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
h1{
    font-size: 50px;
    line-height: 60px;
    color: #30312f; 
    margin: 0 0 30px; 
}
h2{
    font-size: 40px;
    line-height: 50px;
    color: #30312f; 
    margin: 0 0 30px; 
}
h2.section-title{
    font-size: 40px;
    line-height: 50px;
    color: #30312f;
    font-weight: 400;
    margin: 0 0 30px;
}
h3{
    font-size: 34px;
    line-height: 42px;
    color: #30312f; 
    font-weight: 400;
    margin: 0 0 30px; 
}

/* Container */
.container{
    max-width: 1140px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
.container .kc-container{
    max-width: 100%;
    padding: 0;
}

/* Spacing */
.padding-y{
    padding: 80px 0;
}
.padding-t{
    padding-top: 80px;
}
.padding-b{
    padding-bottom: 80px;
}

/* Button */
.btn-primary {
    background-color: #234a55;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    font-family: 'Cardo', serif;
    font-weight: 700;
    min-width: 175px;
    padding: 14px 20px;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #3f8094;
    color: #ffffff;
    text-decoration: none !important;
}
.btn-secondary {
    background-color: #415555;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    font-family: 'Cardo', serif;
    font-weight: 700;
    min-width: 175px;
    padding: 14px 20px;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: #394f4f;
    color: #ffffff;
    text-decoration: none !important;
}

/* Headder */
.header-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-titles{
    margin: 0;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.site-logo{
    width: 275px;
    margin: 0;
}
.primary-menu > li {
    margin: 10px 0 0;
    padding: 0 10px;
}
.primary-menu li:focus{
    outline: none;
}
.primary-menu li a {
    color: #30312f !important;
    font-size: 16px;
    line-height: 34px;
    font-family: 'Cardo', serif;
    font-weight: 700;
}
.primary-menu li a:focus{
    text-decoration: none;
}
.primary-menu li a:hover{
    color: #408094 !important;
    text-decoration: none;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a{
    text-decoration: none;
    color: #408094 !important;
}
.primary-menu > li > .icon{
    color: #30312f !important;
}
.primary-menu ul.sub-menu li a{
    color: #ffffff !important;
    padding: 5px 20px;
    border-bottom: 1px solid #363636bd;
}
.primary-menu ul.sub-menu li a:last-child{
    border-bottom: 0;
}

/* Banner */
.slotholder:before {
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
}
.banner-title{
	text-align: center !important;
}
.banner-cta{
    background-color: #234a55 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 25px !important;
    border: 0 !important;
    border-radius: 5px !important;
}
.banner-cta:hover{
    background-color: #3f8094 !important;
    color: #ffffff !important;
}

/* Team */
.team-section-inner-wrap {
    display: flex;
    flex-wrap: wrap;
}
.team-section .kc_row_inner{
    width: 100%;
    margin: 0 auto;
}
.team-section .kc_col-sm-3{
    padding: 0;
    overflow: hidden;
}
.team-section .kc_col-sm-3 .kc_single_image:first-child{
    transition: all 0.5s;
    cursor: pointer;
}
.team-section .kc_col-sm-3 .kc_single_image img {
    width: 100%;
}
.team-section .kc_col-sm-3 .kc_single_image:first-child img{
    filter: grayscale(1);
    transition: all 0.5s;
}
.team-section .kc_col-sm-3:hover .kc_single_image:first-child{
    transform: translateY(-100%);
    position: absolute;
}
.team-section .kc_col-sm-3 .kc_single_image:nth-child(2){
    transform: translateY(100%);
    position: absolute;
    transition: all 0.5s;
    visibility: hidden;
}
.team-section .kc_col-sm-3:hover .kc_single_image:nth-child(2){
    transform: translateY(0%);
    position: static;
    visibility: visible;
}
.team-section .kc_col-sm-3.vision-col{
    background-color: #234a55;
}
.team-section .kc_col-sm-3.vision-col .kc-col-inner-container{
    padding: 60px 30px;
}
.team-section .kc_col-sm-3.vision-col h5{
    margin: 0;
}
.team-section .kc_col-sm-3.vision-col h3{
    margin: 0;
}
.team-section .kc_col-sm-3.experience-col{
    padding: 60px 30px;
}
.team-section .kc_col-sm-3.experience-col h5, .team-section .kc_col-sm-3.experience-col h3, .team-section .kc_col-sm-3.experience-col p{
    color: #30312f;
}
.team-section .kc_col-sm-3 h3{
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'Cardo', serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.team-section .kc_col-sm-3 h2{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.team-section .kc_col-sm-3 .button {
    background-color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding: 8px 15px;
    text-transform: capitalize;
    font-family: 'Cardo', serif;
}
.team-section .kc_col-sm-3 .button:hover{
    text-decoration: none;
}
.team-section .kc_col-sm-3 p{
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 300;
}
.team-section .kc_col-sm-3:hover .kc-raw-code{
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.team-section .kc_col-sm-3 .kc-raw-code{
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    height: 100%;
    width: 100%;
}
.team-section .kc_col-sm-3 .kc-raw-code a{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding: 25px;
}
.team-section .kc_col-sm-3 .kc-raw-code h2, .team-section .kc_col-sm-3 .kc-raw-code h5{
    width: 100%;
}
.team-section .kc_col-sm-3 .kc-raw-code h2{
    margin-bottom: 0;
}
.team-section .kc_col-sm-3 .kc-raw-code .social-links{
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
    width: 95px;
}
.team-section .kc_col-sm-3 .kc-raw-code .social-links{
    background-color: #ffffff;
}
.team-section .kc_col-sm-3 .kc-raw-code .social-links li{
    margin: 0 10px;
    line-height: 25px;
}
.team-section .kc_col-sm-3 .kc-raw-code .social-links li a{
    font-size: 12px;
}

/* Achievement */
.achievement-section .kc_row_inner{
    width: 100%;
    margin: 0 auto;
}
.achievement-section .kc_col-sm-3{
    text-align: center;
    padding: 245px 0;
    border-right: 1px solid #e5e5e5;
}
.achievement-section .kc_col-sm-3:first-child{
    border-left: 1px solid #e5e5e5;
}
.achievement-section .kc_col-sm-3 h2{
    color: #30312f;
    font-size: 100px;
    line-height: 100px;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.achievement-section .kc_col-sm-3 p{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

/* Reviews */
.review-section{
    padding: 70px 0;
    background-position: -30px -10px !important;
    background-size: contain !important;
}
.review-section h2.section-title{
    margin-bottom: 50px;
}
.review-wrap{
    margin-left: 285px;
    clear: both;
}
.review-head{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.review-head figure{
    margin-right: 20px;
}
.review-head .info h3{
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #408094;
    line-height: 34px;
}
.review-head .info .num-review{
    font-size: 16px;
    line-height: 34px;
    font-family: 'Cardo', serif;
}
.review-body p{
    font-size: 18px;
    line-height: 34px;
}
.stars ul{
    margin: 0;
    display: flex;
}
.stars ul li{
    margin-right: 4px;
    margin-left: 0;
}
.stars ul li i{
    color: #ffb400;
}
.date-of-review{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Cardo', serif;
}
.review-section .owl-carousel .owl-nav{
    margin-top: 20px;
}
.review-section .owl-carousel .owl-nav button[type="button"]{
    padding: 0 10px 5px !important;
    background-color: #3e7f96 !important;
    color: #fff !important;
    font-family: 'Cardo', serif !important;
    font-size: 30px !important;
    line-height: 25px !important;
}
.review-section .owl-carousel .owl-nav button[type="button"] span{
    line-height: 25px !important;
    display: block;

}
.review-section .owl-carousel .owl-nav button[type="button"]:hover{
    text-decoration: none;
}
.review-section .owl-nav button[type="button"].owl-prev{
    margin-right: 3px !important;
}
.review-section .owl-nav button[type="button"].disabled{
    background-color: #d6d6d5 !important;
}


/* Blog */
.blogs-section{
    padding: 245px 0 120px;
    background-position: 0 0 !important;
}
.blogs-section h2.section-title{
    margin: 0 0 60px;
}
.blogs-section .blog-wrap{
    display: flex;
    margin: 0 -15px;
}
.blogs-section .blog-wrap .blog-item{
    flex: 0 0 33.33%;
    padding: 0 15px;
}
.blogs-section .blog-wrap .blog-item .blog-content{
    border-radius: 5px;
    height: 100%;
}
.blogs-section .blog-wrap .blog-item .blog-content a{
    background-color: #f5f5f5;
    display: block;
    border-radius: 5px;
    transition: all 0.5s;
    overflow: hidden;
    height: 100%;
}
.blogs-section .blog-wrap .blog-item .blog-content a:hover{
    box-shadow: 0 10px 25px #0000001f;
}
.blogs-section .blog-wrap .blog-item .blog-content a figure{
    overflow: hidden;
}
.blogs-section .blog-wrap .blog-item .blog-content a figure img{
    transition: all 0.5s;
    width: 100%;
}
/* .blogs-section .blog-wrap .blog-item .blog-content a:hover figure img{
    filter: grayscale(0);
} */
.blogs-section .blog-wrap .blog-item span{
    display: block;
    text-align: center;
}
.blogs-section .blog-wrap .blog-item span.category-name{
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 30px;
    font-family: 'Cardo', serif;
    color: #30312f;
    margin-bottom: 3px;
}
.blogs-section .blog-wrap .blog-item span.title {
    font-size: 24px;
    line-height: 30px;
    color: #234a55;
    width: 260px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.blogs-section .btn-primary{
    display: table;
    margin: 90px auto 0;
}

/* Footer */
.footer-top{
    background-color: #30312f;
    border: 0;
    padding: 100px 0;
    display: none;
}
.footer-widgets-outer-wrapper {
    border-bottom: 0;
}
.footer-top .widget{
    color: #c4c4c4;
}
.footer-top .widget h2.widget-title {
    font-size: 24px;
    line-height: 32px;
    color: #e7e7e7;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.footer-top .widget p{
    color: #c4c4c4;
    font-size: 15px;
    line-height: 32px;
    font-family: 'Cardo', serif;
}
.footer-top .widget a{
    color: #c4c4c4;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Cardo', serif;
    font-weight: 400;
}
.footer-top .widget a:hover{
    color: #3f8094;
}
.footer-top .widget ul{
    margin: 0;
}
.footer-widgets{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
}
.footer-widgets .widget{
    flex: 0 0 42%;
    padding: 0 15px;
}
.footer-widgets .widget:first-child{
    flex: 0 0 35%;
}
.footer-widgets .widget:last-child{
    flex: 0 0 23%;
}
.footer-widgets .widget .textwidget img{
    margin: 0 0 45px;
    width: 220px;
}
.footer-widgets .widget .menu-footer-menu-container .menu{
    column-count: 2;
}
.footer-widgets .widget .menu-footer-menu-container .menu li a:hover{
    text-decoration: none;
}
/* .footer-widgets .widget .custom-html-widget a{
    line-height: ;
} */
#site-footer{
    background-color: #252524;
    padding: 30px 0;
}
#site-footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#site-footer .footer-bottom-menu ul{
    margin: 0;
    display: flex;
}
#site-footer .footer-bottom-menu ul li {
    margin-right: 5px;
    margin-left: 0;
    border-right: 1px solid #c4c4c4;
    padding-right: 5px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}
#site-footer .footer-bottom-menu ul li:last-child{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
#site-footer .footer-bottom-menu ul li a {
    color: #c4c4c4;
    font-size: 15px;
    line-height: 15px;
    display: block;
}
#site-footer .footer-bottom-menu ul li a:hover{
    color: #3f8094;
    text-decoration: none;
}
.footer-credits{
    margin-top: 5px;
}
.footer-credits p{
    color: #c4c4c4;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.footer-credits p a:hover{
    color: #3f8094;
    text-decoration: none !important;
}
#site-footer ul.social-links{
    margin: 0;
    display: flex;
}
#site-footer ul.social-links li{
    margin: 0 3.5px;
}
#site-footer ul.social-links li a{
    display: block;
    background-color: #111111;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 43px;
    border-radius: 100%;
    color: #939393;
    transition: all 0.25s;
}
#site-footer ul.social-links li a:hover{
    background-color: #000000;
    color: #a4a4a4;
}
.floating-cta{
    position: fixed;
    bottom: 78px;
    right: 40px;
    background-color: #408094;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.25s;
    animation-name: popUpBlink;
    animation-delay: 0.25s;
    box-shadow: 2px 2px 12px #bae9f84f;
    padding: 10px 0 6px;
}
.floating-cta a{
    transform: rotate(-45deg);
    font-size: 24px;
    color: #fff;
}
.floating-ctav1{
    position: fixed;
bottom: 90px;
right: 175px;
background-color: #408094;
width: 10px;
height: 10px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
transition: all 0.25s;
animation-name: popUpBlink;
animation-delay: 0.25s;
box-shadow: 2px 2px 12px #bae9f84f;
padding: 10px 0 6px;
}
.floating-ctav1 a{
    transform: none;
    font-size: 15px;
    color: #fff;
    padding:9px 6px;
}
@keyframes popUpBlink {
    0%   {transform: scale(1);}
    50%  {transform: scale(1.2);}
    100% {transform: scale(1);}
}

/* Inner page */
.singular .entry-header {
    padding: 35px 0;
    background-color: #f5f5f5;
}
.singular .entry-header h1{
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
}
.intro-section {
    padding: 60px 0;
}
.intro-section p:last-child{
    margin-bottom: 0;
}
.intro-section .kc_single_image{
    margin-top: 40px;
    border: 1px solid #d9d9d9;
}
.gallery-section{
    padding: 80px 0;
}
.gallery-section h3{
    margin: 0;
    font-size: 20px;
    text-align: center;
}
.gallery-section h3 a:hover{
    color: #408094;
}
.gallery-single{
    padding: 80px 0;
}
.gallery-single .kc-raw-code{
    margin-bottom: 40px;
}
.contact-section{
    padding: 80px 0;
}
.contact-section h3{
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.address-info ul:not(.social-links) li{
    margin: 0 0 10px;
    position: relative;
}
.address-info ul:not(.social-links) li a{
    font-family: 'Cardo', serif;
    font-size: 16px;
    line-height: 26px;
    display: block;
}
.address-info ul:not(.social-links) li a img{
    position: absolute;
    left: -30px;
    top: 5px;
}
.address-info ul.social-links {
    display: flex;
    margin: 0;
}
.address-info ul.social-links li{
    margin: 0 15px 0 0;
}
.address-info ul.social-links li a {
    display: block;
    background-color: #efefef;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    border-radius: 100%;
    color: #363636;
    transition: all 0.25s;
}
.address-info ul.social-links li a:hover{
    background-color: #e9e9e9;
    color: #2e2e2e;
}

.teams-section{
    padding:80px 0;
    clear: both;
}
.team-members{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.team-member{
    flex: 0 0 25%;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.team-member .team-member-thumb{
    cursor: pointer;
}
.team-member .team-member-thumb img{
    width: 100%;
}
.team-member .team-member-thumb img:first-child{
    filter: grayscale(1);
    transition: all 0.5s;
}
.team-member .team-member-thumb img:last-child{
    transform: translateY(100%);
    position: absolute;
    transition: all 0.5s;
}
.team-member:hover .team-member-thumb img:first-child{
    transform: translateY(-100%);
    position: absolute;
}
.team-member:hover .team-member-thumb img:last-child{
    transform: translateY(0%);
    position: static;
}
.team-member .team-member-info {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-start;
    padding: 25px;
    background-color: rgba(0,0,0,0.4);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.team-member:hover .team-member-info {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.team-member .team-member-info h3{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.team-member .team-member-info .button {
    background-color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding: 8px 15px;
    text-transform: capitalize;
    font-family: 'Cardo', serif;
}
.team-member .team-member-info .button:hover{
    text-decoration: none;
}
.team-member .team-member-info h3 a{
    color: #ffffff;
}
.team-member .team-member-info h3 a:hover {
    color: #ecede8;
}
.team-member .team-member-info h5 {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'Cardo', serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.team-member .team-member-info .social-links {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
    width: 95px;
}
.team-member .team-member-info .social-links li{
    margin: 0 10px;
    line-height: 25px;
}
.team-member .team-member-info .social-links li a{
    font-size: 12px;
}
.memeber-bio-head .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.memeber-bio-head figure.thumb {
    width: 120px;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.singular .entry-header.memeber-bio-head h1{
    font-size: 40px;
    line-height: 50px;
}
.member-bio{
    clear: both;
    overflow: hidden;
    padding: 80px 0;
}
.member-bio .service-details{
    clear: both;
    overflow: hidden;
}
.member-bio .share{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.member-bio .share .title {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-right: 10px;
}
.member-bio .share ul{
    display: flex;
    margin: 0;
}
.member-bio .share ul li{
    margin: 0 10px 0 0; 
}
.member-bio .share ul li a {
    display: block;
    background-color: #efefef;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    border-radius: 100%;
    color: #363636;
    transition: all 0.25s;
}
.member-bio .share ul li a:hover{
    background-color: #e9e9e9;
    color: #2e2e2e;
}

.blog .entry-header{
    padding: 35px 0;
    background-color: #f5f5f5;
}
.blog .entry-header h1 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
}
.blog-page {
    padding: 80px 15px;
}
.blog-inner-section{
    clear: both;
}
.blogs-section h2.section-title{
    margin: 0 0 60px;
}
.blog-page .blog-wrap{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.blog-page .blog-wrap .post{
    flex: 0 0 33.33%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.blog-page .blog-wrap .post .post-inner, .blog-page .blog-wrap .post .entry-content, .blog-page .blog-wrap .post .blog-item, .blog-page .blog-wrap .post .blog-content{
    height: 100%;
}
.blog-page .blog-wrap .blog-item .blog-content{
    background-color: #f5f5f5;
    border-radius: 5px;
}
.blog-page .blog-wrap .blog-item .blog-content a{
    display: block;
    border-radius: 5px;
    transition: all 0.5s;
    height: 100%;
}
.blog-page .blog-wrap .blog-item .blog-content a:hover{
    box-shadow: 0 10px 25px #0000001f;
}
.blog-page .blog-wrap .blog-item .blog-content a figure{
    overflow: hidden;
}
.blog-page .blog-wrap .blog-item .blog-content a figure img{
    transition: all 0.5s;
    width: 100%;
}
/* .blog-page .blog-wrap .blog-item .blog-content a:hover figure img{
    filter: grayscale(0);
} */
.blog-page .blog-wrap .blog-item span{
    display: block;
    text-align: center;
}
.blog-page .blog-wrap .blog-item span.category-name{
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 30px;
    font-family: 'Cardo', serif;
    color: #30312f;
    margin-bottom: 3px;
}
.blog-page .blog-wrap .blog-item span.title {
    font-size: 24px;
    line-height: 30px;
    color: #234a55;
    width: 260px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.blog-page .btn-primary{
    display: table;
    margin: 90px auto 0;
}
.single-post .entry-header h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}
.single-post .entry-content ul{
    list-style-type: disc;
    margin-left: 0;
}
.single-post .entry-content ol{
    margin-left: 0;
}
.single-post .entry-content  {
    padding: 80px 0;
}
.single-post .entry-header .post-comment-link{
    display: none;
}
.single-post .entry-categories{
    margin: 20px 0;
}
.single-post .entry-categories-inner a{
    color: #30312f !important;
    margin: 0;
    font-weight: 400;
    border: 0;
    letter-spacing: 0.5px;
}
.single-post .entry-categories-inner{
    margin: 0;
}
.single-post .entry-categories-inner a:hover{
    color: #408094 !important;
}
.single-post .post-meta li{
    margin: 0 15px;
}
.single-post .post-meta li svg * {
    fill: #30312f;
}
.single-post .post-meta a{
    color: #30312f !important;
}
.single-post .post-meta a:hover{
    text-decoration: none;
    color: #408094 !important;
}

/* Assessment Form */
.assessment-form-wrap{
    padding: 80px 0;
}
.assessment-form-wrap .wpcf7-form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.assessment-form-wrap .wpcf7-form .wpcf7-not-valid-tip{
    font-size: 16px;
    line-height: 26px;
}
.assessment-form-wrap .wpcf7-form label{
    font-family: 'Cardo', serif;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
}
.assessment-form-wrap .wpcf7-form .quater{
    flex: 0 0 33.33%;
    padding: 0 15px;
}
.assessment-form-wrap .wpcf7-form .half{
    flex: 0 0 50%;
    padding: 0 15px;
}
.assessment-form-wrap .wpcf7-form .full{
    flex: 0 0 100%;
    padding: 0 15px;
}
.assessment-form-wrap .wpcf7-form .wpcf7-submit{
    margin-top: 20px;
}

/* Media */
.kc_image_gallery.kc-grid{
    margin: 0 -2px;
}
.kc_image_gallery.kc-grid .item-grid.grid-3{
    padding: 2px;
} 


/* Practice Areas */
.service-section .services{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.service-section .services .service-list {
    flex: 0 0 50%;
    padding: 0 15px;
}
.service-section .services .service-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.service-section .services .service-list ul li {
    margin: 0 0 20px;
    flex: 0 0 50%;
    padding: 0 15px;
    width: 100%;
}
.service-section .services .service-list ul li a {
    background: #003466;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: table;
    width: 220px;
    text-align: center;
    font-weight: 600;
    transition: all 0.25s;
}
.service-section .services .service-list ul li a:hover{
    background-color: #03509b;
}
.single-services .entry-content ul{
    list-style-type: disc;
    margin-left: 0;
}
.single-services .entry-content ol{
    margin-left: 0;
}
.single-services p{
    margin-bottom: 30px;
}
.single-services p:last-child, .single-services ul:last-child{
    margin-bottom: 0;
}
.single-services strong{
    line-height: 40px;
}

/* Legal Notice */
.legal-notice ul{
    list-style-type: disc;
    margin-left: 0;
}

/* Resource */
.resources-section-inner-wrap-1, .resources-section-inner-wrap-2{
	display: flex;
	flex-wrap:wrap;
}
.resources-section-inner-wrap-1{
	margin-bottom: 30px;
}
.resources-section-inner-wrap-1 .kc_column_inner, .resources-section-inner-wrap-2 .kc_column_inner{
	width: 33.33% !important;
	margin-bottom: 30px;
}
.resources-section-inner-wrap-1 .kc_column_inner .kc-title-wrap, .resources-section-inner-wrap-2 .kc_column_inner .kc-title-wrap{
	height: 100%;
}
.resources-section-inner-wrap-1 .kc_column_inner h5, .resources-section-inner-wrap-2 .kc_column_inner h5{
	margin: 0;
	height: 100%;
	font-size: 22px;
	line-height: 30px;
}
.resources-links-section .kc_column_inner a {
    border-radius: 15px;
    padding: 70px 10px;
    border: 1px solid #ccc;
    width: 100%;
    display: flex;
    text-align: center;
	transition: all 0.5s;
	font-weight: 500;
	height: 100%;
	background: #003466;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	align-items: center;
    justify-content: center;
}
.resources-links-section .kc_column_inner a:hover{
	box-shadow: 0 0 20px #00000024;
	background-color: #03509b;
}
.pdf-links .kc_row_inner{
	display: flex;
	flex-wrap: nowrap;
	background-color: #fff;
	transition: all 0.5s;
	margin-bottom: 20px;
	border-radius: 8px;
	padding: 10px 15px;
	align-items: center;
	cursor: pointer;
}
.pdf-links .kc_row_inner:hover{
	box-shadow: 0 0 20px #00000024;
}
.pdf-links .kc_row_inner .kc_col-sm-2 {
    width: 40px;
    text-align: center;
    padding: 0;
}
.pdf-links .kc_row_inner .kc_col-sm-10{
	width: 100%;
}
.pdf-links .kc_row_inner a i {
    color: #003466;
    font-size: 40px;
}
.pdf-links .kc_row_inner p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}
.pdf-links .kc_row_inner p a{
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

.align-item-center .kc_row_inner {
    align-items: center;
}

/* Accessibility Widget Style Hacks */
.n2_widget_mainContainer .n2_widget_spinner{
    top: 30px !important;
    left: 38% !important;
    right: auto !important;
    position: absolute !important;
}
.n2_widget_mainContainer .n2_accessibility_icon{
    position: static !important;
    width: 30px !important;
    height: 30px !important;
}
/* Accessibility Widget Style Hacks */

/* Entertainment */
.entertainment-page .entry-header{
    display: none;
}
.entertainment-page .banner-section{
    position: relative;
/*     height: 700px; */
}
.entertainment-page .banner-section:before{
    content: '';
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.entertainment-page .banner-section .kc_col-sm-12{
    padding: 0;
}
.entertainment-page .banner-section video{
/*     width: 100% !important; */
/*     height: 700px !important; */
    object-fit: cover;
}
.entertainment-page .banner-section .banner-content{
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1110px;
    left: 50%;
    transform: translateX(-50%);
}
.entertainment-page .banner-section .banner-title h1{
    color: #fff;
    font-size: 75px;
    line-height: 100px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 60px;
}
.entertainment-page .testimonial iframe{
    width: 600px !important;
    /*  height: 400px !important; */
    margin: 0 auto;
}
.positions-inner{
    clear: both;
}
.positions-inner h3{
    margin: 0;
}
.positions-item{
    text-align: center;
    padding: 0 15px;
}
.positions-item h3{
    color: #ffff;
/*  background-color: #fff; */
    padding: 20px 0;
    border-radius: 3px;
    box-shadow: 0 0 5px #00000020;
    margin: 0;
}
.positions-items-slider .slick-arrow{
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff90;
    font-size: 0;
    line-height: 0;
    width: 35px;
    padding: 6px;
    height: 35px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
/* .positions-items-slider:hover .slick-arrow{
    opacity: 1;
} */
.positions-items-slider .slick-arrow:hover{
    background-color: #ffffff;
}
.positions-items-slider .slick-arrow:focus{
    outline: none;
    border: 0;
}
.positions-items-slider .slick-arrow.slick-prev{
    left: -50px;
    transition: 0.3s ease-in-out;
}
.positions-items-slider .slick-arrow.slick-prev::before{
    content: '\f053';
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: #2F5D6F;
}
.positions-items-slider .slick-arrow.slick-next{
    right: -50px;
    transition: 0.3s ease-in-out;
}
.positions-items-slider .slick-arrow.slick-next::before{
    content: '\f054';
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: #2F5D6F;
}
.testimonial-details{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    background: #003466;
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
}
.testimonial-details:before{
    /*content: '\f10d';*/
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff70;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translatex(-50%);
}
.testimonial-details p.fas{
    color: #ffffff70;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.testimonial-details h3{
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    font-size: 30px;
    line-height: 40px;
}
.testimonial-details h4{
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
}
.testimonial-details p{
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    position: relative;
    max-width: 450px;
    margin: 0 auto 20px;
}
/* Entertainment */