@charset "utf-8";
/* CSS Document */

/*.header.header-3 .header-nav-wrapper .navbar .container:before {
    background: url(../images/header2-bg.png) no-repeat 50%/cover;
}
*/
.header.header-3 .header-nav-wrapper .navbar .container:before {
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.bg-primary {
    background-color: #ff9900!important;
}

:root {
    --font-family-base: "Outfit",sans-serif;
    --font-family-headings: "Funnel Display",sans-serif;
    --font-family-btn: "Outfit",sans-serif;
    --bs-border-color: #d8dde1;
    --font-size-base: 18px;
    --font-weight-base: 400;
    --line-height-base: 1.25;
    --primary: #ff9900;
    --primary-rgb: 253,85,35;
    --white: #fff;
    --white-rgb: 255,255,255;
    --shade: #ecf0f1;
    --success: #23e219;
    --body-color: #535353;
    --border-color: #d8dde1;
    --black: #000;
    --dark-rgb: 2,14,40;
    --dark: #1e1e1e;
    --headings-color: #716f6e;
    --blue: #1d1354;
    --light: #f7f7f7;
    --light-alt: #fff9f9;
    --mute: #788094;
    --mute-alt: #b0b2b8;
    --danger: #dc3545;
}

section.promo-sec .parallax-overly {
    z-index: -1;
    background-color: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    background: linear-gradient(178deg, #000000, transparent);
    filter: alpha(opacity=60);
}

.contact-form .form-inner {
    max-width: 630px;
    padding: 40px;
    background: rgb(255 255 255 / 23%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
}

.sec-padding2 {
    padding: 5px 0 5px;
}

.contact-card {
    background-color: var(--white);
    border: 0px solid var(--border-color);
    padding: 0 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 0;
    position: relative;
    gap: 20px;
    border-left: 1px solid #f90;
}

.experien-stat {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--headings-color);
}

.display-3 {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-weight: 800;
    line-height: 1.0;
    font-size: 38px !important;
}

.display-6 {
    font-family: var(--font-family-headings,"Onest",sans-serif);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
}

.bg-shade {
    background-color: #e5e5e5 !important;
}

.header.header-3 .header-top {
    padding: 18px 55px !important;
    background: #5d5d5d !important;
    font-size: 14px;
}

.contact-form .form-inner .form-group input, .contact-form .form-inner .form-group textarea {
    border-radius: 6px;
}

.sec-padding {
    padding: 60px 0;
}

section.promo-sec {
    padding: 200px 0 100px;
    background-color: #d9d9d9;
    background-blend-mode: multiply;
}

.contact-sec .tab-pane iframe, .round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 15px 0 0 15px;
}

.faq-accordion {
    padding: 50px 0px;
    border: 0px solid #ebebeb;
}

.parallax-overly2 {
    position: absolute;
    inset: 0;
    background-color: #c9c9c9;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    mix-blend-mode: multiply;
    z-index: -1;
}

.display-2, .sec-title {
    font-size: 40px;
}

.tracking-cta-sec2 {
    padding: 80px 0 300px;
}

.faq-accordion .accordion-item .accordion-button {
    border: 0;
    box-shadow: none!important;
    border-radius: 0px!important;
    font-size: 20px;
    font-weight: 800;
    border-left: 4px solid #ff9900 !important;
    padding-left: 10px;
}

.sol-box:before {
    border: 2px dotted var(--primary);
    border-radius: 10px;
    width: 300px;
    height: 450px;
    background-color: #ff9900;
    top: 50px;
    left: 100px;
}

.about-sec2 .about-media-box .about-sm img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 10% 10% 10% 25%;
    border: 7px solid #e9e9e9;
}

.lead, .lead-sm {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
}

.footer-widgets {
    margin-top: 60px;
    padding: 50px 0;
}

.footer-2 .footer-bottom, .footer-3 .footer-bottom {
    background: var(--primary);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.footer-nav ul li a {
    color: var(--white);
    display: block;
    padding: 16px 20px 16px;
}

.text-info {
    color: #fff!important;
    font-size: 15px;
}

.about-sec2 {
    padding-top: 120px;
    position: relative;
    padding-bottom: 40px;
}
 
.experien-stat:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 46px;
    width: 32px; 
    height: 20px;
    background: linear-gradient(0deg, #ff9900, #cb7a00);
    -webkit-clip-path: polygon(100% 0,0 0,100% 100%);
    clip-path: polygon(100% 0,0 0,100% 100%);
}

.img-fluid {
    max-width: 100%;
    height: fit-content !important;
}

.about-sec3 .about-media3 .ab-sm-ft {
    margin-left: -80px;
    margin-top: -230px;
}

.sol-box .sol-media img:nth-child(2) {
    top: 50px;
    position: relative;
    left: -240px;
    border: 4px solid #e5e5e5;
}

.about-sec2 .about-media-box .about-sm {
    position: absolute;
    right: 10%;
    top: -20%;
}

ul.check li:before {
    content: "";
    background: url(../images/icons/arrow-right.svg) no-repeat 0;
    left: -26px;
    top: 0px;
}

.display-1 {
    font-size: 54px;
    line-height: 1 !important;
    margin-bottom: 30px;
}

.about-sec2 .about-media-box:before {
    height: 360px;
    width: 10px;
    background-color: #ff9900;
    left: -10px;
    position: absolute;
    top: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-sec2 .slide-item:before {
    background: linear-gradient(100deg, #000000, #0000009c, transparent);
    z-index: 1;
}

.slider-sec2 .slide-item .slide-content h1 {
    color: var(--white);
    line-height: 84px;
    margin-bottom: 30px;
    text-transform: none;
    font-weight: 700;
}

.slider-sec2 .custom-nav {
    background: var(--primary);
    padding: 15px 25px;
    width: 225px;
    height: 110px;
    left: 50%;
    bottom: 0;
    right: 0px;
}
.slider-sec2 .custom-nav:after {
    content: "";
    position: absolute;
    right: -49px;
    bottom: 0px;
    background-color: transparent;
    width: 0;
    height: 0;
    border-top: 110px solid var(--primary);
    border-right: 50px solid transparent;
    border-bottom: 0px solid;
}

.slider-sec2:before {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 45px 60px;
    z-index: 2;
    width: 270px;
    height: 110px;
    left: auto;
    top: auto;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: rgb(113 111 110);
    border-color: rgb(113 111 110);
    color: #fff;
}

.slider-sec2 .slide-item {
    padding: 310px 0 250px;
}

ul.check2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-primary {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 0px 0px rgba(0,0,0,0);
  z-index: 9999;
  transition: all 0.3s ease;
}

.whatsapp-float svg {
  width: 20px;
  height: 20px;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
}
@media screen and (max-width: 990px) 
{
	
}
@media screen and (max-width: 425px) 
{
	.about-sec2 ul.check li 
	{
		flex: 0 0 100%;
	}
}