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

body {
  font-family: "GellixRegular";
}

@font-face {
  font-family: "GellixBlack";
  src: url("../font/gellix/GellixBlack.woff");
}

@font-face {
  font-family: "GellixBlackItalic";
  src: url("../font/gellix/GellixBlackItalic.woff");
}

@font-face {
  font-family: "GellixBold";
  src: url("../font/gellix/GellixBold.woff");
}

@font-face {
  font-family: "GellixBoldItalic";
  src: url("../font/gellix/GellixBoldItalic.woff");
}

@font-face {
  font-family: "GellixExtraBold";
  src: url("../font/gellix/GellixExtraBold.woff");
}

@font-face {
  font-family: "GellixExtraBoldItalic";
  src: url("../font/gellix/GellixExtraBoldItalic.woff");
}

@font-face {
  font-family: "GellixLight";
  src: url("../font/gellix/GellixLight.woff");
}

@font-face {
  font-family: "GellixLightItalic";
  src: url("../font/gellix/GellixLightItalic.woff");
}

@font-face {
  font-family: "GellixMedium";
  src: url("../font/gellix/GellixMedium.woff");
}

@font-face {
  font-family: "GellixMediumItalic";
  src: url("../font/gellix/GellixMediumItalic.woff");
}

@font-face {
  font-family: "GellixRegular";
  src: url("../font/gellix/GellixRegular.woff");
}

@font-face {
  font-family: "GellixRegularItalic";
  src: url("../font/gellix/GellixRegularItalic.woff");
}

@font-face {
  font-family: "GellixSemiBold";
  src: url("../font/gellix/GellixSemiBold.woff");
}

@font-face {
  font-family: "GellixSemiBoldItalic";
  src: url("../font/gellix/GellixSemiBoldItalic.woff");
}

@font-face {
  font-family: "GellixThin";
  src: url("../font/gellix/GellixThin.woff");
}

@font-face {
  font-family: "GellixThinItalic";
  src: url("../font/gellix/GellixThinItalic.woff");
}

.container {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    width: 90%;
  }
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "GellixRegular";
}

button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "GellixRegular";
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: "GellixRegular";
}

input {
  -webkit-tap-highlight-color: transparent;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

textarea {
  font-family: "GellixRegular";
  resize:none;
}

.sidemenu {
  position: fixed;
  width: 100%;
  z-index: 110;
  height: 100vh;
  background: white;
  top: -120%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidemenu .sidemenuHead {
  width: 100%;
  float: left;
  background: #F8F8F8;
  height: 60px;
}

.sidemenu .sidemenuHead .sidemenuLogo {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.sidemenu .sidemenuHead .sidemenuLogo h1 {
  color: #05182f;
  font-size: 18px;
  font-weight: 600;
}

.sidemenu .sidemenuHead .sidemenuLogo img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidemenu .sidemenuHead .sidemenuNavBar {
  display: none;
}

@media (max-width: 768px) {
  .sidemenu .sidemenuHead .sidemenuNavBar {
    display: block;
    height: 60px;
    float: right;
  }
  .sidemenu .sidemenuHead .sidemenuNavBar .sidemenuNavBox {
    width: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 22px;
  }
  .sidemenu .sidemenuHead .sidemenuNavBar .sidemenuNavBox img {
    width: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sidemenu .sidemenuBody {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidemenu .sidemenuBody ul li {
  list-style: none;
}

.sidemenu .sidemenuBody ul li a {
  text-decoration: none;
  padding: 15px 20px;
  font-size: 18px;
  color: #05182f;
  width: 100%;
  display: block;
}

.sidemenu .sidemenuBody ul li .sidemenuLinkActive {
  background: #F8F8F8;
}

nav {
  width: 100%;
  float: left;
  height: 80px;
}

@media (max-width: 480px) {
  nav {
    height: 60px;
  }
}

nav .logo {
  float: left;
  width: 100px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media (max-width: 480px) {
  nav .logo {
    height: 60px;
  }
}

nav .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

nav .navLink {
  float: right;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
}

@media (max-width: 768px) {
  nav .navLink {
    display: none;
  }
}

nav .navLink ul li {
  list-style: none;
  float: left;
}

nav .navLink ul li a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
  margin-left: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 5px;
}

nav .navLink ul li .navLink-active {
  border-bottom: 2px solid #E26368;
  font-family: "GellixSemiBold";
}

nav .navBar {
  display: none;
}

@media (max-width: 768px) {
  nav .navBar {
    display: block;
    height: 60px;
    float: right;
  }
  nav .navBar .navBox {
    width: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav .navBar .navBox span {
    width: 100%;
    height: 2px;
    background: black;
    margin-top: 5px;
  }
}

#banner {
  width: 100%;
  float: left;
  position: relative;
  background-image: url(../images/img11.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
@media(max-width:480px){
    #banner{
        background-image: none;
        overflow:hidden;
    }
}

#banner #particles-js {
    position: absolute;
    z-index:-1;
    width: 100%;
    height: 100%;
    background: #fff;
    display:none;
}
@media(max-width:480px){
    #banner  #particles-js{
        display:block;
    }
}
#banner .bannerNav {
  width: 100%;
  position: absolute;
  top: 50px;
  height: 60px;
}

@media (max-width: 768px) {
  #banner .bannerNav {
    top: 20px;
  }
}

@media (max-width: 480px) {
  #banner .bannerNav {
    top: 10px;
  }
}

#banner .bannerNav .logo {
  float: left;
  width: 100px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7.5%;
  text-decoration: none;
}

@media (max-width: 768px) {
  #banner .bannerNav .logo {
    margin-left: 5%;
  }
}

#banner .bannerNav .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#banner .bannerNav .navLink {
  float: right;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding-right: 7.5%;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
  border-radius: 10px;
  margin-right: 1px;
}

@media (max-width: 768px) {
  #banner .bannerNav .navLink {
    display: none;
  }
}

#banner .bannerNav .navLink ul li {
  list-style: none;
  float: left;
}

#banner .bannerNav .navLink ul li a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
  margin-left: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 5px;
}

#banner .bannerNav .navLink ul li .navLink-active {
  border-bottom: 2px solid #E26368;
  font-family: "GellixSemiBold";
}

#banner .bannerNav .navBar {
  display: none;
}

@media (max-width: 768px) {
  #banner .bannerNav .navBar {
    display: block;
    height: 60px;
    float: right;
    padding-right: 5%;
  }
  #banner .bannerNav .navBar .navBox {
    width: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #banner .bannerNav .navBar .navBox span {
    width: 100%;
    height: 2px;
    background: black;
    margin-top: 5px;
  }
}

#banner .bannerMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
}

@media(max-width:480px){
    #banner .bannerMain{
       min-height:70vh;
    }
}

#banner .bannerMain .bannerContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #banner .bannerMain .bannerContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

@media (max-width: 480px) {
  #banner .bannerMain .bannerContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 100px;
  }
}

#banner .bannerMain .bannerContent h2 {
  font-size: 4.5em;
  color: #05182f;
  font-family: "GellixBold";
}

@media (max-width: 480px) {
  #banner .bannerMain .bannerContent h2 {
    font-size: 3em;
  }
}

#banner .bannerMain .bannerContent p {
  color: #707070;
  font-size: 22px;
  margin-top: 30px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  #banner .bannerMain .bannerContent p {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  #banner .bannerMain .bannerContent p {
    font-size: 18px;
    margin-top: 20px;
  }
}

#banner .bannerMain .bannerContent .bannerBtn {
  background: transparent linear-gradient(269deg, #034DA3 0%, #4C5490 34%, #E26368 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  padding: 8px;
  width: 140px;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#banner .bannerMain .bannerContent .bannerBtn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent linear-gradient(269deg, #E26368 0%, #4C5490 34%, #034DA3 100%) 0% 0% no-repeat padding-box;
}

#banner .bannerMain .bannerContent .scrollDown {
  position: absolute;
  bottom: 100px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #6C6C6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #6C6C6C;
}

@media (max-width: 768px) {
  #banner .bannerMain .bannerContent .scrollDown {
    bottom: 30px;
  }
}

@media (max-width: 480px) {
  #banner .bannerMain .bannerContent .scrollDown {
    bottom: 20px;
  }
}

#banner .bannerMain .bannerThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: none;
}

#banner .bannerMain .bannerThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#about {
  width: 100%;
  float: left;
  padding: 50px 0px;
}

#about .aboutMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about .aboutMain .aboutThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
          height:50vh;
}

@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    height: 280px;
  }
}

@media (max-width: 480px) {
  #about .aboutMain .aboutThumbnail {
    height: 250px;
  }
}

#about .aboutMain .aboutThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#about .aboutMain .aboutContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #about .aboutMain .aboutContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

#about .aboutMain .aboutContent h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

#about .aboutMain .aboutContent p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.7;
  color: #6C6C6C;
}

#about .aboutMain .aboutContent a {
  font-size: 14px;
  margin-top: 20px;
  color: #6C6C6C;
}

#products {
  width: 100%;
  float: left;
  padding: 100px 0px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #products {
    padding: 50px 0px;
  }
}

@media (max-width: 480px) {
  #products {
    margin-top: 0;
  }
}

#products .iconDesign {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
}

#products .iconDesign .iconDesignBox1 {
  width: 200px;
  height: 200px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  left: 0;
}

#products .iconDesign .iconDesignBox2 {
  width: 150px;
  height: 150px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.9;
  border: 10px solid white;
  position: absolute;
  top: 100px;
  left: 0;
}

#products h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

#products .productsMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}

#products .productsMain::after {
  content: '';
  height: 0;
  width: 22%;
}

#products .productsMain .productsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  height: 280px;
  background: #eee;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #products .productsMain .productsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  #products .productsMain .productsBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#products .productsMain .productsBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#products .productsMain .dummyProductsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

#products a {
  font-size: 14px;
  color: #6C6C6C;
  margin-top: 50px;
  float: left;
}

#machineries {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

#machineries .iconDesign {
  position: absolute;
  z-index: -1;
  bottom: 50%;
  right: 10%;
}

@media (max-width: 480px) {
  #machineries .iconDesign {
    right: 25%;
  }
}

#machineries .iconDesign .iconDesignBox1 {
  width: 200px;
  height: 200px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  left: 0;
}

#machineries .iconDesign .iconDesignBox2 {
  width: 150px;
  height: 150px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.9;
  border: 10px solid white;
  position: absolute;
  top: 100px;
  left: 0;
}

#machineries .machineriesMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#machineries .machineriesMain h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

@media (max-width: 480px) {
  #machineries .machineriesMain h1 {
    font-size: 1.7em;
  }
}

#machineries .machineriesMain .machineriesList {
  width: 100%;
  margin-top: 40px;
}

#machineries .machineriesMain .machineriesList ul li {
  list-style: none;
  margin-top: 10px;
  line-height: 1.5;
  color: #6C6C6C;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  #machineries .machineriesMain .machineriesList ul li {
    font-size: 16px;
  }
}

#machineries .machineriesMain .machineriesList ul li span {
  width: 20px;
  height: 20px;
  background: #0c4ea0;
  margin-right: 10px;
  margin-top: 5px;
}

#machineries .machineriesMain .machineriesList ul li p {
  width: calc(100% - 30px);
}

#achievement {
  width: 100%;
  float: left;
  padding: 100px 0px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #achievement {
    padding: 50px 0px;
  }
}

#achievement .achievementMain {
  width: 100%;
  padding: 40px 50px;
  border-radius: 20px;
  background: #265099;
}

@media (max-width: 480px) {
  #achievement .achievementMain {
    padding: 20px;
  }
}

#achievement .achievementMain .achievementMainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

#achievement .achievementMain .achievementBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (max-width: 768px) {
  #achievement .achievementMain .achievementBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #achievement .achievementMain .achievementBox:nth-child(1) {
    margin-top: 0;
  }
}

#achievement .achievementMain .achievementBox h2 {
  color: white !important;
  font-size: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#achievement .achievementMain .achievementBox h2 span {
  font-size: 1.5em;
  margin-right: 10px;
  font-family: "GellixBold";
}

#testimonial {
  width: 100%;
  float: left;
  padding: 50px 0px;
  display:none;
}

#testimonial .testimonialMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#testimonial .testimonialMain h1 {
  font-size: 3em;
  font-family: "GellixBold";
  color: #265099;
  line-height: 1.3;
}

@media (max-width: 768px) {
  #testimonial .testimonialMain h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  #testimonial .testimonialMain h1 {
    font-size: 2em;
  }
}

#testimonial .testimonialMain .testimonialBoxMain {
  margin-top: 50px;
  position: relative;
}

#testimonial .testimonialMain .testimonialBoxMain .testimonialBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#testimonial .testimonialMain .testimonialBoxMain .testimonialBox p {
  font-size: 22px;
  line-height: 1.5;
  color: #6C6C6C;
  width: 60%;
}

@media (max-width: 768px) {
  #testimonial .testimonialMain .testimonialBoxMain .testimonialBox p {
    width: 80%;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #testimonial .testimonialMain .testimonialBoxMain .testimonialBox p {
    width: 100%;
  }
}

#testimonial .testimonialMain .testimonialBoxMain .testimonialBox .testimonialProfile {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#testimonial .testimonialMain .testimonialBoxMain .testimonialBox .testimonialProfile .testimonialProfileThumbnail {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
}

#testimonial .testimonialMain .testimonialBoxMain .testimonialBox .testimonialProfile .testimonialProfileThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#testimonial .testimonialMain .testimonialBoxMain .testimonialBox .testimonialProfile .testimonialProfileName {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#testimonial .testimonialMain .testimonialBoxMain .testimonialBox .testimonialProfile .testimonialProfileName h4 {
  font-size: 20px;
  font-family: "GellixSemiBold";
  color: #05182f;
}

#testimonial .testimonialMain .testimonialBoxMain .testimonialBox .testimonialProfile .testimonialProfileName span {
  font-size: 18px;
  margin-top: 10px;
  color: #6C6C6C;
}

#testimonial .testimonialMain .testimonialBoxMain .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  position: absolute;
  bottom: 0;
}

@media (max-width: 480px) {
  #testimonial .testimonialMain .testimonialBoxMain .owl-nav {
    display: none;
  }
}

#testimonial .testimonialMain .testimonialBoxMain button.owl-next {
  display: block !important;
  padding: 10px 20px !important;
  background: #FFEDED;
  outline: none;
}

#testimonial .testimonialMain .testimonialBoxMain button.owl-next span {
  font-size: 30px;
}

#testimonial .testimonialMain .testimonialBoxMain button.owl-prev {
  display: block !important;
  padding: 10px 20px !important;
  background: #FFEDED;
  outline: none;
  margin-right: 20px;
}

#testimonial .testimonialMain .testimonialBoxMain button.owl-prev span {
  font-size: 30px;
}

#gallery {
  width: 100%;
  float: left;
  padding: 50px 0px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #gallery {
    margin-top: 0;
  }
}

#gallery .galleryMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#gallery .galleryMain::after {
  content: '';
  height: 0;
  width: 19%;
}

#gallery .galleryMain .galleryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  height: 200px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #gallery .galleryMain .galleryBox {
    height: 150px;
  }
}

@media (max-width: 480px) {
  #gallery .galleryMain .galleryBox {
    height: 100px;
    margin-top: 20px;
  }
}

#gallery .galleryMain .galleryBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#gallery .galleryMain .dummyGalleryBox {
  height: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
}

#gallery a {
  font-size: 20px;
  color: #6C6C6C;
  margin-top: 30px;
  float: left;
}

@media (max-width: 768px) {
  #gallery a {
    font-size: 14px;
  }
}

#quoght {
  width: 100%;
  float: left;
  padding: 50px 0px;
  background: #FDE5E5 0% 0% no-repeat padding-box;
}

#quoght .quoghtMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#quoght .quoghtMain p {
  font-size: 3em;
  color: #05182f;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #quoght .quoghtMain p {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  #quoght .quoghtMain p {
    font-size: 2em;
  }
}

#quoght .quoghtMain p span {
  font-family: "GellixBold";
}

#quoght .quoghtMain a {
  background: #E8E8E8;
  color: black;
  padding: 5px;
  width: 120px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 30px;
  text-decoration: none;
}

/*@media (max-width: 768px) {*/
/*  #quoght .quoghtMain a {*/
/*    margin-top: 150px;*/
/*  }*/
/*}*/

#subscribe {
  width: 100%;
  float: left;
  padding: 100px 0px;
  display:none;
}

@media (max-width: 480px) {
  #subscribe {
    padding: 50px 0px;
  }
}

#subscribe .subscribe-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#subscribe .subscribe-main .subscribe-img {
  width: 150px;
  height: 150px;
}

#subscribe .subscribe-main .subscribe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#subscribe .subscribe-main h1 {
  text-align: center;
  font-size: 1.5em;
  margin-top: 20px;
  color: #05182f;
  font-family: "GellixBold";
}

@media (max-width: 480px) {
  #subscribe .subscribe-main h1 {
    font-size: 1.4em;
  }
}

#subscribe .subscribe-main p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #888888;
  margin-top: 30px;
  width: 35%;
}

@media (max-width: 768px) {
  #subscribe .subscribe-main p {
    width: 100%;
  }
}

#subscribe .subscribe-main form {
  width: 50%;
  margin-top: 30px;
}

@media (max-width: 768px) {
  #subscribe .subscribe-main form {
    width: 70%;
  }
}

@media (max-width: 480px) {
  #subscribe .subscribe-main form {
    width: 100%;
  }
}

#subscribe .subscribe-main form .subscribe-form {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

#subscribe .subscribe-main form .subscribe-form input {
  width: 70%;
  height: 100%;
  text-align: center;
  padding: 10px;
  border: 2px solid #fcf2e9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none;
  font-size: 16px;
}

@media (max-width: 480px) {
  #subscribe .subscribe-main form .subscribe-form input {
    font-size: 14px;
    width: 65%;
  }
}

#subscribe .subscribe-main form .subscribe-form button {
  width: 30%;
  border: none;
  outline: none;
  background: #FAF7F4;
  color: #05182f;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "GellixLight";
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 480px) {
  #subscribe .subscribe-main form .subscribe-form button {
    font-size: 14px;
    width: 35%;
  }
}

#subscribe .subscribe-main form .subscribe-form button:hover {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#subscribe .subscribe-main form .subscribe-form button:hover::before {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#subscribe .subscribe-main form .subscribe-form button::before {
  position: absolute;
  content: '';
  background: #265099;
  width: 0;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

footer {
  width: 100%;
  float: left;
  padding: 100px 0px 20px 0px;
}

footer .footerMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footerMain .footerColumn1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media (max-width: 768px) {
  footer .footerMain .footerColumn1 {
    -webkit-box-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  footer .footerMain .footerColumn1 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

footer .footerMain .footerColumn1 img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .footerMain .footerColumn2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  footer .footerMain .footerColumn2 {
    -webkit-box-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  footer .footerMain .footerColumn2 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

footer .footerMain .footerColumn2 ul li {
  list-style: none;
}

footer .footerMain .footerColumn2 ul li a {
  font-size: 14px;
  color: #6C6C6C;
  text-decoration: none;
  margin-top: 10px;
  float: left;
  width: 100%;
}

footer .footerMain .footerColumn2 p{
    margin-top:15px;
    font-size:14px;
    color:black;
    opacity:0.7;
}
footer .footerMain .footerColumn2 a{
    text-decoration:none;
    margin-top:5px;
    font-size:14px;
    color:black;
    float:left;
}

footer .footerMain .footerColumn3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  footer .footerMain .footerColumn3 {
    -webkit-box-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  footer .footerMain .footerColumn3 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

footer .footerMain .footerColumn3 h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #05182f;
  margin-bottom: 10px;
  font-family: "GellixSemiBold";
}

footer .footerMain .footerColumn3 p {
  font-size: 14px;
  color: #6C6C6C;
  line-height: 1.7;
}

footer .footerMain .footerColumn3 p a {
  text-decoration: none;
  color: #6C6C6C;
}

footer .footerMain .footerColumn3 .socialMedia {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footerMain .footerColumn3 .socialMedia a {
  text-decoration: none;
  color: #6C6C6C;
  margin-right: 20px;
  font-size: 20px;
}

footer .footerStrip {
  width: 100%;
  border-top: 1px solid #a8a8a8;
  padding-top: 20px;
  float: left;
  margin-top: 50px;
}

footer .footerStrip p {
  font-size: 12px;
  color: #707070;
  margin-bottom: 0;
  text-align: center;
}

footer .footerStrip p i {
  margin: 0px 5px;
  color: red;
  -webkit-animation: bounce 0.5s;
  animation: bounce 0.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

footer .footerStrip p a {
  text-decoration: none;
  font-size: 12px;
  color: #000;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  footer .footerStrip p a {
    width: 100%;
    margin-top: 10px;
    float: left;
    text-align: center;
  }
}

#innerAbout {
  width: 100%;
  float: left;
  padding: 100px 0px;
}

@media (max-width: 768px) {
  #innerAbout {
    padding: 50px 0px;
  }
}

#innerAbout .aboutMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#innerAbout .aboutMain .aboutThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
          height:50vh;
}

@media (max-width: 768px) {
  #innerAbout .aboutMain .aboutThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    height: 280px;
  }
}

@media (max-width: 480px) {
  #innerAbout .aboutMain .aboutThumbnail {
    height: 250px;
  }
}

#innerAbout .aboutMain .aboutThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #innerAbout .aboutMain .aboutThumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#innerAbout .aboutMain .aboutContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #innerAbout .aboutMain .aboutContent {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

#innerAbout .aboutMain .aboutContent h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

#innerAbout .aboutMain .aboutContent p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
  color: #6C6C6C;
}

#objectives {
  width: 100%;
  float: left;
  padding: 50px 0px;
}

#objectives .objectivesMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#objectives .objectivesMain h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

#objectives .objectivesMain p {
  line-height: 1.7;
  font-size: 16px;
  color: #6C6C6C;
  margin-top: 20px;
  width: 70%;
}

@media (max-width: 768px) {
  #objectives .objectivesMain p {
    width: 100%;
  }
}

#quality {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}

#quality .iconDesign {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: -3%;
}

#quality .iconDesign .iconDesignBox1 {
  width: 250px;
  height: 250px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  left: 0;
}

#quality .iconDesign .iconDesignBox2 {
  width: 180px;
  height: 180px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.9;
  border: 10px solid white;
  position: absolute;
  top: 130px;
  left: 0;
}

#quality .qualityMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#quality .qualityMain h1 {
  font-size: 3em;
  font-family: "GellixBold";
  color: #6C6C6C;
  margin-left: 15%;
}

@media (max-width: 768px) {
  #quality .qualityMain h1 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  #quality .qualityMain h1 {
    font-size: 1.7em;
  }
}

#quality .qualityMain p {
  font-size: 18px;
  width: 80%;
  color: #6C6C6C;
  line-height: 1.5;
  margin-top: 100px;
}

@media (max-width: 480px) {
  #quality .qualityMain p {
    width: 100%;
  }
}

#aboutProducts {
  width: 100%;
  float: left;
  padding: 100px 0px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #aboutProducts {
    padding: 50px 0px;
  }
}

@media (max-width: 480px) {
  #aboutProducts {
    margin-top: 0;
  }
}

#aboutProducts .iconDesign {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
}

#aboutProducts .iconDesign .iconDesignBox1 {
  width: 200px;
  height: 200px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  left: 0;
}

#aboutProducts .iconDesign .iconDesignBox2 {
  width: 150px;
  height: 150px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.9;
  border: 10px solid white;
  position: absolute;
  top: 100px;
  left: 0;
}

#aboutProducts h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

#aboutProducts .productsMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}

#aboutProducts .productsMain::after {
  content: '';
  height: 0;
  width: 22%;
}

#aboutProducts .productsMain .productsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  height: 280px;
  background: #eee;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #aboutProducts .productsMain .productsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  #aboutProducts .productsMain .productsBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#aboutProducts .productsMain .productsBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#aboutProducts .productsMain .dummyProductsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

#aboutProducts a {
  font-size: 14px;
  color: #6C6C6C;
  margin-top: 50px;
  float: left;
}

#technology {
  width: 100%;
  float: left;
  padding: 100px 0px 30px 0px;
}

@media (max-width: 768px) {
  #technology {
    padding: 50px 0px;
  }
}

#technology .technologyMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#technology .technologyMain h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

#technology .technologyMain p {
  font-size: 18px;
  line-height: 1.7;
  color: #6C6C6C;
  margin-top: 20px;
}

@media (max-width: 480px) {
  #technology .technologyMain p {
    font-size: 16px;
  }
}

#technology .technologyMain h3 {
    margin-top:30px;
  color: #05182f;
}

#technology .technologyMain .address {
    font-size: 16px;
    background: #eff9f8;
    padding: 20px;
    border-radius: 10px;
    width: 40%;
    line-height: 1.7;
    margin-top: 20px;
}
@media (max-width: 768px) {
#technology .technologyMain .address {
    width:70%;
}
}
@media (max-width: 480px) {
#technology .technologyMain .address {
    width:100%;
}
}

#technology .technologyMain .technologyThumbnail {
  width: 100%;
  margin-top: 50px;
  height: 80vh;
}

@media (max-width: 768px) {
  #technology .technologyMain .technologyThumbnail {
    height: 70vh;
  }
}

@media (max-width: 480px) {
  #technology .technologyMain .technologyThumbnail {
    height: 250px;
  }
}

#technology .technologyMain .technologyThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#technology .technologyMain h2 {
  font-size: 2.5em;
  font-family: "GellixBold";
  color: #6C6C6C;
  margin-top: 50px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  #technology .technologyMain h2 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  #technology .technologyMain h2 {
    font-size: 1.7em;
  }
}

#equipments {
  width: 100%;
  float: left;
  padding: 100px 0px 0px 0px;
}

@media (max-width: 480px) {
  #equipments {
    padding: 50px 0px 0px 0px;
  }
}

#equipments .equipmentsMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#equipments .equipmentsMain .equipmentsHead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

@media (max-width: 480px) {
  #equipments .equipmentsMain .equipmentsHead {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#equipments .equipmentsMain .equipmentsHead h1 {
  font-size: 2.6em;
  font-family: "GellixBold";
  color: #6C6C6C;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #equipments .equipmentsMain .equipmentsHead h1 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  #equipments .equipmentsMain .equipmentsHead h1 {
    font-size: 1.7em;
    line-height: 1.3;
  }
}

#equipments .equipmentsMain .equipmentsDetails {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  #equipments .equipmentsMain .equipmentsDetails {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

#equipments .equipmentsMain .equipmentsDetails ul li {
  list-style: none;
  margin-top: 10px;
  line-height: 1.5;
  color: #6C6C6C;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#equipments .equipmentsMain .equipmentsDetails ul li span {
  width: 20px;
  height: 20px;
  background: #FFEDED;
  margin-right: 10px;
  margin-top: 5px;
}

#equipments .equipmentsMain .equipmentsDetails ul li p {
  width: calc(100% - 30px);
}

#contactPage {
  width: 100%;
  float: left;
  padding: 50px 0px 100px 0px;
  position: relative;
}

@media (max-width: 768px) {
  #contactPage {
    padding: 50px 0px;
  }
}

#contactPage::before {
  position: absolute;
  bottom: 0%;
  right: 0;
  content: '';
  width: 35%;
  height: 35%;
  background: url(../images/contatct.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 480px) {
  #contactPage::before {
    display: none;
  }
}

#contactPage .contactPageMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contactPage .contactPageMain .contactPageSocialMedia {
  width: 5%;
  margin-top: 50px;
  background: #FAFAFA;
  height: 300px;
  -webkit-box-shadow: 0 0 5px #3f202029;
          box-shadow: 0 0 5px #3f202029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 20px;
}

@media (max-width: 480px) {
  #contactPage .contactPageMain .contactPageSocialMedia {
    width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    height: auto;
    padding: 20px 20px;
    margin-top: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#contactPage .contactPageMain .contactPageSocialMedia a {
  width: 100%;
  height: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: black;
}

@media (max-width: 480px) {
  #contactPage .contactPageMain .contactPageSocialMedia a {
    width: 20px;
    height: 20px;
  }
}

#contactPage .contactPageMain .contactPageSocialMedia a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

#contactPage .contactPageMain .contactPageForm {
  width: 35%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 30px;
}

@media (max-width: 480px) {
  #contactPage .contactPageMain .contactPageForm {
    width: 100%;
    padding: 50px 20px;
  }
}

#contactPage .contactPageMain .contactPageForm h2 {
  font-size: 18px;
  font-family: "GellixSemiBold";
}

#contactPage .contactPageMain .contactPageForm p {
  color: #B2B2B2;
  font-size: 12px;
  margin-top: 5px;
}

#contactPage .contactPageMain .contactPageForm form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#contactPage .contactPageMain .contactPageForm form input {
  width: 100%;
  margin-top: 50px;
  border: none;
  border-bottom: 1px solid #B2B2B2;
  font-size: 12px;
  padding: 10px 0px;
  font-family: "GellixSemiBold";
  color: #05182f;
  outline: none;
  letter-spacing: 1px;
}

#contactPage .contactPageMain .contactPageForm form input::-webkit-input-placeholder {
  color: #B2B2B2;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageForm form input:-ms-input-placeholder {
  color: #B2B2B2;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageForm form input::-ms-input-placeholder {
  color: #B2B2B2;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageForm form input::placeholder {
  color: #B2B2B2;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageForm form textarea {
  width: 100%;
  margin-top: 30px;
  border: none;
  border-bottom: 1px solid #B2B2B2;
  font-size: 12px;
  padding: 10px 0px;
  color: #05182f;
  font-family: "GellixSemiBold";
  outline: none;
  height: 100px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow-x: hidden;
}

#contactPage .contactPageMain .contactPageForm form textarea::-webkit-input-placeholder {
  color: #B2B2B2;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageForm form textarea:-ms-input-placeholder {
  color: #B2B2B2;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageForm form textarea::-ms-input-placeholder {
  color: #B2B2B2;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageForm form textarea::placeholder {
  color: #B2B2B2;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageForm form button {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  margin-top: 50px;
  outline: none;
  border: 1px solid #707070;
  background: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "GellixSemiBold";
  letter-spacing: 1px;
  cursor: pointer;
}

#contactPage .contactPageMain .contactPageForm form button:hover {
  background: #265099;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactPage .contactPageMain .contactPageAddress {
  width: 60%;
  margin-top: 50px;
  background: #FAFAFA;
  height: 300px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 50px 0px 100px;
  position: relative;
}

@media (max-width: 768px) {
  #contactPage .contactPageMain .contactPageAddress {
    padding: 0px 20px 0px 50px;
    width: 59%;
  }
}

@media (max-width: 480px) {
  #contactPage .contactPageMain .contactPageAddress {
    width: 100%;
    padding: 50px 20px;
    height: auto;
    margin-top: 0px;
  }
}

#contactPage .contactPageMain .contactPageAddress::before {
  position: absolute;
  bottom: -50%;
  left: 0;
  content: '';
  width: 8%;
  height: 50%;
  background: url(../images/icon/dot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 480px) {
  #contactPage .contactPageMain .contactPageAddress::before {
    display: none;
  }
}

#contactPage .contactPageMain .contactPageAddress .contactPageAddressMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageAddressBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  background: #000000E2;
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageAddressBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

@media (max-width: 480px) {
  #contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageAddressBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageAddressBox h3 {
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  font-family: "GellixThin";
}

#contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageAddressBox h2 {
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  margin-top: 20px;
}

#contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageAddressBox p {
  font-size: 12px;
  line-height: 1.5;
  color: white;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageAddressBox a {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  color: white;
  font-family: "GellixLight";
}

#contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageMap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

#contactPage .contactPageMain .contactPageAddress .contactPageAddressMain .contactPageMap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#photos {
  width: 100%;
  float: left;
  padding: 50px 0px;
}

@media (max-width: 768px) {
  #photos {
    padding-top: 0;
  }
}

#photos .photosMain {
  width: 100%;
  float: left;
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-count: 4;
  -moz-column-gap: 30px;
  column-count: 4;
  column-gap: 30px;
  position: relative;
}

#photos .photosMain::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
  content: '';
  z-index: 1;
}

@media (max-width: 1200px) {
  #photos .photosMain {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1000px) {
  #photos .photosMain {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 768px) {
  #photos .photosMain {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 480px) {
  #photos .photosMain {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

#photos .photosMain a {
  text-decoration: none;
}

#photos .photosMain a img {
  width: 100% !important;
  height: auto !important;
  margin-top: 30px;
}

#photos .photosMain a img:hover {
  opacity: .7;
}

#careerSection {
  width: 100%;
  float: left;
  padding: 50px 0px 0px 0px;
}

#careerSection .careerSectionMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#careerSection .careerSectionMain .careerHead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #careerSection .careerSectionMain .careerHead {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#careerSection .careerSectionMain .careerHead .careerThumbnail {
  width: 100%;
  height: 40%;
}

@media (max-width: 768px) {
  #careerSection .careerSectionMain .careerHead .careerThumbnail {
    height: 200px;
  }
}

@media (max-width: 480px) {
  #careerSection .careerSectionMain .careerHead .careerThumbnail {
    height: 150px;
  }
}

#careerSection .careerSectionMain .careerHead img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#careerSection .careerSectionMain .careerListSection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #careerSection .careerSectionMain .careerListSection {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 50px;
  }
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult h1 {
  color: #2F2F2F;
  font-size: 1.5em;
  letter-spacing: 0.55px;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  height: 80vh;
  margin-top: 30px;
  padding-right: 20px;
  /* width */
  /* Track */
  /* Handle */
}

@media (max-width: 768px) {
  #careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain {
    height: auto;
    overflow-y: auto;
    padding-right: 5px;
  }
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain::-webkit-scrollbar {
  width: 5px;
}

@media (max-width: 768px) {
  #careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain::-webkit-scrollbar {
    width: 0;
  }
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain::-webkit-scrollbar-thumb {
  background: #6C6C6C;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox {
  width: 100%;
  padding: 20px 40px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  border-left: 4px solid #265099;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  #careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox {
    padding: 20px;
  }
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox:nth-child(1) {
  margin-top: 10px;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox h3 {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #707070;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.55px;
  color: #707070;
  margin-top: 10px;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox .careerTimeButton {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox .careerTimeButton .careerTime {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  font-size: 12px;
  color: #707070;
  margin-top: 20px;
  letter-spacing: 0.55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox .careerTimeButton .careerSbtBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox .careerTimeButton .careerSbtBtn a {
  text-decoration: none;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
  border-radius: 50px;
  letter-spacing: 0.55px;
  background: #265099;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 6px #c9c7c7;
          box-shadow: 0 3px 6px #c9c7c7;
}

#careerSection .careerSectionMain .careerListSection .careerListSectionResult .careerListSectionMain .careerBox .careerTimeButton .careerSbtBtn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#careerSection .careerSectionMain .careerListSection .noResult {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70vh;
}

@media (max-width: 768px) {
  #careerSection .careerSectionMain .careerListSection .noResult {
    height: auto;
  }
}

#careerSection .careerSectionMain .careerListSection .noResult i {
  font-size: 5em;
  color: #69f0ae;
  text-align: center;
}

#careerSection .careerSectionMain .careerListSection .noResult h2 {
  font-size: 18px;
  color: #707070;
  margin-top: 30px;
  text-align: center;
}

.careerPopup {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: white;
  z-index: 50;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 50px 60px;
  -webkit-box-shadow: 0 0 20px #aaaaaa;
          box-shadow: 0 0 20px #aaaaaa;
  width: 35%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .careerPopup {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .careerPopup {
    width: 90%;
    padding: 30px 20px;
  }
}

.careerPopup .cancelCareerPopup {
  top: 10px;
  right: 10px;
  position: absolute;
  /*padding: 5px;*/
  width: 20px;
  height: 20px;
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  border: 1px solid #265099;
  outline: none;
  border-radius: 50px;
  /*letter-spacing: 0.5px;*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*-webkit-box-shadow: 0 3px 6px #c9c7c7;*/
  /*        box-shadow: 0 3px 6px #c9c7c7;*/
  cursor: pointer;
}

.careerPopup form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.careerPopup form input {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #707070;
  outline: none;
  padding: 10px 0px;
  margin-top: 40px;
  color: #696969;
}

.careerPopup form input::-webkit-outer-spin-button, .careerPopup form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.careerPopup form input:nth-child(1) {
  margin-top: 0;
}

.careerPopup form .uploadResume {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.careerPopup form .uploadResume .labelCareer {
  font-size: 12px;
  color: #696969;
  letter-spacing: 0.55px;
}

.careerPopup form .uploadResume .__lk-fileInput {
  margin-left: 50px;
  cursor: pointer;
}

.careerPopup form .uploadResume .__lk-fileInput input {
  display: none;
}

.careerPopup form .uploadResume .__lk-fileInput span {
  color: #696969;
  border: 1px solid #707070;
  padding: 8px 40px;
  text-decoration: none;
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0.55px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.careerPopup form .uploadResume .__lk-fileInput span:hover {
  background: #265099;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #265099;
}

.careerPopup form .careerPopupSbtBtn {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.careerPopup form .careerPopupSbtBtn button {
  padding: 8px 30px;
  background: #265099;
  color: #fff;
  font-size: 12px;
  border: 1px solid #265099;
  outline: none;
  border-radius: 50px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 6px #c9c7c7;
          box-shadow: 0 3px 6px #c9c7c7;
  cursor: pointer;
}

.careerPopup form .careerPopupSbtBtn button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.careerPopup-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#testimonialPage {
  width: 100%;
  float: left;
  padding: 50px 0px;
}

#testimonialPage h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
  text-align: center;
}

#testimonialPage .testimonialPageMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#testimonialPage .testimonialPageMain .testimonialPageBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  background: white;
  -webkit-box-shadow: 1px 1px 25px 0px rgba(50, 50, 50, 0.11);
  box-shadow: 1px 1px 25px 0px rgba(50, 50, 50, 0.11);
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 80px;
  border-top: 5px solid #265099;
  position: relative;
}

@media (max-width: 768px) {
  #testimonialPage .testimonialPageMain .testimonialPageBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageProfile {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 20px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageProfile .testimonialPageProfileThumbanil {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 25px 0px rgba(50, 50, 50, 0.11);
  box-shadow: 1px 1px 25px 0px rgba(50, 50, 50, 0.11);
}

#testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageProfile .testimonialPageProfileThumbanil img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageProfile .testimonialPageProfileName {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageProfile .testimonialPageProfileName p {
  margin-top: 30px;
  font-size: 20px;
  font-family: "GellixSemiBold";
  color: #05182f;
}

#testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageProfile .testimonialPageProfileName span {
  font-size: 14px;
  color: #6C6C6C;
  margin-top: 5px;
}

#testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageMassage {
  width: 100%;
  float: left;
  max-height: 150px;
  overflow-y: auto;
  margin-top: 80px;
}

@media (max-width: 768px) {
  #testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageMassage {
    max-height: 100%;
  }
}

#testimonialPage .testimonialPageMain .testimonialPageBox .testimonialPageMassage p {
  font-size: 16px;
  line-height: 1.5;
  color: #6C6C6C;
}

#innerProducts {
  width: 100%;
  float: left;
  padding: 50px 0px;
}

#innerProducts h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

#innerProducts .innerProductsMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#innerProducts .innerProductsMain::after {
  content: '';
  height: 0;
  width: 21%;
}

#innerProducts .innerProductsMain .innerProductsBox {
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (max-width: 480px) {
  #innerProducts .innerProductsMain .innerProductsBox {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

#innerProducts .innerProductsMain .innerProductsBox .innerProductsBoxThumbnail {
  width: 100%;
  height: 250px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.11);
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.11);
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .innerProductsBox .innerProductsBoxThumbnail {
    height: 220px;
  }
}

@media (max-width: 480px) {
  #innerProducts .innerProductsMain .innerProductsBox .innerProductsBoxThumbnail {
    height: 250px;
  }
}

#innerProducts .innerProductsMain .innerProductsBox .innerProductsBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#innerProducts .innerProductsMain .innerProductsBox .innerProductsBoxName {
  width: 100%;
  padding-top: 10px;
}

#innerProducts .innerProductsMain .innerProductsBox .innerProductsBoxName p {
  font-size: 18px;
  color: #05182f;
  font-family: "GellixMedium";
  text-align: center;
}

#innerProducts .innerProductsMain .dummyInnerProductsBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  height: 0;
}

@media (max-width: 768px) {
  #innerProducts .innerProductsMain .dummyInnerProductsBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.innerProductDetails{
    width:100%;
    margin-top:10px;
    float:left;
}

.innerProductDetails .productFeature {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .innerProductDetails .productFeature h2 {
    font-size: 22px;
  }
}

.innerProductDetails .productFeature ul {
  margin-top: 10px;
}

.innerProductDetails .productFeature ul li {
  list-style: none;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.innerProductDetails .productFeature ul li span {
  width: 20px;
  height: 20px;
  background: #FFEDED;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .innerProductDetails .productFeature ul li span {
    margin-top: 5px;
  }
}

.innerProductDetails .productFeature ul li p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "GellixMedium";
  color: #6C6C6C;
  width: calc(100% - 40px);
  margin-top: 0;
}

#productPage {
  width: 100%;
  float: left;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

#productPage .iconDesign {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 13%;
}

#productPage .iconDesign .iconDesignBox1 {
  width: 200px;
  height: 200px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  left: 0;
}

#productPage .iconDesign .iconDesignBox2 {
  width: 150px;
  height: 150px;
  background: #FFEDED;
  border-radius: 50%;
  opacity: 0.9;
  border: 10px solid white;
  position: absolute;
  top: 100px;
  left: 0;
}

#productPage .productPageMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#productPage .productPageMain .productPageHead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#productPage .productPageMain .productPageHead .productPageHeadThumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  height: 65vh;
  background: #eee;
}

@media (max-width: 768px) {
  #productPage .productPageMain .productPageHead .productPageHeadThumbnail {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    height: 55vh;
  }
}

@media (max-width: 480px) {
  #productPage .productPageMain .productPageHead .productPageHeadThumbnail {
    height: 200px;
  }
}

#productPage .productPageMain .productPageHead .productPageHeadThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#productPage .productPageMain .productPageHead .productPageHeadDescription {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #productPage .productPageMain .productPageHead .productPageHeadDescription {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 30px;
  }
}

#productPage .productPageMain .productPageHead .productPageHeadDescription h1 {
  font-size: 2.5em;
  color: #05182f;
  font-family: "GellixBold";
}

@media (max-width: 768px) {
  #productPage .productPageMain .productPageHead .productPageHeadDescription h1 {
    font-size: 2em;
  }
}

#productPage .productPageMain .productPageHead .productPageHeadDescription p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  color: #6C6C6C;
}

#productPage .productPageMain .productPageBody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
}

#productPage .productPageMain .productPageBody p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  color: #6C6C6C;
}

#productPage .productPageMain .productPageBody h2 {
    font-size: 22px;
    margin-top:40px;
}

#productPage .productPageMain .productPageBody .productClassification{
    margin-top:30px;
/*    padding-left:20px;*/
/*}*/

/*@media(max-width:768px){*/
/*    #productPage .productPageMain .productPageBody .productClassification{*/
/*        padding-left:0px;*/
/*    }*/
}

#productPage .productPageMain .productPageBody .productClassification h4{
    color:#e26368;
}

#productPage .productPageMain .productPageBody .productClassification p{
    margin-top:10px;
}

#productPage .productPageMain .productPageBody .productClassification ul{
    padding-left:20px;
    margin-top:10px;
}

#productPage .productPageMain .productPageBody .productClassification ul li{
    margin-top:10px;
    line-height:1.5;
    font-size:14px;
}

#productPage .productPageMain .productPageBody .productFeature {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*margin-top: 40px;*/
}

@media (max-width: 768px) {
  #productPage .productPageMain .productPageBody .productFeature h2 {
    font-size: 22px;
  }
}

#productPage .productPageMain .productPageBody .productFeature ul {
  margin-top: 10px;
}

#productPage .productPageMain .productPageBody .productFeature ul li {
  list-style: none;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#productPage .productPageMain .productPageBody .productFeature ul li span {
  width: 20px;
  height: 20px;
  background: #FFEDED;
  margin-right: 10px;
}

@media (max-width: 480px) {
  #productPage .productPageMain .productPageBody .productFeature ul li span {
    margin-top: 5px;
  }
}

#productPage .productPageMain .productPageBody .productFeature ul li p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "GellixMedium";
  color: #6C6C6C;
  width: calc(100% - 40px);
  margin-top: 0;
}

#productPage .productPageMain .productPageBody .productGallery {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  #productPage .productPageMain .productPageBody .productGallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#productPage .productPageMain .productPageBody .productGallery .productGalleryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  height: 220px;
  margin-right: 10px;
  margin-top: 10px;
  background: #eee;
}

@media (max-width: 768px) {
  #productPage .productPageMain .productPageBody .productGallery .productGalleryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}

@media (max-width: 480px) {
  #productPage .productPageMain .productPageBody .productGallery .productGalleryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-right: 0;
    height: 180px;
  }
}

#productPage .productPageMain .productPageBody .productGallery .productGalleryBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


#productPage .productPageMain .productPageBody .productTable{
    margin-top:40px;
    overflow:hidden;
}
#productPage .productPageMain .productPageBody .productTable .productTableBox{
    overflow-x:auto;
}

/* width */
#productPage .productPageMain .productPageBody .productTable .productTableBox::-webkit-scrollbar {
  height: 5px;
}

/* Track */
#productPage .productPageMain .productPageBody .productTable .productTableBox::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#productPage .productPageMain .productPageBody .productTable .productTableBox::-webkit-scrollbar-thumb {
  background: #888; 
}


  #productPage .productPageMain .productPageBody .productTable h2 {
     margin-bottom:20px;
  }
@media (max-width: 768px) {
  #productPage .productPageMain .productPageBody .productTable h2 {
    font-size: 22px;
     margin-top:20px;
  }
}

#productPage .productPageMain .productPageBody .productTable table {
      font-family: arial, sans-serif;
      border-collapse: collapse;
      width: 100%;
    }
    
#productPage .productPageMain .productPageBody .productTable .tableHead{
    width : 100%; 
    font-weight : 600; 
    text-align: center;  
    border: 1px solid #dddddd; 
    padding: 12px; 
    font-size : 14px; 
    border-bottom : none;
}                
                    
#productPage .productPageMain .productPageBody .productTable table td, th {
      border: 1px solid #dddddd;
      text-align: left;
      padding: 12px;
      font-size : 14px;
      white-space:pre;
    }
                    
                    
#productPage .productPageMain .productPageBody .productTable table tr:nth-child(even) {
      background-color: #dddddd; 
      font-size : 14px;
    }
    
    

#license {
  width: 100%;
  float: left;
  padding: 100px 0px;
}

@media (max-width: 768px) {
  #license {
    padding: 50px 0px;
  }
}

#license .licenseMain {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#license .licenseMain h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
}

#license .licenseMain p {
  font-size: 18px;
  line-height: 1.7;
  color: #6C6C6C;
  margin-top: 20px;
}

@media (max-width: 480px) {
  #license .licenseMain p {
    font-size: 16px;
  }
}


#license .licenseMain h2 {
  font-size: 1.5em;
  font-family: "GellixSemiBold";
  color: #05182f;
  margin-top:40px;
}

@media (max-width: 480px) {
  #license .licenseMain h2 {
    font-size: 1.5em;
  }
}
#license .licenseMain ul{
    margin-top:10px;
}
#license .licenseMain ul li {
  list-style: none;
  margin-top: 20px;
  line-height: 1.5;
  color: #6C6C6C;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  #license .licenseMain ul li {
    font-size: 16px;
  }
}

#license .licenseMain ul li span {
  width: 15px;
  height: 15px;
  background: #0c4ea0;
  margin-right: 10px;
  margin-top: 5px;
}

#license .licenseMain ul li p {
  width: calc(100% - 30px);
  margin-top:0;
  font-size:16px;
  color:black;
}
#license .licenseMain span{
    font-style:italic;
    margin-top:10px;
    /*opacity:0.7;*/
}
#license .licenseMain .downloadBtn{
    text-decoration:none;
    font-size:14px;
    width:200px;
    padding:15px;
    border-radius:10px;
    color:white;
    background:#034DA3;
    text-align:center;
    margin-top:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#license .licenseMain .downloadBtn i{
    margin-left:10px;
    font-size:18px;
}

/*manufacturingProducts*/
#manufacturingProducts{
      width: 100%;
      float: left;
      padding: 0px 0px 0px 0px;
}

@media (max-width: 768px) {
  #manufacturingProducts {
    padding: 50px 0px 0px 0px;
  }
}

#manufacturingProducts h1 {
  font-size: 2em;
  font-family: "GellixBold";
  color: #05182f;
  display:none;
}

@media (max-width: 768px) {
  #manufacturingProducts h1 {
    font-size: 1.5em;
  }
}

#manufacturingProducts .manufacturingProductsMain{
    width:100%;
    float:left;
    margin-top:30px;
}

#manufacturingProducts .manufacturingProductsMain .manufacturingProductsBox{
    width:100%;
   
    border-radius:10px;
    overflow:hidden;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction : column;
    cursor : pointer;
}
.thumb-holder {
    width: 100%;
    height : 200px;
     overflow:hidden;
    
}
#manufacturingProducts .manufacturingProductsMain .manufacturingProductsBox img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.product-name {
    font-size : 15px;
    font-weight : bold;
    padding: 10px 0px;
    color : black;
}

/*manufacturingVideo*/
#manufacturingVideo{
    width:100%;
    float:left;
}
#manufacturingVideo .manufacturingVideoMain{
    width:100%;
    float:left;
    display:flex;
    justify-content:center;
    align-items:center;
}
#manufacturingVideo .manufacturingVideoMain iframe{
    width:100%;
    height:70vh;
    object-fit:contain;
}
@media(max-width:480px){
    
#manufacturingVideo .manufacturingVideoMain iframe{
    height:200px;
}
}


/*blogs*/
#blogs{
    float: left;
    width :100%;
    padding :100px 0px; 
}
@media(max-width:768px){
    #blogs{
        padding :50px 0px;
    }
}
@media(max-width:480px){
    #blogs{
        padding :50px 0px 0px 0px;
    }
}
#blogs .blogsHead{
    width :100%;
}
#blogs .blogsHead h2{
    font-size: 2em;
}
#blogs .blogsMain{
    width :100%;
    margin-top: 40px;
}
#blogs .blogsMain .blogsBox{
    width :100%;
    text-decoration: none;
    display :flex;
    flex-direction :column;
}
#blogs .blogsMain .blogsBox .blogsBoxThumbnail{
    width: 100%;
    height: 300px;
    background: #eee;
    border-radius :10px;
    overflow: hidden;
}
@media(max-width:1024px){
    #blogs .blogsMain .blogsBox .blogsBoxThumbnail{
        height: 250px;
    }
}
#blogs .blogsMain .blogsBox .blogsBoxThumbnail img{
    width: 100%;
    height: 100%;
    object-fit :cover;
}
#blogs .blogsMain .blogsBox .blogsBoxDetails{
    width :100%;
    display :flex;
    flex-direction :column;
    margin-top :20px;
}
#blogs .blogsMain .blogsBox .blogsBoxDetails h3{
    font-size :25px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 35px;
    color: black;
}
#blogs .blogsMain .blogsBox .blogsBoxDetails p{
    font-size :16px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    color: black;
    opacity:.7;
    margin-top :10px;
}

/*blogsList*/
#blogsList{
    width :100%;
    padding :100px 0px;
    float: left;
}
@media(max-width:768px){
    #blogsList {
        padding: 50px 0px;
    }
}
#blogsList h1{
    font-size: 2em;
    text-align :center;
}
#blogsList .blogsListMain{
    width :100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap :50px;
}
#blogsList .blogsListMain .blogsListBox{
    width: calc(100% / 3 - 50px);
    text-decoration :none;
    display :flex;
    flex-direction :column;
}
@media(max-width:1024px){
    #blogsList .blogsListMain .blogsListBox{
        width: calc(100% / 2 - 50px);
    }
}
@media(max-width:768px){
    #blogsList .blogsListMain .blogsListBox{
        width: calc(100% / 2 - 25px);
    }
}
@media(max-width:480px){
    #blogsList .blogsListMain .blogsListBox{
        width: 100%;
    }
}
#blogsList .blogsListMain .blogsListBox .blogsListBoxThumbnail{
    width :100%;
    height: 280px;
    background :#eee;
    border-radius :10px;
    overflow: hidden;
}
@media(max-width:1800px){
    #blogsList .blogsListMain .blogsListBox .blogsListBoxThumbnail{
        height: 250px;
    }
}
@media(max-width:768px){
    #blogsList .blogsListMain .blogsListBox .blogsListBoxThumbnail{
        height: 200px;
    }
}
#blogsList .blogsListMain .blogsListBox .blogsListBoxThumbnail img{
    width :100%;
    height: 100%;
    object-fit: cover;
}
#blogsList .blogsListMain .blogsListBox .blogsListBoxDetails{
    width :100%;
    display :flex;
    flex-direction :column;
    margin-top :20px;
}
#blogsList .blogsListMain .blogsListBox .blogsListBoxDetails h2{
    font-size :25px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 35px;
    color: black;
}
#blogsList .blogsListMain .blogsListBox .blogsListBoxDetails p{
    font-size :16px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    color: black;
    opacity:.7;
    margin-top :10px;
}


/*innerBlogs*/
#innerBlogs{
    width :100%;
    padding :100px 0px;
    float: left;
}
#innerBlogs .innerBlogsMain{
    width:100%;
    display: flex;
    flex-direction: column;
}
#innerBlogs .innerBlogsMain .innerBlogsThumbnail{
    width :100%;
}
#innerBlogs .innerBlogsMain .innerBlogsThumbnail img{
    width :100%;
    height:100%;
    object-fit: contain;
}
#innerBlogs .innerBlogsMain .innerBlogsDetails{
    width :100%;
    display :flex;
    flex-direction :column;
    margin-top: 40px;
}
#innerBlogs .innerBlogsMain .innerBlogsDetails h1{
    font-size :2em;
}
@media(max-width:480px){
    #innerBlogs .innerBlogsMain .innerBlogsDetails h1{
        font-size :25px;
    }
}
#innerBlogs .innerBlogsMain .innerBlogsDetails p{
    font-size :16px;
    line-height :1.5;
    margin-top: 30px;
  font-family: "GellixMedium" !important;
}
#innerBlogs .innerBlogsMain .innerBlogsDetails p span{
  font-family: "GellixMedium" !important;
}


/*# sourceMappingURL=style.css.map */