
/* Font Family */
/*@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');*/
/*------Another font------*/
@import url('https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&display=swap');
@font-face {
    font-family: 'ArbFONTS-AGCRegular';
    src: url('ArbFONTS-AGCRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'ArbFONTS-AGCLight';
    src: url('ArbFONTS-AGCLight.ttf') format('truetype');
}
@font-face {
    font-family: 'ArbFONTS-AGCBold';
    src: url('ArbFONTS-AGCBold.ttf') format('truetype');
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    direction: rtl;
}



:root {
    --heading-color: #ec2529;
    --text-color: #2d2f31;
    /* --third-color: ; */
    --white-color: #ffffff;
    --heading-font: "Lexend", sans-serif;
    --text-font: "Montserrat", system-ui;
    --links-font: "DM Serif Display", serif;
    --dinamic-font: "El Messiri", sans-serif;
    --border-color: #d1d7dc;
    --title-color: #221638;
    --orange-color: #ff8703;
    /* --border-hover: ; */
}



* {
    font-family: 'ArbFONTS-AGCRegular';
}
:root {
    /*--defult-font: 'Beiruti', sans-serif;*/
    --primary-color: #082a61;
    --secondary-color: #c48f43;
}


::selection {
    background: #a43bff;
    color: #fff;
    text-shadow: none;
}

body{
    overflow-x: hidden;
    /* position: relative; */
}

/* ---- particles.js container ---- */
#particles-js {
	width:100%;
	height: 100%;
	position:absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
/*-----Canvas animation dots------*/
canvas {
    display: block;
    vertical-align: bottom;
    max-width: 100vw;
    width: 100%;
}
/*-------------*/
/*---Btn Up-----*/
/*-------------*/
.btnUpTop{
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 99999;
    color: var(--primary-color);
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    animation: btntopicon 1.8s  ease-in-out infinite alternate-reverse both;
    transition: all linear 0.5s;
    opacity: 1;
    visibility: visible;
    background: #fff;
}
.btnUpTop i{
    font-size: 15px;
}

.btnUpTop:hover{
    background: #ffffffec;
}


#topbar{
    position: fixed;
    width: 100%;
    z-index: 1030;
    top: 0;

}
/*-------------------*/
/*-------NavBar------*/
/*-------------------*/
#nav{
    padding: 0.5rem 1rem;
    background: var(--primary-color) !important;
    transition: all 0.5s ease-in-out 0s;
    position: fixed;
    width: 100%;
    top: 93px;
    /* bottom: 0; */
    z-index: 1030;
}
/* #nav.sticked{
    top: 0 !important;
    padding: 0 1rem;
    background: #fff !important;
} */
#nav .container{
    max-width: 1520px;
    background: #fff !important;
    padding: 0.25rem 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    /* backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg); */
    z-index: 99;
    position: sticky;
    /* width: 100%; */
    top: 93px;
    /* bottom: 0; */
    z-index: 1030;
}
/* #nav.sticked .container{
    box-shadow: 0px 5px 70px rgb(8 10 55 / 5%);
} */
#logo img{
    width: 100px;
}
#nav-item{
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    padding: 0.02rem 1.25rem;
    display: flex;
    transition: all 0.5s ease-in-out 0s;
    align-items: center;
    border: 0;
}
#nav-item:hover{
    color: var(--secondary-color);
}
#nav-item i{
    position: relative;
    top: 1px;
    font-size: 10px;
    margin-right: 5px;
}
#nav .dropdown-menu{
    padding: 20px;
    background: #fff;
    top: 150%;
    border: none;
    border-radius: 20px;
    margin-top: 0;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    left: 0;
}
#nav .dropdown-menu i{
    margin-right: 0.8rem;
    margin-left: 0;
    font-size: 15px;
}
#nav-item-drop{
    display: block;
    padding: 13px 0.02rem;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    background: none;
    color: #2c3590;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d5d5d5;
    transition: all 0.5s ease-in-out 0s;
}
#nav-item-drop:hover{
    color: var(--secondary-color);
    padding-right: 10px;
}

.header-btn {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    padding: 0.02rem 1.25rem;
    display: flex;
    transition: all 0.5s ease-in-out 0s;
    align-items: center;
    border: 0;
}
.header-btn:hover{
    color: var(--secondary-color);
}
.header-btn i {
    /* background: linear-gradient(white, white) padding-box, linear-gradient(to right, var(--primary-color), #64e9ff) border-box; */
    border-radius: 100%;
    /* border: 1px solid transparent; */
    /* width: 40px;
    height: 40px; */
    display: inline-block;
    text-align: center;
    /* line-height: 40px; */
    margin-left: 10px;
    font-size: 20px;
}
.ht-nav-toggle {
    color: var(--secondary-color);
    position: relative;
    font-size: 34px;
    transition: all 0.5s ease-in-out 0s;
    line-height: 1; 
    cursor: pointer;
    text-decoration: none !important;
}
.ht-nav-toggle:hover{
    color: var(--primary-color);
}
#nav-toggle {
    background: #fff;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 10px;
    margin-left: auto;
    border: 1px solid #00235b88;
}

/*---------------------*/
/*------Nav Hiddin-----*/
/*---------------------*/
#ht-main-nav {
    box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 70px 30px 50px;
    width: 400px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out 0s;
    text-align: right;
}
#ht-main-nav.menu-show{
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
#ht-main-nav .ht-nav-toggle {
    position: absolute;
    top: 20px;
    left: 20px;
}
/* .ht-nav-toggle {
    color: var(--primary-color);
    position: relative;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none !important;
} */
#ht-main-nav .logo img {
    width: 100px;
}
#ht-main-nav p{
    line-height: 1.7;
    margin-bottom: 1rem;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #606060;
}
#ht-main-nav h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    
    color: var(--secondary-color);
}
#ht-main-nav .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#ht-main-nav .contact-info li {
    padding-right: 50px;
    position: relative;
    margin-bottom: 20px;
}
#ht-main-nav .contact-info li i {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    line-height: 24px;
    font-size: 30px;
    color: var(--primary-color);
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
}
#ht-main-nav .contact-info li span {
    font-size: 16px;
    line-height: 1;
    transition: all 0.5s ease-in-out 0s;
    color: #606060;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}
#ht-main-nav .contact-info li a {
    color: #606060;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
}
#ht-main-nav .contact-info li a:hover {
    color: var(--primary-color);
}
#ht-main-nav .social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 0;
}
#ht-main-nav .social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
#ht-main-nav .social-icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: var(--secondary-color);
    overflow: hidden;
    transition: all .3s ease;
}
#ht-main-nav .social-icons li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}


/*---------------*/
/*--Modal Video--*/ 
/*---------------*/
#modalVideo{
    background: #01060fef;
    align-content: center !important;
}
#modalVideo .modal-header{
    border-bottom: none !important;
    padding-right: 0 !important;
}
#modalVideo .close{
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

#modalVideo .modal-dialog{
    max-width: 1000px !important;
}
#modalVideo.modal.show .modal-dialog{
    transform: translateY(-10%);
}
#modalVideo .modal-content{
    background-color: transparent !important;
}
#modalVideo .modal-body{
    padding: 0 !important;
}
#modalVideo .modal-body iframe{
    min-height: 500px;
}

/*-----------------*/
/*---Banner // home---*/
/*-----------------*/
.banner{
    padding: 250px 0 100px;
    position: relative;
    overflow: hidden !important;     
    min-height: 100vh;  
    
    /* direction: ltr; */
    text-align: center;
    align-content: center;
}
.banner .container{
    max-width: 1420px;
}

.banner .banner-img{
    margin-bottom: 2rem; 
    position: relative;
    z-index: 9;
    display: flex;
}
.banner .banner-img img{
    animation: animation-topAndbottom 1s ease-in-out infinite alternate-reverse both;
    transition: all 0.5s ease-in-out 0s;
    width: 70%;
    margin-right: auto;
}
.banner h6 {
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 10px 20px;
    transform: rotate(-10deg);
    margin: 3px;
    position: relative;
    line-height: 1;
}
.banner h6 span {
    width: 6px;
    height: 6px;
    background: #ff6004;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -3px;
}
.banner h6 span:nth-child(2) {
    left: inherit;
    right: -3px;
    background: #64e9ff;
}
.banner h6 span:nth-child(3) {
    top: inherit;
    bottom: -3px;
    background: var(--primary-color);
}
.banner h6 span:nth-child(4) {
    top: inherit;
    bottom: -3px;
    left: inherit;
    right: -3px;
    background: #fe9e30;
}
.banner h1 {
    font-size: 60px;
    line-height: 90px;
    font-weight: 600;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    
    color: var(--secondary-color);
}

.banner h1 span {
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(115deg, var(--primary-color), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease-in-out 0s;
    display: block;
}

.banner .lead {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #606060;

    font-weight: 600;
}
#btns-home-z {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    /* align-items: center; */
}
.themeht-btn {
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 10px 30px 10px 10px;
    display: inline-block;
    border-radius: 100px;
    border: none;
    font-weight: 500;    
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
    outline: medium none !important;
}
#btn-home{
    padding: 10px 10px 10px 30px;
}
.themeht-btn:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: linear-gradient(115deg, var(--secondary-color), var(--secondary-color));
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    opacity: 1;
    transition: 0.6s;
    z-index: -1;
}
.themeht-btn:hover:before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.themeht-btn.primary-btn {
    background: linear-gradient(115deg, var(--primary-color), var(--primary-color));
    color: #fff;
}
.themeht-btn i {
    color: var(--secondary-color);
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease-in-out 0s;
    margin-right: 10px;
}
#btn-home i{
    margin-right: 0;
    margin-left: 10px;
}

.video-btn.is-play {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: all 0.5s ease-in-out 0s;
}
.video-btn {
    position: relative;
    display: inline-block;
}
.video-btn.is-play .video-btn-outer-circle {
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.video-btn.is-play .video-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background: linear-gradient(115deg, var(--primary-color), var(--primary-color));
    color: white;
    font-size: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---Shape---*/
.banner-shape {
    position: absolute;
    right: -30%;
    top: -20%;
    width: 80%;
    height: 100%;
    z-index: -1;
}
.banner-shape svg{
    animation: animation-svg 1s ease-in-out infinite alternate-reverse both;
    fill: url(#bannerwave);
    filter: blur(0px) grayscale(0%);
}

.rocket-shade {
    animation: MoveCircleSmall 5s linear infinite;
    animation-delay: 0s;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: -1;
}
.banner .rocket-shade {
    bottom: 2%;
    z-index: 3;
}
.rocket-shade2 {
    animation: MoveCircleSmall2 5s linear infinite;
    animation-delay: 0s;
    position: absolute;
    right: 0;
    bottom: 10%;
    /* z-index: -1; */
}
.rocket-shade2 img{
    transform: rotateY(180deg);
}
/*-----------------------*/
/*--------Features-------*/
/*-----------------------*/
#feature{
    padding: 3rem 0 3rem;
}

#feature .container{
    max-width: 1320px;
}
.featured-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 9;
    padding: 40px;
    background: var(--primary-color);
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 2rem;
}
.featured-item:hover{
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
}
.featured-item.style-1 .featured-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out 0s;
}
.featured-title h4 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    
    color: var(--secondary-color);
}
.featured-desc p {
    margin-bottom: 0;
    line-height: 1.7;
    margin-top: 0;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #fff;
}

/*---------------------*/
/*-------About---------*/
/*---------------------*/
.about{
    padding: 0 0;
    position: relative;
    text-align: right;
}
#about .container{
    max-width: 1320px;
}
.shape-img-bg {
    position: relative;
    margin-bottom: 4rem;
}
.mask-img {
    /* background-image: url(../img/about-shape.png); */
    /*mask-image: url(../img/about-shape.png);*/
    /*mask-size: 100% 100%;*/
    mask-repeat: no-repeat;
    width: 100%;
    /*height: 582px;*/
    object-fit: cover;
}
.img-bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.theme-title {
    text-align: right;
}
.theme-title h6 {
    line-height: 1;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: linear-gradient(115deg, #ff6004, #fe9e30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 9;
    letter-spacing: 1px;
}
.theme-title h6:before {
    content: "";
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: -3px;
    right: 0;
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: -1;
}
.theme-title h6:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: linear-gradient(115deg, #bd8b44, #fe9e30);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: -1;
}
.theme-title h2 {
    margin-bottom: 0;
    font-size: 54px;
    line-height: 64px;
    font-weight: 600;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
    /*  */
    color: var(--secondary-color);
}
.theme-title h2 span{
    color: var(--primary-color);
    font-weight: 700;
}
.theme-title p {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 1.7;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: #606060;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list-icon.style-1 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    background: var(--primary-color);
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    padding: 10px 18px;
    border-radius: 100px;
    align-items: center;


    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}
.list-icon.style-1 li:last-child {
    margin-bottom: 0;
}
.list-icon.style-1 li i {
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
    /* background: linear-gradient(115deg, #ff6004, #fe9e30); */
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .themeht-btn {
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 10px 10px 10px 30px;
    display: inline-block;
    border-radius: 100px;
    border: none;
    font-weight: 500;    
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
    outline: medium none !important;
}
.themeht-btn:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    opacity: 1;
    transition: 0.6s;
    z-index: -1;
}
.themeht-btn:hover:before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
} */
.themeht-btn.secondary-btn {
    background: linear-gradient(115deg, var(--primary-color), var(--primary-color));
    color: #fff;
}
/* .themeht-btn i {
    color: var(--secondary-color);
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease-in-out 0s;
    margin-left: 10px;
} */

/*------------*/
/*---Over flow----*/
/*------------*/
.overflow{
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
#overflow .col {
    flex: 1 0 0% !important;
    padding: 0 0;
    position: relative;
}
.marquee-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, var(--primary-color), rgb(196 143 67));
    display: block;
    padding: 30px 0;
}
.marquee-text {
    animation: marquee 20s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.marquee-text span {
    font-size: 100px;
    line-height: 110px;
    color: #fff;
    
    font-weight: 500;
}
.marquee-text i {
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    margin: 0 30px;
    color: #fff;
}
.marquee-wrap.style-2 {
    padding: 30px 0;
    transform: scale(1.1) rotate(5deg);
}

.marquee-wrap.style-2 .marquee-text span, .marquee-wrap.style-2 .marquee-text i {
    color: #fff;
}

/*----------------*/
/*----Servises----*/
/*----------------*/
#servises{
    padding: 120px 0;
    position: relative;
}
#servises .container{
    max-width: 1320px;
}
.theme-title {
    margin-bottom: 50px;
}
.service-item.style-1 {
    background: var(--primary-color);
    padding: 40px 30px;
    padding-top: 0;
    position: relative;
    z-index: 9;
    border-radius: 20px;
    margin-top: 60px;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    transition: all 0.5s ease-in-out 0s;
    text-align: right;
}
.service-item.style-1::before {
    border-radius: 20px;
    transform: scale(0);
    background: #000229;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.service-item.style-1:hover::before{
    transform: scale(1);
}
.service-item.style-1::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.05;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: -1;
    background: url(../img/servisesshape1.png) no-repeat 0 0;
    background-size: cover;
    animation: zoom-fade 5s infinite linear;
}

.service-item.style-1:hover::after{
    opacity: 0.2;
}

.service-item.style-1 .service-icon {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    font-size: 50px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    margin-bottom: 30px;
    margin-top: -60px;
    opacity: 1;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
}
.service-item.style-1 .service-icon img{
    width: 80px;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}
.service-item.style-1:hover .service-icon img{
    transform: scale(1.2);
}
.service-item.style-1:hover .service-icon{
    opacity: 1;
}
.service-item.style-1 .service-icon::before {
    /* background: linear-gradient(115deg, var(--primary-color), #64e9ff); */
    background: var(--primary-color);
    transition: all 0.35s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.9;
    transition: all 0.5s ease-in-out 0s;
}
.service-item.style-1:hover .service-icon::before{
    background: var(--secondary-color);
}
.service-item.style-1 .service-icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    animation: spinnerRotate 10s linear infinite;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid var(--primary-color);
    transition: all 0.35s ease-in-out;
}
.service-item.style-1:hover .service-icon::before{
    opacity: 1;
}
.service-title h4{
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
    
    transition: all 0.35s ease-in-out;
    color: var(--secondary-color);
}
.service-item.style-1 p {
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.7;
    
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    transition: all 0.35s ease-in-out;
    color: #fff;
}
.service-item.style-1:hover h4, .service-item.style-1:hover p{
    color: #fff;
}
.arrow-btn {
    background: linear-gradient(115deg, #fd9e2f, #376d97);
    display: inline-block;
    color: #fff !important;
    z-index: 500;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    margin-right: auto;
    line-height: 50px;
    text-decoration: none !important;
}
.arrow-btn:hover {
    color: #fff;
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
}

/*--------------------------*/
/*--------What WE Do--------*/
/*--------------------------*/
#whatWeDo{
    padding: 120px 0;
    position: relative;
    /* direction: ltr; */
}
#whatWeDo .container{
    max-width: 1320px;
}
.ht-progress-bar {
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.ht-progress-bar .progress-parcent {
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 20px;
    color: #fff;
}
.ht-progress-bar h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
    font-style: normal;
    text-transform: capitalize;
    
    color: var(--secondary-color);
    margin-top: 0px;
    text-align: right;
}
.ht-progress-bar .progress {
    height: 6px;
    background: #f7f9fe;
    overflow: visible;
    border-radius: 20px;
    font-size: 0.75rem;
}
.ht-progress-bar .progress .progress-bar {
    background: linear-gradient(115deg, var(--primary-color), var(--secondary-color));
    position: relative;
    overflow: visible;
    border-radius: 20px;
}

/*----------------------*/
/*-----Step Process-----*/
/*----------------------*/
.step-process-area{
    padding: 120px 0;
    position: relative;
    margin-bottom: 3rem;
}
.step-process-area::after {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 48.44%, hsla(0, 0%, 100%, .152) 99.99%, hsla(0, 0%, 100%, 0));
    top: 180px;
    content: "";
    height: 1px;
    left: 10%;
    right: 10%;
    opacity: .2;
    position: absolute;
}
.step-process-area .container{
    max-width: 1320px;
}
.step-item.style-1 {
    text-align: center;
    padding: 0 30px;
}
.step-item.style-1 .step-icon {
    display: block;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    font-size: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    margin-bottom: 30px;
}
.step-item.style-1 .step-icon::before {
    /* background: linear-gradient(115deg, #ff6004, #fe9e30); */
    background: var(--secondary-color);
    transition: all 0.35s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
}
.step-item.style-1 .step-icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    animation: spinnerRotate 10s linear infinite;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ff6004;
    transition: all 0.35s ease-in-out;
}
.step-item.style-1 .step-icon img {
    width: 80px;
    transition: all 0.5s ease-in-out 0s;
}
.step-item.style-1:hover img{
    transform: scale(1.2);
}
.text-white.step-item.style-1 h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    
}
.text-white.step-item.style-1 p {
    line-height: 1.7;
    margin-top: 0;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
}
.step-item.style-1 span {

    font-weight: 500;
    background: linear-gradient(115deg, var(--primary-color), var(--primary-color));
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin-top: 20px;
}
.step-bg.step-item.style-1 .step-icon::before {
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
}
.step-bg.step-item.style-1 span {
    background: var(--secondary-color);
}

/*---------------------*/
/*-------Prices--------*/
/*---------------------*/
#price-section {
    padding: 80px 40px 40px;
    position: relative;
    text-align: right;
    background: var(--primary-color);
}

.z-index-1 {
    z-index: 1;
    position: relative;
}
.price-table {
    padding: 50px 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 0.5rem;
}
.price-table h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
    
    color: var(--secondary-color);
}
#price-section .list-unstyled {
    padding-left: 0;
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}
.price-list ul li {
    position: relative;
    display: flex;

    color: #606060;
    margin-bottom: 15px;
    align-items: center;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
}
.price-list ul li:last-child {
    margin-bottom: 0;
}
.price-list li i {
    color: var(--primary-color);
    line-height: 20px;
    font-size: 20px;
    margin-left: 10px;
}
.price-value {
    display: flex;
    align-items: end;

    color: #606060;
    margin: 30px 0;
}
.price-value h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0;
    position: relative;
    
    display: inline-block;
}
.price-value h2 sup {
    font-size: 26px;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
}
sup {
    top: -.5em;
    position: relative;
    vertical-align: baseline;
}

.price-table.price-active {
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
    transform: scale(1.1);
    z-index: 9;
}
.price-label {
    /* background: linear-gradient(115deg, var(--primary-color), #fe9e30); */
    background: var(--secondary-color);
    color: #fff;
    padding: 25px 55px 10px;
    transform: translate(calc(59px + 47px), -52px) rotate(45deg);
    transform-origin: top left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.price-table.price-active h3, .price-table.price-active h2, .price-table.price-active span, .price-table.price-active .price-list ul li, .price-table.price-active .price-list ul li i {
    color: #fff;
}
.themeht-btn.dark-btn {
    background: #000229;
    color: #fff;
    background-size: inherit;
}

/*-------------------*/
/*-----Portfolio-----*/
/*-------------------*/
#portfolio{
    padding: 0 0;
    position: relative;
    text-align: right;
}

#portfolio .container{
    max-width: 1320px;
}
#portfolio-filter {
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 7px 10px;
    border-radius: 100px;
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    display: flex;
    margin: 0 auto 50px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}
#portfolio-filter button {
    position: relative;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    float: left;
    text-transform: capitalize;
    border-radius: 20px;
    padding: 8px 20px;
    line-height: 1;
    background: #f7f9fe;
    transition: all 0.5s ease-in-out 0s;
}
#portfolio-filter button.active, #portfolio-filter button:hover {
    /* background: linear-gradient(115deg, var(--primary-color), #64e9ff); */
    background: var(--primary-color);
    color: #fff;
}
#card-portfolio{
    border-radius: 20px;
    border: none;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    background: var(--primary-color);
    margin-bottom: 2rem;
}
#topimg-portdolioCard{
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
#card-portfolio img{
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
#btn-portfolioCard{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
    font-size: 40px;
    align-content: center;
    text-align: center;
    z-index: 100;
}
#card-portfolio:hover #btn-portfolioCard{
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
    visibility: visible;
}
#cardbody-portfolioCard {
    padding: 30px;
}
#cardbody-portfolioCard span{
    transition: all 0.5s ease-in-out 0s;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    transition: all 0.5s ease-in-out 0s;
    line-height: 30px;
    color: #fff;
}
#cardbody-portfolioCard h2 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
    transition: all 0.5s ease-in-out 0s;
    font-weight: 500;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    
    color: var(--secondary-color);
}
#cardbody-portfolioCard h2 a{
    color: inherit;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
}
#cardbody-portfolioCard h2 a:hover{
    color: var(--primary-color);
}

/*------------------------*/
/*-------Testmonial-------*/
/*------------------------*/
#testmonial{
    padding: 120px 0;
    position: relative;
    background: var(--primary-color);
    z-index: 1;
}
#testmonial .container{
    max-width: 1320px;
}
#carouselExampleIndicators{
    background: #fff;
    margin: 30px;
    padding: 50px;
    box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important;
    border-radius: 20px;
}
#card-testmonial{
    border: none !important;
    border-radius: 20px;
    padding: 2rem 0.5rem;
    margin: 0;
}
#topimg-testmonial{
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    width: 150px;
    margin: auto;
    height: 150px;
}
#topimg-testmonial img{
    border-radius: 20px;
    position: relative;
    z-index: 9;
    width: 100%;
}
#cardbody-testmonialCard{
    padding: 0.5rem;
}

#cardbody-testmonialCard p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    margin: 30px 0;
    margin-bottom: 1rem;
    position: relative;

    font-style: normal;
    color: #606060;
}
#cardbody-testmonialCard .nameTestmonial {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    
}
#cardbody-testmonialCard span {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--secondary-color);
    display: block;
    font-size: 14px;
    line-height: 1;

    font-style: normal;
}
#btnprev-testmonual,#btnnext-testmonual{
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, var(--primary-color), var(--primary-color)) border-box;
    border-radius: 100%;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    left: -10px;
    opacity: 1;
}
#btnprev-testmonual{
    margin: 0;
}
#btnnext-testmonual{
    right: -10px;
    left: auto;
}
#btnprev-testmonual:hover, #btnnext-testmonual:hover{
    color: #fff;
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
}

/*------------------------*/
/*------Blogs News--------*/
/*------------------------*/
#blogs{
    padding: 120px 0;
}
#blogs .container{
    max-width: 1320px;
}
.post-card {
    position: relative;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.5s ease-in-out 0s;
    background: #fff;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    text-align: right;
    margin-bottom: 2rem;
}
#blogs .list-inline {
    padding-left: 0;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.post-meta ul li {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    list-style-type: none;
    position: relative;
}
.post-card .post-meta li {
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
}
.post-meta ul li:last-child {
    margin-right: 0;
}
.post-meta ul li i {
    color: var(--secondary-color);
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    transition: all 0.5s ease-in-out 0s;
}
.post-card .post-image {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: 20px 0;
}
.post-btn {
    background: linear-gradient(115deg, var(--primary-color), #ff9102);
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 500;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 40px;
    transition: all 0.5s ease-in-out 0s;
    margin-top: -50px;
    margin-left: -50px;
}
.post-card:hover .post-btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.post-title {
    position: relative;
    margin-top: 10px;
}
.post-card .post-desc h4 {
    margin: 0;
    text-transform: capitalize;
    font-size: 26px;
    transition: all 0.5s ease-in-out 0s;
    line-height: 36px;
    font-weight: 500;
    font-style: normal;
    
    color: var(--secondary-color);
}
.post-card .post-desc h4 a {
    color: var(--secondary-color);
    display: inline-block;
    text-decoration: none !important;
}
.post-card .post-desc h4 a:hover{
    color: var(--primary-color);
}
.post-card .post-desc p {
    margin: 15px 0 20px;
    line-height: 1.7;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #606060;
}
.post-date {
    background: linear-gradient(115deg, var(--primary-color), var(--primary-color));
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}

/*--------------------*/
/*-------Footer-------*/
/*--------------------*/
.footer {
    padding: 80px 40px 40px;
    text-align: right;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer .container{
    max-width: 1320px;
}
.primary-footer {
    position: relative;
    z-index: 99;
    font-size: 16px;
}
.primary-footer, .primary-footer a {
    color: #fff;
}
.footer-logo img {
    width: 100px;
}

.p-footer{
    line-height: 1.7;

    font-weight: normal;
    font-style: normal;
}
.subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}
.mc-form {
    width: 100%;
}
.mc-form #mc-email-footer {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 100px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    height: 60px;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    outline: medium none !important;
    margin: 0;
    line-height: inherit;
}
.subscribe-btn {
    border: none;
    padding: 10px 25px;
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
    color: #fff;
    
    font-weight: 500;
    border-radius: 100px;
    position: absolute;
    outline: medium none !important;
    left: 5px;
    top: 5px;
    cursor: pointer;
    line-height: inherit;
    margin: 0;
    height: 50px;
}
.primary-footer h5 {
    margin-bottom: 20px;
    background: linear-gradient(115deg, #fff, var(--secondary-color));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 0;
    font-style: normal;
    text-transform: capitalize;
    
}
.primary-footer .list-unstyled {
    padding-left: 0;
    list-style: none;
    
    margin: 0;
    padding: 0;
}
.media-icon li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-right: 50px;
}
.media-icon li i {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 25px;
}
.media-icon li h6 {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    line-height: 30px;
}
.media-icon li a {
    color: #ffffff;
    text-decoration: none !important;
    transition: 0.5s;
}
.media-icon li a:hover{
    color: var(--secondary-color);
}
.media-icon li:last-child {
    margin-bottom: 0;
}


.footer-menu li {
    margin-bottom: 15px;
    
    text-transform: capitalize;
}
.footer-menu li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none !important;
    transition: 0.5s;
}
.footer-menu li a:hover{
    color: #b78845;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.secondary-footer {
    color: #fff;
    font-weight: normal;
}
.copyright {
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}
.copyright::after {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 48.44%, hsla(0, 0%, 100%, .152) 99.99%, hsla(0, 0%, 100%, 0));
    top: 0;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    opacity: .2;
    position: absolute;
}
.copyright span{
    color: var(--secondary-color);
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.copyright u {
    text-decoration-style: wavy;
    transition: all 0.5s ease-in-out 0s;
}
.copyright u a{
    transition: all 0.5s ease-in-out 0s;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
}
.copyright u a:hover{
    color: #fff;
}
.list-inline-item:not(:last-child) {
    margin-left: .5rem;
}
.footer-social li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    color: var(--secondary-color);
    background: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
    border-radius: 50%;
}
.footer-social li a:hover{
    color: #fff;
    background: var(--primary-color);
}
.ht-bg-move {
    height: 100%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: #000229;
}


/*-----------------------*/
/*-------Page Title------*/
/*-----------------------*/
.page-title {
    background-image: linear-gradient(180deg, #F4F7FF0F 0%, #F4F7FF 100%);
    position: relative;
    overflow: hidden;
    display: block;
    padding: 200px 0 120px;
    z-index: 1;
    direction: ltr;
    top: 100px;
}
.page-title .container{
    max-width: 1320px;
}
.page-title h1 {
    font-size: 50px;
    color: var(--secondary-color);
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
    /*  */
}
#breadcrumb {
    padding: 0;
    background: none;
    display: inline-block;
    border-radius: 0;
    margin: 0;
    text-transform: capitalize;
    color: var(--secondary-color);
    font-weight: 500;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item a {
    color: var(--secondary-color);
    text-decoration: none !important;
    transition: all 0.5s ease-in-out 0s;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: var(--primary-color);
    content: "/";
}
.breadcrumb-item a:hover, #breadcrumb .breadcrumb-item.active{
    color: var(--primary-color);
}
.page-title-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

/*----------------------*/
/*-----About Page-------*/
/*----------------------*/

/*-------------*/
/*-Hoe It Work-*/
/*-------------*/
#howItWork{
    padding: 120px 0;
    position: relative;
}
#howItWork .container{
    max-width: 1320px;
}
.step-item.style-2 {
    text-align: center;
}
.step-item.style-2 .step-icon {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 24px;
    transition: all 500ms ease;
    color: #ff6004;
    margin-top: 8px;
}
.step-item.style-2 .step-icon::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.5);
    transition: all 500ms ease;
}
.step-item.style-2 .step-icon img {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 110px;
}
.step-item.style-2 .step-icon .step-number {
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 15px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    /* background: linear-gradient(115deg, #ff6004, #fe9e30); */
    background: var(--secondary-color);
    color: #fff;
    transition: all 500ms ease;
}
.step-bg.step-item.style-2 .step-icon .step-number {
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
}
.step-item.style-2 .step-icon .step-icon-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 153px;
    background-repeat: no-repeat;
}
#howItWork h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
    color:var(--secondary-color);
}
#howItWork p {
    line-height: 1.7;
    margin-top: 0;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #606060;
}

/*--------------------*/
/*--------------------*/
/*--------------------*/
#tabsAbout-page{
    padding: 50px 0;
    position: relative;
}
#tabsAbout-page .container{
    max-width: 1320px;
    padding: 0;
}
#tabsAbout-page .UltabsAbout-page{
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    border: none;
    padding: 0;
}
#tabsAbout-page .UltabsAbout-page .nav-item{
    width: 25%;
}
#tabsAbout-page .UltabsAbout-page button{ 
    box-shadow: none;
    text-align: center;
    margin: 0;
    border-radius: 0;
    width: 100%;
    padding: 30px 40px;
    border: none;
    border-right: 1px dashed #e1e1e1;
    background: #fff;
    color: var(--primary-color);
    /* float: left; */
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

#tabsAbout-page .UltabsAbout-page button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
    background: var(--secondary-color);
}

#tabsAbout-page .UltabsAbout-page button.active ,#tabsAbout-page .UltabsAbout-page button.active::after, #tabsAbout-page .UltabsAbout-page button:hover::after, #tabsAbout-page .UltabsAbout-page button:hover{
    transform: scale(1, 1);
    color: var(--secondary-color);
}
#tabsAbout-page img{
    width: 70%;
    height: auto;
}
.ht-first-letter{

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    margin-top: 0;
    line-height: 30px;
    margin: 0;
    color: #606060;
}
.ht-first-letter::first-letter {
    padding: 8px 0;
    font-size: 60px;
    line-height: 1.7;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin-right: 8px;
    color: var(--primary-color);
    
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-icon.style-2 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: #606060;
}
.list-icon.style-2 li i {
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
}
.light-bg {
    background-color: #f7f9fe;
}

/*------------*/
/*---Over flow----*/
/*------------*/
.clint{
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
#clint .col {
    flex: 1 0 0% !important;
    position: relative;
}
#clint .marquee-wrap {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    /* gap: 3rem; */
}
#clint .marquee-wrap::before, #clint .marquee-wrap::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to left , #00000000 , #ffffff);
    z-index: 2;
}
#clint .marquee-wrap::after{
    background: linear-gradient(to right , #00000000 , #ffffff);
    right: 0;
    left: auto;
}
#clint .marquee-text {
    animation: marquee-img 30s linear infinite alternate-reverse forwards;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 40px;
    cursor: pointer;
}
#clint .marquee-text img{
    margin: 0 40px;
    transition: 0.5s ease-in-out;
    filter: grayscale(100);
}
#clint .marquee-text img:hover{
    filter: grayscale(0);
}

/*--------------------*/
/*------Our Team------*/
/*--------------------*/
#team{
    padding: 120px 0 0;
    position: relative;
}
#team .container{
    max-width: 1320px;
}
.team-member {
    position: relative;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}
.team-images {
    overflow: hidden;
    position: relative;
}
.team-member img {
    width: 100%;
    border-radius: 20px !important;
}
.team-member .team-desc {
    padding: 30px;
    position: relative;
    z-index: 9;
}
.team-member .team-desc h4 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    /*  */
    color: var(--secondary-color);
}
.team-member .team-desc h4 a{
    color: inherit;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
}
.team-member .team-desc h4 a:hover{
    color: var(--primary-color);
}
.team-member .team-desc span {
    /* font-family: "Hanken Grotesk", sans-serif; */
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: #606060;
}
.team-member .team-social-icon {
    display: block;
    margin-top: 20px;
}
.team-member .team-social-icon ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 0;
    list-style: none;
}
.team-member .team-social-icon ul li {
    margin-bottom: 10px;
    margin-right: 0;
    list-style-type: none;
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
.social-icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: var(--secondary-color);
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    
}
.social-icons li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

/*------------------*/
/*----Price Page----*/
/*------------------*/
#price-section .container{
    max-width: 1320px;
}

/*------------------*/
/*---Contact Page---*/
/*------------------*/
#contact{
    padding: 120px 0 0;
    position: relative;
    z-index: 1;
}
#contact .container{
    max-width: 1320px;
    position: relative;
    z-index: 1;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
#input-contact,#input-login{
    height: 50px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: right;
    background-color: #f7f9fe;
    border: 1px solid transparent;
}

#textarea-contact {
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    color: var(--secondary-color);
    background-color: #f7f9fe;
    border: 1px solid transparent;
}
#input-contact:focus,#input-login:focus,#textarea-contact:focus {
    box-shadow: none;
    background: none;
    border-color: var(--primary-color);
}
.contact-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-box .contact-info li {
    padding-right: 60px;
    margin-bottom: 30px;
    position: relative;
    text-align: right;
}
.contact-box .contact-info li:last-child {
    margin-bottom: 0;
}
.contact-info li i {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: var(--primary-color);
    text-align: center;
}
.contact-box .contact-info li i {
    line-height: 1px;
    font-size: 30px;
}
.contact-info li span {
    font-size: 16px;
    line-height: 1;
    color: #606060;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}
.contact-box .contact-info li p {
    line-height: 1.7;
    margin-bottom: 1rem;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #606060;
}
.contact-info li a {
    color: #606060;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
}
.contact-info li a:hover {
    color: var(--primary-color);
}
.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
    list-style: none;
    text-align: right;
}
.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
#iframe-section{
    padding: 120px 0;
    position: relative;
}
.iframe-h {
    height: 500px !important;
}
.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
}

/*------------------*/
/*-Servises Details-*/
/*------------------*/
#servises-details{
    padding: 120px 0;
    text-align: right;
    position: relative;
}
/* #servises-details .container{
    max-width: 1320px;
} */
.rounded {
    border-radius: 20px !important;
}

#servises-details h3{
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
    
    color: var(--secondary-color);
}
#servises-details p{
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.7;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #606060;
}
.list-icon.style-2 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;

    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: #606060;
}


.featured-item.style-2 {
    padding: 30px;
}
.featured-item-top {
    margin-bottom: 20px;
}
/* .featured-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
} */
.featured-item.style-2 .featured-icon {
    width: 30%;
    margin-left: 20px;
}
.featured-item-top h4 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    
    color: var(--secondary-color);
}

.service-widget {
    box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
    background: #fff;
}
.widget-title {
    padding: 0 15px;
    position: relative;
    display: inline-block;
    z-index: 9;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    
}
.widget-title:before, .widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: linear-gradient(115deg, #ff6004, #fe9e30);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: -1;
}
.widget-title:before {
    left: auto;
    right: 0;
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
}
.service-menu li {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.service-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.service-menu li a {
    color: var(--secondary-color);
    display: block;
    font-size: 16px;
    position: relative;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out 0s;
}
.service-menu li a:hover {
    color: #ff6004;
}
.service-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
    content: "\F12C";
    font-size: 22px;
    display: flex;
    z-index: 99;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
    color: var(--primary-color);
    justify-content: center;
    align-items: center;
}
.service-menu li a:hover:before {
    left: 10px;
}
.service-widget:last-child {
    margin-bottom: 0;
}
.grediant-bg3 {
    background: linear-gradient(115deg, var(--primary-color), rgb(196 143 67));
}
.contact-widget {
    padding: 30px;
}
.service-widget h3{
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
    
}
.service-widget p{
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: ha;
    font-weight: normal;
    font-style: normal;

    font-size: 17px;
}

/*-------------------*/
/*-------Faqs--------*/
/*-------------------*/
#faqs{
    padding: 120px 0;
    position: relative;
    text-align: right;
}
#faqs .card{
    border: none !important;
    border-bottom: 1px solid #60606049 !important;
    background: var(--primary-color);
}
#faqs .card-header{
    /* background: #fff !important; */
    border: none !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
#faqs button{
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--secondary-color);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none !important;
    box-shadow: none !important;
}

#faqs .card-body{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

/*--------------------*/
/*-----Login Page-----*/
/*--------------------*/
#login{
    padding: 120px 0;
    position: relative;
}
#btn-login{
    color: #fff;
    padding: 0.7rem 2rem;
    width: 100%;
    background: linear-gradient(115deg, var(--primary-color), #64e9ff);
    /* clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%); */
    border: none !important;
    border-radius: 150px;
    font-size: 20px;
    font-weight: 600;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5em;
    margin-bottom: .125rem;
}

.form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    border-radius: .25em;
}
#forger-bassword{
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}
#notHave-account{
    text-align: right;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 600;
}
#notHave-account a{
    text-decoration: none !important;
    color: #ff6004;
    margin-right: 0.7rem;
}






/*--------------------------*/
/*-------Blogs Details------*/
/*--------------------------*/
.blog-details{
    padding: 80px 0;
    position: relative;
    text-align: right;
}
.blog-details .container{
    max-width: 1200px;
}
#cardarticle{
    padding: 0;
    border: none !important;
    background: var(--white-color);
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-blog .content {
    display: flex;
    padding: 30px 30px 19px;
}
.single-blog .content .left {
    width: 40px;
    margin-left: 30px;
    
}
.single-blog .content .avatar {
    margin-bottom: 24px;
}
.single-blog .content .avatar img {
    border-style: none;
}
.single-blog .content .left .meta-list {
    text-align: center;
    margin: 0;
    padding: 0;
}
.single-blog .content .left .meta-list li {
    margin-bottom: 12px;
    list-style: none;
    padding: 5px 0;
}
.single-blog .content .left .meta-list li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #ffd6be;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
    transition: all ease 0.3s;
    text-decoration: none !important;
}
.single-blog .content .left .meta-list li a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(166deg, var(--primary-color) 0%, #64e9ff 100%);
}
.single-blog .content .left .meta-list li span {
    font-weight: 600;
}
.single-blog .content .left .meta-list li:last-child {
    margin-bottom: 0px;
}
.single-blog .content .right {
    -webkit-box-flex: 1;
    flex: 1;
    width: calc(100% - 95px);
}
.single-blog .content .right .date {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--third-color);
    
}
.single-blog .right .post-header .m-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: var(--primary-color);
    font-family: var(--secondary-font);
}
.single-blog .right .post-header p ,.blog-author .author-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0;
    color: var(--primary-color);
    
    margin-bottom: 38px;
}
.single-blog .right .post-header blockquote {
    padding: 30px;
    padding-right: 40px;
    background-color: #ebebeb;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 45px;
    color: var(--primary-color);
    
    position: relative;
}
.single-blog .right .post-header blockquote::before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 40px;
    width: 100px;
    height: 90px;
    background: url(../img/quotation.png) no-repeat center right;
    background-size: contain;
}
.single-blog .content .right .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: var(--primary-color);
    font-family: var(--secondary-font);
}
.single-blog .right .tags-area {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #fe9e3071;
    margin-top: 5px;
}
.single-blog .right .tags-area .tags {
    margin-top: 25px;
}
.single-blog .right .tags-area .tags span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.single-blog .right .tags-area .tags a {
    color: #333333;
}
.single-blog .right .tags-area .tags a::after {
    content: ",";
}
.single-blog .right .tags-area .social-icons {
    margin: -7.5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 13.5px;
}
.single-blog .right .social-icons li {
    list-style: none;
    padding: 7.5px;
}
.single-blog .right .social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    color: #ff6004 !important;
    font-size: 14px;
    display: inline-block;
    transition: all ease 0.3s;
    background-color: transparent;
}
.single-blog .right .social-icons li a:hover {
    border: 1px solid #ff6004;
}
.blog-author {
    padding: 30px;
    background: var(--white-color);
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.blog-author .author-thumb {
    width: 94px;
    height: 94px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
}
.blog-author .author-thumb a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none !important;
}
.blog-author .author-thumb a img {
    width: 100%;
}
.blog-author .author-content {
    width: calc(100% - 94px);
    padding-right: 30px;
}
.blog-author .author-content .title {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.3;
}
.blog-author .author-content .title a{
    color: var(--primary-color);
    text-decoration: none !important;
}

/*-------Comments--------*/
.blog-comment {
    margin-top: 40px;
}
.blog-comment > .title {
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 700;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    line-height: 1.3;
}
.comment-area{
    padding: 0;
    margin: 0;
    list-style: none;
}
.comment-area li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 21px 0;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.comment-area li .blog-thumb {
    width: 65px;
    height: 65px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}
.comment-area li .blog-thumb a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.comment-area li .blog-thumb a img {
    width: 100%;
}
.comment-area li .blog-thumb-info {
    width: 150px;
    padding-right: 30px;
}
.comment-area li .blog-thumb-info span {
    margin-bottom: 10px;
    display: block;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 14px;
}
.comment-area li .blog-thumb-info .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;

}
.comment-area li .blog-thumb-info .title a{
    text-decoration: none !important;
    color: var(--primary-color);
}
.comment-area li .blog-content {
    width: calc(100% - 215px);
    padding-left: 30px;
}
.comment-area li .blog-content p {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 0;
    color: var(--primary-color);
    
}
/*--------Live Comment--------*/
.leave-comment {
    margin-top: 20px;
}
.leave-comment .title {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 700;
    font-style: italic;
    font-family: var(--secondary-font);
}
.blog-form {
    margin-bottom: -30px;
}
.blog-form .form-group {
    margin-bottom: 30px;
}
.blog-form .form-group input {
    outline: none;
    border: none;
    border-bottom: 1px solid #d5d6d9;
    box-shadow: none !important;
    margin-bottom: 22px;
    background: none;    
    color: var(--primary-color);
    padding: 0px 0px;
    border-radius: 0px;
    height: 50px;
    font-weight: 500;
}
.blog-form .form-group textarea {
    color: var(--primary-color);
    outline: none;
    border: none;
    border-bottom: 1px solid #d5d6d9;
    box-shadow: none;
    background: none;
    padding: 0px 0px;
    border-radius: 0px;
    height: 150px;
    margin-top: 36px;
    font-weight: 500;
}
.custom-button {
    background-image: linear-gradient(120deg, var(--primary-color) 0%, #64e9ff 100%);
    box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
    padding: 11px 35px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    font-family: var(--secondary-font);
    width: auto;
    height: auto;
}

.col-left{
    position: sticky;
    top: 100px;
}
.widget {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 70px rgba(8, 10, 55, 0.171);
    backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
}
.widget-search {
    padding: 32px 30px 30px;
}
.widget .title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    margin-bottom: 25px;
    line-height: 1.3;
    color: var(--primary-color);
}
.widget-search .search-form {
    margin-top: -20px;
}
.widget-search input {
    font-size: 18px;
    border-radius: 0;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #d5d6d9 !important;
    margin-bottom: 30px;
    background: transparent;
    height: 50px;
    color: var(--primary-color);
    box-shadow: none !important;
}
.widget-search button {
    width: auto;
    min-width: 130px;
    outline: none;
    color: #fff;
    height: 40px;
    border-radius: 20px;
    background-image: linear-gradient(120deg, var(--primary-color) 0%, #64e9ff 100%);
    border: 0px;
}
.widget-search button i {
    margin-right: 5px;
}

.widget-categories {
    padding: 32px 30px 16px;
}
.widget-categories ul {
    margin-top: -9px;
    list-style: none;
    
    padding: 0;
    margin: 0;
}
.widget-categories ul li {
    padding: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.155);
}
.widget-categories ul li a {
    justify-content: space-between;
    color: var(--primary-color);
    padding: 6px 0;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
    font-size: 16px;
    text-decoration: none !important;
}
.widget-categories ul li:first-child a {
    padding-top: 0;
}
.widget-categories ul li:hover a{
    color: #fe9e30;
}

.widget-tags {
    padding: 31px 30px 30px;
}

.widget:last-child {
    margin-bottom: 0;
}
.widget-tags ul {
    margin: -5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.widget-tags ul li {
    margin-bottom: 1rem;
    padding: 5px;
}
.widget-tags ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 39px;
    border-radius: 20px;
    border: 1px solid #d5d6d9;
    transition: 0.4s ease;
    color: var(--primary-color);
    
    line-height: 28px;
    text-decoration: none !important;
}
.widget-tags ul li a:hover{
    background-image: linear-gradient(120deg, var(--primary-color) 0%, #64e9ff 100%);
    color: #fff;
}
#hr1-page{
    width: 70%;
    height: 1px;
    background: #d5d6d9;
}

/* Related Blogs */
.related-Blogs .post-card{
    box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
}
#swiper-sweip-testmonial{
    padding: 0.5rem;
}
.mySwiper-testmonial{
    position: relative;
}
#btns-BlogsSwiper .swiper-button-next:after,
#btns-BlogsSwiper .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 900;
}
#btns-BlogsSwiper .swiper-button-prev,
#btns-BlogsSwiper .swiper-button-next{
    color: #fff;
}

#btns-BlogsSwiper .swiper-button-next,
#btns-BlogsSwiper .swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: none;
    font-size: 30px;
    background-color: #fe9e30;
    transition: 0.3s;
    margin: 0;
}
#btns-BlogsSwiper .swiper-button-next{
    left: 0 !important;
    right: auto;
}
#btns-BlogsSwiper .swiper-button-prev{
    right: 0 !important;
    left: auto;
}
#btns-BlogsSwiper .swiper-button-next:hover,
#btns-BlogsSwiper .swiper-button-prev:hover{
    background-color: var(--primary-color);
}
#btns-BlogsSwiper .swiper-button-next::after,
#btns-BlogsSwiper .swiper-button-prev::after{
    font-size: 10px;
}
#btns-BlogsSwiper .swiper-button-next:hover:after,
#btns-BlogsSwiper .swiper-button-prev:hover:after{
    color: white;
}


/*-------------------------*/
/*-----Privacy Police------*/
/*-------------------------*/
#police{
    padding: 120px 0;
    position: relative;
    text-align: right;
}
#police p {
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #606060;
}
.text-theme {
    color: var(--primary-color);
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
}



#brands{
    padding: 120px 0;
    position: relative;
}
.mySwiper-brandsbrandsLeft{
    direction: ltr;
}
#swiper-sweip-brands{
    padding: 2rem 0.5rem;
}
#brands .mySwiper-brands::before, #brands .mySwiper-brands::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to left , #00000000 , #ffffff );
    z-index: 2;
}
#brands .mySwiper-brands::after{
    background: linear-gradient(to right , #00000000 , #ffffff);
    right: 0;
    left: auto;
}
#card-brand{
    box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
    border: none !important;
    display: flex;
    padding: 1rem;
}
#topimg-brand{
    display: flex;

}
#topimg-brand img{
    margin: auto;
}


/*error page*/
.error-area {
    height: 100vh;
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .error-area .container {
        max-width: 1320px;
    }

.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

    .error-content img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .error-content h3 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 18px;
        font-weight: 700;
        line-height: 1.4;
        font-family: 'Dosis', sans-serif;
        margin: 0;
    }

    .error-content p {
        max-width: 520px;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin: 0 auto 20px;
        color: #5f5f5f;
        letter-spacing: 0.2px;
        font-family: 'Catamaran', sans-serif;
    }

    .error-content .default-btn-one {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 5px;
        text-align: center;
        margin-top: 5px;
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 30px;
        border: 1px solid #ec2529;
        background-color: #ec2529;
        -webkit-transition: .6s;
        transition: .6s;
        margin-right: 0;
        outline: 0 !important;
    }

        .error-content .default-btn-one:hover {
            color: #ec2529;
            background-color: #ffffff;
            text-decoration: none;
        }



/---------------------------/
/------Modal Ask Order------/
/---------------------------/
#modal-enroll {
    align-content: center;
    text-align: right;
    background: #001a6073;
}

#modal-enroll .modal-dialog {
    max-width: 500px;
}

#modal-enroll .modal-content {
    /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
    border: 0;
    background: transparent;
}

#modal-enroll .modal-header {
    align-items: center;
    border: 0;
    justify-content: center;
    padding-bottom: 0;
    background: #ffffff;
}

#modal-enroll .modal-body {
    background: #ffffff;
}

.modal-title img {
    text-align: center;
    -webkit-width: 80px;
    width: 80px;
}

.close.btn-closed {
    border: none;
    color: #ffffff !important;
    padding: 5px;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 400;
    padding: 10px;
    transition: 0.5s;
    text-align: center;
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: #bd8b44;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    line-height: 0;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 2;
    margin: 0;
}

    .close.btn-closed:hover {
        opacity: 1 !important;
    }
/* Enroll data */
#card-fill-data {
    border: none;
    padding: 10px 10px;
    text-align: right;
    border-radius: 7px;
    /* box-shadow: 0px 1px 5px rgba(8, 10, 55, 0.089); */
    /* border: 1px solid #4153f146; */
    overflow: hidden;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    gap: 1rem;
}

    #card-fill-data.model-fill-data {
        display: block !important;
    }

    #card-fill-data p {
        margin-bottom: 0;
        margin-top: 15px;
        line-height: 1.7;
        font-weight: normal;
        font-style: normal;
        font-size: 17px;
        line-height: 30px;
        color: #606060;
    }

.form-comment {
    width: 100%;
    margin-bottom: 1rem;
    text-align: right;
    margin-top: 1rem !important;
}

    .form-comment label {
        font-size: 16px;
        font-weight: 500;
        color: var(--dark-primary-color);
    }

    .form-comment .form-group {
        position: relative;
        color: #082a61;
        border: 1px solid #082a61;
        padding: 0;
        padding-right: 16px;
    }

    .form-comment #btn-iconWatsapp {
        position: absolute;
        right: 0;
        top: 0;
        box-shadow: none;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        color: #2b9c36;
        border-left: 1px solid #082a61;
    }

    .form-comment input {
        margin-bottom: 1rem;
        font-size: 16px;
        font-weight: 500;
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: none !important;
        text-align: right;
        transition: 0.4s;
        padding-right: 3rem;
    }

        .form-comment input:focus {
            border-color: #b78845;
        }

#modal-enroll .themeht-btn {
    /* width: 150px; */
    display: flex;
    gap: 1rem;
    box-shadow: none;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
}

    #modal-enroll .themeht-btn i {
        margin: 0;
    }