* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*body{font-size:14px;font-family: 'Montserrat', sans-serif;font-weight:400;}font-family: "Outfit", sans-serif;*/
body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background: #fff;
}

img, object, embed, video {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
}

.ie6 img {
  width: 100%;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

p {
  font-size: 14px;
}

a {
  transition: all 0.4s 0s ease;
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  text-decoration: none;
}

.socialbox {
  display: block;
  padding: 20px;
}
.socialbox a {
  display: inline-block;
  text-align: center;
  background: #f8f8f8;
  color: #b7b1b1;
  width: 45px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}
.socialbox a + a {
  margin-left: 5px;
}
.socialbox a.facebook:hover {
  background: #1877f2;
  color: #fff;
}
.socialbox a.linkedin:hover {
  background: #0a66c2;
  color: #fff;
}
.socialbox a.instagram:hover {
  background: #e4405f;
  color: #fff;
}

header .top-link .toplink-left ul {
  display: flex;
  flex-direction: row;
}
header .top-link .toplink-left ul li {
  padding: 0;
  display: flex;
  flex-direction: row;
}
header .top-link .toplink-left ul li + li {
  margin-left: 10px;
}
header .top-link .toplink-left ul li a {
  position: relative;
}
header .top-link .toplink-left ul li a:hover {
  color: #f15d22;
}
header .top-link .toplink-left ul li a {
  padding: 8px 10px;
}
@media (min-width: 990px) and (max-width: 1200px) {
  header .top-link .toplink-left ul li a {
    font-size: 11px;
  }
}

footer address ul li i {
  border-radius: 50px 50px 50px 0px;
}

.catogery .crawsal {
  margin: 0 -10px;
  padding-bottom: 35px;
}

.home-product ul li .product-item:hover img, .catogery .crawsal .item:hover img {
  opacity: 0.5;
}

.inc_right .download_right ul li, header .top-link {
  width: 100%;
  overflow: hidden;
  border: 1px solid #c8d7e3;
}

footer .footer-social, header .top-link .top-right {
  display: block;
  margin: 20px 0;
}
footer .footer-social ul, header .top-link .top-right ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
footer .footer-social ul li, header .top-link .top-right ul li {
  display: block;
  float: left;
}
footer .footer-social ul li + li, header .top-link .top-right ul li + li {
  margin-left: 10px;
}
footer .footer-social ul li a, header .top-link .top-right ul li a {
  border-radius: 50%;
  display: block;
  line-height: 35px;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #8bbd43;
}
footer .footer-social ul li a:hover, header .top-link .top-right ul li a:hover {
  color: #fff;
}
footer .footer-social ul li:nth-child(1) a:hover, header .top-link .top-right ul li:nth-child(1) a:hover {
  background: #3B5998;
}
footer .footer-social ul li:nth-child(2) a:hover, header .top-link .top-right ul li:nth-child(2) a:hover {
  background: #2D9CDB;
}
footer .footer-social ul li:nth-child(3) a:hover, header .top-link .top-right ul li:nth-child(3) a:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.heading-box small {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
}

.heading-box small span {
  position: relative;
  padding: 0 0 6px 16px;
  border-bottom: 2px solid #f15d22;
}

.heading-box small span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(355deg, rgb(155, 42, 42) 0%, rgb(237, 221, 83) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inc_right .download_right ul {
  width: 100%;
  overflow: hidden;
}

.inc_right h2:before, .inc_right h3:before, .inc_right h4:before {
  position: absolute;
  content: "";
  right: 20%;
  height: 2px;
  left: 0;
  top: 12px;
  background: #f15d22;
  z-index: -1;
}

.contactus .addressbox {
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.home-product .product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.home-product .product-title h2 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .home-product .product-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .home-product .product-title h2 {
    font-size: 24px;
  }
}
.home-product .product-title h2 {
  margin: 0;
}
.home-product .product-title h1 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .home-product .product-title h1 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .home-product .product-title h1 {
    font-size: 24px;
  }
}
.home-product .product-title h1 {
  margin: 0;
}
.home-product .product-title a {
  display: flex;
  background: #fff;
  color: #417e3c;
  border-radius: 4px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.home-product .product-title a:hover {
  background: #f15d22;
}
.home-product .product-title a {
  border: solid 1px #c0cbe8;
  border-radius: 4px;
}
.home-product .product-title a:hover {
  display: flex;
  background: #f15d22;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.home-product .product-title a:hover:hover {
  background: #f15d22;
}
.home-product .product-title a:hover {
  border: solid 1px #c0cbe8;
  border-radius: 4px;
}

#main {
  display: block;
  overflow: hidden;
}

.lightgray {
  position: relative;
  background: #f6f6f6;
  width: 100%;
}
.lightgray:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  background: #f6f6f6;
  width: 100%;
}
.lightgray:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  background: #f6f6f6;
  width: 100%;
  z-index: -1;
}

.lightorange {
  position: relative;
  background: #f9f5ea;
  width: 100%;
}
.lightorange:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  background: #f9f5ea;
  width: 100%;
}
.lightorange:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  background: #f9f5ea;
  width: 100%;
  z-index: -1;
}

/*carousel start*/
.crawsal {
  display: block;
}
.crawsal .item {
  display: block;
}
.crawsal ul {
  margin-bottom: 0;
}
.crawsal .owl-theme .owl-controls {
  margin-top: 0;
}
.crawsal .owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
  transition: all 0.4s 0s ease;
}
.crawsal .owl-prev {
  background: rgb(0, 0, 0) !important;
  border-radius: 0 !important;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  text-align: center;
  z-index: 1;
  position: absolute;
  left: -5px;
  top: 42%;
}
.crawsal .owl-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-indent: 11px;
  line-height: 30px;
}
.crawsal .owl-next {
  background: rgb(0, 0, 0) !important;
  border-radius: 0 !important;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  text-align: center;
  z-index: 1;
  position: absolute;
  right: -5px;
  top: 42%;
}
.crawsal .owl-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-indent: 13px;
  line-height: 30px;
}
.crawsal:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.crawsal .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}

/*carousel end*/
.link {
  display: flex;
}
.link a {
  display: flex;
  background: #1c4595;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.link a:hover {
  background: #f15d22;
}

.heading-box {
  display: block;
}
.heading-box small span::before {
  content: "\f043";
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header {
  background: #fdfcf0;
}
header .top-link {
  border-color: #d7cfc4;
  border-top: none;
  border-left: none;
  border-right: none;
}
header .top-link .toplink-left ul li a {
  padding-left: 20px;
}
header .top-link .toplink-left ul li a i {
  position: absolute;
  left: 0;
  top: 12px;
  color: #f15d22;
}
header .top-link .top-right {
  margin: 0;
}
header .top-link .top-right ul li a {
  background: #969373;
  border-radius: 4px;
  line-height: 25px;
  height: 25px;
  width: 25px;
}
header .logo {
  margin: 0;
}
header .logo img {
  max-height: 66px;
}
@media (max-width: 499px) {
  header .logo img {
    max-height: 36px;
  }
}
header .main-menu {
  padding: 0;
  display: block;
}
header .main-menu .menu-box {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 500px) and (max-width: 999px) {
  header .main-menu .menu-box {
    width: 31%;
  }
}
@media (max-width: 499px) {
  header .main-menu .menu-box {
    width: 56%;
  }
}
header .main-menu .menu-box .serarch-box {
  position: relative;
}
header .main-menu .menu-box .serarch-box input[type=text], header .main-menu .menu-box .serarch-box input[type=search] {
  border: 1px solid #dcdbdb;
  background: none;
}
header .main-menu .menu-box .serarch-box input:active, header .main-menu .menu-box .serarch-box input:focus {
  box-shadow: none;
}
header .main-menu .menu-box .serarch-box form {
  position: relative;
}
header .main-menu .menu-box .serarch-box form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  border: none;
  text-align: center;
  background: none;
}

.main-menu.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.8);
  animation: slideDown 0.35s ease-out;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
}

.banner {
  display: block;
  overflow: hidden;
}
.banner figure {
  display: block;
  position: relative;
}
.banner figure:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(57, 34, 0, 0);
  position: absolute;
}

.catogery .crawsal .item {
  margin: 0 10px;
  padding: 0;
}
.catogery .crawsal .item figure {
  overflow: hidden;
  background: rgb(0, 0, 0);
  position: relative;
  margin: 0;
}
.catogery .crawsal .item figure figcaption {
  position: absolute;
  right: -22px;
  bottom: -26px;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  padding: 0 19px 0 0;
  color: #fff;
  overflow: hidden;
}
.catogery .crawsal .item figure figcaption a {
  display: block;
  background: rgba(93, 166, 4, 0.86);
}
.catogery .crawsal .item figure figcaption a:hover {
  background: rgba(219, 90, 4, 0.86);
}
.catogery .crawsal .item {
  overflow: hidden;
  border-radius: 8px;
}
.catogery .crawsal .item img {
  transition: all 0.5s 0s ease-in-out;
}
.catogery .crawsal .item:hover img {
  transform: scale(1.15);
}

.home-product {
  display: block;
}
.home-product ul {
  margin-bottom: 0;
}
.home-product ul li {
  margin-bottom: 30px;
}
.home-product ul li .product-item {
  display: flex;
  text-align: center;
  flex-direction: column;
  transition: 0.3s;
}
.home-product ul li .product-item figure {
  border: 1px solid #dcdbdb;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px 0;
}
.home-product ul li .product-item figure img {
  max-height: 140px;
}
.home-product ul li .product-item .product-wraper {
  display: block;
}
.home-product ul li .product-item .product-wraper .link {
  justify-content: center;
}
.home-product ul li .product-item .product-wraper .link a {
  display: flex;
  background: #fff;
  color: #417e3c;
  border-radius: 4px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.home-product ul li .product-item .product-wraper .link a:hover {
  background: #f15d22;
}
.home-product ul li .product-item .product-wraper .link a {
  border: solid 1px #c0cbe8;
  border-radius: 4px;
}
.home-product ul li .product-item .product-wraper .link a:hover {
  border-color: #f15d22;
  color: #fff;
}
.home-product ul li .product-item .product-wraper h3 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .home-product ul li .product-item .product-wraper h3 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .home-product ul li .product-item .product-wraper h3 {
    font-size: 16px;
  }
}
.home-product ul li .product-item .product-wraper h3 {
  text-transform: capitalize;
}
.home-product ul li .product-item .product-wraper h3 a:hover {
  color: #f15d22;
}
.home-product ul li .product-item .product-wraper p {
  font-size: 11px;
}
@media (min-width: 768px) {
  .home-product ul li .product-item .product-wraper p {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .home-product ul li .product-item .product-wraper p {
    font-size: 11px;
  }
}
.home-product ul li .product-item .product-wraper p {
  color: #555454;
}
.home-product ul li .product-item .product-wraper p strong {
  font-size: 13px;
}
@media (min-width: 768px) {
  .home-product ul li .product-item .product-wraper p strong {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .home-product ul li .product-item .product-wraper p strong {
    font-size: 16px;
  }
}
.home-product ul li .product-item .product-wraper p strong {
  color: #417e3c;
}
.home-product ul li .product-item .product-wraper button {
  display: flex;
  background: #fff;
  color: #417e3c;
  border-radius: 4px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.home-product ul li .product-item .product-wraper button:hover {
  background: #f15d22;
}
.home-product ul li .product-item .product-wraper button {
  border: solid 1px #c0cbe8;
  border-radius: 4px;
  margin: auto;
  transition: all 0.4s 0s ease;
}
.home-product ul li .product-item .product-wraper button:hover {
  display: flex;
  background: #f15d22;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  text-transform: capitalize;
}
.home-product ul li .product-item .product-wraper button:hover:hover {
  background: #f15d22;
}
.home-product ul li .product-item .product-wraper button:hover {
  border-color: #f15d22;
}
.home-product ul li .product-item {
  overflow: hidden;
  border-radius: 8px;
}
.home-product ul li .product-item img {
  transition: all 0.5s 0s ease-in-out;
}
.home-product ul li .product-item:hover img {
  transform: scale(1.15);
}
.home-product ul li .product-item:hover img {
  opacity: 1;
}
.home-product ul li .product-item {
  border-radius: 0;
}
.home-product.product-catogry ul li .product-item figure {
  padding: 20px 0;
}
.home-product.product-catogry ul li .product-item figure img {
  max-height: 220px;
}
.home-product.inner-product ul li .product-item figure {
  padding: 20px 0;
}
.home-product.inner-product ul li .product-item figure img {
  max-height: 180px;
}

footer {
  background: #417e3c;
  color: #fff;
  overflow: hidden;
  padding: 30px 0 0;
}
footer figure img {
  max-height: 80px;
}
footer h6 {
  position: relative;
  font-size: 24px;
  margin: 0 0 20px;
  padding-bottom: 12px;
}
footer h6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px #fff;
  width: 70%;
}
footer h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 15%;
  border-bottom: solid 3px #8bbd43;
}
footer .footer-menu {
  display: block;
}
footer .footer-menu ul {
  margin-bottom: 0;
}
footer .footer-menu ul li {
  margin-bottom: 10px;
}
footer .footer-menu ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}
footer .footer-menu ul li a:hover {
  color: #fea205;
}
footer .footer-menu ul li a:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
}
footer address {
  display: block;
}
footer address ul {
  margin-bottom: 0;
  width: 100%;
}
footer address ul li {
  margin-bottom: 10px;
  position: relative;
  display: block;
  padding-left: 41px;
  min-height: 35px;
}
footer address ul li i {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  background: #8bbd43;
  text-align: center;
}
footer address ul li a {
  display: block;
  position: relative;
}
footer address ul li strong {
  font-size: 22px;
}
footer .footerlink {
  display: block;
  overflow: hidden;
  text-align: center;
  border-top: solid 1px #d7cfc4;
  line-height: 40px;
}

#innerbanner-new {
  display: block;
  overflow: hidden;
  margin: 0 0 15px;
}

.innerbanner {
  display: block;
}
.innerbanner:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
}

.innerbannertitle {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: center;
}
.innerbannertitle .maintitlebox {
  padding: 30px 0;
  /*margin:20px 0;*/
  text-align: left;
}
.innerbannertitle .maintitle {
  font-weight: 400;
  font-size: 29px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  line-height: 52px;
}
.innerbannertitle .breadcrumb a {
  color: #fddf69;
}
.innerbannertitle .breadcrumb .active {
  color: #fff;
}
.innerbannertitle .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.75);
}

.cms {
  display: block;
}
.cms a {
  color: #0d7204;
}
.cms a:hover {
  color: #f15d22;
}
.cms .link a {
  color: #fff;
}
.cms .text-justify {
  text-align: justify;
}
.cms h1, .cms h2, .cms h3, .cms h4 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  text-align: left;
}
.cms h1 span, .cms h2 span, .cms h3 span, .cms h4 span {
  display: inline-block;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cms h1, .cms h2, .cms h3, .cms h4 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .cms h1, .cms h2, .cms h3, .cms h4 {
    font-size: 20px;
  }
}
.cms h1 > span, .cms h2 > span, .cms h3 > span, .cms h4 > span {
  color: #0d7204;
}
.cms h1 {
  font-size: 22px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cms h1 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .cms h1 {
    font-size: 16px;
  }
}
.cms h2 {
  font-size: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cms h2 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .cms h2 {
    font-size: 15px;
  }
}
.cms h3 {
  font-size: 18px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cms h3 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .cms h3 {
    font-size: 14px;
  }
}
.cms h4 {
  font-size: 18px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cms h4 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .cms h4 {
    font-size: 14px;
  }
}
.cms p {
  line-height: 24px;
  font-size: 16px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .cms p {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .cms p {
    font-size: 14px;
  }
}
.cms p strong {
  color: #5a5754;
}
.cms .photo-cms-frame figure {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px;
}
.cms .photo-cms-frame figure img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.cms .photo-cms-frame figure::before, .cms .photo-cms-frame figure::after {
  content: "";
  position: absolute;
  border: 2px solid #b0b8bf;
  width: 25%;
  height: 25%;
  pointer-events: none;
}
.cms .photo-cms-frame figure::before {
  top: calc(20px / 30);
  left: calc(20px / 30);
  border-right: none;
  border-bottom: none;
}
.cms .photo-cms-frame figure::after {
  bottom: calc(20px / 30);
  right: calc(20px / 30);
  border-left: none;
  border-top: none;
}
.cms {
  /* list-order inside cms */
}
.cms .img_left {
  margin-left: -15px;
}
.cms .img_right {
  margin-right: -15px;
}
.cms .center-counter-wrapper .counter {
  color: #202021;
}
.cms .center-counter-wrapper h5 {
  color: #1c4595 !important;
}

.list-order > ul {
  margin-left: 10px;
  margin-bottom: 10px;
}
.list-order > ul > li {
  position: relative;
  padding: 5px 0 5px 16px;
}
.list-order > ul > li:before {
  content: "\f043";
  position: absolute;
  top: 6px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: linear-gradient(355deg, rgb(155, 42, 42) 0%, rgb(237, 221, 83) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list-order > ol {
  display: flex;
  flex-direction: column;
  margin: 5px auto;
  padding-left: 22px;
  overflow: hidden;
  list-style-position: outside;
  list-style-type: decimal;
}
.list-order > ol > li > ul > li {
  position: relative;
  padding: 5px 0 5px 20px;
}
.list-order > ol > li > ul > li:before {
  content: "\f192";
  position: absolute;
  top: 6px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.contactus .addressbox {
  padding: 20px 0;
}
.contactus .addressbox p {
  text-align: center;
}
.contactus .addressbox i {
  width: 70px;
  height: 70px;
  line-height: 62px;
  text-align: center;
  font-size: 25px;
  background: #688841;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 50%;
  border: solid 5px #a2be80;
}
.contactus .contact_form ul li {
  margin-bottom: 20px;
}

.inc_right h2, .inc_right h3, .inc_right h4 {
  position: relative;
  font-size: 30px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  text-align: left;
}
.inc_right h2 span, .inc_right h3 span, .inc_right h4 span {
  display: inline-block;
}
@media (min-width: 480px) and (max-width: 767px) {
  .inc_right h2, .inc_right h3, .inc_right h4 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .inc_right h2, .inc_right h3, .inc_right h4 {
    font-size: 20px;
  }
}
.inc_right h2 span, .inc_right h3 span, .inc_right h4 span {
  padding-right: 20px;
  background: #fff;
}
.inc_right h2 {
  font-size: 24px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .inc_right h2 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .inc_right h2 {
    font-size: 16px;
  }
}
.inc_right h3 {
  font-size: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .inc_right h3 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .inc_right h3 {
    font-size: 14px;
  }
}
.inc_right .right_menu {
  display: block;
  overflow: hidden;
  margin: 20px 0;
}
.inc_right .right_menu ul {
  width: 100%;
  overflow: hidden;
}
.inc_right .right_menu ul li {
  width: 100%;
  overflow: hidden;
}
.inc_right .right_menu ul li + li {
  margin-top: 0;
  border-top: solid 1px #ccc;
}
.inc_right .right_menu ul li a {
  display: block;
  background: #eee;
  padding: 10px 15px;
  font-size: 15px;
  color: #000;
  position: relative;
  z-index: 1;
}
.inc_right .right_menu ul li a:before {
  content: "";
  transition: all 0.6s ease;
  position: absolute;
  right: 0;
  width: 0%;
  top: 0;
  bottom: 0;
  background: #f15d22;
  z-index: -1;
}
.inc_right .right_menu ul li a:after {
  content: "\f105";
  transition: all 0.4s ease;
  position: absolute;
  right: 27px;
  top: 11px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.inc_right .right_menu ul li a:hover, .inc_right .right_menu ul li a.active {
  color: #fff;
}
.inc_right .right_menu ul li a:hover:before, .inc_right .right_menu ul li a.active:before {
  left: 0;
  width: 100%;
}
.inc_right .download_right {
  display: block;
  margin: 20px 0;
}
.inc_right .download_right ul li + li {
  margin-top: 20px;
}
.inc_right .download_right ul li a {
  display: block;
  background: #f0f5f9;
  padding: 25px 45px;
  font-size: 17px;
  color: #1c4595;
  position: relative;
  z-index: 1;
}
.inc_right .download_right ul li a i {
  font-size: 24px;
  color: #1074d2;
  position: absolute;
  left: 15px;
  top: 25px;
}
.inc_right .download_right ul li a:hover {
  color: #1074d2;
}
.inc_right .enquiryright {
  display: block;
  overflow: hidden;
  margin: 20px 0;
  background: #F0F5F9;
  padding: 10px 20px;
}
.inc_right .enquiryright ul {
  margin-top: 20px;
  margin-bottom: 0;
}
.inc_right .enquiryright ul li {
  margin-bottom: 10px;
}
.inc_right .enquiryright input[type=text],
.inc_right .enquiryright input[type=email],
.inc_right .enquiryright input[type=tel],
.inc_right .enquiryright textarea {
  width: 100%;
  border: 1px solid #eeeded;
  padding: 10px 20px;
  border-radius: 4px;
}
.inc_right .enquiryright input[type=submit] {
  background: #f15d22;
  width: 100%;
  padding: 7px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  border: none;
}
.inc_right .enquiryright .select {
  display: block;
  position: relative;
  border: 1px solid #eeeded;
  line-height: 2;
}
.inc_right .enquiryright .select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  pointer-events: none;
}
.inc_right .enquiryright .select select {
  border: none;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #666;
  padding-left: 20px;
  cursor: pointer;
}

/*# sourceMappingURL=shankar-enterprises.css.map */
