/*
	Theme Name: Public Interest
	Created : 
	Updated : 
	Version: 1.0

*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		-- Top Header
		-- Middle Header

	## Footer
		-- Contact Details
		-- Footer Widget
		-- Boottom Footer
		
	## Page Banner
	
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 991
		-- min-width: 1200
*/

/* ## Global */

html {
    overflow-x: hidden;
}

body {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    outline: 0 !important;
}

/* - Font Settings */
.top-header .col-md-6:last-child > a,
.middle-header .location p,
.middle-header .phone p,
.contact-details .detail-box h4,
.footer-main .widget-title,
.footer-main .widget-newsletter .social h6 {
    font-family: "Raleway", sans-serif;
}

/* - Font Settings */

/* montserratreguler */
@font-face {
    font-family: "montserratregular";
    src: url("fonts/montserrat-regular.eot");
    src: url("fonts/montserrat-regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/montserrat-regular.woff2") format("woff2"),
        url("fonts/montserrat-regular.woff") format("woff"),
        url("fonts/montserrat-regular.ttf") format("truetype"),
        url("fonts/montserrat-regular.svg#montserratregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* montserratlight */
@font-face {
    font-family: "montserratlight";
    src: url("fonts/montserrat-light.eot");
    src: url("fonts/montserrat-light.eot?#iefix") format("embedded-opentype"),
        url("fonts/montserrat-light.woff2") format("woff2"),
        url("fonts/montserrat-light.woff") format("woff"),
        url("fonts/montserrat-light.ttf") format("truetype"),
        url("fonts/montserrat-light.svg#montserratlight") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* eb_garamond08_regular */
@font-face {
    font-family: "eb_garamond08_regular";
    src: url("fonts/ebgaramond08/ebgaramond08-regular-webfont.eot");
    src: url("fonts/ebgaramond08/ebgaramond08-regular-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/ebgaramond08/ebgaramond08-regular-webfont.woff2")
            format("woff2"),
        url("fonts/ebgaramond08/ebgaramond08-regular-webfont.woff")
            format("woff"),
        url("fonts/ebgaramond08/ebgaramond08-regular-webfont.ttf")
            format("truetype"),
        url("fonts/ebgaramond08/ebgaramond08-regular-webfont.svg#eb_garamond08_regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "eb_garamond08_italic";
    src: url("fonts/ebgaramond08-italic-webfont.eot");
    src: url("fonts/ebgaramond08-italic-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/ebgaramond08-italic-webfont.woff2") format("woff2"),
        url("fonts/ebgaramond08-italic-webfont.woff") format("woff"),
        url("fonts/ebgaramond08-italic-webfont.ttf") format("truetype"),
        url("fonts/ebgaramond08-italic-webfont.svg#eb_garamond08_italic")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "montserratsemi_bold";
    src: url("fonts/montserrat-semibold-webfont.eot");
    src: url("fonts/montserrat-semibold-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("fonts/montserrat-semibold-webfont.woff2") format("woff2"),
        url("fonts/montserrat-semibold-webfont.woff") format("woff"),
        url("fonts/montserrat-semibold-webfont.ttf") format("truetype"),
        url("fonts/montserrat-semibold-webfont.svg#montserratsemi_bold")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

/* - Padding/Margin */
.no-padding {
    padding: 0;
}
.no-left-padding,
ul {
    padding-left: 0;
}
.no-right-padding {
    padding-right: 0;
}
.no-top-padding {
    padding-top: 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-margin {
    margin: 0;
}
.no-left-margin {
    margin-left: 0;
}
.no-right-margin {
    margin-right: 0;
}
.no-top-margin {
    padding-top: 0;
}
.no-bottom-margin {
    margin-bottom: 0;
}
/*  - Section Padding */
.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* - Section Header */
.section-header {
    margin-bottom: 20px;
}
.section-header h5 {
    font-family: "eb_garamond08_regular";
    font-size: 22px;
    text-transform: uppercase;
    color: #bb9a66;
    letter-spacing: 2.5px;
    margin-bottom: 22px;
    margin-top: 0px;
}
.section-header h3 {
    font-family: "eb_garamond08_regular";
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2.5px;
    background-image: url("images/icon/section-separator.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    line-height: 40px;
}

/* ## Header */
#slidepanel {
    display: block;
}

#closeit,
#toggle,
#slideit {
    display: none;
}

/* -- Top Header */
.top-header ul,
.top-header ul li,
.top-header .col-md-6:last-child > a {
    display: inline-block;
}
.top-header p,
.top-header ul {
    margin-bottom: 0;
}

.top-header {
    background-color: #f8f8f0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
    padding-bottom: 10px;
    padding-top: 10px;
}
.top-header p {
    font-size: 15px;
    color: #616161;
    line-height: 43px;
    letter-spacing: 0.35px;
}
.top-header .col-md-6:last-child > a {
    background-color: #0e4b8e;
    color: #fff;
    padding: 12px 15px 12px 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 11px;
    position: relative;
    text-decoration: none;
    margin-left: 13px;
    font-family: "montserratsemi_bold";
}
.top-header .col-md-6:last-child > a:hover {
    background-color: #bb9b66;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.top-header .col-md-6:last-child > a > img {
    margin-right: 6px;
}
.top-header ul li {
    margin: 0 14px;
}
.top-header ul li a {
    color: #999;
    font-size: 13px;
}
.top-header ul li a:focus,
.top-header ul li a:hover {
    color: #000;
}
.logo-block {
    text-align: center;
}
.logo-block h4 {
    color: #0e4b8e;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "eb_garamond08_regular";
    letter-spacing: 1px;
    margin-bottom: 0;
}
.logo-block span {
    color: #bb9b66;
    position: relative;
    font-family: "eb_garamond08_regular";
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0 5px;
    display: inline-block;
}

.logo-block span::before,
.logo-block span::after {
    position: absolute;
    content: "";
    background-color: #3e6fa5;
    height: 1px;
    width: 26px;
    top: 10px;
}
.logo-block span::before {
    left: -30px;
}
.logo-block span::after {
    right: -30px;
}

/* -- Middle Header */
.middle-header {
    padding: 38px 0 30px;
}
.middle-header .text-right,
.middle-header .text-left {
    margin-top: 35px;
}

.middle-header .phone {
    display: inline-block;
    text-align: right;
}
.middle-header .phone img {
    display: block;
    float: right;
    clear: both;
    margin-bottom: 10px;
}
.middle-header .phone span {
    text-align: right;
    display: flexbox;
}
.middle-header .location h3,
.middle-header .phone h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #0e4b8e;
    margin-top: 0;
    font-family: "eb_garamond08_regular";
    margin-bottom: 0;
    letter-spacing: 1px;
}
.middle-header .location p,
.middle-header .phone p {
    color: #5a5c5d;
    margin-bottom: 0;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.5px;
}
.location img {
    display: block;
    margin-bottom: 10px;
}

/* ## Footer */
.footer-main {
    background-color: #252525;
    padding-top: 76px;
    border-top: 1px solid #d3d3d3;
}

/* -- Contact Details */
.contact-details,
.contact-details .detail-box {
    position: relative;
}
.contact-details {
    width: 100%;
    display: inline-block;
    margin-bottom: 90px;
    text-align: center;
    border-top: 1px solid #292929;
}

.contact-details .detail-box {
    padding: 50px 80px 48px 80px;
    background-color: #373737;
}
.contact-details .detail-box,
.contact-details .detail-box a {
    color: #616161;
    text-decoration: none;
}
.contact-details .detail-box h4 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    color: #be9e6a;
    font-family: "eb_garamond08_regular";
}
.contact-details .detail-box p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
    color: #616161;
    letter-spacing: 0.3px;
}
.contact-details .detail-box.phone-box {
    background-color: #474747;
}
.contact-details .detail-box.mail-box {
    background-color: #373737;
}

/* -- Footer Widget */
.footer-main .widget {
    padding-right: 68px;
    color: #888;
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 20px;
    border: none;
}
.widget > img {
    margin-bottom: 25px;
}
.footer-main .widget-about h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.footer-main .widget-about > p {
    margin-bottom: 0;
    line-height: 24px;
    color: #888;
}
.footer-main .widget-about .time-schedule {
    padding-right: 45px;
    padding-top: 5px;
}
.footer-main .widget-about .time-schedule p {
    padding-bottom: 10px;
    border-bottom: 1px solid #343434;
    margin-bottom: 15px;
    line-height: 20px;
}
.footer-main .widget-about .time-schedule p:hover {
    transition: all 0.5s ease-in-out;
    color: #fff;
}
.footer-main .widget-about .time-schedule p span {
    float: right;
}
.footer-main .widget-title {
    color: #ccc;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background-color: transparent;
    border-bottom: none;
    font-family: "eb_garamond08_regular";
    letter-spacing: 1.2px;
}

/* -- Widget Links */
.widget-links ul {
    list-style: none;
    margin: 0 -10px;
}
.widget-links ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 19px;
    padding: 0 10px;
}
.widget-links ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    color: #888;
    text-transform: capitalize;
}
.widget-links ul li a:hover {
    transition: all 0.5s ease-in-out;
    color: #fff;
}
.widget-links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 8px;
}

/* -- Widget Newsletter */
.footer-main .widget.widget-newsletter {
    padding-right: 0;
}
.footer-main .widget-newsletter p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 15px;
}
.footer-main .widget-newsletter .input-group {
    position: relative;
    padding-right: 80px;
    display: inline-block;
    width: 100%;
    margin-bottom: 27px;
}
.footer-main .widget-newsletter .input-group input {
    background-color: #292a2b;
    border: 1px solid #303030;
    padding: 18px 15px;
    font-size: 13px;
    height: auto;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    line-height: 13px;
    color: #fff;
}
.footer-main .widget-newsletter .input-group span {
    position: absolute;
    right: 0;
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.footer-main .widget-newsletter .input-group span button {
    height: 50px;
    width: 100%;
    background-color: #be9e6a;
    border-radius: 0;
    border: none;
    font-size: 25px;
    color: #fff;
}
.footer-main .widget-newsletter .input-group span:hover button {
    background-color: #fff;
    color: #be9e6a;
    transition: all 1s ease-in-out;
}
.footer-main .widget-newsletter .social h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}
.footer-main .widget-newsletter .social li,
.footer-main .widget-newsletter .social li a {
    display: inline-block;
}
.footer-main .widget-newsletter .social li {
    margin: 0 5px;
}
.footer-main .widget-newsletter .social li:first-child {
    margin-left: 0;
}
.footer-main .widget-newsletter .social li a {
    width: 32px;
    height: 32px;
    border: 2px solid #9a9a9c;
    text-align: center;
    line-height: 28px;
    color: #b1b1b2;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.footer-main .widget-newsletter .social li a:hover {
    background-color: #fff;
    color: #2d3741;
}

/* -- Boottom Footer */
.bottom-footer {
    background-color: #111416;
    padding: 25px 0;
    text-align: center;
    margin-top: 50px;
    -moz-box-shadow: 0px 2px 2px 1px #1e1e1e;
    -webkit-box-shadow: 0px 2px 2px 1px #1e1e1e;
    box-shadow: 0px 2px 2px 1px #1e1e1e;
    border-top: 1px solid #222;
}
.bottom-footer p {
    margin-bottom: 0;
    color: #555;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

/* - Page Banner */
.page-banner {
    max-height: 330px;
    min-height: 330px;
    background-image: url("images/services-headerbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    text-align: left;
    position: relative;
    color: #fff;
}
.page-banner::before {
    background-color: #0e4b8e;
    opacity: 0.5;
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.page-banner::after {
    position: absolute;
    content: "";
    background: url("images/icon/banner-breadcumbg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 56px;
    width: 100%;
    bottom: -1px;
    right: 0;
}
.page-banner h3 {
    text-transform: uppercase;
    font-size: 56px;
    color: #fff;
    font-family: "eb_garamond08_regular";
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.page-banner p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.breadcrumb-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.page-banner .breadcrumb {
    margin-bottom: 10px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #0e4b8e;
    margin-left: -7%;
}
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a {
    color: #0e4b8e;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}
.page-banner .breadcrumb > li + li::before {
    color: #0e4b8e;
}

.about-banner {
    background: url("{{ asset('website/images/about-headerbg.jpg') }}");
}

.service-banner {
    background: url("images/services-headerbg.jpg");
}

.blog-banner {
    background: url("images/blog-headerbg.jpg");
}

.attorney-banner {
    background: url("images/about-headerbg.jpg");
    margin-bottom: 25px;
}

.attorney-details-banner {
    background: url("images/about-headerbg.jpg");
    margin-bottom: 83px;
}

/*  ## Responsive */
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* ## Footer */
    /* -- Footer Widget */
    .footer-main .widget {
        padding-right: 50px;
    }

    .top-header ul {
        float: left;
        clear: both;
        margin-top: 10px;
    }
    .top-header ul li {
        margin: 0 11px;
    }
    .top-header ul li:first-child {
        margin-left: 0;
    }
    .top-header .col-md-6:last-child > a {
        font-size: 11px;
        padding: 10px 10px 10px 15px;
        letter-spacing: 0.5px;
        margin-left: 0;
    }
    .top-header .col-md-6:last-child > a > img {
        margin-right: 10px;
    }

    /* - Contact Details */
    .contact-details .detail-box {
        padding: 50px 20px 48px;
    }
    .widget-links ul li {
        padding-right: 0;
    }
    .widget-links ul li a {
        font-size: 13.5px;
    }
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* -- Middle Header */
    .middle-header .location h3,
    .middle-header .phone h3 {
        font-size: 23px;
    }
    .middle-header .location p,
    .middle-header .phone p {
        font-size: 12px;
    }
    .middle-header .phone {
        margin-left: 10px;
    }
    .top-header .col-md-6:last-child > a {
        font-size: 11px;
    }

    /* ## Footer */
    /* -- Contact Details */
    .contact-details .detail-box {
        padding: 30px;
    }
    .contact-details .detail-box h4 {
        font-size: 16px;
    }
    .contact-details .detail-box i {
        width: 47px;
    }
    .contact-details .detail-box p {
        font-size: 13px;
    }
    .widget.widget-newsletter {
        margin-top: 20px;
    }
}

/* -- max-width: 767 */
@media (max-width: 767px) {
    .page-banner {
        border-bottom: 1px solid #0e4b8e;
    }
    .section-padding {
        padding: 40px 0;
    }
    /* - Section Header */
    .section-header h5 {
        font-size: 18px;
    }
    .section-header h3 {
        font-size: 24px;
    }
    .top-header .col-md-6:last-child > a {
        font-size: 11px;
        margin-left: 20px;
        padding: 12px;
        letter-spacing: 0.5px;
    }
    .top-header .col-md-6:last-child > a > img {
        margin-right: 10px;
    }

    /* -- Middle Header */
    .middle-header {
        padding: 0;
    }
    .middle-header .text-right {
        margin-top: 33px;
    }
    .middle-header,
    .middle-header .col-md-9.text-right,
    .middle-header .text-left .location {
        text-align: center;
        margin-bottom: 30px;
    }
    .middle-header .phone img {
        float: none;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .middle-header .phone span,
    .middle-header .phone {
        display: block;
        text-align: center;
    }
    .location img {
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .logo-block,
    .middle-header .col-md-9 {
        float: none !important;
    }
    .middle-header .location,
    .middle-header .phone {
        margin-top: 20px;
    }
    .middle-header .phone {
        margin-left: 0px;
    }

    /* ## Footer */

    /* -- Footer Widget */
    .footer-main .widget {
        margin-bottom: 30px;
        padding-right: 0;
    }
    .footer-main .widget-about .time-schedule {
        padding-right: 0;
    }
    .widget.widget-newsletter {
        margin-top: 20px;
    }

    /* - Page Banner */
    .page-banner {
        padding-top: 50px;
    }
    .page-banner h3 {
        font-size: 46px;
    }
    .page-banner p {
        font-size: 15px;
    }
}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {
    /* ## Footer */

    /* -- Footer Widget */
    .footer-main .widget-links ul li {
        width: 100%;
    }
    .top-header p {
        font-size: 12px;
    }
    .contact-details .detail-box {
        padding: 50px 35px 48px;
    }
    .about-author {
        margin-top: 35px;
    }
}

/* -- max-width: 992 */
@media (min-width: 992px) {
    .desktop-hide {
        display: none;
    }
}

/* -- max-width: 991 */
@media (max-width: 991px) {
    .middle-header .location h3,
    .middle-header .phone h3 {
        font-size: 16px;
    }
    #loginpanel i {
        color: #fff;
        font-size: 21px;
        margin-top: 2px;
    }
    .text-logo {
        color: #fff;
        display: inline-block;
        font-family: "PT Sans", sans-serif;
        font-size: 24px;
        line-height: normal;
        padding-top: 16px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .text-logo:hover {
        color: #ccc;
    }
    #slidepanel {
        display: none;
    }

    #slideit,
    #toggle {
        display: block;
    }
    #loginpanel {
        position: absolute;
        right: 70px;
        text-align: center;
        top: 20px;
    }
    .mobile-hide {
        display: none;
    }

    /* -- Top Header */
    .top-header,
    .top-header .col-md-6.text-right {
        text-align: center;
    }
    .top-header ul {
        margin-bottom: 10px;
    }
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
