@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&display=swap');
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
## Bootstrap Sameheight
## Miscellaneous
## Font Fix Screen
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
cite {
  font-weight: 600;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #111111;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #111111;
  border: medium none;
  color: #fff;
  padding: 2px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
form.post-password-form label > input {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 8px;  
}
form.post-password-form input {
  padding: 11px 15px;
  font-weight: 700;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link,
a:visited {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  padding-top: 110vh;
}
h1,h2,h3 {
  font-weight: 700;
}
p {
  color: #020202;
}

.ft_mont {
  font-family: "Montserrat", sans-serif;
}
.ft_pacific {
  font-family: "Pacifico", cursive;
}

/*-------------------------------------------------------------
                CUSTOM CSSS START  
--------------------------------------------------------------*/
section {
  position: relative;
  background: #fff;
  z-index: 99;
}
header#masthead div#navbarNav {
    justify-content: flex-end;
}
.topbar .ct_infoo ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 60%;
    flex: 0 0 auto;
}
.topbar .ct_infoo ul li {
    margin-right: 20px;
    display: flex;
    align-items: center;
    max-width: fit-content;
    flex: 0 0 auto;
}
.topbar {
    padding: 10px 0;
    background: #000956;
    margin-bottom: 10px;
}
.topbar strong {
    display: none;
}
.topbar a {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-left: 11px;
}
.topbar .ct_infoo ul span.icon {
    width: 25px;
    height: 25px;
}
.topbar .ct_infoo ul span.icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter: invert(1) hue-rotate(185deg);
}
.ct_infoo {
    display: flex;
    justify-content: space-between;
}
.topbar .ct_infoo ul.social img {
    width: 33px;
}
.topbar .ct_infoo ul.social li {
    margin-right: 4px;
}
.navbar-expand-lg .row {
  width: 100%;
  align-items: center;
}
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
header#masthead.is-scrolled {
  background: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}
.navbar-expand-lg .navbar-nav li:not(:first-child) {
  margin-left: 17px;
}
.btn-custom {
  display: inline-block;
  text-decoration: none;
  color: #F5F5F5;
  background: #FF6B35;
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 18px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 900;
  transition: all 0.4s;
}
.btn-custom:hover {
  background: #000857;
}
.xtra_links {
  display: flex;
  align-items: center;
}
.secBanner {
  padding: 280px 0 295px;
  position: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  top: 0;
  z-index: 9;
}
.secBanner .btn-custom {
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 15px 13px;
}
.txt_head h4 {
  font-size:  28px;
  line-height: 49px;
  color: #3f8e5f;
  font-weight: 400;
}
.txt_head h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1a2b4e;
  font-weight: 700;
}
.txt_head h1 span {
    color: #F5A623;
}
.txt_head h3 {
    color: #000857;
    font-size: 20px;
    Font-family: "Montserrat", sans-serif;
}
.txt_head h2 {
  font-size: 50px;
  line-height: 64px;
  color: #000857;
  font-weight: 900;
}
.txt_head p, .txt_head li {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.txt_head ul {
    padding-left: 5px;
}
.txt_head li {
    margin-bottom: 20px;
}
.secAbout .clouds {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
}
.align-center {
  align-items: center;
}
.secAbout {
  padding: 110px 0 75px;
}
.secAbout img {
    border-radius: 20px;
    width: 100%;
}
.fly_bird {
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
}

.moving-image {
  position: absolute;
  top: 0;
  animation: moveRight 6s linear infinite;
}

/* Animation */
@keyframes moveRight {
  0% {
    opacity: 1;
    left: -20%;   /* start fully hidden from left */
  }
  100% {
    left: 100%;    /* move fully to right side */
  }
}
.secMethod,.secMeet {
  padding-top: 100px;
}
.secMethod .fly_bird {
  top: -50px;
  transform: scaleX(-1);
}
.secMeet .fly_bird {
  top: 0px;
}
.stepBox {
  width: 308px;
  height: 308px;
  background: #A8D5BA;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
  transition: all 0.4s;
}
.stepBox h3 {
  color: #fff;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
}
.stepBox p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.stepBox.step_2 {
  background: #000857;
  margin-left: -40px;
  margin-right: -40px;
}
.secMethod .steps {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.stepBox:hover {
  transform: translateY(-20px);
}
.stepBox img {
  margin-bottom: 25px;
}
.sec_arrow {
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.arrowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.arrowBox h2 {
  width: 112px;
  height: 112px;
  background: #A8D5BA;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  margin: 0;
}
.arrowBox h4 {
  font-size: 28px;
  color: #232323;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 800;
}
.arrowBox .arrow_thumb {
  position: absolute;
  right: -65px;
  top: -50px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.sec_arrow .col-12.col-md-2 {
  position: relative;
}
.sec_arrow .col-12.col-md-2:nth-child(even) .arrowBox h2 {
  background: #000857;
}
.video {
  position: relative;
  height: 682px;
}
.video .vid_thumb {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.video .play_video {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6B35;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
section.itworksSec {
    padding: 50px 0;
}
section.itworksSec .btn-custom {
    margin-bottom: 10px;
    padding: 16px 16px;
}
.secVideo {
  padding: 50px 0 100px;
}
.secMedia {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
}
.secMedia .slick-slide {
    margin: 0 10px;
}
.secMedia .slick-list {
    padding-top: 40px;
    margin-top: -40px;
}
.mdBox {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  height: 370px;
  padding: 40px 36px 40px;
  transition: all 0.4s;
  text-align: -webkit-center;
}
.mdBox h3 {
  color: #000857;
  font-size: 28px;
  margin: 0;
  font-weight: 800;
  margin-bottom: 20px;
}
.mdBox .md_thumb img {
    width: 90px;
}
.mdBox p {
    font-size: 18px;
}
.mdBox .md_thumb {
  margin-bottom: 25px;
}
.mdBox:hover {
  transform: translateY(-20px);
  background: #A8D5BA;
}
.secMedia .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.secMedia .btn-custom:hover,.secMedia .btn-custom.btn-white {
  background: #fff;
  color: #000857;
}
.secMedia .btn-custom.btn-white:hover {
  background: #ff6b35;
  color: #fff;
}
.btns_dv {
  display: flex;
  gap: 20px;
}
.secMedia .btns_dv {
  justify-content: center;
}
.counters {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
.counter .ct_nbr {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000857;
  border: 7px solid #000857;
  border-radius: 100%;
  font-size: 50px;
  font-weight: 900;
  margin: 0 auto;
}
.counter {
  text-align: center;
}
.counter h3 {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  margin-bottom: 0;
  margin-top: 20px;
}
.secProof .row {
  margin-top: 56px;
}
.btn-custom.btn-rev {
  background: #000857;
}
.btn-custom.btn-rev:hover {
  background: #ff6b35;
}
.secContact {
  padding: 100px 0 0;
}
.secContact h3 {
    margin-top: 24px;
}
.ct_info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ct_info ul li:not(:last-child) {
  border-bottom: 2px solid #232323;
  padding-bottom: 43px;
  margin-bottom: 30px;
}
.ct_info ul li strong {
  display: block;
  font-size: 28px;
  color: #000857;
  font-weight: 800;
}
.ct_info ul li a {
  display: inline-block;
  text-decoration: none;
  color: #232323;
}
.ct_info ul li {
  position: relative;
  padding-left: 70px;
  font-size: 18px;
}
.ct_info ul li .icon {
  position: absolute;
  left: 0;
  top: 20px;
}
.ct_info {
  margin-top: 40px;
  padding-right: 90px;
}
.form .field .form-control {
  height: 40px;
  border: none;
  border-bottom: 1px solid #7e80b1;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  color: #989898;
  box-shadow: none;
  outline: none;
}
.form .field .form-control::placeholder {
  color: #989898;
}
.form .field textarea.form-control {
  height: 184px;
}
.form .field {
  margin-bottom: 40px;
}
.ct_form {
  border: 1px solid #b5b2b2;
  padding: 50px 40px;
  border-radius: 20px;
}
.form .btn-custom {
  background: #FF6B35;
  padding: 16px 32px;
}
.form .btn-custom:hover {
  background: #000857;
}
section.disclaimer {
    padding-top: 100px;
}
section.disclaimer img {
    width: 100%;
    border-radius: 20px;
}
section.faqsSec {
    padding-bottom: 120px;
    padding-top: 120px;
}
section.faqsSec .accordion .accordion-item:last-child {
    margin: 0 !important;
}
#kkrFaqs .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s ease;
  margin-bottom: 20px;
}
#kkrFaqs .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

#kkrFaqs .accordion-button {
  background: #f8f9fc;
  padding: 28px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  border: none;
}
#kkrFaqs .accordion-button:not(.collapsed) {
  color: #000956;
  background: #eef4ff;
  box-shadow: none;
}
#kkrFaqs .accordion-button:focus {
  box-shadow: none;
  border: none;
}
#kkrFaqs .accordion-body {
  background: white;
  padding: 18px 22px;
  font-size: 18px;
  line-height: 1.55;
}
#kkrFaqs .accordion-collapse {
  transition: height .35s ease;
}
section.newletter {
    padding-bottom: 80px;
}
section.newletter .row .col-md-12 {
    text-align: center;
    background-image: url(../../assets/images/newsletter.png);
    padding: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
section.newletter .row h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 900;
}
.btn-custom.updatebtn {
    background: #F5F5F5;
    color: #A8D5BA;
    font-size: 20px;
}
footer {
    background-image: url(../../assets/images/footerbg.png);
    padding-top: 108px;
    background-size: cover;
    background-position: top;
    z-index: 99;
    position: relative;
    margin-top: -80px;
}
footer h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px;
}
.maininner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 12px;
}
.maininner ul li a {
    font-size: 18px;
    margin-bottom: 7px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
}
footer img.mb-3 {
    margin-bottom: 50px !important;
}
.colophon {
    padding-top: 14px;
    border-top: solid 1px #F5F5F5;
    margin-top: 44px;
    padding-bottom: 14px;
}
.colophon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.colophon ul img {
    width: 30px;
}
.colophon p.text-right {
    text-align: right;
}

.colophon ul li {
    margin: 0 8px;
}
.colophon p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.colophon .row {
    align-items: center;
}

.colophon p a {
    color: #fff;
}
section.itworksSec .row .col-md-6:last-child, .universeSec .row .col-md-6:first-child, section.itworksSec .row .col-md-6:first-child {
    position: sticky;
    top: 20px;
    height: fit-content;
}
section.itworksSec img {
    border-radius: 20px;
    width: 100%;
}
section.secMeet {
    padding-bottom: 0;
    padding-top: 0;
}
section.secMeet .slick-dots {
      bottom: -40px;
}
.imggslier img {
    margin: auto;
    height: 250px;
    width: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: solid 1px #000;
}
.imggslier h3 {
    font-size: 30px;
    margin-top: 18px;
}
.imggslier {
    margin: 0 15px;
}
.image-sliders {
    padding: 70px 0;
}

section.secMeet .slick-dots li button:before {
      color: #333;
      padding: 0 !important;
}
section.secMeet .slick-vertical .slick-slide {
      display: flex !important;
      align-items: center;
      justify-content: center;
}
section.secMeet .slick-dots li button {
    padding: 0 !important;
    width: 14px;
    height: 14px;
    background: #000857;
    border-radius: 50%;
}
section.secMeet .slick-dots li.slick-active button {
    background: #A8D5BA;
}
section.secMeet .slick-dots li button::before {
    content: "" !important;
}
section.secMeet .txt_head {
    padding-left: 50px;
    padding-top: 70px;
}
.secMeet .wrapper {
    background: url(../../assets/images/testbg.png);
    background-size: contain;
    background-position: top center;
    text-align: -webkit-center;
    background-repeat: no-repeat;
    padding-top: 40px;
}
.text-slider h2 {
    font-size: 50px;
    font-family: 'Montserrat';
    font-weight: 900;
    margin: 0;
    color: #fff;
}
.text-slider {
    background: #000857;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: -180px;
    width: 76%;
}

.my-imageslider img {
    width: 90%;
    height: auto;
    display: block;
    height: 620px;
    object-fit: scale-down;
    border: solid 14px #ff6015;
    object-position: top;
    padding: 30px;
    border-radius: 40px;
}
.my-imageslider .slick-dots {
    display: none !important;
}

.language-notice {
  background: linear-gradient(to bottom, #f0f8ff, #ffffff); /* Soft sky to white */
  text-align: center;
  padding: 20px;
  font-family: 'Montserrat', sans-serif; /* Match site font */
  font-size: 16px;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.notice-close {
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 999;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, 0);
  background: red;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
}
.notice-close:hover {
  color: #fff;
  background: #dd0000;
}
 
.language-notice strong {
  color: #003366;
  display: block;
  margin-bottom: 2px;
}
 
.language-notice a {
  color: #000956;
  text-decoration: underline;
  font-weight: 500;
}
 
.language-notice a:hover {
  color: #004499;
}
.language-notice p {
    margin: 0;
}
 
@media (max-width: 768px) {
  .language-notice {
    padding: 15px;
    font-size: 14px;
  }
}


.main-image {
    width: 300px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
  }
  .main-image:hover {
    transform: scale(1.05);
  }
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/popbg.png);
    z-index: 999;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
  }
  .video-slider {
    width: 100%;
}
.video-slider .slick-prev:before, .slick-next:before {
    font-size: 40px;
    font-family: 'Open Sans';
    background: #fff;
    color: #000;
    line-height: 1;
    opacity: 1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    padding: 16px 21px;
}
.video-slider .slick-prev:before {
    left: -77px;
    position: relative;
}
.video-slider .slick-next:before {
    right: -20px;
    position: relative;
}
.popup-video {
    width: 100%;
    height: 550px;
    border-radius: 60px;
    background: #000;
    object-fit: cover;
    overflow: hidden;
}
  .popup-box {
    border-radius: 50px;
    width: 100%;
  }
  .popup-thumb {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
  }
  .popup-thumb:hover {
    opacity: 0.8;
  }
  iframe {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    display: none;
  }
  .close-btn {
    position: absolute;
    top: 37px;
    right: 58px;
    background: #fff;
    color: #FF6B35;
    border-radius: 50%;
    font-size: 75px;
    line-height: 30px;
    width: 74px;
    height: 74px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 19px;
  }
  .popup-overlay .mainnpopup {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
  }
  .popup-overlay .container {
      height: 100%;
  }
  .itworksSec  .txt_head h3 {
    font-size: 30px;
    font-weight: 800;
}
.itworksSec  .txt_head ul {
    display: block;
    column-count: 2;
}


.clr-white {
  color: #fff !important;
}
.btn-custom-outline {
    background: #ff6015ad;
}
.btn-custom-outline:hover {
    background: #000956;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}





.galley {
    column-count: 2;
}
.galley img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
}






section.secProof {
    padding-top: 90px;
}

.scale {
      position: relative;
      width: 1140px;
      height: 670px;
      margin: auto;
    }

    .beam {
      position: absolute;
      top: 127px;
      left: 50%;
      width: 64%;
      height: 61px;
      background: url(../../assets/images/scale1.png);
      transform: translateX(-50%) rotate(0deg);
      border-radius: 6px;
      transition: transform 0.4s ease;
      background-size: cover;
      background-position: center;
      z-index: 9;
    }

    .stand {
      position: absolute;
      top: 56px;
      left: 50%;
      width: 290px;
      height: 630px;
      background: url(../../assets/images/scale2.png);
      transform: translateX(-50%);
      z-index: 1;
      background-size: cover;
      background-position: center;
      z-index: 9;
    }

    .plate {
      position: absolute;
      top: 160px;
      width: 350px;
      height: 430px;
      background: url(../../assets/images/scale3.png);
      border-radius: 50%;
      transition: all 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: contain;
      gap: 5px;
      background-position: center;
    }

    .plate img {
      width: 130px !important;
      height: 130px !important;
      border-radius: 20px;
      margin-bottom: -30px;
    }

    .left-plate {
      left: 70px;
      transform-origin: top center;
    }

    .right-plate {
      right: 70px;
      transform-origin: top center;
    }

    .toys {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .toy {
      border-radius: 10px;
      padding: 5px;
      cursor: grab;
      transition: transform 0.2s;
      margin: 0 0;
      width: 280px !important;
      height: 280px !important;
      object-fit: cover;
      border-radius: 27px;
    }

    .toy:active {
      transform: scale(1.1);
    }
    .plate img:nth-child(2), .plate img:nth-child(3), .plate img:nth-child(2), .plate img:nth-child(4), .plate img:nth-child(2), .plate img:nth-child(5) {
        margin-left: -110px;
    }
    h4.ft_pacific.ft_pacific_2 {
        font-size: 50px;
        color: #A8D5BA;
    }
    section.preloader {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        transition: 2s;
        z-index: 99999;
    }
    section.preloader img {
        width: 204px;
        height: 204px;
    }
    section.preloader:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 245px;
        background: url(../../assets/images/preloadervector.png);
        bottom: -160px;
    }
    section.preloader.hide {
        transform: translate(0, -150%);
    }
    img.childimgs {
        display: none;
    }

    @media screen and (max-width: 1560px) and (min-width: 1200px){
      body {
        zoom: 0.75;
        padding-top: 155vh;
      }
      .container {
          max-width: 1400px;
      }
    }

    @media screen and (max-width: 1199px) and (min-width: 992px){
      body {
          zoom: 0.6;
          padding-top: 83vh;
      }
      .container {
          max-width: 1400px;
      }
    }

    @media screen and (max-width: 767px){
      body {
          padding: 0;
      }
      .close-btn {
          width: 30px;
          height: 30px;
          font-size: 25px;
          padding: 0;
          line-height: 1.2;
          right: 20px;
          top: 20px;
      }
      iframe {
          height: 270px;
      }
      img.childimgs {
          display: block;
      }
      header#masthead {
          padding: 5px 0;
      }
      header#masthead .col-12 {
          width: 50%;
      }
      .toys {
          flex-wrap: unset;
      }
      .toys img.toy {
          width: 20% !important;
          height: 70px !important;
          border-radius: 10px;
          padding: 0 !important;
      }
      .scale {
          width: 347px;
          height: 310px;
      }
      .plate {
          width: 80px;
          height: 107px;
      }
      .beam {
          width: 70%;
          height: 22px;
          top: 52px;
      }
      .stand {
          width: 120px;
          height: 260px;
          top: 26px;
      }
      .left-plate {
          left: 24px;
          top: 68px;
      }
      .right-plate {
          right: 24px;
          top: 68px;
      }
      .plate img {
        width: 40px !important;
        height: 40px !important;
        border-radius: 5px;
        margin: 0 20px;
        padding: 0;
    }
      h4.ft_pacific.ft_pacific_2 {
          font-size: 30px;
          line-height: 1.2;
          text-align: center;
      }
      .txt_head h2 {
          font-size: 30px;
          line-height: 1.2;
      }
      .txt_head h1 {
          font-size: 28px;
          line-height: 1.2;
      }
      .txt_head h4 {
          font-size: 20px;
      }
      .secBanner {
          padding: 120px 0 65px;
          background-position: 24%;
          position: unset;
      }
      .fly_bird {
          height: 80px;
      }
      .moving-image {
          width: 70px;
      }
      .secAbout .clouds {
          top: -28px;
      }
      .secMethod .steps {
          display: block;
          margin-top: 20px;
      }
      .stepBox.step_2 {
          margin: 15px auto;
      }
      .stepBox {
          width: 230px;
          margin: auto;
          height: 230px;
      }
      .stepBox img {
          width: 29%;
          margin-bottom: 10px;
      }
      .stepBox h3 {
          font-size: 22px;
      }
      .stepBox p {
          font-size: 14px;
          line-height: 1.2;
      }
      .secMethod, .secMeet {
          padding-top: 40px;
      }
      .btn-custom {
          font-size: 14px;
          padding: 15px 20px;
          border-radius: 10px;
      }
      .sec_arrow {
          flex-wrap: unset;
          justify-content: flex-start;
          margin-top: 10px;
          margin-bottom: 40px;
          overflow: hidden;
          overflow-x: scroll;
      }
      .sec_arrow .col-12.col-md-2 {
          width: 50%;
      }
      .arrowBox h4 {
          font-size: 20px;
          margin-top: 10px;
      }
      .arrowBox h2 {
          width: 70px;
          height: 70px;
          font-size: 20px;
      }
      .arrowBox .arrow_thumb {
          top: 0;
      }
      .counter .ct_nbr {
          width: 100px;
          height: 100px;
          font-size: 26px;
      }
      .counter h3 {
          font-size: 18px;
      }
      .btns_dv {justify-content: center;}
      section.secProof .map {
          margin-top: 40px;
      }
      .secContact {
          padding: 30px 0;
      }
      section.secProof {
          padding-top: 30px;
      }
      section.secMedia {padding-top: 140px;padding-bottom: 50px;}
      .txt_head p {
          font-size: 14px;
          line-height: 1.7;
      }
      .xtra_links {
          justify-content: flex-end;
      }
      section.secAbout {
          padding: 45px 0 35px;
      }
      .section.secAbout .vector {}
      section.secAbout .vector {
          width: 80%;
          margin: auto;
      }
      section.secMeet .image-slider img {
          width: 40%;
      }
      .text-slider h2 {
          font-size: 30px;
      }
      .text-slider {
          margin-top: -120px;
      }
      section.secMeet .txt_head {
          padding-left: 0;
          padding-top: 100px;
      }
      section.secMeet {
          padding-bottom: 0;
      }
      section.secVideo {
          padding: 50px 0 0;
      }
      .video {
          height: 220px;
      }
      .video .play_video {
          top: 0;
          width: 50px;
          height: 50px;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
      }
      .mdBox {
          height: 120px;
          padding: 20px;
          margin-bottom: 20px;
      }
      .mdBox .md_thumb {
          margin-bottom: 20px;
          width: 30%;
      }
      .secMedia .row .col-md-3 {
          width: 50%;
      }
      .mdBox h3 {
          font-size: 18px;
          text-align: center;
      }
      section.secMedia {
          padding-top: 59px;
          padding-bottom: 30px;
      }
      .counter .ct_nbr {
          width: 100px;
          height: 100px;
          font-size: 26px;
      }
      .counter .ct_nbr {
      }
      .counter h3 {
          font-size: 18px;
      }
      .btns_dv {justify-content: center;}
      section.secProof .map {
          margin-top: 40px;
      }
      .secContact {
          padding: 30px 0;
      }
      section.secProof {
          padding-top: 30px;
      }
      section.secMedia {padding-top: 140px;padding-bottom: 50px;}
      .txt_head p, .txt_head li {
          font-size: 14px;
          line-height: 1.7;
      }
      .xtra_links {
          justify-content: flex-end;
      }
      section.secAbout {
          padding: 45px 0 35px;
      }
      section.secAbout .vector {
          width: 100%;
          margin: auto;
          margin-top: 20px;
      }
      section.secMeet .image-slider img {
          width: 40%;
      }
      .text-slider h2 {
          font-size: 30px;
      }
      .text-slider {
          margin-top: -120px;
      }
      section.secMeet .txt_head {
          padding-left: 0;
          padding-top: 100px;
      }
      section.secMeet {
          padding-bottom: 0;
      }
      section.secVideo {
          padding: 50px 0 50px;
      }
      .video {
          height: 220px;
      }
      .video .play_video {
          top: 0;
          width: 50px;
          height: 50px;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
      }
      .mdBox {
          height: fit-content;
          padding: 20px;
          margin-bottom: 20px;
          min-height: 230px;
      }
      .mdBox p {
          font-size: 14px;
      }
      .mdBox .md_thumb {
          margin-bottom: 20px;
          width: 30%;
      }
      .secMedia .row .col-md-3 {
          width: 50%;
      }
      .mdBox h3 {
          font-size: 18px;
          text-align: center;
      }
      section.secMedia {
          padding-top: 60px;
          padding-bottom: 70px;
      }
      .navbar-collapse {
          position: fixed;
          top: 0;
          left: 0;
          background: #fff;
          height: 100vh !important;
          width: 75%;
          padding: 16px;
          transform: translate(-100%, 0);
          transition: 0.5s;
      }
      .navbar-expand-lg .navbar-nav li:not(:first-child) {
          margin: 0;
      }
      .navbar-nav {
          margin: 0;
          padding-bottom: 30px;
      }
      .navbar-nav li.nav-item {
          margin-bottom: 15px !important;
      }
      .navbar-toggler {
          padding: 4px;
          background: #fff !important;
          outline: none !important;
          box-shadow: none !important;
      }
      .navbar-expand-lg .row {
          margin: 0;
      }
      .navbar-collapse.show {
          transform: unset !important;
      }
      .secBanner img.childimgs {
          width: 100%;
          margin: auto;
          margin-top: 30px;
      }
      .ct_info ul li strong {
          font-size: 20px;
      }
      .ct_info ul li {
          font-size: 16px;
          padding-left: 60px;
      }
      .ct_info ul li:not(:last-child) {
          padding-bottom: 23px;
          margin-bottom: 16px;
      }
      .ct_info ul li a br {
          display: none;
      }
      .ct_info {
          padding: 0;
      }
      .ct_info ul li .icon {
          top: 10px;
      }
      .ct_form {
          margin-top: 30px;
          padding: 20px;
      }
      .form .field {
          margin-bottom: 20px;
      }
      section.newletter .row .col-md-12 {
        padding: 20px;
      }
      section.newletter {
          padding: 0 15px;
          padding-bottom: 40px;
      }
      section.newletter .row h2 {
          font-size: 30px;
          margin-bottom: 20px;
      }
      .btn-custom.updatebtn {
          font-size: 16px;
      }
      .form .field textarea.form-control {
          height: 110px;
      }
      .form .field .form-control {
          font-size: 15px;
      }
      footer {
          padding-top: 90px;
          background-position: 83% 70%;
      }
      footer img.mb-3, footer img {
          width: 40%;
          margin-bottom: 10px !important;
          margin-right: 10px;
      }
      .maininner ul {
          padding: 0;
      }
      footer .maininner {
          padding-top: 20px;
      }
      footer h3 {
          font-size: 20px;
          margin-bottom: 19px;
      }
      .maininner ul li a {
          font-size: 15px;
      }
      .colophon p {
          text-align: center;
          font-size: 14px;
          margin-bottom: 10px;
      }
      footer .row .col-md-3:nth-child(2), footer .row .col-md-3:nth-child(3) {
          width: 50%;
      }
      footer li img {
          width: 77%;
          margin-bottom: 0 !important;
          margin-right: 0 !important;
      }
      .colophon p.text-right {
          text-align: center;
          margin-top: 10px;
          margin-bottom: 0;
      }
      .secMedia .row {
          margin-bottom: 20px;
      }
      section.preloader img {
          width: 150px;
          height: 150px;
      }
      .topbar a {
          font-size: 14px;
      }
      
      .topbar {
          display: none;
      }
      
      .txt_head h3 {
          font-size: 18px;
      }
      
      .secBanner .btn-custom {
          font-size: 12px;
          padding: 11px 9px;
      }
      
      .navbar-brand {
          width: 100px;
      }
      
      section.secAbout .row {
          flex-direction: column-reverse;
      }
      section.itworksSec .row .col-md-6:last-child, .universeSec .row .col-md-6:first-child, section.itworksSec .row .col-md-6:first-child {
          position: unset;
      }
      
      section.itworksSec {
      }
      
      section#WhyItWorks {
          padding-top: 0;
      }
      
      section.itworksSec img {
          margin-top: 20px;
          margin-bottom: 20px;
      }
      
      .itworksSec .txt_head h3 {
          font-size: 18px;
      }
      
      section#WhoItsFor {
          padding-bottom: 0;
      }
      
      section.faqsSec {
          padding-top: 40px;
          padding-bottom: 40px;
      }
      #kkrFaqs .accordion-button {
          font-size: 15px;
          padding: 20px 20px;
      }
      section.newletter .row .col-md-12 .btn-custom.updatebtn {
          margin-bottom: 14px;
      }
      
      section#contact-form {
          padding: 40px 0 140px !important;
      }
    }


    @media screen and (max-width: 991px) and (min-width: 768px) {
      .close-btn {
          width: 50px;
          height: 50px;
          font-size: 45px;
          padding: 0;
          line-height: 1.1;
          right: 20px;
          top: 20px;
      }
      img.childimgs {
          display: none;
      }
      header#masthead {
          padding: 5px 0;
      }
      header#masthead .col-12 {
          width: 50%;
      }
      .toys {
          flex-wrap: unset;
      }
      .toys img.toy {
          width: 25% !important;
          height: 160px !important;
          border-radius: 14px;
      }
      .scale {
          width: 397px;
          height: 400px;
      }
      .plate {
          width: 120px;
          height: 147px;
      }
      .beam {
          width: 100%;
          height: 32px;
          top: 52px;
      }
      .stand {
          width: 160px;
          height: 350px;
          top: 14px;
      }
      .itworksSec .txt_head ul {
          column-count: 1;
      }
      .plate img {
          width: 80px !important;
          height: 80px !important;
          margin: 0;
      }
      .left-plate {
          left: -36px;
          top: 68px;
      }
      .right-plate {
          right: -36px;
          top: 68px;
      }
      h4.ft_pacific.ft_pacific_2 {
          font-size: 30px;
          line-height: 1.2;
          text-align: center;
      }
      .txt_head h2 {
          font-size: 28px;
          line-height: 1.2;
      }
      .txt_head h1 {
          font-size: 30px;
          line-height: 1.2;
      }
      .txt_head h4 {
          font-size: 20px;
      }
      .secBanner {
          padding: 200px 0 65px;
          background-position: 24%;
          background: #dadae6 !important;
      }
      .fly_bird {
          height: 80px;
      }
      .moving-image {
          width: 70px;
      }
      .secAbout .clouds {
          top: -60px;
      }
      .secMethod .steps {
          margin-top: 20px;
      }
      .stepBox.step_2 {
          margin: 15px auto;
      }
      .stepBox {
          width: 200px;
          margin: auto;
          height: 200px;
      }
      .stepBox img {
          width: 29%;
          margin-bottom: 10px;
      }
      .stepBox h3 {
          font-size: 22px;
      }
      .stepBox p {
          font-size: 14px;
          line-height: 1.2;
      }
      .secMethod, .secMeet {
          padding-top: 40px;
      }
      .btn-custom {
          font-size: 14px;
          padding: 15px 20px;
          border-radius: 10px;
      }
      .sec_arrow {
          margin-top: 10px;
          margin-bottom: 40px;
      }
      .sec_arrow .col-12.col-md-2 {
      }
      .arrowBox h4 {
          font-size: 17px;
          margin-top: 10px;
      }
      .arrowBox h2 {
          width: 70px;
          height: 70px;
          font-size: 20px;
      }
      .arrowBox .arrow_thumb {
          top: -30px;
          width: 50%;
          left: 80px;
      }
      .counter .ct_nbr {
          width: 100px;
          height: 100px;
          font-size: 26px;
      }
      .counter h3 {
          font-size: 18px;
      }
      section.secProof .map {
          margin-top: 40px;
      }
      .secContact {
          padding: 30px 0;
      }
      section.secProof {
          padding-top: 30px;
      }
      section.secMedia {padding-top: 140px;padding-bottom: 50px;}
      .txt_head p {
          font-size: 14px;
          line-height: 1.7;
      }
      .xtra_links {
          justify-content: flex-end;
      }
      section.secAbout {
          padding: 45px 0 35px;
      }
      section.secMeet .image-slider img {
          width: 40%;
      }
      .text-slider h2 {
          font-size: 30px;
      }
      .text-slider {
          margin-top: -120px;
      }
      section.secMeet .txt_head {
          padding-left: 0;
          padding-top: 100px;
      }
      section.secMeet {
          padding-bottom: 0;
      }
      section.secVideo {
          padding: 50px 0 0;
      }
      .video {
          height: 220px;
      }
      .video .play_video {
          top: 0;
          width: 50px;
          height: 50px;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
      }
      .mdBox {
          height: 120px;
          padding: 20px;
          margin-bottom: 20px;
      }
      .mdBox .md_thumb {
          margin-bottom: 20px;
          width: 30%;
      }
      .secMedia .row .col-md-3 {
          width: 50%;
      }
      .mdBox h3 {
          font-size: 18px;
          text-align: center;
      }
      section.secMedia {
          padding-top: 59px;
          padding-bottom: 30px;
      }
      .counter .ct_nbr {
          width: 100px;
          height: 100px;
          font-size: 26px;
      }
      .counter .ct_nbr {
      }
      .counter h3 {
          font-size: 16px;
      }
      section.secProof .map {
          margin-top: 40px;
      }
      .secContact {
          padding: 30px 0;
      }
      section.secProof {
          padding-top: 30px;
      }
      section.secMedia {padding-top: 140px;padding-bottom: 50px;}
      .txt_head p, .txt_head li {
          font-size: 14px;
          line-height: 1.7;
      }
      .xtra_links {
          justify-content: flex-end;
      }
      section.secAbout {
          padding: 45px 0 35px;
      }
      section.secAbout .vector {
          width: 80%;
          margin: auto;
      }
      section.secMeet .image-slider img {
          width: 50%;
      }
      .text-slider h2 {
          font-size: 30px;
      }
      .text-slider {
          margin-top: -120px;
      }
      section.secMeet .txt_head {
          padding-left: 0;
          padding-top: 0;
      }
      section.secMeet {
          padding-bottom: 0;
      }
      section.secVideo {
          padding: 50px 0 50px;
      }
      .video {
          height: 340px;
      }
      .video .play_video {
          top: 0;
          width: 90px;
          height: 90px;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
      }
      .mdBox {
          height: 260px;
          padding: 30px 15px;
          margin-bottom: 20px;
      }
      .secBanner {
          position: unset;
      }
      body {
          padding: 0;
      }
      .mdBox p {
          font-size: 14px;
      }
      .mdBox .md_thumb {
          margin-bottom: 20px;
          width: 30%;
      }
      .secMedia .row .col-md-3 {
          width: 50%;
      }
      .mdBox h3 {
          font-size: 21px;
          text-align: center;
      }
      section.secMedia {
          padding-top: 60px;
          padding-bottom: 90px;
      }
      .navbar-collapse {
          position: fixed;
          top: 0;
          left: 0;
          background: #fff;
          height: 100vh !important;
          width: 75%;
          padding: 16px;
          transform: translate(-100%, 0);
          transition: 0.5s;
      }
      .navbar-expand-lg .navbar-nav li:not(:first-child) {
          margin: 0;
      }
      .navbar-nav {
          margin: 0;
          padding-bottom: 30px;
      }
      .navbar-nav li.nav-item {
          margin-bottom: 15px !important;
      }
      .navbar-toggler {
          padding: 4px;
          background: #fff !important;
          outline: none !important;
          box-shadow: none !important;
      }
      .navbar-expand-lg .row {
          margin: 0;
      }
      .navbar-collapse.show {
          transform: unset !important;
      }
      .secBanner img.childimgs {
          width: 80%;
          margin: auto;
          margin-top: 30px;
          display: block;
      }
      .ct_info ul li strong {
          font-size: 20px;
      }
      .ct_info ul li {
          font-size: 16px;
          padding-left: 60px;
      }
      .ct_info ul li:not(:last-child) {
          padding-bottom: 23px;
          margin-bottom: 16px;
      }
      .ct_info ul li a br {
          display: none;
      }
      .ct_info {
          padding: 0;
      }
      .ct_info ul li .icon {
          top: 10px;
      }
      .ct_form {
          margin-top: 30px;
          padding: 20px;
      }
      .form .field {
          margin-bottom: 20px;
      }
      section.newletter .row .col-md-12 {
        padding: 20px;
      }
      section.newletter {
          padding: 0 15px;
          padding-bottom: 40px;
      }
      section.newletter .row h2 {
          font-size: 30px;
          margin-bottom: 20px;
      }
      .btn-custom.updatebtn {
          font-size: 16px;
      }
      .form .field textarea.form-control {
          height: 110px;
      }
      .form .field .form-control {
          font-size: 15px;
      }
      footer {
          padding-top: 90px;
          background-position: 83% 70%;
      }
      footer img.mb-3 {
          margin-bottom: 20px !important;
      }
      .maininner ul {
          padding: 0;
      }
      footer .maininner {
          padding-top: 20px;
      }
      footer h3 {
          font-size: 22px;
          margin-bottom: 19px;
      }
      .maininner ul li a {
          font-size: 14px;
      }
      .colophon p {
          text-align: center;
          font-size: 15px;
          margin-bottom: 10px;
      }
      .colophon p.text-right {
          text-align: center;
          margin-top: 10px;
          margin-bottom: 0;
      }
      .secMedia .row {
          margin-bottom: 20px;
      }
      section.preloader img {
          width: 150px;
          height: 150px;
      }
    }