@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}
html, body, .wrapper {
  height: 100%;
}
html,
body {
  height: 100%;
}
/* vars */
:root{
  --primary:#e47835;
  --secondary:#ff9654;
}

h2,
h4,
h5 {
  color: #0e2b3d;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h2,
h4,
h5 {
  margin-bottom: 15px;
}

h2 {
  font-size: 36px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  line-height: 1.7;
}

li {
  font-family: "Heebo", sans-serif;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #0e2b3d;
}

a:hover {
  color: #0e2b3d;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
}

strong {
  font-weight: 900;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.navbar-brand{
  margin-top: 10px !important;
}

.bg-gray {
  background-color: #f3f7fd;
}

.text-light p,
.text-light a {
  color: #ffffff;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.align-center {
  align-items: center;
}

/* Button Animaton */
.btn-animate {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
}

.btn-animate {
  width: 12rem;
  height: auto;
}

.btn-animate .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: var(--primary);
  border-radius: 1.625rem;
}

.btn-animate .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.btn-animate .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.btn-animate .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.btn-animate .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: var(--primary);
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
}

.btn-animate:hover .circle {
  width: 100%;
}

.btn-animate:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.btn-animate:hover .button-text {
  color: #fff;
}
/* End Btn Animate */

footer .footerBg{
  background: #f9f9f9;
}

footer .footerBg p{
  color: #060816b1 !important;
}
.bg-dark {
  background: #060816 !important;
}

.bg-gradient {
  background: #104cba;
  background: linear-gradient( 90deg, rgb(224 118 52) 0%, rgb(14 43 61) 56% );
}

/* Gradient Button */

button,
button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

header {
  position: relative;
}

/* Navbar */

/* Star Off Canvas nav */
/* End Off Canvas nav */

.site-heading h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: var(--primary);
  font-size: 18px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading p {
  margin: 0;
  margin-top: 10px;
}

.site-heading h2 {
  display: block;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  line-height: 1.2;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--primary);
  position: relative;
  z-index: 1;
  left: 10px;
}

.site-heading .devider:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: var(--primary);
}

.area-title {
  line-height: 1.2;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.area-title {
  line-height: 1.2;
}

/* Fixed Shape */
.fixed-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.fixed-shape-bottom img {
  width: 100%;
}

/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.top-bar-area li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  height: 19px;
  width: 1px;
  border-left: 1px solid #dddddd;
}

.top-bar-area li:first-child::after {
  display: none;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .social ul {
  margin-left: 30px;
}

.top-bar-area .social ul li::after {
  display: none;
}

.top-bar-area .social li {
  margin-left: 10px;
}

.top-bar-area.inc-pad {
  padding: 15px 0;
}

.top-bar-area .info li i {
  margin-right: 5px;
  color: #104cba;
}

.top-bar-area.bg-gradient .info li i {
  color: #ffffff;
}



/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}


/* Carousel Indicators */

/* Content */
.banner-area .item .row div {
  height: auto;
}

.banner-area .bg {
  position: absolute;
  left: 0;
  top: 90px;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center left;
}

.banner-area.content-bg.circle-shape::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: url(assets/img/shape/5.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.2;
}

.banner-area.content-bg .content {
  padding: 50px;
  background: #ffffff;
  margin-top: 100px;
}

.banner-area .content {
  z-index: 9;
}

.banner-area .content h4 {
  margin-bottom: 25px;
}

.banner-area .content h2 {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.banner-area .content h2 strong {
  display: block;
}

.banner-area .content a {
  margin-top: 10px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{
  color: var(--primary);
}

/* ============================================================== 
     # Video Button Play
=================================================================== */

/* Nice Select CSS */

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

/* ============================================================== 
     # Services
=================================================================== */

.services-area {
  position: relative;
  z-index: 1;
}

.services-area .services-items .item-grid:nth-child(2) {
  margin-top: 50px;
}

.services-area .services-items .single-item {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.services-area .services-items .item::after {
  position: absolute;
  left: -110px;
  top: -110px;
  content: "";
  height: 100%;
  width: 100px;
  background: url(assets/img/shape/8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  transform: rotate(95deg);
}

.services-area .services-items .item i {
  display: inline-block;
  font-size: 50px;
  position: relative;
  z-index: 1;
  color: #104cba;
}

.services-area .services-items .single-item:nth-child(2n) .item i {
  color: #8a49a1;
}

.services-area
  .services-items
  .item-grid:last-child
  .single-item:first-child
  .item
  i {
  color: #57b957;
}

.services-area .services-items .item h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.services-area .services-items .item p {
  margin: 0;
}

.services-area .services-items .item .icon {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 95px;
  border-radius: 5px;
  text-align: center;
  min-width: 90px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

.services-area .services-items .item .icon::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 100%;
  width: 50px;
  background: rgba(8, 106, 216, 0.07);
  border-radius: 30px;
  transform: rotate(-45deg);
  margin-left: -25px;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item:hover .icon::after {
  left: 0;
  width: 100%;
  border-radius: 50%;
  transform: inherit;
  margin-left: 0;
}

.bottom-content {
  margin-top: 20px;
}

.bottom-content a {
  text-decoration: underline;
}

.bottom-content a:hover {
  color: #104cba;
}

.bottom-content p {
  margin-bottom: 0;
}

/* ============================================================== 
     # About Area
=================================================================== */
.about-area{
  position: relative;
  z-index: 99;
}
.about-area .thumb {
  position: relative;
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
}

.about-area .thumb img {
  border-radius: 50%;
  border: 15px solid #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
}

.about-area .thumb::after {
  position: absolute;
  left: -50px;
  top: 40px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.about-area .info {
  padding-left: 35px;
}

.about-area .info h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 25px;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-area .info a {
  margin-top: 10px;
}

.about-area .info ul li {
  font-weight: 400;
  color: #232323;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  text-align: left;
}

.about-area .info ul li:last-child {
  margin-bottom: 0;
}

.about-area .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f12a";
  font-family: "Flaticon";
  font-weight: 600;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #ffe8b2;
  text-align: center;
  border-radius: 50%;
  color: var(--primary);
  font-size: 12px;
}

.about-area .info .contact {
  display: flex;
  border-top: 1px dashed #dddddd;
  margin-top: 25px;
  padding-top: 25px;
  justify-content: space-between;
  align-items: center;
}

.about-area .info .contact p,
.about-area .info .contact h4 {
  margin: 0;
}

.about-area .info .contact h4 {
  font-weight: 600;
}

.about-area .info .contact i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--primary);
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  margin-right: 5px;
}

.about-area .info .contact i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: var(--secondary);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}


/* ============================================================== 
     # Our Process
=================================================================== */

.work-process-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.03;
}
.work-process-area ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.work-process-area  ul li {
  font-weight: 500;
  color: #232323;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.work-process-area  ul li:last-child {
  margin-bottom: 0;
}

.work-process-area  ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f12a";
  font-family: "Flaticon";
  font-weight: 600;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #ffe8b2;
  text-align: center;
  border-radius: 50%;
  color: var(--primary);
  font-size: 12px;
}
/* ============================================================== 
     # Contact
=================================================================== */
.contact-area{
  padding-top: 120px;
}
.contact-area.half-bg {
  position: relative;
  z-index: 1;
}

.contact-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 200px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.contact-area .item {
  display: flex;
}

.contact-area .item i {
  display: inline-block;
  font-size: 30px;
  border-radius: 5px;
  margin-right: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: var(--primary);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.contact-area .item i::after {
  position: absolute;
  right: -10%;
  bottom: -10%;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--secondary);
  z-index: -1;
  border-radius: 5px;
  opacity: 0.3;
}

.contact-area .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.contact-area .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.contact-area .item h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-right: 25px;
}

.contact-area .item p {
  margin: 0;
  margin-top: -7px;
}

.contact-area .content {
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
}

.contact-area .content h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-area .content p {
  margin: 0;
}

.contact-area .content .heading {
  margin-bottom: 30px;
}

.contact-area .content input,
.contact-area .content textarea {
  background: #fafafa;
  border: 1px solid #f7f7f7;
  padding: 15px;
}

.contact-area .content textarea {
  min-height: 150px;
}

.contact-area .content form button {
  background: linear-gradient(
    90deg,
    var(--primary) 0%,
    var(--secondary) 56%
  );
  color: #ffffff;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 30px;
}



/* ============================================================== 
     # Footer
=================================================================== */

footer {
  position: relative;
}

/* Footer Top */

/* Footer Main */

footer.bg-dark p {
  color: #c2d1e2;
}

footer.bg-dark p {
  color: #c2d1e2;
}

/* Footer Bottom */

footer .footer-bottom {
  padding: 30px 0;
}

footer .footer-bottom p {
  margin: 0;
}

/* ============================================================== 
     # Preloader 
=================================================================== */

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #ffffff;
  text-align: center;
}
