/**
* Theme Name: Cleanfin Child
* Description: This is a child theme of cleanfin 
* Author: PBM Infotech
* Template: cleanfin
* Version: 1.0
*/

:root {
    --gold: #D5B584;
    --blue: #012A5D;
    --main-font: 'proxima-nova', sans-serif;
}



.home .pbmit-slider-area .pbmit-rev-button-global svg.pbmit-svg-arrow {
    fill:#012A5D !important;
}



 .home .pbmit-slider-area .pbmit-rev-button-global svg line {
     stroke:#012A5D !important;
 }



.home .pbmit-slider-area .pbmit-rev-button-global:hover svg.pbmit-svg-arrow {
    fill:#FCFCFC !important;
}



 .home .pbmit-slider-area .pbmit-rev-button-global:hover svg line {
     stroke:#FCFCFC !important;
 }



.home .pbmit-slider-area  .pbmit-slide-title svg.pbmit-svg-arrow {
    fill:#D5B584 !important;
}

.home .pbmit-slider-area  .pbmit-slide-title svg line {
     stroke:#D5B584 !important;
 }





body {
    font-family: var(--main-font) !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: var(--main-font) !important;
  }     
  
#content { padding-bottom: 0px !important; }

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;

    & .service1 { grid-area: 1 / 1 / 2 / 3; }
    & .service2 { grid-area: 1 / 3 / 2 / 4; }
    & .service3 { grid-area: 2 / 1 / 3 / 2; }
    & .service4 { grid-area: 2 / 2 / 3 / 3; }
    & .service5 { grid-area: 2 / 3 / 3 / 4; }
    & .service6 { grid-area: 3 / 1 / 4 / 2; }
    & .service7 { grid-area: 3 / 2 / 4 / 4; }

    & .service-item {
        width: 100%;
        height: 535px;
        position: relative;
        overflow: hidden;
        padding: 36px 40px;
        display: flex;
        align-items: flex-end;

        &:before {
            content: "";
            display: block;
            width: 100%;
            height: 363px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: transparent linear-gradient(180deg, #00071A00 0%, #00071A 100%) 0% 0% no-repeat padding-box;
        }

        & .pbminfotech-box-content {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            z-index: 1 !important;
            width: 100%;

            & .pbminfotech-box-number {
                font-size: 85.19px !important;
                font-weight: bold !important;
                line-height: 105px !important;
                color: white !important;
            }

            & .pbmit-service-title {
                margin-bottom: 0px !important;

                & a {
                    color: white;
                    font-size: 24.21px;
                    line-height: 33px;
                }
            }

            & .pbmit-svg-btn {
                & a {
                    padding: 0 !important;
                    border-radius: 0 !important;
                    color: white !important;
                    background: transparent !important;
                    
                    & svg {
                        height: unset !important;
                        margin-top: unset !important;
                        margin-left: unset !important;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1200px){
    .services-grid {
        & .service-item {
            height: 400px !important;
        }
    }
}

@media screen and (max-width: 1100px){
    .services-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        
        & .service-item {
            width: calc((100% - 30px) / 2);
            height: 400px !important;
        }
    }
}

@media screen and (max-width: 768px){
    .services-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
        
        & .service-item {
            width: 100%;
            height: 300px !important;
        }
    }
}

.top-bar {
    min-height: 38px;
    background: #F1F1F1;
}


.pbmit-header-height-wrapper {
    background: #ffffff;
}

@media (min-width: 1201px) {
    .pbmit-header-style-4 .pbmit-header-button2 .pbmit-svg-btn a {
        background-color: var(--gold) !important;
        color: var(--blue) !important;
        border: none;

        &:hover {
            background-color: var(--blue) !important;
            color: white !important;
        }
    }
}
.error-404 .footer-message {
    font-size: 17px !important;
    line-height: 28px !important;
    margin: 0 !important;
    color: #6A7480 !important;
    font-family: 'proxima-nova' !important;
    font-weight: 400 !important;
}
.error404 .pbmit-text-color-white a.pbmit-home-back {
    color: #012A5D !important;
    font-size: 13.43px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: unset !important;
    text-decoration: underline !important;
}
.footer-bottom {
    background: #00071A;
    min-height: 43px;
    padding: 14px 16px;
    text-align: center;
    font-family: var(--main-font) !important;
    font-size: 13.43px;
    line-height: 16px;
}

.error404 .site-content-wrap {
    background-color: #F1F1F1 !important;
    background-image: url(/wp-content/uploads/2026/03/a-cut-half-3.svg), url(/wp-content/uploads/2026/03/pattern-404.png) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: bottom right, top left !important;
    background-size: unset !important;
    background-attachment: scroll;

    &:before {
        display: block !important;
        content: "" !important;
        background-image: url('/wp-content/uploads/2026/03/top-left-triangle.svg') !important;
        position: absolute !important;
        background-color: transparent !important;
        background-size: contain !important;
        background-attachment: scroll;
        width: 233px !important;
        height: 233px !important;
        aspect-ratio: 1 !important;
        top: 100px !important;
    }

    & .top-left-triangle{
        display: block !important;
        content: "" !important;
        background-image: url('/wp-content/uploads/2026/03/top-left-triangle.svg') !important;
        position: absolute !important;
        background-color: transparent !important;
        background-size: contain !important;
        background-attachment: scroll;
        width: 233px !important;
        height: 233px !important;
        aspect-ratio: 1 !important;
        top: 100px !important;
        left: 0;
        background-repeat: no-repeat;
    }
}

.footer-message-wrapper {
    background-color: #F2F3F5 !important;
    padding: 35px 45px 50px 45px !important;
    max-width: 820px;
    margin: 0 auto !important;
}

h1.pbmit-tbar-title {
    font-size: clamp(27.23px, 5vw, 68.15px) !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: white !important;
    font-family: 'proxima-nova', sans-serif !important;
	max-width: 1280px !important;
}

.pbmit-breadcrumb, .pbmit-breadcrumb a {
    font-family: var(--main-font) !important;
    font-weight: 400 !important;
    font-size: 15.11px !important;
    line-height: 1.25 !important;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-style: normal;
    /* margin: 0 !important; */
}

.bcn-separator {
    margin: 0 9px 0 12px !important;
}

.pbmit-breadcrumb {
    & .home {
        img {
            margin-bottom: 5px !important;
        }
    }
}

.pbmit-title-bar-content {
    padding-top: 140px !important;
    padding-bottom: 0px !important;
}

.pbmit-title-bar-wrapper, .pbmit-title-bar-wrapper.pbmit-bg-color-custom:before {
    background-position: center 140px !important;
}

.pbmit-title-bar-content, .pbmit-title-bar-wrapper {
    min-height: 590px;
}

.pbmit-heading-subheading-style-1 {
    margin-bottom: 40px !important;

    & .pbmit-element-subtitle {
        font-family: var(--main-font) !important;
        font-size: 13.43px !important;
        font-weight: 700 !important;
        line-height: 16px !important;
        /* color: var(--blue) !important; */
        padding: 7px 22px !important;
        margin-bottom: 0px !important;
    }
}

.side-menu {
    & li {
        position: relative;
        padding: 0;
        margin-bottom: 2px;

        & a {
            padding: 14px 54px !important;
            position: relative !important;
            color: var(--blue);
            font-size: 17px;
            font-weight: 400;
            line-height: 21px;

            &:before {
                display: block;
                content: "";
                position: absolute;
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background-color: var(--blue);
                left: 29px;
                opacity: 1 !important;
            }
        }
    }

    & li.current-menu-item, li:hover {
        background-color: var(--blue);
        border-radius: 24px;
		margin-bottom: 2px;

        & a {
            color: white;

            &:before {
                background-color: var(--gold);
            }
        }
    }
}

.file-list {
    & li {
        background-color: #F2F3F5;
        border-radius: 44px;
        overflow: hidden;
        padding-bottom: 0px !important;

        & a {
            padding: 17.21px 70px 17.21px 29.5px;
            color: var(--blue);
        }

        &:before {
            width: 23.29px;
            height: 24.12px;
            background-image: url('/wp-content/uploads/2026/03/download-line.svg');
            background-size: contain;
            background-repeat: no-repeat;
            display: block;
            content: "";
            position: absolute;
            right: 33px;
        }

        &:hover {
            background-color: var(--blue);

            & a {
                color: white;
            }

            &:before {
                filter: brightness(0) invert(1);
            }
        }

        
    }
}


.pbmit-team-style-1 {
    & .pbmit-featured-wrapper::before {
        background: rgb(1 42 93 / 85%) !important;
    }

    & .pbminfotech-box-team-position {
        font-size: 15.11px !important;
        line-height: 18px !important;
        padding-left: 0px !important;
        letter-spacing: 0 !important;
        text-transform: unset !important;
        color: #D5B584 !important;

        &:before {
            display: none !important;
        }
    }

    & .pbmit-team-title {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
        font-weight: bold !important;
        word-break: auto-phrase !important;
        width: 0px !important;
    }
}

.pbmit-timeline {
    & .swiper-wrapper {
        display: inline-flex !important;
    }
}

.elementor-section.elementor-top-section.pbmit-elementor-bg-color-blackish:before {
    background-color: var(--blue) !important;
}

.blog-grid {
	& article {
		margin-bottom: 110px !important;
	}
	
	& .post-item {
		& > a {
			display: none;
		}
		
		& .pbmit-svg-btn {
			& a {
				background: #d5b584;
				color: #032c5d;
				font-weight: 700;
				font-size: 13.43px;
				font-family: 'proxima-nova';
				letter-spacing: 0;
				line-height: 16px;
				padding: 17px 31px;
				width: 179px;
				display: flex;
                flex-direction: row;
                align-content: center;
                align-items: center;
                justify-content: space-between;
				
				&:hover {
					background: black;
					color: white;
					
					& img {
						filter: brightness(0) invert(1);
					}
				}
			}
			
			& svg path {
				fill: #012A5D;
			}
		}
		
		& .pbmit-meta-category a, .pbmit-meta-date span {
			font-weight: 500;
			font-size: 13.43px;
			font-family: 'proxima-nova';
			color: #586982;
		}
	}
}



.pbmit-blog-style-1 {
	& .pbmit-post-title {
		& a {
			font-size: 24.21px;
			line-height: 29px;
			margin: 15px 0 20px 0;
			color: #000000;
			font-weight: bold;
			
			
		}
	}
}

.pbmit-team-single-style-1 .pbmit-team-detail {
	padding: 40px 34px !important;
}

.pbmit-team-summary {
    display: flex;
    flex-direction: column-reverse;
	
	& .pbmit-team-title {
		font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
        font-weight: bold !important;
        word-break: auto-phrase !important;
        width: 0px !important;
		color: #012A5D !important;
	}
	
	& .pbmit-team-designation {
		font-size: 15px !important;
		line-height: 18px !important;
		text-transform: unset !important;
		color: #d5b584 !important;
		padding: 0 !important;
		
		&:before { display: none !important; }
	}
}
.pbmit-single-team-info {
    border-top: 1px solid #B5B9BF !important;
	padding: 0px !important;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg, .pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg, .pbmit-ihbox-style-1 i:not(.pbmit-cleanfin-icon) {
    margin-bottom: 20px;
    color: #d5b584 !important;
    font-size: 33px !important;
}

.pbmit-ihbox-style-1 .pbmit-element-title {
    font-size: clamp(20px, 3vw, 30.63px) !important;
    line-height: 1.25 !important;
    margin-bottom: 0;
    font-weight: 700 !important;
    color: #012a5d !important;
}

.pbmit-heading-desc, .pbmit-heading-desc * {
    color: #B5B9BF !important;
    font-size: 15.11px !important;
    font-size: 17px !important;
}

.contact-info .elementor-icon-list-items .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 10px !important;
    margin-bottom: 0;
    font-size: clamp(20px, 3vw, 30.63px) !important;
    line-height: 1.25 !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    color: #f2f3f5 !important;
}

.product-data-container {
	& .product-data {
		& li.elementor-icon-list-item {
			& .elementor-icon-list-text {
				color: #6a7480;
				font-size: 17px;
				line-height: 20px;
				font-weight: 400;
				/* display: block; */
				/* width: 100%; */
				
				& strong {
					color: #012A5D;
					font-size: 21.52px;
					line-height: 25px;
					font-weight: 700;
					display: block;
					margin-bottom: 10px;
				}
			}
		}
	}
}

.pbminfotech-element-service.pbmit-element-service-style-2.pbmit-element-viewtype-carousel {
	& .pbmit-heading-subheading {
		& .pbmit-element-subtitle {
			border: 1px solid var(--blue) !important;
			color: var(--blue) !important;
		}
		
		& .pbmit-element-title {
			& div {
				color: var(--blue);
			}
		}
		
		& .pbmit-heading-desc {
			color: #586982 !important;
		}
	}
	
	& .swiper-button-prev, .swiper-button-next {
		color: var(--blue) !important;
	}
	
	& .pbmit-service-style-2 .pbmit-svg-btn {
		display: none;
	}
	
	& .pbminfotech-box-content {
		& .pbmit-serv-cat {
			color: var(--gold) !important;
			font-size: clamp(25.21px, 3vw, 43.62px);
			font-weight: 700;
			line-height: 1.1;
			display:none;
		}
		& .pbmit-service-title a {
			color: var(--blue) !important;
			font-weight: 400 !important;
			line-height: 1.25 !important;
			font-size: clamp(21.52px, 2vw, 27.23px) !important;
		}
	}
}


.pbmit-team-detail  {
	& .pbmit-social-links {
		& a {
			& i {
				color: var(--blue);
			}
			
			&:hover {
				background: var(--blue);
				
				& i {
					color: white;
				}
			}
		}
	}
}

.pbmit-teammember-content {
	& .pbmit-element-title {
		color: var(--blue);
		font-size: clamp(21.52px, 3vw, 54.52px);
		line-height: 1.2;
		font-weight: 400;
	}
	
	& p {
		color: #586982;
		font-size: 17px;
		line-height: 28px;
		font-weight: 400;
	}
}

.pbmit-header-style-6 .pbmit-title-bar-wrapper::after, .pbmit-header-style-5 .pbmit-title-bar-wrapper::after, .pbmit-header-style-4 .pbmit-title-bar-wrapper::after, .pbmit-header-style-3 .pbmit-title-bar-wrapper::after, .pbmit-header-style-2 .pbmit-title-bar-wrapper::after {
	opacity: 0 !important;
}

.pbmit-service-style-4 .pbmit-service-img-wrapper {
    background-size: cover !important;
}

.pbmit-service-style-4 .pbmit-serv-cat a {
    display: none !important;
}

.pbmit-service-style-4 .pbmit-svg-btn a svg line {
    stroke: var(--gold) !important;
}

.pbmit-element-blog-style-2 {
    & .pbmit-date-wrap {
        color: var(--gold);
        font-size: 15.11px;
        line-height: 18px;
        font-weight: 400;
    }

    & .pbmit-post-title {
        & a {
            color: #000000 !important;
            font-size: 24.21px !important;
            line-height: 29px !important;
            font-weight: 400 !important;
        }
    }

    & .pbmit-svg-btn {
        & a {
            & svg {
                & line {
                    stroke-width: 1.5px !important;
                    stroke: var(--blue) !important;
                }
            }
        }
    }
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

#products-home {
    color: white !important;
    position: relative;
    background-image: url('/wp-content/uploads/2026/03/products-home-bg.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;

    &:after {
        height: 25%;
        aspect-ratio: 1;
        background: var(--gold);
        display: block;
        position: absolute;
        width: auto;
        bottom: 0 !important;
        left: 0 !important;
        content: "";
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

    & *:not(.pbmit-serv-cat) {
    color:white !important;

    }
	
	& .pbmit-servicebox-right .pbmit-service-title {
				    color: var(--gold) !important;
    font-size: clamp(25.21px, 3vw, 43.62px) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
		
		& a  {
						    color: var(--gold) !important;
    font-size: clamp(25.21px, 3vw, 43.62px) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
		
		}
}

    & .pbmit-element-subtitle {
        border: 1px solid white !important;
    }
}

.with-arrow {
	& .elementor-button {
    	width: 179px !important;
		
		& .elementor-button-content-wrapper {
			display: flex;
			justify-content: space-between;
			flex-direction: row !important;
			position: relative;
			
			&:after {
				content: "";
				display: block;
				position: absolute;
				right: 0px;
/* 				top: 0px; */
				background-image: url('/wp-content/uploads/2026/03/arrow-right-icon.svg');
				background-position: center center;
				background-size: contain;
				width: 19px;
				height: 19px;
				transition: all 0.3s;
			}
		}
		
		&:hover {
			& .elementor-button-content-wrapper:after {
				filter: brightness(0) invert(1);
			}
		}
	}
}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {
	font-weight: 900 !important;
	-moz-text-stroke-color: var(--blue) !important;
    -webkit-text-stroke-color: var(--blue) !important;
    -moz-text-stroke-width: 4px !important;
    -webkit-text-stroke-width: 4px !important;
}

.sticky-deltio-timon {
    display: block;
    
    position: fixed;
    bottom: 20px;
    right: 120px;
    z-index: 2;
    /* font-family: 'proxima-nova'; */

    & a {
        font-family: 'proxima-nova';
        background-color: var(--blue);
        font-size: 13.43px;
        font-weight: 700;
        line-height: 16px;
        padding: 18px 25px 18px 57px;
        color: white !important;
        display: block;
        border-radius: 25px;
        border: 1px solid #2A4A71;
        box-shadow: 0px 3px 15px #00000029;
        background-image: url('/wp-content/uploads/2026/03/noun-list-5010527.svg');
        background-repeat: no-repeat;
        background-position: 18px 13px;
    }
}

.pbmit-service-style-4:not(.pbmit-active) .pbminfotech-box-content {
    padding-left: 20px !important;
}

.pbmit-header-button2 {
    & a {
        width: 180px;
        text-align: center;

        & .pbmit-header-button2-text {
            font-size: 15px;
            line-height: 25px;
            font-weight: 700;
            letter-spacing: 0;
        }
    }
}

.pbmit-header-style-4 {
    & .pbmit-header-content {
        gap: 300px !important;

        & .pbmit-logo-menuarea {
            flex-grow: 0;
            flex-shrink: 0;
        }

        & .pbmit-menuarea {
            flex-grow: 1;
            flex-shrink: 0;
        }
    }
}

@media screen and (max-width: 1700px){
    .pbmit-header-style-4 {
        & .pbmit-header-content {
            gap: 150px !important;
        }
    }
}

@media screen and (max-width: 1400px){
    .pbmit-header-style-4 {
        & .pbmit-header-content {
            gap: 100px !important;
        }
    }
}

body:not(.mega-menu-pbminfotech-top) .pbmit-navbar div>ul>li>a, .pbmit-max-mega-menu-override #page #site-navigation .max-mega-menu>li.mega-menu-item>a.mega-menu-link {
    font-family: 'proxima-nova' !important;
    font-weight: 500 !important;
    font-size: 15.11px !important;
    line-height: 18px !important;
    letter-spacing: 0px !important;
}

@media screen and (min-width: 1201px){
    body:not(.pbmit-max-mega-menu-override) .pbmit-header-style-4 .pbmit-navbar div>ul {
        display: flex;
        flex-direction: row;
        gap: 40px;

        &>li {
            margin: 0 !important;
        }
    }
}

.contact-header-info {
    & ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 71px;
        padding: 0;
        position: absolute;
        top: -27px;

        & li {
            & a {
                display: flex;
                flex-direction: row;
                gap: 14px;

                & span {
                    color: #586982;
                    font-size: 14px;
                    line-height: 16px;
                    font-family: 'proxima-nova';
                    font-weight: 400;
                }
            }
        }
    }
}


.top-bar-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    position: absolute;
    right: 0;
    top: -35px;
}

@media screen and (max-width: 1300px){
    .site-title img.pbmit-main-logo {
        width: 120px;
    }
}

.pbmit-right-box>*:first-child {
    padding-left: 0;
    padding-right: 0 !important;
}

@media screen and (max-width: 1200px){
    .site-title img.pbmit-main-logo {
        width: 100px;
    }

    body:not(.pbmit-max-mega-menu-override) .pbmit-header-style-4 .pbmit-navbar div>ul {
        gap: 30px;
    }

    /* .top-bar { display: none; } */
    .pbmit-menuarea {
        position: absolute;
        top: 0;
        width: 90%;
    }
}

.site-footer, .site-footer.pbmit-bg-color-custom:before {
    background-image: url('/wp-content/uploads/2026/03/footer-bg-1.svg') !important;
}

.site-footer .pbmit-main-logo {
    max-height: 55px;
}


#pbmit-footer-menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0px !important;
    justify-content: space-between;

    & li {        

        & a {
            /* text-transform: uppercase; */
            color: #FCFCFC !important;
            font-family: 'proxima-nova';
            font-size: 13.43px;
            line-height: 16px;
            font-weight: 400 !important;
            padding: 0px !important;
            margin: 0px !important;
        }
    }

    & ul.sub-menu {
        display: none !important;
    }
}

.pbmit-footer-widget {
    & .pbm_addons_contact_widget {
        & .widget-title {
            color: #586982 !important;
            font-size: 17px !important;
            line-height: 28px;
            font-weight: 600 !important;
        }

        & .pbmit-contact-widget-lines {
            & * {
                color: #fcfcfc !important;
                text-decoration: none !important;
                font-size: 15.11px !important;
                line-height: 28px !important;
                font-weight: 400 !important;
            }
        }
    }
}

@media screen and (max-width: 1000px){
    #pbmit-footer-menu {
        flex-direction: column;
        gap: 30px;
    }

    .pbmit-footer-widget {
        width: 100% !important;

        & aside{
            padding-top: 40px !important;

            & .widget-title {
                margin-bottom: 10px !important;
            }
        }
    }
}

@media screen and (max-width: 767px){
    .contact-header-info {
        & ul {
            gap: 35px !important;
        }
    }
}

@media screen and (max-width: 550px){
    .top-bar-right { display: none; }

    .pbmit-menuarea {
        width: 100%;


    }

    .contact-header-info {
        & ul {
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            width: 100%;
        }
    }
}

.pbmit-header-style-4 .pbmit-sticky-header .pbmit-header-button2 .pbmit-svg-btn a {
	border: none !important;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
	&:first-child::after {
		background-color: #586982 !important;
	}
	
	& .steps-dot {
		& i {
			color: #586982 !important;

			&:after {
				background-color: #586982 !important;
			}
		}

		& .steps-dot-line {
			&:before {
				background-color: #586982 !important;
			}
			&:after {
				background-color: #586982 !important;
			}
		}
	}
	
	& .pbmit-timeline-desc {
		color: #6A7480 !important;
		font-size: 17px !important;
		line-height: 24px !important;
	}
} 

.pbmit-form {
	& input::placeholder, textarea::placeholder {
		color: #586982 !important;
		font-size: 15.11px !important;
		font-family: 'proxima-nova' !important;
		font-weight: 400 !important;
	}
}

.pbmit-contact-form .input-button button {
	background-color: var(--gold) !important;
	color: var(--blue) !important;
	
	& svg {
		& line {
			stroke: var(--blue) !important;
		}
	}
	
	&:hover {
		background-color: #00071A !important;
		color: #ffffff !important;
		
		& svg {
			& line {
				stroke: #ffffff !important;
			}
		}
	}
}

.pbmit-footer-style-2 .pbmit-footer-text-area {
    padding: 24px 0 41px 0 !important;
    margin-top: 17px !important;
    border-top: 1px solid #181F30 !important;
}

.footer-menu-bottom { margin-top: 128px; }

.site-footer .widget {
    padding-top: 30px !important;
}

ul#pbmit-footer-menu-top {
    list-style: none;
    padding: 0 !important;
}

#pbmit-footer-menu-top {
    list-style: none;
    padding: 0 !important;
    display: flex;
    
    justify-content: space-between;
    
    

    & a {
        color: #FCFCFC !important;
        font-size: 15.11px !important;
        line-height: 17px !important;
        text-transform: uppercase;
        font-family: 'proxima-nova';
    }
    
    
}

.pbmit-footer-text-inner {
    & .col-md-1 {
        text-align: right;
    }

    & .copyright-text {
        display: flex;
        gap: 30px;
    }
}

.menu-footer-menu-top-container {
    padding-bottom: 25px !important;
    border-bottom: 1px solid #181F30;
    margin-bottom: 25px !important;
}

@media screen and (max-width: 1100px) {
    #pbmit-footer-menu-top {
        flex-direction: column !important;
        gap: 10px !important;
    }

    #pbmit-footer-menu {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

@media screen and (max-width: 767px){
    .pbmit-footer-text-inner {
        & > .row {
            flex-direction: column-reverse;
            align-items: center;
            justify-content: center;
        }
        & .copyright-text {
            flex-direction: column;
            align-items: center;
            gap: 5px;
        }
        & .col-md-1 {
            text-align: right;
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }
    }
    .pbmit-footer-logo {
        margin-bottom: 100px;
    }

}