@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Archivo', sans-serif;
    color: #444444;
    margin: 0 auto;
}

a {
    color: #f0f0f0;
    text-decoration: none;
}

a:hover {
    color: #7EAF00;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Archivo', sans-serif;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 997;

    position: absolute;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    height: 100px;
	transition: all ease-in-out 0.6s;
}
#header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    height: auto;
    padding: 10px 50px;
}

#main {
    margin-top: 72px;
}

#logo a {
    height: 78px;
    background: url(../Images/Logo.svg) no-repeat;
    display: block;
    width: 148px;
}

.navbar {
    padding: 0;

    color: #fff;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    margin-right: 30px
}

.navbar li:last-child {
    margin-right: 0px;
}

.navbar a {
    color: black;
    font-weight: 700;
    font-size: 16px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #7EAF00;
    text-decoration: none;
}
.fixed a{
	color: #000;
}
.fixed #logo a {
    background-image: url("../Images/printree-logo-blk.png") !important;
    background-size: contain;
    width: 100px;
    height: 54px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../Images/banner-01.jpg") top center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 6%;
}


.heroCopy {
    color: #000;
    display: block;
    /*position: absolute;
    bottom: 20%;
    left: 10%;*/
}





#hero h1 {

    font-size: 80px;
    font-weight: 400;
    line-height: 75px;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}


#hero h2 {
    color: rgba(0, 0, 0, 0.9);
    font-size: 22px;
    text-align: left;
    font-weight: 100;
    line-height: 30px;
}


.play {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: 'Archivo', sans-serif;
    margin-top: 50px;
    background: #7EAF00;
    width: fit-content;
    border-radius: 40px;
    color: #fff;
	padding: 0 24px;
	border: 2px solid #7EAF00;
}

.play img {
    height: 60px;
    transition: all .3s ease;
}

.play p {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.play:hover{
	background: #7eaf004d;
	color: #fff;
}
.play:hover img {
    height: 70px;
}

.bnrSlider{
	min-height: 100vh;
}
.bnrSlider .slides {
    background: #000 no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 120px;
}
.bnrSlider .dg-slide-1{
	background-image: url("../Images/01.png")
}
.bnrSlider .dg-slide-2{
	background-image: url("../Images/02.png")
}
.bnrSlider .dg-slide-3{
	background-image: url("../Images/03.png")
}
#hero .bx-pager.bx-default-pager {
    left: auto;
    right: 58px;
}

.section{
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 140px 0;
}
.sctn-cnt {
    width: 44%;
    margin: 0 auto;
}
.sctn-cnt h3 {
    color: #7EAF00;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 78px;
}

.sctn-cnt h4 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 16px;
	font-weight: 600; 
}




.cards {
    padding-top: 110px;
}

.iconWrap .row {
    justify-content: space-between;
}

.iconWrap .row p{
    margin-top: 10px;
}


.sliderSctn {
    margin-top: 80px;
	position: relative;
}
.bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.slideHd {
    position: absolute;
    bottom: 140px;
    left: 80px;
    text-align: left;
    font-size: 50px;
    color: #fff;
    line-height: 55px;
	z-index: 1;
}
.work li.slides::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, black, transparent);
    bottom: 0;
    left: 0;
    z-index: 0;
}
.bx-wrapper .bx-controls-direction a{
	z-index: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 35px;
    left: 80px;
    text-align: left;
    width: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 2px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #7EAF00;
	border:none;
}
.bx-wrapper .Slider .bx-prev {
    display: none;
}
.bx-wrapper .Slider .bx-next {
    right: auto;
    left: 179px;
    top: auto !important;
    bottom: 20px;
    text-indent: 1px !important;
    background: url('../Images/Group 32.png') no-repeat 51px 3px;
    width: 106px !important;
    text-align: left;
}
.slideBtn {
    position: absolute;
    right: 0;
    padding: 26px 85px;
    bottom: 0;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.work {
    padding: 140px 0 0;
    background-color: #efefef;
}



.section.testimonial {
    padding-bottom: 0;
}
ul.testmnlSlider li.slides {
    background: #F9F9F9;
    padding: 100px 0;
}
.nameDv {
    margin-top: 60px;
}
.name {
    font-weight: 800;
}

.quote {
    background-color: #7EAF00;
    padding: 48px 0;
}
.quote .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.quote h5 {
    color: #fff;
    margin-bottom: 0;
}

.quote a {
    text-decoration: none;
    border: 1px #fff solid;
    border-radius: 30px;
    color: #fff;
    padding: 8px 32px;
	font-weight: 600;
}

.quote a:hover {
    border: 1px #fff solid;
    background-color: #fff;
    color: #7EAF00;
}
.testimonial .bx-wrapper .bx-pager, .testimonial .bx-wrapper .bx-controls-auto {
    left: 48%;
}
.testimonial .bx-wrapper .bx-pager.bx-default-pager a {
    border-color: #a5a5a5;
}
ul.testmnlSlider li.slides p {
    width: 65%;
    margin: 0 auto;
}




.footer {
    display: flex;
}

.leftfooter {
    background-color: #7EAF00;
    color: #efefef;
    width: 70%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    padding-left: 0px;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 50px;
}

.leftftrLft {
    display: flex;
    flex-direction: column;
	width: 25%;
}

.leftftrRht {
    width: 50%;
}
.leftftrRht form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.leftftrRht form .form-group {
    width: 46%;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
	height: calc(1.5em + .75rem + 2px);
}

.sndMsg {
    text-decoration: none;
    border: 1px #fff solid;
    border-radius: 30px;
    color: #fff;
    padding: 8px 32px;
    font-weight: 600;
    background: none;
    margin-top: 8px;
}

.sndMsg:hover {
    border: 1px #fff solid;
    background-color: #fff;
    color: #7EAF00;
}

.rightfooter {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 64px;
    justify-content: space-between;
	padding-right: 20px;
	width: 30%;
}
.footer h3 {
    font-size: 20px;
    font-weight: 700;
}
.footer a {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer a:hover {
    color: rgba(255,255,255,0.6);
}
.leftfooter p {
    margin-bottom: 40px;
	font-size: 18px;
}
.rightfooter p {
    font-size: 16px;
    width: 56%;
}
p.cpy {
    font-size: 14px;
    margin: 0;
}



.popup {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.popup.active {
  opacity: 1;
  pointer-events: visible;
}
.popup .inner {
    padding: 55px 55px 80px;
    width: 30%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: #F1F1F1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 300;
    transition: 0.3s;
}
.popup .inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 41%;
    background: #7EAF00;
    border-radius: 10px 10px 0 0;
    z-index: -1;
}
.popup .close {
    cursor: pointer;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
.popup .close path {
  fill: #fff;
}
.popup input, .popup textarea {
    width: 100%;
    margin-bottom: 25px;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 28px;
    font-family: "Roboto";
    border-radius: 5px;
    border: none;
    background: #FBFBFB;
    color: #000;
}
.popup input:focus-visible, .popup textarea:focus-visible {
    border: none;
    outline: none;
}
.popup .btn {
    width: 62%;
    background: #7EAF00;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -92px;
    padding: 10px;
	box-shadow: 0 4px 10px #7EAF00;
}

.formDv {
    background: #fff;
    padding: 34px;
    border-radius: 6px;
}
.formHd {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}
.chekbx {
    /*display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;*/
}
.chekbx input[type="checkbox"] {
    padding: 0;
  	height: initial;
  	width: initial;
  	margin-bottom: 0;
  	display: none;
  	cursor: pointer;
}
.chekbx label {
    font-size: 12px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.chekbx label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #E5E5E5;
    border: none;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 17px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 14px;
    border-radius: 6px;
}

.chekbx input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 13px;
    width: 8px;
    height: 16px;
    border: solid #7EAF00;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

*::placeholder {
    color: #000;
}


section.portfolio {
    margin-top: 100px;
    padding: 70px 0;
    min-height: 60vh;
}
ul.sideBarUl {
    width: 100%;
    display: flex;
    padding-left: 0;
    justify-content: space-evenly;
}
ul.sideBarUl li {
    list-style: none;
    margin: 0 22px;
    padding: 7px 35px;
    vertical-align: middle;
    border-radius: 7px;
    display: inline-block;
	cursor: pointer;
}
ul.sideBarUl li.active {
    background: #79b11d;
    color: #fff;
}
.projectSctn {
    margin-top: 40px;
}
.projects {
    width: 30%;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.projectsDv {
    display: flex;
    flex-direction: column;
}
.projectImg img {
    width: 100%;
    border-radius: 12px;
}
.modal-content {
    background: none;
    border: none;
}
.modal-content img {
    border-radius: 14px;
}

@media only screen and (max-width:1366px){
    
    .sctn-cnt {
        width: 70%;
    }
	
	
}
@media only screen and (max-width: 1024px) {
	.testimonial .bx-wrapper .bx-pager, .testimonial .bx-wrapper .bx-controls-auto {
		left: 47%;
	}
}
@media only screen and (max-width: 992px) {
    
    .sctn-cnt {
        width: 85%;
    }

	#header {
		align-items: flex-start;
		padding-top: 30px;
	}
	#header.fixed{
		padding-top: 9px;
	}
	button.navbar-toggler {
		color: #fff;
	}
	.navbar {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.navbar ul {
		align-items: flex-end;
		margin-right: 12px;
		margin-top: 16px;
	}
	.navbar li {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.navbar-toggler-icon {
		background-image: url("../Images/menu.png");
		width: 50px;
		height: 50px;
		transition: all 0.02s ease-in-out;
	}
	/*button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
		background-image: url("../Images/close.png");
	}*/
	#header.fixed .navbar-toggler-icon{
		background-image: url("../Images/menu-blk.png");
		margin-top: 12px;
	}
	/*#header.fixed button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
		background-image: url("../Images/close-blk.png");
	}*/
	.iconWrap .row {
		justify-content: center;
	}
	.iconWrap .col-md-4 {
		margin-bottom: 50px;
	}
	.popup .inner {
		width: 80%;
	}
	.quote .container {
		flex-direction: column;
	}
	.quote a {
		margin-top: 30px;
	}
	.navbar-collapse {
		background: #000000cf;
		width: 100vw;
		position: absolute;
		top: -26px;
		right: -49px;
		padding-right: 62px;
		padding-top: 95px;
	}
	#header.fixed .navbar-collapse {
		background: #fff;
		top: 90px;
		padding-top: 0;
	}
	.navbar-toggler {
		z-index: 1;
	}
	.leftfooter {
		width: 100%;
		padding-left: 50px;
		/* flex-direction: column; */
		justify-content: space-between;
	}
	.rightfooter {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: flex;
		align-items: center;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	ul.testmnlSlider li.slides p {
		width: 80%;
		margin: 0 auto;
	}
	ul.sideBarUl {
		align-items: center;
		text-align: center;
	}
	ul.sideBarUl li {
		margin: 0 12px;
		padding: 7px 24px;
	}
	.section {
		padding: 90px 0 40px;
	}
	.quote {
		padding: 48px 0;
	}	
	.work {
		padding-bottom: 0;
	}
	.cards {
		padding-top: 54px;
	}
	.testimonial .bx-wrapper .bx-pager, .testimonial .bx-wrapper .bx-controls-auto {
		left: 46%;
	}
	
	
	.leftftrRht {
		width: 60%;
	}
	.leftftrRht form {
		justify-content: left;
	}
	.leftftrRht form .form-group {
		margin-right: 13px;
	}
	.footer {
		display: block;
	}
}

@media only screen and (max-width:992px) and (orientation:landscape){
	#hero {
		height: 160vh;
	}
}
@media only screen and (max-width:768px){
	#hero h1 {
		font-size: 60px;
	}
	.projects {
		width: 46%;
	}
	ul.sideBarUl li {
		padding: 7px 20px;
		font-size: 12px;
	}
}
@media only screen and (max-width:654px){
	.leftfooter {
		display: flex;
		flex-direction: column;
	}
	.leftftrLft {
		width: 100%;
	}
	.leftftrRht {
		width: 100%;
		margin-top: 24px;
	}
	.rightfooter p {
		width: 84%;
	}
}
@media only screen and (max-width:600px){
	.slideBtn {
		padding: 16px 20px;
		font-size: 12px;
	}
	.slideHd {
		bottom: 68px;
		font-size: 25px;
		line-height: 30px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 12px;
	}
	.footer {
		flex-direction: column;
	}
	.leftfooter, .rightfooter {
		width: 100%;
		padding-left: 40px;
	}
	header#header {
		padding: 30px 24px 0;
	}
	.projects {
		width: 100%;
	}
	ul.sideBarUl {
		flex-direction: column;
	}
	ul.sideBarUl li {
		margin-bottom: 14px;
	}
	.testimonial .bx-wrapper .bx-pager, .testimonial .bx-wrapper .bx-controls-auto {
		left: 43%;
	}
	
}
@media only screen and (max-width:390px){
	#hero h1 {
		font-size: 37px;
		line-height: 50px;
	}
	#hero h2 {
		font-size: 20px;
	}
	.navbar-collapse {
		right: -24px;
		padding-right: 35px;
	}
	.testimonial .bx-wrapper .bx-pager, .testimonial .bx-wrapper .bx-controls-auto {
		left: 43%;
	}
}