@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

.playfair {
  font-family: "Playfair Display", serif;
}
.roboto {
  font-family: "Playfair Display", serif;
}

body {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 1.65;
}
a {
  color: #29629c;
  text-decoration: none;
  outline: none;
}

a,
.btn,
button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #0092ff;
  text-decoration: none;
}
.fancybox-button {
  min-width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: "Playfair Display", serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  letter-spacing: -0.03em;
  opacity: 1;
  -webkit-background-clip: text;
/*  -webkit-text-fill-color: transparent;*/
}

.main-section a.link {
  word-break: break-all;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
a.link i {
  font-size: 11px;
}
h1 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 45px;
}
h4 {
  font-size: 35px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 16px;
}

.mrt-20 {
  margin-top: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-55 {
  font-size: 55px;
}
.fs-50 {
  font-size: 50px;
}
.fs-45 {
  font-size: 45px;
}
.fs-35 {
  font-size: 35px;
}
.fs-30 {
  font-size: 30px;
}
.fs-25 {
  font-size: 25px;
}
.fs-18 {
  font-size: 18px;
}

img {
  max-width: 100%;
}

button,
.btn,
input[type="submit"] {
  min-width: 137px;
  border: 0px;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  font-family: "Roboto", sans-serif;
  box-shadow: none !important;
  text-transform: capitalize;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  border-radius: 3px;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.95);
}
[type="reset"]:hover,
[type="submit"]:hover,
button:hover,
.btn:hover,
html [type="button"]:hover {
  background: linear-gradient(
    90deg,
    rgba(33, 29, 112, 0.95) 100%,
    rgba(250, 149, 51, 0.95) 0%
  );
  color: #fff;
  cursor: pointer;
}

form {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  padding: 30px;
}

.text-dark {
  color: #343a40 !important;
  background: transparent !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: inherit;
}
.t-blue {
  color: #0092ff;
}
[type="reset"]:focus,
[type="submit"]:focus,
button:focus,
.btn:focus,
html [type="button"]:focus {
  outline: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
}
/*
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {background: #0092ff; color: #fff;}
*/
a.link {
  font-weight: 600;
  text-decoration: none;
}
input {
  font-family: "Rajdhani", sans-serif;
}
input[type="file"] {
  font-size: 14px;
  -webkit-appearance: none;
}
.field {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.form-control {
  outline: none !important;
  padding: 14px 15px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: transparent;
  box-shadow: none !important;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  border-radius: 50px;
}
textarea.form-control {
  min-height: 91px;
  border-radius: 20px;
}
.form-control:focus {
  background-color: transparent;
  border-color: inherit;
  color: #fff;
}
select.form-control:not([size]):not([multiple]) {
  height: 49px;
  -webkit-appearance: none;
  background-image: url(../../images/select-arrow.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
blockquote {
  padding: 25px 25px;
  border-left: 4px solid #0092ff;
  background: rgba(16, 86, 120, 0.05);
  font-size: 17px;
  font-weight: 300;
  position: relative;
  line-height: 28px;
}
blockquote strong {
  font-weight: 500;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 41px 41px 0;
  border-color: #ddd #fff;
  transition: all ease 0.5s;
}

.bg-site {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  color: #fff;
}
.form-group label {
  display: block;
  margin-bottom: 10px;
}

/* nochange*/

.font-weight-medium {
  font-weight: 500;
}
.underline {
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semi-bold {
  font-weight: 600;
}
::placeholder {
  color: #c4c4c4;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
:-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.white-placeholder .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.white-placeholder .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.white-placeholder .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.white-placeholder .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.white-placeholder .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.main-section {
  padding: 80px 0px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}
.main-section .container {
  position: relative;
}
.main-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  background: transparent;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
button.close:before {
  display: none;
}
button.close {
  min-width: auto;
  color: #000 !important;
  opacity: 1;
  background: transparent !important;
}
button.close.white-btn {
  color: #fff !important;
}
.br-5 {
  border-radius: 5px;
}
.br-10 {
  border-radius: 10px;
}
.box-shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.object-fit {
  overflow: hidden;
}
.object-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zoom-hover img {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s;
}
.zoom-hover:hover img {
  transform: scale(1.1);
}
.sprit-icon {
  background-image: url(../../images/sprit.png);
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
}
.list-style {
  padding: 0px;
  list-style: none;
}
.list-style li {
  display: inline-block;
}

/* header */
.header {
  position: relative;
  z-index: 11;
}

.top-marquee marquee {
  line-height: 35px;
}
.top-marquee {
  line-height: 0;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0px 20px;
}
.top-marquee:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 15px;
  border-color: transparent transparent transparent #fff;
  left: 0px;
}
.header .social-icon {
  padding-left: 10px;
}
.social-icon ul li {
  margin-right: 10px;
}
.social-icon ul li a {
  padding: 5px;
}
.social-icon ul li:last-child {
  margin-right: 0px;
}
.facebook {
  color: #4267b2;
}
.facebook {
}
a.linkedin {
  color: #0077b5;
}
.instagram {
  color: #8a3ab9;
}
.youtube {
  color: #ff0000;
}

.header-info ul li {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin-right: 30px;
}
.header-info ul li a {
  color: #1b1b1b;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.header-info ul li a strong {
  display: block;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 16px;
}
.header-info ul li a:hover {
  color: #0092ff;
}
.header-info ul li:last-child {
  margin-right: 0px;
}
.header-info span.info-icon {
  position: absolute;
  left: 0px;
  width: auto;
  top: 11px;
}
.header-info span.info-icon i {
  display: inline-block;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  padding: 0px 2px;
}
.fas.fa-phone {
  transform: rotate(90deg);
}
.header-info ul li p {
  margin: 0px;
}
.header-info {
  padding-top: 30px;
}

.main-bar {
  background: #f6f6f6;
  position: relative;
  padding: 19px 40px 0px;
  margin-top: 24px; /* box-shadow: 0px 12px #c7d2dc; */
}
.site-logo img {
  max-width: 146px;
}
.site-logo {
  padding: 0px 0px 19px 0px;
}
.header .nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.header .nav ul.main-list > li {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  font-family: "Roboto", sans-serif;
  margin-right: 0px;
  position: relative;
}
.header .nav ul.main-list li a {
  color: #1b1b1b;
}
.header .nav ul.main-list > li:last-child {
  margin-right: 0px;
}
.header .nav {
  justify-content: flex-end;
}
.main-bar .nav a.btn {
  font-weight: 500;
  color: #fff !important;
}
.header .nav ul.main-list > li > a:not(.btn) {
  padding: 10px 10px 31px;
  display: inline-block;
}
.header .nav ul.main-list > li:hover > a {
  color: #0092ff;
}
.header .nav ul.main-list > li.active > a {
  color: #0092ff;
}

.header .nav ul ul {
  width: 250px;
  position: absolute;
  background: #f6f6f6;
  padding: 0px 0px 20px;
  top: 140%;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  width: 250px;
  left: 0px;
  visibility: hidden;
}
.header .nav ul.main-list > li:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.header .nav ul ul li {
  display: inline-block;
  width: 100%;
}
.header .nav ul ul li a {
  padding: 10px 12px;
  display: inline-block;
  width: 100%;
}
.header .nav ul.main-list li li a:hover {
  color: #0092ff;
}

.main-bar:before,
.main-bar:after {
  content: "";
  position: absolute;
}
.main-bar:before {
  left: -1px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #0092ff transparent transparent;
}
.main-bar:after {
  content: "";
  right: 0px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #0092ff transparent transparent transparent;
}
.main-bar .bottom-line {
  position: absolute;
  bottom: -11px;
  left: 10px;
  right: 10px;
  height: 11px;
  background: #c7d2dc;
}
.inner-banner {
  padding: 132px 0px 60px;
}
.inner-banner:before {
  background: rgb(0 0 0 / 55%);
}
.ykk-logo-img {
  width: 360px;
  background: #fff;
  text-align: center;
  height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alternet-img.object-fit {
  height: 240px;
}

/* Banner  */
.banner {
  position: relative;
  margin-top: 46px;
}
.hero-slider {
  position: relative;
  margin-top: -35px;
  z-index: 1;
}
.bg-img {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.item.bg-img {
  padding: 150px 0px 80px;
}
.slider-heading {
  background: rgba(246, 246, 246, 0.7);
  border-radius: 5px;
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 35px;
}
.slider-heading span {
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.03em;
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
}
.slider-txt {
  font-size: 22px;
  line-height: 39px;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.slider-txt big {
  font-weight: 700;
}
.slider-content {
  max-width: 50%;
}
.hero-slider .item {
  position: relative;
}
.hero-slider .item:before {
  background: rgb(0 0 0 / 55%);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.hero-slider .container {
  position: relative;
}

.hero-slider .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 75px;
  width: 145px;
  max-width: 1170px;
  text-align: right;
  margin: auto;
  transform: translate(-50%);
  padding: 0px 15px;
}
.hero-slider .owl-nav button {
  border: 1px solid #fff !important;
  border-radius: 6px;
  background: #fff !important;
  float: left;
}
.hero-slider .owl-dots {
  position: absolute;
}
.hero-slider .owl-nav button.owl-next {
  float: right;
}

.hero-slider .owl-nav .fa-angle-right:before {
  content: "\e93e";
}
.hero-slider .owl-nav .fa-angle-left:before {
  content: "\e93c";
}

.hero-slider .active.center .slider-heading {
  -moz-animation: fadeInTop;
  -webkit-animation: fadeInTop;
  animation: fadeInTop;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-slider .slider-content {
  -moz-animation: fadeInTop;
  -webkit-animation: fadeInTop;
  animation: fadeInTop;
  webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-slider .active.center .btn {
  -moz-animation: fadeInTop;
  -webkit-animation: fadeInTop;
  animation: fadeInTop;
  webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.title-tag-line.text-white:before {
  background: #fff;
}

/* owl */
.owl-dots button:before,
.owl-dots button:after,
.owl-dots button span:before,
.owl-dots button span:after {
  display: none;
}
.owl-dots {
  height: auto !important;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background: transparent !important;
}
.owl-dots button {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  min-width: auto !important;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff !important;
  border-radius: 100%;
}
.owl-dots button.owl-dot.active {
  background: #707070;
}
.owl-dots button {
  box-shadow: none !important;
  outline: none !important;
}
.owl-nav button {
  border-radius: 3px !important;
  width: 50px;
  min-width: auto;
  height: 50px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff !important;
  pointer-events: all;
  background: #fff !important;
}
.owl-nav button span {
  position: relative;
  z-index: 1;
  min-width: auto;
}
.owl-nav .fa-angle-right:before {
  font-family: "LineIcons" !important;
  content: "\e93e";
}
.owl-nav .fa-angle-left:before {
  font-family: "LineIcons" !important;
  content: "\e93c";
}
.owl-carousel .owl-item img {
  width: auto;
}

.tcolor {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  letter-spacing: -0.03em;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-light {
  background: linear-gradient(
    90deg,
    rgba(250, 149, 51, 0.1) 0%,
    rgba(33, 29, 112, 0.1) 100%
  ) !important;
}

.bg-dark {
  background-color: #3a3a3a !important;
}

.title-tag-line {
  position: relative;
}
.title-tag-line:before {
  content: "";
  position: absolute;
  background: #0092ff;
  width: 43px;
  height: 1px;
  bottom: 0px;
}

/* About */
.about-md {
  background: url(../../images/md-bg.jpg);
}
.about-md:before {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
}
h1.text-white,
h2.text-white,
h3.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.dots-animation {
  position: absolute;
  width: 63px;
  height: 63px;
  background-image: url(https://www.ykkindia.com/public/uploads/media/7aI6WgiUc9FEluKxBplOnkxSO77DpdKiPrf8ylUY.png);
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: contain !important;
}
.dots-animation.top-right {
  right: 45px;
  top: 35px;
}
.dots-animation.bottom-left {
  left: -19px;
  bottom: 50px;
}

.prd-section .dots-animation.top-right {
  top: -30px;
  right: 15px;
}
.prd-section .dots-animation.bottom-left {
  bottom: -103px;
  left: 15px;
}
.nav-center .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.nav-center .owl-nav button {
  border-radius: 100% !important;
}
.nav-center .owl-nav button.owl-next {
  float: right;
}
.prd-slider {
  padding: 0px 20px;
  max-width: 465px;
}
.nav-center .owl-nav button {
  float: left;
}
.prd-section:before {
  background: linear-gradient(
    90deg,
    rgba(250, 149, 51, 0.1) 0%,
    rgba(33, 29, 112, 0.1) 100%
  );
  width: 50% !important;
}
.prd-slider .item {
  height: 323px;
}
.prd-slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.prd-content {
  padding-left: 40px;
}

.btn-section {
  padding-top: 15px;
}
a.btn.outline-btn {
  border: 1px solid #0092ff;
  padding: 14px 20px;
  background: linear-gradient(90deg #0092ff 0%, #211d70 100%);
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.btn.outline-btn:hover {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.quality-section:before {
  background: linear-gradient(
    90deg,
    rgba(250, 149, 51, 0.1) 0%,
    rgba(33, 29, 112, 0.1) 100%
  );
  width: 50% !important;
  right: 0px;
  left: auto;
}
.quality-img.object-fit {
  padding-left: 6.5%;
  height: 391px;
}

/* timeline */
div#custom-tab1 {
  justify-content: center;
  position: relative;
}
.nav-pills .nav-link {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.03em;
  font-family: "Roboto", sans-serif;
  color: #616161;
  border-radius: 100%;
  background: #e5e5e5;
  width: 73px;
  height: 73px;
  line-height: 73px;
  padding: 0px;
  margin: 0px 45px 20px 0px;
  position: relative;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
}
.nav-pills .nav-link:before {
  content: "";
  left: -5px;
  top: -5px;
  border: 1px dashed #0092ff;
  position: absolute;
  border-radius: 100%;
  width: 83px;
  height: 83px;
  opacity: 0;
}
.nav-pills .nav-link.active:before,
.nav-pills .show > .nav-link:before {
  opacity: 1;
}
div#custom-tab1:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 81%;
  border-bottom: 2px dashed #0092ff;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
}

div#content {
  margin-top: 20px;
  border-top: 1px dashed #0092ff;
  border-bottom: 1px dashed #0092ff;
}

.bg-site.timeline-box {
  width: 444px;
  padding: 30px 25px;
  position: relative;
}
.timeline-section .dots-animation.top-right {
  top: -25px;
}
.bg-site.timeline-box h5 {
  font-size: 25px;
  font-weight: 500;
}
ul.timeline-list {
  padding: 0px;
  list-style: none;
  margin: 0px;
  display: inline-block;
  width: 100%;
  padding: 0px 5%;
}
ul.timeline-list li {
  display: inline-block;
  width: 100%;
}
div#content .card-body {
  position: relative;
  padding: 50px 0px;
}
div#content .card-body:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  border-right: 1px dashed #0092ff;
  width: 1px;
  height: 100%;
  z-index: 11;
}

.bg-site.timeline-box.float-left:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #0092ff;
  position: absolute;
  top: 30px;
  right: -14px;
}
.bg-site.timeline-box.float-right:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #0092ff transparent transparent;
}
.bg-site.timeline-box.float-right:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #0092ff transparent transparent;
  left: -14px;
  position: absolute;
  top: 30px;
}
.bg-site.timeline-box.float-right {
  background: linear-gradient(90deg, #0092ff 0%, #29629c 100%);
}
.bg-site.timeline-box.float-left:after {
  content: ".";
  right: -39px;
  width: 25.47px;
  height: 25.47px;
  position: absolute;
  top: 28px;
  z-index: 11;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 9px;
  font-size: 25px;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
}
.bg-site.timeline-box.float-right:after {
  content: ".";
  left: -39px;
  width: 25.47px;
  height: 25.47px;
  position: absolute;
  top: 28px;
  z-index: 11;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 9px;
  font-size: 25px;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
}

.follow-us-icon ul.list-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.follow-us-icon ul.list-style li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
/*.follow-us-icon {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}*/
.follow-us-icon ul.list-style li a {
  color: #fff;
  text-align: center;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-right: 1px solid rgb(255 255 255 / 58%);
}
.follow-us-icon ul.list-style li:last-child a {
  border-right: 0px;
}
.follow-us-icon ul.list-style li a.instagram {
  background: #8a3ab9;
}
.follow-us-icon ul.list-style li a {
  background: #4267b2;
}
.follow-us-icon ul.list-style li a.linkedin {
  background: #0077b5;
}
.follow-us-icon ul.list-style li a.youtube {
  background: #ff0000;
}

.field-sm {
  float: left;
  width: 50%;
  padding: 0px 7.5px;
}
.field .field-sm:first-child {
  padding-left: 0px;
}
.field .field-sm:last-child {
  padding-right: 0px;
}
.bg-transparent {
  background: transparent !important;
  background-color: transparent !important;
}
.contact-section .cnt-info {
  background: #fff;
  color: #1b1b1b;
}
.cnt-widget {
  padding: 60px 60px 0px;
}
.map {
  line-height: 0 !important;
  margin-top: 40px;
}
.map iframe {
  width: 100% !important;
  height: 222px !important;
}
.cnt-widget a {
  color: #1b1b1b;
}
address {
  font-family: "roboto";
}
.address {
  position: relative;
  padding-left: 40px;
}
.address .address-icon {
  position: absolute;
  left: 0px;
  top: 3px;
}
.cnt-widget .address a:hover {
  color: #0092ff;
}
.cnt-widget h6 {
  font-weight: 900;
  font-size: 18px;
}
button.white-btn {
  background: #fff;
  color: #0092ff;
}
button.white-btn:hover {
  background: linear-gradient(
    90deg,
    rgba(33, 29, 112, 0.95) 100%,
    rgba(250, 149, 51, 0.95) 0%
  );
  color: #fff;
  cursor: pointer;
}
span.address-icon i {
  display: inline-block;
  background: linear-gradient(90deg, #0092ff 0%, #211d70 100%);
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  padding: 0px 2px;
}
.tyellow {
  color: #0092ff;
}

/* footer  */
.copyright {
  padding: 20px 0px;
}

.back-to-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.308px;
  z-index: 1111;
  display: inline-block !important;
}
.back-to-top span {
  border-radius: 50%;
  border: 1px solid #0092ff;
  width: 42px;
  height: 42px;
  overflow: hidden;
  display: inline-block;
  line-height: 42px;
  vertical-align: middle;
  margin-left: 10px;
  letter-spacing: 0.308px;
  background: #0092ff;
  color: #fff;
}

/* breadcrumb */

ul.breadcrumb {
  border-radius: 0;
  margin: 0;
  background: transparent;
  padding: 0px;
  display: inline-block;
}
ul.breadcrumb a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li {
  text-transform: capitalize;
  transition: all 0.5s;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.breadcrumb li:after {
  padding: 0 7px;
  color: #fff;
  font-family: LineIcons !important;
  content: "\e90a";
  font-size: 10px;
}
.breadcrumb li:nth-last-child(1):after {
  display: none;
}
ul.breadcrumb a:hover {
  color: #0092ff;
}

/* about us */
.team-lead-info {
  max-width: 95%;
  margin-top: 20px;
  padding: 35px;
  text-align: center;
}
.team-lead-info strong {
  display: block;
}
.dots-animation.bottom-right {
  bottom: -109px;
  right: 15px;
}
.divider-active {
  position: relative;
}
.divider-active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  border-right: 1px dashed #0092ff;
  width: 1px;
  height: 100%;
}

.timeline-list-2 {
  padding: 0px;
  max-width: 80%;
  margin: auto;
}
.timeline-box-img {
  width: 50%;
  height: 153px;
  display: inline-block;
  padding-left: 50px;
  float: left;
}
.timeline-list-2 .timeline-box {
  width: 50%;
  display: inline-block;
  padding-right: 50px;
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
  color: #1b1b1b;
  float: left;
}
.timeline-list-2 .timeline-box h5 {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.timeline-list-2 li:nth-child(2n + 2) .timeline-box {
  float: revert;
  text-align: left !important;
  padding-right: 0px;
  padding-left: 50px;
}
.timeline-list-2 li {
  margin-bottom: 40px;
  position: relative;
}
.timeline-list-2 li:nth-child(2n + 2) .timeline-box-img {
  padding-left: 0px !important;
  padding-right: 50px !important;
}

.timeline-list-2 li:before {
  content: ".";
  right: -39px;
  width: 25.47px;
  height: 25.47px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 11;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 9px;
  font-size: 25px;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
}
.timeline-list-2 .timeline-box .d-flex {
  align-items: center;
  height: 153px;
  justify-content: flex-end;
}
.timeline-list-2 li:nth-child(2n + 2) .timeline-box .d-flex {
  justify-content: left;
}
.background-light {
  background: rgba(210, 210, 210, 0.1);
}

.container .bottom-left {
  bottom: -115px;
  left: 15px;
}
.eko-tex-standard img {
  max-height: 144px;
}
.align-center {
  align-items: center;
}
.text-logo {
  font-weight: 900;
  letter-spacing: -0.03em;
}
.dots-animation.bottom-left.haff-bottom {
  bottom: -35px;
}
.mb-80 {
  margin-bottom: 80px;
}

/* product page */

.product {
  padding-top: 0;
  position: relative;
  margin-bottom: 30px;
}
.product-img img {
  max-height: 100%;
  width: auto;
  margin: auto auto 5px;
}
.product-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product-info {
  padding: 20px 20px 0;
}
.product-info h6 {
  font-size: 14px;
  font-family: "Playfair Display", serif; margin-bottom: 0;
}
.prd-dt-content h2 {
  font-family: "Playfair Display", serif;
}
.prd-key {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.prd-key span:last-child {
  float: right;
}
.prd-status {
  position: absolute;
  right: 15px;
  top: 10px;
  margin: 0px;
}
.prd-status span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.03em;
  background: rgba(250, 75, 51, 0.95);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #fff;
  margin-right: 10px;
  padding: 6px 9px;
}
.prd-status span:last-child {
  margin-right: 0px;
}
.product:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 3px;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product:hover:before {
  width: 100%;
}

.pagination-bar {
  margin-top: 70px;
}
.pagination-bar .page-link {
  background: linear-gradient(
    90deg,
    rgba(250, 149, 51, 0.1) 0%,
    rgba(33, 29, 112, 0.1) 100%
  ) !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #1b1b1b;
  box-shadow: none !important;
  border: none !important;
  border-radius: 3px;
  width: 56px;
  padding: 13px 10px;
}
.pagination-bar .page-item.active .page-link {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%) !important;
}
.pagination-bar .page-item .page-item {
  margin-right: 10px;
}
.pagination-bar .page-item:last-child {
  margin-right: 0px;
}
.pagination-bar .page-item {
  margin-right: 10px;
}

.sidebar {
  padding-left: 23px;
}
.sidebar-title {
  padding: 10px 25px;
}
.sidebar-title h6 {
  line-height: 35px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.sidebar-widget-box {
  padding: 30px;
}
.sidebar .form-control {
  background: linear-gradient(
    90deg,
    rgba(250, 149, 51, 0.1) 0%,
    rgba(33, 29, 112, 0.1) 100%
  );
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  color: #616161;
}
.sidebar-widget .field {
  margin-bottom: 10px;
}
label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.download-btn {
  font-weight: 900;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: -0.03em;
  position: relative;
}
.download-btn img {
  position: absolute;
  left: 30px;
  height: 50px;
}
.download-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 105px;
  padding-right: 22px;
}

.detail-appliction p span {
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
}
.detail-appliction p span:last-child {
  margin-right: 0px;
}
.detail-appliction {
  padding-top: 20px;
}

/* table */

table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-family: "Roboto", sans-serif;
}
table thead {
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  color: #fff;
}
table thead th,
table tbody td {
  border: 1px solid #d0d0d0;
}
table {
  border: none;
  width: 100%;
}
table thead th {
  border-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
}
table tbody td {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #1b1b1b;
}

table.text-left tbody th,
table.text-left tbody td {
  text-align: left;
}
table.text-right tbody th,
table.text-right tbody td {
  text-align: right;
}
table.text-center tbody td,
table.text-center tbody td {
  text-align: center;
}

.key-adv ul li p.bg-site {
  padding: 3px 15px;
}
.key-adv ul li {
  margin-right: 15px;
  margin-bottom: 24px;
  width: 46%;
}
.key-adv ul li:nth-child(2n + 2) {
  margin-right: 0px;
}

.fs-22 {
  font-size: 22px;
}
.csr-section:before {
  right: 0px;
  width: 30% !important;
  left: auto;
  background: linear-gradient(
    90deg,
    rgba(250, 149, 51, 0.1) 0%,
    rgba(33, 29, 112, 0.1) 100%
  );
}

.activity-process-box {
  border: 5px solid #0092ff;
  width: 277px;
  height: 277px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: auto auto 0px;
  padding: 0px 50px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.activity-process-box .outline-item {
  position: absolute;
  border: 1px solid #0092ff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 41px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 900;
}
.activity-process-box .outline-item.process-1 {
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.activity-process-box .outline-item.process-2 {
  right: 0px;
  top: 50%;
  transform: translate(50%, -50%);
}
.activity-process-box .outline-item.process-3 {
  bottom: 0px;
  transform: translate(-50%, 50%);
  left: 50%;
}
ol li {
  margin-bottom: 10px;
}
.tyellow {
  color: #0092ff;
}
.list-style-none {
  list-style: none;
}
.alternet-img-collage.object-fit {
  height: 215px;
  max-width: 49%;
  display: inline-block;
}

.philosophy-circle {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.philosophy-circle .activity-process-box {
  float: left;
}
.philosophy-circle .activity-process-box .outline-item.process-1 {
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
}
.philosophy-circle .outline-item.process-1 {
  background: #fff;
}
.philosophy-circle .activity-process-box .outline-item.process-2 {
  left: 0px;
  top: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.philosophy-circle .activity-process-box em {
  font-style: normal;
}
.activity-process-box .outline-item.process-4 {
  right: 0%;
  transform: translate(50%, -50%);
  top: 50%;
  z-index: 1;
}
.outline-item.process-4.bg-site.lg-outline-item {
  width: 107px;
  height: 107px;
  border-radius: 100%;
  border: none;
}
.fs-14 {
  font-size: 14px;
}

.article {
  margin-bottom: 25px;
  position: relative;
}
.article:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 3px;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article:hover:before {
  width: 100%;
}
.article-img.object-fit {
  height: 183px;
}
.article-info {
  padding: 20px;
}
.article-meta span {
  font-size: 17px;
  vertical-align: middle;
}
.article-meta li {
  font-size: 12px;
}
.list-style li:last-child {
  margin-right: 0px;
}

/* recent post */
.recent-post-img.object-fit {
  height: 62px;
  overflow: hidden;
  float: left;
  width: 32%;
}
.recent-post-txt {
  float: left;
  width: 68%;
  padding-left: 18px;
}
.recent-post > li {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
}
.recent-post-txt p a {
  color: #485065;
}
.recent-post-txt p {
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  color: #1b1b1b;
  font-family: "Roboto", sans-serif;
}
.recent-post-txt a:hover p {
  color: #0092ff;
}

.article-img-gallery ul li {
  width: 33.33%;
  display: inline-block;
  float: left;
  height: 170px;
  margin: 0px 0px 20px;
  padding: 0px 10px;
}
.article-img-gallery ul {
  display: inline-block;
  margin: 0px -10px;
  width: 100%;
}

.blog-pg-single .blog-pagination ul li a p {
  color: #434343;
  font-size: 15px;
}
.blog-pg-single .blog-pagination ul li {
  width: 50%;
  float: left;
  margin: 0px;
  padding-right: 15px;
}
.blog-pg-single .blog-pagination ul li.next-post {
  float: right;
  text-align: right;
  padding-right: 0px;
  padding-left: 15px;
}
.blog-pg-single .blog-pagination ul li a p small {
  color: #888;
}
.contact-heading {
  font-weight: 900;
  padding: 6px 20px 4px;
}

.cnt-box {
  padding: 20px;
}
.cnt-box address {
  position: relative;
  padding-left: 30px;
}
.cnt-box .address-icon.material-icons.tcolor {
}
.cnt-box .address-icon {
  position: absolute;
  left: 0px;
  top: 1px;
}

address a {
  color: #1b1b1b;
}
address a:hover {
  color: #0092ff;
}
.contact-pg:before {
  height: 70% !important;
}

/* faq page */
.faq-page .card-header {
  padding: 0px;
  background: transparent;
}
.faq-page .card-header a {
  padding: 10px 45px 10px 25px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.faq-page .card-header a i {
  position: absolute;
  right: 10px;
}
.faq-page .card {
  border: 0px;
}
.faq-page .card-header h5 {
  font-size: 24px;
  font-weight: 500;
}

.contact-query {
  position: relative;
}
.form_success {
  background: #0f5802;
  width: 100%;
  padding: 15px;
  display: inline-block;
  color: #fff;
}
.form-control.is-invalid {
  border-color: #dc3545 !important;
}
.resume_form {
  background: inherit;
  padding: 0;
}
.re-error {
  color: red;
  font-weight: bold;
}

.tags > span:hover {
  opacity: 0.7;
}
.tags > span:after {
  content: "×";
  border: 1px solid;
  padding: 2px 6px;
  margin-left: 8px;
  font-size: 12px;
}
.tags > span {
  cursor: pointer;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%);
  margin: 0 4px 4px 0;
  padding: 5px;
  width: auto;
  display: inline-block;
  color: #fff;
}
.de-none {
  display: none;
}

.no-product {
  text-align: center;
  background: linear-gradient(90deg, #29629c 0%, #0092ff 100%) !important;
}
.no-product img {
  width: 250px;
}
.table {
  overflow-x: auto;
}
.contact-pg .csr-img {
  text-align: center;
}
.before-none:before {
  display: none !important;
}

.contact-scroll {
  overflow-y: scroll;
  height: 550px;
}
.hero-slider .item .float-right.text-white {
  margin-right: 37px;
  position: absolute;
  right: 0px;
  bottom: 50px;
}

.hero-slider.owl-carousel .owl-stage {
  display: flex;
}
.hero-slider .item {
  display: flex;
  height: 100%;
}

/* width */
.contact-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.contact-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.contact-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.contact-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* container */

.container-left {
  padding-left: calc(50% - 570px);
}


.commincation_box { background: #eee; border: 2px solid #ccc; padding: 40px; }
.fold_btn a { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(90deg, #29629c 0%, #0092ff 100%); display: inline-flex ; align-items: center; justify-content: center; }
.fold_btn a img { width: 22px; }

@media (min-width: 576px) {
  .responsive-tab .card {
    border: none;
  }
  .responsive-tab .card .card-header {
    display: none;
  }
  .responsive-tab .card .collapse {
    display: block;
  }
  .product.box-shadow .product-img {
    min-height: 256px;
  }
}
@media (max-width: 575px) {
  .responsive-tab .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

@media (min-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1370px;
  }
  .quality-content {
    padding-right: 40px;
  }
  .csr-section:before {
    width: 33% !important;
  }
  .csr-img {
    text-align: right;
  }
  .hero-slider .item .float-right.text-white {
    margin-right: 0px;
  }
  .hero-slider .owl-nav {
    transform: translate(-105%);
  }
}



.home-video .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.video-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.video-container video {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-out;
}
/*.video-container:hover video {
    transform: scale(1.1);
}*/


/* Prateek CSS */
.contact_outer_section{ padding: 50px 0; }
.contact_outer_section .row { padding: 20px 10px; background: #F8F8F8; padding-bottom: 10px; max-width: 75%; margin: auto; }
.ctry_name h5{ font-weight: 500; font-size: 16px; color: #8D8D8D; font-family: "Barlow", sans-serif; margin-top: 5px; }
.ctry_adrs h3{ font-weight: 600; font-size: 22px; color: #8D8D8D; font-family: "Barlow", sans-serif; margin-bottom: 5px; }
.ctry_adrs p{ font-size: 14px; font-family: "Barlow", sans-serif; font-weight: 400; color: #8d8d8d; margin-bottom: 10px;}
.ctry_adrs li a{ font-size: 15px; font-family: 'Open Sans', sans-serif; font-weight: bold; color: #8d8d8d;}
.ctry_adrs li { list-style: none; color: #8d8d8d; font-size: 18px; display: inline-block; display: flex; align-items: center;}
.ctry_adrs li:last-child{ margin-left: 50px; }
.ctry_adrs li i{ margin-right: 7px; }
.modalOnload{
  position: relative;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: #00000063;
    z-index: 999;
}
.modalImg{width: 33%;position: relative;}
.modalImg img{width: 100%;}
.crossModal{
  position: absolute;
  right: -40px;
    top: 0px;
  font-size: 24px;
  transform: rotate(45deg);
  cursor: pointer;
  font-weight: 700;
  display: flex;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

@media(max-width: 1199px){
  .product-info { padding: 20px 10px 0 !important; }
  .header .nav ul.main-list > li{ font-size: 15px; }
}

@media(max-width: 991px){
  .modalImg{width: 50%;}
  .crossModal{height: 30px;width: 30px;}
  .contact_outer_section .row{ max-width: 100%; }
  .communication_btn { position: relative; top: 11px; }
}

@media(max-width: 767px){
  .modalImg{width: 70%;}
  .crossModal{height: 25px;width: 25px;    right: -25px;font-size: 20px;}
  .ctry_adrs ul{ flex-wrap: wrap; }
  .ctry_adrs li:last-child{ margin-left: 0px; margin-top: 5px; }
  .ctry_adrs li{ width: 100%; }
  .contact_outer_section .row{ padding-bottom: 0; }
  .product-info { padding: 20px 10px !important; }
}