/*
Theme Name: Clarke Caton Hintz
Theme URI: #
Author: #
Author URI: #
Description: Clarke Caton Hintz is a clean, modern, stylish WordPress Theme. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cch
Tags: theme-options, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*-------------------*/
/*  CSS Reset        */
/*-------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    margin:0;
    padding:0;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary {
    display: block;
}
figure {
    margin:0;
    padding:0;
}
embed, iframe, object, video {
    max-width: 100%;
}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
img,fieldset {
    border:none;
}
ul,ol {
    list-style:none;
}
.submit input[type="submit"],
.work-slider .owl-nav,
.work-item-cont,
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a, a:hover {
    text-decoration:none;
}
a, a:active, a:visited {
    outline: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: normal;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 33px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 23px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 15px;
}
p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 1.9;
    font-weight: 300;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.clearfix {
    clear: both;
    overflow: hidden;
}

/*----------------------*/
/*   Page structure     */
/*----------------------*/
#wrapper {
    position: relative;
    overflow:hidden;
}
.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.center-content {
/*    max-width: 1640px;*/
/*    max-width: 1165px;*/
    max-width: 1050px;
    margin: 0 auto;
}
.center-content2 {
    max-width: 1200px;
    margin: 0 auto;
}


/*----------------------*/
/*  flex-items          */
/*----------------------*/
.svs-cont ul,
.svs-row,
.cch-video-row,
.contact-social ul,
.contact-address-area,
.contact-area,
.filter-list,
.team-col-area,
.about-caton-area,
.category-item-area,
.alm-reveal,
.footer-top,
.contact-social ul,
.news-area,
.two-col-area,
.banner-content-area,
.header-area,
.work-not-found {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.work-item-cont,
.header-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}
.work-item-cont {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.svs-row,
.cch-video-row,
.contact-area,
.about-caton-area,
.work-item-cont,
.two-col-area,
.header-area {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.filter-list,
.work-not-found {
    -webkit-justify-content: center;
    justify-content: center;
}
.news-area,
.two-col-area,
.header-area,
.work-not-found {
    -webkit-align-items: center;
    align-items: center;
}
.banner-content-area {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/*----------------------*/
/*  header              */
/*----------------------*/
.header-container {
    background: rgba(219, 227, 239, 0.52);
}
.home-header {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header-area {
    padding: 32px 0 35px 0;
}
.logo {
    max-width: 102px;
    float: right;
    margin-right: 64px;
}
.header-left {
    width: 32%;
}
.header-right {
    width: 68%;
}

/*----------------------*/
/*   main-menu          */
/*----------------------*/
.main-menu { padding-right: 100px; }
.main-menu ul {
    font-size: 0;
    font-weight: normal;
}
.main-menu ul li {
    color: #000;
    font-size: 9px;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 0 17px;
    display: inline-block;
    position: relative;
}
.main-menu ul li a {
    color: #000;
    display: inline-block;
    padding: 8px 0;
}
.home-header .main-menu ul li a,
.home-header .main-menu ul li {
    color: #fff;
}
.home-header .main-menu ul li.menu-item-has-children:hover > a,
.home-header .main-menu ul li a:hover {
    color: #000;
}
.main-menu > ul > li ul {
    background: #fff;
    width: 200px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 8px;
    padding: 16px 0;
    margin: 0;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    display: block;
    visibility:hidden;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-header .main-menu ul li ul li,
.main-menu ul li ul li {
    color: #000;
    font-size: 9px;
    display: block;
    border: none;
    padding: 7px 5px 7px 11px;
    margin: 0;
    text-align: left;
}
.home-header .main-menu ul li ul li a,
.main-menu ul li ul li a {
    color: #000;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.main-menu ul li.menu-item-has-children ul li a {
    padding-right: 0;
}
.main-menu ul ul ul {
    background: #fff;
    position: absolute;
    top: -15px;
    left: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}
.home-header .main-menu ul li ul li.menu-item-has-children:hover > a,
.home-header .main-menu ul li ul li a:hover,
.main-menu ul li ul li a:hover,
.main-menu ul li.menu-item-has-children:hover > a,
.main-menu li a:hover {
    color: #235ba8;
}
.main-menu ul li.menu-item-has-children:hover > ul,
.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

/*----------------------*/
/*  banner-container    */
/*----------------------*/
.banner-container {
    position: relative;
}
.banner-container img {
    width: 100%;
}
.banner-left {
    width: 32.55%;
    padding: 0 65px 0 15px;
}
.banner-right {
    width: 67.45%;
}
.banner-content {
    max-width: 326px;
    float: right;
    padding: 90px 0 45px;
    display: none;
}
.banner-content-area h1 {
    color: #000;
    font-size: 34px;
    line-height: 1.11;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    padding-bottom: 27px;
}
.banner-content-area p {
    color: #000;
    line-height: 1.6;
}
.banner-content-area .view-btn-wrap {
    padding: 29px 0 41px 0;
}
.view-btn {
    color: #0060FF;
    font-size: 9px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
}
.view-btn::after {
    content: '';
    background: url(assets/images/link-arrow.png) no-repeat center / 9px;
    width: 9px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-btn:hover::after {
    margin-left: 15px;
}

/*--------------------------*/
/* banner-slider-container  */
/*--------------------------*/
.owl-nav.disabled {
    display: block;
}
.banner-slider .owl-nav button.owl-next,
.banner-slider .owl-nav button.owl-prev {
    position: absolute;
    content: '';
    width: 60px;
    height: 73px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-slider .owl-nav button.owl-prev {
    background: url(assets/images/arrow-prev.png) no-repeat center left / 36px;
    left: 30px;
    padding-left: 12px !important;
}
.banner-slider .owl-nav button.owl-next {
    background: url(assets/images/arrow-next.png) no-repeat center right / 36px;
    right: 135px;
    padding-right: 12px !important;
}
.banner-slider .owl-nav .disabled {
    display: none;
}

/*--------------------*/
/* two-col-container  */
/*--------------------*/
.two-col-container {
    background: #f3f8fe;
    padding-top: 110px;
    padding-bottom: 113px;
}
.two-col-left {
    width: 38%;
}
.two-col-right {
    width: 52.6%;
}
.two-col-cont {
    max-width: 725px;
    padding-bottom: 45px;
}
.two-col-cont h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 9px;
}
.two-col-cont h2 {
    color: #235BA8;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.two-col-cont p {
    letter-spacing: 0.4px;
    padding-bottom: 20px;
}
.two-col-cont .learn-more {
    padding-top: 13px;
}
.learn-more {
    max-width: 230px;
}
.learn-more a {
    background-color: #235BA8;
    color: #fff;
    font-size: 9px;
    padding: 12px 5px 12px 5px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    border: 1px solid #235BA8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.learn-more a:hover {
    background-color: transparent;
    color: #235BA8;
}

/*---------------------*/
/* our-work-container  */
/*---------------------*/
.our-work-container {
    background: #e5ebf7;
    padding-top: 100px;
    padding-bottom: 55px;
}
.title-area {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.title-area h2 {
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    padding-bottom: 13px;
}
.title-area p {
    max-width: 740px;
    margin: 0 auto;
}
.our-work-area > .view-btn-wrap {
    text-align: right;
    padding-right: 43px;
    padding-bottom: 20px;
}
.work-slider-area {
    padding: 0 20px 55px 20px;
}
.work-item {
    position: relative;
}
.work-item-cont {
    background: rgba(35, 91, 168, 0.8);
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 35px 15px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
}
.work-item-cont-inner {
    max-width: 275px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.work-item-cont h6 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.8px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.work-item-cont p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.work-item-cont .view-btn-wrap {
    padding: 0 0 24px 0;
    text-align: center;
}
.work-item-cont .view-btn {
    color: #fff;
}
.work-item-cont .view-btn::after {
    background: url(assets/images/link-arrow2.png) no-repeat center / 10px;
    width: 10px;
    height: 9px;
    vertical-align: top;
}
.work-item:hover .work-item-cont {
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
.work-slider .owl-nav {
    visibility: hidden;
    opacity: 0;
}
.work-slider:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}
.work-slider .owl-nav button.owl-next,
.work-slider .owl-nav button.owl-prev {
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work-slider .owl-nav button.owl-prev {
    background: url(assets/images/link-arrow3.png) no-repeat center / 15px;
    left: 5px;
}
.work-slider .owl-nav button.owl-next {
    background: url(assets/images/link-arrow2.png) no-repeat center / 15px;
    right: 5px;
}
.work-slider.owl-carousel .owl-dots {
    width: 100%;
    max-width: 1036px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
}
.work-slider.owl-carousel .owl-dot {
    background: #B7CFD6 !important;
    height: 1px;
    width: 100%;
}
.work-slider.owl-carousel .owl-dot.active {
    background: #0060FF !important;
    height: 3px;
    margin-top: -1px;
}
.work-slider.owl-carousel .owl-dots.disabled,
.work-slider.owl-carousel .owl-nav.disabled {
    display: -webkit-flex;
    display: flex;
}

/*---------------------*/
/* why-cch-container   */
/*---------------------*/
.why-cch-container {
    background: #f3f8fe;
    padding-top: 102px;
    padding-bottom: 96px;
}
.video-area {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 45px;
}
.video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*------------*/
/* news-area  */
/*------------*/
.news-container {
    padding-right: 5px;
}
.news-area {
    padding-top: 95px;
    padding-bottom: 115px;
}
.news-left {
    width: 26.5%;
    padding-right: 10px;
}
.news-content h2 {
    text-transform: uppercase;
    letter-spacing: 4.5px;
    padding-bottom: 16px;
}
.news-content p {
    letter-spacing: 0.4px;
    padding-bottom: 24px;
}
.news-content .contact-social {
    padding-left: 9px;
}
.news-right {
    width: 73.5%;
}

/*------------------------*/
/* testimonial-container  */
/*------------------------*/
.testimonial-container {
    background: url(assets/images/bg-testimonial.jpg) no-repeat center 0 / cover;
    padding-top: 107px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.testimonial-container::before {
    content: '';
    background: rgba(35, 91, 168, 0.73);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonial-area {
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 18px;
}
.testimonial-slider {
    margin-top: 55px;
    padding: 0 100px;
    position: relative;
}
.testimonial-area h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.testimonial-slider::after,
.testimonial-slider::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 52px;
    height: 35px;
}
.testimonial-slider::after {
    background: url(assets/images/quote2.png) no-repeat center right / 52px;
    right: 0;
}
.testimonial-slider::before {
    background: url(assets/images/quote1.png) no-repeat center left / 52px;
    left: 0;
}
.testimonial-item-content {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item-content p {
    color: #FFF;
    line-height: 2;
    padding-bottom: 50px;
}
.testimonial-item-content small {
    color: #FFF;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.testimonial-item-content small strong {
    font-weight: 600;
}
.testimonial-item-content small a {
    color: #fff;
}

/*-------------------*/
/* footer-container  */
/*-------------------*/
.footer-container {
    padding-top: 105px;
}
.footer-area {
    max-width: 1080px;
    margin: 0 auto;
}
.footer-top {
    padding-top: 10px;
    padding-bottom: 45px;
}
.footer-col {
    width: 33.33%;
    position: relative;
}
.footer-col:first-child {
    padding-right: 60px;
}
.footer-col:first-child::before {
    content: '';
    background: #E9DDCE;
    position: absolute;
    top: 0;
    right: 38px;
    width: 1px;
    height: 110px;
}
.footer-col:nth-child(2) {
    padding-left: 80px;
}
.footer-col:last-child {
    padding-left: 95px;
}
.footer-content p img {
    max-width: 230px;
    margin-bottom: 20px;
}
.footer-col h6 {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.footer-content {
    max-width: 270px;
}
.footer-content p {
    color: #000;
    line-height: 1.3;
}
.footer-content p a {
    color: #000;
}
.footer-content p a:hover {
    color: #235BA8;
}
.footer-col:nth-child(2) .footer-content {
    max-width: 175px;

}
.footer-col:nth-child(2) .footer-content p {
    line-height: 1;
    padding: 5px 0 10px 0;
}
.footer-col:last-child .footer-content {
    max-width: 270px;
}
.newsletter {
    max-width: 371px;
    position: relative;
    margin-top: 20px;
}
.newsletter input[type="email"],
.newsletter input[type="text"] {
    background: transparent;
    width: 100%;
    height: 30px;
    color: #AAAAAA;
    font-size: 9px;
    letter-spacing: 2px;
    border: none;
    outline: none;
    border: 1px solid #707070;
    padding: 0 30px 0 18px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.newsletter input::placeholder {
    color: #AAAAAA !important;
    opacity: 1;
}
.newsletter input[type="submit"] {
    background: url(assets/images/submit-arrow.png) no-repeat center left 10px / 11px;
    position: absolute;
    width: 40px;
    height: 30px;
    right: 0;
    top: 0;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.newsletter input[type="submit"]:hover {
    background-position: center left 15px;
}
.footer-bottom {
    border-top: 1px solid #E9DDCE;
    padding: 17px 0 14px 0;
}
.footer-bottom p {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

/*---------------------*/
/* work-category-area  */
/*---------------------*/
.work-category-area {
    padding-top: 71px;
    padding-bottom: 70px;
}
.work-category-area h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}
.category-item-area {
    margin: 0 -6px;
    padding-top: 57px;
}
.alm-reveal {
    margin: 0 -5px;
}
.category-item {
    width: 33.333%;
    padding: 5px;
}
.category-item-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.category-cont-wrap {
    background: rgba(35, 91, 168, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 35px;
}
.category-item-img {
	height: 100%;
}
.category-item-img img {
	object-fit: cover;
	height: 100%;
}
.category-item-cont {
    max-width: 275px;
}
.category-item-cont h6 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.category-item-cont p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    padding-bottom: 10px;
}
.category-item-cont .view-btn {
    color: #fff;
}
.category-item-cont .view-btn::after {
    background: url(assets/images/link-arrow2.png) no-repeat center / 11px;
}
.category-cont-details {
    background: #235BA8;
    padding: 45px 35px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-details-inner {
    position: absolute;
    width: 100%;
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    top: 42px;
    padding: 0 35px;
}
.category-cont-details ul li {
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.category-cont-details ul li ul {
    padding-top: 4px;
    padding-bottom: 9px;
}
.category-cont-details ul li ul {
    display: none;
}
.category-cont-details ul li.cat-active ul {
    display: block;
}
.category-cont-details ul li ul li {
    font-size: 14px;
    line-height: 1.55;
    text-transform: lowercase;
    letter-spacing: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.category-cont-details ul li a {
    color: #fff;
}
.category-cont-details ul li.child-cat-icon > a {
    position: relative;
}
.category-cont-details ul li.child-cat-icon > a::after {
    content: '\f078';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-size: 12px;
    font-weight: 900;
    margin-left: 5px;
}
.category-cont-details ul li a:hover {
    text-decoration: underline;
}

.category-cont-wrap:hover .view-btn:after{
    margin-left: 15px;
}

/*--------------------------*/
/* about-caton-container    */
/*--------------------------*/
.about-caton-container {
    padding-top: 100px;
    padding-bottom: 85px;
}
.about-caton-left {
    width: 54%;
}
.about-caton-right {
    width: 41%;
}
.about-caton-img {
    max-width: 672px;
}
.about-caton-left h1 {
    font-size: 34px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.about-caton-left h4 {
    color: #235BA8;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.about-caton-left h5 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    padding-bottom: 25px;
}
.about-caton-left p {
    color: rgba(0, 0, 0, .8);
    padding-bottom: 24px;
}

/*--------------------------*/
/* about-feature-container  */
/*--------------------------*/
.about-feature-container {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    padding-top: 42px;
    padding-bottom: 42px;
}
.about-feature-cont {
    background-color: #fff;
    max-width: 485px;
    padding: 65px 45px 42px 35px;
}
.about-feature-cont h5 {
    color: rgba(0, 0, 0, .8);
    padding-bottom: 20px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.about-feature-cont p {
    padding-bottom: 30px;
}

/*--------------------------*/
/* team-container           */
/*--------------------------*/
.team-container {
    padding-top: 105px;
}
.team-area h2 {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
}
.filter-list h6 {
    display: inline-block;
    margin: 5px 0;
}
.filter-list button {
    display: inline-block;
    margin: 5px 11px;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
.filter-list button:before {
    background: #8b8b8b;
    width: 1px;
    height: 16px;
    content: '';
    position: absolute;
    right: -12px; top: 1px;
}
.filter-list button:last-child:before { display: none; }
.filter-list button.current-filter {
    color: #000;
}

.team-col-area {
    margin: 55px -28px 0 -28px;
}
.team-col {
    width: 25%;
    padding: 0 28px 30px 28px;
}
.team-img img {
    width: 100%;
}
.team-cont {
    text-align: center;
    padding: 25px 0 0 0;
}
.team-cont h6 {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-bottom: 7px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}
.team-cont h6 a { color: #000; }
.team-cont p {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.34px;
    font-weight: 500;
    padding-bottom: 10px;
}

/*--------------------------*/
/* contact-container        */
/*--------------------------*/
.contact-container {
    padding-top: 78px;
    padding-bottom: 112px;
}
.contact-container h1 {
    font-size: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 63px;
}
.contact-left {
    width: 49%;
}
.contact-right {
    width: 46%;
}
.contact-box {
    background-color: #f2f2f2;
    padding: 38px 35px 31px 35px;
    margin-bottom: 25px;
}
.contact-box:last-child { margin-bottom: 0; }
.contact-form-area h2 {
    color: #235BA8;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 12px;
}
.contact-form-area p {
    padding-bottom: 32px;
}
.contact-cont h5 {
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding-bottom: 11px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.contact-address-col {
    width: 50%;
    padding: 10px 10px 10px 0;
}
.contact-location { margin-bottom: 21px; }
.contact-location p {
    background: url(assets/images/bgr-location.png) no-repeat 0 16px / 11px 14px;
    color: #000;
    padding-left: 35px;
}
.contact-email {
    background: url(assets/images/bgr-email.png) no-repeat 0 6px / 19px 14px;
    padding-left: 40px;
    line-height: 1.5;
}
.contact-email a {
    color: #000;
}
.contact-email a:hover {
    color: #235BA8;
}
.contact-phone {
    background: url(assets/images/bgr-phone.png) no-repeat 0 4px / 14px 14px;
    padding-left: 37px;
}
.contact-phone p {
    color: #000;
}
.contact-phone p a {
    color: #000;
}
.contact-social { padding-top: 33px; }
.contact-social ul { margin: 0 -14px; }
.contact-social ul li {
    width: 19px;
    margin: 0 12px;
}
.contact-social ul li a {
    width: 24px;
}
.contact-social ul li a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-social ul li a:hover img {
    opacity: .7;
}
.contact-cont p {
    line-height: 1.3;
    padding-bottom: 11px;
}
.contact-cont .learn-more { margin: 15px 0 5px 0; }
.text-field {
    padding-bottom: 15px;
}
.text-field label {
    color: #220066;
    font-size: 16px;
    display: block;
    padding-bottom: 8px;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
}
.text-field textarea,
.text-field input[type='email'],
.text-field input[type='text'],
.text-field input[type='tel'] {
    background: #fff;
    width: 100%;
    height: 38px;
    font-size: 15px;
    color: #949494;
    border: 1px solid #8E8E8E;
    outline: none;
    padding: 0 16px;
    resize: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
.text-field textarea {
    height: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.text-field textarea::-webkit-input-placeholder,
.text-field input::-webkit-input-placeholder { color: #949494 !important; opacity: 1 !important; }
.text-field textarea::-moz-placeholder,
.text-field input::-moz-placeholder { color: #949494 !important; opacity: 1 !important; }
.text-field textarea::-ms-input-placeholder,
.text-field input::-ms-input-placeholder { color: #949494 !important; opacity: 1 !important; }
.submit {
    width: 100%;
    position: relative;
}
.submit p {
    padding-bottom: 0 !important;
}
.submit .wpcf7-spinner {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 5px 0 0 0;
}
.submit input[type='submit'] {
    background: #235BA8;
    width: 100%;
    height: 38px;
    line-height: 36px;
    font-size: 9px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    border: 2px solid #235BA8;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.submit input[type='submit']:hover {
    background: transparent;
    color: #235BA8;
}

.map-container img { width: 100%; }

/*-----------------------*/
/* tab-section-container */
/*-----------------------*/
.tab-section-container {
    padding-bottom: 80px;
}
.tab-container-area { padding: 21px 0 20px 0; }
ul.tab_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E8E8E8;
}
ul.tab_menu li {
    font-size: 15px;
    color: #000;
    padding: 0 10px 0 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
ul.tab_menu li a {
    background: transparent;
    font-size: 15px;
    color:#000;
    text-align: center;
    padding: 11px 20px 8px 22px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
 ul.tab_menu li.active a {
    background: #eee;
}
ul.tab_menu li.active a:after {
    background-color: #235ba8;
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    left: 0; bottom: -1px;
}
.tab-container {
    padding-top: 34px;
}
.tab-content h5 {
    background: #EEE;
    color:#000;
    font-size:14px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1.5px;
    padding: 13px 10px 11px 10px;
    margin: 0 0 10px 0;
	border-bottom: 3px solid transparent;
    display: none;
    text-transform: uppercase;
    cursor: pointer;
}
.tab-content p { padding-bottom: 20px; }
.tab-content h5.title-active {
    background: #fff;
	border-bottom-color: #235ba8;
}

/* masonry-area */
.masonry-area {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px;
    grid-auto-flow: dense;
}
.masonry-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-1 {
    grid-column: span 4;
}
.item-2 {
    grid-column: span 3;
}
.item-3 {
    grid-column: span 5;
    grid-row: span 2;
}
.item-4 {
    grid-column: span 5;
}
.item-5 {
    grid-column: span 7;
}

/* un-campus-content */
.un-campus-container {
    padding-top: 46px;
}
.un-campus-content {
    padding: 0 420px 55px 0;
    position: relative;
}
.un-campus-sidebar {
    width: 375px;
    position: absolute;
    right: 0; top: -300px;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.3);
}
.un-campus-content h1 {
    color: #235BA8;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    padding-bottom: 31px;
}
.un-campus-title h5 {
    background-color: #235BA8;
    padding: 28px 30px 22px 30px;
    color: #fff;
    letter-spacing: 2.5px;
}
.un-campus-cont {
    background: #fff;
    padding: 31px 30px 40px 30px;
}
.un-campus-item {
    padding-bottom: 25px;
}
.un-campus-item:last-child {
    padding-bottom: 0;
}
.un-campus-item h6 {
    color: #000;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.un-campus-item p { padding-bottom: 5px; }
.un-campus-item p a {
    color: rgba(0, 0, 0, .8);
}
.un-campus-item p span {
    display: inline-block;
}
.un-campus-item p span::after {
    content: ',';
    padding-right: 8px;
}
.un-campus-item p span:last-child::after {
    content: '';
    padding-right: 0;
}
.un-campus-item ul {
    padding-bottom: 15px;
}
.un-campus-item ul li {
    display: inline-block;
    letter-spacing: 0.4px;
    line-height: 1.75;
    position: relative;
    padding-right: 20px;
}
.un-campus-item ul li:after {
    content: '>';
    width: 10px;
    height: 6px;
    position: absolute;
    top: -1px; right: 5px;
    color: rgba(0, 0, 0, .8);
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
.un-campus-item ul li:last-child { padding-right: 0; }
.un-campus-item ul li:last-child:after { display: none; }
.un-campus-item ul li a {
    color: rgba(0, 0, 0, .8);
}
.un-campus-item ul li a:hover {
    text-decoration: underline;
}
.text-field p {
    padding-bottom: 0 !important;
}
.error-404 {
    padding-top: 80px;
}
.work-not-found {
    width: 66.66%;
    text-align: center;
}
.ajax-load-more-wrap.blue .alm-load-more-btn {
    background-color: #235BA8 !important;
}
#sb_instagram {
    padding-bottom: 0 !important;
}
#sb_instagram #sbi_images {
    padding: 0 !important;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    padding: 15px !important;
}

/*----------------------*/
/*   entry-content      */
/*----------------------*/
.entry-content {
    width:100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 25px 0 20px 0;
}
.entry-content h1 {
    color: #235BA8;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 5px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    padding-top: 50px;
}
.entry-content h2 {
    font-size: 33px;
    letter-spacing: 4px;
}
.entry-content h3 {
    font-size: 27px;
    letter-spacing: 3px;
}
.entry-content h4 {
    font-size: 23px;
    letter-spacing: 2px;
}
.entry-content h5 {
    font-size: 20px;
    letter-spacing: 1px;
}
.entry-content h6 {
    font-size: 15px;
}
.entry-content p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 1.9;
    font-weight: 300;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.entry-content ul {
    margin: 0;
    padding: 0 0 10px 0;
}
.entry-content ul li {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.4px;
    padding: 0 0 3px 18px;
    position: relative;
}
.entry-content ul li:before {
    background: #292929;
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.entry-content ol {
    padding: 0 0 10px 20px;
    margin: 0;
}
.entry-content ol li {
    list-style-type:decimal;
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.4px;
    padding-bottom: 3px;
}
.entry-content a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}
.entry-content blockquote {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 1.9;
    margin: 20px auto;
    padding: 15px 0 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.entry-content blockquote p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: 1.9;
    padding-bottom: 0;
}
.entry-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}
.entry-content table,
.entry-content table tr th,
.entry-content table tr td {
    color: #000;
    font-size: 15px;
    line-height: 1.9;
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
}

.un-campus-content blockquote {
    border: 0;
}
.un-campus-content blockquote p {
    line-height: 2;
    border-left: 3px solid rgba(0, 0, 0, 0.4);
    padding-left: 15px;
    margin-bottom: 25px;
}
.un-campus-content blockquote small {
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.un-campus-item p a:hover { text-decoration: underline; }

.cch-video-row {
    padding: 25px 0;
}
.cch-video-left {
    width: 32%;
}
.cch-video-right {
    width: 58%;
}
.cch-video-cont h3 {
    padding-bottom: 15px;   
}

.cch-video {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.cch-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.team-bio {
    display: none;
}

/*----------------------------*/
/*   popup-area               */
/*----------------------------*/
.popup-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 999999;
    padding: 10px;
}
.overlay-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: -1;
    background: rgba(0, 0, 0, .5);
}
.popup-content {
    max-width: 700px;
    background: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.popup-info {
    max-height: 400px;
    overflow-y: auto;
}
.popup-close {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 26px;
    cursor: pointer;
    position: absolute;
    top: -15px; right: -15px;
    z-index: 99999;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.popup-img {
    max-width: 150px;
    margin: 0 auto;
}
/* .popup-name-and-role,
.popup-des {
    text-align: center;
}
.popup-name-and-role {
    padding-top: 15px;
} */
.popup-name-and-role h6 {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-bottom: 7px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}
.popup-name-and-role p {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.34px;
    font-weight: 500;
    padding-bottom: 10px;
}
.sjb-page .sjb-detail .list-data .v2 ul li {
}

/*----------------------------*/
/*   services-container       */
/*----------------------------*/
.services-container {
    padding-top: 100px;
    padding-bottom: 50px;
}
.services-container h1 {
    color: #000;
    font-size: 35px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 400;
}
.svs-row {
    padding: 25px 0 70px 0;
}
.svs-left {
    width: 41%;
}
.svs-right {
    width: 55%;
}
.svs-cont {
    position: relative;
    height: 100%;
    padding-bottom: 42px;
}
.svs-cont h3 {
    color: #235BA8;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.svs-cont h5 {
    letter-spacing: .4px;
    padding-bottom: 10px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.svs-cont h6 {
    letter-spacing: .3px;
    padding: 8px 0 16px 0;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.svs-cont p {
    padding-bottom: 15px;
}
.svs-cont ul { padding-bottom: 17px; }
.svs-cont ul li {
    width: 50%;
    padding: 0 10px 7px 0;
}
.svs-cont ul li a {
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
}
.svs-cont .learn-more {
    width: 100%;
    max-width: 230px;
    position: absolute;
    left: 0; bottom: 0;
}

.popup-content-area {
    padding-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.popup-content-area .popup-img {
    margin: 0;
}
.popup-name-and-role-area {
    width: 76%;
    padding: 0 10px 0 25px;
}
.popup-name-and-role-area .popup-des p {
    line-height: 1.5;
}
.popup-projects { padding-top: 12px; }
.popup-projects strong {
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.5;
    padding: 0 5px 4px 0;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.popup-projects a {
    color: rgba(0, 0, 0, .8);
    display: inline-block;
    letter-spacing: 0.4px;
    line-height: 1.5;
    position: relative;
    margin: 0 10px 4px 0;   
}
.popup-projects a:last-child { margin-right: 0; }
.popup-projects a:before {
    content: ',';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0;
    right: -5px;
    color: rgba(0, 0, 0, .8);
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}
.popup-projects a:last-child:before { display: none; }
.popup-projects a:hover { text-decoration: underline; }

/*work load more*/
.load-more-area {
    margin-top: 20px;
    text-align: center;
}
.load-more-area .learn-more {
    margin: 0 auto;
}
.learn-more .no-posts {
    pointer-events: none;
    opacity: 0.8;
}
.sjb-page .sjb-filters.sjb-filters-v2 {
    display:none;
}