/*
*  Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --color-green: #21b8a5;
  --color-yellow: #f5f186;
  --text-color: #536265;
  --font-family-zilla: "Zilla Slab", serif;
}
html {
  scroll-behavior: smooth;
}
section,
h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 150px;
}

*{
	font-size:16px;
}
body {
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
p{
	margin-bottom:8px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}

h1 {
  font-weight: 600 !important;
}

a,
a:focus,
a:hover,
a:visited,
a:focus-visible {
  outline: none;
  text-decoration: none;
  color: black;
}
.row {
  row-gap: 20px;
}
.subtitle span {
    font-size: 30px;
    position: relative;
    display: inline-block;
	margin-bottom:50px;
}
.subtitle span:before{
	width:80px;
	height:39px;
	content:"";
	display:block;
	background-image:url('/wp-content/uploads/2025/08/titlebefore.png');
}
.subtitle span:after {
    width: 80px;
    height: 50px;
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2025/08/titleafter.png);
    /* float: right; */
    position: absolute;
    right: 0;
}
span.text_orange:before,span.text_orange:after{
	display:none;
}
.subtitle span.text_orange {
    margin-bottom: 0px;
}
.single-post h2.bannerheader {
    font-size: 23px;
}
header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  /*border-top: 8px solid #0c4da2;*/
  /*padding-top: 17px;*/
}
section#vertical_pae .row {
    flex-direction: row-reverse;
}
.page-template-template-verticals .page_header_div{
	margin-bottom:40px !important;
}
.modal-dialog {
    max-width: 95% !important;
}
.modal-content {
   min-height: 80vh !important;
}
header.fix {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  left: 0;
  animation: smoothScroll 1s forwards;
  box-shadow: 1px -1px 7px #000;
}
.bannerinnercontent {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1, 102, 42, 0.5);
    display: flex;
    align-items: flex-end;
    justify-content: end;
    padding: 20px;
}
p.br_current {
    margin-bottom: 0px !important;
}
div.sub-banner {
  height: 400px;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
}
section#main-page {
  position: relative;
}
.headerline {
    margin-top: -25px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}
.modalposition {
    display: flex;
    margin-top: 10px;
}
.modalposition svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #f99935;
}
.modal-header {
    padding: 1.5rem 1rem;
    border-bottom: 0px;
   background: #f5f5f5;
}
.modalperson {
    margin: 0px 0px 15px 0px;
    /* background: #ccc; */
    border-bottom: 1px dotted #e0dfdf;
    padding: 0px 0px 10px 0px;
}
#modalExecutiveName {
   color:#118942 !important
}
button.btn-close {
    position: absolute;
    right: 15px;
    background-image: url(images/close.png);
    width: 30px;
    height: 30px;
    padding: 0px;
    opacity: 1;
    background-position: center;
    background-size: contain;
    top: 15px;
    z-index: 500;
}
.biotitle {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #f99935;
    text-transform: uppercase;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    width: 95%;
    margin: 15px auto;
}

@media(min-width:0px) and (max-width:1199px){
	.pdfflex{
		width:92% !important;
	}
}

/*

   Styles for animated modal
   =========================

*/
/* Strategic Partners */
.mailogo img {
    margin: 25px auto;
    display: block;
}
h3.maititle {
    font-size: 25px;
    margin-bottom: 30px;
    color: #0c4da2;
    margin-top: 25px;
}
h4.dismaintitle,.maisecondcontent h3 {
    color: #0c4da2;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.maisecondcontent h3 {
	text-align:left;
	margin-bottom:10px;
}
.maisecondcontent li{
	margin-bottom:7px;
}
.distitle {
    font-size: 16px;
    border-bottom: 1px dotted #f99935;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-weight: 600;
	 text-align: center;
}
.discountbox {
    background: #f2f3f48c;
    padding: 15px 25px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.discountbox p{
	font-size:15px;
}
.maicenterimage {
    margin-top: 45px;
}
button.btn.guidebtn {
    background: #0c4da2;
    margin-top: 25px;
    color: white;
    padding: 10px 25px;
}
.maisecondcontent {
    min-height: 400px;
    background: #f8f8f9;
    background-image: url(images/maibg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 45px;
    border-radius: 15px;
    padding-left: 20%;
    padding-right: 5%;
    display: flex;
    align-items: center;
}
/* Start state */
.text_orange {
  color: #f99935 !important;
}
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all 0.7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;

  transition-property: transform, opacity;
  transition-duration: 0.4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}
section#vertical_logi {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
}
.vertical_logi_img {
    position: absolute;
	z-index:-1;
	display:none
}
@media (min-width:1200px)
{
.vertical_logi_img {
	display:block;
	left:-20%;
}
}
@media (min-width:1600px)
{
.vertical_logi_img {
left:0;
}
}
/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;
  font-family: "Inria Serif";
  font-weight: 800;
  font-size: 23px;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
  font-family: "Inria Serif";
}

button.fancybox-close-small:after {
  content: "\F628";
  font-family: bootstrap-icons !important;
  color: #0d6efd;
}
#modalExecutiveImg {
    max-height: 700px;
}
/************** menu **************/
.fix img.custom-logo {
    max-width: 130px;
}
.dropdown-menu{
	padding:0px;
}
.dropdown-item {
   padding: .7rem 1rem;
 }
.dropdown-menu-lg-end:hover ul.dropdown-menu {
  display: block;
}

/*.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}*/

nav#site-nav {
  padding: 0;
}

.dropdown-menu-start a:hover ul.dropdown-menu,
.dropdown-menu-start a:focus ul.dropdown-menu {
  display: block !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}
/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}
ul.page-numbers li {
  float: left;
  height: 35px;
  width: 35px;
  list-style: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
ul.page-numbers li span.current {
  color: #000;
  font-size: 16px;
}
.content-img img {
  width: 100%;
  height: auto;
}
/* 404 error */
.error img {
  position: relative;
  margin: 0 auto;
}
.back-home-wrap p {
  font-size: 21px;
  margin-top: 50px;
}
.back-home-wrap {
  text-align: center;
  left: 0;
  right: 0;
}
.error {
  height: 400px;
}
.back-home {
  margin-top: 14px;
  border-radius: 0;
}

#go-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #f99935;
  border: 1px solid white;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  cursor: pointer;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #f99935;
  text-decoration: none;
  background-color: #fff !important;
}

header.fix .nav-link.active,
.nav-link.active,
.nav-link:hover,
header.fix .nav-link:hover {
  color: #f99935 !important;
}

/* Breadcrumb */

#ns_breadcrumb {
  list-style-type: none;
  display: inline-block;
}
#ns_breadcrumb li {
  display: inline-block;
}
.ns_breadcrumb {
  list-style: none;
  padding: 0;
}
ol.breadcrumb.ns-bcr {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.ns_breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: hsl(0deg 0% 100%);
}

.ns_breadcrumb li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0deg 0% 100%);
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.ns_breadcrumb li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;

  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;

  position: absolute;
  right: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
  -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
  -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
  transform: rotateZ(45deg) skew(10deg, 10deg);
}

.ns_breadcrumb li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
  transform: rotateZ(45deg) skew(-10deg, -10deg);
}
/*.sub-banner:before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 300px;
    bottom: 0;
    content: '';
    opacity: 0.6;
   
}
.sub-banner{
    position: relative;
    
}*/

.sub-banner li.breadcrumb-item a {
  color: #3fb385;
}
.sub-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #3fb385;
}
.sub-banner li.breadcrumb-item {
  color: #fff;
}
.page-meta {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
.sidebar .new_sub_title {
    font-weight: 400;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
/***************** Header ****************/
section#vertical_garment {
    height: 140px;
}
.custom-logo-link img {
  width: 170px;
  height: auto;
}
.top-header {
  padding: 15px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100000000;
}

.nav-link {
  color: white !important;
  font-size: 17px;
}
header.fix .nav-link {
  color: black !important;
}
header.fix .logo_div * {
  fill: black !important;
}
@media (min-width: 1200px) {
  .nav-link {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .nav-link {
    font-size: 18px;
  }
}

.inner_banner {
  min-height: 500px;
  width: 100%;
/*   background-image: url("/wp-content/themes/ns-imcc/images/inner-banner.png"); */
	background-image:url('/wp-content/uploads/2025/08/bannerimage1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.breadcrumb_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumb_inner * {
  color: white !important;
}
.page_head {
  height: 30px;
  border-radius: 25px 25px 0px 0px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
	display:none;
}
.breadcrumb_title {
  font-size: 16px !important;
  color: white !important;
}

@media (max-width: 768px) {
  .breadcrumb_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
  }
}

@media (min-width: 992px) {
	.breadcrumb_inner {
  gap: 10px;
}
.breadcrumb_inner * {
        font-size: 15px !important;
        /* font-family: Roboto; */
        text-transform: uppercase;
    }
/*   .breadcrumb_title {
    font-size: 20px !important;
  } */
  .page_head {
    height: 60px;
    border-radius: 50px 50px 0px 0px;
  }
}

.cus_filter {
  filter: invert(1);
}
header.fix .cus_filter {
  filter: none;
}
h2.bannerheader {
	font-size:37px;
    color: white;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    /* text-transform: uppercase; */
}
.bannermotto {
    margin-bottom: 20px;
    padding: 25px 0px 15px 0px;
    color: #f5f5f5;
    font-family: font-family: Roboto;
    /* font-family: Roboto; */
    text-transform: uppercase;
    font-size: 15px;
}
a.br_home, a.br_item {
    color: #f99935 !important;
    font-weight: 600;
}
.page-breadcrumb {
	  margin-bottom: 20px;
    padding: 25px 0px 15px 0px;
    color: #f5f5f5;
    float: right;
}
/***************** Header ****************/

/***************** General ****************/
.page_header_div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
margin-top:40px;
}
.page_header {
  color: #f99935;
  text-align: center;
}
/***************** General ****************/

/***************** Home ****************/
.home_banner {
  background-image: url("/wp-content/themes/ns-imcc/images/banner-mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_banner_img {
  display: none;
}
.home_banner_container_div {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
}

.home_banner_div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 100px;
}
.home_banner_div * {
  color: white;
}

@media (min-width: 992px) {
  .home_banner_div p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .home_banner_div h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .home_banner_div p {
    font-size: 18px;
  }
  .home_banner_div h2 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .home_banner_div p {
    font-size: 17px;
  }
  .home_banner_div h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

.home_banner_btn {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 1000px;
  border: 1px solid white;
  color: black;
  cursor: pointer;
  transition: 0.3s;
}
.home_banner_btn:hover {
  background-color: white;
  color: black !important;
  filter: invert(0);
}
.home_banner_btn:hover.text-white * {
  fill: black;
}
.home_banner_image {
  display: none;
}
.home_banner_status.top_banner {
  display: none;
}
.home_banner_status {
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: absolute;
  bottom: 0;
}
.home_banner_status_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0px;
  align-items: start;
  min-width: 140px;
}
.home_banner_status_head {
  color: #f99935;
  font-weight: 700;
  margin: 0px;
  font-size: 40px;
}
.home_banner_status_text {
  font-size: 16px;
  font-weight: 400;
}
.home_banner_status.not_banner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 0px;
  left: 0;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.text-justify-all * {
  text-align: justify;
}
.bg-grey {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .home_banner_status.not_banner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .modal-dialog {
    max-width: 800px;
  }
}

@media (min-width: 992px) {
  .home_banner {
    background-image: url("/wp-content/themes/ns-imcc/images/banner.png");
    aspect-ratio: 14/5;
  }
  .home_banner_container_div {
    height: 500px;
  }
  .home_banner_div {
    position: absolute;
/* 	   position: relative; */
    max-width: 500px;
    padding-top: 0px;
    top: 30%;
  }
  .home_banner_image {
    display: block;
    aspect-ratio: 4/5;
    border-radius: 1000px;
    max-width: 350px;
    border: 15px solid white;
    position: absolute;
    right: 4%;
    top: 25%;
    overflow: hidden;
  }
  .home_banner_image img {
    width: 100%;
    height: 100%;
  }
  .home_banner_status.not_banner {
    width: fit-content;
    padding: 0px;
    left: 5%;
    justify-content: start;
    align-items: center;
  }
  .home_banner_status_head {
    font-size: 48px;
  }
  .home_banner_status_text {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .home_banner_status.top_banner {
    display: flex;
  }
  .home_banner_status {
    display: none;
  }
  .home_banner_status.not_banner {
    display: none;
  }
  .home_banner_container_div {
    height: 550px;
  }

  .home_banner_div {
    max-width: 650px;
    top: 25%;
  }
  .home_banner {
    background-size: contain;
    background-position: top;
  }
/* 	.home_banner {
        background-size: cover;
        background-position: top;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 600px;
        width: 100%;
    } */
  .home_banner_image {
    max-width: 380px;
  }
  .home_banner_status {
    bottom: 0%;
    gap: 70px;
  }
  .home_banner_status_head {
    font-size: 56px;
  }
  .home_banner_status_text {
    font-size: 22px;
    font-weight: 500;
  }
}
@media (min-width: 1300px) {
  .home_banner_container_div {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .home_banner_container_div {
    height: 650px;
  }
  .home_banner_div {
    max-width: 650px;
    top: 30%;
  }
}

@media (min-width: 1620px) {
  .home_banner_container_div {
    height: 720px;
  }
  .home_banner_div {
    top: 35%;
    max-width: 700px;
  }
  .home_banner_image {
    top: 20%;
    right: 0;
    max-width: 450px;
  }
}

@media (min-width: 1800px) {
  .home_banner_container_div {
    height: 800px;
  }
  .home_banner {
    background-image: none;
  }
  .home_banner_img {
    object-fit: cover;
    position: absolute;
    z-index: -1;
    width: 100%;
    display: block;
  }
  .home_banner_div {
    top: 40%;
    max-width: 700px;
  }
  .home_banner_image {
    max-width: 480px;
    top: 22%;
  }
}

.home_about {
  overflow-x: clip;
  position: relative;
}
.home_about .container {
    padding-bottom: 40px;
}
.home_about_img {
  border-radius: 10000px 10000px 0px 10000px;
  object-fit: cover;
  width: 100%;
  max-width: 480px;
}
.home_about_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home_about_span {
    color: #f99935;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.home_about_head {
    font-size: 30px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}
.home_about_head span {
  color: #f99935;
  font-weight: 600;
	font-size:30px;
}
.page_header_div .home_about_head,.page_header_div .home_about_head span{
    font-size: 40px;
    text-transform: uppercase;
}
.home_about_para {
    text-align: justify;
    line-height: 28px;
    font-size: 16px;
}
.home_about_btn {
    background-color: #f99935;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 1000px;
    color: white !important;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    margin-top: 15px;
}
.home_about_btn * {
  stroke: white !important;
  transition: 0.3s;
}
.home_about_btn:hover {
  background-color: black;
  color: #f99935 !important;
}
.home_about_btn:hover * {
  stroke: #f99935 !important;
}
.home_about_backdrop {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  background-color: #fff9f3;
  z-index: -10;
  bottom: 0;
}
@media (min-width: 992px) {
  .home_about_backdrop {
    /* right: -20%;
    bottom: 15%; */
  }
}

.home_executive_carousel_container {
  position: relative;
}
.exePrev,
.exeNext {
  position: absolute;
  border: 1px solid black;
  border-radius: 10000px;
  width: 40px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  box-shadow: 0px 10px 45px 0px;
  cursor: pointer;
}
.exePrev {
  top: 40%;
  left: 0;
  z-index: 100;
  transform: translateX(-50%);
}
.exeNext {
  top: 40%;
  right: 0;
  z-index: 100;
  transform: translateX(50%);
}
.home_executive_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home_executive_img {
  width: 100%;
}
.home_executive_title {
    font-size: 18px;
    font-weight: 500;
    color: #118942 !important;
    text-transform: uppercase;
    text-align: center;
    min-height: 40px;
}
.home_executive_position {
    font-size: 14px;
    text-align: center;
}
.home_executive_img_div {
  aspect-ratio: 2/3;
  background: linear-gradient(0deg, #f1f1f1, #f1f1f1),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 71.15%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: end;
  overflow: hidden;
  transition: 0.3s;
}
.home_executive_img_div img {
  transition: 0.3s;
}
.home_executive_img_div:hover img {
  scale: 1.05;
}

.home_member {
  background-color: #fff9f3;
}
/* .our-members-section {
  overflow: hidden;
  position: relative;
  padding: 2rem 0px;
  background-color: #fff7f0;
}
.logo-row {
  overflow: hidden;
  margin: 1rem 0;
}
.logo-row .slider {
  display: inline-flex;
  transition: transform 0.1s linear;
  will-change: transform;
} */
.our-members-section {
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
  background: #fff7f0;
}
.logo-row {
  overflow: hidden;
  margin: 1rem 0;
}
.logo-row .slider {
  display: flex;
  flex-wrap: nowrap;
  animation: marquee 20s linear infinite;
}
.logo-row.bottom-row .slider {
  animation-direction: reverse;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-item {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-right: 1.5rem;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  min-height: 130px;
}
.logo-item img {
    max-height: 150px;
    object-fit: contain;
    display: block;
}

.home_vertical_card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 7/8;
  padding: 25px;
  display: flex;
  align-items: end;
}
.home_vertical_card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: height 0.4s ease;
  pointer-events: none;
}
.home_vertical_card:hover::before {
  height: 100%;
}
.home_vertical_title {
  color: white;
  font-weight: 700;
  font-size: 18px;
  z-index: 100;
}
.home_vertical_detail * {
  color: white;
  font-size: 14px;
  z-index: 100;
}
.home_vertical_detail {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 992px) {
 .home_vertical_title {
        color: white;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
    }
  .home_vertical_detail * {
    color: white;
    font-size: 16px;
  }
}

.home_news {
  background-color: #fff9f3;
}
.home_news_past {
  background-color: #f99935;
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 2000px;
  cursor: pointer;
}
.home_news_card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 5/3;
  padding: 25px;
  display: flex;
  align-items: end;
  width: 100%;
}
.home_news_card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, #11894200 34.62%, #11894299 87.66%);
  transition: height 0.4s ease;
  pointer-events: none;
}
.home_news_card_info {
  width: 100%;
  position: relative;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
.home_news_title {
  color: white;
  font-weight: 700;
  font-size: 18px;
  z-index: 100;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.home_news_date {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 992px) {
  .home_news_card {
    width: 48%;
  }
  .home_news_title {
    color: white;
    font-weight: 700;
    font-size: 20px;
  }
  .home_news_date {
    flex-direction: row;
    justify-content: space-between;
  }
}
/***************** Home ****************/

/***************** About ****************/
.about_head_para {
  text-align: justify;
  line-height: 36px;
  margin-top: 20px;
  font-size: 16px;
}
.about_head_img {
  border-radius: 1000px 1000px 1000px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/7;
  max-width: 300px;
  width: 100%;
}
.about_head_img_div {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(191.47deg, #f9993580 0%, #118a3e80 100%);
}
.about_vmc_img {
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 1000px 1000px 0px 1000px;
  max-width: 400px;
  width: 100%;
}
@media (min-width: 992px) {
  .about_head_para {
    line-height: 40px;
    max-width: 850px;
    font-size: 18px;
  }
}

.vmc {
  overflow: hidden;
}
.vmc-header {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.1rem;
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.vmc-header::after {
  content: "+";
  position: absolute;
  right: 1rem;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.vmc-item.active .vmc-header::after {
  transform: rotate(45deg);
}
.vmc-body {
    display: none;
    background: #fff;
    padding: 0px 0px 40px 1rem;
    border-radius: 25px;
    border-top: 1px dotted #ccc;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
button.vmc-header {
    border-radius: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 19px;
}
.vmc-body p {
  margin: 1rem 0;
}

.about_title {
  font-size: 24px;
}

.about_exec_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.about_exec_detail {
  position: absolute;
  background-color: #f99935;
  width: 50px;
  height: 100px;
  rotate: 45deg;
  bottom: -40px;
  right: -20px;
  transition: 0.3s;
}
.about_exec_card:hover .about_exec_detail {
  right: -10px;
}
.about_exec_detail_icon {
  position: absolute;
  z-index: 200;
  bottom: 10px;
  right: 10px;
  color: white;
}
.about_exec_img_div {
  aspect-ratio: 2 / 3;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #dedede;
  background: linear-gradient(145deg, #dedede 0%, #fdfdfd 100%);
}
.about_exec_img_div img {
  transition: 0.3s;
}
.about_exec_info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 0px 20px 40px 20px;
}
.about_exec_title {
  font-size: 18px;
  font-weight: bold;
  height: 45px;
}
.about_exec_position {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
}
.about_exec_img_div:hover img {
  scale: 1.05;
}
.about_exec_btn {
  width: fit-content;
  border: 1px solid black;
  padding: 5px 12px;
  color: black;
  cursor: pointer;
  transition: 0.3s;
}
.about_exec_btn:hover {
  color: white !important;
  background-color: black;
}
@media (min-width: 992px) {
  .about_title {
    font-size: 30px;
  }
 .about_exec_title {
        height: 45px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #118942 !important;
        display: flex;
        align-items: center;
    }
  .about_exec_position {
    height: 45px;
  }
}

/***************** About ****************/
button.vmc-header img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(57%) saturate(5833%) hue-rotate(144deg) brightness(95%) contrast(87%);
}
section#about_vmc {
    background: #f5f5f5;
    padding: 80px 0px !important;
}
.vmc-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 25px;
}
/***************** Verticals ****************/
.vertical_head {
    background-image: url(/wp-content/themes/ns-imcc/images/vertical_head_bg.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 70px 0px;
}
.vertical_head_img {
    width: 100%;
    max-width: 90%;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #ccc);
}
.vertical_head_title {
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
	margin-bottom:20px;
}
.vertical_head_title span {
	  font-weight: 600;
	font-size: 24px;
  color: #f99935;
}
.vertical_head_para {
  text-align: justify;
  line-height: 36px;
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 992px) {
 .vertical_head_title,.vertical_head_title span {
        font-size: 30px;
    }
}

.vertical_pah_content {
  padding: 15px;
  background-color: #ffffff80;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  line-height: 36px;
  gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}
.vertical_pah_content p {
  text-align: justify;
}
.vertical_pah_img img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
@media (min-width: 992px) {
  .vertical_pah_content {
    padding: 30px;
  }
}

/* .vertical_pah {
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 600px;
}
.vertical_pah_img {
  position: relative;
}
.vertical_pah_img img {
  display: none;
}
.vertical_pah_content {
  padding: 20px 15px;
  background-color: #ffffff80;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  line-height: 36px;
  gap: 30px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
} */

/* @media (min-width: 768px) {
  .vertical_pah_content {
    padding: 30px;
  }
} */

/* @media (min-width: 992px) {
  .vertical_pah {
    justify-content: end;
    background-image: none !important;
  }
  .vertical_pah_img img {
    display: block;
    width: 100%;
  }
  .vertical_pah_content {
    padding: 40px;
    position: absolute;
    max-width: 600px;
    left: -10%;
    bottom: -10%;
    width: fit-content;
    height: fit-content;
    justify-content: start;
    align-items: start;
  }
} */

/* @media (min-width: 1200px) {
  .vertical_pah_img {
    position: relative;
    max-width: 700px;
  }
  .vertical_pah_content {
    position: absolute;
    max-width: 500px;
    left: -50%;
    bottom: -20%;
  }
}
@media (min-width: 1320px) {
  .vertical_pah_img {
    max-width: 800px;
  }
  .vertical_pah_content {
    position: absolute;
    max-width: 600px;
  }
}
@media (min-width: 1500px) {
  .vertical_pah_img {
    max-width: 1000px;
  }
  .vertical_pah_content {
    position: absolute;
    max-width: 700px;
  }
} */

.vertical_agri {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 630px;
    padding-top: 140px !important;
}
#vertical_pah {
    padding-top: 120px !important;
}
.vertical_agri_bird_1,
.vertical_agri_bird_2 {
  display: none;
}
.vertical_agri_para {
  line-height: 40px;
  max-width: 1100px;
  font-size: 16px;
  text-align: justify;
  padding: 15px;
}

@media (min-width: 992px) {
  .vertical_agri {
    background-size: contain;
  }
  .vertical_agri_bird_1,
  .vertical_agri_bird_2 {
    display: block;
    position: absolute;
  }
  .vertical_agri_bird_1 {
    top: 5%;
    left: 5%;
  }
  .vertical_agri_bird_2 {
    bottom: 30%;
    right: 10%;
  }
  .vertical_agri_para {
    font-size: 18px;
    text-align: center;
  }
}

.vertical_tour {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 150px 0px;
}
.vertical_tour_para {
  /* background-color: #ffffff80;
  backdrop-filter: blur(20px); */
  display: flex;
  flex-direction: column;
  line-height: 36px;
  gap: 30px;
}
.garmentcontainer {
    overflow: hidden;
    padding: 100px 0px 20px 0px;
}
.vertical_garment_img {
  width: 100%;
/* 	-webkit-animation: jello-horizontal 3s 1s infinite alternate forwards;
	        animation: jello-horizontal 3s 1s infinite alternate forwards; */
}
}
.vertical_logi_content {
  padding: 15px;
  background-color: #ffffff80;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  line-height: 36px;
  gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}
.vertical_logi_content p {
  text-align: justify;
}
.vertical_logi_img img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
@media (min-width: 992px) {
  .vertical_logi_content {
    padding: 30px;
  }
}

.vertical_isas {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 80px 0px;
}
.vertical_isas_img_abso {
  position: absolute;
  top: -20%;
}
.vertical_isas_para {
  display: flex;
  flex-direction: column;
  line-height: 36px;
  gap: 30px;
  text-align: justify;
}
.vertical_pae {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.vertical_pae_para {
  display: flex;
  flex-direction: column;
  line-height: 36px;
  gap: 20px;
}
@media (min-width: 992px) {
  .vertical_head_para {
    line-height: 40px;
    max-width: 850px;
    font-size: 18px;
  }
}

/***************** Verticals ****************/

/***************** Membership ****************/
.pdfflex {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    width: 68%;
    margin: 0px auto;
    margin-bottom: 25px;
}
.pdf {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    padding: 15px 3%;
}

.noborderpdf{
	border-right:0px;
}
.pdf h4 {
    font-size: 17px;
}
.pdf img.img-fluid {
    width: 20%;
    display: block;
    margin: 0px auto;
}

.flexcenter {
    align-items: center;
}
.member_head {
  display: flex;  
}
.member_head_text {
  text-transform: uppercase;
  font-weight: 500 !important;
/*   font-style: italic; */
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 1px;
	text-transform:normal;
	color:#545252;
	margin-left:25px;
/* 	filter: drop-shadow(3px 0 0 #ccc) 
  drop-shadow(0 3px 0 #ccc)
  drop-shadow(-3px 0 0 #ccc) 
  drop-shadow(0 -3px 0 #ccc); */
}
.member_head_text span {
  font-weight: 600;
font-size:34px;
	color:#000;
}
.question_card {
  border: 1px solid #ddd;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #fff;
}
.question_header {
  display: flex;
  flex-direction: column;
  padding: 25px;
  cursor: pointer;
}
.question_header_number {
    white-space: nowrap;
    flex: 1 1 auto;
    min-width: 0;
    color: #118942 !important;
    font-weight: 700;
    font-size: 22px;
}
.question_header_title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.toggle_icon {
  margin-left: auto;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.question_body {
  display: none;
  padding: 20px 20px 30px 20px;
}
.question_body h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
}
.question_card.open .toggle_icon {
  transform: rotate(45deg);
}
.answer_list {
  list-style-type: " + ";
  padding-left: 20px;
  margin: 20px 0px 0px 0px;
}
.answer_list li {
  margin-bottom: 0.75rem;
  line-height: 36px;
}

@media (min-width: 768px) {
  .member_head_text {
    font-size: 40px;
    line-height: 56px;
  }
	 .member_head_text span{
    font-size: 40px;
  }
  .question_header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .question_header_title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .question_body {
    display: none;
    padding: 20px 60px 30px 60px;
  }
}

.member_form {
  max-width: 900px;
  display: flex;
  row-gap: 20px;
  margin: auto;
}
.membership_input,
.membership_textarea {
  width: 100%;
  background-color: #f2f3f4;
  border: none;
  padding: 20px;
}
.membership_input {
  height: 50px;
  border-radius: 10px;
}
.membership_textarea {
  height: 300px;
  padding: 20px 40px;
  border-radius: 20px;
}
.membership_btn {
  background-color: #f99935;
  color: white;
  border-radius: 1000px;
  padding: 10px 50px;
  width: fit-content;
  border: none;
  margin-left: auto;
}

/***************** Membership ****************/

/***************** Events ****************/
.news_container {
  row-gap: 20px;
}

.news_card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 5/3;
  padding: 25px;
  display: flex;
  align-items: end;
  width: 100%;
	min-height:250px;
}
.news_card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, #11894200 34.62%, #11894299 87.66%);
  transition: height 0.4s ease;
  pointer-events: none;
}
.news_card_info {
  position: relative;
  z-index: 200;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home_news_title {
  color: white;
  font-weight: 700;
  font-size: 18px;
  z-index: 100;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.home_news_date {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news_card_info_div {
  width: 100%;
}

@media (min-width: 992px) {
    .home_news_title {
        color: white;
        font-weight: 600;
        font-size: 19px;
    }
  .home_news_date {
    flex-direction: row;
    justify-content: space-between;
  }
}

.news_div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  /* background-color: #f1f2f3; */
  /* border-radius: 10px; */
}
.news_cover_div {
  width: 100%;
  aspect-ratio: 4/3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  padding: 20px;
}
.news_cover_date {
  color: white;
  background-color: #000000cc;
  padding: 15px;
  width: fit-content;
}
.news_content {
  padding: 10px;
}
.new_detail_cover {
  width: 100%;
  /* aspect-ratio: 5/2; */
  border-radius: 10px;
  object-fit: cover;
}
.yt_link iframe {
  width: 100% !important;
  aspect-ratio: 3/2;
}
.gallery_item {
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.gallery_item a {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.gallery_item:hover a {
  scale: 1.05;
}

.new_sub_title {
  font-weight: 400;
}
.other_news_div {
  background-color: #f1f2f3;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  position: sticky;
  top: 130px;
}
.other_new_cover {
  max-width: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.other_new {
  background-color: #c7c7c733;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.other_new_title {
  padding-right: 15px;
  color: #000;
  transition: 0.3s;
}
.other_new:hover .other_new_title {
  color: #f99935;
}
.new_list_img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #1987541f;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .news_content {
    padding: 15px;
  }
}

/***************** Events ****************/

/***************** Members ****************/
.member_logos {
  column-count: 2;
  column-gap: 1rem;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.member_logo {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 10px #0000000d;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  break-inside: avoid;
}
.member_logo img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .member_logos {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .member_logos {
    column-count: 4;
  }
  .member_logo {
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .member_logos {
    column-count: 5;
  }
}
@media (min-width: 1400px) {
  .member_logos {
    column-count: 6;
  }
}
/***************** Members ****************/

/***************** Newsletter ****************/
.newsletter_card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  aspect-ratio: 3 / 4;
  box-shadow: #0000003d 0px 3px 8px;
}
.newsletter_card_title_div {
  width: 135%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  background: white;
  aspect-ratio: 2 / 1;
  transform: translateY(50%);
}
.newsletter_card_title {
  transform: translateY(25%);
}
/***************** Newsletter ****************/

/***************** Contact Us ****************/
.contact_info_div a, .contact_info_div p {
    font-size: 15px;
}
.contact_info_div .fa-2x {
    font-size: 1.6em;
}
.contact_container {
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  background-color: #f99935;
  margin: auto;
}
.contact_info {
  width: 100%;
  padding: 50px 15px;
}
.contact_info_div {
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #f2f3f4;
  backdrop-filter: blur(5px);
}
.contact_map {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-top: 20px;
}
.contact_form {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
}
.contact_form_inner {
  max-width: 900px;
  display: flex;
  row-gap: 20px;
  margin: auto;
}
.contact_input,
.contact_textarea {
  width: 100%;
  background-color: #f2f3f4;
  border: none;
  padding: 20px;
}
.contact_input {
  height: 50px;
  border-radius: 10px;
}
.contact_textarea {
  height: 300px;
  padding: 20px 40px;
  border-radius: 20px;
}
.contact_btn {
  background-color: #f99935;
  color: white;
  border-radius: 1000px;
  padding: 10px 50px;
  width: fit-content;
  border: none;
  margin-left: auto;
}
@media (min-width: 768px) {
  .contact_info {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .contact_container {
    width: 95%;
    border-radius: 100px 0px 100px 0px;
    flex-direction: row;
  }
  .contact_info {
    width: 50%;
    padding: 50px;
    position: relative;
  }
  .contact_info::after {
    content: "";
    position: absolute;
    height: 100px;
    background-color: #f99935;
    width: 80px;
    bottom: 0px;
    left: -80px;
    z-index: -2;
  }
  .contact_info::before {
    content: "";
    position: absolute;
    height: 100px;
    background-color: #fff;
    width: 100px;
    bottom: 0px;
    left: -100px;
    z-index: -1;
    border-radius: 0px 0px 100px 0px;
  }
 .contact_form {
        width: 50%;
        background-color: #fff;
        border-radius: 100px 0px 100px 0px;
        position: relative;
        padding: 30px;
        border: 1px solid #ccc;
    }
  .contact_form::after {
    content: "";
    position: absolute;
    height: 60px;
    background-color: #fff;
    width: 80px;
    bottom: 0px;
    left: -80px;
    z-index: 0;
  }
  .contact_form::before {
    content: "";
    position: absolute;
    height: 60px;
    background-color: #f99935;
    width: 100px;
    bottom: 0px;
    left: -100px;
    z-index: 1;
    border-radius: 0px 0px 100px 0px;
  }
}

.vertical_head_container {
  width: 100%;
  margin: auto;
}

.vertical_head_card {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f2f3f4;
  border-radius: 10px;
  padding: 30px 40px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  box-shadow: #959da533 0px 8px 24px;
}
.vertical_head_card_title {
  color: #262626;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
.vertical_head_card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #ea953b, #f99935);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}
.vertical_head_card:hover:before {
  transform: scale(50);
}
.vertical_head_card:hover .vertical_head_card_info * {
  transition: all 0.5s ease-out;
  color: #ffffffcc;
}
.vertical_head_card:hover .vertical_head_card_title {
  transition: all 0.5s ease-out;
  color: #ffffff;
}
.vertical_head_card_info * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #452c2c;
}
.vertical_head_card_text span {
  min-width: 200px;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 3em;
  height: 3em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #f99935, #7f490e);
  border-radius: 0 4px 0 32px;
}

/***************** Contact Us ****************/

/***************** Footer ****************/
footer {
  background-color: #f99935;
  position: relative;
  overflow: hidden;
}
.footer_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.footer_div {
  padding: 50px 0px;
  border-bottom: 1px solid white;
  position: relative;
  z-index: 1;
}
/***************** Footer ****************/

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@media(min-width:1200px) and (max-width:1799px){
	img.custom-logo {
    max-width: 130px;
}
	.home_banner {
        background-size: cover;
        background-position: top;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 600px;
        width: 100%;
    }
	    .home_banner_status.not_banner {
        display: flex;
    }
	    .home_banner_status.top_banner {
        display: none;
    }
	.home_banner_div h2 {
        font-size: 32px;
        line-height: 35px;
    }
	p{
		font-size:15px !important;
	}
	.home_banner_div p {
        font-size: 16px;
        width: 90%;
    }
	.home_banner_status_div {
    align-items: center;
    min-width: 140px;
}
	.home_banner_status_head {
        font-size: 46px;
    }
}
@media(min-width:1200px) and (max-width:1499px){
	.home_banner_div {
        top: 35%;
    }	
	.home_about_head {
    font-size: 28px;
	}
	.logo-item{
		padding:0px;
		min-width: 200px;
    min-height: 100px;
	}
	.pdfflex {
    width: 78%;
  }

@media(min-width:1300px) and (max-width:1799px){
	.home_banner_div {
        top: 30%;
    }
	.home_banner_status.top_banner {
        display: flex;
        position: relative;
        bottom: -200px;
    }
	    .home_banner_status.not_banner {
        display: none;
    }
	.home_banner_status_text {
        color: white;
    }
	.home_banner_status {
        gap: 40px;
    }
	    .home_banner_status_head {
        font-size: 34px;
    }
}
	


