@charset "UTF-8";

a,
address,
b,
body,
center,
div,
font,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
label,
li,
p,
s,
span,
tr,
ul,
var {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
}
* {
  box-sizing: border-box;
}

figure,
main,
nav,
section {
  display: block;
}
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style-position: inside;
  margin: 0 0 1.5em;
  padding: 0;
}
a img {
  border: none;
}

img {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
::selection {
  color: #fff;
  background: #111;
}
.clear:after,
.clear:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.widget:after {
  clear: both;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.857em;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #6d6d6d;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: "Nunito", sans-serif;
  font-weight: bolder;
  text-transform: capitalize;
  color: #111;
  font-size: 75px;
  line-height: 80px;
  letter-spacing: 0.04em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.read-more-button {
  background-color: #0d2146;
  border-radius: 30px;
  color: #ffffff !important;
  padding: 15px 20px;
  display: inline-block;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.justify-end{
    justify-items: end;}

.top-title-special {
  position: relative;
  right: -5%;
}
.orange-gradient-text {
  color: #f47b13;
  background: linear-gradient(
    90deg,
    rgba(251, 116, 0, 1) 0%,
    rgba(244, 123, 19, 1) 75%,
    rgba(195, 98, 13, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-title-sub {
  color: #0d2146e0;
  font-size: 15px;
  font-weight: 500;
}

h1 a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h1 a:hover {
  color: #111;
}

h2 a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h2 a:hover {
  color: #111;
}

h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
  font-size: 45px;
  line-height: 43px;
  letter-spacing: 0.06em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h3 a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h3 a:hover {
  color: #111;
}

h4 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.06em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4 a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h4 a:hover {
  color: #111;
}

h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.08em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h5 a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h5 a:hover {
  color: #111;
}

h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.4em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6 a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h6 a:hover {
  color: #111;
}
a,
p a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
a:hover,
p a:hover {
  color: #111;
}
p {
  margin: 10px 0;
  line-height: 1.857em;
}
.qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-grid > .qodef-grid-inner {
  margin: 0 0px;
}
.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
}
.qodef-grid .qodef-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left;
}
@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--12 {
    width: 100%;
  }
}
#qodef-page-outer {
  position: relative;
}
#qodef-page-inner {
  position: relative;
  padding: 0px 0 100px;
}
#qodef-page-content.qodef-layout--template
  .qodef-page-content-section.qodef-col--12 {
  margin-bottom: 0;
}
.widget {
  margin: 0 0 35px;
}
.widget:last-child {
  margin-bottom: 0 !important;
}
.widget a {
  color: #111;
}
.widget a:hover {
  color: #111;
}
.widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 1px;
}
.widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}
.widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 1px;
  margin-left: 1em;
}

.widget.widget_nav_menu ul li a {
  font-size: 14px;
  line-height: 35px;
}
@media only screen and (max-width: 1024px) {
  .reverse-column{display: flex ; flex-direction: column-reverse;}
  
  .qodef-interactive-link-showcase.qodef-layout--list{
    height: auto;
}
}
@media only screen and (max-width: 768px) {
  .justify-end {justify-items: center;}
}
@media (max-width: 1200px) {
     h1 {
        font-size: 58px;
        line-height: 64px;
    }

    .top-title-sub {
        font-size: 14px;
    }

    .read-more-button {
        font-size: 14px;
        padding: 12px 18px;
    }
    .text-allign-justify{text-align: center;}
}

@media (max-width: 991px) {
     h1 {
        font-size: 46px;
        line-height: 52px;
    }

    .top-title-sub {
        font-size: 13px;
        text-align: center;
    }

    .top-title-special {
        position: static;
        text-align: center;
    }

    .read-more-button {
        display: block;
        margin: 0 auto;
        font-size: 13px;
        padding: 10px 16px;
        text-align: center;
    }

    .orange-gradient-text {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }
}

@media (max-width: 767px) {
     h1 {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
    }

    .top-title-sub {
        font-size: 13px;
        text-align: center;
    }

    .orange-gradient-text {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .read-more-button {
        font-size: 12px;
        padding: 10px 14px;
        width: auto;
    }

    .top-title-special {
        position: static;
        text-align: center;
    }
}

@media (max-width: 575px) {
     h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .top-title-sub {
        font-size: 12px;
        padding: 0 10px;
    }

    .orange-gradient-text {
        font-size: 24px;
        line-height: 30px;
    }

    .read-more-button {
        width: 100%;
        max-width: 300px;
    }
}


@media (max-width:1850px) {
    .elementor-section-slider{
        width: 90%;
        margin: 0 auto;
    }

    .qodef-interactive-link-showcase.qodef-layout--list{
        height: auto;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef-e{
        font-size: 20px;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active{
        font-size: 25px;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title:before{
        top: calc(60% - 8px);
        height: 3px;
    }
}

@media (max-width:2200px) {
    .elementor-section-slider{
        width: 85%;
        margin: 0 auto;
    }

    .qodef-interactive-link-showcase.qodef-layout--list{
        height: 85vh;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef-e{
        font-size: 25px;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active{
        font-size: 30px;
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title:before{
        top: calc(60% - 8px);
        height: 3px;
    }
}
@media (max-width: 992px) {
    .footer-logo {
        max-width: 200px;
    }
}

.bg-text-color {
  background-color: #f47b13;
}
.bold{font-weight: bold;}
.text-allign-justify{text-align: justify;}

.gap-2 {
  gap: .5rem!important
}

.gap-3 {
  gap: 1rem!important
}
.choose-text{font-family: "Nunito", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  color: #111;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.08em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;}
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: background-color 0.3s ease, opacity 0.3s ease;
  }
  
  .modal.show {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
  
  .modal-content {
    position: relative;
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  
  .modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
  }
  
  .modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }
  
  .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 35px;
    color: white;
    cursor: pointer;
    padding: 5px;
    opacity: 0.8;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  
  .close-btn:hover {
    opacity: 1;
    transform: scale(1.1);
  }
