/*Theme Name: nzprince
Theme URI: http://nzprince.com
Author: Md. Rabiul Islam
Author URI: http://www.fatihatech.com
Description: This is the Corporate site for used printing, business, outdoor advertising. It is Highly customizable theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: esl
Domain Path: /languages*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

@font-face {
    font-family: "BebasNeue";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/BebasNeue.ttf");
}


/*!*-------------------------------- [ Resets: Less Framework 4 ] --------------------------------*!*/

html {
  scroll-behavior: smooth;
}

body {
    background: #f4f4f4;
    color: #333;
    font: 14px/24px Helvetica, sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    /* Stops Mobile Safari from auto-adjusting font-sizes */
    -webkit-tap-highlight-color: rgb(244, 120, 32);
    overflow-x: hidden;
    /*margin-left: 8%;*/
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #61AB00;
    text-decoration: none;
}

.menuWrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #B1B3B6;
    padding: 0 2%;
}

.primary-menu {
    font-size: 1em;
    width: 100%;
    padding: 0 20px;
}

.primary-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.primary-menu ul li {

}

.primary-menu ul li a {
    position: relative;
    padding: 14px 14px;
    line-height: 20px;
    display: block;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0px;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
    background: rgba(0, 0, 0, .5);
}

.primary-menu ul li a.active,
.primary-menu ul li a:hover {
    /*color: #e4032d;*/
    border-bottom: 0px solid #61AB00;
    padding-bottom: 13px !important;
    color: #61AB00;
}

.primary-menu ul li a::before,
.primary-menu ul li a::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.primary-menu ul li a::before,
.primary-menu ul li a::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.primary-menu ul li a::before {
    border-top: 0px solid #61AB00;
    border-bottom: 3px solid #61AB00;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.primary-menu ul li a::after {
    border-left: 0px solid #61AB00;
    border-right: 0px solid #61AB00;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.primary-menu ul li a:hover::before,
.primary-menu ul li a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}


/*.primary-menu li.nav-item a::before, */
/*li.nav-item a::after {*/
/*    box-sizing: inherit;*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.primary-menu li.nav-item a::before,
.primary-menu li.nav-item a::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.bottom-head li.nav-item a::before {
    border-top: 0px solid #e4032d;
    border-bottom: 3px solid #e4032d;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.bottom-head li.nav-item a::after {
    border-left: 0px solid #e4032d;
    border-right: 0px solid #e4032d;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.bottom-head li.nav-item a:hover::before, #li.nav-item a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}


ul.social-media {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 30%;
    padding: 0 20px;
}

ul.social-media li {
    padding: 15px;
    line-height: 20px;
    display: block;
}

ul.social-media ul li a {

}

:root {
    --primary-color: darkgreen;
}


.heading {
    font-family: 'Abel', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}


.section {
    /*background-color: #0B163F;*/
    background-image: url(images/page-header-bg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

/*.call-to-action-content .solid-button a {*/
/*    color: rgb(255, 255, 255);*/
/*    border-width: 1px;*/
/*    border-style: solid;*/
/*    border-color: var(--primary-color);*/
/*    border-image: initial;*/
/*    background: var(--primary-color);*/
/*}*/

.view-more-link a {
    display: inline-block;
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: "IBM Plex Sans", sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    padding: 10px 35px;
    border-radius: 4px;
    transition: 0.3s ease-in;
}

.solid-button a:hover {
    color: var(--primary-color);
    background: transparent;
}

.solid-button a {
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
    border-image: initial;
    background: var(--primary-color);
}

.solid-button a:hover i {
    color: var(--primary-color);
}

.view-more-link a:hover i {
    padding-left: 10px;
}

.solid-button a i {
    color: rgb(255, 255, 255);
}

.view-more-link a i {
    transition: 0.3s ease-in;
}


.section-footer {
    background: #000;
    padding: 100px 0 80px 0;
}

.section-footer .footer-box {
    width: 100%;
    text-align: center;
    padding: 30px 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 23px;
}

.section-footer .footer-box .box-inner {
    margin: auto;
}

.section-footer .footer-box .box-inner a {
    display: block;
}

.section-footer .footer-box.h-s {
    min-height: 165px;
}

.section-footer .footer-box.h-m {
    min-height: 245px;
}

.section-footer .footer-box.h-l {
    min-height: 433px;
}

.section-footer .footer-box.bg_white {
    background: #fff;
}

.section-footer .footer-box.bg_grey {
    background: #232220;
}

.section-footer .footer-box.bg_red {
    background: #ca0420;
}

.section-footer .footer-box h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 0;
}

.section-footer .footer-box.bg_white h4 {
    color: #131313;
}

.section-footer .footer-box.bg_grey h4 {
    color: #fff;
}

.section-footer .footer-box.bg_red h4 {
    color: #fff;
}

.section-footer .footer-box h4 span {
    font-weight: 700;
}

.section-footer .footer-box img.icon-arrow {
    border-radius: 50%;
    max-width: 30px;
    padding: 2px;
    margin-bottom: 10px;
}

.section-footer .footer-box.bg_white img.icon-arrow {
    border: 2px solid #ca0420;
}

.section-footer .footer-box.bg_grey img.icon-arrow {
    border: 2px solid #ca0420;
}

.section-footer .footer-box.bg_red img.icon-arrow {
    border: 2px solid #fff;
}

.section-footer .footer-box .social-icons h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.section-footer .footer-box .social-icons .icon-list a {
    display: inline-block;
}

.section-footer .footer-box .social-icons .icon-list span {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 4px 2px;
    text-align: center;
    border: 2px solid #131313;
    border-radius: 50%;
    margin: 0 2px;
}

.section-footer .footer-box .social-icons .icon-list span i {
    color: #131313;
}

/*.section-footer .footer-box:hover img.icon-arrow {
	margin-left: 20px;
}*/

/*.section-footer-2 {*/
/*    background: linear-gradient(to right, #003300, #00B858) repeat-y;*/
/*    padding: 60px 0 40px 0;*/
/*}*/

.section-footer-2 .footer-box {
    margin-bottom: 20px;
}

.section-footer-2 .footer-box h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #000;
    padding-bottom: 8px;
    position: relative;
}

.section-footer-2 .footer-box h4::before {
    background: #003300;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 140px;
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0
    }
    50% {
        left: 85px
    }
    100% {
        left: 0
    }
}

.section-footer-2 .footer-box h4::after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 4px;
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

.section-footer-2 .footer-box .item {
    margin-bottom: 20px;
}

.section-footer-2 .footer-box .item a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
}

.section-footer-2 .footer-box .item a i {
    color: #003300;
    margin-right: 5px;
}

.section-footer-2 .footer-box .items-list ul li {
    margin-bottom: 10px;
}

.section-footer-2 .footer-box .items-list ul li a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
}

.section-footer-2 .footer-box .items-list ul li a i {
    color: #003300;
    margin-right: 5px;
}

.footer-bottom {
    background: #003300;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #fafafa;
}


/*.full-scr-burger{*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 17px;*/
/*	right: 15px;*/
/*    cursor: pointer;*/
/*    transition: all .2s ease-out;*/
/*    -webkit-transition: all .2s ease-out;*/
/*    -moz-transition: all .2s ease-out;*/
/*    -ms-transition: all .2s ease-out;*/
/*    z-index: 999;*/
/*}*/

/*.full-scr-burger a i{*/
/*	display: inline-block;*/
/*    margin-left: 10px;*/
/*    width: 30px;*/
/*    height: 2px;*/
/*    background: #FF8C00;*/
/*    position: relative;*/
/*    float: none;*/
/*    transition: all .2s ease-out;*/
/*    -webkit-transition: all .2s ease-out;*/
/*    -moz-transition: all .2s ease-out;*/
/*    -ms-transition: all .2s ease-out;*/
/*    border-radius: 0;*/
/*}*/
/*.full-scr-burger a i:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: -6px;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    background:#FF8C00;*/
/*    transition: all .2s ease-out;*/
/*    -webkit-transition: all .2s ease-out;*/
/*    -moz-transition: all .2s ease-out;*/
/*    -ms-transition: all .2s ease-out;*/
/*}*/
/*.full-scr-burger a i:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 6px;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    background: #FF8C00;*/
/*    transition: all .2s ease-out;*/
/*    -webkit-transition: all .2s ease-out;*/
/*    -moz-transition: all .2s ease-out;*/
/*    -ms-transition: all .2s ease-out;*/
/*}*/
/*.full-scr-burger a i:before, .full-scr-burger a i:after{*/
/*	border-radius: 0;*/
/*}*/
/*.full-scr-burger.active a i{*/
/*	background: transparent;*/
/*}*/
/*.full-scr-burger.active a i::before,.full-scr-burger.active a i::after{*/
/*	background: #222;*/
/*	top: 0;*/
/*}*/
/*.full-scr-burger.active a i::before{*/
/*	-webkit-transform: rotate(45deg);*/
/*      -ms-transform: rotate(45deg);*/
/*          transform: rotate(45deg);*/
/*}*/

/*.full-scr-burger.active a i::after{*/
/*  -webkit-transform: rotate(-45deg);*/
/*      -ms-transform: rotate(-45deg);*/
/*          transform: rotate(-45deg););*/
/*}*/













.contact-card {
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.contact-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}
.contact-card a {
  color: inherit;
  text-decoration: none;
}
.contact-card a:hover {
  color: #007bff;
}
