@font-face {
	font-family: 'jose-bold';
	src: url('../fonts/JosefinSans-Bold.woff'); 
}
@font-face {
	font-family: 'jose-medium';
	src: url('../fonts/JosefinSans-Medium.woff'); 
}
@font-face {
	font-family: 'jose-semi-bold';
	src: url('../fonts/JosefinSans-SemiBold.woff'); 
}
.font-jose-bold, .main-navigation ul li a, h2, .h2{
	font-family: 'jose-bold';
}
.font-jose-medium{
	font-family: 'jose-medium';
}
.font-jose-semi-bold, .menu-call-button a,.btn-primary{
	font-family: 'jose-semi-bold';
}
.font-poppins, p{
	font-family: 'Poppins', sans-serif;
}
.font--bold{
	font-weight:900;
}
body #page { overflow: hidden;}
body {
	font-size:16px;
	line-height: 24px;
	color:#999999;
}
@media (min-width:1200px){
	.corp-container {
		max-width: 1920px;
		padding: 0px 40px;
	}
}
.text--uppercase {text-transform: uppercase; }
.text--center{ text-align:center; }
.section-top {padding-top:80px;}
.section-bottom{padding-bottom:80px;}
.mb5{
	margin-bottom:5px;
}
/* text colors */
.text--white, .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	color:#ffffff;
}
.text--yellow{
	color:#F9B33C;
}
.text--blue{
	color:#0F255E;
}
.text--grey{
	color:#999999;
}
/* bg colors */
.bg--white{
	background-color:#ffffff;
}
.bg--blue{
	background-color:#0F255E;
}
.bg--yellow{
	background-color:#F9B33C;
}
.bg--grey{
	background-color:#999999;
}
/* h1 - h6 */
h1, .h1 {
	font-size:60px; 
	line-height:normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2, .h2 {
	font-size:48px; 
	line-height:normal;
	letter-spacing: -2px;
}
h3, .h3 {
	font-size:30px; 
	line-height:normal;
}
h4, .h4 {
	font-size:28px; 
	line-height:normal;
}
h5, .h5 {
	font-size:24px; 
	line-height:normal;
}
h6, .h6 {
	font-size:20px; 
	line-height:normal;
}
body:not(.single) .entry-content p:last-of-type{
	margin-bottom: 30px;
}
/* buttons */
.btn {
	padding: 20px 30px 20px 45px;
	display: inline-block;
}
.btn-primary{
	background-color:#0F255E;
	border-radius:10px;
	font-size: 20px;
}
.btn-icon-note {
	position: relative;
}
.btn-icon-note:before {
	position: absolute;
	content: "\e903";
	font-family: 'icomoon';
	background-color: #F9B33C;
	padding: 12px 14px;
	border-radius: 11px;
	top: 8px;
	left: -20px;
	color: #0F255E;
	font-size: 25px;
	box-shadow: 7px 7px 5px #00000033;
}
.btn-icon-note, .btn-icon-note:active, .btn-icon-note:focus, .btn-icon-note:visited, .btn-icon-view-products
.btn-icon-view-products:focus, .btn-icon-view-products:visited, .btn-icon-view-products:active {
    color: #ffffff !important;
}
.btn-icon-call-contact-us {
    position: relative;
}
.btn-icon-call-contact-us:before {
    position: absolute;
    content: "\e9dc";
    font-family: 'icomoon';
    background-color: #ffffff;
    padding: 12px 14px 12px 10px;
    border-radius: 12px;
    top: 8px;
    left: -20px;
    color: #F9B33C;
    font-size: 25px;
    box-shadow: 7px 7px 5px #00000033;
}
.btn-icon-call-contact-us {
    font-size: 16px;
}
.pos-cta-main-middle h2 {
    font-size: 35px;
    line-height: 40px;
}
/* position css */
.menu-call-button, .site-branding, .packaging-four-blocks-2, .packaging-four-blocks-4, .sm-heading-both-line {
	position: relative;
}
/*Slick*/
/* .slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */
/* header and menu */
.main-navigation ul li a {
	text-transform: capitalize;
	font-size: 16px;
}
.site-branding img {
	width: 300px;
}
.site-header {
	background: transparent;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding: 15px 0 0px 0px;
}
.main-navigation div > ul:not(.cart_list) > li.current-menu-item > a{
	border-color: #F9B33C !important;
}
.link-underline.main-navigation div > ul:not(.cart_list) > li:hover > a {
	border-color: #F9B33C !important;
}
.menu-call-button {
	padding: 8px 20px;
	border-radius: 11px;
	margin-left: 50px;
}
.menu-call-button a {
	font-size: 14px;
	color: #0F255E;
	font-weight: 600;
}
.menu-call-button:before {
	position: absolute;
	content: "\e9dc";
	font-family: 'icomoon' !important;
	color: #000000;
	background-color: #ffffff;
	padding: 4px 6px;
	border-radius: 8px;
	top: 5px;
	left: -20px;
	box-shadow: 7px 7px 5px #00000033;
}
.main-navigation div > ul:not(.cart_list) > li.current-menu-item > a {
	border: 0px !important;
	position: relative;
}
.main-navigation div > ul:not(.cart_list) > li.current-menu-item > a:before {
	position: absolute;
	content: '';
	background-color: #F9B33C !important;
	width: 25px;
	height: 2px;
	bottom: -5px;
	left: 0;
}
nav#site-navigation {
	position: relative;
	top: -10px;
}
.main-navigation ul .children, .main-navigation ul .sub-menu {
   top: 40px;
}
/* slider css */
.home-slider-item {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 860px;
}
.home-slider-wrapper {
	margin-top: -100px;
}
.cta-header-img{
	bottom: 20px;
    position: absolute;
    width: 100%;
	right:20px;
}
.cta-header-img img{
	float: right;
	height: 125px;
}
.slider-content{
	padding-top: 100px;
}
.site-branding {
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 6px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	top: -15px;
}
.slider-intro-text {
	max-width: 740px;
	margin: 0px auto;
	padding-bottom: 15px;
}
.banner-change-image img {
	width: 580px;
}
.banner-change-image-wrapper {
	position: relative;
	margin-top: -30px;
}
.banner-change-image {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -170px;
}
.slider-ampack-big-bg {
	max-width: 900px;
	margin: 0px auto;
}
button.slick-next.slick-arrow{
	position: absolute;
	right: 50px;
	top: 40%;
	background-color: transparent;
	background-image: url(/wp-content/uploads/2021/11/slider-arrow-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 30px;
}
button.slick-prev.slick-arrow {
	position: absolute;
	left: 50px;
	z-index: 99;
	top: 40%;
	background-color: transparent;
	background-image: url(/wp-content/uploads/2021/11/slider-left-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 30px;
}
/* heading line css */
.sm-heading-both-line:before {
	position: absolute;
	content: '';
	background-color: #0F255E;
	width: 60px;
	height: 4px;
	top: 8px;
	transform: translateX(-80px);
	border-radius: 10px;
}
.sm-heading-both-line:after {
	position: absolute;
	content: '';
	background-color: #0F255E;
	width: 60px;
	height: 4px;
	top: 8px;
	transform: translateX(20px);
	border-radius: 10px;
}
.sm-heading-right-line {
	position: relative;
	padding-right: 80px;
}
.sm-heading-right-line:after {
	position: absolute;
	content: '';
	background-color: #0F255E;
	width: 60px;
	height: 4px;
	top: 8px;
	right: 0;
	border-radius:10px;
}
.sm-heading-bottom-line, .sm-heading-bottom-line-white {
	position: relative;
	padding-bottom: 10px;
}
.sm-heading-bottom-line:after, .sm-heading-bottom-line-white:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius:10px;
}
.sm-heading-bottom-line:after {
	background-color: #0F255E;
}
.sm-heading-bottom-line-white:after {
	background-color: #ffffff;
}
.sm-heading-left-line {
	position: relative;
	padding-left: 70px;
}
.sm-heading-left-line:before {
	position: absolute;
	content: '';
	background-color: #0F255E;
	width: 55px;
	height: 4px;
	left: 0;
	top: 8px;
	border-radius: 10px;
}

/* sections css */
.slider-content h4 {
    margin: 5px 0px;
}
.home-below-slider-section {
	background-image: url(/wp-content/uploads/2021/11/about-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: -90px;
}
.home-packaging-desc{
	padding-top: 150px;
}
.packaging-four-blocks-main {
	display: flex;
	justify-content: center;
	padding-top: 70px;
}
.packaging-four-blocks-1, .packaging-four-blocks-2, .packaging-four-blocks-3, .packaging-four-blocks-4 {
	width: 18%;
	background-color: #ffffff;
	padding: 30px 10px 0px 10px;
	border-radius: 35px;
	margin: 15px;
	box-shadow: 24px 32px 54px -7px rgba(233,234,236,0.8);
	-webkit-box-shadow: 24px 32px 54px -7px rgba(233,234,236,0.8);
	-moz-box-shadow: 24px 32px 54px -7px rgba(233,234,236,0.8);
}
.packaging-four-blocks-2, .packaging-four-blocks-4 {
	top: 80px;
}

/* who we are section css */
.home-who-we-section-main {
	display: flex;
	padding-top: 60px;
}
.home-who-we-section-main-left {
	width: 55%;
}
.home-who-we-section-main-right {
	width: 45%;
	text-align: right;
}
.home-house-img img {
	max-width: 650px;
}

/*why choose us section css */
.why-choose-number-col-main {
	display: flex;
	padding-top: 50px;
}
.why-choose-number-col-main-left {
	width: 30%;
}
.why-choose-number-col-main-right {
	width: 30%;
	text-align: right;
}
.why-choose-number-col-main-middle {
	width: 40%;
}
.big-number {
	font-size: 100px;
	opacity: 0.3;
}
.number-desc {
	margin-bottom: 10px;
	margin-top: -10px;
}
.number-two, .number-three, .number-four, .number-six, .number-seven, .number-eight {
	padding-top: 40px;
}
.number-middle-image {
	padding-left: 20px;
	padding-right: 20px;
	position:relative;
}
.number-middle-image:after {
	position: absolute;
	content: '';
	background-image: url(/wp-content/uploads/2021/11/number-ampack-bg.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 0;
}

/* home certificate - form section */
.home-certi-form-section-main {
	display: flex;
}
.home-certi-form-section-main-left {
	width: 40%;
}
.home-certi-form-section-main-right {
	width: 60%;
	padding-left: 60px;
	position: absolute;
	right: 0;
}
.certi-col2, .certi-col3 {
	display: flex;
	justify-content: center;
}
.certi-col2-left, .certi-col2-right{
	margin: 8px;
}
.certi-col3-left {
	margin: 8px;
}
.certi-col3-right {
	margin: 8px;
}
.form-row-half {
	display: flex;
}
.form-col {
	margin: 10px;
	width: 50%;
}
.home-contact-form {
	background-color: #F7F7F7;
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-right: 30px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	background-color: #E6E6E6;
	padding: 18px;
	border: 0px;
	border-radius: 17px;
	width: 100%;
}
.wpcf7 textarea{
	background-color: #E6E6E6;
	border: 0px;
	width: 100%;
	border-radius: 17px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-icon-arrow {
	background-color: #0F255E;
	padding: 20px 30px 20px 45px;
	font-size: 20px;
	text-transform: capitalize;
	position: relative;
	float: right;
	top: 10px;
	font-family: 'jose-semi-bold';
	border-radius: 12px;
}
.form-row-full {
	margin: 10px;
}
.form-field-title {
	font-size: 16px;
	color: #0F255E;
	font-weight: 600;
	margin-bottom: 10px	!important;
}
.cnt-btn-image-main {
	position: relative;
}
.cnt-btn-image-sub {
	position: absolute;
	right: 170px;
	z-index: 1;
	top: 15px;
}

/* cta section css */
.pos-cta-main{
	display: flex;
	align-items: center;
}
.pos-cta-main-left {
	width: 30%;
}
.pos-cta-main-middle {
	width: 50%;
	padding: 20px 0px;
}
.pos-cta-main-right {
	width: 20%;
	text-align: right;
}
.home-pos-range-section {
	position: relative;
}
.home-cta-image {
	position: absolute;
	bottom: 20px;
}
.home-cta-image img {
	max-width: 312px;
}
.btn-icon-view-products {
	position: relative;
}
.btn-icon-view-products:before {
	position: absolute;
	content: "\e9dd";
	font-family: 'icomoon';
	background-color: #ffffff;
	padding: 12px 14px 12px 10px;
	border-radius: 12px;
	top: 8px;
	left: -20px;
	color: #F9B33C;
	font-size: 25px;
	box-shadow: 7px 7px 5px #00000033;
}

/* testimonial section css */
.home-testimonials-section {
	background-image: url(/wp-content/uploads/2021/11/testimonial-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	margin-top: -90px;
}
.testimonials-odd-block, .testimonials-even-block {
	position: relative;
	background-color: #ffffff;
	padding: 80px 20px 5px 20px;
	border-radius: 42px;
}
.testimonials-odd-block:before, .testimonials-even-block:before {
	position: absolute;
	content: "\e954";
	font-family: 'icomoon';
	color: #ffffff;
	font-size: 48px;
	background-color: #F9B33C;
	padding: 38px 28px;
	border-radius: 22px;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 13px 21px 20px -12px rgba(153,153,153,0.62);
	-webkit-box-shadow: 13px 21px 20px -12px rgba(153,153,153,0.62);
	-moz-box-shadow: 13px 21px 20px -12px rgba(153,153,153,0.62);
}
.testimonials-title-sec {
	padding-top: 15%;
	padding-bottom: 40px;
}
.home-testimonials-section .slick-slide {
	margin: 25px;
}
.home-testimonials-section .slick-list.draggable {
	padding-right: 170px;
}
.home-testimonials-section .slick-slider{
	margin-right: -70px;
}
.testimonials-odd-block{
	top: 25px;
	height: 340px;
}
.testimonials-even-block{
	top: 100px;
	margin-bottom: 80px;
	height: 390px;
}
.home-testimonials-section ul.slick-dots {
	margin-bottom: 100px;
	text-align: center;
	padding-top: 30px;
}
.home-testimonials-section ul.slick-dots li {
	display: inline-flex;
}
.home-testimonials-section ul.slick-dots li.slick-active button {
	background-color:#F9B33C;
	width: 30px;
}
.home-testimonials-section ul.slick-dots li button {
	font-size: 0;
	display: inline-flex;
	background-color: #ffffff;
	margin: 5px;
	padding: 3px;
	width: 25px;
	border-radius:8px;
}
.testi-author {
	margin-bottom: -15px;
}

/* footer css */
.footer-social-icons {
	display: flex;
	padding-top: 60px;
}
.footer-social-icons span {
	color: #0F255E;
	font-size: 30px;
	background-color: #ffffff;
	padding: 15px;
	line-height: 30px;
	border-radius: 10px;
	margin: 10px;
}
#colophon {
	background-image: url(/wp-content/uploads/2021/11/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
}
.site-footer .widgets .widget .widget-title {
	font-size: 30px;
	font-family: 'jose-bold';
	position: relative;
	padding-bottom: 10px;
}
.site-footer .widgets .widget .widget-title:after {
	position: absolute;
	content: '';
	background-color: #F9B33C;
	width: 70px;
	height: 7px;
	bottom: 0;
	left: 0;
	border-radius: 10px;
}
.site-footer .widgets .widget a {
	font-size: 16px;
	font-family: 'jose-semi-bold';
	text-transform: uppercase;
	line-height: 50px;
}
.site-footer .widgets .widget {
	margin-bottom: 30px !important;
}
.footer-address, .footer-phone, .footer-fax, .footer-mail {
	color: #ffffff;
	font-size: 16px;
	font-family: 'jose-semi-bold';
	position: relative;
	padding-left: 60px;
}
.footer-phone a {
	display: block;
	line-height: 25px !important;
}
.footer-mail a {
	text-transform: lowercase !important;
}
.footer-phone, .footer-fax, .footer-mail {
	padding-top: 15px;
}
.footer-address:before, .footer-phone:before, .footer-fax:before, .footer-mail:before {
	position: absolute;
	background-color: #F9B33C;
	font-family: 'icomoon';
	font-size: 25px;
	line-height: 15px;
	padding: 12px 10px 12px 10px;
	border-radius: 8px;
	color: #0F255E;
	left: 0;
	box-shadow: 7px 7px 5px #00000033;
}
.footer-address:before {
	content: "\e902";
}
.footer-phone:before {
	content: "\e9dc";
	font-size: 20px;
}
.footer-fax:before {
	content: "\ea24";
	font-size: 18px;
}
.footer-mail:before {
	content: "\e9db";
	font-size: 19px;
	margin-top: 25px;
}
.site-footer .bottom-bar {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.footer-fax span {
	position: relative;
	top: 10px;
}
.footer-mail a {
	position: relative;
	top: 20px;
}
.footer-contact-info {
	padding-top: 15px;
}
.site-footer .site-info {
	font-size: 14px;
}
.footer-address a {
    line-height: 25px !important;
	text-transform: capitalize !important;
}
.footer-mail {
    position: relative;
    top: -15px;
}

/* captcha css */
input.wpcf7-form-control.wpcf7-mathcaptcha {
    max-width: 100px;
}
.captcha-cust {
    color: #0F255E;
    font-weight: 700;
}

.home-contact-form-section {
    padding-bottom: 80px;
}

@media (max-width:767px){
	#mobile-navigation ul li a {
   		border-color: #000000;
    	color: #ffffff;
    	padding: 5px 30px;
    	background-color: #0F255E;
    	font-size: 14px;
	}
	.site-branding img {
		width: 250px;
	}
	i.icon-angle-down {
    	border: solid #ffffff;
  		border-width: 0 3px 3px 0;
  		display: inline-block;
  		padding: 3px;
		transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
	}
	.menu-call-button {
		display: none !important;
	}
	.section-top {
		padding-top: 40px;
	}
	.section-bottom{
		padding-bottom:40px;
	}
	h1, .h1{
		font-size:35px;
	}
	h2, .h2{
		font-size:32px;
	}
	.banner-change-image {
		position: inherit;
		left: inherit;
		transform: inherit;
		top: 0;
	}
	.cta-header-img img{
		height:75px;
	}
	.slider-content {
		padding-top: 120px;
		padding-left: 15px;
		padding-right: 15px;
	}
	button.slick-prev.slick-arrow{
		left: 15px;
		top: 45%;
	}
	button.slick-next.slick-arrow {
		right: 15px;
		top: 45%;
	}
	.banner-change-image img {
		width: 90%;
		margin: 0px auto;
	}
	.packaging-four-blocks-main, .home-who-we-section-main, .why-choose-number-col-main {
		flex-direction: column;
	}
	.packaging-four-blocks-1, .packaging-four-blocks-2, .packaging-four-blocks-3, .packaging-four-blocks-4 {
		width: 100%;
		margin: 0px;
		margin-bottom: 30px;
	}
	.packaging-four-blocks-2, .packaging-four-blocks-4 {
		top: 0px;
	}
	.home-who-we-section-main {
		padding-top: 0px;
	}
	.home-who-we-section-main-left {
		width: 100%;
	}
	.home-house-img img {
		max-width: 100% !important;
	}
	.home-who-we-section-main-right {
		width: 100%;
		text-align: left;
	}
	.btn-primary {
		margin-left: 18px;
	}
	.sm-heading-right-line:after{
		display:none;
	}
	.why-choose-number-col-main-left, .why-choose-number-col-main-middle {
		width: 100%;
	}
	.why-choose-number-col-main-right {
		width: 100%;
		text-align: left;
		padding-top: 60px;
	}
	.home-testimonials-section {
		margin-top: 0px !important;
	}
	.home-testimonials-section .slick-list.draggable {
		padding-right: 0px;
	}
	.testimonials-odd-block {
		top: 40px;
	}
	.testimonials-even-block {
		top: 40px;
	}
	.home-testimonials-section .slick-slider {
		margin-right: 0px;
	}
	.home-testimonials-section .slick-slide {
		margin: 0px;
	}
	.home-testimonials-section ul.slick-dots {
		margin-bottom: 50px;
		padding-top: 10px;
	}
	.pos-cta-main, .home-certi-form-section-main, .form-row-half {
		flex-direction: column;
	}
	.pos-cta-main-left, .pos-cta-main-middle {
		width: 100%;
	}
	.home-cta-image {
		position: inherit;
		bottom: inherit;
		padding-top: 30px;
	}
	.pos-cta-main-right {
		width: 100%;
		text-align: left;
		margin-bottom: 40px;
	}
	.home-certi-form-section-main-left {
		width: 100%;
	}
	.home-certi-form-section-main-right {
		width: 100%;
		padding-left: 0px;
		position: inherit;
		right: inherit;
	}
	.form-col {
		margin: 8px 0px;
		width: 100%;
	}
	.home-contact-form {
		padding-left: 15px;
		padding-right: 15px;
	}
	.form-row-full {
		margin: 8px 0px;
	}
	.footer-social-icons {
		padding-top: 30px;
	}
	.certi-col2, .certi-col3 {
    	flex-direction: column;
	}
	.certi-col2-left, .certi-col2-right {
    	width: 100%;
    	margin: 0px;
	}
	.certi-col3-left, .certi-col3-right {
    	width: 100%;
    	margin: 0px;
	}
	.home-cta-image img {
    	max-width: 100%;
	}
	.home-contact-form-section {
    	padding-bottom: 0px;
	}
}

@media (max-width:1280px){
	.home-house-img img {
		max-width: 615px;
	}
	.certi-col2, .certi-col3 {
		padding-top: 20px;
	}
	.home-contact-form {
		padding-top: 20px
	}
	.home-testimonials-section {
		margin-top: -70px;
	}
	.number-two, .number-three, .number-four, .number-six, .number-seven, .number-eight {
		padding-top: 20px;
	}
	.home-slider-item {
		background-position: bottom;
		border-bottom-right-radius: 60px;
		border-bottom-left-radius: 60px;
	}
	.footer-fax span {
		top: 8px;
	}
}

@media (min-width:1600px){
	.main-navigation ul li {
		margin: 0 60px -10px 0;
	}
	.home-slider-item {
		background-position: bottom;
	}
	.home-below-slider-section {
		background-position: bottom;
	}
	.home-house-img img {
		max-width: 900px;
	}
	.home-testimonials-section {
		margin-top: -200px;
	}
	.home-testimonials-section .slick-slider {
		margin-right: -122px;
	}
	.home-testimonials-section .slick-list.draggable {
		padding-right: 260px;
	}
	.home-certi-form-section-main-right {
		right: -55px;
	}
	.home-contact-form {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.footer-phone {
		margin-top: 25px;
	}
	.packaging-four-blocks-1, .packaging-four-blocks-2, .packaging-four-blocks-3, .packaging-four-blocks-4 {
		padding: 50px 10px 50px 10px;
	}
	.testimonials-odd-block, .testimonials-even-block {
		padding: 90px 20px 90px 20px;
	}
	.pos-cta-main-middle {
		padding: 50px 0px;
	}
	.number-two, .number-three, .number-four, .number-six, .number-seven, .number-eight {
		padding-top: 60px;
	}
	.form-row-half, .form-row-full {
		padding-top: 15px;
	}
	.cnt-btn-image-sub {
		top: 30px;
	}
	.footer-address a {
    	position: relative;
    	top: 8px;
	}
}

@media (min-width:768px) and (max-width:1024px){
	h1, .h1 {
    	font-size: 50px;
    }
	h5, .h5 {
    	font-size: 20px;
    }
	.section-top {
    	padding-top: 40px;
	}
	.section-bottom {
    	padding-bottom: 40px;
	}
	i.icon-angle-down {
    	border: solid #ffffff;
  		border-width: 0 3px 3px 0;
  		display: inline-block;
  		padding: 3px;
		transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
	}
	.banner-change-image {
    	top: -100px;
	}
	.home-house-img img {
    	max-width: 100%;
	}
	.home-cta-image img {
    	max-width: 200px;
	}
	.home-cta-image {
   		bottom: 10px !important;
	}
	.pos-cta-main-middle h2 {
    	font-size: 30px;
	}
	.home-certi-form-section-main-right {
    	position: relative;
    }
	.form-row-half {
    	flex-direction: column;
	}
	.form-col {
   		width: 100%;
	}
	.form-row-full {
    	margin: 0px;
	}
	.wpcf7 textarea {
    	margin: 10px;
	}
	.footer-phone {
    	padding-top: 40px;
	}
}