
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;1,500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,700&amp;display=swap");
body {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    color: #222;
}

a {
    display: inline-block;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #ff3c00;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    box-shadow: none;
    border: none;
}

button:focus {
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
}

h3 {
    font-size: 22px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

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

ul {
    list-style:none;
    padding: 0;
    margin: 0; line-height: 1.8;
}
.list ul {
    list-style:none;
    padding: 0;
    margin: 0; line-height: 1.5; margin-left: 20px;
}
.list ul li::before {
    content: "\2023";
    color: red;
    font-weight: bold;
    display: inline-block; 
width: 1em;
    margin-left: -1em;
  }

.form-control {
    height: 50px;
    color: #ff3c00;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::placeholder {
    color: #676a6a;
    font-size: 15px;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #ff3c00;
}

.form-control:hover:focus,
.form-control:focus {
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

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

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*
Bg-color Style*/

.bg-color {
    background-color: #f9f9ff;
}

.fdfcf8-bg-color {
    background-color: #fdfcf8;
}

/*
Default Btn Area Style*/

.default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 40px;
    line-height: 1;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #ff3c00;
    border-radius: 4px;
    border: 1px solid #ff3c00;
}

.default-btn:hover {
    color: #ff3c00;
    border-color: #ff3c00;
    background-color: #ffffff;
}

/*
Read More Btn Area Style*/

.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #232323;
    position: relative;
}

.read-more i {
    color: #ff3c00;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all ease 0.5s;
    opacity: 0;
}

.read-more:hover {
    color: #ff3c00;
}

.read-more:hover i {
    left: 80px;
    opacity: 1;
}

/*
Section Title Area Style*/

.section-title {
    /* max-width: 750px; */
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
}

.section-title .top-title {
    text-transform: uppercase;
    color: #ff3c00;
    display: block;
    margin-bottom: 10px;
    margin-top: -5px;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
}

.section-title h2 span {
    color: #ff3c00;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title.white-title span {
    color: #ff3c00;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.section-title.white-title p {
    color: #ffffff;
}

/*
Header Style
======================================================*/

.header-area {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.top-header-area {
    background: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-header-area .heading-left-part {
    line-height: 1;
}

.top-header-area .heading-left-part li {
    display: inline-block;
    transition: all ease 0.5s;
    padding: 0 10px;
    border-right: 1px solid #eeeeee;
    color: #fff;
    position: relative;
    top: -2px;
}

.top-header-area .heading-left-part li span {
    display: inline-block;
    margin-right: 5px;
}

.top-header-area .heading-left-part li:first-child {
    padding-left: 0;
}

.top-header-area .heading-left-part li:last-child {
    border-right: none;
    padding-right: 0;
}

.top-header-area .heading-left-part li a {
    color: #fff;
    font-size: 14px;
}

.top-header-area .heading-left-part li a:hover {
    color: #ff3c00;
}

.top-header-area .heading-left-part li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #e4282c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    transition: all ease 0.5s;
    margin-right: 5px;
    position: relative;
    top: 2px;
    transition: all ease 0.5s;
}

.top-header-area .heading-left-part li:hover i {
    background-color: #ff3c00;
    color: #ffffff;
}

.top-header-area .heading-right-part {
    float: right;
}

.top-header-area .heading-right-part li {
    display: inline-block;
    color: #000;
}

.top-header-area .heading-right-part li a {
    padding: 0 5px;
}

.top-header-area .heading-right-part li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color:#e4282c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    transition: all ease 0.5s;
}

.top-header-area .heading-right-part li a:hover i {
    color: #ffffff;
    background-color: #ff3c00;
}

.top-header-area .heading-right-part li:first-child a {
    padding-left: 0;
}

.top-header-area .heading-right-part li:last-child a {
    padding-right: 0;
}

/*
Nav Area Style
======================================================*/

.navbar-area .main-nav {

    padding-top: 0;
    padding-bottom: 0;
}

.navbar-area .main-nav .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-area .main-nav .navbar {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
    font-size: 0;
    padding: 0;
    margin-right: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 0 0; 
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    transition: all ease 0.5s;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    z-index: -1;
    transition: all ease 0.5s;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #e4282c;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #000;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
    width: 100%;
    right: auto;
    left: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 98%;
    left: 15px;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    transform: scaleX(0);
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    color: #000;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    transition: all ease 0.5s;
    font-size: 20px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    display: none;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ff3c00;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ff3c00;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: -2px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -98%;
    top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scaleX(0);
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #ff3c00;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #ff3c00;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ff3c00;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -2px !important;
    transform: scaleX(1);
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: -100%;
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 97%;
    transform: scaleX(1);
}

.navbar-area .others-option .gat-start .default-btn {
    background-color: #ffffff;
    color: #ff3c00;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

/*
Mobile Nav Area Style
======================================================*/

.mobile-nav {
    display: none;
}

/*
Banner Area Style
======================================================*/

.banner-area {
    position: relative;
    overflow: hidden;
}

.banner-slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 190px;
    padding-bottom: 165px;
}

.banner-slider-item.bg-1 {
    background-image: url(../img/banner-img/banner-bg-1.jpg);
}

.banner-content {
    max-width: 600px;
    margin-left: auto;
    margin-top: 90px;
}

.banner-content span {
    font-size: 18px;
    color: #232323;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.banner-content h1 {
    font-size: 60px;
    color: #232323;
    margin-bottom: 20px;
}

.banner-content p {
    margin-bottom: 30px;
}

.banner-content .banner-btn .active {
    margin-right: 30px;
}

.banner-img-1 {
    position: absolute;
    top: -275px;
}

/*
About Area Style
======================================================*/

.about-content {
    margin-left: 30px;
}

.about-content .top-title {
    text-transform: uppercase;
    color: #ff3c00;
    display: block;
    margin-bottom: 10px;
    margin-top: -5px;
}

.about-content h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.about-content h2 span {
    color: #ff3c00;
}

.about-content ul {
    margin-top: 25px;
}

.about-content ul li {
    position: relative;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 10px;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.about-content ul li h3 {
    margin-bottom: 10px;
}

.about-content ul li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    line-height: 1;
    color: #ff3c00;
}

.about-content .default-btn {
    margin-top: 20px;
}

/*
Services Area Style
======================================================*/

.single-services-box {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    /* padding: 30px; */
    margin-bottom: 30px;
    transition: all ease 0.5s;
    border-radius: 4px;
}

.single-services-box .services-img {
    position: relative;
     border-radius:10px;
}

.single-services-box .services-img img {
    border-radius: 4px;
}

.single-services-box .services-img i {
    position: absolute;
    bottom: -35px;
    right: 30px;
    font-size: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 50px;
    color: #ff3c00;
    text-align: center;
    transition: all ease 0.5s;
}
.services-content{
    padding: 20px;
}
.single-services-box .services-content h3 {
    margin-bottom: 10px;
}

.single-services-box:hover {
    transform: translateY(-5px);
}

.single-services-box:hover .services-img i {
    transform: rotateX(360deg);
}

.single-services-box:hover .read-more {
    color: #ff3c00;
}

.single-services-box:hover .read-more i {
    left: 80px;
    opacity: 1;
}

.services-area-two {
    background-color: #fff;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.single-counter img{width: 70px;}
.services-area-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    z-index: -1;
}

.single-services-box-two {
    border: 1px solid rgba(255, 255, 255, 0.3098039216);
    padding: 30px;
    margin-bottom: 30px;
    transition: all ease 0.5s;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-services-box-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff3c00;
    z-index: -1;
    transform: scaleX(0);
    transition: all ease 0.5s;
}

.single-services-box-two .icon {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #ff3c00;
    text-align: center;
    transition: all ease 0.5s;
    background-color: #ffffff;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    display: inline-block;
    margin-bottom: 20px;
}

.single-services-box-two h3 {
    margin-bottom: 15px;
    color: #ffffff;
}

.single-services-box-two p {
    color: #ffffff;
}

.single-services-box-two .read-btn {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease 0.5s;
    transform: scaleX(0);
}

.single-services-box-two .read-btn i {
    line-height: 52px;
    font-size: 25px;
    position: relative;
    left: 2px;
}

.single-services-box-two:hover {
    border-color: #ff3c00;
    transform: translateY(-5px);
}

.single-services-box-two:hover .icon {
    border-radius: 50%;
}

.single-services-box-two:hover .read-btn {
    transform: scaleX(1);
}

.single-services-box-two:hover:before {
    transform: scaleX(1);
}

/*
Choose Us Area Style
======================================================*/

.choose-us-area {
    background-color: #000;
    position: relative;
    z-index: 1;
}

.choose-us-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background-image: linear-gradient(to right, #f18d01, #db3028);
    z-index: -1;
}

.choose-us-content {
    margin-left: 30px;
}

.choose-us-content .top-title {
    text-transform: uppercase;
    color: #ff3c00;
    display: block;
    margin-bottom: 10px;
    margin-top: -5px;
}

.choose-us-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #ffffff;
}

.choose-us-content h2 span {
    color: #ff3c00;
}

.choose-us-content p {
    color:#fff;
}

.choose-us-content ul {
    margin-top: 25px;
}

.choose-us-content ul li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 25px;
}

.choose-us-content ul li:last-child {
    margin-bottom: 0;
}

.choose-us-content ul li h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.choose-us-content ul li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    line-height: 1;
    color: #ff3c00;
}

.choose-us-img-1 {
    position: relative;
}

.choose-us-img-1 .experience {
    position: absolute;
    right: -30px;
    bottom: 30px;
    text-align: right;
}

.choose-us-img-1 .experience h3 {
    background-color: #ff3c00;
    color: #ffffff;
    font-size: 30px;
    padding: 10px 30px;
    margin-bottom: 10px;
}

.choose-us-img-1 .experience .experiences {
    display: inline-block;
    margin-bottom: 0;
}

/*
Team Area Style
======================================================*/

.single-team-member {
    transition: all ease 0.5s;
    margin-bottom: 30px;
}

.single-team-member .team-content {
    background-color: #232323;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    transition: all ease 0.5s;
}

.single-team-member .team-content span {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.single-team-member .team-content h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 22px;
}

.single-team-member .team-content .team-social .control {
    width: 40px;
    height: 40px;
    line-height: 43px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ff3c00;
}

.single-team-member .team-content .team-social ul {
    position: absolute;
    top: -130px;
    right: 30px;
    opacity: 0;
    transition: all ease 0.5s;
}

.single-team-member .team-content .team-social ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    transition: all ease 0.5s;
}

.single-team-member .team-content .team-social ul li:nth-child(4) a i {
    transform: translateY(40px);
}

.single-team-member .team-content .team-social ul li:nth-child(3) a i {
    transform: translateY(80px);
}

.single-team-member .team-content .team-social ul li:nth-child(2) a i {
    transform: translateY(120px);
}

.single-team-member .team-content .team-social ul li:nth-child(1) a i {
    transform: translateY(160px);
    border-radius: 50px 50px 0 0;
}

.single-team-member .team-content .team-social:hover ul {
    opacity: 1;
}

.single-team-member .team-content .team-social:hover ul li:nth-child(4) a i {
    transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(3) a i {
    transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(2) a i {
    transform: translateY(0);
}

.single-team-member .team-content .team-social:hover ul li:nth-child(1) a i {
    transform: translateY(0);
}

.single-team-member:hover {
    transform: translateY(-5px);
}

.single-team-member:hover .team-content {
    background-color: #ff3c00;
}

/*
Request Form Area Style
======================================================*/

.request-form {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 50px;
    text-align: center;
}

.request-form .request-title {
    margin-bottom: 30px;
}

.request-form .request-title h3 {
    margin-bottom: 12px;
}

.request-form .form-group {
    margin-bottom: 10px;
}

/*
Project Area Style
======================================================*/

.projects-area {
    background-image: url(../img/project-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.projects-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.projects-area .owl-theme .owl-dots {
    margin-top: 30px !important;
    line-height: 1;
}

.projects-area .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    background-color: #000;
    margin: 0 10px;
}

.projects-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ff3c00;
}

.project-single-item {
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    margin-bottom: 30px;
}

.project-single-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all ease 0.5s;
}

.project-single-item .projects-content {
    text-align: center;
    background-color: #ff3c00;
    padding: 10px 20px;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    transition: all ease 0.5s;
}

.project-single-item .projects-content h3 {
    color: #ffffff;
    margin-bottom: 0;
    display: block;
}

.project-single-item .projects-content span {
    color: #ffffff;
    display: block;
}

.project-single-item:hover::before {
    opacity: 0.7;
}

.project-single-item:hover .projects-content {
    bottom: 0;
}

/*
Process Area Style
======================================================*/

.single-process {
    text-align: center;
    margin-bottom: 30px;
}

.single-process .process-img {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    margin-bottom: 15px;
    transition: all ease 0.5s;
}

.single-process .process-img span {
    position: absolute;
    top: 80px;
    left: -15px;
    font-size: 16px;
    background-color: #ff3c00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    z-index: 1;
    transition: all ease 0.5s;
}

.single-process .process-img span::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
    line-height: 60px;
    background-color: rgba(255, 0, 0, 0.5);
    text-align: center;
    z-index: -1;
    border-radius: 50%;
}

.single-process .process-img span::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    line-height: 70px;
    background-color: rgba(255, 0, 0, 0.3);
    text-align: center;
    z-index: -1;
    border-radius: 50%;
}

.single-process .process-img img {
    border-radius: 50%;
}

.single-process:hover .process-img {
    border-color: #ff3c00;
}

.single-process:hover .process-img span {
    top: 40px;
}

/*
Solution Area Style
======================================================*/

.solution-area {
    background-image: url(../img/solution-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.solution-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.solution-content {
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.solution-content .video-button {
    margin-bottom: 30px;
}

.solution-content h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
}

.solution-content p {
    color: #ffffff;
    margin-bottom: 30px;
}

/*
Testimonials Area Style
======================================================*/

.testimonials-area .owl-theme .owl-dots {
    margin-top: 0 !important;
    margin-bottom: -8px !important;
    line-height: 1;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    background-color: #000;
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ff3c00;
}

.single-testimonials {
    text-align: center;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin-bottom: 30px;
}

.single-testimonials .testimonials-img {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.single-testimonials .testimonials-img i {
    position: absolute;
    right: -5px;
    bottom: -5px;
    font-size: 25px;
    background-color: #ff3c00;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.single-testimonials .testimonials-img img {
    border-radius: 50%;
}

.single-testimonials .testimonials-content p {
    margin-bottom: 10px;
}

.single-testimonials .testimonials-content ul {
    line-height: 1;
    margin-bottom: 25px;
}

.single-testimonials .testimonials-content ul li {
    display: inline-block;
}

.single-testimonials .testimonials-content ul li i {
    color: #f18d01;
    font-size: 20px;
}

.single-testimonials .testimonials-content h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

.single-testimonials .testimonials-content span {
    color: #ff3c00;
}

/*
Services Area Style
======================================================*/

.single-blog-post {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin-bottom: 30px;
    transition: all ease 0.5s;
    border-radius: 4px;
}

.single-blog-post .blog-img {
    position: relative;
}

.single-blog-post .blog-img img {
    border-radius: 4px 4px 0 0;
}

.single-blog-post .blog-img ul {
    position: absolute;
    top: 20px;
    left: 20px;
}

.single-blog-post .blog-img ul li {
    display: inline-block;
    margin-right: 10px;
}

.single-blog-post .blog-img ul li:last-child {
    margin-right: 0;
}

.single-blog-post .blog-img ul li a {
    background-color: #ff3c00;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

.single-blog-post .blog-content {
    padding: 30px;
}

.single-blog-post .blog-content ul {
    margin-bottom: 15px;
}

.single-blog-post .blog-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.single-blog-post .blog-content a h3 {
    margin-bottom: 15px;
    transition: all ease 0.5s;
}

.single-blog-post:hover {
    transform: translateY(-5px);
}

.single-blog-post:hover .blog-content a h3 {
    color: #ff3c00;
}

.single-blog-post:hover .read-more {
    color: #ff3c00;
}

.single-blog-post:hover .read-more i {
    left: 80px;
    opacity: 1;
}

/*
Subscribe Area Style
======================================================*/

.subscribe-area {
    position: relative;
    z-index: 1;
    background-color: #252628;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #3d3f42;
}

.subscribe-content h3 {
    color: #ffffff;
    margin-bottom: 0;
}

.newsletter-form {
    position: relative;
    text-align: center;
}

.newsletter-form .form-control {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
}

.newsletter-form .send-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff3c00;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0 20px;
    border-radius: 4px;
}

.newsletter-form #validator-newsletter {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #ffffff;
}

.newsletter-form #validator-newsletter {
    margin-top: 10px;
    color: #dc3545;
}

/*
Footer Area Style
======================================================*/

.footer-area {
    background-color: #000;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .footer-logo {
    margin-bottom: 30px;
}

.single-footer-widget .address .location {
    padding-left: 35px;
    position: relative;
    color: #ffffff;
}

.single-footer-widget .address .location i {
    position: absolute;
    color: #fff;
    left: 0;
    top: 5px;
    font-size: 15px;
    line-height: 1;
}

.single-footer-widget .address li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
}

.single-footer-widget .address li a {
    color: #ffffff;
    display: block;
}

.single-footer-widget .address li a:hover {
    color: #ff3c00;
}

.single-footer-widget .address li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .address li i {
    position: absolute;
    color: #fff;
    left: 0;
    top: 5px;
    font-size: 15px;
    line-height: 1;
}

.single-footer-widget h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.single-footer-widget h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: #fff;
}

.single-footer-widget .import-link li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.single-footer-widget .import-link li span {
    color: #b9b9b9;
    margin-top: 8px;
    display: block;
}

.single-footer-widget .import-link li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height:6px;
    background-color: #fff;
}

.single-footer-widget .import-link li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .import-link li a {
    color: #ffffff;
}

.single-footer-widget .import-link li a:hover {
    color: #ff3c00;
}

.single-footer-widget p {
    color: #ffffff;
    margin-bottom: 30px;
}

.single-footer-widget .social li {
    display: inline-block;
    padding-right: 5px;
}

.single-footer-widget .social li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ff3c00;
    color: #ffffff;
    transition: all ease 0.5s;
}

.single-footer-widget .social li a:hover i {
    background-color: #ff3c00;
}

.copy-right-content {
    border-top: 1px solid #313131;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copy-right-content p {
    color: #ffffff;
}

.copy-right-content p a {
    color: #ff3c00;
}

.copy-right-content p i {
    position: relative;
    top: 1px;
}

.copy-right-content .footer-menu {
    float: right;
}

.copy-right-content .footer-menu li {
    display: inline-block;
    margin-right: 15px;
}

.copy-right-content .footer-menu li:last-child {
    margin-right: 0;
}

.copy-right-content .footer-menu li a {
    color: #ffffff;
}

.copy-right-content .footer-menu li a:hover {
    color: #ff3c00;
}

/*
Hero Slider Area Style
======================================================*/

.hero-slider-area {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.hero-slider-area .slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    clip-path: ellipse(74% 58% at 49% 42%);
}

.hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/slider-img/slider-1.html);
}

.hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/slider-img/slider-2.html);
}

.hero-slider-area .slider-item .slider-text {
    position: relative;
    max-width: 690px;
    margin-bottom: 30px;
    z-index: 1;
    overflow: hidden;
}

.hero-slider-area .slider-item .slider-text.two {
    margin: auto;
    text-align: center;
}

.hero-slider-area .slider-item .slider-text span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.hero-slider-area .slider-item .slider-text h1 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
}

.hero-slider-area .slider-item .slider-text p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 35px;
}

.hero-slider-area .slider-item .slider-text .slider-btn .default-btn.active {
    margin-right: 30px;
}

.hero-slider-area .slider-item .video-btn {
    margin: auto;
    display: block;
}

.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
    animation: 1s 0.1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one p {
    animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
    animation: 3s 0.3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
    animation: 2s 0.2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text.two p {
    animation: 2s 0.2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
    animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .one.video-btn-animat {
    animation: 2s 0.2s zoomIn both;
}

.hero-slider-area .owl-item.active .two.video-btn-animat {
    animation: 2s 0.2s zoomIn both;
}

.hero-slider-area .owl-prev i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.hero-slider-area .owl-prev i:hover {
    border-color: #ff3c00;
}

.hero-slider-area .owl-next i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.hero-slider-area .owl-next i:hover {
    border-color: #ff3c00;
}

.hero-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: all ease 0.5s;
    opacity: 0;
    transform: translateY(-10px);
}

.hero-slider-area .owl-next i {
    background-color: #ff3c00;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.hero-slider-area .owl-next i:hover {
    background-color: #ff3c00 !important;
}

.hero-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: all ease 0.5s;
    opacity: 0;
    transform: translateY(-10px);
}

.hero-slider-area .owl-prev i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.hero-slider-area .owl-prev i:hover {
    background-color: #ff3c00 !important;
}

.hero-slider-area:hover .owl-prev {
    opacity: 1;
}

.hero-slider-area:hover .owl-next {
    opacity: 1;
}

.hero-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

/*
Feature Area Style
======================================================*/

.feature-area {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

.feature-area .container {
    max-width: 1230px;
}

.single-feature-box {
    padding: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    text-align: center;
    transition: all ease 0.5s;
}

.single-feature-box i {
    font-size: 50px;
    color: #ff3c00;
    display: inline-block;
    margin-bottom: 23px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #ffe0dc;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
}

.single-feature-box h3 {
    margin-bottom: 15px;
}

.single-feature-box.active {
    background-color: #ff3c00;
}

.single-feature-box.active h3 {
    color: #ffffff;
}

.single-feature-box.active p {
    color: #ffffff;
}

.single-feature-box:hover {
    transform: translateY(-5px);
}

/*
Counter Area Style
======================================================*/

.counter-bg {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 50px;
    padding-bottom: 20px;
}

.counter-bg.counter-bg-three {
    background-color: transparent;
}

.single-counter {
    position: relative; 
    text-align: center;
    margin-bottom: 30px;
    transition: all ease 0.5s; border:1px solid #ccc; background:#f9f9f9; padding-top: 10px; padding-bottom: 10px; border-radius:10px;
}

.single-counter i {
    font-size: 70px;
    color: #ff3c00;
    line-height: 1;
    color: #ff3c00;
    position: absolute;
    top: 7px;
    left: 0;
}

.single-counter h2 {
    font-size: 36px;
    line-height: 1;
}

.single-counter h3 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600 !important;
    font-weight: normal;
    color: #000;
}

.single-counter:hover {
    transform: translateY(-5px);
}

/*
Project Area Style
======================================================*/

.shorting .mix {
    display: none;
}

.shorting-menu {
    text-align: center;
    margin-bottom: 40px;
}

.shorting-menu button.filter {
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    color: #232323;
    border: 1px dashed #ff3c00;
    padding: 5px 15px;
    margin: 0 5px;
}

.shorting-menu button.filter.active {
    color: #ff3c00;
}

/*
Brand Area Style
======================================================*/

.brand-area {
    text-align: center;
}

.brand-area .brand-item {
    line-height: 1;
}

/*
Testimonial Area Style
======================================================*/

.testimonial .testimonial-content {
    text-align: center;
    border: 1px solid #ff3c00;
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.testimonial .testimonial-content::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 60px;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #ff3c00;
    border-right: 1px solid #ff3c00;
    transform: rotate(45deg);
    background-color: #ffffff;
}

.testimonial .testimonial-content::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 55px;
    width: 40px;
    border-bottom: 1px solid #ffffff;
}

.testimonial .testimonial-content i {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    background-color: #ff3c00;
    margin-bottom: 25px;
}

.testimonial .testimonial-avatar {
    position: relative;
    padding-left: 100px;
    margin-left: 40px;
    height: 80px;
}

.testimonial .testimonial-avatar img {
    position: absolute;
    top: -10px;
    left: 0;
    width: unset;
    border-radius: 50px;
}

.testimonial .owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: -40px;
    display: grid;
    transform: translateY(-95px);
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 3px solid #ff3c00;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    transition: all ease 0.5s;
}

.testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff3c00;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ff3c00;
}

/*
Skill Area Style
======================================================*/

.skill-area {
    position: relative;
}

.skill-area .shape-1 {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.skill-area .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

.skill-content {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 50px;
    margin-left: -100px;
    margin-top: 100px;
}

.skill-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: -11px;
}

.skill-content p {
    margin-bottom: 30px;
}

.skill-content .skill-bar {
    margin-bottom: 20px;
}

.skill-content .skill-bar .progress-title-holder {
    position: relative;
}

.skill-content .skill-bar .progress-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.skill-content .skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 0;
    margin-bottom: 0 !important;
}

.skill-content .skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: #ff3c00;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: 0 !important;
}

.skill-content .skill-bar .down-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #ff3c00;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    color: #ff3c00;
    margin-bottom: 0 !important;
}

.skill-content .skill-bar .progress-content-outter {
    height: 6px;
    background-color: #ebeded;
    border-radius: 50px;
}

.skill-content .skill-bar .progress-content {
    height: 6px;
    background-color: #ff3c00;
    border-radius: 50px;
    width: 0%;
}

.skill-content .skill-bar .percent {
    margin-bottom: 0 !important;
    color: #ffffff !important;
}

/*
Page Title Area Style
======================================================*/

.page-title-area {
    background-color: #232323;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0.7;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -3px;
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #ff3c00;
}

.page-title-area .page-title-content ul .active {
    color: #ff3c00;
}

.page-title-area.bg-1 {
    background-image: url(../img/page-bg/page-bg-1.html);
}

/*
Testimonial Area Style
======================================================*/

.testimonial-page .testimonial-item {
    margin-bottom: 30px;
}

/*
FAQ Area Style
======================================================*/

.faq-accordion h2 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
}

.faq-accordion h2 span {
    display: inline-block;
    color: #ff3c00;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    background: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 12px 40px 10px 20px;
    color: #232323;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #232323;
    font-size: 20px;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
    color: #ff3c00;
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    border-top: 1px solid #ff3c00;
    color: #232323;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

/*
User Area CSS
=====================================================*/

.user-area-style {
    position: relative;
    z-index: 1;
}

.user-area-style .contact-form-action {
    max-width: 600px;
    border-bottom: none;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 30px;
    margin: auto;
}

.user-area-style .contact-form-action .account-title {
    margin-bottom: 30px;
}

.user-area-style .contact-form-action .account-title h2 {
    font-size: 30px;
    position: relative;
    line-height: 1;
    padding-left: 0;
    padding-bottom: 15px;
}

.user-area-style .contact-form-action .account-title h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: #ff3c00;
}

.user-area-style .contact-form-action form .form-condition {
    margin-bottom: 20px;
}

.user-area-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
    color: #ff3c00;
}

.user-area-style .contact-form-action form .form-group {
    margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action {
    margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action .log-rem {
    display: inline-block;
}

.user-area-style .contact-form-action form .login-action .log-rem label {
    margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action .forgot-login {
    display: inline-block;
    float: right;
}

.user-area-style .contact-form-action p {
    margin-top: 25px;
    line-height: 1;
}

.user-area-style .contact-form-action p a {
    color: #232323;
}

.user-area-style .contact-form-action p a:hover {
    color: #ff3c00;
}

/*
Privacy Policy Area Style
=====================================================*/

.privacy-policy {
    max-width: 800px;
    margin: auto;
}

.privacy-policy .title {
    margin-bottom: 30px;
    text-align: center;
}

.privacy-policy .title h2 {
    font-size: 36px;
}

.privacy-policy .privacy-content {
    margin-bottom: 30px;
}

.privacy-policy .privacy-content h3 {
    margin-bottom: 15px;
}

.privacy-policy .privacy-content p {
    margin-bottom: 10px;
}

.privacy-policy .privacy-content.eight {
    margin-bottom: 0;
}

.privacy-policy .privacy-content.eight p {
    margin-bottom: 0;
}

/*
Terms Conditions Area Style
=====================================================*/

.terms-conditions {
    max-width: 800px;
    margin: auto;
}

.terms-conditions .title {
    margin-bottom: 30px;
    text-align: center;
}

.terms-conditions .title h2 {
    font-size: 36px;
}

.terms-conditions img {
    margin-bottom: 30px;
}

.terms-conditions .conditions-content {
    margin-bottom: 30px;
}

.terms-conditions .conditions-content h3 {
    margin-bottom: 15px;
}

.terms-conditions .conditions-content p {
    margin-bottom: 10px;
}

.terms-conditions .conditions-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
    list-style-type: disc;
    margin-top: 15px;
}

.terms-conditions .conditions-content ul li {
    margin-bottom: 10px;
}

.terms-conditions .conditions-content ul li:last-child {
    margin-bottom: 0;
}

.terms-conditions .conditions-content.six {
    margin-bottom: 0;
}

.terms-conditions .conditions-content.six p {
    margin-bottom: 0;
}

/*
404 Error Area Style
=====================================================*/

.error-area {
    text-align: center;
    position: relative;
    z-index: 1;
}

.error-area .error-content-wrap {
    z-index: 1;
    position: relative;
}

.error-area .error-content-wrap h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    color: #ff3c00;
    margin-top: -42px;
    margin-bottom: 0;
}

.error-area .error-content-wrap h1 .a {
    display: inline-block;
}

.error-area .error-content-wrap h1 .red {
    color: #ff0000;
    display: inline-block;
}

.error-area .error-content-wrap h1 .b {
    display: inline-block;
}

.error-area .error-content-wrap h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
}

.error-area .error-content-wrap p {
    margin: 20px 0 20px;
    font-size: 19px;
    color: #ff3c00;
}

/*
Blog Details Area Style
======================================================*/

.blog-details-content .blog-top-content {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px;
}

.blog-details-content .blog-top-content .blog-details-img {
    margin-bottom: 30px;
}

.blog-details-content .blog-top-content .news-content h3 {
    transition: all ease 0.5s;
    margin-bottom: 20px;
    font-size: 25px;
}

.blog-details-content .blog-top-content .news-content .admin {
    padding-bottom: 24px;
    line-height: 1;
}

.blog-details-content .blog-top-content .news-content .admin li {
    display: inline-block;
    font-size: 16px;
    margin-right: 30px;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
    margin-right: 0;
}

.blog-details-content .blog-top-content .news-content .admin li i {
    color: #ff3c00;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.blog-details-content .blog-top-content blockquote {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-details-content .blog-top-content blockquote p {
    font-weight: 500;
    font-size: 18px;
    color: #232323;
    font-style: italic;
    background-color: #eeeeee;
    padding: 20px;
    border-left: 2px solid #ff3c00;
}

.blog-details-content .blog-top-content blockquote i {
    font-size: 60px;
    color: #ff3c00;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

.blog-details-content .news-content-2 {
    margin-bottom: 30px;
}

.blog-details-content .news-content-2 h3 {
    font-size: 24px;
}

.blog-details-content .single-blog-post-img {
    margin-bottom: 30px; border:3px solid #ccc; border-radius: 15px;
}

.blog-details-content .social {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-details-content .social span {
    margin-right: 10px;
    font-weight: 500;
}

.blog-details-content .social ul {
    display: inline-block;
    float: right;
}

.blog-details-content .social ul li {
    display: inline-block;
}

.blog-details-content .social ul li a i {
    font-size: 18px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    transition: all ease 0.5s;
}

.blog-details-content .social ul li a:hover i {
    background-color: #ff3c00;
    border-color: #ff3c00;
    color: #ffffff;
}

.blog-details-content .social ul li:last-child a {
    margin-right: 0;
}

.blog-details-content .comments {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 35px;
}

.blog-details-content .comments h3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    position: relative;
    display: inline-block;
}

.blog-details-content .comments h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff3c00;
}

.blog-details-content .comments ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.blog-details-content .comments ul li:last-child {
    margin-bottom: 0;
}

.blog-details-content .comments ul li img {
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-details-content .comments ul li h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    padding-left: 0;
}

.blog-details-content .comments ul li h3::before {
    display: none;
}

.blog-details-content .comments ul li span {
    display: block;
    margin-bottom: 15px;
}

.blog-details-content .comments ul li a {
    font-size: 14px;
    font-weight: 600;
}

.blog-details-content .comments ul li a:hover {
    letter-spacing: 1px;
}

.blog-details-content .comments ul li a i {
    margin-right: 5px;
}

.blog-details-content .leave-reply {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px;
}

.blog-details-content .leave-reply h3 {
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.blog-details-content .leave-reply h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff3c00;
}

.blog-details-content .leave-reply p {
    margin-bottom: 30px;
}

.blog-details-content .leave-reply .form-group {
    margin-bottom: 25px;
}

.blog-details-content .leave-reply .form-group #chb1 {
    margin-right: 5px;
}

.blog-details-content .leave-reply .form-group label {
    margin-bottom: 10px;
}

.blog-details-content .leave-reply input[type=checkbox],
.blog-details-content .leave-reply input[type=radio] {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.sidebar-widget {
    margin-bottom: 35px;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    display: inline-block;
}

.sidebar-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff3c00;
}

.sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ff3c00;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #ffffff;
    transition: all ease 0.5s;
}

.sidebar-widget.search .search-form .search-button:hover {
    background-color: #232323;
}

.sidebar-widget.latest-news ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.sidebar-widget.latest-news ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ff3c00;
}

.sidebar-widget.latest-news ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.latest-news ul li a {
    font-size: 17px;
    color: #232323;
    margin-bottom: 10px;
}

.sidebar-widget.latest-news ul li span {
    display: block;
    font-size: 14px;
}

.sidebar-widget.categories ul li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 17px;
}

.sidebar-widget.categories ul li span {
    float: right;
    display: inline-block;
}

.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-widget.categories ul li:first-child::before {
    display: none;
}

.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.sidebar-widget.tags ul li a {
    border: 1px solid #eeeeee;
    padding: 8px 12px;
}

.sidebar-widget.tags ul li a:hover {
    transform: translateY(-2px);
    background-color: #ff3c00;
    color: #ffffff;
    border-color: #ff3c00;
}

.sidebar-widget.tags ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.gallery ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}

.sidebar-widget.gallery ul li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.sidebar-widget.gallery ul li img {
    width: 100%;
}

.sidebar-widget.appointment-box {
    position: unset;
    padding: 0;
    box-shadow: none;
}

/*
Services Details Area Style
======================================================*/

.services-details-content .services-top-content {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px;
}

.services-details-content .services-top-content .services-details-img {
    margin-bottom: 30px;
}

.services-details-content .services-top-content .news-content h3 {
    transition: all ease 0.5s;
    margin-bottom: 15px;
    font-size: 25px;
}

.services-details-content .news-content-2 {
    margin-top: 20px;
}

.services-details-content .news-content-2 h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.services-details-content .news-content-3 {
    margin-top: 20px;
}

.services-details-content .news-content-3 h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.services-details-content .news-content-3 ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.services-details-content .news-content-3 ul li:last-child {
    margin-bottom: 0;
}

.services-details-content .news-content-3 ul li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    line-height: 1;
    color: #ff3c00;
}

.services-details-content .single-services-post-img {
    margin-bottom: 30px;
}

/* 
Contact Area Style
=====================================================*/

.contact-area .address-and-week {
    position: unset;
    max-width: unset;
}

.contact-area .address-and-week .address-week .week li {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.contact-area .address-and-week .address-week .address li {
    margin-bottom: 20px;
}

.contact-form {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.contact-form .contact-title {
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.list-unstyled {
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
}

#msgSubmit {
    margin-top: 20px;
}

.text-success {
    color: #28a745;
}

.hidden {
    display: none;
}

.map-area iframe {
    width: 100%;
    height: 500px;
    border: none;
    overflow: hidden;
    display: block;
}

/* 
Contact Info Area Style
=====================================================*/

.contact-info {
    background-color: #000;
    padding: 50px 20px;
}

.contact-info li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.contact-info li a {
    color: #ffffff;
    display: block;
}

.contact-info li a:hover {
    color: #ff3c00;
}

.contact-info li h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    background-color: #ff3c00;
    color: #ffffff;
    text-align: center;
}

.contact-info li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/

/*
Preloader Area Style*/

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ff3c00;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #ffffff;
    opacity: 1;
    border-radius: 0;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/*
Go Top Style*/

.go-top {
    position: fixed;
    cursor: pointer;
    top: 120%;
    right: 5%;
    background-color: #ff3c00;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    transition: 0.5s;
    font-size: 20px;
}

.go-top:hover {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.go-top:hover i {
    color: #ff3c00;
}

.go-top.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 5%;
    top: 93%;
}

/*
Video wave Style*/

.video-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0;
    color: #ff3c00;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: all ease 0.5s;
}

.video-btn i {
    font-size: 40px;
    color: #ff3c00;
    position: absolute;
    top: 1px;
    left: 2px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    transition: all ease 0.5s;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(255, 255, 255, 0.9);
}

.video-btn:hover {
    background-color: #ff3c00;
}

.video-btn:hover i {
    color: #ffffff;
}

.video-btn:hover::before,
.video-btn:hover::after {
    background-color: rgba(255, 60, 0, 0.9);
}

@keyframes ripple {
    0%,
    35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/*
Page-navigation Area Style*/

.pagination-area {
    margin-top: 10px;
    text-align: center;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #232323;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f5f6fa;
    border: 1px solid #d7d7d7;
}

.pagination-area .page-numbers:hover {
    color: #ffffff;
    border-color: #ff3c00;
    background-color: #ff3c00;
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 25px;
    top: 5px;
}

.pagination-area .page-numbers.current {
    color: #ffffff;
    border-color: #ff3c00;
    background-color: #ff3c00;
}

.footer-bottom{background:#ff3c00;}

.whatapp_btn {
    background: #01e675;
    width: 45px;
    height: 45px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    position: fixed;
    left: 8px;
    bottom: 86px;
    cursor: pointer;
    z-index: 999999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);
    border: 3px solid #fff;
}
.team-area h4{margin-top: 10px; margin-bottom: 10px; font-size:20px; color:#ff3c00;}



.cart_btn {
    font-size: 16px;
    line-height: 16px;
    font-weight:700;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 7px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    background:#ffbc00;
    transition: all 0.3s ease-in-out;
    margin-top: 80px;
}
.cart_btn .circle {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 3px 0 18px;
    padding: 0;
    border-radius: 100px;
    display: inline-block;
    color: #ffbc00;
    background:#fff;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
}
.process-back h5{background:#ffbc00; padding:10px; color:#fff !important; border-radius:5px;}

.border1{border:2px solid #ffbc00 !important; border-radius:5px; padding:10px;}
.text-justify{
    text-align: justify !important;
}




.section {
    padding: 60px 20px;
    text-align: center;
    max-width: 1100px;
    margin: auto;
  }

  .h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
  }

  .workflow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
  }

  .step {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    flex: 1 1 calc(25% - 20px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
  }

  .step-number {
    background: #ff3c00;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -19px;
    left: 25px;
    z-index: 2;
  }

  .arrow {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 110px;
    height: 5px;
    background: #ff3c00;
  }

  .arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ff3c00;
  }

  .step:nth-child(4) .arrow {
    display: none;
  }

  .step h3 {
    margin-top: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
  }

  .step p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 8px 0;
  }

  .cta-btn {
    margin-top: 50px;
    background: #ff3c00;
    color: #fff;
    font-weight: 600;
    padding: 14px 30px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .cta-btn:hover {
    background: #e5a400;
  }

  @media (max-width: 992px) {
    .workflow {
      flex-direction: column;
      align-items: center;
    }

    .step {
      width: 100%;
      max-width: 600px;
    }

    .arrow {
      display: none;
    }

    .step-number {
      left: 20px;
    }

    .step h3 {
      margin-top: 30px;
    }
  }
  .icon_size{
    font-size: 12px !important;
    padding: 6px;
    border-radius: 50%;
    background-color: #ff7c2a;
    color: #fff !important;
  }

/* HERO SECTION (MATCHING YOUR SCREENSHOT DESIGN) */
.tdl-hero {
    width: 100%;
    height: 80vh;
    background: url('../img/slider.png') no-repeat center right/cover; /* IMAGE ON RIGHT */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* TEXT LEFT */
    position: relative;
    padding-left: 70px; /* text exactly left like screenshot */
    color: #fff;
    }
    
    
    /* OVERLAY FOR READABILITY */
    .tdl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.10);
    z-index: 1;
    }
    
    
    /* CONTENT BLOCK LEFT */
    .tdl-hero-content {
    position: relative;
    z-index: 2;
    width: 50%; /* EXACT like screenshot text width */
    }
    
    
    /* MAIN HEADING (NOT TOO BIG) */
    .tdl-hero-content h1 {
    font-size: clamp(25px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    }
    
    
    /* DESCRIPTION */
    .tdl-hero-content p {
    font-size: clamp(14px, 1.4vw, 18px);
    margin-bottom: 32px;
    line-height: 1.55;
    color: #e8e8e8;
    }
    
    
    /* PREMIUM BUTTON DESIGN */
    .tdl-btn {
    background: linear-gradient(135deg, #ff3c00, #ff3c00);
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    box-shadow: 0 8px 22px rgba(0,0,0,0.25);
    transition: 0.28s ease;
    }
    
    
    .tdl-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.35);
    color: #fff !important;
    }
    
    
    /* MOBILE RESPONSIVE */
    @media (max-width: 768px) {
    .tdl-hero {
    padding-left: 25px;
    background-position: center;
    height: 48vh;

    }
    .tdl-hero-content {
    width: 90%;
    }
    .tdl-hero-content p {
    margin-bottom: 24px;
    }
    .tdl-btn {
    padding: 12px 24px;
    font-size: 15px;
    }
    }

    .float{
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 60px;
        right: 15px;
        /* color: #FFF; */
        background-color: none !important;
        text-align: center;
        font-size: 30px;
        z-index: 999;
      }
      
    .float1{
      bottom: 130px;
      }

      .navbar-brand img{
        width: 180px;
      }
      .text-right{
        text-align: right;
      }
      .industries_li{
        margin-top: 10px !important;
      }
      .industries_li li{
        margin-bottom: 0px !important;
        padding-left: 0px !important;
        list-style: circle !important;
        margin-left: 25px;
      }

      /* ===== WHY CHOOSE US SECTION ===== */
.ae-why-choose {
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
    position: relative;
    overflow: hidden;
  }
  
  .ae-why-choose::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(229,50,45,0.1) 0%, transparent 70%);
    z-index: 0;
  }
  
  .ae-section-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #0f1720;
    font-size: 28px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  
  .ae-section-sub {
    color: #e5322d;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
  }
  
  .ae-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #e5322d 0%, #ff6b63 100%);
    border-radius: 3px;
    margin-top: 12px;
  }
  
  .ae-feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 15px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(15, 23, 32, 0.05);
    border: 1px solid rgba(15, 23, 32, 0.06);
  }
  
  .ae-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(229, 50, 45, 0.15);
  }
  
  .ae-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #e5322d, #ff6b63);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 8px 20px rgba(229, 50, 45, 0.3);
    transition: all 0.4s ease;
  }
  
  .ae-feature-card:hover .ae-feature-icon {
    transform: rotateY(360deg);
  }
  .ae-feature-icon i img{
width: 50px;
  }
  
  .ae-feature-icon--blue {
    background: linear-gradient(135deg, #2d9ee5, #52b7ff);
  }
  .ae-feature-icon--green {
    background: linear-gradient(135deg, #32d98a, #58e6a8);
  }
  .ae-feature-icon--orange {
    background: linear-gradient(135deg, #ff7b2c, #ffb272);
  }
  
  .ae-feature-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f1720;
    line-height: 30px;
    margin-bottom: 0px;
  }
  
  .ae-feature-text {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 0;
  }