@font-face {
  font-family: 'carnasmedium';
  font-style: normal;
  font-weight: normal;
  src: local('carnasmedium'), url('carnasmedium.woff') format('woff');
}


@font-face {
  font-family: 'carnasextralight';
  font-style: normal;
  font-weight: normal;
  src: local('carnasextralight'), url('carnasextralight.woff') format('woff');
}


@font-face {
  font-family: 'carnaslight';
  font-style: normal;
  font-weight: normal;
  src: local('carnaslight'), url('carnaslight.woff') format('woff');
}


@font-face {
  font-family: 'carnasregular';
  font-style: normal;
  font-weight: normal;
  src: local('carnasregular'), url('carnasregular.woff') format('woff');
}


/*
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
*/


button::-moz-focus-inner {
  border: 0;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

:focus,
:active {
  outline: 0;
  border: 0;
}



select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(../images/small-down-arrow.png);
  background-repeat: no-repeat;
  background-position: 85% center;
}




body {
  color: #555;
  margin: 0px;
  font-family: 'carnaslight';
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  margin: 0px 0px 0px 0px;
}

html {
  scroll-behavior: smooth;
}



a {
  transition: all 0.5s ease-in 0s;
  text-decoration: none !important;
  outline: none;
  color: #000;
}

a:focus,
a:active,
a,
focus,
select {
  border: 0px;
  outline: none;
}

.clear {
  clear: both;
}

p {
  margin-top: 0px;
  text-align: left;
}

img {
  border: 0px;
}

form {
  margin: 0px;
}

input {
  outline: none;
}

* {
  box-sizing: border-box;
}





header {
  display: table;
  width: 100%;
  position: fixed;
  background-color: #f9e41b;
  z-index: 9999;
  left: 0px;
  top: 0px;
  transition: all 0.5s ease-in 0s;
}

.top-navigation ul {
  margin: 0px;
  padding: 0px;
}

.top-navigation ul li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 14%;
}

.top-navigation a,
.dropbtn {
  display: inline-block;
  float: left;
  color: #381372;
  text-align: left;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 14px;
  width: 100%;
  line-height: 100px;
  letter-spacing: .5px;
  transition: all 0.5s ease-in 0s;
}

.top-navigation li:nth-child(5),
.top-navigation li:nth-child(6),
.top-navigation li:nth-child(7) {
  text-align: right;
  width: 13.7%;
}

.top-navigation li:nth-child(5) a,
.top-navigation li:nth-child(6) a,
.top-navigation li:nth-child(7) a {
  text-align: right;
}

/* .top-navigation a.active-page span {border-bottom:2px solid #381372;}  */

.logo-band {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  height: 1px;
  transition: all 0.5s ease-in 0s;
  z-index: 5;
}

.logo-band a {
  display: block;
  width: 210px;
  height: 152px;
  background-image: url(../images/logo-bg.png);
  background-position: center bottom;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.logo-band a img {
  margin-top: 15px;
  transition: all 0.5s ease-in 0s;
  width: 202px;
}

.logo-gap {
  display: inline-block;
  float: left;
  width: 202px;
  height: 100px;
  transition: all 0.5s ease-in 0s;
}

.header-gap {
  width: 100%;
  height: 100px;
}

header.darker .top-navigation a,
header.darker .dropbtn {
  line-height: 60px;
}

header.darker .logo-gap {
  height: 60px;
}

header.darker .logo-band a img {
  margin-top: 15px;
  transition: all 0.5s ease-in 0s;
  width: 140px;
}

header.darker .logo-band a {
  width: 210px;
  height: 110px;
}

header.darker .dropdown-content {
  top: 62px;
}



.video {
  display: block;
  width: 100%;
  height: 960px;
  overflow: hidden;
}

.white-band {
  background-color: #fff;
  position: absolute;
  margin-top: -100px;
  width: 100%;
  height: 100px;
}

.dropbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-image: url(../images/small-down-arrow.png);
  background-repeat: no-repeat;
  background-position: 65% center;
  transition: all 0.5s ease-in 0s;
}

.dropbtn:hover,
.dropbtn:focus {}

.dropdown {
  position: relative;
  display: inline-block;

  transition: all 0.5s ease-in 0s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 1280px;
  width: 280px;
  overflow: auto;
  z-index: 1;
  top: 102px;
  transition: all 0.5s ease-in 0s;
  margin-left: -190px;
  padding: 60px 40px 40px 40px;
  border: 1px solid #ddd;
}

.dropdown-content a {
  padding: 0;
  line-height: 40px !important;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  background-color: #fff;
  color: #381372;
  font-family: 'carnasregular';
  display: inline-block;
  float: left;
  width: 25%;

}

.dropdown-content a:hover {
  padding-left: 10px !important;
}

.show {
  display: block;
}



.homebanner-1 {
  width: 100%;
  height: 650px;
  background-image: url(../images/homebanner1.jpg);
  background-position: center center;
  background-size: cover;
}

.homebanner-2 {
  width: 100%;
  height: 650px;
  background-image: url(../images/homebanner2.jpg);
  background-position: center center;
  background-size: cover;
}

.homebanner-3 {
  width: 100%;
  height: 650px;
  background-image: url(../images/homebanner3.jpg);
  background-position: center center;
  background-size: cover;
}







.small-heading {
  display: block;
  text-align: center;
  color: #ff7800;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 18px;
  letter-spacing: 2px;
}

.small-heading::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #381372;
  margin-left: 10px;
  margin-bottom: 5px;
}

h2 {
  text-align: center;
  font-size: 34px;
  color: #381372;
  font-weight: normal;
  margin: 10px 0px;
}

.center-text {
  text-align: center;
  max-width: 80%;
  margin: 16px auto;
  line-height: 30px;
}

.center-text strong {
  font-family: 'carnasmedium';
  color: #381372;
  font-weight: normal
}






.aboutus {

  padding: 50px 0px 50px 0px;
  display: table;
  width: 100%;
}

.fullsize {
  width: 100%;
  display: block;
  max-width: 497px;
  margin: auto;
}

.aboutus .small-heading,
.aboutus h2 {
  text-align: left;
}

.readmore {
  display: block;
  background-color: #f9e41b;
  padding: 12px 25px;
  font-size: 16px;
  width: 200px;
  color: #381372;
  font-family: 'carnasmedium';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 40px;
  text-align: left;
  background-image: url(../images/button-arrow.png);
  background-position: right center;
}

.readmore:hover {
  background-position: left center;
  padding-left: 55px;
}

.readmore-new-product-page:hover {
  background-position: left center;
  padding-left: 55px;
}

.readmore.center {
  margin: 40px auto 0px auto;
}




.products {
  background-color: #f7f7f8;
  padding: 50px 0px 50px 0px;
  display: table;
  width: 100%;
}

.products-1 {
  /* background-color: #f7f7f8; */
  padding: 60px 0px 0px 0px;
  display: table;
  width: 100%;

}

.product-box {
  background-color: #fff;
  display: table;
  width: 100%;
  margin: 0;
  box-shadow: 0px 0px 30px 0px #ddd;
  margin-top: 30px;
}

.border-box {
  display: table;
  width: 94%;
  margin: 3%;
  border: 2px solid #fff;
  transition: all 0.5s ease-in 0s;
}

.product-box:hover .border-box {
  border: 2px solid #381372;
}

.product-box img {
  display: block;
  margin: auto;
  width: 100%;
}

.product-content {
  padding: 30px 30px 60px 30px;
  text-align: center;
}

.product-content-1 {
  padding: 0px 30px 20px 30px;
  text-align: center;
}

.product-name {
  text-align: center;
  margin: 0px;
  color: #381372;
  font-family: 'carnasmedium';
  font-weight: normal;
  padding-bottom: 15px;
}

.product-name-1 {
  text-align: center;
  margin: 0px;
  color: #381372;
  line-height: 22px;
  font-family: 'carnasmedium';
  font-weight: normal;
  padding-bottom: 0px;
  font-size: 12px;
}

.product-desc {
  text-align: center;
  height: 160px;
  font-size: 16px;
  line-height: 30px;

}

.product-content .readmore {
  margin: auto;
}






.awards {
  padding: 60px 0px 60px 0px;
  display: table;
  width: 100%;
  background-color: #f7f7f8;

}

.award-box {
  padding: 50px 0px;
  width: 100%;
  /* background-image: url(../images/pipe.png); */
  background-repeat: no-repeat;
  transition: all 0.5s ease-in 0s;
}

.award-box img {
  display: block;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.5s ease-in 0s;
}

.award-box:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1.0;
}







.network {
  background-color: #f7f7f8;
  padding: 60px 0px 100px 0px;
  display: table;
  width: 100%;
}

.india-map {
  display: block;
  margin: 30px auto;
  width: 50%;
}

.address-left {
  float: left;
  display: inline-block;
  font-family: 'carnaslight';
  margin-top: -150px;
}

.address-right {
  float: right;
  display: inline-block;
  text-align: right;
  font-family: 'carnaslight';
  margin-top: -150px;
}

.address-left strong,
.address-right strong {
  font-family: 'carnasmedium';
  font-size: 18px;
  display: block;
  color: #381372;
}








footer {
  background-color: #381372;
  padding: 60px 0px 30px 0px;
  display: table;
  width: 100%;
}

footer .grid-1280 {
  position: relative;
}

#footer-navigation {
  text-align: center;
  /* margin-top: 25px; */
}

#footer-navigation a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 20px;
  letter-spacing: 1px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  line-height: 25px;
  display: inline-block;
  opacity: 0.5;
}

#footer-navigation a:hover {
  opacity: 1.5;
}

.copyright {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #a288cb;
  letter-spacing: 2px;
  margin-top: 20px;
}

.yellow-stripe {
  width: 100%;
  background-image: url(../images/yellow-stripe.png);
  background-position: left top;
  margin-top: -110px;
  position: inherit;
  background-repeat: no-repeat;
  height: 150px;
}

.yellow-stripe-part1,
.yellow-stripe-part2,
.yellow-stripe-part3 {
  float: left;
  display: inline-block;
  width: 33.333%;
}

.yellow-stripe-part1 {
  padding: 0px 0px 0px 30px;
  margin: 25px 0px;
}

.yellow-stripe-part1 img {
  float: left;
  margin-right: 20px;
  margin-top: 0px;
}

.yellow-stripe-part1 span {
  display: block;
  color: #381372;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 16px;
  line-height: 100%;
  margin-top: 8px;
}

.yellow-stripe-part1 strong {
  display: block;
  color: #381372;
  font-size: 32px;
  font-weight: normal;
}

.yellow-stripe-part2 {
  padding: 0px 40px 0px 40px;
  border-left: 1px solid #381372;
  border-right: 1px solid #381372;
  margin: 25px 0px;
  height: 60px;
}

.yellow-stripe-part2 img {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}

.yellow-stripe-part2 span {
  display: block;
  color: #381372;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 16px;
  line-height: 120%;
  margin-top: 10px;
}

.yellow-stripe-part2 a {
  display: block;
  color: #381372;
  font-size: 20px;
  font-weight: normal;
  font-family: 'carnasextralight';
  line-height: 120%;
}


.yellow-stripe-part3 {
  padding: 0px 0px 0px 60px;
  margin: 25px 0px;
}

.yellow-stripe-part3 img {
  float: left;
}

.yellow-stripe-part3 span {
  display: inline-block;
  color: #381372;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 16px;
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}

.yellow-stripe-part3 a {
  display: inline-block;
  margin: 16px 0px 0px 0px;
  ;
}









.inside-banner {
  width: 100%;
  display: table;
  height: 350px;
  background-position: center center;
  background-size: cover;
}

.contactus-banner {
  background-image: url(../images/inside-banner-contactus.jpg);
}

.download-banner {
  background-image: url(../images/inside-banner-download.jpg);
}

.awards-banner {
  background-image: url(../images/inside-banner-awards.jpg);
}

.aboutus-banner {
  background-image: url(../images/inside-banner-aboutus.jpg);
}

.products-banner {
  background-image: url(../images/inside-banner-products.jpg);
}


.page-title {
  line-height: 380px;
  text-align: center;
  font-size: 42px;
  color: #381372;
  font-weight: normal;
}

.insidepage-content {
  display: table;
  width: 100%;
  padding: 50px 0px 50px 0px;
}


.insidepage-content-1 {
  display: table;
  width: 100%;
  padding: 0px 0px 20px 0px;
}

.contact-box {
  width: 100%;
  height: 450px;
  border: 6px solid #381372;
  text-align: center;
  padding: 30px;
}

.contact-box p {
  text-align: center;
  line-height: 160%;
  font-size: 16px;
}

.contact-box h3 {
  color: #381372;
  margin: 0px;
  font-family: 'carnasmedium';
  font-weight: normal;
}

.contact-box strong {
  color: #381372;
  font-family: 'carnasmedium';
  font-weight: normal;
  font-size: 16px;
}

.contact-box img {
  background-color: #f9e41b;
  border-radius: 100px;
  padding: 10px;
  margin: 30px auto;
}


.textbox1,
.textbox2 {
  width: 31.33%;
  margin: 1%;
  float: left;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
  font-family: poppins;
  font-weight: 300;
  color: #666;
  background-color: #f7f7f7;
  font-size: 16px;
  font-family: 'carnaslight';
}

vv .textbox2 {
  width: 98%;
}

.contact-form {
  width: 100%;
  background-color: #f7f7f7;
  clear: both;
  padding: 30px;
  display: table;
}

.submit-button {
  width: 98%;
  margin: 1%;
  float: left;
  border: 0px solid #ddd;
  background-color: #381372;
  padding: 15px;
  font-family: poppins;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease-in 0s;
}

.submit-button:hover {
  background-color: #f9e41b;
  color: #381372;
}

.download-listing {
  margin: 0px;
  padding: 0px;
}

.download-listing li {
  width: 48%;
  float: left;
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 1%;
  color: #381372;
}

.download-listing li a {
  color: #381372;
  display: block;
  padding: 10px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}

.download-listing li a:hover {
  background-color: #fff;
  border: 1px solid #381372;
}

.download-listing li img {
  float: left;
  margin-right: 10px;
  width: 30px;
  margin-top: 3px;
}

.about-right .small-heading,
.about-right h2 {
  text-align: left;
}

.download-listing-1 li {
  width: 100%;
  float: left;
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 1%;
  color: #381372;
}

.download-listing-1 li a {
  color: #381372;
  display: block;
  padding: 10px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}


.download-listing-1 li a:hover {
  background-color: #fff;
  border: 1px solid #381372;
}

.download-listing-1 li img {
  float: left;
  margin-right: 10px;
  width: 30px;
  margin-top: 3px;
}











/* Grid */


.grid-1280 {
  display: table;
  width: 1280px;
  margin: auto;
}

.row {
  width: 100%;
  display: table;
}

.col-1-of-12 {
  width: 8.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-11 {
  width: 9.09%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-10 {
  width: 10%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-9 {
  width: 11.11%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-8-of-9 {
  width: 88.89%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-7-of-9 {
  width: 77.78%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-6-of-9 {
  width: 66.67%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-5-of-9 {
  width: 55.56%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-4-of-9 {
  width: 44.45%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3-of-9 {
  width: 33.34%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2-of-9 {
  width: 22.23%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}


.col-1-of-8 {
  width: 12.50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-7-of-8 {
  width: 87.50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-6-of-8 {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-5-of-8 {
  width: 62.50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-4-of-8 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3-of-8 {
  width: 37.50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2-of-8 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-7 {
  width: 14.28%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-6-of-7 {
  width: 85.68%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-5-of-7 {
  width: 71.4%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-4-of-7 {
  width: 57.12%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3-of-7 {
  width: 42.84%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2-of-7 {
  width: 28.56%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-6 {
  width: 16.66%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-5-of-6 {
  width: 83.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-4-of-6 {
  width: 66.64%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3-of-6 {
  width: 49.98%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2-of-6 {
  width: 33.32%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-5 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-4-of-5 {
  width: 80%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3-of-5 {
  width: 60%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2-of-5 {
  width: 40%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-4 {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3-of-4 {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-3 {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2-of-3 {
  width: 66.66%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-2 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1-of-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}


.content {
  display: block;
  padding: 10px 0px;
  background-color: #eee;
  text-align: center;
  font-size: 10px;
  color: #000;
  border: 1px solid #ccc;
}


/* Grid */




















/* Scroll Top */

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: #f9e41b;
}

.scroll a {
  padding: 25px 0px 0px 0px;
  display: block;
  color: #fff;
  height: 50px;
  width: 50px;
}

.scroll a span {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #381372;
  display: block;
  margin: auto;
  animation: buttonarrow 0.6s infinite alternate ease-in-out;
}


@keyframes buttonarrow {
  0% {
    transform: translateY(0);
    opacity: 1.0
  }

  100% {
    transform: translateY(-0.5em);
    opacity: 1.0
  }
}

/* Scroll Top */









/* responsive menu */

.responsive-menu-icon {
  display: none;
}


.responsive-menu-icon {
  display: block;
  cursor: pointer;
  background-color: #000;
  width: 66px;
  height: 66px;
  position: fixed;
  right: 0;
  top: 0px;
  padding: 22px;
  box-sizing: border-box;
  z-index: 10000;
  display: none;
  z-index: 1000;
}

.bar1,
.bar2,
.bar3 {
  width: 23px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-4px, -5px);
}


/* responsive menu */

.contact-us-grid {
  padding: 20px 10px 25px px 10px;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
  header {
    /* display: none; */
    width: 100%;
    position: fixed;
    background-color: #f9e41b;
    z-index: 999;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease-in 0s;
  }

}


@media only screen and (min-width: 320px) and (max-width: 768px) {
  .readmore {
    display: block;
    background-color: #f9e41b;
    padding: 12px 25px;
    font-size: 14px;
    width: 165px;
    color: #381372;
    height: 60px;
    font-family: 'carnasmedium';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 40px;
    text-align: left;
    background-image: url(../images/button-arrow.png);
    background-position: right center;
  }

}



@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-desc {
    text-align: center;
    height: 280px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-desc {
    text-align: center;
    height: 440px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .product-desc {
    text-align: center;
    height: 325px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .contact-box {
    width: 100%;
    height: 530px;
    border: 6px solid #381372;
    text-align: center;
    padding: 30px;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .yellow-stripe-part1 {
    padding: 0px 0px 0px 10px;
    margin: 25px 0px;
  }

  .yellow-stripe-part1 img {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
  }

  .yellow-stripe-part1 span {
    display: block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 15px;
    line-height: 100%;
    margin-top: 8px;
  }

  .yellow-stripe-part1 strong {
    display: block;
    color: #381372;
    font-size: 17px;
    font-weight: normal;
  }

  .yellow-stripe-part2 {
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #381372;
    border-right: 1px solid #381372;
    margin: 25px 0px;
    height: 60px;
  }

  .yellow-stripe-part2 img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }

  .yellow-stripe-part2 span {
    display: block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 15px;
    line-height: 120%;

    margin-top: 10px;
  }

  .yellow-stripe-part2 a {
    display: block;
    color: #381372;
    font-size: 16px;
    font-weight: normal;
    font-family: 'carnasextralight';
    line-height: 120%;
  }





  .yellow-stripe-part3 {
    padding: 0px 0px 0px 10px;
    margin: 25px 0px;
  }

  .yellow-stripe-part3 span {
    display: inline-block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
  }


  .yellow-stripe-part3 img {
    padding-top: 5px !important;
    float: left;
    width: 23px;
  }

}



@media only screen and (min-width: 1024px) and (max-width: 1238px) {
  .yellow-stripe-part1 {
    padding: 0px 0px 0px 30px;
    margin: 25px 0px;
  }

  .yellow-stripe-part1 img {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
  }

  .yellow-stripe-part1 span {
    display: block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 15px;
    line-height: 100%;
    margin-top: 8px;
  }

  .yellow-stripe-part1 strong {
    display: block;
    color: #381372;
    font-size: 17px;
    font-weight: normal;
  }

  .yellow-stripe-part2 {
    padding: 0px 0px 0px 30px;
    border-left: 1px solid #381372;
    border-right: 1px solid #381372;
    margin: 25px 0px;
    height: 60px;
  }

  .yellow-stripe-part2 img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }

  .yellow-stripe-part2 span {
    display: block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 15px;
    line-height: 120%;
    margin-top: 10px;
  }

  .yellow-stripe-part2 a {
    display: block;
    color: #381372;
    font-size: 16px;
    font-weight: normal;
    font-family: 'carnasextralight';
    line-height: 120%;
  }

  .yellow-stripe-part3 {
    padding: 0px 0px 0px 30px;
    margin: 25px 0px;
  }

  .yellow-stripe-part3 span {
    display: inline-block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
  }


  .yellow-stripe-part3 img {
    padding-top: 5px !important;
    float: left;
    width: 23px;
  }

}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .yellow-stripe {
    width: 100%;
    background-color: yellow !important;
    background-image: url();
    margin-top: -110px;
    height: 450px;
  }

  .yellow-stripe-part1 {
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 25px 0px;
  }

  .yellow-stripe-part1 img {
    float: none !important;
    /* margin-right: 20px;  */
    margin-top: 35px;
  }

  .yellow-stripe-part1 span {
    display: block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 16px;
    line-height: 100%;
    margin-top: 8px;
  }

  .yellow-stripe-part1 strong {
    display: block;
    color: #381372;
    font-size: 32px;
    font-weight: normal;
  }

  .yellow-stripe-part2 {
    text-align: center;
    padding: 0px 0px 0px 0px;
    border-left: 0px solid #381372;
    border-right: 0px solid #381372;
    margin: 25px 0px;
    height: 120px;
  }

  .yellow-stripe-part2 img {
    text-align: center;
    float: none !important;
    /* margin-right: 20px;  */
    margin-top: 5px;
  }

  .yellow-stripe-part2 span {
    display: block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 16px;
    line-height: 120%;
    margin-top: 10px;
  }

  .yellow-stripe-part2 a {
    display: block;
    color: #381372;
    font-size: 22px;
    font-weight: normal;
    font-family: 'carnasextralight';
    line-height: 120%;
  }

  .yellow-stripe-part3 {
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 25px 0px;
  }

  .yellow-stripe-part3 span {
    display: block;
    color: #381372;
    text-transform: uppercase;
    font-family: 'carnasmedium';
    font-size: 23px;
    float: none !important;
    margin-right: 20px;
    margin-top: 15px;
  }

  .yellow-stripe-part3 a {
    display: inline-block;
    margin: 16px 0px 0px 0px;
  }

  .yellow-stripe-part1,
  .yellow-stripe-part2,
  .yellow-stripe-part3 {
    float: none;
    display: block;
    width: 100%;
  }

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .address-left {
    float: left;
    /* text-align: left; */
    display: block;
    font-family: carnaslight;
    margin-top: 0px;
  }

  .address-right {
    float: none !important;
    display: block;
    text-align: left;
    font-family: carnaslight;
    margin-top: 0px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .address-right {
    float: right;
    display: inline-block;
    text-align: right;
    font-family: carnaslight;
    margin-top: 0px;
  }

  .address-left {
    float: left;
    display: inline-block;
    font-family: carnaslight;
    margin-top: 0px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-box {
    width: 100%;
    height: 580px;
    border: 6px solid #381372;
    text-align: center;
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .about-us {
    width: 100%;
  }
}



@media only screen and (min-width: 320px) and (max-width: 1024px) {
  /* .top-navigation {
     float: right;
     display: none;
     margin: 20px 0px;
     width: 100%;
     text-align: center;
     padding: 0px;
     transition: all 0.5s ease-in 0s;
 } */


}


@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .logo-band a img {
    margin-top: 5px;
    transition: all 0.5s ease-in 0s;
    width: 115px;
  }

  .logo-band a {
    display: block;
    width: 150px;
    height: 80px;
    background-image: url(../images/logo-bg.png);
    background-position: center bottom;
    margin: auto;
    transition: all 0.5s ease-in 0s;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {

  .banner-1 {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {

  .col-1-of-2.about-us {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 374px) {

  .col-1-of-2.about-us {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }



  .col-1-of-2.about-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-1-of-2.about-right {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .col-1-of-2.about-left {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px !important;
  }
}


@media only screen and (min-width: 320px) and (max-width: 1024px) {

  .responsive-menu-icon {
    display: block;
    cursor: pointer;
    background-color: #f9e41b;
    width: 66px;
    height: 64px;
    position: fixed;
    right: 0;
    top: 0px;
    padding: 22px;
    box-sizing: border-box;
    z-index: 10000 !important;
    display: none;
    z-index: 1000;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 23px;
    height: 2px;
    background-color: #000;
    margin: 4px 0;
    transition: 0.4s;
  }

  .top-navigation ul li {
    list-style: none;
    display: block;
    align-items: center;
    float: none !important;
    width: 100%;
    text-align: center;
  }

  .top-navigation a,
  .dropbtn {
    display: block;
    float: none !important;
    color: rgb(56, 19, 114);
    text-align: center;
    text-transform: uppercase;
    font-family: carnasmedium;
    font-size: 16px;
    width: 100%;
    line-height: 46px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in 0s;
  }

  .header-gap {
    width: 100%;
    height: auto;
  }


  .top-navigation li:nth-child(5),
  .top-navigation li:nth-child(6),
  .top-navigation li:nth-child(7) {
    text-align: center;
    width: 100%;
  }

  .top-navigation ul li {
    list-style: none;
    display: block;
    align-items: center;
    float: none;
    width: 100%;
    text-align: center;
  }

  .top-navigation a,
  .dropbtn {
    display: block;
    float: none;
    color: rgb(56, 19, 114);
    text-align: center;
    text-transform: uppercase;
    font-family: carnasmedium;
    font-size: 16px;
    width: 100%;
    line-height: 46px;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in 0s;
  }

  .top-navigation li:nth-child(5) a,
  .top-navigation li:nth-child(6) a,
  .top-navigation li:nth-child(7) a {
    text-align: center;
  }

  .logo-gap {
    display: block;
    float: left;
    width: 202px;
    height: 0px;
    transition: all 0.5s ease-in 0s;
  }

  header.darker .logo-gap {
    height: 0px;
  }




  div#top-navigation {
    display: none;
    padding-top: 10px;
  }

  .header-mobile {
    background-color: #f9e41b !important;
  }

  .logo-band {
    position: inherit !important;
    left: 0px;
    top: 0px;
    height: 66px !important;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease-in 0s;
    z-index: 5;
  }

  .logo-band a {
    display: block;
    width: 150px;
    height: 66px;
    background-image: url(../images/logo-bg.png);
    background-position: center bottom;
    margin: auto;
    transition: all 0.5s ease-in 0s;
  }
}


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

  .dropbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-image: url(../images/small-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 70% center;
    transition: all 0.5s ease-in 0s;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .dropbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-image: url(../images/small-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 58% center;
    transition: all 0.5s ease-in 0s;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {

  .dropbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-image: url(../images/small-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 57% center;
    transition: all 0.5s ease-in 0s;
  }

  .product-box {
    background-color: #fff;
    display: table;
    height: 820px;
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 30px 0px #ddd;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  .award-box {
    padding: 20px 0px;
    width: 100%;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in 0s;
  }
}


@media only screen and (min-width: 320px) and (max-width: 375px) {

  .dropdown-content {
    /* display: none; */
    position: static;
    background-color: #fff;
    min-width: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
    top: 160px;
    transition: all 0.5s ease-in 0s;
    margin-left: 0px;
    padding: 60px 0px 40px 0px;
    border: 1px solid #ddd;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .product-desc {
    text-align: center;
    height: 250px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
  .about-left {
    width: 100%;
  }
}


@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 1280px;
    width: 280px;
    overflow: auto;
    z-index: 1;
    top: 102px;
    transition: all 0.5s ease-in 0s;
    margin-left: -190px;
    padding: 60px 40px 40px 40px;
    border: 1px solid #ddd;
  }
}





table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}



.small-heading-1 {
  display: block;
  text-align: center;
  color: #ff7800;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 18px;
  letter-spacing: 2px;
}

.sub-head h3 {
  display: block;
  text-align: center;
  color: #ff7800;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 18px;
  letter-spacing: 2px;
}


h3.sub-head-1 {
  display: block;
  /* text-align: center; */
  color: #381372;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 18px;
  letter-spacing: 2px;
}










/* .mySlides {display: none;} */
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

.text-1 {
  padding-bottom: 70px;
  padding-top: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}




.readmore-1 {
  display: block;
  background-color: #f9e41b;
  padding: 5px 25px;
  font-size: 14px;
  width: 170px;
  color: #381372;
  font-family: 'carnasmedium';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px;
  border-radius: 10px;
  text-align: left;
  background-image: url(../images/button-arrow.png);
  background-position: right center;
}

.readmore-1:hover {
  background-position: left center;
  padding-left: 55px;
  width: 185px;
}

.readmore-1.center {
  margin: 40px auto 0px auto;
}


.product-content .readmore-1 {
  margin: auto;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
  .readmore-1 {
    display: block;
    background-color: #f9e41b;
    padding: 12px 25px;
    font-size: 14px;
    width: 165px;
    color: #381372;
    height: 60px;
    font-family: 'carnasmedium';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 40px;
    text-align: left;
    background-image: url(../images/button-arrow.png);
    background-position: right center;
  }

}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 95px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}




.we-are-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 900px;
}

@media screen and (max-width: 860px) {
  .we-are-block {
    height: 2200px;
  }
}

@media screen and (max-width: 500px) {
  .we-are-block {
    height: 2300px;
  }
}

#about-us-section {
  background: #381372;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #about-us-section {
    flex-direction: column;
    /* justify-content: space-between; */
  }
}

.about-us-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .about-us-image {
    position: relative;
    width: 100%;
    height: 45%;
  }
}

@media screen and (max-width: 747px) {
  .about-us-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .about-us-image img {
    position: absolute;
    left: -220px;
  }
}

.about-us-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-right: 850px;
  margin-left: 12px;
}

@media screen and (max-width: 1353px) {
  .about-us-info {
    margin-right: 400px;
    width: 60%;
    background: #0c4c9199;
    padding: 0px 25px 0px 0px;
  }
}

@media screen and (max-width: 1238px) {
  .about-us-info {
    margin-right: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .about-us-info {
    margin-right: 270px;
  }
}

@media screen and (max-width: 910px) {
  .about-us-info {
    margin-right: 150px;
  }
}

@media screen and (max-width: 860px) {
  .about-us-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    height: 55%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .about-us-info {
    height: 65%;
  }
}

.about-us-info h2 {
  color: white;
  font-size: 36pt;
  text-align: right;
}

@media screen and (max-width: 860px) {
  .about-us-info h2 {
    text-align: center;
    color: white;
    font-size: 20pt
  }
}

.about-us-info p {
  color: white;
  font-size: 14pt;
  text-align: right;
}

@media screen and (max-width: 860px) {
  .about-us-info p {
    text-align: center;
  }
}

.about-us-info a {
  background-color: white;
  color: #0c4c91;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.about-us-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

#history-section {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #history-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.history-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .history-image {
    position: relative;
    width: 100%;
    height: 40%;
  }
}

@media screen and (max-width: 747px) {
  .history-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .history-image img {
    position: absolute;
    right: -220px;
  }
}

.history-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-left: 850px;
  margin-right: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .history-info {
    margin-left: 400px;
    width: 60%;
    background: #ffffff99;
    padding: 0px 0px 0px 25px;
  }
}

@media screen and (max-width: 1238px) {
  .history-info {
    margin-left: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .history-info {
    margin-left: 500px;
  }
}

@media screen and (max-width: 910px) {
  .history-info {
    margin-left: 150px;
  }
}

@media screen and (max-width: 860px) {
  .history-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 40px 0px 40px !important;
    width: 100%;
    height: 60%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .history-info {
    height: 65%;
  }
}

.history-info h2 {
  color: #381372;
  font-size: 40pt;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .history-info h2 {
    text-align: center;
    color: #381372;
    font-size: 20pt;
  }
}

.history-info p {
  color: #381372;
  font-size: 14pt;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .history-info p {
    text-align: center;
  }
}

.history-info a {
  background-color: #0c4c91;
  color: white;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.history-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}


p.paragraph {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 0px;
  /* padding-top: 20px; */
}

p.paragraph-2 {
  font-size: 16px;
  line-height: 30px;
  /* padding-bottom: 10px; */
  padding-top: 20px;
}

p.paragraph-1 {
  font-size: 16px;
  line-height: 30px;
}

h4.sub-title {
  font-size: 16px;
  margin: 2px;
}

.col-2-of-6.about-left {
  border: 1px solid #c3c3c8;
}

.col-1-of-3.border {
  border: 1px solid #c3c3c8;
  height: 165px;
}

.sub-head-1 h3 {
  display: block;
  text-align: left;
  color: #ff7800;
  text-transform: uppercase;
  font-family: 'carnasmedium';
  font-size: 18px;
  letter-spacing: 2px;
}

.insidepage-content-1 {
  display: table;
  width: 100%;
  padding:  0px 0px 50px 0px;
  /* background-color: #f7f7f8; */
}



.insidepage-content-2 {
  display: table;
  width: 100%;
  padding: 50px 0px 50px 0px;
  background-color: #f7f7f8;
}

.insidepage-content-5 {
  display: table;
  width: 100%;
  padding: 0px 0px 25px 0px;
  /* background-color: #f7f7f8; */
}



.col-1-of-2.about-right {
  float: right;
}




.section-head {
  margin-bottom: 30px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #381372;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #381372;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #f91942;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #381372;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.20);
  color: #f91942
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #f91942
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #f91942
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #f91942
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #f91942
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #f91942
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 10px;
  color: #2f2f2f;
  font-size: 20px;
  margin-top: 10px;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

.why-choose-us {
  padding-top: 10px;
  padding-bottom: 75px;
}

.product-1 {
  padding-bottom: 100px;
}

img.icon-image {
  width: 50px;

}

.map iframe {
  border: 0;
  margin-bottom: -7px;
  width: 100%;
  height: 450px;
  max-width: 100%;
}

.map img {
  width: 100%;
}

.readmore-new {
  display: block;
  background-color: #f9e41b;
  padding: 7px 0px;
  font-size: 14px;
  width: 170px;
  color: #381372;
  font-family: 'carnasmedium';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  text-align: center;
  background-image: url(../images/button-arrow.png);
  background-position: right center;
}

.readmore-new:hover {
  background-position: left center;
  padding-left: 55px;
}

.readmore-new.center {
  margin: 40px auto 0px auto;
}

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

.product-box-product-page img {
  width: 200px !important;
  height: 200px !important;
  display: block;
  margin: auto;
  width: 100%;
}

.product-content-product-page {
  padding: 0px 30px 0px 30px;
  text-align: center;
}

.readmore-new-product-page {
  display: block;
  background-color: #f9e41b;
  padding: 7px 10px 9px 8px;
  font-size: 14px;
  width: 83%;
  color: #381372;
  font-family: 'carnasmedium';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
  text-align: center;
  background-image: url(../images/button-arrow.png);
  background-position: right center;
  margin: 0px 30px 0px 20px;
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .product-box-product-page {
    background-color: #fff;
    display: table;
    /* height: 273px; */
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 30px 0px #ddd;
    margin-top: 30px;
  }
}

.col-1-of-1.catalogue {
  padding-bottom: 120px !important;
}



section.jobs-cta.c-pb-8.c-pb-md-7.c-mb-8.c-mb-md-7.position-relative.z-index-2 {
  background-color: transparent;
  border-width: 0;
  box-sizing: border-box;
  display: block;
  font-size: 100%;
  margin: 0 0 5.625rem;
  outline: 0;
  padding: 0 0 1.625rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}

/* section.jobs-cta.c-pb-8.c-pb-md-7.c-mb-8.c-mb-md-7.position-relative.z-index-2:after {
  background-image: linear-gradient(270deg, #FFFFFF 0%, #D5DAF0 50%, #FFFFFF 100%);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
} */

div.container.aos-init.aos-animate {
  background-color: transparent;
  border-width: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0 auto;
  max-width: 1140px;
  outline: 0;
  padding-top: 50px !important;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
}

h2.text-dark-blue-third.font-size-28-42.text-center.line-height-1-3 {
  background-color: transparent;
  border-width: 0;
  box-sizing: border-box;
  color: #0D1537;
  font-size: 2.45rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
}

span.d-block.text-center.text-body-color.font-size-16-20.line-height-1-6.c-mt-6.c-mt-md-5 {
  background-color: transparent;
  border-width: 0;
  box-sizing: border-box;
  color: #737A96;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 2.7rem 0 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
}

div.crunch-button-wrapper.d-flex.justify-content-center.c-mt-6.c-mt-md-5 {
  background-color: transparent;
  border-width: 0;
  box-sizing: border-box;
  display: flex;
  font-size: 100%;
  justify-content: center;
  margin: 2.7rem 0 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal {
  align-items: center;
  appearance: button;
  background-color: transparent;
  border-radius: .25rem;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  display: inline-flex;
  font-family: Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .875rem;
  font-weight: 500;
  justify-content: center;
  line-height: 30.72px;
  margin: 0;
  overflow: hidden;
  padding: .925rem 2.4rem;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all .6s;
  z-index: 1;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:focus {
  color: #f9e41b;
  cursor: pointer;
  outline: none;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:not(:disabled) {
  cursor: pointer;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:active {
  outline: none;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:hover {
  color: #f9e41b;
  cursor: pointer;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:main {
  font-size: .975rem;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:before {
  background-color: #f9e41b;
  border-radius: .25rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  transition: all .4s cubic-bezier(.42, 0, 0.58, 1);
  width: 100%;
  z-index: -1;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:after {
  border: 1px solid #f9e41b;
  border-radius: .25rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:hover:before {
  left: auto;
  right: 0;
  width: 0;
}

button.crunch-button.crunch-button__full-background.crunch-button__full-background--xxxl.crunch-button__full-background--primary-color.font-weight-medium.border-0.js-open-modal:focus:before {
  left: auto;
  right: 0;
  width: 0;
}


/* @media only screen and (min-width: 320px) and (max-width: 1023px) {

  .aboutus {
    padding: 30px 0px 30px 0px;
    display: table;
    width: 100%;
  }
} */


@media only screen and (min-width: 320px) and (max-width: 768px) {
  #about-us-section {
    flex-direction: column;
    /* justify-content: none !important; */
  }
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-us-info {
    height: 30% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .we-are-block {
    height: 100%;
  }
}



@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  @media screen and (max-width: 1111px) {

    .image-new {
      height: 458px;
      width: 500px;
    }

    .about-us-info {
      margin-right: 486px;
    }

    .about-us-info h2 {
      color: white;
      font-size: 30pt;
      text-align: right;
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-desc {
    text-align: center;
    height: 300px !important;
  }

  .product-box {
    height: 796px !important;
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1023px) {
  .product-desc {
    text-align: center;
    height: 250px !important;
  }

  .product-box {
    height: 796px !important;
  }
}



@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .product-box-product-page {
    background-color: #fff;
    display: table;
    height: 235px !important;
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 30px 0px #ddd;
    margin-top: 30px;
  }

  .product-box-product-page img {
    width: 150px !important;
    height: 150px !important;
    display: block;
    margin: auto;
    width: 100%;
  }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  h2.ttl {
    margin-top: 222px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .col-1-of-2.about-right {
    float: right;
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
  .item {
    height: 260px;
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
  }
}


@media only screen and (min-width: 426px) and (max-width: 768px) {
  .item {
    height: 310px;
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
  }
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .item {
    height: 260px;
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
  }
}

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

  .textbox1,
  .textbox2 {
    width: 100%;
    margin: 1%;
    display: flex;
    float: left;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    font-family: poppins;
    font-weight: 300;
    color: #666;
    background-color: #f7f7f7;
    font-size: 16px;
    font-family: 'carnaslight';
  }

  .contact-box {
    width: 100%;
    height: 480px;
    border: 6px solid #381372;
    text-align: center;
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-box {
    width: 100%;
    height: 580px !important;
    border: 6px solid #381372;
    text-align: center;
    padding: 30px;
  }

  .textbox1,
  .textbox2 {
    width: 100%;
    margin: 1%;
    display: flex;
    float: left;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    font-family: poppins;
    font-weight: 300;
    color: #666;
    background-color: #f7f7f7;
    font-size: 16px;
    font-family: 'carnaslight';
  }
}


@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .aboutus {
    padding: 50px 0px 25px 0px;
    display: table;
    width: 100%;
}

.insidepage-content-2 {
  display: table;
  width: 100%;
  padding: 50px 0px 0px 0px;
  background-color: #f7f7f8;
}
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .products {
    background-color: #f7f7f8;
    padding: 50px 0px 90px 0px;
    display: table;
    width: 100%;
}
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .why-choose-us {
    padding-top: 10px;
    padding-bottom: 50px;
}
div.container.aos-init.aos-animate {
  background-color: transparent;
  border-width: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0 auto;
  max-width: 1140px;
  outline: 0;
  padding-top: 65px !important;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
}
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .aboutus-banner {
    background-image: url(../images/inside-banner-aboutus.jpg);
}
.inside-banner {
    width: 100%;
    display: block;
    height: 350px;
    background-position: center center;
    background-size: cover;
}


}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title {
    line-height: 380px;
    text-align: center;
    font-size: 21px;
    color: #381372;
    font-weight: normal;
  }
}
