@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); {

	scrollbar-color: #e90006 rgba(0, 0, 0, 0.2) !important;

	scrollbar-width: thin !important;

}

body {

	margin: 0;

	padding: 0; 

	 font-family: "Inter", serif;  

  font-style: normal; 

	overflow-x: hidden;

	color: #3a3a3a;

}

ul, li {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

a, a:hover, a:focus {

	text-decoration: none;

	outline: none;

}

img {

	max-width: 100%;

}

h1, h2, h3, h4, h5, h6, p {

	margin: 0;

	color: inherit;

}

* {

	box-sizing: border-box;

}

.row {

	margin-right: -10px;

	margin-left: -10px;

}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

	padding-right: 10px;

	padding-left: 10px;

}

p:empty {

	display: none;

}

.custom-Order {

	order: 1;

}

/*********************







// Start Homepage //







***********************/



.sticky header {

	

	position: fixed;

	background: rgba(255, 255, 255, 0.95);

	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.095);

}

.sticky .logo-Main > img {

	width: 70px;

	max-width: 100%;

}

header {

	position:relative;

	z-index: 999999;

	padding: 5px 0;

	left: 0;

	right: 0;

	top: 0;

	-webkit-transition: all 400ms ease-in-out 0s;

	-moz-transition: all 400ms ease-in-out 0s;

	-ms-transition: all 400ms ease-in-out 0s;

	-o-transition: all 400ms ease-in-out 0s;

	transition: all 400ms ease-in-out 0s;

	background: #f7f7f7;

	border-bottom:1px solid #e7e7e7;

}

.logo-Main > img {

	width: 80px;

	max-width: 100%;

	-webkit-transition: all 400ms ease-in-out 0s;

	-moz-transition: all 400ms ease-in-out 0s;

	-ms-transition: all 400ms ease-in-out 0s;

	-o-transition: all 400ms ease-in-out 0s;

	transition: all 400ms ease-in-out 0s;

}

.top-Menuse {

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: flex-end;

}

.main-Menuse ul {

	display: flex;

	align-items: center;

}

.main-Menuse ul > li > a {

	color: #2c2c2c;

	font-size: 16px;

	font-weight: 500;

	text-transform:capitalize;

	padding: 0 15px;

	text-align: center;

	position: relative;

	z-index: 2;

	display: block;

	line-height: 17px;

	-webkit-transition: all 400ms ease-in-out 0s;

	-moz-transition: all 400ms ease-in-out 0s;

	-ms-transition: all 400ms ease-in-out 0s;

	-o-transition: all 400ms ease-in-out 0s;

	transition: all 400ms ease-in-out 0s;

}

.main-Menuse ul > li > a:hover {

	color: #e90006;

}

.main-Menuse .reg-Btn > a, .main-Menuse .logBtn > a {

	background: #e90006;

	padding: 15px 5px;

	width: 120px;

	margin-left: 15px;

	border-radius: 100px;

	color: #fff;

}

.ban-Img {

	border-radius: 30px;

	background: #fff;

	padding: 30px;

	border-bottom: 10px solid #e9e9e9;

}

.banner-Mainse::before {

	content: "";

	position: absolute;

	right: 0;

	left: 0;

	bottom: 0;

	z-index: -1;

	border-right: 25vw solid transparent;

	border-bottom: 250px solid #fff;

	border-left: 75vw solid transparent;

}

 

.banner-Mainse, .banner-Commonse {

	background: url(../images/bg-banner.png) no-repeat center bottom/cover;

	padding: 150px 0;

	position: relative;

	z-index: 2;

}

.banner-Commonse {

	background: url(../images/bg-banner2.png) no-repeat center center/cover;

	padding: 100px 0; 

}

 

.getQuery {

	padding-top: 50px;  

}

.getQuery .primary-Gbtn {

	max-width: 250px;

	padding: 25px 15px;

	font-size: 20px;

	line-height: 20px;

	font-weight: 700;

}

.ban-Leftse > h1 {

	font-size: 44px;

	line-height: normal;

	font-weight: 800;

	color: #3a3a3a; 

	line-height: 52px;

}

.common-Inse > h1 {

	color: #fff;

}

.ban-Leftse > h1 > span {

	display: block;

	color:#e90006;

	font-size: 36px;

	line-height: normal;

	font-weight: 600;

	letter-spacing:3.9px;

}

.ban-Leftse > p {

	font-size: 22px;

	line-height: 34px;

	font-weight: 400;

	padding-top: 30px; 

}

.primary-Gbtn {

	background: #e90006;

	color: #fff;

	font-size: 18px;

	line-height: 18px;

	font-weight: 500;

	text-transform: uppercase;

	padding: 25px 20px;

	position: relative;

	z-index: 2;

	overflow: hidden;

	text-align: center;

	display: inline-block;

	max-width: 100%;

	width: 100%;

	border-radius: 10px;

	-webkit-transition: all 400ms ease-in-out 0s;

	-moz-transition: all 400ms ease-in-out 0s;

	-ms-transition: all 400ms ease-in-out 0s;

	-o-transition: all 400ms ease-in-out 0s;

	transition: all 400ms ease-in-out 0s;

}

.primary-Gbtn::after {

	background: rgba(255, 255, 255, 0.15);

	content: "";

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	height: 0;

	z-index: -1;

	-webkit-transition: all 400ms ease-in-out 0s;

	-moz-transition: all 400ms ease-in-out 0s;

	-ms-transition: all 400ms ease-in-out 0s;

	-o-transition: all 400ms ease-in-out 0s;

	transition: all 400ms ease-in-out 0s;

	transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);

}

.primary-Gbtn:hover:after {

	height: 100%;

}

.primary-Gbtn:hover {

	color: #fff;

}

.btn-White {

	background: #fff;

	color: #454545;

}

.btn-White:hover {

	color: #454545;

}

 

.full-Width {

	display: block;

	width: 100%;

	max-width: 100%;

}

.title-Mainse { 

	padding-bottom: 30px;

}

.title-Mainse > h2 {

	font-size: 36px;

	line-height: 40px;

	font-weight: 700;

	display: inline-block;

	text-transform:capitalize;

}

.title-Mainse > h2 > span {

	color: #e90006;

	font-weight: 800;

}

 

.title-Mainse > p {

	font-size: 16px;

	color: #252525;

	line-height: 25px;

	padding-top: 25px;

}



 

.about-Mainse {

	padding: 100px 0;

	background: #fff;

	text-align: center;

}



.featuer-Boxse {

	background: #f5f5f5;

	border-radius: 25px; 

	padding: 20px;

	margin-top:15px;

}



.featuers-Imgse > a, .featuers-Imgse > img {

	display: flex;

	align-items: center;

	justify-content: center;

	width: 80px;

	height: 80px;

	padding: 5px;

	margin: 0 auto;

}

.featuer-Boxwrap > h3 {

	font-size: 18px;

	color:#353535;

	line-height: 20px;

	margin: 15px 0 10px;

}

.featuer-Boxwrap > p {

	font-size: 14px; 

	line-height: 23px; 

}



.farm-Mainse {

	background: #f5f5f5;

	padding: 100px 0;

	text-align: center;

}

.farm-Insec .title-Mainse {

	padding-bottom: 50px;

}

 

.farm-Imgse {

	background:#fff;

	border-radius: 25px;

	overflow: hidden; 

}



.farm-Mainse .row + .row {

	margin-top: 60px;

	padding-top: 60px;

	border-top:1px dashed #e90006;

}

.farm-Textse {

	text-align: left;

}

.farm-Textse > h3 {

		font-size: 22px;

	line-height: 26px;

	margin:0 0 20px;

	font-weight:600; 

}

.farm-Textse > p {

		font-size: 16px; 

	line-height: 27px;  

}

.farm-Textse > p + p {

	padding-top: 20px;

}

.farm-Imgse > span {

	padding:50px;	 

	display: flex;

	align-items: center;

	justify-content: center;

}

.farm-Textse ul {

	padding-left:15px;

	padding-top:10px; 

}



.farm-Textse ul > li {

	font-size: 14px;

	line-height: 24px; 

	padding-left:30px;

	position:relative;

}

.farm-Textse ul > li + li {

	margin-top:15px;

}

.farm-Textse ul > li:before {

	content:"\f046 ";

	position:absolute;

	left:0;

	top:1px;

	font-size:16px;	

  font-family: fontawesome;

  color:#e90006;

}



.pad-left {

	padding-left: 50px;

}

.pad-right {

	padding-right: 50px;

}

.crop-Mainse {

	background: #efefef;

	padding: 100px 0;

	text-align: center;

}

.crop-Wrap {

	background: #f7f7f7;  

	border-radius: 25px;

	margin-top:20px;

}

.crop-Img a > img, .crop-Img > img {

	border-radius: 25px 25px 0 0;

}

.text-Wrap {

	padding: 20px;

	min-height: 180px;

}

.date-Sec {

	display: flex;

	align-items: center;

	justify-content:space-between ;

}

.date-Sec h4 {

	font-size: 12px;

	font-weight: 500;

	color: #999;

}

.text-Wrap > h3, .text-Product > h3 {

	font-size: 20px;

	font-weight: 600;

	color:#353535;

	margin:0 0 15px;

	line-height: 24px;

}

.text-Wrap > p, .text-Product > p {

	font-size: 14px; 

	line-height: 23px;

}

.read-More > a {

	font-size: 14px;

	font-weight: 500;

	color: #f22b3e;

	display: inline-block;

	margin-top: 10px;

}

.support-Section {

	background: #fff;

	padding: 100px 0;

	text-align: center;

}

.support-Wrap {

	background: #f5f5f5;

	padding: 25px;

	border-radius: 25px;

}

.support-Img > a {

	display: flex;

	align-items: center;

	justify-content: center;

	width: 80px;

	height: 80px;

	margin: 0 auto;

}

.support-Text > h3 {

	font-size: 18px;

	font-weight: 600;

	color: #252525;

	margin: 25px 0 15px;

}

.support-Text > p {

	font-size: 14px;

	line-height: 23px;

}



.faq-Section {

	background: #f5f5f5;

	padding: 100px 0;

	text-align: center;

}

.faqs-Inse {

	width: 850px;

	max-width: 100%;

	display: inline-block;

	text-align: left;

}

.faq-Header > h3 {

	display: block;

	padding: 20px;

	font-size: 18px;

	cursor: pointer;

	position: relative;

	z-index: 5;

	border-radius: 10px 10px 0 0;

	background: #e90006;

	color: #fff;

	margin-top: 10px;

}

.faq-Header > h3.collapsed {

	background: #fff;

	color: #3a3a3a;

	border-radius: 10px; 

}



.faq-Bodytxt > p {

	font-size: 14px;

	line-height: 23px; 

}

.faq-Bodytxt {

	background:#fff;

	padding: 20px;

	border-radius:0 0 10px 10px; 

}

.faq-Header > h3.collapsed::after, .faq-Header > h3::after {

content: "\f107";

  position: absolute;

  right: 15px;

  font-size: 25px;

  font-family: fontawesome;

  top: 50%;

  margin-top: -13px;

}

.faq-Header > h3:after { 

	content: "\f106";

}

.slick-list.draggable {

	padding: 0 !important;

}

.mid-Wrapse {

	padding: 100px 0;

	background: #efefef;

}

.faq_single {

	padding: 30px;

	margin-top:15px;

	background: #f7f7f7;

	border-radius: 30px;

}

.product-Wrap {

	background: #f9f9f9;

	border-radius: 30px;

	overflow:hidden;

}

 .product-Cover {

	margin-top: 20px;

}

 @media screen and (min-width:991px) {

.text-Product {

	min-height: 160px;

}

}



.list-Topse {

	text-align: center;

	position: absolute;

	bottom: 0;

	left: -20px;

	right: -20px;

}

.product-Right {

	padding: 15px;

	position: relative;

	height: 100%; 

}

 

.list-Topse > a {

	display: block;

	padding: 10px;

	background: #e90006;

	color: #fff;

	font-size: 14px;

	line-height:15px;

	font-weight: 600;

}

.list-Topse > a .show_Ar {

    margin-left: 10px;

    display: inline-block;

}



.list-Topse > a.collapsed .show_Ar {

    transform: rotate(-180deg);

}

.see-More {

	text-align: right;

}

.see-More > a {

	padding: 20px;

	font-size: 15px;

	font-weight: 600;

	line-height: 17px; 

}

.product-Bodywrap {

	background: #fff;

	padding: 30px;

	border-radius: 30px;

	margin-top:15px;

}

.body-Product > h3 {

	color: #353535;

	font-size: 22px;

	font-weight: 600;

	margin-bottom:15px;

}

.body-Product + .body-Product {

	padding-top:20px;

}

.body-Product > p { 

	font-size:14px;

	line-height:23px;  

}

.body-Product > ul > li {

	font-size: 14px;

	color: #353535;

	line-height: 25px;

	position: relative;

	padding-left: 30px;

}

.body-Product > ul > li + li {

	margin-top:15px; 

}



.body-Product > ul > li:before {

	content: "\f046 ";

  position: absolute;

  left:0; 

  font-family: fontawesome;

  top:1px; 

   color:#e90006;

}

.about-Cover .title-Mainse {

	text-align: center;

	padding-bottom: 40px;

}

.about-Wrap {

	background: #fff;

	padding: 30px;

	border-radius: 30px;

}

.about-Wrap + .about-Wrap {

	margin-top: 15px;

}

.about-Wrap > h2, .contact-Wrap > h3 {

	font-size: 24px;

	font-weight: 600; 

	margin-bottom: 15px;

	 color:#e90006;

}

.about-Wrap > h3, .about-Wrap > h4 {

	font-size: 18px;

	font-weight: 600;

	color: #353535;

	margin-bottom: 15px;

}



.about-Wrap > p {

	font-size: 15px;

	font-weight: 400;

	color: #454545;

	line-height:26px; 

}

.about-Wrap > p + p {

	padding-top:15px;

}



.about-Wrap > ul{

	padding-left:40px;

}

.about-Wrap > ul > li {

	font-size: 14px;

	color: #353535;

	line-height: 25px;

	position: relative;

	padding-left: 30px;

}

.babout-Wrap > ul > li + li {

	margin-top:15px; 

}



.about-Wrap > ul > li:before {

	content: "\f046 ";

  position: absolute;

  left:0; 

  font-family: fontawesome;

  top:1px;

  color:#e90006;

}

.img-About > img {

	border-radius: 30px;

}

.contact-Form, .contact-Wrap {

	background: #f8f8f8;

	padding: 30px;

	border-radius: 30px;

}

.contact-Wrap {

	height:100%;

}

.new-Msg {

	height: 50px;

	border-radius: 15px;

	padding: 10px;

	width:100%;

	font-size: 15px;

	margin-bottom: 20px;

	border: 1px solid #e7e7e7;

}

.new-Msg2 {

	height: 100px;

	border-radius:15px;

	resize: none;

	margin-bottom: 20px;

}

.suBtn {

	border: 0;

	padding: 20px;

	font-size: 16px;

}



.share-Social ul{

	display: flex;

	align-items: center; 

	flex-wrap:wrap;

}





.share-Social ul > li{

	padding:0 5px;

}

.contact-Wrap .address-Sec > li > a { 

	color: #353535; 

}



.share-Social ul > li > a {

	background:#f5f5f5;

	border-radius:10px;

	font-size: 18px;

	color:#757575; 

	line-height: 19px;

	width:40px;

	height:40px;

	display: flex;

	align-items: center;

	justify-content: center;

		-webkit-transition: all 400ms ease-in-out 0s;

	-moz-transition: all 400ms ease-in-out 0s;

	-ms-transition: all 400ms ease-in-out 0s;

	-o-transition: all 400ms ease-in-out 0s;

	transition: all 400ms ease-in-out 0s;

}

.share-Social ul > li > a:hover {

	background:#fff;

	border-radius:5px;

	color:#e90006;

}





footer {

	background: #2E4B56;

	padding: 60px 0 20px;

	color: #fff;

}

.foot-Logo > a {

	width: 200px;

	display: flex;

	align-items: center;

	justify-content: center;

	text-align: center;

	height: auto;

	background: #fff;

	padding: 15px;

	border-radius: 30px;

}

.fot-Titlese > h3 {

	font-size: 24px;

	font-weight: 500;

	line-height: normal;

	padding-bottom: 20px;

}

.foot-Toplkse ul > li + li {

	margin-top: 10px;

}

.foot-Toplkse ul > li > a {

	font-size: 14px;

	color: #fff;

	line-height: 15px;

	font-weight: 400;

	position: relative;

	padding-left: 20px;

	-webkit-transition: all 400ms ease-in-out 0s;

	-moz-transition: all 400ms ease-in-out 0s;

	-ms-transition: all 400ms ease-in-out 0s;

	-o-transition: all 400ms ease-in-out 0s;

	transition: all 400ms ease-in-out 0s;

}

.foot-Toplkse ul > li > a:hover {

	color: #e90006;

}

.foot-Toplkse ul > li > a:before {

	content: "\f101";

	position: absolute;

	font-family: fontawesome;

	left: 0;

	top: 0;

	font-size: inherit;

	color: inherit;

}

.fot-Botsec > p {

	font-size: 13px;

	font-weight: 400;

	line-height: 21px;

}

.fot-Botsec > p > a {

	color: #e90006;

	font-weight: 600;

}

.fot-Botsec > p > a:hover {

	color: #e90006;

}

.address-Sec > li > a {

	font-size: 15px;

	line-height: 21px;

	padding-left: 20px;

	position: relative;

	color: #fff;

	display: inline-block;

}

.address-Sec > li + li {

	margin-top: 10px;

}

.address-Sec > li > a > i {

	position: absolute;

	left: 0;

	top: 2px;

	color: #e90006;

}

.bottom-Footer {

	text-align: center;

	padding-top: 20px;

	margin-top: 60px;

	border-top: 1px solid #e90006;

}

/******************







// Toggle//







*********************/







.cross {

	background: #e90006;

	display: block;

	height: 3px;

	position: absolute;

	transition: background 300ms 400ms ease;

	left: 0;

	right: 0;

	top: 50%;

	border-radius: 3px;

	margin-top: -2px;

	width: 20px;

}

.sticky .cross, .sticky .cross:after, .sticky .cross:before {

	background: #e90006;

}

.cross:after, .cross:before {

	background: #e90006;

	content: "";

	position: absolute;

	height: 3px;

	border-radius: 3px;

	left: 0;

	right: 0;

	width: 25px;

	top: -8px;

	transition: top 300ms ease 400ms, -webkit-transform 300ms ease 0s;

	transition: top 300ms ease 400ms, transform 300ms ease 0s;

}

.cross:before {

	top: 8px;

	width: 13px;

}

.close_nav .cross, .sticky close_nav .cross {

	background: none;

}

.close_nav .cross:after, .close_nav .cross:before {

	background: #e90006;

	top: 0;

	width: 100%;

	left: 0;

	transition: top 300ms ease 0s, -webkit-transform 300ms ease 400ms;

	transition: top 300ms ease 0s, transform 300ms ease 400ms;

}

.close_nav .cross:before {

	transform: rotate(45deg);

}

.close_nav .cross:after {

	transform: rotate(-45deg);

}

.tog_nav {

	width: 25px;

	height: 25px;

	display: flex;

	padding: 0;

	justify-content: center;

	position: absolute;

	left: 15px;

	z-index: 999999;

	top: 50%;

	margin-top: -12px;

	box-shadow: none !important;

	-webkit-transition: all 400ms ease-in-out 0s;

	-moz-transition: all 400ms ease-in-out 0s;

	-ms-transition: all 400ms ease-in-out 0s;

	-o-transition: all 400ms ease-in-out 0s;

	transition: all 400ms ease-in-out 0s;

	align-items: center;

}

 
.difference-Mainse .farm-Imgse > img {
	width: 100%;
	max-width: 200px;
}
.difference-Mainse .farm-Imgse { 
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
}

/**********************

//Media Query Start//

*************************/



 @media screen and (max-width:1200px) {

.ban-Leftse > h2, .title-Mainse > h2, .common-Inse > h1 {

	font-size: 40px;

}

.banner-Mainse::before {

	display:none;

	content: "";

	position: absolute;

	right: 0;

	left: 0;

	bottom: 0;

	top: 0;

	z-index: -1; 

	background:#f0f0f0;

	opacity: 0.9;

}

}

 @media screen and (max-width:991px) {

#navbarSupportedContent {

	position: absolute;

	background: #ffff;

	left: 0;

	right: 0;

	top: 52px;

	text-align: center;

	padding-bottom: 15px;

}

.main-Menuse ul > li#menu-item-19866, .main-Menuse ul > li#menu-item-19865 {

	padding: 10px 15px;

	border-top: 1px solid #e7e7e7;

}

.main-Menuse .reg-Btn > a, .main-Menuse .logBtn > a {

	width: 100%;

	margin: 0;

}

.main-Menuse ul {

	display: block;

}

.main-Menuse ul > li > a {

	padding: 15px 10px;

	border-top: 1px solid #e7e7e7;

	font-size: 14px;

	line-height: 14px;

}

.banner-Mainse {

	padding:60px 0;

}

.right-Bseec {

	display: none;

}

 

 

.inner-Bannerse {

	text-align: center;

}

.ban-Leftse > h1, .title-Mainse > h2, .common-Inse > h1, .ban-Leftse > h1 > span {

	font-size: 30px;

	line-height: normal;

}

.ban-Leftse > p {

	font-size: 18px;

	line-height: 26px;

	padding-top: 20px;

}

 

.play-Btnse {

	padding-top: 30px;

}

.main-Menuse {

	justify-content: center;

}

.logo-Main {

	margin: 0;

}

.primary-Gbtn {

	font-size: 18px;

	line-height: 18px;

	padding: 18px 10px;

}

.tittle-Main {

	padding-bottom: 30px;

}

.tittle-Main > p {

	font-size: 15px;

	line-height: 21px;

}

.about-Imsec {

	text-align: center;

	padding-right: 0;

	padding-bottom: 30px;

}

.about-Imsec > img {

	border-radius: 20px;

}

.about-Right {

	text-align: left;

	padding-left: 0;

}

.about-Right ul > li {

	font-size: 15px;

	line-height: 23px;

}

.fot-Titlese > h3 {

	font-size: 18px;

}

.foot-Toplkse ul > li > a {

	font-size: 14px;

	line-height: 15px;

}

.fot-Botsec > p {

	font-size: 13px;

	line-height: 21px;

}

.custo-Colse + .custo-Colse {

	margin-top: 30px;

}

footer {

	padding: 40px 0 20px;

}

.play-Btnse .primary-Gbtn {

	padding: 20px 15px;

	font-size: 16px;

	line-height: 16px;

}

.text-Wrap {

	padding: 20px 15px;

}

 .contact-Wrap {

	height: auto;

	margin-top: 30px;

}

.mid-Wrapse, .about-Mainse, .farm-Mainse, .crop-Mainse, .support-Section, .faq-Section, .banner-Commonse  {

	padding: 60px 0; 

}

.getQuery .primary-Gbtn {

	max-width: 200px;

	padding: 20px 15px;

	font-size: 16px;

	line-height: 16px; 

}

.pad-left {

	padding-left: inherit;

	margin-top: 40px;

}

.pad-right {

	padding-right: inherit;

	margin-top: 40px;

}

.farm-Textse > p {

	font-size: 14px;

	line-height: 24px;

}

.support-Inse .col-lg-4 + .col-lg-4 {

	margin-top: 30px;

}

.faq-Header > h3 { 

	padding: 15px 25px 15px 15px;

	font-size: 15px; 

}

.foot-Logo {

	display: flex;

	align-items: center;

	justify-content: center;

}

.about-Wrap { 

	padding: 20px; 

}

.about-Wrap .about-Wrap {

	padding: 30px 0 0;

}

.faq_single {

	padding: 20px; 

}

.ban-Leftse {

	text-align: center;

	margin-top: 40px;

}

.farm-Textse {

	text-align: center;

}

.farm-Textse ul {

	padding-left: 15px;

	padding-top: 10px;

	display: inline-block;

	text-align: left;

}

.custom-Order {

	order:0;

}

}

 @media screen and (max-width:767px) {

.ban-Leftse > h1, .title-Mainse > h2, .ban-Leftse > h1, .ban-Leftse > h1 > span {

	font-size: 26px;

}

.ban-Leftse > p {

	font-size: 16px;

	line-height: 23px;

}

.contact-Form, .contact-Wrap { 

	padding: 20px;

	border-radius: 30px;

}

}

