/*
Theme Name: Direct Dimensions, Inc.
Author: Anonymous
Descriptions: Custom theme for Direct Dimensions, Inc.
Version: Version: 2.0.0
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

.container{
    max-width:1200px;
    padding:0 15px;
    margin-left: auto;
    margin-right:auto;
}
.area-warapper {
    height: 100%;
    WIDTH: 100%;
    position: relative;
    max-width: 220px;
    background: #1C558E;
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 48%, 0% 0%);
}

header#header {
    border-top: 6px solid #FEC03A;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    height: 109px;
    align-items: center;
}
.btn-search {
    display: flex;
    align-items: center;
}
img{
    max-width: 100%;
    height: auto;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
.header-logo img{
    transition:0.3s
}
header#header.sticky {
    z-index: 909;
    background: #fff;
	 box-shadow: 0px 1px 2px;
}
.header-logo img:hover{
    transform: scale(0.9);
}
.has-sticky {
    padding-top: 115px;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size:16px;
    color:#000000;
    line-height: 25px;
}
a {
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
}
.menu a:hover,.current_page_item  a,.current-category-ancestor a {
    color: #fec03a !important;
}
ul#menu-menu-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul#menu-menu-1 a {
    padding-right: 49px;
}
.head-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-button {
    width: 150px;
    margin-right: 40px;
}
.main-btn{
    background: #FEC03A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: 0.3s;
    border: 1px solid #FEC03A;
}
.main-btn:hover {
    background: #fff;
    color: #FEC03A;
}
header-2 {
    background: #13385E;
    display: block;
}
.nav-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.nav-label {
    max-width: 220px;
    background: #1C558E;
    height: 100%;
    color: #fff;
    width: 100%;
}
ul#menu-expertise {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.nav-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.menu-expertise-container {
    height: 100%;
    width:100%
}
.nav-label {
    max-width: 220px;
    background: #1C558E;
    height: 100%;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 48%, 0% 0%);
    font-family: 'Anton';
    font-size: 20px;
}
ul#menu-expertise li {
    min-width: 120px;
    border-width: 1px;
    border-style: solid;
    border-left: 0;
    border-top: 0;
    border-bottom: 0px;
    border-image: linear-gradient( to bottom, #002f65, #8fadd3 ) 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    max-width: 173px;
    height: 100%;
}
ul#menu-expertise li a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: 19px;
}
ul#menu-expertise li:last-child{
    border-right: 0;
}
a.expertise-title:hover {
    color: #fec03a !important;
}
header-2 a:hover,
header-2 .current-menu-item a,
.postid-55 a.nav-label,
.category-17 .nav-label{
    color: #FEC03A !important;
}
.banner {
    height: 520px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 15%);
    z-index: 0;
}
.banner h1 {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 90px;
    line-height: 76px;
    font-family: 'Anton';
    transform: translateY(-50%);
}
.banner h1 span{
    font-size: 52px;
}
.banner h1 span {
    display: block;
    line-height: normal;
}
h1 {
    line-height: normal;
    font-size: 52px;
    font-family: 'Anton';
}
h2{
    font-size: 32px;
    font-family: 'Anton';
    line-height: normal;
    color:#13385E
}
h3 {
    font-size: 24px;
    color: #13385E;
    font-family: 'Anton';
    line-height: normal;
}
.inner-page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: rgb(19 56 94 / 50%);
}
.inner-page-banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-page-banner h1 {
    color: #fff;
    z-index: 1;
	text-transform: uppercase;
}
span.yellow-und {
    position: relative;
    display: block;
}
span.yellow-und:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: #FEC03A;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
}
footer#footer {
    height: 360px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s1-footer-title {
    font-size: 52px;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-family: 'Anton';
}
a.footer-btn.main-btn {
    background: #13385E;
    max-width: 200px;
    margin: auto;
    color: #fff;
    margin-top:30px;
    border-color: transparent;
}

a.footer-btn.main-btn:hover{
    background: #fff;
    color:#13385E;
}
h2.s2-footer-title {
    line-height: normal;
    text-align: center;
    margin-bottom: 50px;
}
footer-2 {
    background: #EEEEEE;
    padding: 60px 0;
    display: block;
}
ul.f-gallery {
    position: relative;
    margin-bottom:40px
}
.gallery button.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}
.gallery button.slick-arrow:before {
    content: "\f053";
    z-index: 99999;
    font-size: 40px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #AAAAAA;
}
.gallery button.slick-prev:before {
    content: "\f053";
}
.gallery button.slick-next:before {
    content: "\f054";
}
.gallery button.slick-prev.slick-arrow {
    left: -48px;
}
.gallery button.slick-next.slick-arrow {
    right: -48px;
}
.gallery .slick-slide img {
    max-width: 170px;
    width: 100%;
    height: auto;
    margin:auto;
    object-fit: cover;
    object-position: center;
    height: 170px;
}
a.footer-links {
    color: #002C65;
    display: block;
    max-width: 160px;
    margin-bottom: 2px;
    font-weight: 600;
    line-height: normal;
}
a.footer-links.address {
    margin-bottom: 10px;
}
.fax {
    color: #13385e;
    font-weight: 600;
}
.footer-logo img {
    max-width: 270px;
    height: auto;
    margin-bottom: 35px;
    transition: 0.3s;
}
.footer-logo img:hover{
    transform: scale(0.9);
}
footer-3 {
    padding-top: 90px;
    display: block;
    padding-bottom: 20px;
}
.foote-3-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.foot-col-title {
    font-size: 20px;
    color: #002E65;
    font-weight: 600;
    margin-bottom: 25px;
}
.foot-col-2 a,
.foot-col-3 a {
    font-weight: 600;
    color: #13385e;
}

.foot-col-4 a {
    display: block;
    color: #002E65;
    font-weight: 600;
    text-transform: lowercase;
    transition: 0.3s;
}
.foot-col-2 a:hover,
.foot-col-3 a:hover,
a.footer-links:hover,
.foot-col-4 a:hover{
    color:#fec03a
}

button#back-to-top {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 20px;
    padding: 7px 10px;
    cursor: pointer;
}
button#back-to-top {
    display: none;
}
button#back-to-top.show{
    display: block;
}
.copy {
    text-align: center;
    color: #002F65;
    font-size: 14px;
}
.copy a:hover {
    color: #fec03a;
}
.menu-bar {
    position: absolute;
    z-index: 99;
    right: 0;
    color: #fff;
    height: 100%;
    width: 45px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #13385e;
    border: 0;
    font-size: 23px;
    cursor: pointer;
}
.gallery .slick-slide{
    height: auto !important;
}
footer-2 a.def-btn.main-btn {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.content-coming-soon {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-family: 'Anton';
    color: #80808080;
	line-height: normal;
    text-align: center;
    padding: 15px 0;
}
.single .f-gallery .slick-slide img {
    max-width: 260px;
    height: 260px;
}
.single-post {
    padding: 30px 0;
}
div#comments {
    margin: 10px 0;
}
.comment-form-comment {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}
input#submit {
    background: #FEC03A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: 0.3s;
    border: 1px solid #FEC03A;
    margin-top: 10px;
    max-width: 200px;
    width: 100%;
}
.entry-content img {
    display: block;
    margin-bottom: 2rem;
    max-width: 500px;
    width: 100%;
    margin-top: 2rem;
}
form.is-search-form.is-form-style.is-form-style-1.is-form-id-328 {
    width: 500px;
    height: 50px;
}
input#is-search-input-328 {
    height: 50px;
}
input.is-search-submit {
    height: 50px !important;
    background: #FEC03A !important;
    color: #000 !important;
    border: 1px solid #FEC03A !important;
	transition:0.3s;
}
input.is-search-submit:hover{
	 color: #FEC03A !important;
	  background: #FFF !important;
	border: 1px solid #FEC03A !important;
}
.nav-links {
    margin-top: 1rem;
}
.nav-links a:hover {
    color: #fec03a;
}
input.is-search-submit {
    cursor: pointer;
}
.nav-links {
    display: flex;
    justify-content: space-between;
	margin-top:40px
}
.nav-links a {
    background: #fec03a;
    padding: 10px;
    border: 1px solid #fec03a;
}
.nav-links a:hover{
	 background: #FFF;
	color:#fec03a
}
.page-id-95 section.recent-posts {
    background: #FFF !important;
}
.page-id-95 .posts {
    border: 1px solid rgb(0 0 0 / 19%);
	transition:0.3s
}
.page-id-95 .posts:hover {
    box-shadow: 0 0 2px black;
}

@media(min-width:768px){
    .menu-bar{
        display: none;
    }
}
@media(max-width:1366px){
	.single .f-gallery .slick-slide img {
		max-width: 200px;
		height: 200px;
	}
	.category-13 .category-banner{
		background-position:center !important
	}
}
@media(max-width:1024px){
    .slick-slide img{
        max-width: 140px;
        height: 140px;
    }
	.single .f-gallery .slick-slide img {
		max-width: 160px;
		height: 160px;
	}
	.area-warapper{
		clip-path:unset
	}
    .area-warapper,ul#menu-expertise,.nav-2,.menu-expertise-container{
        height: auto;
    }
    .gallery button.slick-next.slick-arrow{
        right: -14px;
        z-index: 99;
    }
     .gallery button.slick-prev.slick-arrow{
        left: -14px;
        z-index: 99;
    }
    .nav-label{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-wrapper {

        flex-direction: column;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .nav-2 {
        flex-direction: column;

    }
    header-2 .container {
        padding: 0;
    }
    .area-warapper{
        max-width:100%
    }
    a.nav-label {
        display: block;
        max-width: 100%;
        padding: 10px 0;
        text-align: center;
        clip-path: unset;
    }
	ul#menu-expertise{
		justify-content:center
	}
    ul#menu-expertise li{
        padding: 0 10px;
    }
    ul#menu-expertise {
        padding: 10px 0;
    }
    ul#menu-expertise li a {
        font-size: 13px;
        line-height: 15px;
    }
    .footer-logo img {
		margin-bottom: 20px;
    }
	    .foote-3-wrapper {
        display: block;
    }
    .foote-3-wrapper > div {
        display: inline-block;
        max-width: 49%;
        width: 100%;
        vertical-align: top;
        margin-bottom: 10px;
    }
    .foot-col-2 {
        margin-top: -7px;
    }
    .foote-3-wrapper {
        margin-bottom: 2rem;
    }
    footer-3 {
        padding-top: 3rem;
    }
	
}
@media(max-width:767px){
    .head-nav {
        flex-direction: column;
    }
    .header-logo {
        margin-bottom: 10px;
    }
    ul#menu-menu-1 a {
        padding: 0 15px;
    }
	
    .btn-search {
        margin-top: 10px;
    }
    .header-wrapper {
        height: auto;
    }
    .head-button {
        margin-left: 40px;
    }
    ul#menu-expertise {
        flex-direction: column;
    }
    ul#menu-expertise li {
        border: 0;
        margin-bottom: 7px;
        max-width: 100%;
    }
    ul#menu-expertise {
       display: none;
        transition: 0.3s;
    }
    .recent-posts-wrapper {
        flex-direction: column;
        align-items: center;
    }

	.footer-logo img {
		max-width: 200px;align-content
	}
	.nav-links {
		flex-direction: column;
	}
	.nav-links a {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
}
@media(max-width:567px){
    .header-logo img {
        width: 100%;
        height: auto;
    }
    ul#menu-menu-1 a {
        padding: 0 5px;
    }
    .banner h1 {
        font-size: 73px;
    }
    h2 {
        line-height: normal !important;
    }
    
    footer#footer {
        height: 100%;
        padding: 30px 0;
    }
    .foote-3-wrapper > div {
        max-width: 100%;
        text-align: center;
    }
    .footer-logo img {
        max-width: 100%;
    }
    a.footer-links{
        margin-left: auto;
        margin-right: auto;
    }
	.head-button {
		margin-right: 22px;
	}
	form.is-search-form.is-form-style.is-form-style-1.is-form-id-328 {
    	width: 300px;
	}
}