/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
* {
  margin: 0;
  padding: 0;
}
/* Reset CSS*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden !important;
  font-weight: 300;
}
ol,
ul {
  list-style: none;
}
strong{font-weight:600}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML5 display-role reset for older browsers */
:focus {
  outline: none !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
figure {
  margin: 0;
}
/* start commented backslash hack \*/
/* Loader Start*/
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: radial-gradient(#0393f9, #0a558c, #00294d);
}
.wrapper {
  width: 150px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wrapper span {
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 75px;
}
.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}
@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
/* Loader End */
/* General Start*/
li,
a {
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.container {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bulleted {
    padding-left: -10px;
    margin: 0 0 15px 0;
}

.bulleted li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #010101;
  /* width: 50%;*/
  box-sizing: border-box;
  font-weight: 500;
}
.bulleted li:before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #fca508;
  border-radius: 100%;
  content: "";
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  padding-left: 15px;
  padding-right: 15px;
}
/* Primary Styles
---------------------------------*/
body {
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #525252;
  margin: 0;
  padding: 0;
  font-family: "Roboto Flex", serif;
  font-optical-sizing: auto;
  line-height: 1.5;
}
/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 0;
  background-color: #fff;
  height: 75px;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.18);
}
.header .row {
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.left-sider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.menu {
  width: 64px;
  height: 100%;
  display: block;
  background: #f9f9f9;
  height: 75px;
}
.hamburger {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin: 25px auto;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 8px;
  width: 30px;
}
.hamburger span:nth-child(3) {
  top: 16px;
  width: 20px;
}
.hamburger.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 80%;
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
  width: 80%;
}
.hamburger.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 80%;
}
.right-sider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo {
  margin-left: 20px;
}
.distributor-right {
    display: flex;
    align-items: center;
}
.social ul{
  display: flex;
  margin: 0;
  list-style-type: none;
}
.social li {
  margin-right: 8px;
}
.social li a {
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  background-color: #f1f1f1;
  display: block;
  color: #3b5998;
  text-align: center;
}
.social li a:hover {
  color: #34ad2d;
}
.social li .fa {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.social li:hover .fa {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(360deg);
}
.brochure {
  margin-right: 30px;
  font-weight: bold;
  color: #0066bd;
  border: 2px solid #0066bd;
  padding: 5px 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.brochure img {
  margin-right: 10px;
  display: block;
}
.brochure:hover {
  border: 2px solid #fbaf21;
  color: #fbaf21;
}
/* Resposive Menu */
.right-slide-menu {
  background-color: #fff;
  width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -800px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: 400ms;
  transition: 400ms;
  z-index: 1000;
}
.show-enquire .overlay-menu,
.show-hamburger-menu .overlay-menu {
  display: block;
}
.show-enquire,
.show-hamburger-menu {
  overflow: hidden;
}
.show-hamburger-menu .right-slide-menu {
  right: 0;
}
.right-slide-menu > div {
  width: 210px;
  margin: 0 auto;
}
.right-slide-menu ul,
.right-slide-menu ul ul {
  margin: -2px 0 0;
  padding: 0;
}
.right-slide-menu ul li {
  list-style-type: none;
}
.right-slide-menu ul li.active > a {
  color: #1abc9c;
}
.right-slide-menu ul li.active ul {
  display: block;
}
.right-slide-menu ul li a {
  color: #0a3856;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 16px 0;
  font-size: 20px;
  outline: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.right-slide-menu ul li a:hover {
  color: #fbb021;
}
.right-slide-menu ul li a span {
  display: inline-block;
}
.right-slide-menu ul li a i {
  width: 20px;
}
.right-slide-menu ul li a i .fa-angle-left,
.right-slide-menu ul li a i .fa-angle-right {
  padding-top: 3px;
}
.right-slide-menu ul ul {
  display: none;
}
.right-slide-menu ul ul li {
  padding: 0;
  margin: 0;
}
.right-slide-menu ul ul li a {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  display: block;
  background-color: #0a3856;
  border-top: 1px solid rgba(188, 90, 40, 0.36);
  color: #fff;
}
.right-slide-menu ul ul li a:hover {
  color: #fbb021;
}
.right-slide-menu ul li.has-submenu {
  position: relative;
}
.right-slide-menu ul li.has-submenu:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  font-size: 20px;
  z-index: -1;
}
.right-slide-menu ul li.has-submenu:hover:after {
  color: #fbb021;
}
.close-hamburger {
  position: absolute;
  top: 42px;
  right: 28px;
  background: transparent url("../images/close-hamburger.png") no-repeat center;
  width: 40px;
  height: 40px;
  border: 0 none;
  cursor: pointer;
}
.overlay-menu {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
.show-hamburger-menu .overlay-menu {
  display: block;
}
.socila-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .header {
    height: 50px;
  }
  .logo img {
    margin-top: 5px;
    height: 30px;
    display: block;
  }
  .menu {
    width: 50px;
    height: 50px;
  }
  .hamburger {
    margin: 14px auto 0 auto;
  }
  .socila-mobile {
    display: block;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
  }
  .socila-mobile img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 5px auto 0 auto;
  }
  .socila-mobile span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
  }
  .right-sider {
    display: none;
  }
  .right-sider {
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffff;
    top: 52px;
    padding: 20px;
  }
  .brochure span {
    display: none;
  }
  .brochure {
    margin-right: 20px;
    border: 0;
    display: block;
    float: right;
  }
  .right-slide-menu {
    width: 300px;
  }
}
/* Nav Style */
#fp-nav ul li a span {
  background: #b2c6c7;
}
#fp-nav ul li a.active span {
  background: #000;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 6px;
  width: 6px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 6px;
  height: 20px;
  border-radius: 10px;
  margin: -9px 0 0 -2px;
}
#fp-nav ul li:last-child {
  display: none;
}
.scroll-btn {
  position: fixed;
  width: 10px;
  height: 88px;
  right: 25px;
  bottom: 20%;
  z-index: 1;
}
/* Animation for First Page*/
@media screen and (min-width: 767px) {
  /* defines the animation */
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  section:nth-child(1) .first-ele,
  section:nth-child(1) .second-ele,
  section:nth-child(1) .third-ele,
  section:nth-child(1) .fourth-ele {
    opacity: 0;
    -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
    animation: fadeInUp 1s ease-in-out 0s forwards;
  }
  section:nth-child(1) .first-ele {
    --webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  section:nth-child(1) .second-ele {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  section:nth-child(1) .third-ele {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  section:nth-child(1) .fourth-ele {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
}
/* First Page */
section:nth-child(1) {
  background: #dff7f9 url(../images/first-area-bg.png) no-repeat 50% 100%;
}
.first-area .row {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.first-area .col.col-1 {
  width: 425px;
}
.first-area .col.col-2 {
  width: 225px;
}
.tulip.scrollTaxt {
  position: absolute;
  bottom: -20%;
}
.scrollTaxt ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: section;
}
.scrollTaxt ul li {
  font-size: 11px;
  position: relative;
  font-variant: 300;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 10px;
  counter-increment: section;
  -webkit-animation: fadeIn 0.5s linear;
  animation: fadeIn 0.5s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.scrollTaxt ul li:hover {
  padding-left: 25px;
}
.scrollTaxt ul li::before {
  content: "0" counter(section) ". ";
}
/* Set delay per List Item*/
.scrollTaxt ul li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.scrollTaxt ul li:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.scrollTaxt ul li:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.scrollTaxt ul li:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.scrollTaxt ul li:nth-child(5) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.scrollTaxt ul li:nth-child(6) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.scrollTaxt ul li:nth-child(7) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 100px;
  }
  75% {
    opacity: 0.5;
    top: 0px;
  }
  100% {
    opacity: 1;
  }
}
.scrollTaxt a {
  font-size: 12px;
  font-weight: bold;
  color: #ba2284;
  text-decoration: underline;
}
.scrollTaxt a:hover {
  text-decoration: none;
}
.tulip.scrollTaxt img {
  margin-bottom: 10px;
}
.tulip.scrollTaxt ul,
.tulip.scrollTaxt a {
  margin-left: 20px;
}
.content-section h2 {
  font-size: 38px;
  line-height: 44px;
  color: #525252;
  font-weight: 700;
  margin-bottom: 15px;
}
.content-section h2 span {
  color: #00599b;
  display: block;
}
.content-section p {
  font-size: 16px;
  color: #525252;
}
.content-section .btn-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 35px;
  margin-bottom: 60px;
}
.content-section .btn-area .line-btn {
  width: 149px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #0b3758;
  color: #0b3758;
  font-size: 16px;
  font-weight: 600;
  display: block;
  background: transparent;
  margin-right: 10px;
}
.content-section .btn-area .line-btn:hover {
  border: 2px solid #0b3758;
  color: #fff;
  background: #0b3758;
}
.content-section .btn-area .fill-btn {
  width: 149px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #fea502;
  background: #fea502;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.content-section .btn-area .fill-btn:hover {
  border: 2px solid #fea502;
  background: transparent;
  color: #fea502;
}
.counter-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.counter-right {
  margin-left: 20px;
}
.counter-right h3 {
  font-size: 30px;
  line-height: 31px;
  color: #525252;
  font-weight: 700;
  margin-bottom: 0;
}
.counter-right p {
  text-transform: uppercase;
}
.counter-right a {
  font-size: 16px;
  font-weight: bold;
  color: #ba2284;
  text-decoration: underline;
}
.counter-right a:hover {
  text-decoration: none;
}
.down-btn {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.down-btn::after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fea502;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.counter-section .down-btn::after {
  display: none;
}
.counter-section:hover .down-btn::after {
  display: block;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.for-mobileonly {
  display: none;
}
.for-mobileonly img {
  margin: 0 auto;
  display: block;
}
.container .bullet {
}
@media only screen and (max-width: 768px) {
  .for-mobileonly {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
  }
  section:nth-child(1) {
    background: #dff7f9;
  }
  .row {
    flex-wrap: wrap;
  }
  .first-area .col.col-1,
  .first-area .col.col-2 {
    width: 50%;
    box-sizing: border-box;
  }
  .tulip.scrollTaxt {
    position: inherit;
    bottom: 0;
  }
  .content-section h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .content-section .btn-area {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .scroll-btn {
    bottom: 250px;
  }
  .container.first-area {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
@media (orientation: landscape) {
  .scroll-btn {
    bottom: inherit;
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .content-section h2 {
    font-size: 16px;
    line-height: normal;
  }
  .content-section .btn-area .line-btn,
  .content-section .btn-area .fill-btn {
    width: auto;
    font-size: 12px;
    padding: 0 12px;
  }
  .counter-right h3 {
    font-size: 20px;
    margin-top: 0;
  }
  .content-section p {
    font-size: 12px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .first-area .col.col-1,
  .first-area .col.col-2 {
    width: 100%;
    box-sizing: border-box;
  }
  .first-area .col.col-2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .container.first-area {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .first-area .col.col-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .first-area .row {
    flex-direction: column-reverse;
  }
  .scrollTaxt ul {
    display: none;
  }
  .tulip.scrollTaxt img {
    margin-bottom: 0;
    max-width: 174px;
  }
  .counter-right a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .for-mobileonly {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .for-mobileonly {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Section One Animation*/
.section-one > .fp-tableCell h2 {
  transform: translateY(-1000px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
    opacity 0.8s ease-in-out;
}
.section-one.active > .fp-tableCell h2 {
  transform: translateY(0);
  opacity: 1;
}
.section-one > .fp-tableCell p {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
    opacity 0.8s ease-in-out;
}
.section-one > .fp-tableCell p + p {
  transform: translateX(-100%);
}
.section-one > .fp-tableCell p + p + p {
  transform: translateX(0) translateY(0);
  transform: translateY(1000px);
}
.section-one.active > .fp-tableCell p {
  transform: translateX(0);
  opacity: 1;
}
.section-one.active > .fp-tableCell p {
  transition-delay: 0.2s;
}
.section-one.active > .fp-tableCell p + p {
  transition-delay: 0.4s;
}
.section-one.active > .fp-tableCell p + p + p {
  transition-delay: 0.6s;
}
/* second Page */
section:nth-child(2) {
  background: #fff url(../images/second-area-bg.jpg) no-repeat 50% 100%;
}
.second-area .row {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.second-area .col.col-2 {
  width: 225px;
}
.second-area .col.col-1 .scrollTaxt {
  position: absolute;
  bottom: -15%;
}
.second-area .col.col-2 {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  section:nth-child(2) {
    background: #fff;
  }
  .second-area .row {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    align-items: baseline;
  }
  .second-area .col.col-1 {
    width: 30%;
    box-sizing: border-box;
  }
  .second-area .col.col-2 {
    width: 70%;
    box-sizing: border-box;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .second-area .col.col-1 .scrollTaxt {
    position: static;
    bottom: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .second-area .col.col-1,
  .second-area .col.col-2 {
    width: 100%;
  }
  section:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .second-area .col.col-2 {
    margin-top: 15px;
    padding-bottom: 0;
  }
}
/* third Page */
section:nth-child(3) {
  background: #eee url(../images/third-area-bg.png) no-repeat 50% 100%;
}
section:nth-child(3) .fp-tableCell {
  background: url(../images/third-area-bg-top.png) no-repeat 50% 75px;
}
.third-area .row {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.third-area .col.col-1 {
  width: 550px;
}
.third-area .col.col-2 {
  width: 225px;
}
.third-area .col.col-2 .scrollTaxt {
  position: absolute;
  bottom: -22%;
}
@media only screen and (max-width: 1024px) {
  section:nth-child(3) .fp-tableCell {
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  section:nth-child(3) {
    background: #eee;
  }
  section:nth-child(3) .fp-tableCell {
    background: none;
  }
  .third-area .col.col-1 {
    width: auto;
  }
  .third-area .col.col-2 {
    width: auto;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .third-area .col.col-2 .scrollTaxt {
    position: static;
    bottom: inherit;
  }
}
@media only screen and (max-width: 767px) {
  section:nth-child(3) {
    padding-top: 40px;
  }
  .third-area .col.col-1 {
    margin-top: 15px;
  }
  .third-area .col.col-2 {
    margin-top: 0;
  }
}
/* Fourth  Page */
section:nth-child(4) {
  background: #fff;
}
.fourth-area .col.col-1,
.fourth-area .col.col-2 {
  width: 50%;
}
.fourth-area h2 {
  text-align: center;
  font-size: 38px;
  color: #525252;
  font-weight: 700;
  margin-bottom: 50px;
}
.service-list-main {
  padding-right: 100px;
}
.service-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
.service-list:last-child {
  margin-bottom: 0;
}
.service-list .img {
  width: 100px;
}
.service-list .img img {
  width: 100%;
}
.service-list .con {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.service-list h4 {
  color: #525252;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  section:nth-child(4) {
    padding-top: 30px;
  }
  .fourth-area .col.col-1,
  .fourth-area .col.col-2 {
    width: 100%;
    box-sizing: border-box;
  }
  .fourth-area .col.col-1 {
    padding-top: 30px;
  }
  .fourth-area .col.col-2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .fourth-area .col.col-2 img {
    margin: 0 auto;
    display: block;
  }
  .fourth-area h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .service-list h4 {
    font-size: 18px;
  }
  .service-list-main {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  section:nth-child(4) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fourth-area .row {
    flex-direction: column-reverse;
  }
  .service-list-main {
    padding-right: 0;
  }
  .service-list {
    flex-wrap: wrap;
  }
  .service-list .img {
    margin: 0 auto;
  }
  .service-list .con {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .fourth-area .col.col-2 {
    margin-top: 0px;
    padding-bottom: 20px;
  }
}
/* Fifth  Page */
section:nth-child(5) {
  background: #e5e8ff url(../images/fifth-area-bg.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}
section:nth-child(5) .fp-tableCell {
  background: url(../images/fifth-area-bg-top.jpg) no-repeat 80% 75px;
}
.fifth-area .col.col-1 {
  width: 60%;
}
.fifth-area .col.col-2 {
  width: 40%;
}
.dediceted {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-right: 95px;
}
.dediceted .img {
  width: 50%;
  padding-right: 50px;
}
.dediceted .con {
  width: 50%;
  padding-left: 50px;
  border-left: 1px solid #b1b5bb;
}
.dediceted h3 {
  font-size: 38px;
  color: #525252;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 40px;
}
.dediceted p {
  font-size: 16px;
  color: #525252;
}
.dediceted a {
  width: 149px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #0b3758;
  color: #0b3758;
  font-size: 16px;
  font-weight: 600;
  display: block;
  background: transparent;
  margin-top: 15px;
}
.dediceted a:hover {
  border: 2px solid #0b3758;
  color: #fff;
  background: #0b3758;
}
.eficient h2 {
  font-size: 38px;
  color: #525252;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 40px;
}
.eficient a {
  font-size: 16px;
  font-weight: bold;
  color: #0188e0;
  text-decoration: underline;
}
.eficient a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .fifth-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fifth-area .col.col-1 {
    width: auto;
  }
  .fifth-area .col.col-2 {
    margin-top: 30px;
    width: auto;
  }
  .dediceted h3 {
    font-size: 24px;
  }
  .eficient h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  section:nth-child(5) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .fifth-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .dediceted .img {
    width: 120px;
    padding-right: 0;
  }
  .dediceted .con {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    margin-top: 30px;
  }
  .dediceted {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .dediceted a {
    width: auto;
    font-size: 12px;
    display: inline-block;
    padding: 0 15px;
  }
  .dediceted h3 {
    font-size: 18px;
  }
  .dediceted p {
    font-size: 12px;
  }
  .eficient h2 {
    font-size: 18px;
  }
}
/* Footer */
.footer {
  position: relative;
}
.quert-areia {
  position: fixed;
  right: 2px;
  bottom: 10px;
  z-index: 4;
}
.quert-areia img {
  max-width: 160px;
}
.footer-top {
  padding: 50px 0;
}
.footer-top .row {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-top .col-l,
.footer-top .col-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer-top .col-l div,
.footer-top .col-r div {
  padding-right: 50px;
}
.footer-top .col-l div:last-child,
.footer-top .col-r div:last-child {
  padding-right: 0;
}
.footer-top h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
.footer-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-top ul li {
  color: #000000;
  margin: 2px 0;
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.footer-top a {
  color: #000000;
}
.footer-top a:hover {
  color: #fea502;
}
.footer-btm {
  padding: 25px 0;
  border-top: 1px solid #cdd3d8;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer-top .col-r {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .col-l {
    flex-wrap: wrap;
  }
  .footer-top .col-l div,
  .footer-top .col-r div {
    margin-bottom: 15px;
    padding-right: 0;
    width: 100%;
  }
  .footer-top .col-r {
    flex-wrap: wrap;
    margin-bottom: 21px;
  }
  .footer-top {
    padding: 40px 0 0;
  }
  .footer-btm {
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-btm img {
    width: 120px;
    margin-top: 15px;
  }
}
/* ------------------- Product Page Start -----------------*/
.innerPage {
  padding-top: 75px;
}
.product-first {
  background: #fff url("../images/product-first-bg.png") no-repeat 50% 100%;
  background-size: contain;
}
.product-first .container {
  background: url("../images/product-first-img.png") no-repeat 50% 50%;
  padding-top: 110px;
  padding-bottom: 320px;
}
.product-first .col-1 {
  width: 475px;
}
.product-first .col-1 .tulipdesk {
  width: 270px;
  margin-bottom: 20px;
}
.product-first .col-2 {
  width: calc(100% - 475px);
}
.product-hkstar-first {
  background: #fff url("../images/hkstar-first-bg.png") no-repeat 50% 100%;
  background-size: contain;
}
.product-hkstar-first .container {
  background: url("../images/hk-star-first-img.png") no-repeat 50% 50%;
  padding-top: 120px;
  padding-bottom: 320px;
}
.product-hkstar-first .col-1 {
  width: 475px;
}
.product-hkstar-first .col-1 .tulipdesk {
  width: 270px;
  margin-bottom: 20px;
}
.product-hkstar-first .col-1 .hkstar {
  width: 200px;
  margin-bottom: 20px;
}
.product-hkstar-first .col-2 {
  width: calc(100% - 475px);
}
.counter-row {
  display: block;
}
.counter-mian {
  float: right;
  margin-top: 160px;
}
@media screen and (max-width: 1600px) {
  .product-first .container {
    background: url("../images/product-first-img.png") no-repeat 50% 15%;
    padding-top: 50px;
  }
  .product-hkstar-first .container {
    background: url("../images/hk-star-first-img.png") no-repeat 50% 48%;
    padding-top: 90px;
  }
  .counter-mian {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .product-first .container {
    background: url(../images/product-first-img.png) no-repeat 50% 19px;
    padding-top: 24px;
    padding-bottom: 209px;
    background-size: contain;
  }
  .product-hkstar-first .container {
    background: url("../images/hk-star-first-img.png") no-repeat 50% 19px;
    padding-top: 24px;
    padding-bottom: 209px;
    background-size: contain;
  }

  .product-first .col-1 .tulipdesk {
    width: 200px;
  }
  .counter-mian {
    margin-top: 42px;
  }
  .counter-right {
    margin-right: 112px;
  }
}
@media screen and (max-width: 1023px) {
  .product-first .col-1,
  .product-hkstar-first .col-1 {
    width: 100%;
  }
  .counter-mian {
    margin-top: 15px;
  }
  .counter-right {
    margin-right: 0;
  }
  .product-first,
  .product-hkstar-first {
    padding-top: 10px;
  }
  .product-first .container,
  .product-hkstar-first .container {
    background: none;
    padding-top: 25px;
    padding-bottom: 155px;
  }
  .product-first .col-1 .tulipdesk {
    width: 170px;
    margin-bottom: 0;
  }
  .counter-mian {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-first .container,
  .product-hkstar-first .container {
    padding-top: 0;
    padding-bottom: 57px;
  }
}
/* product-Second */
.product-Second {
  background: #ffc92d url("../images/product-second-bg.jpg") no-repeat 50% 100%;
  background-size: contain;
}
.product-Second .product-Second-middle {
  background: url("../images/product-second-middle-bg.jpg") no-repeat 100% 50%;
  background-size: 70% auto;
}
.hkstar-Second {
  background: #331e53 url("../images/hkstar-second-bg.png") no-repeat 50% 100%;
  background-size: contain;
}
.hkstar-Second .hkstar-Second-middle {
  background: url("../images/hkstar-second-middle-bg.jpg") no-repeat 100% 50%;
  background-size: 70% auto;
  color: #fff;
}
.hkstar-Second .container {
  background: url("../images/round.png") no-repeat 0 0;
  background-position: 35px 0;
  padding-top: 5px;
  padding-bottom: 150px;
}
.hkstar-Second .first-apnel {
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}
.hkstar-Second .first-apnel p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
}
.hkstar-Second .first-apnel h3 {

}
.hkstar-Second .first-apnel h3 strong {

}
.hkstar-Second .first-apnel h3 strong:after {
  /*background: url("../images/thin-line1.png") no-repeat 0 0;
  width: 194px;
  height: 11px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;*/
}
.hkstar-Second .inner-admin {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 50px;
}
.product-Second .container {
  background: url("../images/round.png") no-repeat 0 0;
  background-position: 35px 0;
  padding-top: 5px;
  padding-bottom: 155px;
}
.product-Second .first-apnel {
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}
.product-Second .first-apnel p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.product-Second .first-apnel h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 40px;
}
.product-Second .first-apnel h3 strong {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.product-Second .first-apnel h3 strong:after {
  background: url("../images/thin-line.png") no-repeat 0 0;
  width: 194px;
  height: 11px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
}
.product-Second .inner-admin {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 50px;
}
.product-Second .inner-admin .col-1 .admin-mbile {
  padding-right: 20px;
  width: 290px;
}
.admin-mbile-slide {
  width: 100%;
  position: relative;
  height: 100%;
}
.product-Second .inner-admin .col-1 .admin-mbile-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: url("../images/admin-mobile.png") center center no-repeat;
  background-size: auto;
  background-size: contain;
  z-index: 2;
}
.product-Second .inner-admin .col-1 .admin-mbile-slide {
  padding: 34px 14px 20px 15px;
  border-radius: 50px;
  overflow: hidden;
}
.product-Second .inner-admin h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
/*.product-Second .inner-admin ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product-Second .inner-admin ul li {
  width: 45%;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.product-Second .inner-admin ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #010101;
}
.product-Second .inner-admin ul li:hover {
  transform: scale(0.9);
}
.product-Second .inner-admin ul li .img {
  width: 75px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 2px solid #b28c1f;
}
.product-Second .inner-admin ul li .con {
  width: calc(100% - 75px);
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-Second .inner-admin ul li .con h6 {
  font-size: 16px;
  font-weight: bold;
}*/
.enquire-box-content {
  /*width:500px;*/
  max-width: 1000px;
  display: none;
}
.enquire-box-content h2 {
  margin: 0 0 0 0;
  padding: 4px 0 8px 0;
  font-size: 22px;
  font-weight: bold;
  color: #05074a;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}
.enquire-box-content ul {
  list-style-type: circle !important;
  margin-left: 24px;
  font-size: 20px;
}
.enquire-box-content .owl-nav {
  margin-top: 0px;
}
.enquire-box-content .owl-nav .owl-prev {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 10px !important;
  background: url(../images/works-prev.png) no-repeat 45% 50% #908ed4 !important;
  font-size: 0 !important;
  left: 0;
}
.enquire-box-content .owl-nav .owl-next {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 10px !important;
  background: url(../images/works-next.png) no-repeat 45% 50% #908ed4 !important;
  font-size: 0 !important;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .product-Second .container,
  .hkstar-Second .container {
    background: none;
  }
  .product-Second .first-apnel,
  .hkstar-Second .first-apnel {
    padding-left: 0;
    padding-right: 0;
  }
  .product-Second .inner-admin,
  .hkstar-Second .inner-admin {
    padding-left: 0;
    padding-right: 0;
  }
  .product-Second .inner-admin .col-1 .admin-mbile,
  .hkstar-Second .inner-admin .col-1 .admin-mbile {
    padding-left: 0;
    padding-right: 0;
  }
  .enquire-box-content .owl-nav .owl-prev {
    width: 25px;
    height: 25px;
    background-size: 10px 10px !important;
    border-radius: 100%;
  }
  .enquire-box-content .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    background-size: 10px 10px !important;
    border-radius: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .product-Second,
  .hkstar-Second {
    padding-top: 25px;
  }
  .product-Second .container,
  .hkstar-Second .container {
    background: none;
    padding-bottom: 102px;
  }
  .product-Second .first-apnel,
  .hkstar-Second .first-apnel {
    padding-left: 0;
    padding-right: 0;
  }
  .product-Second .inner-admin,
  .hkstar-Second .inner-admin {
    padding-left: 0;
    padding-right: 0;
  }
  .product-Second .inner-admin .col-1 div.admin-mbile,
  .hkstar-Second .inner-admin .col-1 div.admin-mbile {
    padding-right: 0;
    margin: 0 auto;
  }
  .product-Second .first-apnel h3,
  .hkstar-Second .first-apnel h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .product-Second .inner-admin .col-1,
  .hkstar-Second .inner-admin .col-1 {
    width: 290px;
    box-sizing: border-box;
  }
  .product-Second .inner-admin .col-2,
  .hkstar-Second .inner-admin .col-2 {
    padding-top: 25px;
    width: calc(100% - 290px);
    box-sizing: border-box;
  }
  .product-Second .inner-admin h4,
  .hkstar-Second .inner-admin h4 {
    margin-left: 40px;
  }
  .product-Second .inner-admin ul,
  .hkstar-Second .inner-admin ul {
    margin-left: 40px;
  }
  .product-Second .inner-admin ul li,
  .hkstar-Second .inner-admin ul li {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
  }
  .product-Second .inner-admin h4,
  .hkstar-Second .inner-admin h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-Second .inner-admin ul li .img,
  .hkstar-Second .inner-admin ul li .img {
    width: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-Second .first-apnel p,
  .hkstar-Second .first-apnel p {
    font-size: 16px;
  }
  .product-Second .first-apnel h3,
  .hkstar-Second .first-apnel h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .product-Second .inner-admin h4,
  .hkstar-Second .inner-admin h4 {
    font-size: 20px;
  }
  .product-Second .inner-admin ul li,
  .hkstar-Second .inner-admin ul li {
    width: 100%;
  }
  .product-Second .inner-admin .col-2,
  .hkstar-Second .inner-admin .col-2 {
    width: 100%;
  }
  .product-Second .inner-admin h4,
  .hkstar-Second .inner-admin h4 {
    margin-left: 0;
  }
  .product-Second .inner-admin ul,
  .hkstar-Second .inner-admin ul {
    margin-left: 0;
  }
  .product-Second .container,
  .hkstar-Second .container {
    padding-bottom: 54px;
  }
  .product-Second .first-apnel h3 strong:after,
  .hkstar-Second .first-apnel h3 strong:after {
    width: 116px;
    height: 12px;
    background-size: contain;
  }
}
@media screen and (max-width: 576px) {
  .product-Second .inner-admin .col-1,
  .hkstar-Second .inner-admin .col-1 {
    width: 230px;
  }
  .product-Second .inner-admin .col-1 div.admin-mbile,
  .hkstar-Second .inner-admin .col-1 div.admin-mbile {
    width: 230px;
    background: none;
  }

  .product-Second .inner-admin .col-1 .admin-mbile-slide,
  .hkstar-Second .inner-admin .col-1 .admin-mbile-slide {
    padding: 34px 11px 20px 11px;
  }
}
/* Product Third */
.product-third {
  background: #fff url("../images/product-third-bg.jpg") no-repeat 50% 100%;
  background-size: cover;
}
.product-third .container {
  padding-top: 100px;
}
.product-third .col-1 {
  width: 50%;
}
.product-third .col-2 {
  width: 50%;
}
.service-con h3 {
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  color: #525252;
  padding-top: 20px;
}
.service-con p {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #525252;
}
.service-con ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.service-con ul li {
  width: 33.33%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 2px;
}
.service-con ul li:hover {
  transform: scale(0.9);
}
.service-con ul li a {
  color: #09375a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.service-con ul li .img {
  width: 40px;
}
.service-con ul li .con {
  width: calc(100% - 40px);
  padding-left: 8px;
}
.service-con .con p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.vid-testi {
  width: 100%;
}
.vid-testi .col {
  width: 33.33%;
  text-align: center;
  margin-bottom: 100px;
}
.vid-testi .col iframe {
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 1023px) {
  .product-third {
    background-size: 100% 100%;
  }
  .product-third .row {
    flex-direction: column-reverse;
  }
  .product-third .col-1,
  .product-third .col-2 {
    width: 100%;
    box-sizing: border-box;
  }
  .product-third .col-2 img {
    margin: 0 auto;
    display: block;
  }
  .product-third .container {
    padding-top: 15px;
  }
  .service-con h3 {
    font-size: 24px;
  }
  .service-con ul {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-con ul li .img {
    width: 50px;
  }
  .service-con h3 {
    font-size: 20px;
    margin-top: 25px;
  }
  .product-third .col-1 {
    margin-top: 25px;
  }
  .service-con p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .service-con ul li {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .service-con ul li p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .vid-testi .col {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* Product Fourth */
.product-fourth {
  background: #fff url("../images/product-fourth-bg.png") no-repeat 50% 100%;
  padding-top: 100px;
  padding-bottom: 245px;
}
.product-fourth .row {
  align-items: center;
}
.product-fourth .col-1 {
  width: 50%;
}
.product-fourth .col-2 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .product-fourth {
    padding-top: 50px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .product-fourth {
    padding-top: 0;
    padding-bottom: 90px;
  }
  .product-fourth .col-1,
  .product-fourth .col-2 {
    width: 100%;
    box-sizing: border-box;
  }
  .product-fourth .col-1 img {
    margin: 0 auto;
    display: block;
  }
  .product-fourth {
    padding-bottom: 40px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .product-fourth {
    padding-bottom: 10px;
  }
}
/* Product Fourth */
.product-fiftth {
  background: #fff url("../images/product-fiftth-bg.png") no-repeat 50% 15%;
  padding-top: 100px;
  padding-bottom: 150px;
}
.product-fiftth .fifth-top h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 90px;
  text-align: center;
}
.product-fiftth .fifth-top h3 span {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.product-fiftth .fifth-top h3 span:after {
  background: url("../images/thin-line.png") no-repeat 0 0;
  width: 194px;
  height: 11px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
}
.fifth-btm ul li {
  padding: 5px;
}
.fifth-btm ul li .holder {
  background: #fff;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
}
.fifth-btm ul .owl-item:nth-child(2n + 2) .item {
  margin-top: 50px;
}
.fifth-btm ul li .img,
.fifth-btm ul li .img img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.fifth-btm ul li .con {
  margin-top: 15px;
  margin-bottom: 15px;
}
.fifth-btm ul li .con h3 {
  font-weight: 700;
  font-size: 20px;
  color: #908ed4;
}
.fifth-btm ul li .con p {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.fifth-btm ul li .con-details p {
  color: #525252;
  margin-bottom: 15px;
  font-weight: 300;
}
.fifth-btm ul li .con-details p:last-child {
  margin-bottom: 0;
}
.fifth-btm .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.fifth-btm .owl-carousel button.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #b2c6c7;
  margin: 0 5px;
}
.fifth-btm .owl-carousel button.owl-dot.active span {
  background: #000;
}

.btm ol li,
.btm ul li {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .product-fiftth {
    padding-top: 20px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .pad90 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fifth-btm ul li .holder {
    margin-bottom: 32px;
  }
  .fifth-btm ul .owl-item:nth-child(2n + 2) .item {
    margin-top: 0;
  }
  .product-fiftth {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-fiftth .fifth-top h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .fifth-btm .owl-dots {
    bottom: -17px;
  }
}
@media screen and (max-width: 767px) {
  .fifth-btm ul li .holder {
    text-align: center;
    margin-bottom: 32px;
  }
  .fifth-btm ul li .img,
  .fifth-btm ul li .img img {
    margin: 0 auto;
  }
  .product-fiftth .fifth-top h3 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: normal;
  }
  .product-fiftth .fifth-top h3 span {
    margin-top: 8px;
  }
  .fifth-btm ul li .con h3 {
    font-size: 18px;
  }
  .fifth-btm ul li .con p {
    font-size: 16px;
  }
  .product-fiftth .fifth-top h3 span:after {
    width: 114px;
    height: 11px;
    background-size: contain;
  }
  .fifth-btm .owl-dots {
    bottom: 9px;
  }
}
/* product-Last */
.product-last {
  background: #eff1f5 url("../images/product-last-bg.png") no-repeat 50% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-last .col-1 {
  width: 50%;
}
.product-last .col-2 {
  width: 50%;
}
.product-last h3 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}
.product-last h3 span {
  color: #bb2183;
}
.product-last h5 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}
.product-last .col-1 div {
  padding-right: 100px;
}
.forminput form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.forminput .inputbox {
  position: relative;
  width: 48%;
  height: 50px;
  margin-bottom: 5px;
  box-sizing: border-box;
  margin-right: 10px;
}
.forminput .inputbox:nth-child(2n + 2) {
}
.forminput .inputbox input,
.forminput .inputbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 2px solid #0b3758;
  outline: none;
  background: none;
  padding: 10px;
  font-size: 13px;
  box-sizing: border-box;
}
.forminput .inputbox select option {
  background-color: #cccccc;
  height: 40px;
}
.forminput .inputbox:last-child {
  margin-bottom: 0;
}
.forminput .inputbox span {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 12px;
  transition: 0.6s;
  pointer-events: none;
}
.forminput .inputbox input:focus ~ span,
.forminput .inputbox input:valid ~ span {
  transform: translateX(-13px) translateY(-21px);
  font-size: 10px;
  background: #eff1f5;
}
.forminput .inputbox [type="button"] {
  width: 50%;
  background: var(--primary-color);
  color: #fff;
  border: #fff;
  cursor: pointer;
  height: 38px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
}
.forminput .inputbox:hover [type="button"] {
  background: var(--tertiary-color);
}
#datepicker {
  background: #eff1f5 url("../images/datapciker.png") no-repeat right 10px top
    7px;
}
sup {
  font-size: 60%;
}
@media screen and (max-width: 1023px) {
  .product-last .col-1,
  .product-last .col-2 {
    width: 100%;
  }
  .product-last {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-last h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .product-last h5 {
    font-size: 20px;
    line-height: normal;
  }
  .product-last p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .product-last h3 {
    font-size: 20px;
  }
  .product-last .col-1 div {
    padding-right: 0;
  }
  .forminput .inputbox {
    width: 100%;
    margin-right: 0;
  }
}
/* --------- About Us---------------- */
.innerPage h1 {
  font-size: 32px;
  line-height: normal;
  color: #03045e;
  font-weight: 700;
  margin-bottom: 30px;
}

.innerPage h2 {
  font-size: 28px;
  line-height: normal;
  color: #525252;
  font-weight: 700;
  margin-bottom: 20px;  
}

@media only screen and (max-width:767px){
 .innerPage h2 { 
    font-size: 22px;
  }
}

.innerPage h3 {
    font-size: 24px;
    line-height: normal;
    color: #525252;
    font-weight: 500;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px){
 .innerPage h3 { 
    font-size: 20px;
  }
}


.innerPage h4 {
  font-size: 22px;
  line-height: normal;
  color: #525252;
  font-weight: 400;
  margin: 20px 0;
}


.image-wrap-right img{
  float:right;
  max-width:400px;
  margin:0 0 10px 20px;
  height:auto;
}

/* Mobile – no wrapping, full width */
@media only screen and (max-width:767px){
  .image-wrap-right img{
    float:none;
    display:block;
    width:100%;
    max-width:100%;
    margin:0 0 15px 0;
  }
}


.image-wrap-left-media{
  float:left;
  max-width:320px;
  margin:0 20px 10px 0;
  text-align:center;
}

.image-wrap-left-media img{
  width:100%;
  height:auto;
  display:block;
}

.profile-linkedin{
  margin-top:6px;
}

.profile-linkedin .fa{
  color:#3b5998;
}

/* full width block */
.about-second-full{
  width:100%;
  clear:both;
  padding-top: 20px;
}

/* remove default browser bullets and inline behavior */
.about-second .about-second-list{
  list-style:none;
  padding-left:0;
  margin-left:0;
  margin-bottom: 30px;
}

.about-second .about-second-list li{
  display:block;
  width:100%;
}

.normal-list li{
  font-size: 16px;
  display:block;
  width:100%;
}
.normal-list li::before{
  top: 6px !important;
}


.about-second ul.tick-list li:before{
  content:"✔";
  color:#0ca402;
  font-weight:600;
  background: none;
  top: 2px;
}



/* footer center aligned CTA */

.footer-cta{
  text-align:center;
}

.footer-cta-btn-wrap{
  text-align:center;
}


.egov-block{
  width:100%;
}
@media (max-width: 991px){
  .egov-block{
    text-align:left;
  }
}
.gov-bg{
  background:#e0eef7 url(../images/about-sixth-bg.jpg) no-repeat right bottom;
}
.gov-capabilities{
  padding:50px 0;
}

.gov-3col-wrap{
  display:flex;
  gap:30px;
  align-items:flex-start;
}

/* columns */
.gov-col{
  flex:1 1 33.333%;
  padding:0 25px;
  position:relative;
}

/* 1px vertical line between columns */
.gov-col:not(:last-child)::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:1px;
  height:100%;
  background:rgba(0,0,0,0.12);
}

/* replaces inline font-weight */
.list-light{
  font-weight:300!important;
}

/* Responsive */
@media (max-width: 991px){
  .gov-3col-wrap{
    flex-direction:column;
  }

  .gov-col{
    padding:0;
  }

  .gov-col:not(:last-child)::after{
    display:none;
  }
}

/* Mobile – full width, no text wrapping */
@media only screen and (max-width:767px){
  .image-wrap-left img{
    float:none;
    display:block;
    width:100%;
    max-width:100%;
    margin:0 0 15px 0;
  }
}

hr{
  border:0;
  height:1px;
  background:#cacaca;
  margin:50px 0;
}


.about-first .top {
  padding-top: 80px;
  /*padding-left: 90px;
    padding-right: 90px;*/
  position: relative;
}
.about-first .top img {
  width: 100%;
  margin-bottom: 30px;
}
.about-first .top-title {
  padding: 12px 15px;
  border: 2px solid #000;
  position: absolute;
}
.about-first .top-title h2 {
  font-size: 30px;
  line-height: normal;
  color: #525252;
  font-weight: 500;
  margin-bottom: 0px;;
}
.about-first .btm {
  padding-top: 70px;
  /*padding-left: 190px;
    padding-right: 190px;*/
  padding-bottom: 20px;
  overflow: hidden;
}
.about-first .btm h2 {
  font-size: 30px;
  line-height: normal;
  color: #525252;
  font-weight: 500;
  margin-bottom: 25px;
}
.about-first .btm p {
  font-size: 16px;
  font-weight: 300;
}
.about-first .btm h4 {
  font-size: 30px;
  line-height: normal;
  color: #525252;
  font-weight: 300;
  margin: 30px 0;
}
.about-first .btm h4 span {
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .about-first .top {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-first .top-title h2 {
    font-size: 24px;
  }
  .about-first .btm h2 {
    font-size: 24px;
  }
  .about-first .btm h4 {
    font-size: 24px;
  }
  .about-first .btm {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-first .top-title h2 {
    font-size: 20px;
  }
  .about-first .btm h2 {
    font-size: 20px;
  }
  .about-first .btm p {
  }
  .about-first .btm h4 {
    font-size: 20px;
  }
  .about-first .top-title {
    padding: 5px;
    border: 1px solid #000;
    position: inherit;
    text-align: center;
  }
}
/* about-second */
.about-second {
  margin-bottom: 20px;
  text-align: left;
}
.about-second p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
}
.about-second-top {
  margin-bottom: 40px;
}
.about-second .row {
  align-items: left;
}
.about-second ul {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: left;
  -webkit-justify-content: left;
  flex-wrap: wrap;
}
.about-second ul li {
  position: relative;
  padding-left: 20px;
  color: #525252;
  width: 100%;
}
.about-second ul li:before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #fca508;
  border-radius: 100%;
  content: "";
}
.about-second .col-1 {
  width: 50%;
  box-sizing: border-box;
}
.about-second .col-2 {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.about-second .con-area {
  position: relative;
  padding: 40px 35px;
  box-sizing: border-box;
  text-align: center;
}
.about-second .con-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: #fff;
  content: "";
}
.con-area p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
}
.fancybox-skin {
  color: #000 !important;
}
.certificates img {
  border: 4px dotted #dfdfdf;
  cursor: pointer;
  width: 47%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
.certificates img:nth-child(even) {
  float: right;
  margin-right: 0;
}
.querybutton {
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .about-second h2 {
    font-size: 24px;
    margin-bottom: 20px;
	font-weight:700;
  }
  .about-second h4 {
    font-size: 24px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-second-top {
    margin-bottom: 20px;
  }
  .about-second {
    margin-bottom: 20px;
  }
  .about-second h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  .about-second h4 {
    font-size: 20px;
  }
  .about-second .col-1 {
    width: auto;
  }
  .about-second .col-2 {
    width: auto;
    margin-top: 15px;
  }
  .about-second ul {
    font-size: 18px;
  }
  .querybutton {
    margin-top: 20px;
  }
}
/* about-third */
.about-third {
  margin-bottom: 20px;
}
.about-third h2 {
  font-size: 28px;
  line-height: normal;
  color: #525252;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-third .col-1 {
  width: 35%;
}
.about-third .col-2 {
  width: 65%;
}
.about-third .row {
  flex-direction: row-reverse;
  align-items: center;
}
.about-third h4,
.prothom h4 {
  font-size: 20px;
  line-height: normal;
  color: #525252;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .about-third .row {
    flex-direction: column;
  }
  .about-third .col-1,
  .about-third .col-2 {
    width: auto;
  }
  .about-third .col-2 {
    margin-top: 20px;
  }
  .about-third h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-third .col-1,
  .about-third .col-2 {
    width: auto;
  }
  .about-third h2 {
    font-size: 20px;
  }
  .about-third {
    margin-bottom: 30px;
  }
  .about-third h4,
  .prothom h4 {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* about-fourth */
.about-fourth .col-1 {
  width: 35%;
}
.about-fourth .col-2 {
  width: 65%;
}
.about-fourth .row {
  flex-direction: row;
}
.about-fourth ul {
  font-size: 16px;
  /*display: flex;
    flex-wrap: wrap;*/
}
.about-fourth ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #010101;
  /* width: 50%;*/
  box-sizing: border-box;
}
.about-fourth ul li:before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #fca508;
  border-radius: 100%;
  content: "";
}
@media screen and (max-width: 1023px) {
  .about-fourth .row {
    flex-direction: column;
  }
  .about-fourth .col-1,
  .about-fourth .col-2 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-fourth ul {
    font-size: 16px;
  }
  .about-fourth ul li {
    width: 100%;
  }
}
/* about-fifth */
.about-fifth {
  background: #063757 url("../images/history-bg-main.png") no-repeat 50% 50%;
  color: #fff;
}
.about-fifth-top {
  background: url("../images/history-bg-tp.jpg") repeat-x 0 0;
}
.about-fifth-btm {
  background: url("../images/history-bg-btm.jpg") repeat-x 0 100%;
}
.about-fifth .container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-fifth-con {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.about-fifth-con h2 {
  font-size: 30px;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.timeline {
  position: relative;
  margin: 40px auto 0 auto;
  max-width: 800px;
}
.timeline:before {
  content: "";
  position: absolute;
  height: 100%;
  border: 1px solid #fff;
  right: 40px;
  top: 0;
  z-index: 1;
}
.timeline:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 14px;
  background: rgba(4, 32, 53, 0.7);
  right: 50%;
  top: 0;
  border-radius: 10px;
  right: calc(50% - 6px);
}
@media screen and (min-width: 767px) {
  .timeline {
    padding: 0rem;
  }
  .timeline:before {
    left: calc(50% - 1px);
    right: auto;
  }
  .timeline:before {
    border: 0;
    border-right: 1px solid #fff;
  }
}
.timeline__item {
  padding: 30px;
  position: relative;
  margin: 1rem 3rem 1rem 1rem;
  clear: both;
  background: #fab025;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}
.timeline__item:after,
.timeline__item:before {
  content: "";
  position: absolute;
}
.timeline__item::before {
  right: -37px;
  top: calc(50% - 1px);
  border: 1px solid #fff;
  width: 34px;
  z-index: 1;
}

.top-social-panel ul {
  display: flex;
  margin-top: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 5px;
  margin-right: 40px;
}
.top-social-panel ul li {
  margin-right: 10px;
  font-size: 18px;
}
.top-social-panel ul li a {
  background-color: #f1f1f1;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
}
.top-social-panel ul li a {
  color: #3b5998;
}
.footer-top a:hover {
  color: #34ad2d;
}


.footer-top a:hover {
  color: #34ad2d;
}
@media screen and (min-width: 767px) {
  .timeline__item {
    width: 44%;
    margin: -40px -50px 0 -50px;
  }
  .timeline__item:nth-of-type(2n) {
    float: right;
    margin: -40px -50px 0 -50px;
  }
  .timeline__item:nth-of-type(2n):before {
    right: auto;
    left: -37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .timeline__item {
    width: 35%;
    margin: -40px 0px 0 0px;
  }
  .timeline__item:nth-of-type(2n) {
    margin: -40px 0px 0 0;
  }
}
.timeline__item--year {
  text-align: center;
  max-width: 55px;
  margin: 0 48px 0 auto;
  font-size: 15px;
  color: #063757;
  background: #fff;
  border-image: none;
  border-radius: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border: 0;
  position: relative;
  z-index: 2;
}
.timeline__item--year:before {
  display: none;
}
@media screen and (min-width: 700px) {
  .timeline__item--year {
    text-align: center;
    margin: 0 auto;
  }
  .timeline__item--year:nth-of-type(2n) {
    float: none;
    margin: 0 auto;
    border-image: none;
  }
  .timeline__item--year:nth-of-type(2n):before {
    display: none;
  }
}
.timeline__title {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.timeline__blurb {
  line-height: 1.5;
  font-size: 1rem;
  margin: 0.5rem 0 0;
}
.timeline__title b {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .about-fifth .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about-fifth-con h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-fifth-con {
    width: 100%;
  }
  .about-fifth-con h2 {
    font-size: 20px;
  }
  .timeline:before {
    right: 7px;
  }
  .timeline:after {
    right: 3px;
  }
  .timeline__item {
    padding: 20px;
    margin: 1rem 3rem 1rem 0;
  }
  .timeline__item--year {
    margin: 0 -20px 0 auto;
    padding: 0;
  }
  .timeline__title {
    font-size: 12px;
  }
}
/* about-sixth */
.about-sixth {
  padding-bottom: 20px;
}
.sixith-top {
  padding-left: 190px;
  padding-right: 190px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-sixth h2 {
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 20px;
}
.sixith-top p {
  font-size: 16px;
  margin-bottom: 20px;
}
.sixith-top p:last-child {
  margin-bottom: 0;
}
.about-sixth h4 {
  font-size: 20px;
  line-height: normal;
  color: #525252;
  font-weight: 400;
  margin-bottom: 15px;
}
.about-sixth .col-1,
.about-sixth .col-2 {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.about-sixth .con-area {
  position: relative;
  height: 100%;
  padding: 40px 35px;
  box-sizing: border-box;
  background: #e0eef7 url("../images/about-sixth-bg.jpg") no-repeat right bottom;
  margin-top: 30px;
  border-radius: 12px;
}
.about-sixth .con-area p {
  margin-top: 20px;
  font-weight: 300;
}
.clients-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}
.clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 16.3%;
  line-height: 50px;
  text-align: left;
  padding: 2px !important;
}
.clients-wrap ul li:before {
  background: none;
}
.clients-wrap ul li img{
  max-width: 90%;;
}
@media screen and (max-width: 1023px) {
  .sixith-top {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-sixth h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-sixth {
    padding-bottom: 40px;
  }
  .about-sixth h2 {
    font-size: 20px;
  }
  .about-sixth .col-1 {
    width: auto;
  }
  .about-sixth .col-2 {
    width: auto;
    margin-top: 15px;
  }
  .clients-wrap ul li {
    width: 24%;
  }
}
/* about-seventh */
.about-seventh {
  margin-bottom: 70px;
  text-align: center;
}
.about-seventh .container div {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.about-seventh .container div img {
  margin: 0 15px;
}
.about-seventh h2 {
  font-size: 30px;
  line-height: normal;
  color: #525252;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-seventh h2 {
    font-size: 20px;
  }
  .about-seventh {
    margin-bottom: 40px;
  }
  .about-seventh .container div img {
    margin: 5px 0;
  }
}
/* Contact Us */
.contact-first .btm-area {
  padding-top: 75px;
  /*padding-left: 100px;
    padding-right: 70px;*/
}
.contact-first .btm-area .row {
  align-items: center;
}
.contact-first .btm-area .col-1 {
  width: 50%;
}
.contact-first .btm-area .col-2 {
  width: 50%;
}
.contact-first .btm-area h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact-first .btm-area li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin: 5px 0;
  display: block;
}
.contact-first .btm-area a {
  text-decoration: underline;
  color: #010101;
}
.contact-first .btm-area a:hover {
  text-decoration: none;
  color: #fc4e38;
}
@media screen and (max-width: 1279px) {
  .contact-first .btm-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contact-first {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-first .btm-area h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-first .btm-area .col-1 {
    width: 100%;
  }
  .contact-first .btm-area .col-2 {
    width: 100%;
    margin-top: 30px;
  }
  .contact-first .btm-area .col-2 img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact-first .btm-area {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-first {
    padding-bottom: 20px;
  }
  .contact-first .btm-area h3 {
    font-size: 20px;
  }
  .contact-first .col-1 {
    width: 100%;
  }
  .contact-first .col-2 {
    width: 100%;
  }
  .contact-first .btm-area li {
    font-size: 12px;
  }
}
.contact-second {
  /*padding-top: 60px;*/
  padding-bottom: 0;
}
.contact-second .container .cin {
  border: 1px solid #bebebf;
  padding: 30px;
}
.contact-second .container .cin .row {
  align-items: center;
  justify-content: start;
  -webkit-justify-content: start;
}
.contact-second h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  padding-left: 50px;
}
.contact-second p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 50px;
}
@media screen and (max-width: 1279px) {
  .contact-second h3 {
    padding-left: 0;
  }
  .contact-second p {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contact-second {
    /*padding-top: 20px;*/
    padding-bottom: 20px;
  }
  .contact-second h3 {
    font-size: 24px;
  }
  .contact-second .container .cin .row {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contact-second {
    padding-bottom: 0px;
  }
  .contact-second h3 {
    font-size: 20px;
  }
  .contact-second .container .cin {
    padding: 20px;
  }
  .contact-second .col-1 {
    width: auto;
  }
  .contact-second .col-2 {
    width: auto;
  }
  .contact-second p {
    font-size: 12px;
  }
  .prothom {
    order: 2;
  }
  .dwitiyo {
    order: 1;
  }
}
.contact-third {
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-third .con-area {
  padding-left: 50px;
  padding-right: 50px;
}
.contact-third .row {
  align-items: center;
}
.contact-third .col-1 {
  width: 60%;
}
.contact-third .col-2 {
  width: 40%;
}
.contact-third h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-third p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.contact-third p strong {
  display: block;
  font-weight: bold;
}
.contact-third a {
  text-decoration: underline;
  color: #010101;
}
.contact-third a:hover {
  text-decoration: none;
  color: #fc4e38;
}
.con-area img {
  margin-top: 2px;
}
@media screen and (max-width: 1279px) {
  .contact-third .con-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contact-third {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-third h3 {
    font-size: 24px;
  }
  .contact-third .col-1 {
    width: 100%;
  }
  .contact-third .col-2 {
    width: 100%;
    margin-top: 25px;
  }
  .contact-third .col-1 img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact-third {
    padding-bottom: 40px;
  }
  .contact-third h3 {
    font-size: 20px;
  }
  .contact-third .col-1 {
    width: auto;
  }
  .contact-third .col-2 {
    width: auto;
  }
  .contact-third p {
    font-size: 12px;
  }
}
.contact-last {
  background: #eff1f5 url("../images/product-last-bg.png") no-repeat 50% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-last .row {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-last .col-1,
.contact-last .col-2 {
  padding-right: 50px;
}
.contact-last h3 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact-last h5 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact-last p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.contact-last p strong {
  font-size: 16px;
}
.contact-last p strong {
  display: block;
  font-weight: bold;
}
.contact-last a {
  text-decoration: underline;
  color: #010101;
}
.contact-last a:hover {
  text-decoration: none;
  color: #fc4e38;
}
@media screen and (max-width: 1279px) {
  .contact-last .col-1,
  .contact-last .col-2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contact-last {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-last h3 {
    font-size: 24px;
  }
  .contact-last h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-last {
    padding-bottom: 40px;
  }
  .contact-last h3 {
    font-size: 20px;
  }
  .contact-last .col-1 {
    width: auto;
  }
  .contact-last .col-2 {
    width: auto;
  }
  .contact-last .col-3 {
    width: auto;
  }
  .contact-last h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact-last p {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .clients-wrap ul li {
    width: 48%;
    line-height: 25px;
  }
  .about-third {
    overflow-x: hidden;
  }
  .contact-first {
    overflow-x: hidden;
  }
}




/* new page css */

.hero-banner{
  width:100%;
  background:#ffffff;
  padding:5px 0 60px 0;
}

.hero-container{
  max-width:1140px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  min-height: 400px;
}

.hero-left{
  flex:1 1 50%;
}

.hero-logo{
  max-width:180px;
  width:100%;
  height:auto;
  margin-bottom:10px;
}

.hero-left h1{
  font-size:42px;
  line-height:1.2;
  margin:0 0 16px 0;
}

.hero-left p{
  font-size:18px;
  line-height:1.6;
  margin:0;
  max-width:520px;
}

.hero-right{
  flex:1 1 50%;
  display:flex;
  justify-content:flex-end;
}

.hero-image{
  max-width:100%;
  height:auto;
  display:block;
}

/* Responsive */

@media (max-width: 991px){
  .hero-container{
    flex-direction:column;
    text-align:center;
  }

  .hero-right{
    justify-content:center;
  }

  .hero-left p{
    margin-left:auto;
    margin-right:auto;
  }
}

@media (max-width: 575px){
  .hero-left h1{
    font-size:32px;
  }

  .hero-left p{
    font-size:16px;
  }

  .hero-logo{
    max-width:140px;
  }
}



/* Second panel */

.second-panel{
  width:100%;
  background-color:#e0eef7;
  padding:70px 0;
}

.second-panel-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  align-items:center;
  gap:60px;
}

.second-panel-image{
  flex:1 1 35%;
}

.second-panel-image img{
  width:80%;
  height:auto;
  display:block;
  border-radius:12px;
}

.second-panel-content{
  flex:1 1 65%;
}

.second-panel-content h3{
  font-size:26px;
  line-height:1.25;
  margin:0 0 18px 0;
}

.second-panel-content p{
  font-size:18px;
  line-height:1.7;
  margin:0 0 16px 0;
  max-width:620px;
}

.second-panel-content p:last-child{
  margin-bottom:0;
}


.morePadding{ 
  padding-top: 40px;
  padding-bottom: 40px;
}
.center-heading{
  text-align:center;
}


.tulipdesk-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.tulipdesk-logo-wrap{
  width:200px;
  height:200px;          /* same height & width */
  background:#ffffff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;    /* center the logo box */
}

.tulipdesk-logo-wrap img{
  width:80%;             /* inside image 80% */
  height:80%;
  object-fit:contain;
  display:block;
}

/* Push button to the bottom neatly */
.tulipdesk-btn-wrap{
  margin-top:auto;
  padding-top:10px;
}

.tulipdesk-btn{
  display:inline-block;
  padding:12px 22px;
  border-radius:6px;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  background:#34ad2d;
  color:#ffffff;
  transition:all .25s ease;
}

.tulipdesk-btn:hover{
  background:#088f8f;
}


/* Responsive */

@media (max-width: 991px){
  .second-panel-container{
    flex-direction:column;
    text-align:center;
    gap:40px;
  }

  .second-panel-content p{
    margin-left:auto;
    margin-right:auto;
  }
}

@media (max-width: 575px){
  .second-panel-content p, .about-second p{
    font-size:14px;
  }
  .second-panel{
    padding:50px 0;
  }

  .second-panel-content h3{
    font-size:26px;
  }

}