@charset "utf-8";



/* CSS Document */



@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&display=swap');

.parent {
  flex-direction: row;
}


.achivements {
    text-align: center;
	
}


@media(max-width: 767px) {
  .parent {
    display: flex;
    flex-direction: column-reverse;
  }
}


::-moz-selection {

  background: #7b7d7f;

  color: #fff;

  text-shadow: none;

}



::selection {

  background: #7b7d7f;

  color: #fff;

  text-shadow: none;

}



*,

*:after,

*:before {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  margin: 0;

  padding: 0;

}



abbr,

acronym,

address,

applet,

article,

aside,

audio,

b,

big,

blockquote,

body,

canvas,

caption,

center,

cite,

code,

dd,

del,

details,

dfn,

div,

dl,

dt,

em,

embed,

fieldset,

figcaption,

figure,

footer,

form,

h1,

h2,

h3,

h4,

h5,

h6,

header,

hgroup,

html,

i,

iframe,

img,

input,

ins,

kbd,

label,

legend,

li,

mark,

menu,

nav,

object,

ol,

output,

p,

pre,

q,

ruby,

s,

samp,

section,

small,

span,

strike,

strong,

sub,

summary,

sup,

table,

tbody,

td,

textarea,

tfoot,

th,

thead,

time,

tr,

tt,

u,

ul,

var,

video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

  outline: none;

  font-family: "Poppins", sans-serif;

}



/* HTML5 display-role reset for older browsers */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}



body {

  color: #000000;

  -webkit-text-size-adjust: none;

  -webkit-font-smoothing: antialiased;

  -moz-font-smoothing: antialiased;

  font-smoothing: antialiased;

  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;

  overflow: hidden;

  font-family: "Poppins", sans-serif;

  background-color: #ffff;

}



:root {

  overflow-y: scroll;

}



a {

  text-decoration: none;

  transition: all 0.25s ease-out 0s;

}



p,

p span {

  font-family: "Poppins", sans-serif;

}



img {

  border: 0;

}



li,

ol,

ul {

  list-style: none;

}



blockquote,

q {

  quotes: none;

}



blockquote:after,

blockquote:before,

q:after,

q:before {

  content: "";

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



* {

  -webkit-appearance: none;

}



::-webkit-input-placeholder {

  color: #fff;

}



::-moz-placeholder {

  color: #fff;

}



:-ms-input-placeholder {

  color: #fff;

}



:-moz-placeholder {

  color: #fff;

}



/*------------------- common style ---------------------------*/

a,

button,

input,

select,

textarea {

  outline: 0;

}



*,

:after,

:before {

  outline: 0;

}



img {

  max-width: 100%;

  height: auto;

}



iframe {

  border: 0;

}



a:focus,

a:hover {

  outline: 0;

  text-decoration: none;

}



a,

button {

  transition: ease all 0.5s;

  -webkit-transition: ease all 0.5s;

}



footer,

header,

section {

  width: 100%;

  float: left;

}





/* --------------------------------------- */





.header-wrapp {
  padding: 10px 7px;
  box-shadow: 0px 4px 4px 0px #A6A6A640;
  position: relative;
  z-index: 3;
  background: #fff;
}

.header-wrapp .header-row {
  width: 100%;
}

.header-wrapp .header-row .header-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-wrapp .brand-logo {
  width: 180px;
  display: block;
}

.header-wrapp .nav-links {
  width: auto;
  margin: 0 0 0 auto;
  padding: 60px 0 0;
}

.header-wrapp .nav-links ul {
  width: 100%;
}

.header-wrapp .nav-links ul li {
  display: inline-block;
  margin: 0 8px;
}

.header-wrapp .nav-links ul li a {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 18px;
}

.header-wrapp .nav-links ul li a:hover {
  color: #BC2531;
}

.header-wrapp .nav-links ul li.active a {
  color: #BC2531;
}

.header-wrapp .nav-links ul li:last-child a {
  padding-right: 0;
}

.header-wrapp .header-btns {
  width: auto;
}

.header-wrapp .header-btns .header-btn1 {
  display: inline-block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 15px;
}

.header-wrapp .header-btns .header-btn1:first-child {
  padding: 2px 0 0;
}

.header-wrapp .header-btns .header-btn1:last-child {
  margin-right: 0;
}


.header-wrapp .search-wrapp {
  /* width: 28%;
  max-width: 300px; */
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
}

.header-wrapp .search-wrapp .nav-btn {
  padding-top: 15px;
}

.header-wrapp .search-wrapp .nav-btn .kshoppe-btn {
  background-color: #3c0000;
  color: #fff;
  padding: 15px 25px 15px 25px;
  border-radius: 50px;
  margin-right: 10px;
}

.header-wrapp .search-wrapp .nav-btn .kshoppe-btn:hover {
  background: none;
  border: 1px solid #3c0000;
  color: #3c0000;
}

.header-wrapp .search-wrapp input {
  background: #efefef url(../images/uil_search.svg) no-repeat center / 22px;
  background-position-x: 5%;
  width: 100%;
  height: 53px;
  border-radius: 50px;
  padding: 10px 15px 10px 55px;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 400;
}

.header-wrapp .header-btns .header-btn1.search-btn {
  display: none;
}

.header-wrapp .nav-links ul li.has-sub {
  position: relative;
}

.header-wrapp .nav-links ul li.has-sub ul.dropdown-menu {
  display: block;
  width: 235px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 4px 0px #A6A6A640;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  top: 38px;
}

.header-wrapp .nav-links ul li.has-sub ul.dropdown-menu li {
  margin: 0;
  display: block;
}

.header-wrapp .nav-links ul li.has-sub ul.dropdown-menu li a {
  display: block;
}

.header-wrapp .nav-links ul li.has-sub:hover ul.dropdown-menu {
  max-height: inherit;
  padding: 10px 0;
}

.header-wrapp .nav-links ul li.has-sub ul.dropdown-menu li a {
  color: #000;
  padding: 10px 20px;
}

.header-wrapp .nav-links ul li.has-sub ul.dropdown-menu li a:hover {
  color: #BC2531;
}

.header-wrapp .nav-links ul li.has-sub>a {
  padding-right: 25px;
  background: url(../images/chevron-down-solid.svg) no-repeat center / 12px;
  background-position-x: 100%;
  cursor: pointer;
}


.overlay-btn {
  display: none;
}

.overlay {
  display: none;
}

.search-box {
  display: none;
}





.banner-wrapp {
  position: relative;
  background: #3C0000;
  overflow: hidden;
}

.banner-wrapp .banner-col2 {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1;
}

.banner-wrapp .banner-col2 .banner-video-pop {
  top: 50%;
  left: 50%;
  right: inherit;
  transform: translate(-50%, -50%);
}

.banner-wrapp .banner-col2 img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.banner-wrapp .banner-col1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.banner-wrapp .banner-content {
  width: 45%;
  float: left;
  position: relative;
}

.banner-wrapp .banner-content h4 {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 20px;
}

.banner-wrapp .banner-content h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
}

.banner-wrapp .banner-content h1 span {
  display: block;
}

.banner-wrapp .banner-content p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.73;
  margin: 0 0 24px;
  text-align: justify;
}

.banner-wrapp .banner-content .banner-btn {
  display: block;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: fit-content;
  font-size: 18px;
  padding: 13px 35px;
}

.banner-wrapp .banner-content .banner-btn:hover {
  background: #fff;
  color: #3C0000;
}

.banner-wrapp .element {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
}

.banner-wrapp .banner-video-pop {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-wrapp .banner-video-pop .js-video-button {
  width: 53px;
  height: 53px;
}

.banner-wrapp .banner-video-pop .js-video-button:before,
.banner-wrapp .banner-video-pop .js-video-button:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  z-index: -9;
}

.banner-wrapp .banner-video-pop .js-video-button:before {
  width: 71px;
  height: 71px;
  background: rgba(255, 255, 255, 0.60);
  border-radius: 50%;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.banner-wrapp .banner-video-pop .js-video-button:after {
  width: 89px;
  height: 89px;
  background: rgba(255, 255, 255, 0.60);
  border-radius: 50%;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.abouts-wrapp {
  padding: 100px 0;
}

.abouts-wrapp .abouts-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.abouts-wrapp .abouts-col1 {
  width: 47%;
}

.abouts-wrapp h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 65px;
  position: relative;
}

.abouts-wrapp h2 span {
  display: block;
  font-size: 24px;
  font-weight: 300;
}

.abouts-wrapp h2:before,
.abouts-wrapp h2:after {
  content: "";
  position: absolute;
  width: 26%;
  height: .2px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.abouts-wrapp h2:after {
  right: 0;
  left: inherit;
}

.abouts-wrapp p {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 24px;
  text-align: justify;
}

.abouts-wrapp .abouts-col2 {
  width: 28%;
  margin: 0 0 0 13%;
}

.abouts-wrapp h3 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 16px;
}

.abouts-wrapp .abouts-col2 .abouts-row1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px;
}

.abouts-wrapp .abouts-col2 .abouts-row1 .abouts-col3 {
  width: 48%;
  margin: 0 4% 2% 0;
}

.abouts-wrapp .abouts-col2 .abouts-row1 .abouts-col3:nth-child(2n) {
  margin-right: 0;
}

.abouts-wrapp .abouts-col2 .abouts-row1 .abouts-col3 .abouts-img {
  width: 100%;
  margin: 0 0 10px;
}

.abouts-wrapp .abouts-col2 .abouts-row1 .abouts-col3 .abouts-img img {
  width: 100%;
  display: block;
}

.abouts-wrapp .abouts-col2 .abouts-row1 .abouts-col3 h4 {
  font-size: 20px;
  text-align: center;
}

.abouts-wrapp .abouts-col2 .explore-btn {
  color: #0D0D0D;
  font-size: 16px;
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.abouts-wrapp .abouts-col2 .explore-btn .plus-icon {
  width: 10px;
  display: inline-block;
  margin: 0 0 0 2px;
}





.category-wrapp {
  position: relative;
  padding: 0 0 100px;
}

.category-wrapp h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 50px;
}

.category-wrapp .category-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category-wrapp .category-row .category-col1 {
  width: 23%;
  margin: 0 2.3% 4% 0;
}

.category-wrapp .category-row .category-col1:nth-child(4n) {
  margin-right: 0;
}

.category-wrapp .category-row .category-col1 .category-img {
  width: 100%;
  margin: 0 0 20px;
}

.category-wrapp .category-row .category-col1 .category-img img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.category-wrapp .category-row .category-col1 h3 {
  font-size: 24px;
}

.category-wrapp .category-row .category-col1 .shop-btn {
  color: #000000;
  display: block;
  font-size: 16px;
}

.category-wrapp .category-row .category-col1 .shop-btn .plus-icon {
  width: 10px;
  display: inline-block;
  margin: 0 0 0 5px;
}


.new-category-wrap h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 50px;
}

.new-category-wrap h3 {
  font-size: 24px;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Poppins", sans-serif;
}

.new-arrivals {
  padding: 0 0 100px;
}

.new-arrivals h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}

.new-arrivals .new-arrivals-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.new-arrivals .new-arrivals-col1 {
  width: 23.5%;
  margin: 0 2% 0 0;
}

.new-arrivals .new-arrivals-col1:nth-child(4n) {
  margin-right: 0;
}

.new-arrivals .new-arrivals-col1 .new-arrivals-img {
  width: 100%;
  position: relative;
}

.new-arrivals .new-arrivals-col1 .new-arrivals-img img {
  width: 100%;
  display: block;
}

.new-arrivals .new-arrivals-col1 .new-arrivals-img .tag {
  position: absolute;
  background: #6E0000;
  color: #fff;
  padding: 4px 18px;
  font-size: 15px;
  top: 15px;
  right: 15px;
}

.new-arrivals .new-arrivals-col1 .new-arrivals-detail {
  width: 100%;
  padding: 20px;
  border: 1px solid #E7E7E7;
}

.new-arrivals .new-arrivals-col1 .new-arrivals-detail .qual-tag {
  background: #6E0000;
  color: #fff;
  padding: 4px 18px;
  font-size: 15px;
  display: block;
  width: fit-content;
  margin: 0 0 18px;
}

.new-arrivals .new-arrivals-col1 .new-arrivals-detail h3 {
  font-size: 21px;
  margin: 0 0 10px;
}

.new-arrivals .new-arrivals-col1 .new-arrivals-detail .price {
  font-size: 16px;
  color: #000000;
}

.new-arrivals .new-arrivals-col1 .new-arrivals-detail .price-not {
  color: #6E0000;
  margin: 0 0 0 6px;
  text-decoration: line-through;
  font-size: 14px;
}





.directors-wrapp {
  background: #EFF2F1;
}

.directors-wrapp-1 {
  padding: 60px 0px 0px 0px;
}

.directors-wrapp-2 {
  padding: 20px 0;
}

.directors-wrapp h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 44px;
}

.directors-wrapp .directors-row {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-end;
  justify-content: center;
}

.directors-wrapp .directors-row-2 {
  display: block !important;
}


.directors-wrapp .directors-row-2 .directors-content{
  text-align: left !important ;
}


.directors-wrapp .directors-col1 {
  width: 31.5%;
  margin: 0 2% 0 0;
}

.directors-wrapp .directors-col1:nth-child(4n) {
  margin-right: 0;
}

/* .directors-wrapp .directors-col1 .directors-img {
  width: 70%;
  margin: 0 0 15px;
} */

.directors-wrapp .directors-col1 .directors-img-style img {
  width: 100%;

  object-fit: cover;
  max-width: 400px;
}

.directors-wrapp .directors-col1 .directors-img-style-2 {
  display: flex;
  justify-content: center;
}

.directors-wrapp .directors-col1 .directors-img-style-2 img {
  width: 100%;

  object-fit: cover;
  max-width: 200px;
}

.directors-wrapp .directors-col1 h3 {
  font-size: 22px;
  margin: 0 0 5px;
}

.directors-wrapp .directors-col1 h4 {
  font-size: 26px;
  margin: 60px 0 5px;
  font-weight: bold;
}

.directors-wrapp .directors-col1 p {
  font-size: 16px;
}

/* .directors-wrapp .directors-col1:first-child .directors-img {
  width: 100%;
}

.directors-wrapp .directors-col1:first-child .directors-img img {
  height: 305px;
}

.directors-wrapp .directors-col1:nth-child(2) .directors-img {
  width: 85%;
}

.directors-wrapp .directors-col1:nth-chi  ld(2) .directors-img img {
  height: 259px;
} */

.directors-wrapp .directors-col1 .directors-content {
  width: 100%;
  min-height: 90px;
  text-align: center;
  padding-top: 20px;
}



.directors-wrapp2 {
  background: none;
}





.flowchart-wrapp {
  padding: 100px 0;
}

.flowchart-wrapp .flowchart-row1 {
  width: 100%;
  max-width: 1205px;
  margin: 0 auto 50px;
}

.flowchart-wrapp h2 {
  font-size: 36px;
  margin: 0 0 23px;
  text-align: center;
}

.flowchart-wrapp p {
  font-size: 18px;
  text-align: justify;
}

.flowchart-wrapp .flowchart-row2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.flowchart-wrapp .flow-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}

.flowchart-wrapp .flow-box .shape {
  width: 44%;
  background: #EFF2F1;
  height: 135px;
  display: flex;
  align-items: center;
  padding: 0 83px;
  font-size: 20px;
  justify-content: center;
  position: relative;
  margin-right: 10%;
}

.flowchart-wrapp .flow-box .year {
  width: 44%;
  font-size: 18px;
  position: relative;
}

.flowchart-wrapp .flowchart-row2:after {
  content: "";
  position: absolute;
  height: 85%;
  border-right: 1px dashed #5EAE94;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flowchart-wrapp .flow-box .year:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #5EAE94;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -17%;
}

.flowchart-wrapp .flow-box .year:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/uil_calender.svg) no-repeat center / 100%;
  left: -13.6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.flowchart-wrapp .flow-box:nth-child(2n) {
  flex-direction: row-reverse;
}

.flowchart-wrapp .flow-box:nth-child(2n) .shape {
  margin-right: 0;
  margin-left: 10%;
}

.flowchart-wrapp .flow-box:nth-child(2n) .year {
  text-align: right;
}

.flowchart-wrapp .flow-box:nth-child(2n) .year:after {
  left: inherit;
  right: -17%;
}

.flowchart-wrapp .flow-box:nth-child(2n) .year:before {
  left: inherit;
  right: -13.6%;
}

.flowchart-wrapp .flow-box .shape:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  border: 22px solid transparent;
  border-left: 24px solid #eff2f1;
  z-index: 3;
}

.flowchart-wrapp .flow-box:nth-child(2n) .shape:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  border: 22px solid transparent;
  border-right: 24px solid #eff2f1;
  z-index: 3;
}





.circular-wrapp {
  padding: 70px 0 30px;
}

.circular-wrapp h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}

.circular-wrapp .circular-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.circular-wrapp .circular-box {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 2% 2% 0;
}

.circular-wrapp .circular-box:nth-child(2n) {
  margin-right: 0;
}

.circular-wrapp .circular-box .img-box {
  width: 33%;
  margin: 0 3% 0 0;
}

.circular-wrapp .circular-box .img-box img {
  width: 100%;
  display: block;
}

.circular-wrapp .circular-box .circular-content {
  width: 64%;
}

.circular-wrapp .circular-box .circular-content h3 {
  font-size: 24px;
  margin: 0 0 20px;
}

.circular-wrapp .circular-box .circular-content p {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: justify;
}

.circular-wrapp .circular-box .circular-content .read-more {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.circular-wrapp .circular-box .circular-content .read-more .arrow {
  display: inline-block;
  margin: 0 0 -7px;
  transition: all .25s ease-in-out;
}

.circular-wrapp .circular-box .circular-content .read-more .arrow img {
  display: block;
}

.circular-wrapp .circular-box .circular-content .read-more:hover .arrow {
  margin: 0 0 -7px 10px;
}



.circular-wrapp2 {
  padding: 100px 0 0;
}



.gallery-wrapp {
  padding: 30px 0;
}

.gallery-wrapp h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}

.gallery-wrapp .gallery-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gallery-wrapp .gallery-box {
  width: 32%;
  margin: 0 2% 2% 0;
}

.gallery-wrapp .gallery-box:nth-child(3n) {
  margin-right: 0;
}

.gallery-wrapp .gallery-box .gallery-img {
  width: 100%;
  margin: 0 0 10px;
}

.gallery-wrapp .gallery-box .gallery-img img {
  width: 100%;
  display: block;
  height: 281px;
  object-fit: cover;
}

.gallery-wrapp .gallery-box h3 {
  font-size: 18px;
}


.gallery-video-wrapp {
  padding: 70px 0 30px;
}

.gallery-video-wrapp video {
  width: 100%;
}

.gallery-video-wrapp .col-md-4 {
  position: relative;
}

.gallery-video-wrapp .col-md-4 .js-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
}

.feature-wrapp {
  padding: 35px 0;
}

.feature-wrapp h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}

.feature-wrapp .feature-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.feature-wrapp .feature-box {
  width: 23.5%;
  margin: 0 2% 0 0;
  border: 1px solid #E7E7E7;
  padding: 20px;
  display: flex;
  align-items: center;
}

.feature-wrapp .feature-box:last-child {
  margin-right: 0;
}

.feature-wrapp .feature-box .feature-icon {
  width: 60px;
  margin: 0 15px 0 0;
}

.feature-wrapp .feature-box h3 {
  font-size: 18px;
}





footer {
  padding: 70px 0 50px 0;
  background: #F6F9F8;
}

footer .footer-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

footer .footer-col1 {
  width: 11.66%;
  margin: 0 2% 0 0;
}

footer .footer-col2 {
  width: 30%;
}

footer h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

footer .field-address {
  width: 17.6%;
  margin: 0 0 0 2%;
}

footer h2 {
  font-size: 20px;
  margin: 0 0 15px;
}

footer .field-address span {
  font-size: 16px;
  color: #424242;
  line-height: 1.56;
}

footer .footer-col1.fourth {
  width: 17%;
}

footer .footer-col1 ul li {
  display: block;
  margin: 0 0 12px;
}

footer .footer-col1 ul li a {
  font-size: 16px;
  color: #424242;
}

footer .footer-col1 ul li a:hover {
  color: #BC2531;
}

footer .footer-col2 .subscribe {
  width: 100%;
  max-width: 460px;
  margin: 0 0 30px;
}

footer .footer-col2 .subscribe .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

footer .footer-col2 .subscribe .text-fields input {
  width: 63%;
  height: 60px;
  border: 1px solid #000000;
  background: none;
  padding: 12px;
  font-size: 18px;
  margin: 0 3% 0 0;
}

footer .footer-col2 .subscribe .text-fields input::placeholder {
  color: #000;
}

footer .footer-col2 .subscribe .text-fields .submit-btn {
  width: 33%;
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
  font-size: 17px;
}

footer .footer-col2 .subscribe .text-fields .submit-btn:hover {
  color: #000000;
  background: none;
}

footer .footer-col2 ul.social-icons {
  width: 100%;
}

footer .footer-col2 ul.social-icons li {
  display: inline-block;
  width: 33px;
  margin: 0 13px 0 0;
}

footer .footer-col1 ul li a:hover {
  color: #0009;
}

footer .footer-col2 ul.social-icons li:hover img {
  opacity: 0.5;
}

footer .footer-col2 ul.social-icons li img {
  transition: all .25s ease-in-out;
}



.footer-text {
  width: 100%;
  float: left;
  padding: 18px 0;
  text-align: center;
}

.footer-text p {
  font-size: 17px;
}







.about-banner .bg-img {
  width: 100%;
  height: 100%;
}

.about-banner .bg-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 202px
}





.content-wrapp {
  padding: 50px 0 100px;
}

.content-wrapp p {
  font-size: 18px;
  margin: 0 0 30px;
  text-align: justify;
}

.wp-block-heading {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 22px;
}



.info-wrapp {
  padding: 0 0 100px;
}

.info-wrapp .info-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.info-wrapp .info-box {
  width: 33.33%;
  position: relative;
}

.info-wrapp .info-box .info-img {
  width: 100%;
  height: 100%;
}

.info-wrapp .info-box .info-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.info-wrapp .info-box .info-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 1;
}

.info-wrapp .info-box .info-title h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  transition: all .25s ease-in-out;
}

.info-wrapp .info-box .info-title .right-arrow {
  display: inline-block;
  float: right;
  width: 18px;
  padding: 4px 0 0;
  transition: all .25s ease-in-out;
}

.info-wrapp .info-box .info-title .right-arrow img {
  width: 100%;
  display: block;
  transition: all .25s ease-in-out;
}

.info-wrapp .info-box .info-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3c000061;
  opacity: 0;
  transition: all .25s ease-in-out;
}

.info-wrapp .info-box:hover .info-img:after {
  opacity: 1;
  transform: scale(1);
}

.info-wrapp .info-box:hover .info-title h2 {
  font-size: 20px;
}

.info-wrapp .info-box:hover .info-title .right-arrow {
  width: 28px;
}





.admin-banner {
  background: #EFF2F1;
  padding: 90px 0;
}

.admin-banner .admin-banner-content {
  width: 100%;
}

.admin-banner .admin-banner-content h2 {
  font-size: 36px;
  color: #0D0D0D;
  margin: 0 0 30px;
}

.admin-banner .admin-banner-content p {
  font-size: 18px;
  text-align: justify;
}







.news-wrapp {
  padding: 35px 0;
}

.news-wrapp h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}

.news-wrapp .news-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news-wrapp .news-box {
  width: 32%;
  margin: 0 2% 2% 0;
  box-shadow: 0px 4px 14px 0px #8D8D8D40;
}

.news-wrapp .news-box:nth-child(3n) {
  margin-right: 0;
}

.news-wrapp .news-box .news-img {
  width: 100%;
}

.news-wrapp .news-box .news-img img {
  width: 100%;
  display: block;
}

.news-wrapp .news-box .news-content {
  width: 100%;
  padding: 20px;
}

.news-wrapp .news-box .news-content .tag {
  background: #BC2531;
  color: #fff;
  display: block;
  width: fit-content;
  font-size: 18px;
  padding: 8px 20px 7px;
  margin: 0 0 20px;
}

.news-wrapp .news-box .news-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}

.news-wrapp .news-box .news-content p {
  font-size: 16px;
  color: #000;
  text-align: justify;
}

.news-wrapp .news-box .news-foot {
  width: 100%;
  border-top: 1px solid #E1E1E1;
  display: flex;
  flex-wrap: wrap;
}

.news-wrapp .news-box .news-foot .news-foot-col1 {
  width: 50%;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #E1E1E1;
}

.news-wrapp .news-box .news-foot .news-foot-col1:last-child {
  border: none;
}

.news-wrapp .news-box .news-foot .date {
  font-size: 14px;
  color: #000;
  display: block;
}

.news-wrapp .news-box .news-foot .read-more {
  font-size: 14px;
  color: #000;
  display: block;
}

.news-wrapp .news-box .news-foot .read-more:hover {
  color: #BC2531;
}

.abouter-wrapp {
  padding: 100px 0 30px;
}

.abouter-wrapp .abouter-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.abouter-wrapp .abouter-col1 {
  width: 45%;
}

.abouter-wrapp .abouter-col2 {
  width: 51%;
}

.abouter-wrapp h2 {
  font-size: 36px;
  margin: 0 0 20px;
  font-weight: 500;
}

.abouter-wrapp p {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: justify;
}

.abouter-wrapp .abouter-col1 img {
  width: 100%;
  display: block;
}

.news-inner {
  padding: 50px 0 30px;
}

.news-inner .news-inner-row {
  width: 100%;
}

.news-inner .news-tag {
  background: #BC2531;
  color: #FFFFFF;
  font-size: 20px;
  display: block;
  padding: 8px 46px;
  width: max-content;
  text-align: center;
  margin: 0 0 20px;
  display: none;
}


.news-inner .news-inner-row>p,
.news-inner .news-inner-row>p span {
  color: #BC2531;
}


.news-inner h2 {
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 5px;
}

.news-inner p {
  font-size: 18px;
  margin: 0 0 19px;
  color: #000;
  text-align: justify;
}

.news-inner p .hilite {
  color: #000;
}

.news-inner .news-img {
  width: 100%;
  margin: 0 0 24px;
}

.news-inner img {
  width: 100%;
  display: block;
}

.news-inner .news-content {
  width: 100%;
  max-width: 1135px;
}



.blog-img {
  margin: 0 0 20px;
}

.contact-wrapp {
  padding: 100px 0 50px;
}

.contact-wrapp .contact-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contact-wrapp .contact-row .contact-col1 {
  width: 35%;
  padding: 0 2%;
}

.contact-wrapp .contact-row .contact-col1 h2 {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 500;
}

.contact-wrapp .contact-row .contact-col1 p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 24px;
}

.contact-wrapp .contact-row .contact-col1 .contact-details p span {
  display: block;
}

.contact-wrapp .contact-row .contact-col1 .contact-details {
  width: 100%;
}

.contact-wrapp .contact-row .contact-col1 .contact-details>div {
  width: 100%;
  padding-left: 75px;
  margin: 0 0 30px;
  position: relative;
}

.contact-wrapp .contact-row .contact-col1 .contact-details h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.contact-wrapp .contact-row .contact-col1 .contact-details p {
  margin: 0;
  color: #000000;
}

.contact-wrapp .contact-row .contact-col1 .contact-details p a {
  color: #000000;
  word-break: break-word;
}

.contact-wrapp .contact-row .contact-col1 .contact-details .icon {
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: center;
  border: 2px solid #BC2531;
  border-radius: 50%;
  padding: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-wrapp .contact-row .contact-col1 .contact-details .icon img {
  width: auto;
}

.contact-wrapp .contact-row .contact-col2 {
  width: 65%;
  padding: 0 2%;
}

.contact-wrapp .contact-row .contact-col2 .contact-form {
  width: 100%;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .text-fields .text-field {
  width: 48%;
  margin: 0 0 4%;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .text-fields .text-field:last-child {
  width: 100%;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .text-fields .text-field input {
  width: 100%;
  height: 64px;
  border: 1px solid #808080;
  color: #000000;
  border-radius: 5px;
  padding: 12px 17px;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .text-fields .text-field input::placeholder {
  color: #000000;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .text-fields .text-field textarea {
  width: 100%;
  height: 169px;
  border: 1px solid #808080;
  color: #000000;
  border-radius: 5px;
  padding: 12px 17px;
  resize: none;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .text-fields .text-field textarea::placeholder {
  color: #000000;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .submit-btn {
  width: 100%;
  background: #BC2531;
  border: 1px solid #BC2531;
  padding: 17px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .submit-btn:hover {
  color: #BC2531;
  background: none;
}



.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-title {
  display: none;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content {
  display: none;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {
  width: 100%;
  float: none;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  height: auto;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container {
  width: 100%;
  display: block;
  margin: 0 0 0;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label {
  display: none;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element {
  width: 100%;
  display: flex;
  margin: 0 auto;
  float: left;
  order: inherit;
  justify-content: center;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {
  padding: 0;
  /* width: 100% !important; */
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {
  width: 48% !important;
  float: left;
  margin: 0 0 4% 0;
  padding: 0;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:nth-child(2n) {
  float: right;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell:last-child {
  width: 100% !important;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {
  width: 100%;
  height: 64px;
  margin: 0 0 0;
  padding: 12px 17px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: none;
  border: 1px solid #808080;
  resize: none;
  letter-spacing: normal;
  border-radius: 5px;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  box-shadow: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  line-height: normal;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder {
  color: #000000;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element textarea.ninja-forms-field {
  width: 100%;
  height: 169px;
  float: left;
  margin: 0 0 0;
  padding: 12px 17px;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field {
  width: 100%;
  display: none;
  float: left;
  position: relative;
  margin: 0 auto;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-after-field .nf-input-limit {
  margin: 0 0 0;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label {
  width: auto;
  display: inline-block;
  height: auto;
  visibility: visible;
  margin: 0 24px 0 0 !important;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label {
  width: auto;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #6a6862;
  line-height: 1.73;
  display: inline;
  letter-spacing: normal;
  position: relative;
  top: -2px;
  height: auto;
  margin: 0 0 0;
  z-index: 9;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a {
  text-decoration: none;
  color: #6a6862;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label a:hover {
  color: #d3af36;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label .ninja-forms-req-symbol {
  display: none;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .field-wrap.checkbox-wrap .nf-field-label {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 0 0 !important;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 18px;
  background: none;
  border: 1px solid #c6af86;
  border-radius: 3px;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #c6af86;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 1.5px;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after {
  border: 1px solid #c6af86;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class1 .nf-field-element .ninja-forms-field {
  height: auto;
  margin: 0 0 0;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container.extra-class2 .nf-field-element .ninja-forms-field {
  height: auto;
  margin: 0 0 0;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {
  width: 100%;
  height: auto;
  float: none;
  color: #ffffff;
  background: #BC2531;
  border: 1px solid #BC2531;
  margin: 0 0 0;
  padding: 17px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: inherit;
  border-radius: 10px;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  box-shadow: none;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field:hover {
  color: #BC2531;
  background: #ffffff;
  border-color: #BC2531;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .nf-field-element::after {
  display: none;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.nf-error .ninja-forms-field {
  border: 2px dotted #d00000;
  background: transparent;
}

.contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-after-form-content {
  display: none;
}



footer .footer-col2 .subscribe .nf-form-cont .nf-form-title {
  display: none;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content {
  display: none;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {
  width: 100%;
  float: none;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  height: auto;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container {
  width: 100%;
  display: block;
  margin: 0 0 0;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap .nf-field-label {
  display: none;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element {
  width: 100%;
  display: flex;
  margin: 0 auto;
  float: left;
  order: inherit;
  justify-content: center;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell {
  padding: 0;
  width: 58% !important;
  float: left;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell:nth-child(2) {
  width: 33% !important;
  float: left;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-cell .nf-field-container {
  width: 100%;
  display: block;
  margin: 0 0 0;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {
  width: 100%;
  height: 48px;
  border: 1px solid #000000;
  background: none;
  padding: 12px;
  font-size: 18px;
  margin: 0 0 0;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field::placeholder {
  color: #000;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .submit-wrap .nf-field-element .ninja-forms-field {
  width: 100%;
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
  font-size: 17px;
}

footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .submit-wrap .nf-field-element .ninja-forms-field:hover {
  color: #000000;
  background: none;
}

/* production-unit */

.productionsec {
  padding: 50px 18px;
}

.productionsec h1 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}

.productionsec .imgbox {
  background-color: #bd2532 !important;
  position: relative;
  margin-top: 64px;
  margin-right: 22px;
}

.productionsec .proimg {
  position: inherit;
  bottom: 5px;
  left: 10px;
}

.productionsec h2 {
  font-size: 23px;
  color: #000;
  margin: 0 0 20px;
}

.productionsec p {
  font-size: 18px;
  color: #000 !important;
  margin: 0 0 10px;
}

.rowclr {
  background-color: #f0f2f1;
}

.productionsec .proimg2 {
  position: inherit;
  bottom: 5px;
  right: 10px;
}

.productionsec .imgbox2 {
  background-color: #bd2532 !important;
  position: relative;
  /* margin-top: 64px;
  margin-left: 22px; */
  margin: 68px auto;
}

.imgbox2-sec {
  width: 100%;
}

.imgbox2-first {
  width: 100%;
}

.google-map-contact .google-map {
  width: 100%;
}


.certification-wrapp {
  padding: 50px 0 0;
}

.certification-wrapp .certification-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-wrapp h3 {
  border-bottom: 1px solid #959595;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-size: 20px;
}


.certification-wrapp .certification-box {
  width: 30%;
  max-width: 170px;
  margin: 0 4% 0 0;
}

.certification-wrapp .certification-box img {
  width: 100%;
}

.certification-wrapp .certification-box:last-child {
  margin-right: 0;
}


.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.news-inner .news-content img {
  max-height: 457px;
  object-fit: cover;
}

.facility-inner .news-inner-row {
  max-width: 1000px;
  margin: 0 auto;
}

.facility-inner .facility-img {
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
  display: inline-block;
}




.facility-banner {
  width: 100%;
  position: relative;
}

.facility-banner .bg-img {
  width: 100%;
}

.facility-banner .bg-img img {
  width: 100%;
  display: block;
}

.facility-wrapp {
  padding: 100px 0 20px;
}

.facility-wrapp .facility-col {
  width: 100%;
}

.facility-wrapp .facility-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 76px;
}

.facility-wrapp h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 50px;
}

.facility-wrapp .facility-col1 {
  width: 46%;
}

.facility-wrapp .facility-col2 {
  width: 48%;
}

.facility-wrapp p {
  font-size: 20px;
  text-align: justify;
}

.facility-col2 p {
  text-align: justify;
}

.facility-wrapp .facility-row:nth-child(2n) {
  flex-direction: row-reverse;
}

.facility-wrapp .facility-col1 img {
  width: 100%;
  display: block;
}

.facility-wrapp .facility-row:last-child {
  margin-bottom: 0;
}



.related-img-wrapp {
  padding: 80px 0;
}

.related-img-wrapp .related-img-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.related-img-wrapp .related-img-row .related-img-col1 {
  width: 30%;
  margin: 2% 2% 0 0;
}


.related-img-wrapp .related-img-row .related-img-col1 img {
  display: block;
  width: 100%;
}

.related-img-wrapp .related-img-row .related-img-col1:last-child {
  margin-right: 0;
}

.related-img-wrapp h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}



.careersec {
  padding: 100px 0;
}

.careersec .careebox {
  background: #F6F9F8;
  width: 100%;
  padding: 20px;
  margin: 0 0 50px;
  border-left: 10px solid #3d0000;
}

.careersec .careebox .frcar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.careersec .careebox h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}

.careersec .careebox p {
  font-size: 18px;
  margin: 0 0 30px;
}

.careersec .careebox .lscar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.careersec .careebox a {
  background: #3d0000;
  color: #fff;
  display: inline-block;
  width: auto;
  font-size: 16px;
  padding: 12px 25px;
  font-weight: 600;
  border: 1px solid #3d0000;
}

.careersec .careebox a:hover {
  color: #3d0000;
  background: none;
}

.content-wrapp .tender-download {
  color: #6E0000;
  font-size: 18px;
  font-weight: 500;
}

.content-wrapp .tender-download:hover {
  color: #212529;
}

.certification-row {
  display: inline-flex;
  gap: 10px;
}

.certification-box img {
  width: 90px;
  height: auto;
}

/* section.directors-wrapp.directors-wrapp2 .container {
  margin-right: 0 !important;
} */

@media (max-width:1399px) {

  .header-wrapp .nav-links ul li a {
    padding: 10px 14px;
  }



  .banner-wrapp .banner-content h4 {
    font-size: 18px;
  }

  .banner-wrapp .banner-content h1 {
    font-size: 52px;
    line-height: 1.3;
  }

  .banner-wrapp .banner-content p {
    font-size: 18px;
  }

  .banner-wrapp .banner-content .banner-btn {
    font-size: 16px;
  }


  .header-wrapp .search-wrapp {
    width: 24%;
  }

  .header-wrapp .search-wrapp input {
    padding: 10px 15px 10px 40px;
    font-size: 14px;
    height: 45px;
    background-size: 18px;
  }

  .header-wrapp .nav-links ul li {
    margin: 0;
  }


  .gallery-wrapp .gallery-box .gallery-img img {
    height: 242px;
  }

  /* .directors-wrapp .directors-col1 .directors-img img {
    height: 262px;
  } */

  /* .directors-wrapp .directors-col1:first-child .directors-img img {
    height: 262px;
    width: 79%;

  } */


  /* .directors-wrapp .directors-col1:nth-child(2) .directors-img img {
    height: 262px;
    width:86%;
  } */

  .directors-wrapp .directors-col1 .directors-content {
    min-height: 105px;
  }

  .directors-wrapp .directors-col1 h3 {
    font-size: 20px;
  }

}



@media (max-width:1199px) {

  .header-wrapp .nav-links ul li a {
    padding: 8px;
    font-size: 14px;
  }

  .header-wrapp .header-btns .header-btn1 {
    width: 28px;
    margin: 0 10px;
  }

  .header-wrapp .search-wrapp input {
    font-size: 12px;
  }


  .banner-wrapp .banner-content h4 {
    font-size: 16px;
    margin: 0 0 14px;
  }

  .banner-wrapp .banner-content h1 {
    font-size: 42px;
    line-height: 1.3;
    margin: 0 0 12px;
  }

  .banner-wrapp .banner-content p {
    font-size: 16px;
    margin: 0 0 18px;
  }

  .banner-wrapp .banner-content .banner-btn {
    font-size: 14px;
  }



  .abouts-wrapp {
    padding: 70px 0;
  }

  .abouts-wrapp h2 {
    font-size: 32px;
    margin: 0 0 45px;
  }

  .abouts-wrapp h2 span {
    font-size: 22px;
  }

  .abouts-wrapp h2:before,
  .abouts-wrapp h2:after {
    width: 24%;
  }

  .abouts-wrapp p {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .abouts-wrapp .abouts-col2 .abouts-row1 {
    margin: 0 0 45px;
  }



  .category-wrapp {
    padding: 0 0 50px;
  }

  .category-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }



  .new-arrivals h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }

  .new-arrivals .new-arrivals-col1 .new-arrivals-detail h3 {
    font-size: 22px;
  }

  .new-arrivals .new-arrivals-col1 .new-arrivals-img .tag {
    font-size: 14px;
  }

  .new-arrivals .new-arrivals-col1 .new-arrivals-detail .qual-tag {
    font-size: 15px;
  }



  /* .directors-wrapp {
    padding: 70px 0;
  } */

  .directors-wrapp .directors-col1 h3 {
    font-size: 20px;
  }

  .directors-wrapp .directors-col1 p {
    font-size: 14px;
  }

  .directors-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }

  .directors-wrapp .directors-col1 .directors-content {
    min-height: 95px;
  }


  .flowchart-wrapp {
    padding: 70px 0;
  }

  .flowchart-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }

  .flowchart-wrapp p {
    font-size: 16px;
  }

  .flowchart-wrapp .flow-box .year:after {
    left: -17.1%;
  }

  .flowchart-wrapp .flow-box:nth-child(2n) .year:after {
    right: -17.1%;
  }

  .flowchart-wrapp .flow-box .shape {
    font-size: 18px;
  }



  .circular-wrapp {
    padding: 30px 0 0;
  }

  .circular-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }

  .circular-wrapp .circular-box .circular-content h3 {
    font-size: 22px;
  }

  .circular-wrapp .circular-box .circular-content p {
    font-size: 18px;
  }





  .gallery-wrapp {
    padding: 40px 0;
  }

  .gallery-wrapp .gallery-box h3 {
    font-size: 22px;
  }

  .gallery-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }





  .feature-wrapp {
    padding: 30px 0 70px;
  }

  .feature-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }

  .feature-wrapp .feature-box h3 {
    font-size: 16px;
  }



  footer h3 {
    font-size: 16px;
  }

  footer .footer-col1 ul li a {
    font-size: 14px;
  }

  footer .footer-col2 .subscribe .text-fields input {
    height: 50px;
    font-size: 15px;
  }

  footer .footer-col2 .subscribe .text-fields .submit-btn {
    font-size: 14px;
  }

  footer .footer-col2 {
    width: 30%;
  }

  footer .field-address {
    width: 17%;
  }

  footer .footer-col1.fourth {
    width: 19%;
  }

  footer .footer-col1 {
    width: 12.66%;
  }

  footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {
    height: 50px;
    font-size: 15px;
  }

  footer .footer-col2 .subscribe .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .submit-wrap .nf-field-element .ninja-forms-field {
    font-size: 14px;
  }



  .footer-text p {
    font-size: 15px;
  }



  .content-wrapp {
    padding: 70px 0;
  }

  .content-wrapp p {
    font-size: 20px;

  }





  .info-wrapp {
    padding: 0 0 40px;
  }

  .info-wrapp .info-box .info-title h2 {
    font-size: 20px;
  }

  .info-wrapp .info-box:hover .info-title h2 {
    font-size: 22px;
  }

  .info-wrapp .info-box .info-title .right-arrow {
    width: 20px;
  }

  .info-wrapp .info-box:hover .info-title .right-arrow {
    width: 24px;
  }



  .admin-banner {
    padding: 100px 0;
  }

  .admin-banner .admin-banner-content h2 {
    font-size: 32px;
  }

  .admin-banner .admin-banner-content p {
    font-size: 18px;
  }



  .news-wrapp {
    padding: 25px 0;
  }

  .news-wrapp .news-box .news-foot .news-foot-col1 {
    padding: 10px;
  }

  .news-wrapp .news-box .news-foot .date {
    font-size: 12px;
  }

  .news-wrapp .news-box .news-foot .read-more {
    font-size: 12px;
    display: block;
  }

  .news-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }



  .news-wrapp2 {
    padding: 60px 0 25px;
  }



  .contact-wrapp .contact-row .contact-col1 h2 {
    font-size: 32px;
  }

  .contact-wrapp .contact-row .contact-col1 .contact-details .icon {
    width: 45px;
    height: 45px;
  }

  .contact-wrapp .contact-row .contact-col1 .contact-details h3 {
    font-size: 18px;
  }

  .contact-wrapp .contact-row .contact-col1 p {
    font-size: 16px;
  }

  .contact-wrapp .contact-row .contact-col1 .contact-details>div {
    padding-left: 65px;
  }

  .contact-wrapp {
    padding: 70px 0 30px;
  }





  .news-inner h2 {
    font-size: 45px;
  }

  .news-inner .news-tag {
    padding: 8px 20px;
    width: 200px;
    font-size: 18px;
  }

  .news-inner {
    padding: 70px 0 23px;
  }

  .news-inner p {
    font-size: 18px;

  }



  .abouter-wrapp h2 {
    font-size: 32px;
  }

  .abouter-wrapp {
    padding: 75px 0 0;
  }


  .gallery-wrapp .gallery-box .gallery-img img {
    height: 203px;
  }

  .facility-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }

  .related-img-wrapp h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }


  /* .directors-wrapp .directors-col1 .directors-img img {
    height: 154px;
  } */

  /* .directors-wrapp .directors-col1:first-child .directors-img img {
    height: 220px;
  } */

  /* .directors-wrapp .directors-col1:nth-child(2) .directors-img img {
    height: 187px;
  } */

  footer h2 {
    font-size: 16px;
  }

  footer .field-address span {
    font-size: 14px;
  }

}





@media (max-width:992px) {

  .header-wrapp .nav-links {
    display: none;
  }

  .header-wrapp .brand-logo {
    width: 145px;
  }

  .header-wrapp .header-row .header-main {
    padding-right: 5%;
  }

  .header-wrapp .search-wrapp {
    display: none;
  }

  .header-wrapp .header-btns .header-btn1.search-btn {
    display: inline-block;
  }

  .search-box {
    display: block;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 160px;
    right: 0;
    z-index: 2;
    padding: 20px 20px;
    box-shadow: 0px 4px 4px 0px #A6A6A640;
    max-width: 400px;
    border-radius: 0 0 10px 10px;
    margin-top: -100%;
    opacity: 0;
    transition: all .25s ease-in-out;
  }

  .search-box input {
    width: 100%;
    height: 41px;
    background: #efefef;
    border: 1px solid #efefef;
    color: #7c7c7c;
    border-radius: 5px;
    padding: 12px 17px;
  }

  .search-box.show {
    margin-top: 0;
    opacity: 1;
  }


  .overlay-btn {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 3%;
    top: 62px;
    z-index: 9;
  }

  .overlay-btn .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #3c0000;
    position: relative;
    transition: all .25s ease-in-out;
  }

  .overlay-btn .line:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #3c0000;
    top: -10px;
    transition: all .25s ease-in-out;
  }

  .overlay-btn .line:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #3c0000;
    top: 10px;
    transition: all .25s ease-in-out;
  }

  .overlay {
    display: block;
    position: fixed;
    width: 350px;
    background: #3c0000;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 91px 5%;
    margin-left: -100%;
    opacity: 0;
    transition: all .25s ease-in-out;
  }

  .overlay ul {
    width: 100%;
  }

  .overlay ul li {
    display: block;
    border-bottom: 1px solid #ffffff70;
  }

  .overlay ul li a {
    color: #fff;
    display: block;
    padding: 12px 0;
    font-size: 16px;
  }

  .overlay ul li a:hover {
    color: #ffffffa6;
  }

  .overlay ul li.has-sub>a {
    padding-right: 20px;
    background: url(../images/chevron-down-white.svg) no-repeat center / 12px;
    background-position-x: 100%;
    color: #fff;
  }

  .overlay ul li.has-sub>a:hover {
    color: #ffffffa6;
  }

  .overlay ul li.has-sub .sub-menu li {
    border: none;
  }

  .overlay ul li.has-sub .sub-menu {
    padding: 0 0 12px 20px;
  }

  .overlay ul li.has-sub .sub-menu li a {
    font-size: 15px;
    padding: 7px;
  }

  .overlay-btn .active .line {
    background: transparent;
  }

  .overlay-btn .active .line:before {
    transform: rotate(-45deg);
    top: 0;
  }

  .overlay-btn .active .line:after {
    transform: rotate(45deg);
    top: 0;
  }

  .overlay.show {
    margin-left: 0;
    opacity: 1;
  }

  body:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff9e;
    top: 0;
    left: 0;
    z-index: 6;
    margin-left: -100%;
    opacity: 0;
    transition: all .25s ease-in-out;
  }

  body.menu-open:after {
    margin-left: 0;
    opacity: 1;
  }





  .banner-wrapp .banner-content h4 {
    font-size: 14px;
    margin: 0 0 11px;
  }

  .banner-wrapp .banner-content h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 10px;
  }

  .banner-wrapp .banner-content p {
    font-size: 14px;
    margin: 0 0 18px;
    line-height: 1.5;
  }

  .banner-wrapp .banner-content .banner-btn {
    font-size: 12px;
    padding: 10px 23px;
  }



  .abouts-wrapp .abouts-col1 {
    width: 52%;
  }

  .abouts-wrapp .abouts-col2 {
    width: 40%;
    margin: 0 0 0 8%;
  }

  .abouts-wrapp h2 {
    font-size: 30px;
  }

  .abouts-wrapp h2 span {
    font-size: 20px;
  }

  .abouts-wrapp h2:before,
  .abouts-wrapp h2:after {
    width: 22%;
  }

  .abouts-wrapp p {
    font-size: 16px;
  }

  .abouts-wrapp h3 {
    font-size: 22px;
  }

  .abouts-wrapp .abouts-col2 .abouts-row1 .abouts-col3 h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .abouts-wrapp .abouts-col2 .abouts-row1 {
    margin: 0 0 30px;
  }

  .abouts-wrapp .abouts-col2 .explore-btn {
    font-size: 14px;
  }



  .category-wrapp .category-row .category-col1 h3 {
    font-size: 20px;
  }

  .category-wrapp h2 {
    font-size: 32px;
  }

  .category-wrapp .category-row .category-col1 .shop-btn {
    font-size: 12px;
  }



  .new-arrivals h2 {
    font-size: 32px;
  }

  .new-arrivals .new-arrivals-col1 .new-arrivals-detail h3 {
    font-size: 20px;
  }

  .new-arrivals .new-arrivals-col1 .new-arrivals-img .tag {
    font-size: 13px;
    padding: 4px 10px;
  }

  .new-arrivals .new-arrivals-col1 .new-arrivals-detail .qual-tag {
    font-size: 13px;
    padding: 4px 10px;
  }

  .new-arrivals .new-arrivals-col1 .new-arrivals-detail {
    padding: 15px;
  }



  .flowchart-wrapp .flow-box .shape {
    padding: 0 5%;
    font-size: 16px;
    margin-right: 12%;
  }

  .flowchart-wrapp .flow-box:nth-child(2n) .shape {
    margin-left: 12%;
  }

  .flowchart-wrapp .flow-box .year:after {
    left: -22%;
  }

  .flowchart-wrapp .flow-box:nth-child(2n) .year:after {
    right: -22%;
  }

  .flowchart-wrapp .flow-box:nth-child(2n) .year:before {
    right: -17%;
  }

  .flowchart-wrapp .flow-box .year:before {
    left: -17%;
  }





  .circular-wrapp h2 {
    font-size: 32px;
  }

  .circular-wrapp .circular-box .circular-content h3 {
    font-size: 18px;
    margin: 0 0 12px;
  }

  .circular-wrapp .circular-box .circular-content p {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .circular-wrapp .circular-box .circular-content .read-more {
    font-size: 15px;
  }



  .feature-wrapp .feature-box {
    width: 49%;
    margin: 0 2% 2% 0;
  }

  .feature-wrapp .feature-box:nth-child(2n) {
    margin-right: 0;
  }



  footer .footer-col2 {
    width: 100%;
    margin: 30px 0 0;
  }

  footer .footer-col1 {
    width: 32.33%;
  }

  footer .footer-col1.fourth {
    width: 30%;
    margin: 0;
  }

  footer {
    padding: 50px 0;
  }



  .content-wrapp p {
    font-size: 18px;
  }



  .info-wrapp .info-box .info-title h2 {
    font-size: 15px;
  }

  .info-wrapp .info-box:hover .info-title h2 {
    font-size: 18px;
  }

  .info-wrapp .info-box .info-title .right-arrow {
    width: 16px;
  }

  .info-wrapp .info-box:hover .info-title .right-arrow {
    width: 18px;
  }

  .info-wrapp .info-box .info-title {
    padding: 0 20px;
    bottom: 20px;
  }



  .news-wrapp .news-box {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .news-wrapp .news-box:nth-child(2n) {
    margin-right: 0;
  }

  .news-wrapp .news-box:nth-child(3n) {
    margin-right: auto;
  }

  .news-wrapp .news-box .news-content .tag {
    font-size: 14px;
  }

  .news-wrapp .news-box .news-content h3 {
    font-size: 18px;
  }





  .contact-wrapp .contact-row .contact-col1 {
    width: 40%;
  }

  .contact-wrapp .contact-row .contact-col2 {
    width: 60%;
  }





  .news-inner h2 {
    font-size: 36px;
  }



  .abouter-wrapp p {
    font-size: 16px;
  }

  .abouter-wrapp .abouter-row {
    display: block;
  }

  .abouter-wrapp .abouter-col1 {
    display: inline-block;
    float: left;
    margin: 0 20px 30px 0;
  }

  .abouter-wrapp .abouter-col2 {
    display: inline;
  }

  .productionsec {
    padding: 30px 18px;
  }

  .productionsec .imgbox {
    margin-top: 0px;
    margin-bottom: 45px;
  }

  .productionsec .imgbox2 {
    margin-bottom: 45px;
  }


  .gallery-wrapp .gallery-box .gallery-img img {
    height: 151px;
  }

  /* .directors-wrapp .directors-col1 .directors-img img {
    height: 114px;
  } */

  .directors-wrapp .directors-col1 h3 {
    font-size: 18px;
  }

  .directors-wrapp .directors-col1 .directors-content {
    min-height: 125px;
  }

  /* .directors-wrapp .directors-col1:first-child .directors-img img {
    height: 164px;
  } */

  /* .directors-wrapp .directors-col1:nth-child(2) .directors-img img {
    height: 139px;
  } */

  footer .field-address {
    width: 100%;
    margin: 20px 0 0;
  }

}



@media (max-width:767px) {

  .directors-wrapp .directors-row {
    flex-wrap: wrap;
  }

  .banner-wrapp .banner-col2 {
    width: 100%;
    position: relative;
  }

  .banner-wrapp .banner-col2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3c000073;
  }

  .banner-wrapp .banner-content {
    width: 100%;
    text-align: center;
  }

  .banner-wrapp .banner-content h1 span {
    display: inline;
  }

  .banner-wrapp .banner-content .banner-btn {
    margin: 0 auto;
  }



  .category-wrapp .category-row .category-col1 h3 {
    font-size: 20px;
  }

  .category-wrapp .category-row .category-col1 .shop-btn {
    font-size: 12px;
  }



  .abouts-wrapp .abouts-col1 {
    width: 100%;
    margin: 0 0 20px;
  }

  .abouts-wrapp .abouts-col2 {
    width: 100%;
    margin: 0 0;
  }



  .category-wrapp .category-row .category-col1 {
    width: 32%;
    margin: 0 2% 4% 0;
  }

  .category-wrapp .category-row .category-col1:nth-child(3n) {
    margin-right: 0;
  }

  .category-wrapp .category-row .category-col1:nth-child(4n) {
    margin-right: 2%;
  }



  .new-arrivals .new-arrivals-col1 {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .new-arrivals .new-arrivals-col1:nth-child(2n) {
    margin-right: 0;
  }



  .directors-wrapp .directors-col1 {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .directors-wrapp .directors-col1:nth-child(2n) {
    margin-right: 0;
  }



  .flowchart-wrapp .flow-box .shape {
    font-size: 14px;
    padding: 0 3%;
  }

  .flowchart-wrapp .flow-box .year:after {
    width: 40px;
    height: 40px;
  }

  .flowchart-wrapp .flow-box .shape:after {
    right: -33px;
  }

  .flowchart-wrapp .flow-box:nth-child(2n) .shape:after {
    left: -33px;
  }

  .flowchart-wrapp .flow-box .year:before {
    left: -17.5%;
  }

  .flowchart-wrapp .flow-box:nth-child(2n) .year:before {
    right: -17.5%;
  }



  .circular-wrapp .circular-box {
    width: 100%;
    margin: 0 0 20px;
  }



  .gallery-wrapp .gallery-box {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .gallery-wrapp .gallery-box:nth-child(2n) {
    margin-right: 0;
  }

  .gallery-wrapp .gallery-box:nth-child(3n) {
    margin-right: auto;
  }



  footer {
    text-align: center;
  }

  footer .footer-col2 .subscribe {
    margin: 0 auto 30px;
  }



  .gallery-wrapp .gallery-box h3 {
    font-size: 18px;
  }

  .circular-wrapp .circular-row {
    margin: 0 0 50px;
  }

  .circular-wrapp h2 {
    font-size: 28px;
  }

  .gallery-wrapp h2 {
    font-size: 28px;
  }

  .feature-wrapp h2 {
    font-size: 28px;
  }

  .flowchart-wrapp h2 {
    font-size: 28px;
  }

  .directors-wrapp h2 {
    font-size: 28px;
  }

  .new-arrivals h2 {
    font-size: 28px;
  }

  .category-wrapp .category-row .category-col1 h3 {
    font-size: 18px;
  }

  .abouts-wrapp h2 {
    font-size: 28px;
  }

  .abouts-wrapp h2 span {
    font-size: 18px;
  }

  .category-wrapp h2 {
    font-size: 28px;
  }

  .abouts-wrapp {
    padding: 50px 0;
  }

  .content-wrapp p {
    font-size: 16px;
  }

  .content-wrapp {
    padding: 50px 0 50px;
  }



  .info-wrapp .info-box {
    width: 50%;
  }



  .about-banner {
    height: 180px;
  }



  .admin-banner {
    padding: 50px 0;
  }

  .admin-banner .admin-banner-content h2 {
    font-size: 28px;
    margin: 0 0 13px;
  }

  .admin-banner .admin-banner-content p {
    font-size: 16px;
  }





  .news-wrapp h2 {
    font-size: 28px;
  }



  .contact-wrapp .contact-row .contact-col1 {
    width: 100%;
    margin: 0 0 20px;
  }

  .contact-wrapp .contact-row .contact-col2 {
    width: 100%;
  }

  .contact-wrapp .contact-row .contact-col1 h2 {
    font-size: 28px;
  }

  .contact-wrapp .contact-row .contact-col2 .contact-form .text-fields .text-field input {
    height: 55px;
  }

  .contact-wrapp .contact-row .contact-col2 .contact-form .submit-btn {
    padding: 12px;
    font-size: 16px;
  }

  .contact-wrapp {
    padding: 53px 0 30px;
  }



  .news-inner .news-tag {
    font-size: 16px;
    width: fit-content;
  }

  .news-inner {
    padding: 50px 0 0;
  }

  .news-inner h2 {
    font-size: 28px;
    margin: 0 0 17px;
  }

  .news-inner p {
    font-size: 16px;
  }



  .abouter-wrapp .abouter-col1 {
    width: 100%;
    margin: 0 0 20px;
  }

  .abouter-wrapp .abouter-col2 {
    width: 100%;
    display: block;
  }

  .abouter-wrapp h2 {
    font-size: 28px;
  }



  .contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .nf-field-element .ninja-forms-field {
    height: 55px;
    font-size: 15px;
  }

  .contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row .nf-field-container .field-wrap.submit-wrap .ninja-forms-field {
    padding: 15px;
  }


  .productionsec h1 {
    font-size: 24px;
  }

  .gallery-video-wrapp .col-md-6 {
    margin: 0 0 20px;
  }

  .gallery-video-wrapp {
    padding: 60px 0 0;
  }

  /* .directors-wrapp .directors-col1 .directors-img img {
    height: 173px;
  } */

  .gallery-wrapp .gallery-box .gallery-img img {
    height: 168px;
  }

  .facility-wrapp h2 {
    font-size: 28px;
  }

  .related-img-wrapp h2 {
    font-size: 28px;
  }

  .facility-wrapp p {
    font-size: 16px;
  }


  .facility-wrapp .facility-col1 {
    width: 100%;
    margin: 0 0 30px;
  }

  .facility-wrapp .facility-col2 {
    width: 100%;
  }


  /* .directors-wrapp .directors-col1:first-child .directors-img img {
    height: 248px;
  } */

  /* .directors-wrapp .directors-col1:nth-child(2) .directors-img img {
    height: 211px;
  } */

  .directors-wrapp .directors-col1 .directors-content {
    min-height: 90px;
  }

  .content-wrapp .tender-download {
    font-size: 16px;
  }

  .banner-wrapp .banner-video-pop {
    position: relative;
    margin: 45px 0 0;
  }

  .banner-wrapp .banner-col2 .banner-video-pop {
    position: absolute;
    top: 13%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
  }

  .banner-wrapp .banner-col2 .banner-video-pop img {
    height: auto;
  }

  .banner-wrapp .banner-col1 {
    top: 60%;
    z-index: 2;
  }

}



@media (max-width:600px) {

  .container {
    max-width: 90%;
  }

  .header-wrapp .header-row .header-main {
    padding-right: 10%;
  }



  /* .flowchart-wrapp .flow-box .shape {width: 100%; margin: 0 0 7%; max-width: 400px; text-align: center;}

.flowchart-wrapp .flow-box .shape:after { content: ""; position: absolute; width: 0; height: 0; left: 50%; right: inherit; transform: translateX(-50%); top: inherit; bottom: -31px; border: 8px solid transparent;  border-top: 24px solid #eff2f1; z-index: 3;}

.flowchart-wrapp .flow-box .year { margin: 0 0 0 auto;}

.flowchart-wrapp .flow-box .year:after {left: -23%;}

.flowchart-wrapp .flow-box .year:before { left: -18%;}

.flowchart-wrapp .flow-box { margin: 0 0 32px;}

.flowchart-wrapp .flow-box:nth-child(2n) .shape { margin-left: 0;}

.flowchart-wrapp .flow-box:nth-child(2n) .shape:after {content: ""; position: absolute; width: 0; height: 0; left: 50%; right: inherit; transform: translateX(-50%); top: inherit; bottom: -31px; border: 8px solid transparent; border-top: 24px solid #eff2f1; z-index: 3;}

.flowchart-wrapp .flow-box:nth-child(2n) .year { margin: 0 auto 0 0;}

.flowchart-wrapp .flow-box:nth-child(2n) .year:after { right: -24%;}

.flowchart-wrapp .flow-box:nth-child(2n) .year:before { right: -19%;}

.flowchart-wrapp .flowchart-row2:after { height: 100%; z-index: -1;} */



  footer .footer-col1 {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  footer .footer-col1:nth-child(2n) {
    margin-right: 0;
  }

  footer .footer-col1.fourth {
    width: 48%;
  }



  .category-wrapp .category-row .category-col1 {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .category-wrapp .category-row .category-col1:nth-child(2n) {
    margin-right: 0;
  }

  .category-wrapp .category-row .category-col1:nth-child(3n) {
    margin-right: auto;
  }



  .flowchart-wrapp .flow-box .year {
    width: auto;
    padding: 0 0 0 50px;
    font-size: 14px;
  }

  .flowchart-wrapp .flow-box {
    flex-direction: row-reverse;
  }

  .flowchart-wrapp .flow-box .year:after {
    left: 0 !important;
  }

  .flowchart-wrapp .flow-box .year:before {
    left: 10px !important;
  }

  .flowchart-wrapp .flow-box .shape {
    width: 100%;
    flex: 1 0 0;
    margin: 0 0 0 5% !important;
    padding: 20px;
    height: inherit;
  }

  .flowchart-wrapp .flow-box .shape:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -35px !important;
    top: 50%;
    transform: translateY(-50%);
    border: 22px solid transparent;
    border-right: 24px solid #eff2f1;
    z-index: -1;
  }

  .flowchart-wrapp .flowchart-row2:after {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 75%;
  }



  .news-wrapp .news-box {
    width: 100%;
    margin: 0 0 20px;
  }


  /* .directors-wrapp .directors-col1 .directors-img img {
    height: 28.6vw;
  } */


  /* .gallery-wrapp .gallery-box .gallery-img img {
    height: 30.8vw;
  } */


  /* .directors-wrapp .directors-col1:first-child .directors-img img {
    height: 40.6vw;
  } */

  /* .directors-wrapp .directors-col1:nth-child(2) .directors-img img {
    height: 34.7vw;
  } */

  .banner-wrapp .banner-col1 {
    top: 62%;
  }
}



@media (max-width:480px) {

  .header-wrapp .header-btns .header-btn1 {
    width: 25px;
    margin: 0 5px;
  }

  .header-wrapp .brand-logo {
    width: 125px;
  }

  .header-wrapp .header-row .header-main {
    padding-right: 12%;
  }

  .overlay-btn {
    top: 62px;
  }

  .overlay {
    width: 84%;
  }



  .banner-wrapp .banner-content h1 {
    font-size: 26px;
  }



  .feature-wrapp .feature-box {
    width: 100%;
    margin: 0 0 15px;
  }

  .feature-wrapp .feature-box .feature-icon {
    width: 45px;
  }



  .gallery-wrapp .gallery-box h3 {
    font-size: 18px;
  }



  .new-arrivals .new-arrivals-col1 {
    width: 100%;
    margin: 0 0 20px;
  }



  .info-wrapp .info-box {
    width: 100%;
  }



  .contact-wrapp .contact-row .contact-col2 .contact-form .text-fields .text-field {
    width: 100%;
  }

  .contact-wrapp .contact-row .contact-col2 .contact-form .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-row:first-child .nf-cell {
    width: 100% !important;
  }


  /* .directors-wrapp .directors-col1 .directors-img img {
    height: 57.8vw;
  } */


  .gallery-wrapp .gallery-box .gallery-img img {
    height: 30vw;
  }

  .related-img-wrapp .related-img-row .related-img-col1 {
    width: 100%;
    margin: 0 0 20px;
  }

  .directors-wrapp .directors-col1 {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }

  .directors-wrapp .directors-col1 .directors-img {
    margin: 0 auto 15px;
  }

  /* .directors-wrapp .directors-col1:first-child .directors-img img {
    height: 82.5vw;
  } */

  /* .directors-wrapp .directors-col1:nth-child(2) .directors-img img {
    height: 70.1vw;
  } */

  .directors-wrapp .directors-col1 .directors-content {
    min-height: inherit;
  }

  .careersec .careebox h3 {
    width: 100%;
  }

  .banner-wrapp .banner-col2 img {
    height: 370px;
  }

  .banner-wrapp .banner-col1 {
    top: 64%;
  }

}





@media (min-width:1500px) {

  .abouter-wrapp .container {
    max-width: 1440px;
  }

  .news-inner .container {
    max-width: 1445px;
  }

}

/* add */

@media only screen and (max-width: 575px) {
  .productionsec h1 {
    font-size: 20px;
  }

  .productionsec h2 {
    font-size: 18px;
  }

  .productionsec .imgbox {
    margin-bottom: 30px;
  }

  .productionsec {
    padding: 45px 18px 30px;
  }

  .productionsec .imgbox2 {
    margin-top: 7px;
  }


}


@media only screen and (max-width: 420px) {}