body{
    margin: 0px;
    padding: 0px;
    font-family: 'gothambook' !important;
  font-style: normal;
}
.logo{
  margin-top: 0px;
}
.logo img{
  height: 66px;
  width: auto;
}
.blacktxt{
  color: #000;
}
.whitetxt{
  color: #fff;
}
.greentxt{
  color: #0b7d3f;
}
.orangetxt{
  color: #f5761c;
}
.search{
  position: absolute;
  text-align: end;
  top: 10px;
}
.right-left {
  text-align: right;
}
.right-center {
  text-align: right;
}
.left-center {
  text-align: left;
}
.left-right {
  text-align: left;
}
.center-mob-left {
  text-align: center;
}
.center-mob-right {
  text-align: center;
}
.right-mobtab-left {
  text-align: right;
}
.nopaddingarea {
  padding: 0px 15px;
}
.nopadding {
  padding: 0px;
}
.nopaddingarea1 {
  padding: 0px 14px;
}
.nopadding1 {
  padding: 1px;
}
.nopaddingarea2 {
  padding: 0px 13px;
}
.nopadding2 {
  padding: 2px;
}
.padding5pxarea {
  padding: 0px 10px;
}
.padding5px {
  padding: 0px 5px;
}
.topmargin5 {
  margin-top: 5px;
}
.topmargin10 {
  margin-top: 10px;
}
.topmargin15 {
  margin-top: 15px;
}
.topmargin20 {
  margin-top: 20px;
}
.topmargin25 {
  margin-top: 25px;
}
.topmargin30 {
  margin-top: 30px;
}
.topmargin35 {
  margin-top: 35px;
}
.topmargin40 {
  margin-top: 40px;
}
.topmargin45 {
  margin-top: 45px;
}
.topmargin50 {
  margin-top: 50px;
}
.topmargin60 {
  margin-top: 60px;
}
.topmargin70 {
  margin-top: 70px;
}
.topmargin80 {
  margin-top: 80px;
}
.rowmargindesk10 {
  margin-top: 10px;
}
.rowmargindesk20 {
  margin-top: 20px;
}
.rowmargindesk30 {
  margin-top: 30px;
}
.rowmargindesk50 {
  margin-top: 50px;
}
.right-mob-center{
  text-align: right;
}
.left-mob-center{
  text-align: left;
}
.wepreserve{
	background: #fbf9f5;
	padding: 90px 0px;
}
.mainheadings{
	margin-bottom: 25px;
}
.mainheadings h2{
	font-size: 46px;
	font-family: 'gothambold';
	line-height: 48px;
	color: #373b39;
	padding: 0px;
	margin: 0px;
}
.mainheadings h2 span{
	font-size: 46px;
	font-family: 'gothambold';
	line-height: 48px;
	color: #0b7d3f;
}
.pagecont{
	font-size: 16px;
	color: #373b39;
	line-height: 22px;
}
.pagecont strong{
	font-size: 18px;
	color: #373b39;
	line-height: 22px;
	font-family: 'gothambold';
}
.pagecont h3{
	font-size: 30px;
	color: #373b39;
	line-height: 34px;
	font-family: 'gothambold';
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.pagecont h4{
	font-size: 18px;
	line-height: 24px;
	color: #373b39;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: 'gothambold';	
}

.primarybtn a{
	background-color: #0b7d3f;
	border: 1px solid #0b7d3f;
	color: #fff;
	font-size: 15px;
	padding: 11px 14px;
	border-radius: 5px;
}
.primarybtn a:hover{
	background-color: #f56b18;
	border: 1px solid #f56b18;
	color: #fff;
}
.primarybtnline a{
	background-color: transparent;
	color: #0b7d3f;
	border: 1px solid #0b7d3f;
	font-size: 15px;
	padding: 11px 14px;
	border-radius: 5px;
}
.primarybtnline a:hover{
	background-color: #0b7d3f;
	border: 1px solid #0b7d3f;
	color: #fff;
}
.whitesection{
	background-color: #fff;
	padding: 60px 0px 10px 0px;
}
.prodbox1{
	height: 215px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 30px;
}
.prodbox1 img{
	height: 215px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 12px;
	transition: 0.3s all;
}
.prodbox1:hover img{
	transform: scale(1.1);
}
.prodbox2{
	height: 389px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 30px;
}
.prodbox2 img{
	height: 389px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 12px;
	transition: 0.4s all;
}
.prodbox2:hover img{
	transform: scale(1.1);
}
.prohead{
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	font-family: 'gothambook';
	font-weight: 600;
	position: absolute;
	bottom: 0;
	padding: 15px;
}
.seablue{
	background: rgb(26,121,140);
background: -webkit-linear-gradient(bottom, rgba(26,121,140,1) 0%, rgba(26,121,140,0) 100%);
background: -o-linear-gradient(bottom, rgba(26,121,140,1) 0%, rgba(26,121,140,0) 100%);
background: linear-gradient(to top, rgba(26,121,140,1) 0%, rgba(26,121,140,0) 100%);
	width: 100%;
	z-index: 2;
	padding: 45px 15px 15px 15px;
}
.leafgreen{
	background: rgb(93,154,24);
background: -webkit-linear-gradient(bottom, rgba(93,154,24,1) 0%, rgba(93,154,24,0) 100%);
background: -o-linear-gradient(bottom, rgba(93,154,24,1) 0%, rgba(93,154,24,0) 100%);
background: linear-gradient(to top, rgba(93,154,24,1) 0%, rgba(93,154,24,0) 100%);
	width: 100%;
	z-index: 2;
	padding: 65px 15px 15px 15px;
}
.red{
	background: rgb(226,88,70);
background: -webkit-linear-gradient(bottom, rgba(226,88,70,1) 0%, rgba(226,88,70,0) 100%);
background: -o-linear-gradient(bottom, rgba(226,88,70,1) 0%, rgba(226,88,70,0) 100%);
background: linear-gradient(to top, rgba(226,88,70,1) 0%, rgba(226,88,70,0) 100%);
	width: 100%;
	z-index: 2;
	padding: 65px 15px 15px 15px;
}
.cream{
	background: rgb(220,161,94);
background: -webkit-linear-gradient(bottom, rgba(220,161,94,1) 0%, rgba(220,161,94,0) 100%);
background: -o-linear-gradient(bottom, rgba(220,161,94,1) 0%, rgba(220,161,94,0) 100%);
background: linear-gradient(to top, rgba(220,161,94,1) 0%, rgba(220,161,94,0) 100%);
	width: 100%;
	z-index: 2;
	padding: 45px 15px 15px 15px;
}
.yellow{
	background: rgb(249,200,29);
background: -webkit-linear-gradient(bottom, rgba(249,200,29,1) 0%, rgba(249,200,29,0) 100%);
background: -o-linear-gradient(bottom, rgba(249,200,29,1) 0%, rgba(249,200,29,0) 100%);
background: linear-gradient(to top, rgba(249,200,29,1) 0%, rgba(249,200,29,0) 100%);
	width: 100%;
	z-index: 2;
	padding: 45px 15px 15px 15px;
}
.navyblue{
	background: rgb(35,80,142);
background: -webkit-linear-gradient(bottom, rgba(35,80,142,1) 0%, rgba(35,80,142,0) 100%);
background: -o-linear-gradient(bottom, rgba(35,80,142,1) 0%, rgba(35,80,142,0) 100%);
background: linear-gradient(to top, rgba(35,80,142,1) 0%, rgba(35,80,142,0) 100%);
	width: 100%;
	z-index: 2;
	padding: 65px 15px 15px 15px;
}
.begei{
	background: rgb(157,145,135);
background: -webkit-linear-gradient(bottom, rgba(157,145,135,1) 0%, rgba(157,145,135,0) 100%);
background: -o-linear-gradient(bottom, rgba(157,145,135,1) 0%, rgba(157,145,135,0) 100%);
background: linear-gradient(to top, rgba(157,145,135,1) 0%, rgba(157,145,135,0) 100%);
	width: 100%;
	z-index: 2;
	padding: 65px 15px 15px 15px;
}
.brown{
	background: rgb(116,67,47);
background: -webkit-linear-gradient(bottom, rgba(116,67,47,1) 0%, rgba(116,67,47,0) 100%);
background: -o-linear-gradient(bottom, rgba(116,67,47,1) 0%, rgba(116,67,47,0) 100%);
background: linear-gradient(to top, rgba(116,67,47,1) 0%, rgba(116,67,47,0) 100%);
	width: 100%;
	z-index: 2;
	padding: 45px 15px 15px 15px;
}
.d_promise{
	background-color: #fbf9f5;
	padding: 40px 20px 0px 20px;
	border-radius: 15px 15px 0px 0px;
}
.promisebox{
	border: 1px dashed #9f9387;
	border-radius: 10px;
	padding: 20px;
	min-height: 265px;
	margin-bottom: 20px
}
.promisebox h3{
	color: #0b7d3f;
	font-size: 35px;
	font-family: 'gothambold';
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	min-height: 90px;
}
.promisebox h3 span{
	color: #f5761c;
	font-size: 27px;
    font-family: 'gothambook';
    line-height: 20px;
}
.promisebox p{
	color: #373b39;
	font-size: 15px;
	line-height: 18px;
	margin-top: 15px;
}
.whydornam{
	background-color: #f9f1e5;
	padding: 30px 20px 30px 20px;
	border-radius: 0px 0px 15px 15px;
}
.whydornam h3{
	color: #373b39;
	font-size: 30px;
	font-family: 'gothambold';
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.whyuspointers{
	display: flex;
	flex-wrap: wrap;
	line-height: 15px;
	font-size: 16px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.whyuspointers div{
	width: 180px;
	height: 90px;
	padding: 10px 0px;
	border-right: 1px solid #d8cbb8;
}
.whyuspointers div:last-child{
	border-right: 0px solid #d8cbb8;
}
.whyuspointers h5{
	color: #f5761c;
	font-size: 30px;
	line-height: 30px;
	font-family: 'gothambold';
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.serve{
	color: #f5761c;
	font-size: 13px;
	font-family: 'gothambold';
	padding: 0px;
	margin: -15px 0px 0px 0px;
}
footer{
	background: #0b7d3f;
	padding: 50px 0px 0px 0px;
	color: #fff;
	font-size: 15px;
}
footer h5{
	font-size: 24px;
	font-weight: 500;
}
footer li{
	list-style: none;
	padding-bottom: 10px;
}
footer li a{
	color: #fff;
	text-decoration: none;
}
footer li a:focus{
	color: #fff;
	text-decoration: none;
}
footer li a:hover{
	color: #fff;
	text-decoration: none;
}
.social_link a{
	color: #fff;
	font-size: 22px;
	margin-right: 15px;
	transition: 0.3s;
	
}
.social_link a:hover{
	color: #f5761c;
}
.social_link a:focus{
	color: #fff;
	font-size: 22px;
	padding-right: 15px;
}
.copyright{
	background-color: #066833;
	color: #fff;
	font-size: 13px;
	padding: 25px 0px;
	margin-top: 40px;
}
/*.colmarg{
	padding-top:86px !important;
}
.innercollage{
	width: 100%;
	height: 450px;
}
.innercollage img{
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: center center;
}
.middlecontainer{
	padding: 60px 0px;
	width: 100%;
	position: relative;
	border: 1px #000000 solid;
}
*/
.headheight{
	height: 86px;
}
.innercollage{
	width: 100%;
	height: 560px;
	position: relative;
	margin: 0px auto;
}
.innercollage img{
	width: 100%;
	height: 560px;
	object-fit: cover;
	object-position: top center;
}
.middlecontainer{
	padding: 60px 0px;
	width: 100%;
	margin: 0px auto;
}
.visionbox{
	background-color: #f9f1e5;
	border-radius: 15px;
	padding: 20px;
	font-size: 16px;
	color: #373b39;
	line-height: 22px;
}
.visionbox h4{
	font-size: 30px;
	color: #f5761c;
	line-height: 34px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: 'gothambold';
}
.productbox{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.prodtbox1{
	width: 100%;
	height: 500px;
	background-color: blueviolet;
}
.prodtbox2{
	width: 49.6%;
	height: 500px;
	background-color: sandybrown;
}
.prodtbox3{
	width: 49.6%;
	height: 500px;
	background-color: darkkhaki;
}
.greengrdient{
	background: rgb(12,125,64);
background: -webkit-linear-gradient(left, rgba(12,125,64,1) 0%, rgba(12,125,64,0) 80%);
background: -o-linear-gradient(left, rgba(12,125,64,1) 0%, rgba(12,125,64,0) 80%);
background: linear-gradient(to right, rgba(12,125,64,1) 0%, rgba(12,125,64,0) 80%);
	padding: 5% 10%;
	height: 500px;
	align-content: center;
}
.lightgreengrdient{
	background: rgb(89,152,19);
background: -webkit-linear-gradient(bottom, rgba(89,152,19,1) 0%, rgba(89,152,19,0) 80%);
background: -o-linear-gradient(bottom, rgba(89,152,19,1) 0%, rgba(89,152,19,0) 80%);
background: linear-gradient(to top, rgba(89,152,19,1) 0%, rgba(89,152,19,0) 80%);
	padding: 5% 10% 7% 20%;
	height: 500px;
	align-content: flex-end;
}
.redgrdient{
	background: rgb(221,90,73);
background: -webkit-linear-gradient(bottom, rgba(221,90,73,1) 0%, rgba(221,90,73,0) 80%);
background: -o-linear-gradient(bottom, rgba(221,90,73,1) 0%, rgba(221,90,73,0) 80%);
background: linear-gradient(to top, rgba(221,90,73,1) 0%, rgba(221,90,73,0) 80%);
	padding: 5% 10% 7% 10%;
	height: 500px;
	align-content: flex-end;
}
.creamgrdient{
	background: rgb(217,157,90);
background: -webkit-linear-gradient(left, rgba(217,157,90,1) 0%, rgba(217,157,90,0) 80%);
background: -o-linear-gradient(left, rgba(217,157,90,1) 0%, rgba(217,157,90,0) 80%);
background: linear-gradient(to right, rgba(217,157,90,1) 0%, rgba(217,157,90,0) 80%);
	padding: 5% 10%;
	height: 500px;
	align-content: center;
}
.yellowgrdient{
	background: rgb(244,198,33);
background: -webkit-linear-gradient(bottom, rgba(244,198,33,1) 0%, rgba(244,198,33,0) 80%);
background: -o-linear-gradient(bottom, rgba(244,198,33,1) 0%, rgba(244,198,33,0) 80%);
background: linear-gradient(to top, rgba(244,198,33,1) 0%, rgba(244,198,33,0) 80%);
	padding: 5% 10% 7% 20%;
	height: 500px;
	align-content: flex-end;
}
.bluegrdient{
	background: rgb(34,79,138);
background: -webkit-linear-gradient(bottom, rgba(34,79,138,1) 0%, rgba(34,79,138,0) 80%);
background: -o-linear-gradient(bottom, rgba(34,79,138,1) 0%, rgba(34,79,138,0) 80%);
background: linear-gradient(to top, rgba(34,79,138,1) 0%, rgba(34,79,138,0) 80%);
	padding: 5% 10% 7% 10%;
	height: 500px;
	align-content: flex-end;
}
.begiegrdient{
	background: rgb(157,145,136);
background: -webkit-linear-gradient(bottom, rgba(157,145,136,1) 0%, rgba(157,145,136,0) 80%);
background: -o-linear-gradient(bottom, rgba(157,145,136,1) 0%, rgba(157,145,136,0) 80%);
background: linear-gradient(to top, rgba(157,145,136,1) 0%, rgba(157,145,136,0) 80%);
	padding: 5% 10% 7% 20%;
	height: 500px;
	align-content: flex-end;
}
.browngrdient{
	background: rgb(108,59,39);
background: -webkit-linear-gradient(bottom, rgba(108,59,39,1) 0%, rgba(108,59,39,0) 80%);
background: -o-linear-gradient(bottom, rgba(108,59,39,1) 0%, rgba(108,59,39,0) 80%);
background: linear-gradient(to top, rgba(108,59,39,1) 0%, rgba(108,59,39,0) 80%);
	padding: 5% 10% 7% 10%;
	height: 500px;
	align-content: flex-end;
}
.procontbox{
	width: 450px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}
.procontbox h2{
	color: #fff;
	font-size: 38px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: 'gothambold';
}
.servimg{
	width: 100%;
	height: 354px;
	margin-bottom: 30px;
}
.servimg img{
	width: 100%;
	height: 354px;
	object-fit: cover;
	object-position: 50% 50%;
}
.servboxgreen{
	width: 100%;
	height: 354px;
	background-color: #edfcf3;
	font-size: 16px;
	line-height: 21px;
	color: #373b39;
	align-content: center;
	justify-content: center;
	padding: 16%;
	margin-bottom: 30px;
}
.servboxgreen h3{
	font-size: 38px;
	line-height: 40px;
	color: #0b7d3f;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: 'gothambold';	
}
.servboxorange{
	width: 100%;
	height: 354px;
	background-color: #fef3ec;
	font-size: 16px;
	line-height: 21px;
	color: #373b39;
	align-content: center;
	justify-content: center;
	padding: 16%;
	margin-bottom: 30px;
}
.servboxorange h3{
	font-size: 38px;
	line-height: 40px;
	color: #f5761c;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: 'gothambold';	
}
.continfo{
	font-size: 14px;
	line-height: 18px;
}
.continfo a{
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #0b7d3f;
	transition: 0.3s;
}
.continfo a:hover{
	text-decoration: none;
	color: #f5761c;
}
.contactbox{
	background-color: #fff;
	border-radius: 16px;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(196,196,196,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(196,196,196,1);
box-shadow: 0px 0px 19px 0px rgba(196,196,196,1);
}

.contactbox h4{
	font-size: 20px;
	line-height: 24px;
	color: #f5761c;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: 'gothambold';	
}
.submitbtn{
	background-color: #0b7d3f;
	border: 1px solid #0b7d3f;
	color: #fff;
	font-size: 14px;
	padding: 11px 14px;
	border-radius: 5px;
	font-weight: 600;
	width: 100%;
	transition: 0.3s;
}
.submitbtn:hover{
	background-color: #f5761c;
	border: 1px solid #f5761c;
	color: #fff;
	font-size: 14px;
	padding: 11px 14px;
	border-radius: 5px;
	font-weight: 600;
	width: 100%;
}


@media (max-width: 1600px) {
.innercollage {
    width: 100%;
    height: 460px;
    position: relative;
    margin: 0px auto;
}
.innercollage img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: top center;
}
}



@media (max-width: 1024px) {
.whyuspointers div{
	width: 150px;
	height: 90px;
	padding: 10px 0px;
	border-right: 1px solid #d8cbb8;
}
.prodtbox2{
	width: 49.5%;
	height: 500px;
	background-color: sandybrown;
}
.prodtbox3{
	width: 49.5%;
	height: 500px;
	background-color: darkkhaki;
}
	.procontbox {
    width: 350px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
}

@media (max-width: 991px) {
  .logo img{
    height: 71px;
    width: auto;
  }
  .rowmargintabmob30 {
    margin-top: 30px;
}
.rowmargintabmob20 {
    margin-top: 20px;
}
.rowmargintabmob10 {
    margin-top: 10px;
}
.whyuspointers div{
	width: 48%;
	height: 120px;
	padding: 10px 10px;
	border: 1px solid #d8cbb8;
	margin: 5px;
	align-content: center;
}
	.whyuspointers div:last-child{
	border: 1px solid #d8cbb8;
}
.prodtbox2{
	width: 100%;
	height: 500px;
}
.prodtbox3{
	width: 100%;
	height: 500px;
}
	.procontbox {
    width: 350px;
}
.lightgreengrdient{
	padding: 5% 10%;
}
.redgrdient{
	padding: 5% 10%;
}
.creamgrdient{
	padding: 5% 10%;
}
.yellowgrdient{
	padding: 5% 10%;
}
.bluegrdient{
	padding: 5% 10%;
}
.begiegrdient{
	padding: 5% 10%;
}
.browngrdient{
	padding: 5% 10%;
}
}

@media (max-width: 767px) {
  .logo img{
    height: 65px;
  }
  .rowmargin40 {
    margin-top: 40px;
}
.rowmargin30 {
    margin-top: 30px;
}
.rowmargin20 {
    margin-top: 20px;
}
.rowmargin10 {
    margin-top: 10px;
}
.rowmarginbotm20 {
    margin-bottom: 20px;
}
.rowmargindesk30 {
    margin-top: 0px;
}
.right-left {
    text-align: left;
}
.right-center {
    text-align: center;
}
.left-center {
    text-align: center;
}
.left-right {
    text-align: right;
}
.rowmargindesk10 {
    margin-top: 0px;
}
.rowmargindesk20 {
    margin-top: 0px;
}
.rowmargindesk30 {
    margin-top: 0px;
}
.rowmargindesk50 {
    margin-top: 0px;
}
.center-mob-left {
    text-align: left;
}
.center-mob-right {
    text-align: right;
}
.right-mob-center{
  text-align: center;
}
.left-mob-center{
  text-align: center;
}
	.mainheadings h2 {
    font-size: 30px;
    line-height: 38px;
}
	.mainheadings h2 span{
    font-size: 30px;
    line-height: 38px;
}
.wepreserve{
	padding: 50px 0px;
}
	.innercollage{
	height: 250px;
}
.innercollage img{
	height: 250px;
}
.greengrdient{
	background: rgb(12,125,64);
background: -webkit-linear-gradient(bottom, rgba(12,125,64,1) 0%, rgba(12,125,64,0) 80%);
background: -o-linear-gradient(bottom, rgba(12,125,64,1) 0%, rgba(12,125,64,0) 80%);
background: linear-gradient(to top, rgba(12,125,64,1) 0%, rgba(12,125,64,0) 80%);
	padding: 8%;
	height: 500px;
	align-content: flex-end;
}
.creamgrdient{
	background: rgb(217,157,90);
background: -webkit-linear-gradient(bottom, rgba(217,157,90,1) 0%, rgba(217,157,90,0) 80%);
background: -o-linear-gradient(bottom, rgba(217,157,90,1) 0%, rgba(217,157,90,0) 80%);
background: linear-gradient(to top, rgba(217,157,90,1) 0%, rgba(217,157,90,0) 80%);
	padding: 8%;
	height: 500px;
	align-content: flex-end;
}
	
	
	
	
	.lightgreengrdient{
	padding: 8%;
	height: 500px;
}
.redgrdient{
	padding: 8%;
	height: 500px;
}
.creamgrdient{
	padding: 8%;
	height: 500px;
}
.yellowgrdient{
	padding: 8%;
	height: 500px;
}
.bluegrdient{
	padding: 8%;
	height: 500px;
}
.begiegrdient{
	padding: 8%;
	height: 500px;
}
.browngrdient{
	padding: 8%;
	height: 500px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.procontbox h2 {
    font-size: 28px;
    line-height: 35px;
}
	    .procontbox {
        width: 350px;
        color: #fff;
        font-size: 14px;
        line-height: 17px;
    }
} 

@media (max-width: 567px) {
  
.prodbox1{
	height: 215px;
}
.prodbox1 img{
	height: 215px;
}
.prodbox2{
	height: 215px;
}
.prodbox2 img{
	height: 215px;
}
	.whydornam {
    padding: 30px 10px 30px 10px;
}
	.whyuspointers {
    line-height: 14px;
    font-size: 14px;
}
	.whyuspointers div{
	width: 44%;
	height: 120px;
		border-radius: 10px;
}
.whyuspointers h5 {
    font-size: 25px;
    line-height: 25px;
}
	.middlecontainer {
    padding: 40px 0px;
}
	.visionbox{
	border-radius: 10px;
	padding: 14px;
	font-size: 15px;
		margin-bottom: 30px;
}
.visionbox h4{
	font-size: 26px;
	line-height: 30px;
}
	    .procontbox {
        width: 100%;
      
    }
	
	.servimg{
	width: 100%;
	height: 200px;
}
.servimg img{
	width: 100%;
	height: 200px;
}
.servboxgreen{
	height: auto;
	font-size: 14px;
	line-height: 18px;
	padding: 10%;
}
.servboxgreen h3{
	font-size: 26px;
	line-height: 32px;
}
.servboxorange{
	height: auto;
	font-size: 14px;
	line-height: 18px;
	padding: 10%;
}
.servboxorange h3{
	font-size: 26px;
	line-height: 32px;
}
	.pagecont h3{
	font-size: 21px;
	line-height: 25px;
}
	
}



