@font-face {
  font-family: "cltp";
  src: url("../fonts/cltp.eot?wxl8e6");
  src: url("../fonts/cltp.eot?wxl8e6#iefix") format("embedded-opentype"), url("../fonts/cltp.ttf?wxl8e6") format("truetype"), url("../fonts/cltp.woff?wxl8e6") format("woff"), url("../fonts/cltp.svg?wxl8e6#cltp") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cltp" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-track:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e91b";
}

.icon-instagram:before {
  content: "\e933";
}

.icon-linkedin:before {
  content: "\e935";
}

.icon-email:before {
  content: "\e91a";
}

.icon-notifications:before {
  content: "\e91d";
}

.icon-check_circle:before {
  content: "\e91e";
}

.icon-alert-circle:before {
  content: "\e920";
}

.icon-arrow-down:before {
  content: "\e921";
}

.icon-arrow-left:before {
  content: "\e922";
}

.icon-arrow-right:before {
  content: "\e923";
}

.icon-arrow-up:before {
  content: "\e924";
}

.icon-calendar:before {
  content: "\e925";
}

.icon-camera:before {
  content: "\e926";
}

.icon-check:before {
  content: "\e927";
}

.icon-check-square:before {
  content: "\e929";
}

.icon-chevron-down:before {
  content: "\e92a";
}

.icon-chevron-left:before {
  content: "\e92b";
}

.icon-chevron-right:before {
  content: "\e92c";
}

.icon-chevron-up:before {
  content: "\e92d";
}

.icon-clock:before {
  content: "\e92e";
}

.icon-download:before {
  content: "\e92f";
}

.icon-edit-o:before {
  content: "\e930";
}

.icon-eye:before {
  content: "\e931";
}

.icon-eye-off:before {
  content: "\e932";
}

.icon-file-text:before {
  content: "\e934";
}

.icon-gift:before {
  content: "\e936";
}

.icon-heart:before {
  content: "\e937";
}

.icon-home:before {
  content: "\e938";
}

.icon-image:before {
  content: "\e939";
}

.icon-instagram-o:before {
  content: "\e93a";
}

.icon-lock-o:before {
  content: "\e93b";
}

.icon-map-pin:before {
  content: "\e93c";
}

.icon-menu:before {
  content: "\e93d";
}

.icon-minus:before {
  content: "\e93e";
}

.icon-minus-circle:before {
  content: "\e93f";
}

.icon-paperclip:before {
  content: "\e940";
}

.icon-play:before {
  content: "\e942";
}

.icon-play-circle:before {
  content: "\e943";
}

.icon-plus:before {
  content: "\e944";
}

.icon-plus-circle:before {
  content: "\e945";
}

.icon-search:before {
  content: "\e946";
}

.icon-settings:before {
  content: "\e948";
}

.icon-upload:before {
  content: "\e949";
}

.icon-share:before {
  content: "\e94a";
}

.icon-trash-o:before {
  content: "\e94c";
}

.icon-user:before {
  content: "\e94d";
}

.icon-close:before {
  content: "\e94e";
}

.icon-close-circle:before {
  content: "\e94f";
}

.icon-play-fill:before {
  content: "\e908";
}

.icon-clock1:before {
  content: "\e954";
}

.icon-star:before {
  content: "\e903";
}

.icon-copy:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e905";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

/*
Theme Name: CLTP Website.
Author: Dotlines, Product Team
Author URI: https://dotlines.com.bd/
Version: 1.0
 */
* {
  min-height: 0;
  min-width: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}
::-moz-selection {
  background: #1C5049;
  color: #ffffff;
}

::selection {
  background: #1C5049;
  color: #ffffff;
}

body {
  padding: 82px 0 0;
  scroll-behavior: smooth;
  margin: 0;
  color: #000000;
  font-family: "Plus Jakarta Sans", "Noto Sans Bengali", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  overflow-x: hidden;
  cursor: default;
  background: #ffffff;
}
body.no-scroll {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

h2 {
  font-size: 2.7rem;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:focus, a:active {
  outline: 0 !important;
}

button:focus, button:active {
  outline: 0 !important;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):active {
  outline: 0 !important;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[hidden] {
  display: none;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.img-fluid,
img {
  max-width: 100%;
  height: auto;
}

.img-round {
  border-radius: 50%;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.py-5 {
  padding: 100px 0;
}

.pb-5 {
  padding-bottom: 100px;
}

.pt-5 {
  padding-top: 100px;
}

.py-3 {
  padding: 40px 0;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

/*extend data*/
.btn-link {
  color: #1C5049;
  text-transform: uppercase;
  display: inline-flex;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.common-content h6, .common-content h3,
.common-content h4,
.common-content h5, .common-content h1, .common-content h2, .heading, .lg-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #000000;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}

.lg-heading {
  font-size: 72px;
  line-height: 1;
  margin: 0 auto 30px;
  max-width: 850px;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}

.common-content ol li, .common-content ul li, .common-content p, .confirmation p, .have-look p, .service-box p, .faq p, .feature p, .contact p, .banner-pages-content p, .footer-top p, p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}

.btn {
  font-size: 16px;
  border: 2px solid #1C5049;
  font-weight: 600;
  padding: 12px 16px;
  position: relative;
  z-index: 9;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  text-align: center;
  background: #1C5049;
  border-radius: 8px;
  transition: 0.3s linear all;
}
.btn-outline {
  background: #ffffff;
  color: #1C5049;
}
.btn-full {
  width: 100%;
}
.btn:hover {
  background: #ffffff;
  color: #1C5049;
}

.animate, .navbar-form input::-webkit-input-placeholder, .form-control, .radio-mark, .checkmark, .navbar-brand img {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  align-self: flex-start;
  z-index: 9;
}

.d-flex {
  display: flex;
}

.error-msg {
  color: #DC2E3D !important;
  margin-top: 6px;
  display: block;
  font-size: 14px;
}

label.error {
  color: #DC2E3D !important;
  font-size: 12px;
}

@media all and (min-width: 768px) {
  .xs-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .hide-xs {
    display: none !important;
  }
}
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar > .container {
  width: 1400px;
}
.navbar-toggler {
  display: none;
}
.navbar-collapse {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.navbar ul > li.dropdown > a:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 6px;
  right: 5px;
  position: absolute;
  top: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navbar-brand {
  min-width: 125px;
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  height: 44px;
}

@media all and (min-width: 992px) {
  .navbar ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .navbar ul li {
    display: block;
    position: relative;
  }
  .navbar ul li:nth-child(1) {
    order: 0;
  }
  .navbar ul li:nth-child(1) img {
    height: 80px;
  }
  .navbar ul li > a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s linear;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .navbar ul li > a.call-btn, .navbar ul li > a.signup-btn, .navbar ul li > a.login-btn {
    display: flex;
    align-items: center;
  }
  .navbar ul li > a.call-btn i, .navbar ul li > a.signup-btn i, .navbar ul li > a.login-btn i {
    margin-right: 5px;
  }
  .navbar ul li > a.active {
    color: #1C5049;
  }
  .navbar ul li > a.call-btn {
    font-size: 18px;
    color: #1C5049;
    margin-left: 20px;
  }
  .navbar ul li > a.signup-btn {
    color: #1C5049;
    background: #ffffff;
  }
  .navbar ul li > a.signup-btn i {
    font-size: 24px;
    transition: 0.3s linear all;
  }
  .navbar ul li > a.signup-btn:hover {
    background: #1C5049;
    color: #ffffff;
    border-color: #1C5049;
  }
  .navbar ul li > a.signup-btn:hover i {
    color: #ffffff;
  }
  .navbar ul li > a.login-btn {
    color: #ffffff;
    background: #1C5049;
    margin-left: 20px;
  }
  .navbar ul li > a.login-btn i {
    font-size: 24px;
    transition: 0.3s linear all;
  }
  .navbar ul li > a.login-btn:hover {
    background: #ffffff;
    color: #1C5049;
  }
  .navbar ul li > a.login-btn:hover i {
    color: #1C5049;
  }
  .navbar ul li:hover > a {
    color: #1C5049;
  }
  .navbar ul li ul {
    visibility: hidden;
    position: absolute;
    left: 30%;
    transform: translateX(-30%);
    top: calc(100% + 30px);
    -webkit-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    -ms-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.07, 0.73, 0.75, 0.77);
    height: auto;
    margin: 0;
    background: rgba(6, 56, 42, 0.9);
    backdrop-filter: blur(10px);
    padding: 30px;
    min-width: 900px;
    z-index: 99;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px;
  }
  .navbar ul li ul li {
    list-style: none;
  }
  .navbar ul li ul li a {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-gap: 16px;
    padding: 0;
  }
  .navbar ul li ul li a div {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    border: 1.2px solid rgba(238, 108, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    display: flex;
  }
  .navbar ul li ul li a div img {
    height: 25px;
    margin: auto;
  }
  .navbar ul li ul li a h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
  }
  .navbar ul li ul li a h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #bfbabf;
    line-height: 20px;
  }
  .navbar ul li:hover > ul {
    visibility: visible;
    top: calc(100% + 10px);
    opacity: 1 !important;
  }
}
@media all and (max-width: 991px) {
  .navbar ul li.contact-item {
    display: block;
  }
  .navbar {
    position: relative;
    padding: 0;
  }
  .navbar-collapse {
    width: 100%;
    height: 100vh;
    background: #1C5049;
    position: fixed;
    top: 0;
    left: calc(-100% - 55px);
    z-index: 99;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .navbar-collapse.show {
    left: 0px;
    box-shadow: 0px 0 0px 200px rgba(0, 0, 0, 0.2);
  }
  .navbar-collapse:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    background: #1C5049;
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 3px 70px #68746d;
  }
  .navbar-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1C5049;
    border-radius: 9px;
    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;
  }
  .navbar-icon:nth-child(1) {
    top: 4px;
    width: 65%;
  }
  .navbar-icon:nth-child(2) {
    top: 13px;
  }
  .navbar-icon:nth-child(3) {
    top: 22px;
    width: 65%;
    right: 0;
    left: auto;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    padding: 0;
    transition: all 400ms linear;
    position: relative;
    z-index: 999;
    background: none;
    cursor: pointer;
  }
  .navbar-toggler.open .navbar-icon {
    background: #DC2E3D;
    width: 100%;
  }
  .navbar-toggler.open .navbar-icon:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .navbar-toggler.open .navbar-icon:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .navbar-toggler.open .navbar-icon:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .navbar ul {
    width: 100%;
    padding: 42px 0 0;
    margin: 0;
    position: relative;
  }
  .navbar ul li:not(:last-child) {
    border-bottom: 1px solid rgba(64, 151, 144, 0.5);
  }
  .navbar ul li a {
    display: block;
    padding: 16px 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
  }
  .navbar ul li a.call-btn, .navbar ul li a.signup-btn, .navbar ul li a.login-btn {
    display: flex;
    align-items: center;
  }
  .navbar ul li a.call-btn i, .navbar ul li a.signup-btn i, .navbar ul li a.login-btn i {
    margin-right: 8px;
  }
  .navbar ul li ul {
    background: rgba(0, 169, 156, 0.2);
    visibility: visible;
    position: static;
    opacity: 1;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    clip-path: inherit;
  }
  .navbar ul li ul li {
    list-style: none;
  }
  .navbar ul li ul li a {
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-gap: 12px;
    padding: 8px 16px;
    align-items: center;
  }
  .navbar ul li ul li a div {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    border: 1.2px solid rgba(238, 108, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    display: flex;
  }
  .navbar ul li ul li a div img {
    height: 18px;
    margin: auto;
  }
  .navbar ul li ul li a h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
  }
  .navbar ul li ul li a h4 span {
    display: none;
  }
  .navbar ul li.dropdown a:after {
    right: 20px;
  }
  .navbar ul li.dropdown a.active:after {
    transform: rotate(-45deg);
  }
  .sidebar-scroll {
    height: 100%;
    overflow: auto;
  }
}
.container {
  max-width: 100%;
  width: 1050px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid {
  margin: 0;
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

div[class*=col-] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  div[class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.radio, .checkbox {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-mark, .checkmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background: #ffffff;
  margin-right: 5px;
}

.checkbox a {
  color: #1C5049;
}

.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  border-radius: 2px;
  border: 1px solid #000000;
}

.checkbox input:checked ~ .checkmark {
  background: #1C5049;
  border: 1px solid #1C5049;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio {
  font-size: 14px;
  font-weight: 500;
}

.radio-mark {
  -webkit-box-shadow: 0 0 0 2px #D9D9D9 inset;
  -ms-box-shadow: 0 0 0 2px #D9D9D9 inset;
  box-shadow: 0 0 0 2px #D9D9D9 inset;
  border-radius: 50%;
}

.radio input:checked ~ .radio-mark {
  -webkit-box-shadow: 0 0 0px 10px #1C5049 inset;
  -ms-box-shadow: 0 0 0px 10px #1C5049 inset;
  box-shadow: 0 0 0px 10px #1C5049 inset;
}

select.form-control {
  background-color: #ffffff;
  background-image: url("../images/search-dropdown.svg");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-background-size: 14px;
  -ms-background-size: 14px;
  background-size: 14px;
  font-size: 1rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-style select {
    padding: 10px 10px;
  }
}
select.form-control option {
  background: #ebebeb none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  padding: 4px 0;
}

select.form-control option:hover {
  color: #fff;
}

.form-label {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0;
  display: block;
  width: 100%;
  transition: 0.3s linear all;
}
.form-label sup {
  color: #DC2E3D;
}
.form-control {
  padding: 15px 15px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 5px;
  background: transparent;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border-color: #1C5049;
}
.form-control:focus ~ .form-label {
  color: #1C5049;
}
.form-control::placeholder {
  color: #9CA3AF;
  opacity: 1;
}
.form-group {
  position: relative;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.form-error .form-control {
  border-color: #DC2E3D;
}
.form-error .form-label {
  color: #DC2E3D;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill input[type=password]:-webkit-autofill {
  -webkit-background-clip: text;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  backdrop-filter: blur(5px);
}
.modal-close {
  position: absolute;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #DC2E3D;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}
.modal-inner {
  max-width: 450px;
  padding: 3rem 1rem 1rem;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 30%;
  -ms-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 900px) {
  .modal-inner {
    max-width: 640px;
    width: 640px;
  }
}
@media all and (max-width: 767px) {
  .modal-inner {
    width: 90%;
  }
  .modal-inner input.form-control {
    margin-bottom: 15px;
  }
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  transition: 0.3s linear all;
  padding: 16px 0;
  box-shadow: 0px 4px 7.2px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}
.header-bar {
  padding: 8px 15px;
}
.header-bar ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-bar ul li {
  list-style: none;
}
.header-bar ul li:not(:last-child) {
  margin-right: 30px;
}
.header-bar ul li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-bar ul li a i {
  margin-right: 8px;
}
.header-bar .btn {
  height: 34px;
  padding: 5px 35px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.header-tiny {
  box-shadow: 0px 4px 7.2px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-right a {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1C5049;
}
.header-right a i {
  margin-right: 5px;
  font-size: 20px;
}

.navbar-common .container-fluid {
  width: 100%;
  padding: 0 15px;
}
.navbar-common-inner {
  display: flex;
  align-items: center;
}
.navbar-common-inner > ul {
  align-items: center;
}
.navbar-common-inner > ul > li > a i {
  font-size: 24px;
}
.navbar-common-inner > ul > li ul {
  margin: 0;
}
.navbar-common-inner > ul > li ul li a {
  position: relative;
  padding-left: 30px;
  color: #606c80;
}
.navbar-common-inner > ul > li ul li a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.navbar-nav .deliver > a {
  position: relative;
  color: #606c80;
  font-size: 12px;
  padding-left: 35px;
}
.navbar-nav .deliver > a i {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 24px;
  color: #606c80;
}
.navbar-nav .deliver > a strong {
  display: block;
  font-size: 14px;
  color: #000000;
}
.navbar-nav .deliver > a::after {
  top: auto !important;
  bottom: 18px;
}
.navbar-form {
  width: 30vw;
  position: relative;
}
.navbar-form input {
  border: none;
  background: #ffffff;
  -webkit-background-size: 16px;
  -ms-background-size: 16px;
  background-size: 16px;
  padding: 15px 35px 15px 15px;
  border-radius: 4px;
  width: 100%;
  font-weight: 500;
}
.navbar-form input::-webkit-input-placeholder {
  color: #000000;
}
.navbar-form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.navbar-form input:focus {
  outline: none;
  border: none;
}
.navbar-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  display: flex;
  align-items: center;
  width: 48px;
  font-size: 24px;
  background: none;
  color: #000000;
}

.mobile-menu {
  display: none;
  padding-top: 50px;
}
.mobile-menu a.btn {
  margin: 0 30px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
}
.mobile-menu ul li a {
  font-size: 14px;
}
.mobile-menu ul li a i {
  margin-right: 5px;
}

.footer {
  color: #ffffff;
  position: relative;
  background: #1C5049;
}
.footer-top {
  padding: 100px 0 60px;
}
.footer-top img {
  height: 36px;
  margin-bottom: 30px;
  display: block;
}
.footer-top p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #ffffff;
  max-width: 310px;
  text-align: justify;
}
.footer-top ul {
  padding: 0;
  margin: 0;
}
.footer-top ul li {
  list-style: none;
}
.footer-top ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-top ul li a {
  line-height: 20px;
  display: block;
  display: inline-block;
  transition: 0.3s linear all;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.footer-top ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer-nav h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #2d6e66;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}
.footer-bottom ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-bottom ul li {
  margin: 0 10px;
}
.footer-bottom ul li:last-child {
  margin-right: 0;
}
.footer-bottom ul li a {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s linear all;
}
.footer-bottom ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/*common pages*/
.banner-pages {
  width: 100%;
  height: 330px;
  position: relative;
}
.banner-pages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-pages-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.banner-pages-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.banner-pages-content {
  position: relative;
  z-index: 99;
}
.banner-pages-content h1 {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}
.banner-pages-content p {
  margin: 0;
  color: #ffffff;
  max-width: 530px;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
.breadcrumb li {
  margin: 0;
  position: relative;
  padding: 3px 30px 3px 0;
  color: #626262;
  transition: 0.3s linear all;
}
.breadcrumb li::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e92c";
  font-family: "cltp";
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  color: #000000;
}
.breadcrumb li:hover a {
  color: #1C5049;
}

.checkbox a {
  text-decoration: underline;
}

.mobile-heading {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 30px;
}

.contact .heading {
  margin-bottom: 15px;
}
.contact p {
  margin-bottom: 40px;
}

.forgot-pass {
  text-align: right;
}
.forgot-pass a {
  color: #1C5049;
  font-size: 16px;
  margin: 0;
  display: block;
  width: 100%;
}

.text-left.captcha-image {
  margin-bottom: 10px;
}

textarea.form-control {
  min-height: 100px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: center;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.parsley-errors-list {
  padding: 0;
  margin: 5px 0 0;
  color: #DC2E3D;
  display: block;
  font-size: 14px;
}

.d-block {
  display: block !important;
}

/*error page*/
.error-page {
  text-align: center;
}
.error-page h1 {
  display: flex;
  align-items: center;
  font-size: 18vw;
  justify-content: center;
  color: rgba(28, 80, 73, 0.25);
  margin: 0 0 20px;
  line-height: 1;
}
.error-page h1 img {
  height: 220px;
  margin: 0;
}
.error-page h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
}
.error-page p {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .error-page h1 {
    font-size: 100px;
  }
  .error-page h1 img {
    height: 84px;
  }
  .error-page h3 {
    margin-bottom: 0px;
    font-size: 22px;
    margin-top: 20px;
  }
  .error-page .btn {
    font-size: 18px;
  }
  .error-page p {
    font-size: 16px;
  }
}
/*language*/
select.lang-switch {
  font-weight: 500;
  color: #1C5049;
  padding: 12px 28px 12px 32px;
  cursor: pointer;
  border: 2px solid #1C5049;
  border-radius: 8px;
  background-color: transparent;
}
select.lang-switch option {
  background: #f0f9e4 none repeat scroll 0 0;
  border: medium none;
  color: #000000;
  padding: 4px 0;
  cursor: pointer;
}
select.lang-switch option:hover {
  color: #ffffff;
}

.lang-switch-wrap {
  background: url(../images/icon-globe.svg) no-repeat left 10px center;
}

.common-form {
  margin-bottom: 20px;
}

/*tooltip*/
.tooltip-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #999;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
}

.tooltip-btn .tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #333;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
  font-weight: 400;
  white-space: normal;
  width: 230px;
  text-align: center;
}

.tooltip-btn .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}

.tooltip-btn:hover .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-12px);
}

.about .sub-heading {
  text-align: justify;
}

.heading {
  margin: 0 0 30px;
}

.sub-heading {
  max-width: 670px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto 50px;
  color: #616664;
}
.sub-heading a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}
.sub-heading a i {
  margin-left: 7px;
  transition: 0.3s linear all;
}
.sub-heading a:hover i {
  margin-left: 15px;
}

/*video*/
.video-container {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C5049;
  display: none;
}
.video-container.in {
  display: block;
}
.video-container .close-video {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 99;
}
.video-container .close-video:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  height: 0;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -12px;
}
.video-container .close-video:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 24px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -12px;
}
.video-container .close-video:before, .video-container .close-video:after {
  content: "";
  display: block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-container .close-video:before:hover, .video-container .close-video:after:hover {
  border-color: #656666;
}
.video-container .video-area {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .video-area #videoplayer {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
}
.banner-img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: top;
}
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.banner-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 330px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.shipment-status {
  background: #ffffff;
  padding: 54px 46px;
  border-radius: 12px;
  position: relative;
  z-index: 9;
}
.shipment-status h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}
.shipment-status p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  margin: 0 0 25px;
}
.shipment-status .btn {
  width: 100%;
  text-transform: uppercase;
  padding: 16px 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.ict-logo {
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
.ict-logo img {
  width: 100%;
}

.track-id,
.track-number {
  border-radius: 8px;
  border: 1px solid #1C5049;
  background: #ffffff;
  position: relative;
}
.track-id input,
.track-number input {
  display: block;
  width: 100%;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 18px 20px 16px 42px;
  background: transparent;
}
.track-id input:focus,
.track-number input:focus {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border: 0;
}
.track-id::before,
.track-number::before {
  content: "\e901";
  font-family: "cltp";
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 56%;
  transform: translateY(-56%);
  color: #b0b0b0;
}

.track-number::before {
  content: "\e905";
}

.feature img {
  width: 100%;
  border-radius: 16px;
}
.feature h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}
.feature p {
  margin: 0 0 30px;
}
.feature .container .row:nth-child(even) div:nth-child(2) {
  order: -1;
}
.feature .container .row:not(:last-child) {
  margin-bottom: 80px;
}

.btn-wrap {
  display: flex;
  align-items: center;
}
.btn-wrap a {
  color: #1C5049;
  text-decoration: underline;
}
.btn-wrap a.btn {
  margin: 0 20px 0 0;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 20px;
}
.btn-wrap a.btn:hover {
  background: #ffffff;
  color: #1C5049;
}
.btn-wrap span {
  color: #1C5049;
}
.btn-wrap span a {
  margin-left: 4px;
}

.why-cltp {
  background: #1C5049;
}
.why-cltp h3 {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 30px;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}
.why-cltp p {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 30px;
}
.why-cltp ul {
  margin: 0;
  padding: 0 0 40px 20px;
}
.why-cltp ul li {
  list-style: disc;
  font-size: 18px;
  color: #ffffff;
}
.why-cltp ul li:not(:last-child) {
  margin-bottom: 15px;
}
.why-cltp .btn-wrap a {
  color: #ffffff;
}
.why-cltp .btn-wrap a.btn {
  background: #ffffff;
  color: #1C5049;
}
.why-cltp .btn-wrap a.btn:hover {
  background: #1C5049;
  color: #ffffff;
  border-color: #ffffff;
}
.why-cltp .btn-wrap span {
  color: #ffffff;
}
.why-cltp img {
  width: 100%;
  max-height: 520px;
}

.faq {
  position: relative;
}
.faq h3 {
  font-size: 32px;
  font-weight: 600;
  color: #1C5049;
  text-align: center;
  margin: 0 0 24px;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}
.faq p {
  margin: 0 0 30px;
  color: rgba(32, 48, 92, 0.7);
}
.faq .accordion ul {
  padding: 0;
  margin: 0;
}
.faq .accordion ul li {
  position: relative;
  background: #ffffff;
}
.faq .accordion ul li:not(:last-child) {
  border-bottom: 1px solid #f2f3f5;
}
.faq .accordion ul li a {
  display: block;
  padding: 25px 40px 25px 0px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #616664;
  background: transparent;
  line-height: 22px;
  position: relative;
  transition: 0.3s linear all;
}
.faq .accordion ul li a:hover {
  color: #1C5049;
}
.faq .accordion ul li ul {
  padding: 0 20px 20px 0;
}
.faq .accordion ul li ul li {
  margin: 0;
  border: 0;
}
.faq .accordion ul li ul li:not(.dropdown) {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-left: 0;
}
.faq .accordion ul li ul li:not(.dropdown):not(:last-child) {
  margin: 0 0 10px;
}
.faq .accordion ul li ul li a,
.faq .accordion ul li ul li span {
  color: #1C5049;
  font-weight: 500;
  cursor: pointer;
  word-break: break-all;
}
.faq .accordion ul li.dropdown a:after {
  content: "\e92a";
  font-family: "cltp";
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background: #1C5049;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  position: absolute;
  right: 0px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-weight: 400;
  border: 1px solid #FAFAFA;
  transition: 0.3s linear all;
}
.faq .accordion ul li.dropdown a.active {
  color: #1C5049;
}
.faq .accordion ul li.dropdown a.active:after {
  content: "\e92d";
  background: #1C5049;
  line-height: 30px;
}
.faq .accordion .dropdown > ul {
  display: none;
}

.service {
  background: #f0f9e4;
}
.service-box h3 {
  font-size: 20px;
  color: #1C5049;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}
.service-box p {
  margin: 0;
}
.service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  background: #000000;
  border-radius: 60px;
  margin: 0 0 20px;
}
.service-icon img {
  height: 32px;
  margin: auto;
}

.have-look {
  position: relative;
}
.have-look::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 100%;
  background: url(../images/bg-have-look.svg) no-repeat right top;
}
.have-look h3 {
  font-size: 44px;
  font-weight: 700;
  color: #1C5049;
  margin: 0 0 30px;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}
.have-look p {
  margin: 0 0 40px;
  max-width: 405px;
  text-align: justify;
}
.have-look-video {
  width: 440px;
  height: 440px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.have-look-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.have-look-video .video-play {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  transition: 0.3s linear all;
}
.have-look-video .video-play i {
  margin: auto;
  color: #000000;
  font-size: 66px;
}
.have-look-video .video-play:hover {
  background: rgba(28, 80, 73, 0.9);
}
.have-look-video .video-play:hover i {
  color: #ffffff;
}

.animateed-text {
  background: #1C5049;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.animateed-text ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.animateed-text ul li strong {
  font-weight: 600;
  font-size: 72px;
  display: inline-block;
  vertical-align: middle;
}
.animateed-text ul li div {
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
}
.animateed-text ul li.million strong:after {
  content: "M";
  display: inline-block;
}
.animateed-text ul li.thousand strong:after {
  content: "K";
  display: inline-block;
}

.join-cltp {
  background: #1C5049;
  border-radius: 12px;
  padding: 60px 60px 60px 160px;
  position: relative;
  min-height: 280px;
}
.join-cltp-wrap {
  padding: 50px 0 200px;
}
.join-cltp img {
  width: 300px;
  height: 340px;
  object-fit: cover;
  position: absolute;
  left: -200px;
  bottom: -90px;
  border-radius: 12px;
}
.join-cltp-text {
  color: #ffffff;
}
.join-cltp-text h3 {
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 30px;
  font-family: "Plus Jakarta Sans", "Tiro Bangla", sans-serif;
}
.join-cltp-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
  color: #ffffff;
}
.join-cltp-text .btn-wrap a {
  color: #ffffff;
}
.join-cltp-text .btn-wrap a.btn {
  background: #ffffff;
  color: #1C5049;
  border-color: #ffffff;
}
.join-cltp-text .btn-wrap a.btn:hover {
  background: #1C5049;
  color: #ffffff;
  border-color: #ffffff;
}

ul.mobile-nav {
  padding-top: 0;
  border-top: 1px solid rgba(64, 151, 144, 0.5);
}
ul.mobile-nav li a i {
  margin-right: 8px;
}

.navbar-collapse.show {
  display: block;
}

.tracking-info > ul > li:last-child::after, .tracking-info > ul > li::before {
  content: "";
  height: 18px;
  width: 18px;
  background: #D9D9D9;
  border: 3px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  z-index: 9;
}

.tracking-box {
  background: #FAFAFA;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 8px;
}
.tracking-box h3 {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 25px;
}
.tracking-box ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}
.tracking-box ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tracking-box ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.tracking-box ul li a {
  width: 36px;
  height: 36px;
  background: #deffee;
  border-radius: 100%;
  display: flex;
  margin-left: 10px;
}
.tracking-box ul li a i {
  margin: auto;
  font-size: 16px;
  color: #1C5049;
  font-weight: 600;
}
.tracking-info h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 25px;
}
.tracking-info ul {
  padding: 0;
  margin: 0;
  grid-gap: 0;
}
.tracking-info ul li {
  position: relative;
  letter-spacing: 0.35px;
  color: #C7C7C7;
}
.tracking-info ul li ul {
  width: 100%;
}
.tracking-info ul li ul li {
  padding: 15px 0;
  font-size: 14px;
  color: #C7C7C7;
  font-weight: 400;
}
.tracking-info ul li ul li::before {
  top: 20px;
  left: -30px;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #C7C7C7;
  content: "";
}
.tracking-info ul li ul li h5 {
  margin: 0;
  color: #C7C7C7;
  font-weight: 400;
  font-size: 14px;
}
.tracking-info ul li ul li h5 strong {
  font-weight: 700;
}
.tracking-info > ul > li {
  font-size: 16px;
  font-weight: 700;
  padding-left: 30px;
  border-left: 2px solid #D9D9D9;
}
.tracking-info > ul > li::before {
  top: 0;
}
.tracking-info > ul > li:last-child::after {
  bottom: -1px;
}
.tracking-info > ul > li.active {
  border-color: #1C5049;
  color: #000000;
}
.tracking-info > ul > li.active h5 {
  color: #000000;
}
.tracking-info > ul > li.active::before, .tracking-info > ul > li.active::after {
  background: #1C5049;
}
.tracking-info > ul > li.active ul li::before {
  background: #1C5049;
}

/*otp*/
.otp-content {
  text-align: center;
  color: #282828;
}
.otp-content .heading {
  margin: 0 0 15px;
}
.otp-content .sub-heading {
  max-width: 300px;
  margin: 0 auto 25px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #616664;
}
.otp-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background: #ffffff;
}
.otp-box::before {
  content: "";
  display: block;
  background: #F0F9E4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 600ms cubic-bezier(0.31, 0.36, 0.21, 0.75);
  transform: translate3d(-140%, 0, 0) skewX(25deg);
  will-change: transform;
  z-index: -1;
}
.otp-box.not-empty::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
}
.otp-input {
  padding: 0 0 20px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 6px;
  align-items: center;
}
.otp-input .otp-box input {
  border: none;
  background: none;
  padding: 10px 10px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.otp-bottom {
  padding-top: 35px;
}
.otp-bottom h5 {
  font-size: 14px;
  font-weight: 400;
  color: #616664;
}
.otp-bottom p {
  color: #616664;
  font-size: 14px;
}
.otp-bottom p a {
  color: #1C5049;
  font-weight: 600;
}

/*confirmation*/
.confirmation {
  text-align: center;
}
.confirmation .check-sign {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 4px solid #00A82D;
  margin: 0 auto 30px;
  display: flex;
}
.confirmation .check-sign i {
  margin: auto;
  color: #00A82D;
  font-size: 40px;
}
.confirmation h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 20px;
}
.confirmation p {
  color: #58595B;
  margin: 0 0 40px;
}

.inner-content .shipment-status {
  padding: 0;
  border-radius: 0;
}

.bg-gray {
  background: #616664;
}

.about {
  background: #FAFAFA;
  position: relative;
}
.about-video {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.about-video img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
}
.about-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.about-video-play {
  width: 95px;
  height: 95px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear all;
}
.about-video-play i {
  color: #1C5049;
  font-size: 56px;
}
.about-video-play:hover {
  background: rgba(28, 80, 73, 0.85);
}
.about-video-play:hover i {
  color: #ffffff;
}

.our-vision {
  background: #1C5049;
  padding: 30px;
  border-radius: 10px;
}
.our-vision .heading {
  margin-bottom: 30px;
  color: #ffffff;
}
.our-vision p {
  color: #ffffff;
}
.our-vision img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.mission {
  justify-content: space-between;
  align-items: center;
}
.mission p {
  text-align: justify;
  margin: 0;
}
.mission .heading {
  margin: 0;
}

/*orders*/
.orders-details h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 30px;
}
.orders-details table {
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
}
.orders-details table th {
  background: #f5f5f5;
}
.orders-details table td, .orders-details table th {
  padding: 20px;
  font-size: 16px;
}
.orders-details table tr {
  border: 1px solid #D4D4D4;
}
.orders-details .btn {
  background: #D9D9D9;
  border-color: #D9D9D9;
  color: #000000;
}

.table-responsive {
  overflow-x: auto;
}

.order-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.order-pagination span {
  font-size: 14px;
  font-weight: 400;
}
.order-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.order-pagination ul li {
  list-style: none;
  margin-left: 10px;
}
.order-pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #D9D9D9;
  color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.order-pagination ul li a.active {
  background: #1C5049;
  color: #ffffff;
}
.order-pagination ul li.active a {
  background: #1C5049;
  color: #ffffff;
}

.common-content p {
  margin: 0 0 20px;
}
.common-content p strong {
  font-weight: 700;
}
.common-content p a {
  color: #1C5049;
  font-weight: 600;
}
.common-content h1, .common-content h2 {
  margin: 0 0 20px;
}
.common-content h3,
.common-content h4,
.common-content h5 {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 40px;
}
.common-content h6 {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 32px;
}
.common-content img,
.common-content video,
.common-content iframe {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.common-content video,
.common-content iframe {
  width: 100%;
  max-width: 800px;
  min-height: 450px;
  margin: 15px auto;
}
.common-content ul {
  margin: 0 0 20px;
  padding: 0;
}
.common-content ul li {
  position: relative;
  padding: 5px 0 5px 20px;
  color: #000000;
}
.common-content ul li a {
  color: #1C5049;
}
.common-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
.common-content ol {
  margin: 20px 0;
  padding: 0;
  counter-reset: ol-counter;
}
.common-content ol li {
  position: relative;
  padding: 5px 0 5px 22px;
  color: #000000;
  counter-increment: ol-counter;
}
.common-content ol li a {
  color: #1C5049;
}
.common-content ol li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: counter(ol-counter) ".";
}
.common-content table,
.common-content .table {
  width: 100%;
  margin: 15px auto;
}
.common-content table thead tr th,
.common-content .table thead tr th {
  border: 1px solid rgba(0, 0, 0, 0.35);
  font-size: 14px;
  color: #000000;
  padding: 10px;
  font-weight: 700;
}
.common-content table tbody tr td,
.common-content .table tbody tr td {
  border: 1px solid rgba(0, 0, 0, 0.35);
  font-size: 14px;
  color: #000000;
  padding: 10px;
}
.common-content table tbody tr td strong,
.common-content .table tbody tr td strong {
  font-weight: 500;
}
.common-content .btn {
  margin-top: 15px;
}
.common-content .table-responsive {
  overflow-x: auto;
}

@media all and (max-width: 991px) {
  body {
    padding-top: 64px;
  }
  .py-5 {
    padding: 40px 0;
  }
  .header-bar {
    display: none;
  }
  .header.header-tiny {
    top: 0;
  }
  .navbar-brand img {
    height: 27px;
  }
  .footer-top {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .footer-top img {
    margin-bottom: 20px;
  }
  .footer-top p {
    margin-bottom: 30px;
  }
  .footer-top ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer-bottom {
    text-align: center;
    flex-wrap: wrap;
    padding: 25px 0;
  }
  .footer-bottom p {
    display: block;
    width: 100%;
  }
  .footer-bottom ul {
    padding-bottom: 15px;
    justify-content: center;
    width: 100%;
    order: -1;
  }
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-nav div {
    padding-bottom: 25px;
  }
  .footer-nav h3 {
    margin-bottom: 20px;
  }
  /*home*/
  a.navbar-brand {
    order: 1;
  }
  .lang-switch-wrap {
    order: 2;
  }
  .navbar-toggler {
    order: 3;
  }
  select.lang-switch {
    margin: 0;
    font-size: 14px;
    border: 1px solid #1C5049;
    padding: 5px 25px 5px 32px;
    border-radius: 4px;
    background-size: 12px;
  }
  .banner-img {
    height: 600px;
  }
  .shipment-status {
    padding: 18px;
  }
  .shipment-status h2 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 500;
  }
  .shipment-status p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .shipment-status .track-id,
  .shipment-status .track-number {
    margin-bottom: 12px;
  }
  .shipment-status .track-id input,
  .shipment-status .track-number input {
    font-size: 14px;
    padding: 16px 20px 14px 42px;
  }
  .ict-logo {
    margin: 20px 0;
  }
  .ict-logo img {
    height: 40px;
  }
  .shipment-status .btn {
    font-size: 14px;
  }
  .banner {
    height: 630px;
  }
  .banner-img {
    height: 250px;
    object-position: left;
  }
  .banner-overlay {
    align-items: flex-end;
  }
  .banner-overlay::after {
    height: 96%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 42.5%, #000 100%);
  }
  .feature h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0 20px;
  }
  .feature p {
    margin-bottom: 20px;
  }
  .feature .container .row:not(:last-child) {
    margin-bottom: 30px;
  }
  .feature .container .row:nth-child(even) div:nth-child(2) {
    order: 0;
  }
  .btn-wrap {
    display: block;
    text-align: center;
  }
  .btn-wrap a {
    margin: 12px auto 0;
    display: inline-block;
  }
  .btn-wrap a.btn {
    width: 100%;
    margin: 0;
  }
  .why-cltp h3 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .why-cltp p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .why-cltp ul {
    padding-bottom: 30px;
  }
  .why-cltp ul li {
    font-size: 16px;
  }
  .why-cltp img {
    margin-top: 30px;
  }
  .service-box {
    margin-bottom: 30px;
  }
  .have-look h3 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
  }
  .have-look .btn {
    width: 100%;
  }
  .have-look-video {
    width: 300px;
    height: 300px;
    margin: 25px auto 0;
  }
  .have-look-video .video-play {
    width: 100px;
    height: 100px;
  }
  .have-look-video .video-play i {
    font-size: 48px;
  }
  .animateed-text ul {
    grid-gap: 25px 10px;
  }
  .animateed-text ul li strong {
    font-size: 52px;
  }
  .animateed-text ul li div {
    font-size: 14px;
    margin-top: 6px;
  }
  .join-cltp {
    padding: 30px 25px 100px;
  }
  .join-cltp-wrap {
    padding: 10px 0 180px;
  }
  .join-cltp-text h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
  }
  .join-cltp img {
    width: 170px;
    height: 190px;
    left: -15px;
    bottom: -124px;
    border-radius: 0 10px 10px 0;
  }
  /*registration*/
  .banner-pages {
    display: none;
  }
  .checkbox {
    font-size: 12px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  /*tracking*/
  .tracking-box {
    padding: 30px;
  }
  .tracking-info {
    margin-bottom: 30px;
  }
  .heading, .lg-heading, .mission .heading, .our-vision .heading {
    margin-bottom: 20px;
  }
  .common-content video, .common-content iframe {
    min-height: 200px;
  }
  .common-content h2, .common-content h1, .heading, .lg-heading {
    font-size: 28px;
    line-height: 38px;
  }
  .common-content h3, .common-content h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .our-vision {
    padding: 20px;
  }
  .have-look::after {
    display: none;
  }
  /*orders*/
  .orders-details .btn {
    width: 115px;
  }
  .orders-details table td, .orders-details table th {
    white-space: nowrap;
  }
  .order-pagination {
    text-align: center;
    display: block;
  }
  .order-pagination ul {
    justify-content: center;
    margin-top: 20px;
  }
  .language.mobile-lang {
    display: block;
    margin: 0;
  }
  .language.mobile-lang a {
    margin: 0;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    padding: 5px 8px;
    border-radius: 4px;
  }
  .language.mobile-lang a img {
    width: 18px;
    height: 18px;
  }
  .language.mobile-lang .language-dropdown a {
    border: 0;
    padding: 8px 5px;
  }
}
@media (min-width: 991px) {
  .mobile-heading {
    display: none;
  }
  /* Scroller */
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #aeafb3;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c8c9cc;
  }
}

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