/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
4. Banner / .banner-con
5. Services / .service-con
6. Testimonials / .testimonials-con
7. Features / .features-con
8. Team / .team-con
9. Pricing / .pricing-con
10. Form / .form-con
11. Blog / .blog-con
12. Cta  / .cta-con
13. Footer / .footer-con
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# --primary--color: #000;
# --secondary--color: #f41c2d;
# --text-color: #6e7478;
# --accent-color:#fa6437;
# --white-color: #fff;
# --grey-color: #f3f3f3;
/*------------------------------------------------------------------
[Typography]
Body copy:     'Inter', sans-serif;
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a,
button
input{
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
body{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}
:root{
    --primary--color: #000;
    --secondary--color: #f41c2d;
    --text-color: #6e7478;
    --accent-color:#fa6437;
    --white-color: #fff;
    --grey-color: #f3f3f3;
}
.bg-grey{
    background: var(--grey-color);
}
h1{
    font-size: 88px;
    font-weight: 800;
    line-height: 88px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h2{
    font-size: 50px;
    font-weight: 800;
    line-height: 54px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
p{
    font-size: 16px;
}
.generic-btn a {
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    padding: 19px 46px 21px 45px;
}
.white-btn a{
    color: var(--primary--color);
    background: var(--white-color);
}
.white-btn a:hover{
    transform: translateY(-5px);
    color: var(--white-color);
    background: var(--primary--color);
}
.generic-btn.white-btn a:hover i{
    color: var(--white-color);
}
.orange-btn a{
    color: var(--white-color);
    background: var(--accent-color);
}
.white-btn a i{
    color: var(--primary--color);
}
.generic-btn a i{
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}
.padding-top{
    padding-top: 150px;
}
.padding-bottom{
    padding-bottom: 150px;
}
/* HEADER SECTION */
.header-btn {
    gap: 10px;
    display: flex;
}
.header-con .navbar-expand-lg .navbar-nav{
    gap: 52px;
    margin-right: 33px;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white-color);
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--accent-color);
}
.support-btn a:hover {
    background: transparent;
    transform: translateY(-5px);
    color: var(--secondary--color);
    box-shadow: inset 0 0 0px 1px var(--secondary--color);
}
.message-btn a i{
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: var(--accent-color);
    transition: all 0.4s ease-in-out;
}
.message-btn a i:hover,
.orange-btn a:hover,
.submit-btn button:hover{
    transform: translateY(-5px);
    background: transparent;
    color: var(--accent-color);
    box-shadow: inset 0 0 0px 1px var(--accent-color);
}
.orange-btn a:hover i{
    color: var(--accent-color);
}
.message-btn a{
    text-decoration: none;
}
.support-btn a{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    color: var(--white-color);
    padding: 14px 31px 18px 32px;
    background: var(--secondary--color);
}
.support-btn a i{
    font-size: 14px;
}
.header-con {
    top: 20px;
    z-index: 1;
    position: absolute;
}
/* HEADER SECTION */
/* BANNER SECTION */
.banner-con {
    position: relative;
    padding: 275px 0 189px;
    background: url(../images/banner-img.jpg) no-repeat center;
    background-size: cover;
}
.banner-title *{
    color: var(--white-color);
}
.banner-title h1{
    margin-bottom: 31px;
}
.banner-txt{
    width: 215px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 17px;
    letter-spacing: 4.5px;
    padding: 6px 15px 7px;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    clip-path: polygon(100% 0, 94% 49%, 100% 100%, 0% 100%, 0 51%, 0% 0%);
    background: linear-gradient(to top, rgba(250, 100, 55, 1) 0%, rgba(231, 1, 8, 1) 100%);
}
.banner-title > span{
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 33px;
}
.banner-title p{
    width: 60%;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 26px;
}
.banner-title .generic-btn{
    margin-bottom: 100px;
}
.static-con ul {
    gap: 75px;
    display: flex;
}
.static-value {
    width: 67px;
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 14px;
    font-family: "Plus Jakarta Sans", sans-serif
}
.plus {
    top: 5px;
    right: -14px;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    color: var(--accent-color);
}
.static-con ul li span{
    font-size: 16px;
    line-height: 16px;
}
.top-to-bottom-banner-btn a {
    gap: 7px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    z-index: 3;
    text-decoration: none;
    transition: .3s ease-in-out;
    background: var(--white-color);
    box-shadow: 0 0 100px rgb(0 0 0 / 30%);
}
.top-to-bottom-banner-btn a span {
    font-size: 12px;
    line-height: 14px;
    color: var(--primary--color);
}
.top-to-bottom-banner-btn a i {
    color: var(--secondary--color);
    animation: key1 .5s ease-in-out infinite alternate;
}
@keyframes key1{
    0% {transform: translateY(0px);}
    100% {transform: translateY(-8px);}
}
.top-to-bottom-banner-btn a:hover{
    background: var(--secondary--color);
}
.top-to-bottom-banner-btn a:hover *{
    color: var(--white-color);
}
/* BANNER SECTION */
/* GENERIC TITLE */
.generic-title span{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: var(--secondary--color);
}
.generic-title h2{
    margin-bottom: 20px;
    color: var(--primary--color);
}
.generic-title p{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 76px;
}
/* GENERIC TITLE */
/* BACK TO TOP BUTTON */
#back-to-top-btn:focus{
    outline: none;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--accent-color);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
#back-to-top-btn::after {    
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--white-color);
    font-family: "Font Awesome 5 free";
}
@-webkit-keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(250, 100, 55, .99)
    }
     to {
      box-shadow: 0 0 0 45px rgba(250, 100, 55, .01)
     }
    }    
    @keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(250, 100, 55, .99)
    }
    to {
     box-shadow: 0 0 0 45px rgba(250, 100, 55, .01)
    }
}
/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: var;
}
.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color:var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
}
.lead{
  font-size:13px;
}
.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color:var(--accent-color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */

/* FOOTER SECTION */
.footer-social-icon ul {
    gap: 10px;
    display: flex;
    justify-content: center;
}
.footer-social-icon ul li a {
    display: inline-block;
    text-decoration: none;
}
.footer-social-icon ul li a i {
    width: 46px;
    height: 46px;
    display: flex;
    font-size: 16px;
    color: #6e7478;
    line-height: 16px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #6e7478;
    transition: all 0.4s ease-in-out;
}
.footer-social-icon ul li a i:hover{
    transform: translateY(-5px);
    color: var(--white-color);
    border-color: transparent;
    background: linear-gradient(to top, rgba(250, 100, 55, 1) 0%, rgba(231, 1, 8, 1) 100%);
}
.footer-box p {
    font-size: 18px;
    padding: 0 170px;
    line-height: 30px;
    margin-bottom: 31px;
}
.footer-logo a{
    display: inline-block;
}
.footer-logo a figure {
    margin-bottom: 32px;
}
.footer-con {
    margin-top: -132px;
    padding-top: 244px;
    padding-bottom: 80px;
}
.copyright-box ul {
    gap: 20px;
    display: flex;
    justify-content: center;
}
.copyright-con {
    padding: 29px 0;
    background: var(--white-color);
}
.copyright-box ul li {
    font-size: 14px;
    line-height: 14px;
}
.copyright-box ul li a {
    text-decoration: none;
    color: var(--text-color);
}
.copyright-box ul li a:hover{
    color: var(--sky-blue-color);
}
.copyright-box ul li:nth-child(2){
    padding: 0 20px;
    border-left: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
}
.footer-con:after{
    top: -173px;
}
/* FOOTER SECTION */